]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Fix typos.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * gnus-sum.el (gnus-summary-make-menu-bar):
4 * gnus-uu.el (gnus-uu-decode-postscript)
5 (gnus-uu-decode-postscript-and-save):
6 * mailcap.el (mailcap-print-command):
7 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
8 Fix typos.
9
10 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11
12 * gnus-art.el (gnus-article-part-wrapper):
13 * shr-color.el (shr-color-visible-distance-min)
14 (shr-color-relative-to-absolute, set-minimum-interval)
15 (shr-color-visible): Fix typos.
16
17 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18
19 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
20 slightly clearer.
21
22 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
24 * message.el (message-send-and-exit): Document `arg'.
25
26 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
29
30 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
31
32 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
33 we don't use `bound-and-true-p'.
34
35 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
36
37 * gnus-util.el (gnus-bound-and-true-p): Remove.
38 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
39 * nnir.el: Use it.
40 * nnmairix.el: Use it.
41
42 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
43
44 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
45 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
46 for reasons unknown.
47 * nnir.el: Use it.
48 * nnmairix.el: Use it.
49
50 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
51 * nnir.el: Ditto.
52 * nnmairix.el: Ditto.
53
54 * gnus-registry.el (gnus-registry-enabled): Default to nil.
55
56 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * message.el (message-completion-function): Make sure
59 message-tab-body-function is not attempted if one of
60 message-completion-alist fails to find a completion (bug#9158).
61
62 2011-10-26 Daiki Ueno <ueno@unixuser.org>
63
64 * mml.el (mml-quote-region): Quote <#secure> tag.
65 (mml-generate-mime-1): Unquote <#secure> tag.
66
67 2011-10-20 Chong Yidong <cyd@gnu.org>
68
69 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
70 calling a minor mode from Lisp with nil arg enables it, so we have to
71 make the wording a bit ambiguous here).
72
73 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
76 * nnir.el (nnir-mode): Use it.
77 * nnmairix.el (nnmairix-determine-original-group-from-registry):
78 Use it.
79
80 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
81 * nnmairix.el (gnus-registry-enabled): Ditto.
82
83 2011-10-17 Dave Abrahams <dave@boostpro.com> (tiny change)
84
85 * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
86 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
87 only while we need to find out if it should be t or nil.
88 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
89 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
90 the registry is installed. Set it to nil when it's unloaded.
91 (gnus-registry-install-p): Provide user guidance for the initial value
92 of `gnus-registry-install' when it's 'ask, otherwise return its value.
93 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
94 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
95 * nnmairix.el (nnmairix-determine-original-group-from-registry):
96 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
97 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
98 `gnus-registry-install'.
99
100 2011-10-17 Daiki Ueno <ueno@unixuser.org>
101
102 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
103 previous change.
104 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
105 primary key is marked as disabled.
106
107 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
108
109 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
110 primary key is marked as disabled.
111
112 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
113
114 * html2text.el (html2text-clean-anchor): Check for quotes around
115 `href' value.
116
117 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
118
119 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
120 searching. Drop `bbdb-cache'.
121
122 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
123
124 * message.el (message-signed-or-encrypted-p): Exclude header when
125 checking if there is signed or encrypted body in text/plain message.
126
127 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
128
129 * html2text.el (html2text-get-attr): Correctly handle attribute values
130 containing "=".
131
132 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
133
134 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
135 handle bindings.
136
137 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
138
139 * gnus-win.el (gnus-configure-windows): Protect against reading
140 ephemeral groups outside of Gnus.
141
142 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
143
144 * shr.el (shr-tag-img): Don't get images displayed in tables.
145
146 2011-10-03 Glenn Morris <rgm@gnu.org>
147
148 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
149 the "maintainer" version of debbugs.gnu.org reports.
150
151 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
152
153 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
154 make asynchronous adjacent image insertion work better.
155
156 2011-09-27 Daiki Ueno <ueno@unixuser.org>
157
158 * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
159 documentation.
160
161 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
162
163 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
164 `gnus-asynchronous' isn't shadowed.
165
166 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
167
168 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
169 (nnimap-insert-partial-structure): The charset parameter isn't
170 case-sensitive.
171
172 * nnheader.el (nnheader-message-maybe): New function.
173
174 * shr.el (shr-tag-table): Render totally broken tables better.
175
176 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
177 computing the boundary.
178
179 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
180
181 * pop3.el (pop3-number-of-responses): Remove.
182 (pop3-wait-for-messages): Rewrite to take linear time instead of
183 exponential time.
184
185 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
186
187 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
188 re-fetch images.
189
190 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
191 re-fetch images when hitting `g' in Gnus.
192
193 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
194
195 * mml.el (mml-inhibit-compute-boundary): New internal variable.
196 (mml-compute-boundary): Don't check collision if it is non-nil.
197 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
198 before checking collision.
199
200 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * message.el (message-indent-citation): Really make sure there's a
203 newline at the end.
204
205 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
206 Fix suggested by John Wiegley.
207
208 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
209
210 * gnus-art.el (gnus-treat-hide-citation): Add doc.
211
212 * message.el (message-default-send-rename-function): Break out into its
213 own function.
214
215 * ecomplete.el (ecomplete-display-matches): Revert patch since it
216 doesn't work under XEmacs.
217
218 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
219 of "imaps" to word around Windows problems.
220 (nnimap-open-connection-1): Use it.
221
222 * message.el (message-indent-citation): Revert last change which made
223 `F' not work.
224
225 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
226
227 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
228 terminal as well.
229
230 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
231
232 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
233 because it displays images using overlays that aren't easy to copy to
234 the article buffer.
235
236 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
237
238 * message.el (message-indent-citation): Fix empty line removal at the
239 end of the citation.
240
241 2011-09-20 Julien Danjou <julien@danjou.info>
242
243 * auth-source.el (auth-source-netrc-create): Use default value for
244 password if specified. Evaluate default.
245 (auth-source-plstore-create): Ditto.
246 (auth-source-plstore-create, auth-source-netrc-create): Fix default
247 value evaluation.
248 (auth-source-netrc-create): Typo fix.
249 (auth-source-plstore-create): Ditto.
250
251 * auth-source.el (auth-source-format-cache-entry): New function.
252
253 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
254
255 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
256
257 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
260
261 2011-09-19 Julien Danjou <julien@danjou.info>
262
263 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
264 which work with things that are not ASCII.
265
266 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
267
268 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
269
270 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
271
272 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
273 message level.
274
275 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
276
277 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
278
279 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
281 * gnus.el (gnus-interactive-exit): Update defcustom spec.
282
283 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
286 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
287
288 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
289
290 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
291 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
292 articles.
293
294 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
295
296 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
297 (message-mail-other-window, message-mail-other-frame)
298 (message-news-other-window, message-news-other-frame):
299 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
300 instead of setting buffer display varibles.
301
302 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
303
304 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
305
306 * gnus-sum.el (gnus-fetch-headers): Bump message level.
307
308 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
309
310 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
311 duplicates" to a higher level.
312
313 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
314 most egregious messages.
315
316 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
317
318 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
319
320 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
321
322 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
323 up the file (bug#9351).
324
325 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
326
327 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
328 it does with all other backends, but decode the names immediately after
329 getting them.
330
331 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
332 decoding nnimap groups.
333
334 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
335 newsrc file. It doesn't seem like an important optimisation any more.
336
337 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change)
338
339 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
340 overflows.
341
342 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * gnus.el (gnus-article-mark-lists): Remove `recent'.
345 (gnus-interactive-exit): Extend to `quiet'.
346
347 * gnus-sum.el (gnus-offer-save-summaries): Use it.
348
349 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
350 string.
351
352 * plstore.el (plstore--get-buffer): Silence compiler warnings by
353 renaming function arguments from `this'.
354
355 * gnus-sum.el (gnus-newsgroup-recent): Remove.
356
357 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
358 has been renamed.
359 (gnus-lrm-string-p): Include RLM and PDF, too.
360
361 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
362 (bug#9225).
363
364 2011-09-10 Eli Zaretskii <eliz@gnu.org>
365
366 Add autoload cookies for functions used by sendmail.el.
367 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
368
369 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
370
371 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
372
373 * gnus-art.el (article-date-ut): Work properly even when there are
374 things like Date header in the body; work for forwarded parts.
375
376 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
377
378 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
379 original-article-buffer.
380
381 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
382
383 * nnir.el (nnir-compose-result): Fix matching of server type.
384 (nnir-run-swish++): Ditto.
385 (nnir-run-namazu): Ditto.
386 (nnir-run-notmuch): Ditto.
387
388 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
389
390 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
391 (bug#9405).
392
393 * gnus-score.el (gnus-summary-increase-score): Doc clarification
394 (bug#9421).
395
396 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
397 (bug#9425).
398
399 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
400 thing (bug#9426).
401
402 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
403
404 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
405 the error message.
406
407 2011-09-02 Eli Zaretskii <eliz@gnu.org>
408
409 * message.el (message-setup-1): Return t (Bug#9392).
410
411 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
412
413 * gnus-sum.el: When adding article headers to a summary buffer also
414 update gnus-newsgroup-articles (bug#9386).
415
416 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
417
418 * auth-source.el: Autoload help-mode.
419
420 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
421
422 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
423 names.
424
425 2011-08-27 Daiki Ueno <ueno@unixuser.org>
426
427 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
428 mm-replace-in-string for compatibility issues.
429 * mml2015.el (mml2015-epg-verify): Ditto.
430
431 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
432
433 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
434
435 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
436
437 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
438
439 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
440 continue on and do the clean-up phase (bug#9188).
441
442 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
443 just ignore groups that can't be opened instead of erroring out
444 (bug#9225).
445
446 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
447 nil since some many people are fuddy-duddies.
448
449 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
450 images.
451
452 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
453 instead.
454
455 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
456
457 * gnus-util.el (gnus-process-live-p): Copy over compat function.
458
459 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
460 processing.
461
462 * nntp.el (nntp-kill-buffer): Kill the process before killing the
463 buffer to avoid warnings.
464
465 2011-08-20 Simon Josefsson <simon@josefsson.org>
466
467 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
468 specified to reduce precision.
469
470 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
471
472 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
473 bodystructures (bug#9314).
474
475 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
476
477 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
478 Make button keymap non-sticky after buttons.
479
480 2011-08-18 David Engster <dengste@eml.cc>
481
482 * nnmairix.el (nnmairix-request-set-mark)
483 (nnmairix-goto-original-article): Remove adding of article to registry,
484 since `gnus-registry-add-group' isn't available anymore.
485 (nnmairix-determine-original-group-from-registry):
486 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
487 available anymore.
488
489 2011-08-12 Simon Josefsson <simon@josefsson.org>
490
491 * starttls.el (starttls-any-program-available): Define as obsolete
492 function.
493
494 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
495
496 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
497 versions which Gnus use when appropriate.
498
499 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
500 a pretty destructive command.
501
502 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
503
504 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
505
506 * message.el (message-fix-before-sending): Make a different warning
507 about NUL characters (bug#9270).
508
509 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
510 from custom (bug#9260).
511
512 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
513 things work in Emacs 22 and XEmacs, too.
514
515 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
516 default From.
517
518 * gnus-spec.el (gnus-lrm-string-p): New macro.
519 (gnus-lrm-string): New constant.
520 (gnus-summary-line-format-spec): LRM-ify the from.
521 (gnus-tilde-max-form): LRM-ify string chopping.
522
523 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
524
525 * message.el (message-is-yours-p): Allow disabling canlock checking
526 (bug#9295).
527 (message-shoot-gnksa-feet): Add `canlock-verify'.
528 (message-auto-save-directory): Use ~/ as the auto-save directory if the
529 message directory isn't writable (bug#9304).
530
531 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
532 non-world-readable.
533
534 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
535
536 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
537 articles.
538
539 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
540
541 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
542 copy-list.
543
544 2011-08-12 Sam Steingold <sds@gnu.org>
545
546 * gnus-score.el (gnus-score-find-alist): Keep the score files already
547 in the reverse order to avoid modifying the cache with `nreverse'.
548 (gnus-all-score-files): Do not modify the value returned by
549 `gnus-score-find-alist' because it lives in a cache variable.
550 (gnus-current-home-score-file): No need to `nreverse' the return value
551 of `gnus-score-find-alist', it is already in the correct order.
552
553 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
554
555 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
556 type MESSAGE and subtype RFC822 is slightly different from those of
557 type TEXT.
558
559 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
560
561 * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
562 allows article-referral to work from an nnir group.
563
564 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
565
566 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
567
568 2011-08-04 Daiki Ueno <ueno@unixuser.org>
569
570 * mml1991.el (mml1991-epg-find-usable-key)
571 (mml1991-epg-find-usable-secret-key): New function.
572 (mml1991-epg-sign): Check if signing key is usable.
573 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
574
575 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
576
577 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
578 server-variables only. This should fix a bug introduced with commit
579 e1889675b7f4adf057833c5513c9374134c4e053.
580 (nnir-run-query): 'nnir-search-engine should not be set from the global
581 environment.
582
583 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
584
585 * nnir.el (nnir-search-thread): Position point on referring article
586 line.
587 (nnir-warp-to-article): Clean up summary buffers.
588
589 * nnimap.el (nnimap-request-thread): Whitespace fix.
590
591 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
592
593 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
594
595 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
596
597 * starttls.el (starttls-available-p): Rename from
598 `starttls-any-program-available' and changed return convention.
599
600 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
601
602 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
603 `unix-sync' unless it's defined.
604
605 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
606
607 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
608 `aref' for XEmacs compatibiltiy.
609
610 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
611
612 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
613
614 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change)
615
616 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
617 closures, quote the form properly (bug#9194).
618
619 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
620
621 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
622 (gnus-summary-insert-new-articles): Protect against servers that are
623 down.
624
625 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
626
627 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
628 in mm handle if none is specified.
629
630 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
631
632 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
633
634 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
635
636 * nnir.el (nnir-search-thread): New function to make an nnir group
637 based on a thread query.
638
639 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
640 of nnir in thread referral.
641 (gnus-summary-refer-thread): Use it.
642
643 * nnimap.el (nnimap-request-thread): Use it.
644
645 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
646
647 * shr.el (shr-tag-comment): Ignore HTML comments.
648
649 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
650
651 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
652 argument.
653 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
654 Use `nnir-address' to handle server info rather than passing an arg.
655
656 * nnimap.el (nnimap-make-thread-query): New utility function to format
657 an imap thread search query.
658 (nnimap-request-thread): Use it.
659
660 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
661 right select-method if we are not going back to the group buffer.
662
663 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
664
665 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
666 enter invalid buffer configurations into the quit form (bug#9107).
667 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
668 unplugged/plugged.
669
670 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
671 keep track of which ones are unread (bug#9061).
672
673 * gnus.el (gnus-refer-article-method): Allow entering any sexp
674 (bug#9055).
675
676 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
677 (bug#9041).
678
679 * gnus-html.el (mm-util): Require (bug#9073).
680
681 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
682 (gnus-summary-refer-thread): Use it to remove duplicates in the
683 un-threaded view (bug#9053).
684 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
685
686 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
687
688 * nnir.el (nnir-read-server-parm): Use default value from global
689 variable. Without this the default search engine parameters aren't
690 used at all.
691
692 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
693
694 * message.el (message-unique-id): Don't use the undocumented return
695 value from (random t) (bug#9118).
696
697 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
698
699 * message.el (message-auto-save-directory): If the ~/Mail directory
700 doesn't exist, use ~ as the auto-save directory (bug#4432).
701
702 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
703 hasn't already been started.
704
705 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
706
707 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
708
709 * message.el (message-reply): Work around mysterious bug where
710 `message-mode' seems to overwrite the locally bound `subject' variable.
711
712 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
713
714 * nnimap.el (nnimap-request-thread): Ensure search is performed in
715 correct group.
716
717 * gnus-int.el (gnus-request-thread): Add group argument.
718
719 * gnus-sum.el (gnus-summary-refer-thread): Use it.
720
721 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
722
723 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
724 renamed to `debbugs-gnu-*'.
725
726 2011-07-08 Daiki Ueno <ueno@unixuser.org>
727
728 * plstore.el: Revert the editing feature since it is not urgent.
729 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
730 (plstore-mode-decoded): Remove.
731
732 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
733
734 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
735 isn't very interesting any more, and it leaks potentially secret data.
736 (gnus-debug): Remove.
737
738 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
739 use of :custom-show.
740
741 2011-07-07 Daiki Ueno <ueno@unixuser.org>
742
743 * plstore.el: Add documentation.
744 (plstore-mode): New mode to edit plstore file.
745 (plstore-mode-toggle-display, plstore-mode-original)
746 (plstore-mode-decoded): New command.
747 (plstore--encode, plstore--decode, plstore--write-contents-functions)
748 (plstore--insert-buffer, plstore--make): New function.
749 (plstore-open, plstore-save): Simplify by using them.
750
751 2011-07-06 Glenn Morris <rgm@gnu.org>
752
753 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
754
755 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
756
757 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
758 no longer is much used.
759 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
760 Articles".
761
762 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
763
764 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
765 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
766 `notmuch' backend.
767
768 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
769
770 * mm-decode.el (mm-text-html-renderer): Doc fix.
771
772 * gnus-msg.el (gnus-bug): Fix the MML tag.
773
774 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
775
776 2011-07-05 Daiki Ueno <ueno@unixuser.org>
777
778 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
779 secondary methods if started with `gnus-no-server'.
780
781 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
782
783 * message.el (message-return-action): Fix typo in docstring.
784
785 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
787 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
788 bug reports at once.
789
790 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
791
792 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
793
794 * nndraft.el: Require gnus-group.
795 (nndraft-request-list): Declare.
796
797 * nndraft.el (nndraft-update-unread-articles): Don't show group having
798 no unread article unless it matches gnus-permanently-visible-groups.
799
800 * nndraft.el (nndraft-update-unread-articles): New function.
801 (nndraft-request-associate-buffer): Use it to update the number of
802 unread articles for the nndraft groups in the group buffer when saving
803 or killing a draft message.
804
805 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
806
807 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
808 systems to binary before writing and reading the mbox files.
809
810 * gnus.el (gnus-summary-line-format): Link to the info node for %U
811 instead of trying to list them all (bug#8978).
812
813 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
814
815 * pop3.el (pop3-open-server): Use :end-of-capability.
816
817 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
818
819 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
820 the id is always a number.
821
822 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
823 debbugs mode, if possible.
824
825 2011-07-02 Daiki Ueno <ueno@unixuser.org>
826
827 * auth-source.el (auth-source-token-passphrase-callback-function):
828 Reindent.
829 (epg-context-operation): Remove unnecessary autoload.
830
831 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
832
833 * gnus.el (gnus-list-debbugs): New command.
834
835 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
836 mboxstat instead of the maintbox, since the stat seems to be fuller.
837
838 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
839 summary buffers.
840
841 * message.el (message-get-reply-headers): Delete all duplicates,
842 instead of the first.
843 (message-get-reply-headers): Ensure that we have progress while
844 deleting duplicates.
845
846 * gnus-msg.el (gnus-configure-posting-styles): Get the local
847 gnus-posting-style value from the summary buffer to make it easier to
848 make that a per-buffer conf.
849
850 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
851
852 * nnir.el (nnir-run-imap): Allow halting a search when an article is
853 found by setting `shortcut' in 'query.
854 (nnir-request-article): Use `shortcut' setting when requesting article
855 by Message-ID.
856
857 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
858
859 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
860 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
861 Bring the pseudo-headers back too.
862
863 2011-07-01 Daiki Ueno <ueno@unixuser.org>
864
865 * auth-source.el (auth-source-token-passphrase-callback-function):
866 Simplify and remove EPA dependency.
867
868 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
869
870 * nnir.el (nnir-request-article): Fix error message text.
871
872 2011-07-01 Daiki Ueno <ueno@unixuser.org>
873
874 * auth-source.el (plstore-delete): Autoload.
875 (auth-source-plstore-search): Support delete operation.
876 * plstore.el (plstore-delete): New function.
877
878 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
879
880 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
881 mark actually existing articles as unread rather than the ones that
882 active asserts.
883
884 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
885
886 * nntp.el (nntp-record-command):
887 * gnus-util.el (gnus-message-with-timestamp-1):
888 Use format-time-string rather than decoding time stamps by hand.
889 This is simpler and insulates the code from potential changes to
890 current-time format.
891
892 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
893
894 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
895
896 2011-07-01 Daiki Ueno <ueno@unixuser.org>
897
898 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
899 (plstore-save): Support public key encryption.
900 (plstore--init-from-buffer): New function.
901 (plstore-open): Use it; fix error when opening a non-existent file.
902 (plstore-revert): Use plstore--init-from-buffer.
903
904 2011-07-01 Daiki Ueno <ueno@unixuser.org>
905
906 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
907
908 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
909
910 * mml2015.el (mml2015-use): Replace string-match-p with string-match
911 for old Emacsen.
912
913 2011-06-30 Daiki Ueno <ueno@unixuser.org>
914
915 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
916 is not fully working.
917
918 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
919
920 * dgnushack.el: Autoload sha1 on XEmacs.
921
922 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
923 quit window configuration.
924
925 * auth-source.el (epg-context-set-passphrase-callback):
926 Remove duplicate autoload.
927
928 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
929
930 * nnir.el (nnir-request-article): Allow requesting articles by
931 Message-ID with nnimap.
932
933 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
934 current server.
935
936 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
937
938 * auth-source.el: Autoload EPA/EPG functions.
939 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
940 changed when EPA/EPG is not available.
941 (auth-source-backend): Rename "arg" member to "data".
942 (auth-source-backend-parse, auth-source-plstore-search)
943 (auth-source-plstore-create): Use it.
944
945 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
946
947 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
948 `gnus-refer-article-methods'.
949
950 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
951
952 * auth-source.el: Require EPA and EPG.
953 (auth-source-passphrase-alist): New variable.
954 (auth-source-passphrase-callback-function)
955 (auth-source-token-passphrase-callback-function): Callbacks for the
956 netrc field encryption (GPG tokens).
957 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
958 Symmetric encryption and decryption of the netrc GPG tokens.
959 (auth-source-netrc-normalize): Use them, simplifying the closure.
960
961 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
962
963 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
964 non-nil, and `nnimap-split-methods' is nil, use the former.
965
966 2011-06-30 Daiki Ueno <ueno@unixuser.org>
967
968 * plstore.el (plstore-revert): New function.
969 (plstore-open): Use it; hide the buffer from user.
970
971 2011-06-30 Daiki Ueno <ueno@unixuser.org>
972
973 * auth-source.el (auth-source-backend): New member "arg".
974 (auth-source-backend-parse): Handle new backend 'plstore.
975 * plstore.el: New file.
976
977 2011-06-30 Glenn Morris <rgm@gnu.org>
978
979 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
980
981 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
982
983 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
984
985 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
986 expiring articles to.
987
988 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
989 variations as ASCII (bug#5458).
990
991 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
992
993 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
994
995 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
996
997 * message.el (message-point-in-header-p): Tweak the function to default
998 to saying that we're not in the headers if there is no separator at
999 all. This makes it possible to use the Message version of `M-q' in
1000 buffers with no headers (bug#7987).
1001 (message-point-in-header-p): Fix last checkin to work with an empty
1002 mail-header-separator, too.
1003
1004 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1005 again, save the choice via customize.
1006
1007 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1008
1009 * message.el (message-send-mail-function): Add `sendmail-query-once'.
1010
1011 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1012 ended the connection, bail out before waiting infinitely on a new
1013 connection.
1014
1015 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
1016
1017 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1018 reports.
1019
1020 * gnus.el (gnus-bug-package): Use "gnus."
1021 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1022
1023 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1024
1025 * gnus-art.el (gnus-article-stop-animations): New function to stop any
1026 animations going on at article exit time.
1027
1028 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1029 since removing it breaks people upgrading.
1030
1031 * shr.el (shr-put-image): Use the new interface for animating images.
1032 (shr-put-image): Animate for 60 seconds.
1033
1034 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1035 error with `find-file-hooks' on Emacs 22.
1036 (with-auth-source-epa-overrides): Ugly hack to Wrap the
1037 `find-file-hook' things in `symbol-value' to avoid compilation warnings
1038 on all architectures.
1039
1040 * spam.el (spam-stat): Require in a normal fashion without binding
1041 `spam-stat-install-hooks' to avoid compilation warnings.
1042
1043 * spam-stat.el (spam-stat-install-hooks): Remove.
1044 (spam-stat-install-hooks): Don't run automatically.
1045
1046 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
1047
1048 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1049 and keystroke.
1050
1051 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
1052
1053 * auth-source.el (auth-source-netrc-cache): Move forward.
1054
1055 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * auth-source.el (auth-source-netrc-create): Don't query the bits that
1058 we already know.
1059 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1060 (auth-source-netrc-create): Don't prompt for the stuff we already know.
1061
1062 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1063
1064 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1065 %S format, since that looks odd.
1066 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1067 file, especially when saving.
1068
1069 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
1070
1071 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1072 article found.
1073
1074 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1075
1076 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1077 `auth-source-save-secrets' with a more sensitive alist that can be
1078 configured per file. Experimental, so defaults to 'never.
1079 (auth-source-netrc-create): Use it. Still experimental code.
1080 (with-auth-source-epa-overrides): Use `find-file-hooks' if
1081 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
1082
1083 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
1084
1085 * auth-source.el (auth-source-save-secrets): New variable to control if
1086 secret tokens should be saved encrypted.
1087 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1088 to `auth-source-netrc-normalize'.
1089 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
1090 on the EPA variables being defined.
1091 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1092 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1093 the lexical-let closure.
1094 (auth-source-netrc-create): Create "gpg:" tokens according to
1095 `auth-source-save-secrets'.
1096
1097 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1098
1099 * gnus-group.el (gnus-group-update-group): Add new argument
1100 `info-unchanged' that stops updating dribble buffer.
1101
1102 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1103 deletes lines matching to it in dribble buffer.
1104
1105 * gnus-agent.el (gnus-agent-fetch-group-1):
1106 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1107 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1108 * gnus-start.el (gnus-group-change-level):
1109 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1110
1111 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1112 if newsgroup info is not changed.
1113
1114 * gnus-group.el (gnus-group-get-new-news-this-group):
1115 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1116 Don't update dribble buffer.
1117
1118 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
1119
1120 * gnus-registry.el (gnus-registry-remove-ignored): New function to
1121 remove entries with groups we ignore.
1122
1123 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1124
1125 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1126 the underline comes at the bottom.
1127
1128 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1129
1130 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1131 `gnus-registry-user-format-function-M' and declare the latter obsolete.
1132 (gnus-registry-article-marks-to-names): Rename from
1133 `gnus-registry-user-format-function-M2'.
1134
1135 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
1136
1137 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1138 ephemeral group.
1139
1140 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1141
1142 * shr.el (shr-browse-image): Copy the URL if called interactively.
1143
1144 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1145
1146 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1147 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
1148 done, then unselected articles may be marked as read.
1149
1150 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1151 since not doing this seems to lead to a race condition in pop3-logon.
1152
1153 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1154 so that the call chain it correct when we call "upwards".
1155
1156 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1157 in read-only groups.
1158
1159 * gnus-group.el (gnus-group-mark-article-read): Ditto.
1160
1161 * message.el (message-cite-reply-position): Doc string fix.
1162
1163 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1164 avoid regexp overflow.
1165 (nnimap-transform-split-mail): Ditto.
1166
1167 * pop3.el (pop3-retr): Error out if the server closes the connection.
1168
1169 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1172 mm-with-unibyte-current-buffer. The buffer should not contain any
1173 multibyte chars anyway at this stage.
1174
1175 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1176
1177 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1178 at the end of lines.
1179
1180 2011-05-29 Julien Danjou <julien@danjou.info>
1181
1182 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1183
1184 2011-05-27 Glenn Morris <rgm@gnu.org>
1185
1186 * gnus-group.el (gnus-bug-group-download-format-alist):
1187 Use the "maintainer" version of debian reports as well.
1188
1189 2011-05-26 Glenn Morris <rgm@gnu.org>
1190
1191 * gnus-group.el (gnus-bug-group-download-format-alist):
1192 Use the "maintainer" version of debbugs.gnu.org reports.
1193
1194 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1195
1196 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1197
1198 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1199
1200 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1201 the thread moves us backwards and so we loop forever.
1202
1203 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
1204
1205 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1206 whitespace in base64 data lines.
1207
1208 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1209
1210 * gnus-registry.el (gnus-registry-user-format-function-M):
1211 Use `mapconcat'.
1212 (gnus-registry-user-format-function-M2): Use to see the full text of
1213 the marks. Make "," the mark text separator.
1214
1215 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1216 authentication with auth-source.
1217
1218 2011-05-17 Glenn Morris <rgm@gnu.org>
1219
1220 * gnus-group.el (gnus-import-other-newsrc-file):
1221 Use insert-file-contents.
1222
1223 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
1224
1225 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1226 1000 iterations.
1227
1228 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1229
1230 * nntp.el (nntp-open-connection): Check if process-type is available.
1231
1232 2011-05-16 Julien Danjou <julien@danjou.info>
1233
1234 * shr.el (shr-tag-del): Add support for del tag.
1235
1236 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1237
1238 * gnus-html.el (gnus-html-put-image): Register a displayer.
1239
1240 * shr.el (shr-image-displayer): Don't remove text props from alt text.
1241
1242 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
1243
1244 * registry.el (prune-factor): New initialization parameter defaulting
1245 to 0.1.
1246 (registry-prune-hard): Use it.
1247
1248 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1249 0.1 expicitly.
1250
1251 2011-05-13 Glenn Morris <rgm@gnu.org>
1252
1253 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1254 is bound, since this function requires sendmail.
1255
1256 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1257
1258 * registry.el (registry-usage-test): Disable pruning test.
1259
1260 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
1261
1262 * registry.el (registry-prune-hard-candidates)
1263 (registry-prune-soft-candidates): Helper methods for registry pruning.
1264 (registry-prune): Use them. Make the sort function optional.
1265
1266 2011-05-10 Jim Meyering <meyering@redhat.com>
1267
1268 * shr.el (shr-colorize-region): Fix typo "on on -> on".
1269
1270 2011-05-10 Julien Danjou <julien@danjou.info>
1271
1272 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1273 symbol and not a list.
1274
1275 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1276
1277 * gnus-art.el (gnus-article-mode): Move binding of
1278 shr-put-image-function here from gnus-article-prepare-display.
1279
1280 * shr.el (shr-put-image-function): New variable.
1281 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1282 (shr-put-image): Return scaled image.
1283
1284 * gnus-art.el (gnus-shr-put-image): New function.
1285 (gnus-article-prepare-display): Bind shr-put-image-function to it.
1286
1287 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1288 original ones, as deletable.
1289
1290 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * nntp.el (nntp-open-connection): Set TCP keepalive option.
1293
1294 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1295
1296 * registry.el (registry-full): Add convenience method. Fix logic.
1297 (registry-insert): Use it. Fix logic here too.
1298
1299 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1300 `registry-prune' if `registry-full' returns t.
1301 (gnus-registry-handle-action)
1302 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1303 (gnus-registry-usage-test): Use it.
1304
1305 2011-05-07 Julien Danjou <julien@danjou.info>
1306
1307 * shr.el (shr-link): Make shr-link inherit from link by default.
1308
1309 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
1310
1311 * shr.el (shr-urlify, shr-link): Fix shr-link face.
1312
1313 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1314
1315 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1316 error out because the face is not a list.
1317
1318 2011-05-05 Glenn Morris <rgm@gnu.org>
1319
1320 * gnus-start.el (gnus-propagate-marks): Declare.
1321
1322 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
1323
1324 * registry.el (registry-reindex): Fix percentage message.
1325
1326 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1327
1328 * shr.el: Add shr-link face for links.
1329 (shr-urlify): Use it.
1330
1331 * registry.el (registry-insert): Make error message more helpful.
1332
1333 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1334
1335 * gnus-html.el (gnus-html-schedule-image-fetching):
1336 Use url-queue-retrieve, if it exists.
1337
1338 * shr.el (shr-tag-img): Ditto.
1339
1340 * gnus.el: Autoload more gnus-agent functions.
1341
1342 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1343 agent if we haven't already (bug#8502).
1344
1345 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1346 into the Agent, too.
1347
1348 * gnus-agent.el (gnus-agent-store-article): New function.
1349
1350 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1351 and moved from that file for reuse.
1352
1353 * pop3.el (pop3-open-server): Error messages are "-ERR".
1354
1355 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1356
1357 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1358 (open-tls-stream): Remove superfluous tls/starttls autoloads.
1359
1360 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1363 buffer has moved to a different frame.
1364
1365 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1366
1367 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1368 to get the conversion from unibyte to multibyte buffers to work on
1369 Emacs 22.
1370
1371 * nntp.el (nntp-request-article): Slight clean-up.
1372
1373 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1374
1375 * shr.el (shr-strike-through): New face.
1376 (shr-tag-s): Use it to provide <s> support.
1377 (shr-tag-s): Remove duplicate definition.
1378
1379 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1380
1381 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1382 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1383
1384 2011-04-23 Glenn Morris <rgm@gnu.org>
1385
1386 * gnus-sum.el (gnus-extra-headers): Bump :version.
1387
1388 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1389
1390 * shr.el (shr-tag-sup): New function.
1391 (shr-tag-sub): Ditto.
1392
1393 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
1394
1395 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1396 for the case where `gnus-registry-ignored-groups' is a list of lists,
1397 and don't call `gnus-parameter-registry-ignore' otherwise.
1398
1399 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1400
1401 * nnimap.el (nnimap-user): New backend variable.
1402 (nnimap-open-connection-1): Use it.
1403 (nnimap-credentials): Accept user parameter so it's explicit what user
1404 name is desired.
1405
1406 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1407 default.
1408
1409 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1410 not gnus-registry.el.
1411
1412 * gnus-registry.el: Mention in comments how to modify
1413 `gnus-extra-headers' for proper recipient tracking and that it may
1414 already have To and Cc recently, which it does as of this commit.
1415 (gnus-registry-ignored-groups): Remove defcustom.
1416 Explain why in comments.
1417 (gnus-registry-action): Fix data-header reference to use the extra
1418 headers. Explain in package commentary how to add To and Cc headers to
1419 the gnus-extra-headers.
1420 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1421 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1422 parameter list or a string list in `gnus-registry-ignored-groups'.
1423 Fix logic error.
1424
1425 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1426
1427 * shr.el (shr-expand-url): Protect against null urls.
1428
1429 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1430
1431 * shr.el (shr-base): New binding.
1432 (shr-tag-base): Keep track of <base>.
1433 (shr-expand-url): New function used throughout.
1434
1435 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
1436
1437 * gnus-registry.el
1438 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1439 (gnus-registry-ignored-groups): New variable.
1440 (gnus-registry-ignore-group-p): Use it.
1441 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1442 set the destination group to nil (same as delete) if it's ignored.
1443
1444 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1445
1446 * gnus-registry.el (gnus-registry-action)
1447 (gnus-registry-fetch-header-fast):
1448 Don't use mail-header that looks an internal function of mailheader.el.
1449
1450 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
1451
1452 * gnus-registry.el: Eliminate cl functions.
1453 (gnus-registry-sort-addresses): New function that replaces mapcan.
1454 (gnus-registry-action, gnus-registry-spool-action)
1455 (gnus-registry-split-fancy-with-parent)
1456 (gnus-registry-fetch-recipients-fast): Use it.
1457 (gnus-registry-import-eld): Replace delete* with dolist + delq.
1458
1459 * registry.el (initialize-instance, registry-lookup)
1460 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1461 (registry-lookup-secondary-value, registry-search, registry-delete)
1462 (registry-insert, registry-reindex, registry-size, registry-prune):
1463 Use eval-and-compile.
1464
1465 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
1466
1467 * registry.el (registry-reindex): New method to recreate the secondary
1468 registry indices.
1469
1470 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1471 tracked field changes.
1472 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1473 (gnus-registry-action, gnus-registry-spool-action)
1474 (gnus-registry-handle-action)
1475 (gnus-registry--split-fancy-with-parent-internal)
1476 (gnus-registry-split-fancy-with-parent)
1477 (gnus-registry-register-message-ids): Add recipient tracking on spool,
1478 move, and delete actions, and for fancy splitting with parent.
1479 (gnus-registry-extract-addresses)
1480 (gnus-registry-fetch-recipients-fast)
1481 (gnus-registry-fetch-header-fast): Convenience functions.
1482 (gnus-registry-misc-test): ERT test of
1483 `gnus-registry-extract-addresses'.
1484
1485 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
1486
1487 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1488 Track by subject first, then sender.
1489
1490 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1493
1494 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1495 Lisp.
1496
1497 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1498 (gnus-draft-send): Use it to avoid popping
1499 up frames from gnus-group-send-queue.
1500
1501 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1502
1503 * gnus-registry.el: Updated gnus-registry docs.
1504
1505 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
1506
1507 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1508 Fix logic bug.
1509 (gnus-registry-post-process-groups): Fix logging of no results and
1510 quote sender and subject.
1511
1512 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1513
1514 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1515 (gnus-read-active-for-groups): Don't try to finish getting stuff where
1516 we had no early-data returned.
1517 (gnus-get-unread-articles): Add a sanity check so that we don't issue
1518 two async commands to the same server at the same time.
1519
1520 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
1521
1522 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1523
1524 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1525
1526 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1527 "warning" level.
1528
1529 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1530 (mm-url-insert-file-contents): Don't set the package names.
1531
1532 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
1533
1534 * gnus-registry.el (gnus-registry-action): Remove properties and
1535 simplify subject in `gnus-registry-handle-action'.
1536 (gnus-registry-spool-action): Get subject and sender from message if
1537 they are not passed in.
1538 (gnus-registry-handle-action): Remove properties and simplify subject
1539 consistently.
1540
1541 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * registry.el: Require CL before using defmacro*.
1544
1545 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
1546
1547 * gnus-art.el (article-treat-date): Assume that
1548 gnus-article-date-headers may be a group parameter.
1549
1550 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
1551
1552 * gnus-registry.el (gnus-registry-handle-action): More debugging.
1553
1554 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1555 interactively so the newsrc file can contain foreign groups too.
1556 Useful for debugging but not much for users.
1557
1558 2011-04-07 David Engster <dengste@eml.cc>
1559
1560 * registry.el (registry-usage-test): Only do
1561 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1562 lexical binding.
1563
1564 2011-04-06 David Engster <dengste@eml.cc>
1565
1566 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1567 argument NOERROR for `require', since XEmacs 21.4 does not support it.
1568
1569 2011-04-06 David Engster <dengste@eml.cc>
1570
1571 * registry.el (initialize-instance): Change :after to :AFTER to be
1572 compatible with old EIEIO version in XEmacs.
1573
1574 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1575
1576 * gnus-registry.el (gnus-registry-post-process-groups)
1577 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1578 and provide better messaging.
1579
1580 2011-04-06 David Engster <dengste@eml.cc>
1581
1582 * Makefile.in (fail-on-warning): New rule to compile with warnings as
1583 errors.
1584
1585 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1586
1587 * gnus-registry.el: Don't use ERT if it's not available. Load it
1588 unconditionally anyway, discarding errors.
1589 (gnus-registry-delete-entries): New convenience function.
1590 (gnus-registry-import-eld): Import from old .eld registry.
1591
1592 * registry.el: Don't use ERT if it's not available. Load it
1593 unconditionally anyway, discarding errors.
1594
1595 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1596 version from the Claudio Bley GnuTLS patch (extra optional parameters
1597 and host name).
1598
1599 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1600
1601 * gnus-registry.el (gnus-registry-fixup-registry): New function to
1602 fixup the parameters that can be customized by the user between
1603 save/read cycles.
1604 (gnus-registry-read): Use it.
1605 (gnus-registry-make-db): Use it.
1606 (gnus-registry-spool-action, gnus-registry-handle-action):
1607 Fix messaging.
1608 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1609 Map references to actual group names with sender and subject tracking.
1610 (gnus-registry-post-process-groups): Use `cond' for better messaging.
1611 (gnus-registry-usage-test): Add subject lookup test.
1612
1613 * registry.el (registry-db, initialize-instance): Set up constructor
1614 instead of :initform arguments for the sake of older Emacsen.
1615 (registry-lookup-breaks-before-lexbind): New method to demonstrate
1616 pre-lexbind merge bug.
1617 (registry-usage-test): Use it.
1618 (initialize-instance, registry-db): Move the non-function initforms
1619 back to the class definition.
1620
1621 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
1622
1623 * registry.el: New library to manage gnus-registry-style data.
1624
1625 * gnus-registry.el: Use it (major rewrite).
1626
1627 * nnregistry.el: Use it.
1628
1629 * spam.el: Use it.
1630
1631 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1632
1633 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1634 marks on non-selected articles.
1635
1636 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1639
1640 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1641 parameter to open-protocol-stream.
1642
1643 2011-04-01 Julien Danjou <julien@danjou.info>
1644
1645 * mm-view.el (mm-display-inline-fontify): Do not fontify with
1646 fundamental-mode.
1647
1648 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1650 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1651 servers.
1652
1653 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1654
1655 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1656 made marks not propagate, again.
1657
1658 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * proto-stream.el (open-protocol-stream): Bring back `network' type.
1661 Make this the default type.
1662 (proto-stream-open-plain): Rename from proto-stream-open-default.
1663 (open-protocol-stream, proto-stream-open-starttls)
1664 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1665 with `plain'.
1666
1667 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1668 value.
1669
1670 * nntp.el (nntp-open-connection-function): Document the fact that some
1671 values are not functions but are instead handled specially.
1672 Recognize nntp-open-plain-stream value.
1673 (nntp-open-connection): Recognize that value.
1674
1675 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1676
1677 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1678 stuff.
1679
1680 * gnus-score.el (gnus-score-string): Fix calling convention of
1681 `gnus-simplify-buffer-fuzzy' after last patches.
1682
1683 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1684 server for articles we didn't get any headers for. This is a sanity
1685 check.
1686
1687 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
1688
1689 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1690 new CAPABILITY, use it.
1691
1692 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1693
1694 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1695 downloading anything.
1696
1697 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1698
1699 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
1700
1701 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1702 colors.
1703 (gnus-splash-svg-color-symbols): New function.
1704
1705 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1706
1707 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1708 instead of using the global gnus-simplify-subject-fuzzy-regexp.
1709 (gnus-simplify-subject-fuzzy): Use the local
1710 gnus-simplify-subject-fuzzy-regex instead of the global one.
1711 This makes using this variable in group parameters work.
1712
1713 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1714
1715 * gnus-registry.el (gnus-registry-unfollowed-groups):
1716 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1717 archive:sent-YYYY-MM-DD groups).
1718 (gnus-registry-split-fancy-with-parent): Bail out early in sender
1719 tracking if there are more than `gnus-registry-max-track-groups'
1720 matches.
1721
1722 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * message.el (message--yank-original-internal): New function to do the
1725 insertion cleanly inside eval in `message-yank-original'.
1726 (message-yank-original): Use it.
1727
1728 2011-03-29 Julien Danjou <julien@danjou.info>
1729
1730 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1731 local variables disabled rather than `normal-mode'.
1732
1733 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * proto-stream.el: Changes preparatory to merging open-protocol-stream
1736 with open-network-stream.
1737 (proto-stream-always-use-starttls): Option removed.
1738 (open-protocol-stream): Return a process object by default. Provide a
1739 new parameter :return-list specifying a list-type return value, which
1740 now has the form (PROP . PLIST) instead of a fixed-length list. Change
1741 :type `network' to `try-starttls', and `network-only' to `default'.
1742 Make `default' the default, for compatibility with open-network-stream.
1743 Handle the no-parameter case exactly as open-network-stream, with no
1744 additional stream processing. Search plists using plist-get.
1745 Explicitly add :end-of-commend parameter if it is missing.
1746 (proto-stream-open-default): Rename from
1747 proto-stream-open-network-only. Return 'default as the type.
1748 (proto-stream-open-starttls): Rename from proto-stream-open-network.
1749 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
1750 failed. Always return a list with a (possibly dead) process as the
1751 first element, for compatibility with open-network-stream.
1752 (proto-stream-open-tls): Use plist-get. Always return a list.
1753 (proto-stream-open-shell): Return `default' as connection type.
1754 (proto-stream-capability-open): Use plist-get.
1755 (proto-stream-eoc): Function deleted.
1756
1757 * nnimap.el (nnimap-stream, nnimap-open-connection)
1758 (nnimap-open-connection-1): Handle renaming of :type parameter for
1759 open-protocol-stream.
1760 (nnimap-open-connection-1): Pass a :return-list parameter
1761 open-protocol-stream to obtain a list return value. Parse this list
1762 using plist-get.
1763
1764 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1765 for open-protocol-stream. Accept open-protocol-stream return value
1766 that is a subprocess object instead of a list. Handle the case of a
1767 dead returned process.
1768
1769 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1770
1771 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1772
1773 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1774
1775 2011-03-21 Julien Danjou <julien@danjou.info>
1776
1777 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1778 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1779 query.
1780 (mm-inline-text): Render normal text with fontification whenever
1781 possible.
1782
1783 * gnus-sum.el (gnus-summary-save-parts-1):
1784 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1785 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1786 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1787 Use `mm-handle-filename'.
1788
1789 * mm-util.el (mm-handle-filename): New function, return the filename of
1790 an handle.
1791
1792 2011-03-18 Julien Danjou <julien@danjou.info>
1793
1794 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1795 (gnus-buffer-live-p): Check that buffer is not nil.
1796
1797 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1798
1799 * gnus-art.el: Require mouse, which the build bot seems to say is
1800 needed.
1801
1802 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1803 XEmacs, since it doesn't have url-retrieve-synchronously.
1804
1805 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1806
1807 * gnus-group.el (gnus-group-list-ticked): New function.
1808 (gnus-group-make-menu-bar): Provide a menu entry for it.
1809 (gnus-group-list-map): Provide a binding for it.
1810
1811 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1812
1813 * shr.el (shr-visit-file): New command.
1814
1815 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1816
1817 2011-03-17 Bjørn Mork <bjorn@mork.no>
1818
1819 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1820 servers.
1821
1822 2011-03-16 Julien Danjou <julien@danjou.info>
1823
1824 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1825 inline.
1826
1827 * gnus-art.el (article-hide-list-identifiers):
1828 Use gnus-group-get-list-identifiers.
1829
1830 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1831 (gnus-summary-remove-list-identifiers):
1832 Use gnus-group-get-list-identifiers to get regexp.
1833 (gnus-select-newsgroup, gnus-summary-insert-subject)
1834 (gnus-summary-insert-articles):
1835 Call gnus-summary-remove-list-identifiers unconditionally.
1836
1837 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1838
1839 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
1840 we're selecting a group with unread articles.
1841
1842 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1843
1844 * gssapi.el: New file separated out from imap.el to provide a general
1845 Kerberos 5 connection facility for Emacs.
1846
1847 * message.el (message-elide-ellipsis): Document the format spec
1848 ellipsis.
1849
1850 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1851
1852 * message.el (message-elide-region): Allow the ellipsis to say how many
1853 lines were removed.
1854
1855 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1856
1857 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1858 window configurations containing buffers that are now dead.
1859
1860 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1861 parsing to avoid integer overflows.
1862 (nnimap-parse-flags): Simplify the last change.
1863 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1864 too large for 32-bit Emacsen.
1865
1866 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * auth-source.el (auth-source-netrc-create):
1869 * message.el (message-yank-original): Fix use of `case'.
1870
1871 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1872
1873 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1874 XEmacs, which was one character too wide.
1875
1876 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1877
1878 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1879 default number of articles to display.
1880 (gnus-articles-to-read): Use pretty names for prompt.
1881
1882 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
1884 * gnus-int.el (gnus-open-server): Ditto.
1885
1886 * gnus-start.el (gnus-activate-group): Give a backtrace if
1887 debug-on-quit is set and the user hits `C-g'.
1888 (gnus-read-active-file): Ditto.
1889
1890 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1891
1892 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1893
1894 * message.el (message-yank-original): Use cond instead of CL case.
1895
1896 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * auth-source.el (auth-source-netrc-create): Use usual format for the
1899 default in prompts.
1900
1901 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1902
1903 * auth-source.el (auth-source-netrc-create): Show the default in the
1904 prompt when prompting for token creation.
1905
1906 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1907
1908 * auth-source.el (auth-source-format-prompt): Always convert the value
1909 to a string to avoid evaluating non-string arguments.
1910 (auth-source-netrc-create): Offer default properly, not as initial
1911 content in `read-string'.
1912 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1913 of line to determine if we've been run before. If so, don't run again,
1914 but print a trivial message to indicate the cache was hit instead.
1915
1916 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1917
1918 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1919 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1920 The user will have to run `gnus-sync-read' manually and wait for Cloudy
1921 Gnus.
1922
1923 2011-03-11 Julien Danjou <julien@danjou.info>
1924
1925 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1926 modified file".
1927
1928 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1929
1930 * auth-source.el (auth-source-read-char-choice): New function to read a
1931 character choice using `dropdown-list', `read-char-choice', or
1932 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1933 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
1934 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
1935 (auth-source-netrc-saver): Use it.
1936 (auth-source-pick-first-password): New convenience function.
1937
1938 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1939
1940 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1941 parameter in the credentials.
1942 (nnimap-open-connection-1): Use it after a successful login.
1943 (nnimap-credentials): Add IMAP-specific user and password prompt.
1944
1945 * auth-source.el (auth-source-search): Add :require parameter, taking a
1946 list. Document it and the :save-function return token. Pass :require
1947 down. Change the CREATED message from a warning to a debug statement.
1948 (auth-source-search-backends): Pass :require down.
1949 (auth-source-netrc-search): Pass :require down.
1950 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1951 Change save prompt to indicate all modifications saved here are
1952 deletions.
1953 (auth-source-netrc-create): Take user login name as default in user
1954 prompt. Move all the save functionality to a lexically bound function
1955 under the :save-function token in the returned list. Set up clearer
1956 default prompts for user, host, port, and secret.
1957 (auth-source-netrc-saver): New function, intended to be wrapped for
1958 :save-function.
1959
1960 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * Version 23.3 released.
1963
1964 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1965
1966 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1967 lines to be spaces instead.
1968
1969 2011-03-07 Julien Danjou <julien@danjou.info>
1970
1971 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1972 (sieve-sasl-auth): Check that auth-source-search did return something,
1973 or just return an empty string.
1974
1975 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1976
1977 * gnus.el (gnus-interactive): Use read-directory-name.
1978
1979 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1980 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1981 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1982 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1983 Likewise.
1984
1985 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1986
1987 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1988
1989 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1990 onto the list of killed groups, too. This makes killed nnimap groups,
1991 for instance, more reliably not reappear.
1992
1993 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1994 the parent.
1995
1996 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1997
1998 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1999 really have server-side marks.
2000
2001 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2002 since most backends do not usefully have server-side marks.
2003 (gnus-update-read-articles): Propagate marks to all backends that
2004 really have server-side marks.
2005
2006 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2007
2008 * message.el (message-cite-reply-position, message-cite-style):
2009 New variables.
2010 (message-yank-original): Use the new citation styles.
2011
2012 2011-03-04 Daiki Ueno <ueno@unixuser.org>
2013
2014 * message.el (message-options): Revert the change that's a workaround
2015 for XEmacs buffer-local issue; don't mark it buffer-local when running
2016 under XEmacs.
2017
2018 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
2019
2020 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2021 numbers too big to be `read'.
2022
2023 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
2024
2025 * message.el (message-options): Make buffer-local two ways to attempt
2026 to fix a XEmacs bug.
2027
2028 2011-03-02 Julien Danjou <julien@danjou.info>
2029
2030 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2031
2032 2011-03-01 Julien Danjou <julien@danjou.info>
2033
2034 * gnus-art.el (list-identifier): Add list-identifier as a parameter
2035 group.
2036 (article-hide-list-identifiers): Use list-identifier group parameter.
2037
2038 2011-02-28 Julien Danjou <julien@danjou.info>
2039
2040 * sieve.el (sieve-buffer-script-name): New local variable to store
2041 sieve script name.
2042 (sieve-edit-script): Store sieve script name.
2043 (sieve-upload): Use sieve script name when uploading.
2044 (sieve-upload): Use substitute-command-keys.
2045 (sieve-edit-script): Use substitute-command-keys.
2046 (sieve-refresh-scriptlist): Use substitute-command-keys.
2047 (sieve-manage-mode-map): Define keymap properly.
2048 (sieve-manage-mode): Do not set mode name manually, change mode-name to
2049 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2050 Remove commented code about cvs.
2051 (sieve-manage-quit): New function.
2052 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2053
2054 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2055
2056 * gnus-group.el (gnus-import-other-newsrc-file): New function.
2057
2058 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
2059
2060 * auth-source.el (auth-source-search): Cache empty result sets.
2061
2062 * auth-source.el (auth-source-save-behavior): New variable to replace
2063 `auth-source-never-create'.
2064 (auth-source-netrc-create): Use it.
2065 (auth-source-never-save): Remove.
2066
2067 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
2068
2069 * nnimap.el (nnimap-stream): Doc fix.
2070 (nnimap-open-connection-1): Reverse the order of the ports to that the
2071 prompted-for port is first.
2072
2073 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2074 retrieval by the no-group selection.
2075
2076 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2077 numerical parameters.
2078
2079 2011-02-25 Julien Danjou <julien@danjou.info>
2080
2081 * gnus-gravatar.el: Use gnus-with-article-buffer.
2082
2083 * gnus-art.el (gnus-with-article-buffer): Check that the
2084 gnus-article-buffer is alive.
2085
2086 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
2087
2088 * auth-source.el (auth-source-creation-prompts): New variable to manage
2089 creation-time prompts.
2090 (auth-source-search): Document it.
2091 (auth-source-format-prompt): Add utility function.
2092 (auth-source-netrc-create): Don't default the user name to
2093 user-login-name. Use `auth-source-creation-prompts' and some default
2094 prompts for user, host, port, and password (the default generic prompt
2095 remains ugly).
2096 (auth-source-never-save): Add customizable option to never save info.
2097 (auth-source-netrc-create): Use it and improve save prompts. Fix help
2098 mode excursion.
2099
2100 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
2101
2102 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2103 argument that XEmacs doesn't support.
2104
2105 2011-02-23 Julien Danjou <julien@danjou.info>
2106
2107 * gnus-art.el (article-make-date-line): Ignore errors if time is
2108 invalid and not convertible.
2109 (article-make-date-line): Only add lapsed time if time is not nil.
2110
2111 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
2112
2113 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2114 `read-char-choice' for backwards compatibility.
2115 (auth-source-netrc-element-or-first): New function to DTRT for
2116 parameter extraction.
2117 (auth-source-netrc-create): Use it and fix multiple parameter print
2118 bug. Use the default passed from above (given-default) or the
2119 built-in (user-login-name for :user).
2120
2121 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
2122
2123 * gnus-start.el (gnus-dribble-read-file):
2124 Set buffer-save-without-query, since we always want to save the dribble
2125 file, probably.
2126
2127 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2128 nnimap.
2129
2130 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2131 -summary- since it's a user-visible variable.
2132
2133 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2134 first time you use the new Gnus.
2135
2136 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2137
2138 * auth-source.el: Don't load netrc.el.
2139 (auth-sources): Search ~/.netrc as well by default.
2140 (auth-source-debug): Add 'trivia option for extra output.
2141 (auth-source-do-trivia): Use it.
2142 (auth-source-search): Simplify logic to use
2143 `auth-source-search-backends'. Use `auth-source-do-trivia' where
2144 appropriate. Don't keep a running count at this level. Layer :create
2145 and :delete options appropriately on the first and second passes.
2146 Don't track the backend with the search results.
2147 (auth-source-search-backends): New function to search a list of
2148 backends for a processed spec.
2149 (auth-source-netrc-parse): Cache all netrc files, making
2150 auth-source-netrc-cache an alist keyed by the file name and using the
2151 file mtime as the caching criterion. Keep the obfuscated data secret
2152 with a lexical bind.
2153 (auth-source-netrc-search): Don't calculate the length of the results
2154 unnecessarily.
2155 (auth-source-search-backends): Fix bug.
2156 (auth-source-netrc-create): Rework prompts.
2157
2158 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
2159
2160 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2161 Lower case names of search constraints.
2162 (nnir-run-query): Cache and reuse search constraints for all imap
2163 servers.
2164
2165 2011-02-22 Sam Steingold <sds@gnu.org>
2166
2167 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2168
2169 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
2170
2171 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2172 after exit.
2173 (gnus-setup-message): Define missing variable from last checkin.
2174
2175 * gnus-sum.el (gnus-summary-show-article): When called with t as the
2176 value, show the raw article.
2177
2178 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2179
2180 * nnimap.el (nnimap-open-connection-1): Revert last change, since
2181 auth-source now accepts numbers.
2182
2183 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2184 spec, too.
2185 (auth-source-ensure-strings): New function.
2186
2187 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2188 (gnus-article-setup-buffer): Always restart the date timer so that user
2189 changes to the frequency is respected.
2190
2191 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2192 port numbers, so make sure it gets that if nnimap-server-port is
2193 explicit.
2194
2195 2011-02-21 Simon Josefsson <simon@josefsson.org>
2196
2197 * nnimap.el (nnimap-inbox): Doc fix.
2198
2199 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * shr-color.el (shr-color->hexadecimal): Use renamed function names
2202 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2203 color-lab-to-srgb.
2204
2205 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2206
2207 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2208 given method as in the group name if we're using an extended method.
2209 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2210 command, if we're using that, instead of waiting for the beginning.
2211
2212 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2213 we're sure to get unique server names, and we don't output two async
2214 commands in the same buffer. This fixes an NNTP hang for some users.
2215
2216 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2217
2218 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2219 summary buffer before reading going to the next buffer. This avoids
2220 putting the point in the group buffer if you `C-g' the command.
2221
2222 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2223 cache (for now) to make ~/.authinfo.gpg files usable.
2224
2225 * nnfolder.el (copyright-update): Define for the compiler.
2226
2227 * auth-source.el (auth-source-search): Fix unbound variable.
2228
2229 2011-02-19 Glenn Morris <rgm@gnu.org>
2230
2231 * gnus.el (gnus-meta): Doc fix.
2232
2233 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2236 in case it's not yet loaded.
2237
2238 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2239
2240 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2241 line we're waiting for.
2242
2243 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2244
2245 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2246 face with line-width greater than zero will cause RET in gnus summary
2247 buffer to scroll down article page-wise because auto vscroll happens,
2248 it should be temporalily disabled when doing a scroll-up.
2249
2250 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
2251
2252 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2253 outputs from the server.
2254
2255 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2256
2257 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2258 later so that bbdb can hook in easier.
2259
2260 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2261
2262 * auth-source.el (auth-source-search): Don't try to create credentials
2263 if the caller doesn't want that.
2264 (auth-source-search): If we don't find a match, don't bug out on
2265 non-bound variables.
2266 (auth-source-search): Only ask a single backend to create the
2267 credentials.
2268
2269 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2270 logging.
2271 (nnimap-credentials): Protect against auth-source-search returning nil.
2272 (nnimap-request-list): Protect against not being able to open the
2273 server.
2274
2275 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
2276
2277 * auth-source.el (auth-source-search): Do a two-phase search, one with
2278 no :create to get the responses from all backends.
2279
2280 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2281 when getting credentials.
2282
2283 * gnus-util.el (gnus-delete-duplicates): New function.
2284
2285 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2286
2287 * nnimap.el (nnimap-credentials): Instead of picking the first port as
2288 a creation default, pass the whole port list down. It will be
2289 completed.
2290
2291 * auth-source.el (auth-source-search): Updated docs to talk about
2292 multiple creation choices.
2293 (auth-source-netrc-create): Accept a list as a value (from the search
2294 parameters) and do completion on that list. Keep a separate netrc line
2295 with the password obscured for showing the user.
2296
2297 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2298 first choice to `auth-source-search' so it will be used for entry
2299 creation instead of the server's Gnus-specific name.
2300 (nnimap-credentials): Rely on the auth-source library to select which
2301 port is actually wanted in the new netrc entry, so don't override
2302 `auth-source-creation-defaults'.
2303
2304 * auth-source.el (auth-source-netrc-parse): Use :port instead of
2305 :protocol and accept a missing user, host, or port as a wildcard match.
2306 (auth-source-debug): Default to off.
2307
2308 (auth-source-netrc-search, auth-source-netrc-create)
2309 (auth-source-secrets-search, auth-source-secrets-create)
2310 (auth-source-user-or-password, auth-source-backend, auth-sources)
2311 (auth-source-backend-parse-parameters, auth-source-search): Use :port
2312 instead of :protocol.
2313
2314 * nnimap.el (nnimap-credentials): Pass a port default to
2315 `auth-source-search' in case an entry needs to be created.
2316 (nnimap-open-connection-1): Use :port instead of :protocol.
2317
2318 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
2319
2320 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2321 instead of delete-dups that is not available in XEmacs 21.4.
2322
2323 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
2324
2325 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2326 nil means that nnimap doesn't get updated.
2327
2328 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
2329
2330 * auth-source.el (auth-source-netrc-create): Return a synthetic search
2331 result when the user doesn't want to write to the file.
2332 (auth-source-netrc-search): Expect a synthetic result and proceed
2333 accordingly.
2334 (auth-source-cache-expiry): New variable to override
2335 `password-cache-expiry'.
2336 (auth-source-remember): Use it.
2337
2338 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2339 parameter. Create entry if necessary by using :create t.
2340 (nnimap-open-connection-1): Don't pass `inhibit-create'.
2341
2342 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
2343
2344 * auth-source.el (auth-source-debug): Enable by default and don't
2345 mention the obsolete `auth-source-hide-passwords'.
2346 (auth-source-do-warn): New function to debug unconditionally.
2347 (auth-source-do-debug): Use it.
2348 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2349 and for Secrets API entries when the secrets.el library is not
2350 available.
2351
2352 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2353
2354 * gnus-sum.el (gnus-propagate-marks): Default to nil.
2355 (gnus-summary-exit): Kill the correct article buffer on exit from a
2356 `C-d' group.
2357
2358 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2359 gnus-propagate-marks.
2360
2361 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2362 before killing the buffers so that a non-full window conf gets handled
2363 correctly.
2364 (gnus-summary-exit): Ditto.
2365 (gnus-summary-read-group-1): Ditto.
2366
2367 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2368 async code again so that we can debug it properly.
2369
2370 * message.el (message-reply): Take an optional switch-buffer parameter
2371 so that Gnus window confs are respected better.
2372
2373 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2374
2375 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2376 `plist-get' to accept non-list parameters (XEmacs issue).
2377 Fix docstring.
2378 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2379 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2380 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2381 Login collection is "Login" and not "login".
2382
2383 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2384
2385 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2386 multiple headers.
2387
2388 * nnimap.el (nnimap-inhibit-logging): New variable.
2389 (nnimap-log-command): Don't log login commands.
2390
2391 * auth-source.el (auth-source-netrc-search): The asserts seem to want
2392 to have more parameters.
2393
2394 * nnimap.el (nnimap-send-command): Mark the command time for each
2395 command, so that we don't get NOOPs stepping on our toes.
2396
2397 * gnus-art.el (article-date-ut): Get the date from the Date header on
2398 `t'.
2399
2400 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2401
2402 * auth-source.el (auth-source-search): Use copy-sequence instead of
2403 the cl.el copy-list.
2404
2405 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
2406
2407 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2408 Improve prompt.
2409
2410 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2411
2412 * gnus-art.el (gnus-article-mode-line-format): Remove the article
2413 washing status from the default format. It isn't very informative.
2414
2415 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
2416
2417 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2418 Fix Gcc processing on imap.
2419
2420 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * message.el (message-bury): Don't pop up a new window when selected
2423 window is dedicated.
2424
2425 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2426
2427 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2428
2429 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
2430
2431 * sieve-manage.el: Autoload `auth-source-search'.
2432 (sieve-sasl-auth): Use it.
2433
2434 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
2435
2436 * nnimap.el: Autoload `auth-source-forget+'.
2437 (nnimap-open-connection-1): Use it if the connection fails.
2438
2439 * auth-source.el: Require `password-cache'.
2440 (auth-source-hide-passwords, auth-source-cache): Remove and mark
2441 obsolete.
2442 (auth-source-magic): Marker for `password-cache' keys.
2443 (auth-source-do-cache): Update docstring.
2444 (auth-source-search): Use and check cache.
2445 (auth-source-forget-all-cached, auth-source-remember)
2446 (auth-source-recall, auth-source-forget, auth-source-forget+)
2447 (auth-source-specmatchp): Caching support functions.
2448 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2449 Remove and obsolete.
2450 (auth-source-user-or-password): Remove caching to further discourage
2451 using it. Always hide passwords.
2452
2453 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2454
2455 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2456 code for now, since it doesn't work for all users.
2457
2458 2011-02-09 Julien Danjou <julien@danjou.info>
2459
2460 * message.el (message-options): Make message-options really buffer
2461 local.
2462
2463 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
2464
2465 * mail-source.el: Autoload `auth-source-search'.
2466 (mail-source-keyword-map): Note order matters.
2467 (mail-source-set-1): Get all the mail-source source values and
2468 defaults and search auth-source on those if needed. This can all
2469 probably be simplified.
2470
2471 * nnimap.el: Autoload `auth-source-search'.
2472 (nnimap-credentials): Use it.
2473 (nnimap-open-connection-1): Ask for the virtual server and physical
2474 address in one shot.
2475
2476 * nntp.el: Autoload `auth-source-search'.
2477 (nntp-send-authinfo): Use it. Note TODO.
2478
2479 2011-02-08 Julien Danjou <julien@danjou.info>
2480
2481 * shr.el (shr-tag-body): Add support for text attribute in body
2482 markups.
2483
2484 * message.el (message-options): Make message-options a local variable.
2485
2486 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
2487
2488 * auth-source.el (auth-source-secrets-search)
2489 (auth-source-user-or-password): Use `append' instead of `nconc'.
2490 (auth-source-user-or-password): Build return list better and protect
2491 against nil :secret.
2492
2493 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2494
2495 * nnimap.el (nnimap-update-info): Refactor slightly.
2496 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2497 (nnimap-update-info): Clean up slightly.
2498 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2499 characters.
2500 (nnimap-process-quirk): Rename function to avoid collision.
2501 (nnimap-update-info): Fix macrology bug-out.
2502 (nnimap-update-info): Simplify split history test.
2503
2504 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * auth-source.el (top): Require 'eieio unconditionally.
2507 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2508 (auth-source-secrets-search): Limit search when `max' is greater than
2509 number of results.
2510
2511 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2512
2513 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2514 part not returning any data.
2515
2516 * proto-stream.el (open-protocol-stream): Document the return value.
2517
2518 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2519
2520 * auth-source.el (auth-source-secrets-search): Add examples.
2521
2522 2011-02-06 Julien Danjou <julien@danjou.info>
2523
2524 * message.el (message-setup-1): Handle message-generate-headers-first
2525 set to t.
2526
2527 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2528
2529 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2530 API with a string "secrets:collection-name" and with 'default.
2531 (auth-source-backend-parse): Parse "secrets:collection-name" and
2532 'default. Recurse on parses instead of repeating code. Use the
2533 Secrets API is the source is not nil and 'ignore otherwise. Emit a
2534 message when ignoring a source.
2535 (auth-source-search): List ignored search keys at the top level.
2536 (auth-source-netrc-create): Use `case' instead of `cond'.
2537 (auth-source-secrets-search): Created with TODOs.
2538 (auth-source-secrets-create): Created with TODOs.
2539 (auth-source-retrieve, auth-source-create, auth-source-delete)
2540 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2541 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2542 (auth-source-user-or-password-sftp)
2543 (auth-source-user-or-password-smtp): Remove.
2544 (auth-source-user-or-password): Deprecated and modified to be a wrapper
2545 around `auth-source-search'. Not tested thoroughly.
2546
2547 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2548
2549 * auth-source.el: Bring in assoc and eioeio libraries.
2550 (secrets-enabled): New variable to track the status of the Secrets API.
2551 (auth-source-backend): New EIOEIO class to represent a backend.
2552 (auth-source-creation-defaults): New variable to set prompt defaults
2553 during token creation (see the `auth-source-search' docstring for
2554 details).
2555 (auth-sources): Simplify to allow a simple string as a netrc backend
2556 spec.
2557 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2558 (auth-source-backend-parse-parameters): Fill in the backend parameters.
2559 (auth-source-search): Main auth-source API entry point.
2560 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2561 (auth-source-search-collection): Helper function for searching.
2562 (auth-source-netrc-parse, auth-source-netrc-normalize)
2563 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2564 Supports search, create, and delete.
2565 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2566 backend stubs.
2567 (auth-source-user-or-password): Call `auth-source-search' but it's not
2568 ready yet.
2569
2570 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2571
2572 * message.el (message-setup-1): Remove the read-only stuff, since it
2573 doesn't work under XEmacs, for some reason.
2574
2575 * gnus-sum.el (gnus-user-date): Rename back from
2576 gnus-summary-user-date since user code refers to it.
2577
2578 * shr.el (shr-render-td): Store the actual background color used.
2579
2580 * message.el (message-setup-1): Don't bind the constant
2581 -forbidden-properties.
2582 (message-setup-1): Revert previous change, since it needs to bind the
2583 props to insert them.
2584 (message-resend): Allow removing the read-only separator line.
2585
2586 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2587
2588 * nnimap.el (nnimap-request-accept-article): Give an error message if
2589 the APPEND wasn't successful.
2590
2591 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
2592
2593 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2594 that have no groups.
2595
2596 2011-02-03 Julien Danjou <julien@danjou.info>
2597
2598 * gnus-draft.el: Remove progn around gnus-draft-setup.
2599
2600 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2601
2602 * gnus-start.el (gnus-read-active-for-groups): This function is never
2603 called with a nil `infos', so clean that up.
2604 (gnus-get-unread-articles): Request active files from primary/secondary
2605 methods that have no groups (yet).
2606
2607 2011-02-03 Julien Danjou <julien@danjou.info>
2608
2609 * message.el (message-setup-1): Always generate References first.
2610 (message-mail): Return the return value of message-setup, not always t.
2611 (message-setup-1): Insert mail-header-separator with read-only and
2612 intangible properties set.
2613
2614 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2615 user-date in docstring.
2616
2617 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2618
2619 * gnus.el (gnus-summary-line-format): Mention &user-date format in
2620 docstring.
2621
2622 * gnus.el (gnus-user-date-format-alist): Change default value. Use
2623 defcustom, with type and group. Move from gnus-util.el. Rename to
2624 gnus-summary-user-date-format-alist.
2625
2626 2011-02-03 Glenn Morris <rgm@gnu.org>
2627
2628 * nnimap.el (gnus-fetch-headers): Declare.
2629
2630 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2631
2632 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2633
2634 * message.el (message-forward-make-body-digest-plain)
2635 (message-followup, message-reply): Clean up things noted by Stefan.
2636
2637 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2638 gnus-article-update-date-headers is nil.
2639 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2640 it didn't really work with defcustom.
2641 (article-update-date-lapsed): Make sure the window start doesn't move,
2642 either.
2643
2644 2011-02-01 Julien Danjou <julien@danjou.info>
2645
2646 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2647 format.
2648
2649 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2650 standard in Emacs nowadays.
2651
2652 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * message.el (message-expand-name): Don't trust the return value of
2655 bbdb-complete-name.
2656 (message-check-news-header-syntax): Remove unused var `start'.
2657 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2658 (message-inhibit-body-encoding): Move to before first use.
2659 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2660 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2661 (Organization, Message-ID, Date, mh-previous-window-config):
2662 Defvar the vars using dynamic scoping.
2663
2664 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2665
2666 * shr.el (shr-render-td): Only do colors at the final rendering.
2667 Should be slightly faster.
2668 (shr-insert-table): Fix up TD background colors when doing the
2669 vertical padding.
2670
2671 * gnus-art.el (article-date-ut): Protect against articles with no Date
2672 header.
2673 (article-update-date-lapsed): Don't use current-column to find the
2674 horizontal position. It's fragile in the presence of \003 characters.
2675
2676 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2677
2678 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2679
2680 * gnus-art.el (article-transform-date): Rewrite to still work when
2681 there are several rfc2822 parts.
2682 (article-transform-date): Fix infinite recursion.
2683 (article-date-ut): Replace infinitely many Date headers with a single
2684 one when called interactively.
2685
2686 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2687 secure manner.
2688
2689 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2690 move around by not using save-window-excursion. It seems to work...
2691
2692 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2693
2694 * gnus-art.el (article-make-date-line): Work for user-defined format.
2695
2696 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2697
2698 * nntp.el (nntp-retrieve-group-data-early)
2699 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2700 fetching functions.
2701
2702 * gnus-start.el (gnus-read-active-for-groups): Read the active files
2703 thoroughly for all backends that have no known groups. This should
2704 allow new nnml methods to retrieve mail.
2705
2706 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2707 that Gnus doesn't know exists again.
2708
2709 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2710 (gnus-treat-date-ut): Ditto.
2711 (gnus-article-update-date-header): Rename.
2712 (gnus-treat-date-local): Remove.
2713 (gnus-treat-date-english): Remove.
2714 (gnus-treat-date-lapsed): Remove.
2715 (gnus-treat-date-combined-lapsed): Remove.
2716 (gnus-treat-date-original): Remove.
2717 (gnus-treat-date-iso8601): Remove.
2718 (gnus-treat-date-user-defined): Remove.
2719 (gnus-article-date-headers): New variable to control all the date
2720 header options.
2721 (article-date-ut): Rewrite to allow using the new way to format date
2722 headers(s).
2723
2724 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2725
2726 * nnmail.el (nnmail-article-group): Check for a direct fancy split
2727 method.
2728 (nnmail-article-group): A better test for fanciness.
2729
2730 * nnimap.el (nnimap-request-head): Protect against not finding the
2731 article by Message-ID.
2732
2733 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
2734
2735 * gnus-art.el (article-update-date-lapsed): Try a better way to really
2736 keep point at the "same place".
2737
2738 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2739
2740 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2741 data if the group is unactivated.
2742
2743 2011-01-28 Julien Danjou <julien@danjou.info>
2744
2745 * gnus-win.el: Remove dead function gnus-window-configuration-element.
2746 (gnus-all-windows-visible-p): Remove old compatibility code.
2747 (gnus-window-top-edge): Add docstring.
2748
2749 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2750
2751 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2752
2753 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2754 older request-update-info.
2755
2756 * gnus-art.el (article-make-date-line): Limit the length a bit more.
2757
2758 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2759
2760 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2761 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2762
2763 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2764
2765 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2766 groups. This makes the nndraft:queue group pop up if it's not already
2767 there.
2768
2769 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2770 messages" logic, which was reversed.
2771
2772 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2773 the "same place" even if point is on the line being replaced.
2774 (article-update-date-lapsed): Allow updating both the combined lapsed
2775 and the lapsed headers.
2776 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2777 (article-make-date-line): Limit the number of segments dynamically to
2778 avoid too-long lines.
2779
2780 2011-01-27 Julien Danjou <julien@danjou.info>
2781
2782 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2783 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2784
2785 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2786
2787 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2788 Use plist-get instead of the cl function getf.
2789
2790 2011-01-27 Glenn Morris <rgm@gnu.org>
2791
2792 * gnus-util.el (float-time): Get rid of compiler warning, again.
2793
2794 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2795
2796 * shr.el (shr-put-color): Special-case background colors: Do put them
2797 at the blank parts at the front of the lines.
2798
2799 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2800 exit hook to nix out all data on readedness on group exit.
2801
2802 * gnus-util.el (float-time): If float-time is bound, always use it on
2803 all Emacsen. It's unclear why the subrp check was there.
2804 (time-date): Require to make some autoload issues on XEmacs go away.
2805
2806 * shr.el (shr-put-color): Don't do the box padding in tables, since
2807 they're already padded.
2808
2809 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2810
2811 * gnus-art.el (gnus-article-next-page): When the last line of the
2812 article is displayed, scroll down once more instead of going to the
2813 next article at once.
2814 (article-lapsed-string): Refactor out and allow specifying how many
2815 segments you want.
2816 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2817 (gnus-article-update-lapsed-header): New variable.
2818
2819 * shr.el: Revert change that made headings use different-sized faces.
2820 The Emacs display engine isn't advanced enough that, for instance,
2821 tables can comfortably use differently-sized faces.
2822
2823 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2824
2825 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2826 used.
2827 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2828 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2829 we're using an encrypted connection.
2830
2831 * proto-stream.el: Alter the interface functions to also return the
2832 actual stream type used: network or tls.
2833
2834 2011-01-25 Julien Danjou <julien@danjou.info>
2835
2836 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2837 (mm-display-javascript-inline): New function.
2838
2839 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2840 viewing function.
2841
2842 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2843
2844 * shr.el (shr-expand-newlines): Fix variable name.
2845
2846 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2847
2848 * shr.el (shr-expand-newlines): Make nested boxes work.
2849
2850 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2851
2852 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2853 backgrounds.
2854 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2855 in a more sensible manner.
2856
2857 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2858
2859 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2860 if EPG is loaded.
2861
2862 2011-01-24 Julien Danjou <julien@danjou.info>
2863
2864 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2865 tags.
2866
2867 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2868
2869 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2870 commands.
2871
2872 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2873 in the article buffer.
2874 (gnus-gravatar-insert): Use blank space from the current buffer to
2875 avoid breaking text properties. This makes X-Sent updating work again.
2876
2877 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2878
2879 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2880
2881 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2882 fix the bug in url-http.el instead.
2883
2884 * shr.el (shr-image-fetched): Ditto.
2885
2886 * shr.el (shr-image-fetched): Avoid having point move in the article
2887 buffer.
2888
2889 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2890 buffer after being called. It's apparently being killed by url.el, and
2891 killing it made point move to end-of-buffer in a random buffer.
2892
2893 * shr.el (shr-image-fetched): Ditto.
2894
2895 2011-01-23 Julien Danjou <julien@danjou.info>
2896
2897 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2898
2899 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2900 text/x-org.
2901
2902 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2903
2904 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2905 (i.e., nnimap) returning nil as the article number.
2906
2907 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2908
2909 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2910 "DelSp" parameter in RFC3676.
2911
2912 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2913
2914 * message.el (message-check-recipients): Display the encoded version of
2915 the bogus address if they differ.
2916
2917 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2918 after sending.
2919
2920 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2921
2922 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2923
2924 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2925 group buffer after sending the queue.
2926
2927 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2928
2929 2011-01-22 Julien Danjou <julien@danjou.info>
2930
2931 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2932
2933 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2934
2935 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2936 nested related parts.
2937
2938 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2939 unexpired articles. This fixes the regression that led expiry marks to
2940 disappear from nnfolder groups.
2941
2942 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2945 Don't confuse the "ret" of "retrograde" with RET.
2946
2947 2011-01-21 Julien Danjou <julien@danjou.info>
2948
2949 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2950 than mm-insert-inline.
2951
2952 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2953
2954 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2955 Widen article buffer.
2956
2957 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2960 the temp buffer.
2961 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2962
2963 2011-01-20 Julien Danjou <julien@danjou.info>
2964
2965 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2966
2967 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2968 than mm-insert-inline to insert inline part: this respect
2969 mm-inline-media-tests displayers.
2970
2971 * mm-view.el (mm-display-shell-script-inline): New function.
2972
2973 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2974
2975 * mm-uu.el (mm-uu-type-alist): Add org block.
2976 (mm-uu-org-src-code-block-extract): New function.
2977
2978 * mm-view.el (mm-display-org-inline): New function.
2979
2980 * mm-decode.el (mm-automatic-display): Add text/org.
2981
2982 * mailcap.el (mailcap-mime-extensions): Add .org.
2983
2984 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2985
2986 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2987 gnus-article-add-buttons.
2988
2989 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2990
2991 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2992 From header with a date and "nobody" as the sender.
2993
2994 2011-01-19 Julien Danjou <julien@danjou.info>
2995
2996 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2997 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2998 if you have the same regexp several times.
2999 (gnus-button-push): Fix matching when regexp is symbol.
3000
3001 2011-01-15 Glenn Morris <rgm@gnu.org>
3002
3003 * message.el (message-mail): A compose-mail function should
3004 accept headers as strings.
3005
3006 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3009 Add :vert-only tags.
3010 (message-mail): New arg RETURN-ACTION.
3011 (message-return-action): New var.
3012 (message-bury): Use it.
3013 (message-mode): Make it buffer-local.
3014 (message-send-and-exit): Always call message-bury.
3015
3016 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
3017 message-mail.
3018
3019 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3020
3021 * nnimap.el (nnimap-convert-partial-article): Protect against
3022 zero-length body parts.
3023
3024 * mm-decode.el (mm-preferred-alternative-precedence):
3025 Discourage showing empty parts.
3026
3027 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3028 and stuff if the backend didn't return the article number. This fixes
3029 an Exchange-related nnimap bug.
3030
3031 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3032 group window, because it does the wrong thing when a separate frame
3033 displays the group buffer.
3034
3035 * proto-stream.el (open-protocol-stream): Protect against the low-level
3036 transport functions returning nil.
3037
3038 2011-01-07 Daiki Ueno <ueno@unixuser.org>
3039
3040 * mml2015.el (epg-sub-key-fingerprint): Autoload.
3041 (mml2015-epg-find-usable-secret-key): New function.
3042 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3043 mml2015-epg-find-usable-key (Bug#7797).
3044 (mml2015-epg-encrypt): Ditto.
3045
3046 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3047
3048 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3049
3050 2011-01-03 Glenn Morris <rgm@gnu.org>
3051
3052 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3053
3054 * sieve.el (sieve-open-server): Give a more explicit error if
3055 sieve-manage-open returns nil. (Bug#7720)
3056
3057 2011-01-02 Karl Fogel <kfogel@red-bean.com>
3058
3059 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3060
3061 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3062
3063 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3064 This avoids sending passwords in plain text over non-encrypted
3065 channels.
3066
3067 * shr.el (shr-rescale-image): Display all GIF images as animated images.
3068
3069 * nnimap.el (nnimap-login): Refactored out into own function, and
3070 implement CRAM-MD5.
3071 (nnimap-wait-for-line): Refactored out.
3072
3073 * mm-view.el (mml-smime): Require.
3074
3075 2010-12-20 David Engster <deng@eml.cc>
3076
3077 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3078 use EPG to decrypt S/MIME messages instead of openssl.
3079
3080 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3081
3082 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3083
3084 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3085 status is the group clearly is unreachable.
3086
3087 * auth-source.el (auth-source-create): Add the optional second
3088 parameter to `local-variable-p' to be compatible with XEmacs.
3089
3090 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3091
3092 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3093 work when using a compressed nnml folder.
3094
3095 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3096
3097 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3098 backends after sanitising on entry, because this never makes sense:
3099 If the articles have gone missing, then the data no longer exists on
3100 the backend, and if they haven't, then Gnus is wrong, and shouldn't
3101 overwrite anything anyway.
3102
3103 * shr.el (shr-insert-document): Bind shr-width dynamically to
3104 window-width if it's nil.
3105
3106 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3107
3108 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3109 with the meaning of using the full emacs window width for rendering.
3110
3111 2010-12-27 Daiki Ueno <ueno@unixuser.org>
3112
3113 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3114 case when sender is not given.
3115
3116 2010-12-23 Julien Danjou <julien@danjou.info>
3117
3118 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3119 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3120 the addresses, otherwise we might misplaced the gravatar.
3121
3122 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3123
3124 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3125 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3126 obsolete in Emacs.
3127
3128 2010-12-20 Julien Danjou <julien@danjou.info>
3129
3130 * gnus-util.el (gnus-rescale-image): Revert last change.
3131
3132 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3133
3134 * gnus-group.el (gnus-group-delete-articles): New command.
3135
3136 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3137
3138 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3139
3140 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3141
3142 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3143 here, since it's up to the backends to do CRLF removal if their
3144 protocol has it.
3145
3146 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3147
3148 2010-12-17 Julien Danjou <julien@danjou.info>
3149
3150 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3151 they are from file. Can also scale up.
3152
3153 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3154
3155 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3156 gnus-use-agent.
3157 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3158
3159 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3160
3161 2010-12-17 Julien Danjou <julien@danjou.info>
3162
3163 * gravatar.el (gravatar-retrieve-synchronously): New function.
3164 (gravatar-get-data): Make more robust.
3165
3166 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3167
3168 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3169 to really consider the last line.
3170
3171 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3172
3173 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3174 list of recipient keys, or use symmetric encryption if not a list.
3175 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3176 EPA override, replacing the call to `netrc-store-data'.
3177
3178 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
3179
3180 * gnus-srvr.el: Avoid passing nil regexp argument to
3181 delete-matching-lines.
3182
3183 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3184
3185 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3186 fetching stops when Gnus exits.
3187
3188 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3189 function.
3190 (nnfolder-request-expire-articles): Save all the buffers after doing
3191 expiry.
3192
3193 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3194 the last article", since that led to serious performance regressions
3195 when expiring nnml groups.
3196
3197 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
3198
3199 * nnir.el: Improve customizations.
3200
3201 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3202
3203 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3204
3205 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3206 group has been killed.
3207 (gnus-group-yank-group): Ditto.
3208
3209 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3210
3211 * nnimap.el (nnimap-request-update-group-status): New function.
3212
3213 * gnus-int.el (gnus-request-update-group-status): New interface
3214 function.
3215
3216 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3217 copying read-ness to the backends.
3218
3219 * nnimap.el (nnimap-quirk): New function.
3220 (nnimap-retrieve-group-data-early): Use it.
3221 (nnimap-quirks): New alist.
3222
3223 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
3224
3225 * shr.el (shr-insert): Set shr-start after deleting trailing space;
3226 don't delete it within indentation.
3227
3228 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3229
3230 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3231 previous line.
3232
3233 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3234
3235 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3236 QRESYNC command by deleting a superfluous space which broke Cyrus
3237 servers. This change will break other servers that are buggy the other
3238 way around.
3239
3240 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3241
3242 * spam.el: Reindent and fix long lines.
3243 (spam-copy-or-move-routine): Exclude invalid move destinations.
3244
3245 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3246
3247 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3248 installed the registry.
3249
3250 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3251
3252 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3253 groupname doesn't contain "gmane".
3254
3255 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3256
3257 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3258 (gnus-1): Don't create the nndrafts group twice.
3259 (gnus-setup-news): There's no need to read the active file here, since
3260 that's done again later on a per-backend basis.
3261 (gnus-start-draft-setup): Make sure that the new group is started out
3262 empty.
3263
3264 * gnus-agent.el (gnus-agentize): Don't create the queue group
3265 automatically on startup. It'll be created later, if needed.
3266
3267 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3268 of automatically subscribed groups.
3269 (gnus-auto-subscribed-categories): New variable.
3270 (gnus-matches-options-n): Use it.
3271 (gnus-default-subscribed-newsgroups): Remove unused variable.
3272 (gnus-start-draft-setup): Message a bit less.
3273
3274 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3275
3276 * nnir.el (nnir-run-imap): Return article list in order of increasing
3277 UID.
3278
3279 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3280
3281 * gnus-sum.el (gnus-summary-enter-digest-group):
3282 Mention gnus-auto-select-on-ephemeral-exit.
3283
3284 * proto-stream.el (proto-stream-open-network-only): Fix the calling
3285 convention of the network-only option.
3286
3287 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3288
3289 * proto-stream.el (proto-stream-open-network-only): New function to
3290 have a way to specify non-STARTTLS upgrade connections.
3291
3292 2010-12-10 Julien Danjou <julien@danjou.info>
3293
3294 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3295 email address is nil.
3296
3297 * message.el (message-bogus-recipient-p): Set address to "" if nil.
3298
3299 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
3300
3301 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3302 deletion.
3303 (nnir-run-imap): Only need to parse list once.
3304
3305 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3306
3307 * shr.el (shr-tag-script): Ignore <script>.
3308 (shr-tag-label): Add <label> support.
3309
3310 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
3311
3312 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3313
3314 * shr.el (shr-image-displayer): Work for images lined side by side.
3315
3316 2010-12-08 Robert Pluim <rpluim@gmail.com>
3317
3318 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3319 parameter, since XEmacs doesn't accept t as a parameter.
3320
3321 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
3322
3323 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3324 ids.
3325 (nnir-run-gmane): Simplify groupspec formatting.
3326 (nnir-request-expire-articles): New function.
3327
3328 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3331 overflow, possibly.
3332
3333 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3334 (shr-render-td): Handle td style="" better.
3335 (shr-tag-table): Use the color from the style sheet.
3336 (shr-render-td): Make sure we copy over all the overlays, too.
3337
3338 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
3339
3340 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3341 (nnir-request-article): Improve article retrieval.
3342
3343 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3344
3345 * mm-util.el (mm-extra-numeric-entities): New variable.
3346
3347 * mm-url.el (mm-url-decode-entities):
3348 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3349
3350 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * message.el: Use completion-at-point.
3353 (message-completion-function): New fun, extracted from message-tab.
3354 (message-mode): Use it for completion-at-point-functions.
3355 (message-tab): Use it and completion-at-point.
3356
3357 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3358
3359 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3360 character if a non-breakable character follows.
3361
3362 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3363
3364 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3365 any stream.
3366
3367 * shr.el (shr-tag-font): Colorize the region.
3368 (shr-tag-body): Ditto.
3369 (shr-tag-font): Actually let the styles be inherited instead of
3370 overwriting them.
3371 (shr-tag-font): Get the background color right.
3372 (shr-tag-style): Ignore all <style> tags for the moment.
3373
3374 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3375 a Message-ID to avoid having nnimap depend on gnus-sum.
3376
3377 * shr.el (shr-descend): Only colorize something if we have a node that
3378 sets colors.
3379
3380 2010-12-06 Julien Danjou <julien@danjou.info>
3381
3382 * shr.el (shr-render-td): Render td content with shr-descend, so style
3383 will be applied to <td> too.
3384 (shr-colorize-region): Colorize region even if we only have a background.
3385 (shr-tag-body): Fix color and background color inheritance.
3386 Do not recolorize after shr-generic.
3387 (shr-tag-font): Let shr-generic colorize via inheritance.
3388
3389 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3390
3391 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3392
3393 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
3394
3395 * nnir.el (nnir-request-move-article): Remove obsolete code.
3396
3397 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3398
3399 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3400
3401 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3402
3403 * gnus-sum.el (gnus-summary-respool-article): The completion function
3404 expects a list instead of an alist.
3405
3406 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3407 string as the parameter.
3408
3409 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3410
3411 * shr.el (shr-stylesheet): New dynamic variable for cascading the
3412 styles.
3413 (shr-colorize-region): New function.
3414 (shr-insert-background-overlay): Remove.
3415 (shr-render-td): Background setting should be taken care of on a higher
3416 level.
3417 (shr-tag-body): Use post-hoc colorizations.
3418 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3419 (shr-put-color-1): Don't overwrite old colors.
3420 (shr-colorize-region): When the background color isn't explicit, use
3421 a fixed background.
3422
3423 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3424 nnmail variables.
3425
3426 2010-12-05 Bjørn Mork <bjorn@mork.no>
3427
3428 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3429 unless necessary.
3430
3431 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
3432
3433 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3434 server.
3435
3436 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3437
3438 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3439 so that TAB works.
3440
3441 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3442 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3443
3444 * shr.el (shr-urlify): Show the URL before the title to avoid
3445 misleading URLs.
3446
3447 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
3448
3449 * shr.el (shr-urlify): Display the title in <a> tags.
3450
3451 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
3452
3453 * nnir.el (nnir-categorize): Replace mapcar with mapc.
3454
3455 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
3456
3457 * nnir.el: Rearrange code to allow macros to be autoloaded by
3458 gnus-sum.el.
3459 (nnir-retrieve-headers-override-function): Make this variable
3460 customizable.
3461 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3462
3463 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3464 from nnir.el.
3465
3466 2010-12-03 Julien Danjou <julien@danjou.info>
3467
3468 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3469
3470 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3471
3472 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3473 allow optional argument `environment'.
3474
3475 2010-12-03 Glenn Morris <rgm@gnu.org>
3476
3477 * mm-extern.el (message-goto-body): Update declaration.
3478
3479 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3480
3481 * gnus-util.el (gnus-macroexpand-all): New function.
3482
3483 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3484 instead of macroexpand-all that is unavailable in XEmacs.
3485
3486 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
3487
3488 * nnir.el (nnir-summary-line-format): New variable.
3489 (nnir-mode): Use it.
3490 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3491 (nnir-article-ids): Reimplement as defsubst.
3492 (nnir-retrieve-headers): Don't mangle the subject header.
3493 (nnir-run-imap): Use 100 as RSV score.
3494 (nnir-run-find-grep): Fix for full server searching.
3495 (nnir-run-gmane): Better restriction to gmane groups.
3496
3497 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3498 summary buffers.
3499
3500 2010-12-02 Julien Danjou <julien@danjou.info>
3501
3502 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3503
3504 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3505
3506 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3507 support.
3508
3509 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
3510
3511 * nnir.el: Update to handle the registry better.
3512 (autoload): Silence byte-compiler.
3513 (nnir-open-server): Add a hook for nnir groups.
3514 (nnir-request-move-article): Don't mangle the header. Better to use
3515 formating variables (which will be added in the future).
3516 (nnir-registry-action): Update the registry using the original article
3517 group name.
3518 (nnir-mode): Install nnir-specific hooks for updating the registry.
3519
3520 * gnus-sum.el
3521 (gnus-article-original-subject,gnus-newsgroup-original-name):
3522 Remove obsolete variables.
3523 (gnus-summary-move-article): Remove use of obsolete variables.
3524 (gnus-summary-local-variables): Make move and delete hooks local to
3525 summary buffers.
3526
3527 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3528
3529 * rtree.el: New file.
3530
3531 2010-12-01 Julien Danjou <julien@danjou.info>
3532
3533 * message.el (message-user-organization): Do not use
3534 gnus-local-organization.
3535
3536 * gnus.el: Remove gnus-local-organization.
3537
3538 * gnus-msg.el: Remove nastygram thing.
3539
3540 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
3541
3542 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3543 funcall.
3544
3545 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3546
3547 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3548 names.
3549
3550 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3551 characters.
3552
3553 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3554 to t of inhibit-read-only since it is inside gnus-with-article-headers.
3555 Suggested by Štěpán Němec <stepnem@gmail.com>.
3556 (gnus-gravatar-transform-address): Use mail-extract-address-components
3557 that supports non-ASCII names rather than mail-header-parse-addresses.
3558
3559 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3560
3561 * proto-stream.el (open-protocol-stream): All starttls connections are
3562 handled by the network handler.
3563
3564 2010-11-30 Julien Danjou <julien@danjou.info>
3565
3566 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3567 (nnimap-open-connection-1): Fix PREAUTH.
3568
3569 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3570
3571 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3572
3573 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3574 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3575 (shr-insert): Use them.
3576 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3577
3578 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3579
3580 * nnir.el (nnir-request-move-article): Bail out if original group
3581 doesn't support article moves.
3582 (nnir-get-active): Improve active list retrieval.
3583
3584 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * shr.el (shr-find-fill-point): Don't break before apostrophes.
3587
3588 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
3589
3590 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3591 seem to accept strings-with-numbers as port numbers,
3592
3593 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3594
3595 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3596 change the registry.
3597
3598 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3599
3600 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3601 delete-dups that is not available in XEmacs 21.4.
3602
3603 * mm-util.el (mm-delete-duplicates): Add comment.
3604
3605 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
3606
3607 * nnir.el (nnir-ignored-newsgroups): New variable.
3608 (nnir-get-active): Use it.
3609
3610 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3611
3612 * proto-stream.el (proto-stream-open-network): Add some comments.
3613
3614 * nntp.el (nntp-open-connection): Provide a :success condition.
3615
3616 * nnimap.el (nnimap-open-connection-1): Ditto.
3617
3618 * proto-stream.el (proto-stream-open-network): See what the response to
3619 the STARTTLS command is.
3620
3621 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3622 backwards compatibility).
3623 (nnimap-open-connection-1): Really respect nnimap-server-port.
3624
3625 * proto-stream.el (proto-stream-open-network): When doing opportunistic
3626 TLS upgrades we don't really care about the identity of the peer.
3627 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3628 that what we've checked for.
3629 (proto-stream-always-use-starttls): Only default to t if
3630 open-gnutls-stream exists.
3631 (proto-stream-open-network): If STARTTLS failed, then just open a
3632 normal connection.
3633 (proto-stream-open-network): Wait until the greeting before doing
3634 STARTTLS.
3635
3636 * nntp.el (nntp-open-connection): Report what the connection error is.
3637
3638 * proto-stream.el (open-protocol-stream): Rename from
3639 open-proto-stream.
3640
3641 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * nnimap.el (nnimap-stream): Change default to `undecided'.
3644 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3645 first, and then network.
3646 (nnimap-open-connection-1): Respect nnimap-server-port.
3647 (nnimap-open-connection): Be more backwards-compatible.
3648
3649 * proto-stream.el (proto-stream-always-use-starttls): New variable.
3650 (proto-stream-open-starttls): De-duplicate the starttls code.
3651 (proto-stream-open-starttls): Folded back into the main function.
3652 (proto-stream-open-network): Fix typo in the gnutls path.
3653 (proto-stream-command): Refactor out.
3654
3655 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3656
3657 * proto-stream.el (proto-stream-open-starttls): Actually implement the
3658 starttls.el STARTTLS.
3659
3660 * color.el (color-lab->srgb): Fix function call name.
3661
3662 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3663 if we're using tls.el.
3664 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3665 built in, then don't try to establish a STARTTLS connection.
3666
3667 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3668 servers.
3669
3670 * proto-stream.el (open-proto-stream): Use network, not stream.
3671 (open-proto-stream): Add a way to specify what the end of a command is.
3672
3673 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3674 connections types.
3675 (nntp-open-network-stream): Remove.
3676 (nntp-open-ssl-stream): Remove.
3677 (nntp-open-tls-stream): Remove.
3678 (nntp-ssl-program): Remove.
3679
3680 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3681
3682 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
3683
3684 * nnir.el: Fix typos.
3685 (nnir-retrieve-headers-override-function): Rename variable to reflect
3686 new semantics.
3687 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3688 macros.
3689 (nnir-request-article, nnir-request-move-article): Use them.
3690 (nnir-categorize): New function.
3691 (nnir-run-query): Use it.
3692 (nnir-retrieve-headers): Rewrite to batch header retrieval.
3693 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3694 sorted.
3695 (nnir-group-full-name): Use gnus-group-full-name instead.
3696 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3697 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3698
3699 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3700
3701 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3702
3703 * proto-stream.el: New library to provide protocol-specific
3704 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3705 protocols.
3706 (open-proto-stream): Complete the documentation.
3707 (proto-stream-open-network): Fix some typos.
3708
3709 * nnimap.el (nnimap-open-connection): Use it.
3710
3711 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
3712
3713 * pop3.el (pop3-open-server): Read server greeting before starting TLS
3714 negotiation.
3715
3716 2010-11-26 Julien Danjou <julien@danjou.info>
3717
3718 * color.el: Rename various rgb functions to srgb.
3719
3720 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3721
3722 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3723 names.
3724
3725 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3726
3727 * shr.el (shr-insert): Revert last change.
3728 (shr-find-fill-point): Never leave point being at bol;
3729 relax the kinsoku limitation when rendering tables.
3730
3731 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3732
3733 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3734 results from -accept-article.
3735
3736 * shr-color.el: Require cl when compiling.
3737
3738 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3739 checkin.
3740
3741 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3742
3743 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3744
3745 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3746 'add and 'delete to set backend marks.
3747
3748 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3749
3750 * nnheader.el (nnheader-update-marks-actions): Refactor out.
3751
3752 * nntp.el (nntp-request-set-mark): Use it.
3753
3754 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3755
3756 * nnml.el (nnml-request-set-mark): Ditto.
3757
3758 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3759 introduces regressions in article selection.
3760 (nnimap-find-uid-response): New function.
3761 (nnimap-request-accept-article): Use the UID returned, if any.
3762 (nnimap-request-move-article): Use the UID returned, if any.
3763 (nnimap-get-groups): Reimplement to work with folded lines.
3764 (nnimap-find-uid-response): The UID is the last element in the list.
3765 (nnimap-request-set-mark): Extend syntax with 'set.
3766
3767 * nnml.el (nnml-request-set-mark): Ditto.
3768
3769 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3770
3771 * nntp.el (nntp-request-set-mark): Ditto.
3772
3773 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3774
3775 * message.el (message-called-interactively-p): A temporary macro.
3776 (message-goto-body): Use it temporarily.
3777
3778 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3779
3780 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3781 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3782 (nnimap-last-response-string): Fix last unfolding fix.
3783
3784 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3785
3786 * shr.el (shr-insert): Fix the way to fold lines.
3787
3788 2010-11-25 Julien Danjou <julien@danjou.info>
3789
3790 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3791
3792 * color.el: Rename from color-lab.el
3793 (color-rgb->hex): Add.
3794 (color-complement): Add.
3795 (color-complement-hex): Add.
3796
3797 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3798
3799 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3800
3801 * shr-color.el (shr-color-visible): Don't bug out if the color names
3802 don't exist.
3803
3804 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3805
3806 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3807 assuming that article displaying or another mml-preview may be
3808 interrupted for an error or for the like.
3809
3810 * shr.el (shr-get-background): Fix argument name.
3811
3812 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3813
3814 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3815
3816 * gnus-sum.el (gnus-summary-include-articles): New function.
3817
3818 * message.el (message-goto-body): called-interactively-p needs a
3819 parameter, so use `any'.
3820
3821 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3822 clear marks before moving, since they're synced from the Gnus side
3823 first.
3824
3825 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3826 (gnus-summary-move-article): Copy over all marks before moving, so that
3827 IMAP doesn't think a new article has arrived.
3828
3829 2010-11-24 Julien Danjou <julien@danjou.info>
3830
3831 * shr.el (shr-insert-background-overlay): Fix typo.
3832 (shr-render-td): Copy the background before rendering.
3833
3834 * shr-color.el (shr-color-visible): Fix docstring.
3835
3836 * shr.el (shr-tag-table): Add bgcolor support.
3837 (shr-render-td): Add bgcolor support.
3838 (shr-get-background): Add.
3839 (shr-insert-foreground-overlay): Use shr-get-background.
3840
3841 * message.el (message-goto-body): Use called-interactively-p.
3842 (message-in-body-p): message-goto-body returns point.
3843
3844 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3845
3846 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3847 Fixes something or other in Emacs 23, and is backwards compatible.
3848
3849 * message.el (message-goto-body): Remove the <#secure special-casing,
3850 which is too special.
3851
3852 * shr.el (shr-parse-style): Drop !important from styles.
3853
3854 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3855
3856 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3857 this function to return incorrect results when calling it with an
3858 explicit article argument different from
3859 (gnus-summary-article-number).
3860
3861 2010-11-24 Julien Danjou <julien@danjou.info>
3862
3863 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3864 (shr-tag-body): Add background support.
3865 (shr-descend): Add background support.
3866 (shr-tag-title): Add.
3867
3868 * shr-color.el (shr-color-visible): Really return original background
3869 if fixed.
3870
3871 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * shr.el (shr-color-check): Protect against non-existent color names.
3874
3875 2010-11-24 Julien Danjou <julien@danjou.info>
3876
3877 * color-lab.el: Require 'cl when compiling.
3878
3879 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3880
3881 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3882 matched part.
3883
3884 * color-lab.el: Fix all expt calls to use float type.
3885
3886 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3887
3888 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3889 expression to shr-color-check as is.
3890
3891 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3892
3893 * color-lab.el: Add coding cookie.
3894 (float-pi): Use eval-and-compile.
3895
3896 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
3898 * shr.el (shr-insert-color-overlay): Split stuff like
3899 "#444444 !important" to find the real color.
3900 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3901 parse <font color="red"> entries.
3902
3903 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3904
3905 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3906 point when parsing headers.
3907
3908 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3909 is positioned properly when parsing headers.
3910
3911 2010-11-23 Julien Danjou <julien@danjou.info>
3912
3913 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3914
3915 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3916
3917 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3918
3919 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3920 Use shr-color-hue-to-rgb.
3921 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3922
3923 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3924
3925 * shr.el (shr-color->hexadecimal): Autoload.
3926 (shr-descend): Add color to all tags.
3927
3928 2010-11-22 Julien Danjou <julien@danjou.info>
3929
3930 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3931 shr-color->hexadecimal.
3932
3933 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3934 RGB() or HSL() color representation.
3935
3936 * shr.el (shr-tag-font): Add.
3937 (shr-tag-color-check): New function to get better colors.
3938 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3939 tag-span.
3940
3941 * shr-color.el: New file.
3942
3943 * color-lab.el: New file.
3944
3945 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3946
3947 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3948
3949 * nnir.el: Fix typo in comments.
3950 (nnir-run-imap): Simplify code. No need to reverse artlist.
3951 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3952
3953 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3954
3955 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3956
3957 * nnimap.el (nnimap-get-capabilities): Refactor out.
3958 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3959
3960 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
3961
3962 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3963 appearing when `mm-uu-hide-markers' is nil.
3964
3965 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3966
3967 * nnimap.el (nnimap-unselect-group): Make into its own function.
3968 (nnimap-request-rename-group): Unselect group before renaming.
3969 This had gotten lost somewhere.
3970 (nnimap-request-accept-article): Keep track of examined groups, and
3971 unselect the group before APPENDing to read-only groups.
3972 (nnimap-request-move-article): Clear flags before moving so that they
3973 can be re-set later.
3974
3975 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3976
3977 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3978 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3979
3980 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3981
3982 * gnus-art.el (gnus-mime-display-single)
3983 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3984 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3985 parameter.
3986
3987 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3988
3989 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3990 (shr-table-vertical-line): New variable.
3991 (shr-insert-table): Use it.
3992
3993 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3994
3995 * gnus-html.el (gnus-html-wash-images): Don't display images if
3996 gnus-inhibit-images is non-nil; register displayer for cid images.
3997 (gnus-html-display-image): Work for cid image.
3998 (gnus-html-insert-image): Allow arguments.
3999 (gnus-html-put-image): Inhibit read-only.
4000 (gnus-html-prefetch-images): Don't prefetch images if
4001 gnus-inhibit-images is non-nil.
4002
4003 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4004
4005 * shr.el (shr-put-image): Break lines when inserting big pictures.
4006
4007 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4008
4009 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4010 sender, thanks Katsumi Yamaoka.
4011
4012 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
4013
4014 * nnir.el (nnir-run-imap): Reverse the article list for each group
4015 rather than the whole list.
4016
4017 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4018
4019 * shr.el (shr-image-displayer): Protect function against non-existent
4020 image source.
4021
4022 * gnus-art.el (gnus-inhibit-images): New user option.
4023 (gnus-mime-display-single): Don't display image if it is non-nil.
4024
4025 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4026 gnus-inhibit-images.
4027
4028 * shr.el (shr-image-displayer): New function.
4029 (shr-tag-img): Use it.
4030
4031 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4032
4033 * mml2015.el (mml2015-epg-sign): Use From header.
4034
4035 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4036
4037 * gnus-html.el (gnus-html-wash-images): Register a displayer.
4038
4039 * gnus-util.el (gnus-find-text-property-region): Return markers.
4040
4041 * shr.el (shr-tag-img): Put a displayer in the text property.
4042
4043 * gnus-util.el (gnus-find-text-property-region): New utility function.
4044
4045 * gnus-html.el (gnus-html-display-image): Make the alt optional.
4046 (gnus-html-show-images): Remove.
4047
4048 * gnus-art.el (gnus-article-show-images): New, more general function.
4049
4050 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4051 image url text properties.
4052
4053 * shr.el: Ditto.
4054
4055 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4056 gnus-agent-auto-agentize-methods is set. Which it isn't.
4057
4058 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4059
4060 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4061 work for two or more articles.
4062
4063 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4064
4065 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4066 divide an image that's in an html article to two or more when washing
4067 non-ASCII characters in alt text of it.
4068
4069 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4070
4071 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4072 smime-decrypt-region using function argument.
4073 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4074
4075 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4076
4077 * smime.el (smime-decrypt-region): Catch it.
4078
4079 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * smime.el (smime-mode-map): Move initialization into declaration.
4082 (gnus-run-mode-hooks): Don't autoload.
4083 (smime-mode): Use define-derived-mode.
4084
4085 2010-11-11 Glenn Morris <rgm@gnu.org>
4086
4087 * smime.el (from): Restrict declaration to XEmacs.
4088
4089 * nnir.el (gnus-group-topic-name): Autoload.
4090
4091 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * shr.el (shr-insert): Don't break long line if it is because of
4094 kinsoku-bol characters in the line end.
4095
4096 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
4097
4098 * nnir.el (nnir-request-move-article): Fix to provide original group
4099 and subject.
4100 (nnir-warp-to-article): Don't fail on articles whose headers haven't
4101 been retrieved.
4102
4103 * gnus-sum.el (gnus-summary-move-article): Use original group and
4104 subject for virtual articles such as those in an nnir summary buffer.
4105
4106 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4109 least 21.5).
4110
4111 * smime.el (from): Declare it again for XEmacs.
4112
4113 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4114
4115 * message.el (message-resend): Don't disable encoding unless it's
4116 already encoded.
4117
4118 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4119 low-numbered articles.
4120
4121 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4122
4123 * rfc2047.el (rfc2047-syntax-table): Simplify.
4124
4125 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4126 set-char-table-range for XEmacs.
4127
4128 2010-11-10 Glenn Morris <rgm@gnu.org>
4129
4130 * smime.el (from): Remove unused declaration.
4131
4132 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4133 (gnus-float-time): On Emacs, always an alias.
4134
4135 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4136 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4137
4138 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4139
4140 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4141
4142 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4143
4144 * shr.el (browse-url-mailto): Autoload.
4145
4146 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4147
4148 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4149 regexp doesn't need quoting.
4150
4151 2010-11-09 Sven Joachim <svenjoac@gmx.de>
4152
4153 * message.el (message-subject-trailing-was-ask-regexp)
4154 (message-subject-trailing-was-regexp): Match was: in addition to was.
4155
4156 2010-11-09 Glenn Morris <rgm@gnu.org>
4157
4158 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4159 (nnbabyl-check-mbox): Use point-at-bol.
4160
4161 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4162
4163 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4164
4165 * message.el (message-mailto): New function.
4166 (message-mailto): Should accept other parameters.
4167 (message-mailto): Remove since it duplicates browse-url-mailto
4168 functionality.
4169
4170 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4171
4172 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4173 methods.
4174 (gnus-read-active-file): Ditto.
4175
4176 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4177 ": " from the prompt.
4178 (gnus-group-make-group): Ditto.
4179
4180 2010-11-07 Glenn Morris <rgm@gnu.org>
4181
4182 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4183 (gnus-bookmark-kill-line): Use point-at-eol.
4184
4185 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4186
4187 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4188 asterisks in From header.
4189
4190 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4191
4192 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4193 string to avoid making the From headers syntactically invalid.
4194
4195 * message.el (message-send-mail): Don't insert courtesy messages if the
4196 message already has List-Post and List-ID messages.
4197
4198 2010-11-06 Glenn Morris <rgm@gnu.org>
4199
4200 * gnus-art.el (gnus-treat-article): Give dynamic local variables
4201 `condition', `type', `length' a prefix.
4202 (gnus-treat-predicate): Update for above name changes.
4203
4204 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
4205
4206 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4207 binding. Handled by `gnus-summary-refer-thread' instead.
4208 (nnir-warp-to-article): New backend function.
4209
4210 * nnimap.el (nnimap-request-thread): Force dependency updating.
4211
4212 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4213 (gnus-summary-refer-thread): Rework to improve thread-referral.
4214
4215 * gnus-int.el (gnus-warp-to-article): New function.
4216
4217 * gnus-sum.el (gnus-summary-article-map): Bind it.
4218
4219 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
4220
4221 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4222 gnus-summary-refer-thread.
4223
4224 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4225 headers.
4226 (gnus-summary-limit-include-thread): Prevent articles in thread from
4227 being cut in gnus-cut-threads.
4228 (gnus-summary-refer-thread): Limit retrieved headers to those in
4229 thread.
4230
4231 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4232
4233 * message.el (message-send-mail): Use the value of
4234 message-courtesy-message from the message buffer.
4235
4236 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4237
4238 * shr.el (shr-browse-url): Implement mailto: URLs.
4239
4240 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4241 "raw".
4242
4243 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4244 if it's already selected.
4245
4246 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4247
4248 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4249
4250 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4251 to measure the length and truncate alt text.
4252
4253 2010-11-03 Glenn Morris <rgm@gnu.org>
4254
4255 * nndiary.el (nndiary-generate-nov-databases-1)
4256 (nndiary-generate-active-info): Rename dynamic variable `files' to
4257 something less generic.
4258
4259 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
4260
4261 * nnir.el (nnir-request-move-article): Call the underlying backend to
4262 move articles from nnir.
4263
4264 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4267
4268 2010-11-02 Julien Danjou <julien@danjou.info>
4269
4270 * nnir.el: Remove wais support.
4271
4272 2010-11-02 Glenn Morris <rgm@gnu.org>
4273
4274 * gnus-html.el: Reorder requirements to quieten compiler.
4275
4276 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4277
4278 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4279 properly for XEmacs as well.
4280 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4281 (gnus-article-natural-long-line-p): Use window-width rather than
4282 frame-width.
4283
4284 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
4285
4286 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
4287 (nnir-read-parms): Don't modify query.
4288 (nnir-run-query): Add ability to search topic on current line.
4289 (nnir-get-active): Clean up.
4290
4291 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4294 degenerate articles.
4295
4296 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4297 (gnus-print-buffer): Just print the buffer as is, without any copying
4298 to a buffer and then re-highlighting.
4299
4300 * nnimap.el (nnimap-request-group): Store the new updated info.
4301 (nnimap-request-group): Select the group when we don't know whether it
4302 exists or not.
4303
4304 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4305 groups.
4306
4307 * gnus-group.el (gnus-group-find-new-groups): Display all the new
4308 groups.
4309
4310 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4311 groups.
4312
4313 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4314 long-lines case by only filling the long lines.
4315
4316 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4317 (bug #7311).
4318
4319 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4320
4321 * shr.el: No need to declare `declare-function' since shr.el is for
4322 only Emacsen that provide `libxml-parse-html-region'.
4323
4324 2010-11-01 Glenn Morris <rgm@gnu.org>
4325
4326 * mm-util.el (gnus-completing-read): Autoload.
4327 (mm-read-coding-system): Simplify Emacs definition.
4328
4329 * nnmail.el (gnus-activate-group):
4330 * nnimap.el (gnutls-negotiate):
4331 * nntp.el (netrc-parse): Fix declarations.
4332
4333 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4334
4335 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4336 string-match-p in Emacs >=23.
4337
4338 * gnus-msg.el (gnus-configure-posting-styles)
4339 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4340
4341 2010-11-01 Glenn Morris <rgm@gnu.org>
4342
4343 * nnir.el (declare-function): Add compat stub.
4344 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4345 (nnir-run-gmane): Require 'mm-url.
4346
4347 * mm-util.el (mm-string-to-multibyte): Simplify.
4348
4349 * shr.el (declare-function): Add compat stub.
4350 (url-cache-create-filename): Declare.
4351 (mm-disable-multibyte, widget-convert-button): Autoload.
4352
4353 * smime.el (ldap-search): Declare.
4354 (smime-cert-by-ldap-1): Require ldap on Emacs.
4355
4356 * nnimap.el: Require nnmail, and gnus-sum when compiling.
4357 (nnimap-keepalive): Use gnus-float-time.
4358
4359 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4360 (mail-source-delete-crash-box): Use gnus-float-time.
4361
4362 * gnus-dired.el (gnus-completing-read): Autoload.
4363
4364 * mm-view.el (gnus-rescale-image): Autoload.
4365
4366 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4367
4368 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4369
4370 * sieve-manage.el: Require 'cl when compiling.
4371
4372 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4373 (gnus-iswitchb-completing-read): Require iswitchb.
4374 (gnus-select-frame-set-input-focus): Silence compiler.
4375
4376 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * message.el (message-subject-trailing-was-query): Change default to t,
4379 since I think that's what most people want.
4380
4381 * nnimap.el (nnimap-request-accept-article): Erase buffer before
4382 appending for easier debugging.
4383 (nnimap-wait-for-connection): Take a regexp.
4384 (nnimap-request-accept-article): Wait for the continuation line before
4385 sending anything unless we're streaming.
4386
4387 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4388 leave the header washing to take place.
4389
4390 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4391
4392 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4393 regular expression match and replace in posting styles.
4394
4395 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
4396
4397 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4398 an entire server.
4399 (nnir-get-active): New function.
4400 (nnir-run-imap): Use it.
4401 (nnir-run-gmane): Who knew, gmane search returns an article score!
4402
4403 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4404 server on the current line with nnir.
4405
4406 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4407
4408 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4409 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4410 left edge.
4411 (gnus-article-foldable-buffer): Skip past the prefix when determining
4412 raggedness.
4413
4414 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4415 the raw article, and change `C-u g' to show the article without doing
4416 treatments.
4417
4418 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4419 on to `gnus-treat-article'.
4420 (gnus-inhibit-article-treatments): New variable.
4421
4422 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4423
4424 * gnus-art.el (gnus-treatment-function-alist): Have
4425 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4426 (gnus-treat-fill-long-lines): Change default to fill all text/plain
4427 sections.
4428
4429 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4430 parameter.
4431 (gnus-article-fill-cited-long-lines): New function.
4432 (gnus-article-fill-cited-article): Allow filling only long sections.
4433
4434 * shr.el (shr-find-fill-point): Don't break lines between punctuation
4435 and non-punctuation (like after the apostrophe in "'We").
4436
4437 * gnus-sum.el (gnus-summary-select-article): Make sure
4438 gnus-original-article-buffer is alive.
4439
4440 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4441 reflect the order they are in the digest.
4442
4443 * gnus.el (gnus-group-startup-message): Move point to the start of the
4444 buffer.
4445
4446 * nnimap.el (nnimap-capability): New function.
4447 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4448 is set.
4449
4450 2010-10-31 David Engster <dengste@eml.cc>
4451
4452 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4453 conform with changes to gnus-completing-read.
4454
4455 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4456
4457 * shr.el (shr-tag-img): Output "*" instead of "[img]".
4458
4459 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4460
4461 * nnir.el: Move defvar, defcustom around to keep file organized
4462 and keep byte-compiler quiet.
4463 (nnir-read-parms): Accept search-engine as arg.
4464 (nnir-run-query): Pass search-engine as arg.
4465 (nnir-search-engine): Remove.
4466
4467 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4468
4469 * shr.el (shr-generic): The text nodes should be text, not :text.
4470
4471 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4472 later in the file.
4473
4474 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4475
4476 * nnir.el: General clean up. Allow searching with multiple engines.
4477 Allow separate extra-parameters for each engine.
4478 Batch queries when possible.
4479 (nnir-imap-default-search-key,nnir-method-default-engines):
4480 Add customize interface.
4481 (nnir-run-gmane): New engine.
4482 (nnir-engines): Use it. Qualify all prompts with engine name.
4483 (nnir-search-engine): Remove global variable.
4484 (nnir-run-hyrex): Restore for now.
4485 (nnir-extra-parms,nnir-search-history): New variables.
4486 (gnus-group-make-nnir-group): Use them.
4487 (nnir-group-server): Remove in favor of gnus-group-server.
4488 (nnir-request-group): Avoid searching twice.
4489 (nnir-sort-groups-by-server): New function.
4490
4491 2010-10-30 Julien Danjou <julien@danjou.info>
4492
4493 * gnus-group.el: Remove gnus-group-fetch-control.
4494
4495 * gnus-start.el (gnus-find-new-newsgroups):
4496 Remove gnus-check-first-time-used.
4497
4498 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4499
4500 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4501
4502 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4503 set on groups that don't have \* permanentflags.
4504
4505 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4506
4507 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4508 control the background color.
4509 (shr-tag-img): Ignore very small web bug type images.
4510 (shr-put-image): Add help-echo alt texts to the images.
4511 (shr-tag-video): Show the video poster image.
4512
4513 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4514
4515 * shr.el (shr-table-depth): New variable.
4516 (shr-tag-table-1): Only insert the images after the top-level table.
4517
4518 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4519
4520 * gnus-util.el (gnus-list-memq-of-list): New function.
4521
4522 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4523 selected.
4524 (nnimap-unsplittable-articles): New slot.
4525 (nnimap-new-articles): Use it.
4526
4527 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
4528
4529 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4530 move to the previous line on `M-g'.
4531
4532 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4535 *-request-group, which seems unnecessary.
4536
4537 * nnimap.el (nnimap-quote-specials): Function copied over from
4538 imap.el.
4539 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4540 they support that. Suggested by Tom Regner.
4541
4542 2010-10-29 Julien Danjou <julien@danjou.info>
4543
4544 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4545 defalias.
4546 (gnus-summary-delete-marked-with): Remove obsolete defalias.
4547
4548 * gnus.el: Remove `gnus-nntp-service' variable.
4549 (gnus-secondary-servers): Make obsolete.
4550 (gnus-nntp-server): Make obsolete.
4551
4552 * gnus-start.el (gnus-1): Remove x-splash calls.
4553
4554 * gnus-ems.el (gnus-x-splash): Remove.
4555
4556 * gnus.el (gnus-group-startup-message): Simplify/update code.
4557
4558 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4559 capability before doing anything.
4560 (gnus-group-insert-group-line): Remove useless
4561 gnus-group-remove-excess-properties.
4562
4563 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4564
4565 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4566
4567 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4568
4569 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4570 config after reselecting.
4571
4572 2010-10-28 Julien Danjou <julien@danjou.info>
4573
4574 * shr.el (shr-put-image): Use point even if only inserting text.
4575 (shr-put-image): Save excursion when inserting alt text on non-graphic
4576 display, so the behavior is the same when we are on a graphic display.
4577
4578 * nnir.el (nnir-run-swish-e): Remove hyrex support.
4579
4580 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4581
4582 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4583 (gnus-mime-copy-part): Check coding system, not charset.
4584 (gnus-mime-view-part-externally): Never remove part.
4585 (gnus-mime-view-part-internally): Don't remove part here.
4586 (gnus-article-part-wrapper): Make sure MIME tag is visible.
4587 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4588 multipart/alternative.
4589
4590 * mm-decode.el (mm-display-part): Take optional arg `force'.
4591
4592 2010-10-26 Julien Danjou <julien@danjou.info>
4593
4594 * gnus-group.el (gnus-group-default-list-level): Add this function to
4595 compute the default list level.
4596 (gnus-group-default-list-level): Add possibility to use a function.
4597
4598 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
4599
4600 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4601
4602 * gnus-group.el (gnus-group-completing-read)
4603 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4604 gnus-replace-in-string.
4605
4606 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4607
4608 * shr.el (shr-tag-div): Add.
4609
4610 2010-10-25 Julien Danjou <julien@danjou.info>
4611
4612 * gnus-util.el: Remove `gnus-with-local-quit'.
4613
4614 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4615
4616 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4617
4618 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4619 the original article buffer.
4620
4621 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4622
4623 * nnimap.el (nnimap-request-head): New function.
4624 (nnimap-request-move-article): Try to be slighly faster by not
4625 requesting the entire message when moving.
4626 (nnimap-transform-headers): Don't bug out on bodiless articles.
4627 (nnimap-send-command): Have no outstanding messages if the IMAP server
4628 doesn't support streaming.
4629 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4630
4631 2010-10-24 Julien Danjou <julien@danjou.info>
4632
4633 * message.el (message-default-headers): Fix type.
4634
4635 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4636
4637 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4638 prefetching images.
4639
4640 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4641 backend for unknown groups. This is mainly useful for nnimap groups.
4642
4643 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4644 group isn't covered by the agent.
4645
4646 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
4647
4648 * nnir.el (nnir-method-default-engines): New variable.
4649 (nnir-run-query): Use it.
4650 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4651 (gnus-summary-nnir-goto-thread): Change group if needed.
4652
4653 * gnus-group.el (gnus-group-group-map): Add key binding for
4654 gnus-group-make-nnir-group.
4655
4656 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4657
4658 * shr.el (shr-tag-object): Add.
4659
4660 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4661 original article buffer live.
4662 (gnus-summary-select-article-buffer):
4663 Mention gnus-widen-article-buffer.
4664
4665 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * shr.el (shr-tag-strong): Add.
4668
4669 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4670
4671 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4672 group names. They mess up the group buffer badly.
4673
4674 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4675
4676 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4677 instead of the summary one.
4678
4679 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
4680
4681 * mml.el (mml-preview): Work properly when editing article.
4682
4683 * gnus-start.el (gnus-read-active-file-1): Don't add method to
4684 gnus-have-read-active-file if it's already been in.
4685
4686 2010-10-22 Tom Tromey <tromey@redhat.com>
4687
4688 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4689 gnus-group-completing-read.
4690
4691 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * message.el (message-mode-map): Don't bind M-; to comment region, to
4694 allow the global comment-dwim to work.
4695
4696 2010-10-21 Julien Danjou <julien@danjou.info>
4697
4698 * message.el (message-setup-1): Allow message-default-headers to be a
4699 function.
4700
4701 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4702
4703 * shr.el (shr-tag-table): Simplify.
4704
4705 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4706
4707 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4708 to avoid trying to snarf invalid stuff.
4709
4710 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4711
4712 * gnus.el (gnus-message-archive-group): Quote value.
4713 (gnus-message-archive-group): Mark as changed.
4714
4715 * shr.el (shr-add-font): Don't put the font properties on the newline
4716 or the indentation.
4717
4718 * message.el (message-fix-before-sending): Change options when sending
4719 non-printable characters.
4720
4721 * gnus.el (gnus-message-archive-method): Change the default to
4722 monthly outgoing groups.
4723
4724 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4725 that have gotten new numbers.
4726
4727 * nnimap.el (nnimap-request-replace-article): New function.
4728
4729 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4730
4731 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4732 (nnrss-request-article): Don't use special html washing code.
4733
4734 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4735
4736 * shr.el (shr-tag-table): Remove useless nconc.
4737
4738 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * gnus-art.el (article-wash-html): Simplify and remove the charset
4741 stuff. Use the normal html rendering code instead of the special html
4742 washing code.
4743
4744 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4745 `gnus-w3m' symbols.
4746 (mm-text-html-washer-alist): Remove.
4747
4748 * mm-decode.el (mm-inline-text-html-renderer): Remove.
4749 (mm-inline-media-tests): Remove use.
4750 (mm-text-html-renderer): Change default to the `shr' symbol.
4751
4752 * mm-view.el (mm-inline-text-html): Remove use.
4753
4754 * gnus-art.el (gnus-blocked-images): New function. Allow the
4755 `gnus-blocked-images' to be a function.
4756 (gnus-article-wash-function): Remove.
4757
4758 2010-10-20 Julien Danjou <julien@danjou.info>
4759
4760 * spam.el (spam-list-of-processors): Mark as obsolete.
4761
4762 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4763 (nnimap-insert-partial-structure): Fix boundary detection.
4764
4765 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4766
4767 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4768 run file-truename on remote files. This can be expensive and even
4769 prevent one from editing drafts if some unrelated buffer has a stale
4770 connection.
4771
4772 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4773
4774 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4775 kinsoku-eol regardless of shr-kinsoku-shorten.
4776 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4777 (shr-tag-table): Support caption, thead, and tfoot.
4778
4779 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4781 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4782 lines.
4783 (shr-save-contents): New command and keystroke.
4784
4785 * nndoc.el (nndoc-type-alist): Add git support.
4786 (nndoc-git-type-p): New function.
4787 (nndoc-transform-git-article): Ditto.
4788 (nndoc-transform-git-headers): Ditto.
4789 (nndoc-transform-git-headers): Generate Subject headers.
4790
4791 * shr.el (shr-parse-style): New function.
4792 (shr-tag-span): Ditto.
4793
4794 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4795 to `G G' to avoid collisions.
4796
4797 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4798
4799 * shr.el: Load kinsoku if necessary.
4800 (shr-kinsoku-shorten): New internal variable.
4801 (shr-find-fill-point): Make kinsoku shorten text line if
4802 shr-kinsoku-shorten is bound to non-nil.
4803 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4804 shr-indentation too when testing if table is wider than frame width.
4805 (shr-insert-table): Use `string-width' instead of `length' to measure
4806 text width.
4807 (shr-insert-table-ruler): Make sure indentation is done at bol.
4808
4809 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4812 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4813 undecoded network data.
4814
4815 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
4817 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4818 name in the mode line spec so that the mode line menu works
4819 (bug #2431).
4820
4821 * message.el (message-get-reply-headers): If we're fed `to-address',
4822 then always use that.
4823
4824 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4825 aren't so wide as to need to switch off the edit menu.
4826
4827 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4828 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4829
4830 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4831 `M-g'.
4832 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4833 the permanent marks.
4834
4835 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4836
4837 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4838 Splitting according to references/in-reply-to obeys the ignore-groups
4839 variable, while splitting by sender and subject do not.
4840
4841 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4842
4843 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4844 alist, so that we can look for non-Unicode chars.
4845 (article-translate-strings): Allow both character and string maps.
4846
4847 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4848
4849 * shr.el (shr-insert): Don't insert space behind a wide character
4850 categorized as kinsoku-bol, or between characters both categorized as
4851 nospace.
4852
4853 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4854
4855 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4856 headers to gnus-newsgroup-headers.
4857
4858 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * shr.el (shr-tag-img): Don't align images -- since we're not
4861 rescaling, this often leads to ugly displays.
4862
4863 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4864
4865 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4866 duplicates.
4867
4868 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4869
4870 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4871 call.
4872
4873 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4874
4875 * gnus.el: Autoload gnus-html-show-images.
4876
4877 * nnimap.el: Use nnheader-message throughout.
4878
4879 * shr.el (shr-tag-img): Ignore images with no data.
4880
4881 2010-10-15 Julien Danjou <julien@danjou.info>
4882
4883 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4884 a possibility to disable format=flow encoding when using hard newlines.
4885
4886 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4887
4888 * shr.el (shr-insert): Remove space inserted before or after a
4889 breakable character or at the beginning or the end of a line.
4890 (shr-find-fill-point): Do kinsoku; find the second best point or give
4891 it up if there's no breakable point.
4892
4893 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4894
4895 * nnimap.el (nnimap-open-connection): Message when opening connection
4896 for debugging purposes.
4897
4898 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4899 on every setup buffer call to allow this to change from article to
4900 article.
4901
4902 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4903 buffers where we have a wide table.
4904
4905 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4906
4907 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4908 uses *-request-thread.
4909
4910 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
4912 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4913 incantation, which is no longer valid.
4914
4915 2010-10-14 Julien Danjou <julien@danjou.info>
4916
4917 * shr.el: Fix defcustom type (char -> character).
4918
4919 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4920
4921 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4922 programs.
4923
4924 2010-10-14 Julien Danjou <julien@danjou.info>
4925
4926 * shr.el (shr-tag-a): Use url-link as widget type.
4927
4928 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4929 `gnus-group-get-icon'.
4930
4931 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4932
4933 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4934 This should make server editing work better.
4935
4936 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4937
4938 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4939 (nnimap-parse-flags): Fix regexp.
4940
4941 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4942 probably work for CJVK text, too.
4943
4944 * nnimap.el (nnimap-extend-tls-programs): Remove.
4945 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4946
4947 2010-10-13 Julien Danjou <julien@danjou.info>
4948
4949 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4950 responses.
4951
4952 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4953
4954 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4955
4956 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4957 anything in Emacs.
4958
4959 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4960
4961 2010-10-13 Julien Danjou <julien@danjou.info>
4962
4963 * shr.el (shr-width): Make shr-width a defcustom with default to
4964 fill-column.
4965 (shr-tag-img): Use shr-width rather than fill-column.
4966
4967 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4968
4969 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4970
4971 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4972 position when (X-)Faces exist.
4973 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4974 avatars when called interactively.
4975
4976 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4977
4978 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4979 gnus-article-x-face-too-ugly is bound.
4980
4981 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4982
4983 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4984
4985 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4986 mailbox that doesn't exist.
4987
4988 2010-10-12 Julien Danjou <julien@danjou.info>
4989
4990 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4991 (shr-get-image-data): Encode URL properly when fetching from cache.
4992 (shr-tag-img): Use aligned-to spaces to align correctly images.
4993
4994 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4995 before inserting the Gravatar.
4996
4997 * shr.el (shr-tag-img): Add align attribute support for <img>.
4998
4999 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
5001 * gnus-gravatar.el (gnus-art): Require.
5002
5003 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5004 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5005 Remove long obsoleted functions.
5006
5007 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5008
5009 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5010
5011 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5012 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5013 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5014 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5015 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5016 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5017 Fix comment for declare-function.
5018
5019 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5020
5021 * nnimap.el (nnimap-request-rename-group): Select group read-only
5022 before renaming it.
5023
5024 * shr.el (shr-insert): Fix up the white space only regexp.
5025
5026 * nnimap.el (nnimap-transform-split-mail): Not all articles have
5027 bodies. Protect against this. Reported by Michael Welsh Duggan.
5028
5029 * shr.el (shr-current-column): New function.
5030 (shr-find-fill-point): New function.
5031
5032 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5033
5034 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5035 numbers.
5036
5037 2010-10-11 Julien Danjou <julien@danjou.info>
5038
5039 * shr.el (shr-hr-line): Add.
5040 (shr-tag-hr): Use shr-hr-line to specify which character to use to
5041 display hr lines.
5042 (shr-max-columns): Do not change state to nil if we just inserting
5043 spaces.
5044
5045 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5046
5047 * gnus-topic.el (gnus-topic-read-group): If after the last group,
5048 select the last group.
5049
5050 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
5051
5052 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5053
5054 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5055
5056 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5057 for Gnus.
5058 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5059 (nnimap-update-qresync-info): Mark \Seen articles as read.
5060
5061 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5062 non-variable, too.
5063
5064 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5065 available.
5066 (nnimap-update-info): Rely more on the current active than the param
5067 active to avoid marking articles as read too much.
5068
5069 * auth-source.el (auth-source-create): Use (user-login-name) for the
5070 user name default.
5071
5072 * nnimap.el (nnimap-update-info): If the server doesn't return any
5073 useful info, just use the previous info.
5074 (nnimap-update-info): Prefer old info over start-article.
5075 (nnimap-update-qresync-info): Finish implementing QRESYNC.
5076
5077 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
5078
5079 * nnir.el (autoload): Clean up autoloads.
5080 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5081 Use key rather than value.
5082 (nnir-imap-search-other): New variable.
5083 (nnir-read-parm): Use it.
5084 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5085 (gnus-summary-nnir-goto-thread): Modify to work with imap.
5086
5087 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5090 the process, too.
5091
5092 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5093
5094 * spam.el (gnus-summary-mode-map): Bind to "$".
5095 Suggested by Russ Allbery.
5096
5097 * shr.el: Rework the way things are indented by <li> slightly.
5098
5099 * gnus.el (gnus-group-set-parameter): Fix typo.
5100
5101 * nnimap.el: Start implementing QRESYNC support.
5102
5103 2010-10-09 Julien Danjou <julien@danjou.info>
5104
5105 * nnir.el (nnir-engines): Fix too many arguments.
5106
5107 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5108
5109 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5110 group is the "last", so that the backends like nnfolder actually save
5111 their folders.
5112
5113 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5114 try to use that for the tls stream.
5115 (nnimap-retrieve-group-data-early): Rework the marks code to heed
5116 UIDVALIDITY and find out which groups are read-only and not.
5117 (nnimap-get-flags): Use the same marks parsing code as the rest of
5118 nnimap.
5119
5120 2010-10-09 Julien Danjou <julien@danjou.info>
5121
5122 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5123
5124 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5125 retrieving gravatars.
5126
5127 * shr.el (shr-table-corner): Add.
5128 (shr-table-line): Add.
5129 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5130
5131 2010-10-08 Julien Danjou <julien@danjou.info>
5132
5133 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5134
5135 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
5136
5137 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5138
5139 * gnus-sum.el (gnus-mark-article-as-unread)
5140 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5141 (gnus-summary-set-bookmark): Use it.
5142
5143 * gnus-msg.el (gnus-setup-message): Use it.
5144
5145 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5146
5147 * gnus.el (gnus-group-remove-parameter): Use it.
5148
5149 * gnus-group.el (gnus-group-make-web-group): Use it.
5150
5151 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5152
5153 * nnregistry.el: Update docs to mention manual.
5154
5155 * gnus-registry.el: Update docs to mention nnregistry.el.
5156 (gnus-registry-initialize): Don't install nnregistry refer method
5157 automatically.
5158 (gnus-registry-install-nnregistry): Remove it.
5159
5160 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5161
5162 * shr.el (shr-insert): Don't insert double spaces.
5163
5164 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * gnus-gravatar.el (gnus-treat-from-gravatar)
5167 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5168 called interactively.
5169
5170 * gnus-art.el (gnus-mime-view-part-externally)
5171 (gnus-mime-view-part-internally): Make predicate function passed to
5172 gnus-mime-view-part-as-type assume argument is a mime type, not a list
5173 of a mime type.
5174
5175 * shr.el (shr-table-widths): Don't use cl function `reduce'.
5176
5177 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5178
5179 * shr.el (require): Require cl when compiling.
5180 (shr-tag-hr): New function.
5181
5182 * nnimap.el (nnimap-update-info): Remove double setting of high.
5183 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5184 This makes nnimap work properly on Courier again.
5185
5186 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5187 the variable for backwards compatibility.
5188
5189 * mm-decode.el (mm-save-part): If given a non-directory result, expand
5190 the file name before using to avoid setting mm-default-directory to
5191 nil.
5192
5193 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5194 bidning gnus-agent variables.
5195
5196 * shr.el (shr-render-td): Use a cache for the table rendering function
5197 to avoid getting an exponential rendering behavior in nested tables.
5198 (shr-insert): Rework the line-breaking algorithm.
5199 (shr-insert): Don't leave trailing spaces.
5200 (shr-insert-table): Also insert empty TDs.
5201 (shr-tag-blockquote): Ensure paragraphs after </ul>.
5202
5203 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * gnus-sum.el (gnus-number): Rename from `number'.
5206 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5207 (gnus-summary-limit-children): Update uses correspondingly.
5208
5209 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5210
5211 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5212 (gnus-gravatar-transform-address): Don't show avatars of people of
5213 which mail addresses match gnus-gravatar-too-ugly.
5214
5215 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5216
5217 * shr.el (shr-table-widths): Expand TD elements to fill available
5218 space.
5219
5220 2010-10-07 Julien Danjou <julien@danjou.info>
5221
5222 * nnimap.el (nnimap-request-rename-group): Add this method.
5223
5224 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5225
5226 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5227 name from XEmacs' function-arglist.
5228
5229 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5230 gravatar under XEmacs.
5231
5232 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
5233
5234 * auth-source.el: Update docs with TODO items.
5235
5236 * gnus-sync.el: Update docs to explain state and plans.
5237
5238 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5239 Hooks for mark updates.
5240 (gnus-request-set-mark, gnus-request-update-mark): Use them.
5241
5242 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5243 hooks with arguments, which is needed for mark update hooks.
5244
5245 2010-10-06 Julien Danjou <julien@danjou.info>
5246
5247 * gnus.el (gnus-expand-group-parameter): Only return and act on what
5248 was matched.
5249
5250 * sieve-manage.el: Update example in `Commentary'.
5251
5252 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5253
5254 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5255 not 2000.
5256 (sieve-manage-authenticate): Re-add function.
5257
5258 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5259
5260 * shr.el (shr-insert): Get 'space transition right.
5261 (shr-render-td): Only delete space at the end of the TD.
5262
5263 * nnimap.el (nnimap-open-connection): Prepare to support
5264 open-gnutls-stream.
5265
5266 * shr.el: Rearrange function order to be more logical.
5267
5268 2010-10-06 Julien Danjou <julien@danjou.info>
5269
5270 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5271 (nnrss-discover-feed): Remove 404 URL in docstring.
5272
5273 * nnir.el: Fix Swish-E URL.
5274 Fix Namazu URL.
5275
5276 * message.el (message-change-subject): Remove 404 URL in a comment.
5277
5278 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
5279
5280 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5281 called interactively.
5282
5283 * gnus-util.el (gnus-remove-if): Allow hash table.
5284 (gnus-remove-if-not): New function.
5285
5286 * gnus-art.el (gnus-mime-view-part-as-type)
5287 * gnus-score.el (gnus-summary-score-effect)
5288 * gnus-sum.el (gnus-read-move-group-name):
5289 Replace remove-if-not with gnus-remove-if-not.
5290
5291 * gnus-group.el (gnus-group-completing-read):
5292 Regard collection as a hash table if it is not a list.
5293
5294 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5295
5296 * shr.el (shr-render-td): Allow blank/missing <TD>s.
5297
5298 * shr.el: Document the table-rendering algorithm.
5299
5300 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5301 invalid URLs.
5302
5303 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5304 line-broken.
5305 (shr-tag-img): Ignore image fetching errors.
5306 (shr-overlays-in-region): Compute overlay positions correctly.
5307
5308 * mm-decode.el (mm-shr): Require shr.
5309
5310 * gnus-art.el (gnus-blocked-images): Move variable here.
5311
5312 * shr.el (shr-insert-table): Bind free variable.
5313
5314 * mm-decode.el (mm-shr): Bind shr-content-function.
5315
5316 * shr.el (shr-content-function): New variable.
5317
5318 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5319 added for symmetry.
5320
5321 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5322
5323 * gnus-group.el (gnus-group-make-group): Doc fix.
5324
5325 * nnimap.el (nnimap-request-newgroups): Return success.
5326
5327 * shr.el (shr-find-elements): New function.
5328 (shr-tag-table): Put all the images after the table.
5329 (shr-tag-table): Really inhibit images inside the table.
5330 (shr-collect-overlays): Copy over overlays from the TD elements to the
5331 main document.
5332
5333 * mm-decode.el (mm-shr): Bind shr-blocked-images to
5334 gnus-blocked-images.
5335
5336 2010-10-05 Julien Danjou <julien@danjou.info>
5337
5338 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5339
5340 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5341 (gnus-html-maximum-image-size): Add this function.
5342 (gnus-html-put-image): Use gnus-html-maximum-image-size.
5343
5344 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5345 server-value of the capability is nil.
5346
5347 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5348
5349 * shr.el (shr-tag-em): Add <EM> tag.
5350
5351 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
5352
5353 * sieve-manage.el (sieve-manage-default-stream): Make default stream
5354 customizable.
5355
5356 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5357 handing broken links to browse-url.
5358
5359 2010-10-05 Julien Danjou <julien@danjou.info>
5360
5361 * gnus-util.el (gnus-emacs-completing-read)
5362 (gnus-iswitchb-completing-read): Use autoload rather than require.
5363
5364 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
5365
5366 * gnus-util.el (gnus-completing-read-function): Exclude
5367 gnus-icompleting-read and gnus-ido-completing-read from candidates for
5368 XEmacs since iswitchb.el is very old and ido.el is unavailable in
5369 XEmacs.
5370
5371 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5372 not to use `delete-dups' that is unavailable in XEmacs 21.4.
5373
5374 * gnus-html.el: Don't require help-fns under XEmacs.
5375 (gnus-html-schedule-image-fetching): Work for XEmacs.
5376
5377 * mm-decode.el (mm-shr): Decode contents by charset.
5378
5379 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5380
5381 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5382 unknown.
5383
5384 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5385 (shr-get-image-data): Ensure against the cache file missing.
5386
5387 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5388 for data.
5389
5390 * spam-report.el (spam-report-url-ping-plain): Don't query about
5391 killing the process.
5392
5393 * shr.el (shr-render-td): Protect against too-wide text.
5394
5395 2010-10-04 Julien Danjou <julien@danjou.info>
5396
5397 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5398 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5399
5400 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5401 retrieved.
5402
5403 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5404
5405 * shr.el (browse-url): Require.
5406 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5407 lines.
5408 (shr-show-alt-text, shr-browse-image): New commands.
5409 (shr-browse-url, shr-copy-url): New commands.
5410
5411 * gnus-sum.el (gnus-widen-article-window): New variable.
5412 (gnus-summary-select-article-buffer): Use it.
5413
5414 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5415 without @ signs.
5416
5417 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5418
5419 * nnir.el (nnir-run-imap): Remove spurious space in search string.
5420
5421 2010-10-04 Julien Danjou <julien@danjou.info>
5422
5423 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5424 for XEmacs.
5425
5426 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5429
5430 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5431 (nnimap-close-server): Implement.
5432
5433 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5434 (shr-insert): Tweak line breaking.
5435 (shr-insert): Handle <pre> better.
5436 (shr-tag-li): Get <li> indentation right.
5437 (shr-tag-li): Get <li> indentation even righter.
5438 (shr-tag-blockquote): Ensure paragraph start.
5439 (shr-make-table): Tweak table generation.
5440 (shr-make-table): Fix typo.
5441
5442 * shr.el: Implement table rendering.
5443
5444 2010-10-04 Julien Danjou <julien@danjou.info>
5445
5446 * gnus-html.el (gnus-html-put-image): Fix resize image code.
5447
5448 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * shr.el (shr-insert): Use string anchors instead of line anchors.
5451
5452 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5453
5454 * shr.el: Add headings.
5455 (shr-ensure-paragraph): Actually work.
5456 (shr-tag-li): Make <ul> prettier.
5457 (shr-insert): Get white space at the beginning/end of elements right.
5458 (shr-tag-p): Collapse subsequent <p>s.
5459 (shr-ensure-paragraph): Don't insert double line feeds after blank
5460 lines.
5461 (shr-insert): \t is also space.
5462 (shr-tag-s): Fix "s" tag name function.
5463 (shr-tag-s): Fix face prop name.
5464
5465 2010-10-03 Julien Danjou <julien@danjou.info>
5466
5467 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5468
5469 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5470 gnus-window-inside-pixel-edges.
5471
5472 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5473 gnus-ems.
5474
5475 * mm-view.el (mm-inline-image-emacs): Support image resizing.
5476
5477 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5478 function.
5479
5480 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5481 resize choice.
5482
5483 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5484
5485 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5486 beginning of the buffer.
5487
5488 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5489 article buffer again.
5490
5491 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5492
5493 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5494 when it's at the start of the buffer.
5495
5496 * shr.el (shr-tag-blockquote): Convert name.
5497 (shr-rescale-image): Use the right image-size variant.
5498
5499 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5500 buffer isn't shown, then select the current article first instead of
5501 bugging out.
5502 (gnus-summary-select-article-buffer): Show both the article and summary
5503 buffers again.
5504
5505 * shr.el (shr-fontize-cont): Protect against regions with no text.
5506 Rename tag functions to shr-tag-* for enhanced security.
5507 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5508
5509 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * shr.el (shr-insert):
5512 * pop3.el (pop3-movemail):
5513 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5514 loaded.
5515
5516 2010-10-03 Glenn Morris <rgm@gnu.org>
5517
5518 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5519
5520 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5521
5522 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5523
5524 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5525
5526 * gnus-util.el (gnus-make-local-hook): Simplify.
5527
5528 2010-10-02 Julien Danjou <julien@danjou.info>
5529
5530 * gnus-util.el (gnus-iswitchb-completing-read): New function.
5531 (gnus-ido-completing-read): New function.
5532 (gnus-emacs-completing-read): New function.
5533 (gnus-completing-read): Use gnus-completing-read-function.
5534 Add gnus-completing-read-function.
5535
5536 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5537
5538 * shr.el (shr-insert-document): Autoload.
5539 (shr-img): Be silent.
5540 (shr-insert): Add a newline after every picture before text.
5541 (shr-add-font): Use overlays for combining faces.
5542 (shr-insert): Pass upwards the text start point.
5543
5544 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5545 possible.
5546 (mm-shr): New function.
5547
5548 2010-10-02 Julien Danjou <julien@danjou.info>
5549
5550 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5551 should go backward.
5552
5553 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
5554
5555 * shr.el (shr): Fix typo in provide call.
5556
5557 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5558
5559 * shr.el: New file.
5560
5561 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5562
5563 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5564 completing read.
5565
5566 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5567
5568 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5569 we're being queried about. Suggested by Dan Jacobson.
5570
5571 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5572 Suggested by Jason Eisner.
5573
5574 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5575 table, too. Suggested by Stefan Wiens.
5576 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5577 the table unnecessary. Suggested by Stefan Wiens.
5578
5579 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5580 longer needed, and probably doesn't work either, as pointed out by
5581 Stefan Wiens.
5582 (gnus-summary-exit): Remove call to the clearing function.
5583 (gnus-summary-exit-no-update): Ditto.
5584
5585 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5586 instead of gnus-eval-in-buffer-window to avoid popping up frames.
5587 Reported by Stefan Monnier.
5588 (gnus-summary-save-in-rmail): Ditto.
5589
5590 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5591 article buffer, instead of both the article buffer and the summary
5592 buffer. Sort of suggested by Dan Jacobson.
5593
5594 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5595
5596 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5597 Suggested by Dan Jacobson.
5598
5599 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5600 documentation clearer.
5601
5602 * message.el (message-shorten-references): Comment on the number "21".
5603 Suggested by Stefan Monnier.
5604
5605 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5606 Suggested by Dan Jacobson.
5607
5608 * gnus.el (gnus-large-newsgroup):
5609 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
5610
5611 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5612 externalize attachments. Bug reported by Steve Wen.
5613
5614 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5615 really message anything to the user.
5616
5617 * nnmail.el (nnmail-article-group): Allow using the fancy split method
5618 directly.
5619
5620 * nnimap.el (nnimap-request-group): Low higher than high to signal no
5621 messages in empty groups.
5622
5623 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
5624
5625 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5626 non-UIDNEXT group.
5627
5628 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5629
5630 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5631 not the value from the collection.
5632
5633 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5634 values. This sometimes happens on some groups that have no info.
5635 (nnimap-request-newgroups): New function.
5636
5637 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
5638
5639 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5640 check into `gnus-registry-initialize'.
5641 (gnus-registry-initialize): Ditto.
5642 Fix and extend header docs.
5643
5644 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5645
5646 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5647 regexp backtrace overflows.
5648
5649 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5650 for starttls that tls.el implements; i.e. openssl.
5651
5652 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
5653
5654 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5655 (gravatar-create-image): New function that's an alias to
5656 gnus-xmas-create-image, gnus-create-image, or create-image.
5657 (gravatar-data->image): Use it.
5658
5659 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5660
5661 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5662 install the nnregistry refer method.
5663 (gnus-registry-install-hooks): Use it.
5664 (gnus-registry-unfollowed-groups): Add nnmairix to the default
5665 unfollowed groups.
5666
5667 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
5668
5669 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5670 expanding threads.
5671
5672 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5673
5674 * nnir.el: Use the server names without suffixes (bug #7009).
5675
5676 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5677 unencrypted to STARTTLS, if possible.
5678
5679 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5680
5681 * message.el (message-ignored-supersedes-headers): Strip Injection-*
5682 headers before superseding.
5683
5684 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685
5686 * nnrss.el (nnrss-use-local): Add documentation.
5687
5688 * nnimap.el (nnimap-extend-tls-programs): New function.
5689 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5690 (nnimap-wait-for-connection): Accept the greeting from the stupid
5691 output from openssl s_client -starttls, too.
5692
5693 * nnimap.el (nnimap-find-article-by-message-id): Really return the
5694 article number.
5695 (nnimap-split-fancy): New variable.
5696 (nnimap-split-incoming-mail): Use it.
5697
5698 * nntp.el (nntp-server-list-active-group): Document.
5699
5700 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5701 SELECT to get the message-id.
5702
5703 * mail-source.el (mail-sources): Remove webmail support.
5704 (defvar): Ditto.
5705 (mail-source-fetcher-alist): Ditto.
5706 (mail-source-fetch-webmail): Remove.
5707
5708 * webmail.el: Remove -- doesn't seem relevant any more.
5709
5710 * gnus.el: Fix up make-obsolete-variable declarations throughout.
5711
5712 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5713 the \r.
5714
5715 2010-09-30 Julien Danjou <julien@danjou.info>
5716
5717 * gnus-agent.el (gnus-agent-add-group): Fix call to
5718 gnus-completing-read.
5719
5720 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5721
5722 * nndoc.el (nndoc-retrieve-groups): New function.
5723
5724 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5725 `default', use nnmail-split-methods.
5726 (nnimap-request-article): Downcase the NILs so that they are nil.
5727
5728 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5729 symbol.
5730
5731 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5732 code, since if the user has requested network, that's what they ought
5733 to get.
5734 (nnimap-request-set-mark): Erase the buffer before issuing commands.
5735 (nnimap-split-rule): Mark as obsolete.
5736
5737 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5738 New variable.
5739
5740 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5741 correct slot, too.
5742
5743 2010-09-29 Julien Danjou <julien@danjou.info>
5744
5745 * gnus.el (gnus-local-domain): Declare variable obsolete.
5746
5747 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5748 Fix history computing.
5749 (gnus-ido-completing-read): Require ido.
5750
5751 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5752
5753 * gnus-registry.el: Don't prompt on load, which makes it impossible to
5754 build Gnus.
5755
5756 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5757 when interpreting the structures.
5758 (nnimap-request-accept-article): Add \r\n to the lines to make this
5759 work with Cyrus.
5760
5761 * nndraft.el (nndraft-request-expire-articles): Use the group name
5762 instead if "nndraft". Fix found by Nils Ackermann.
5763
5764 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5765
5766 * nnregistry.el: Add.
5767
5768 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * nnmail.el (group, group-art-list, group-art):
5771 Remove unneeded directives.
5772
5773 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5774
5775 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5776 (mm-mime-charset)
5777 * rfc2047.el (rfc2047-syntax-table)
5778 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5779
5780 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5781 rather than `insert-file-contents' and `eval-region'.
5782
5783 2010-09-29 Julien Danjou <julien@danjou.info>
5784
5785 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5786 replacement of `gnus-gravatar-relief' to mimic
5787 `gnus-faces-properties-alist'.
5788 Add :version property.
5789
5790 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5791
5792 * mail-source.el (mail-source-report-new-mail)
5793 * message.el (message-default-mail-headers)
5794 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5795
5796 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5797
5798 2010-09-28 Julien Danjou <julien@danjou.info>
5799
5800 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5801 mail-address contains the same string as real-name.
5802
5803 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5804 non-blank in header, otherwise it'll get stripped.
5805
5806 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5807 real-name, and then for mail address rather than doing : or , search.
5808
5809 2010-09-27 Julien Danjou <julien@danjou.info>
5810
5811 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5812 right completing-read function.
5813 (gnus-use-ido): New variable
5814 (gnus-completing-read-with-default): Remove.
5815 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5816 (gnus-agent-add-group):
5817 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5818 * mm-view.el (mm-view-pkcs7-decrypt):
5819 * mm-util.el (mm-codepage-setup):
5820 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5821 * mml-smime.el (mml-smime-openssl-sign-query):
5822 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5823 (mml-insert-multipart):
5824 * gnus-msg.el (gnus-summary-yank-message):
5825 * gnus-int.el (gnus-start-news-server):
5826 * mm-decode.el (mm-interactively-view-part):
5827 * gnus-dired.el (gnus-dired-attach):
5828 * gnus.el (gnus-read-method):
5829 * gnus-bookmark.el (gnus-bookmark-jump):
5830 * gnus-art.el (gnus-mime-view-part-as-type)
5831 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5832 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5833 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5834 * nnmairix.el (nnmairix-create-server-and-default-group)
5835 (nnmairix-update-groups, nnmairix-get-server)
5836 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5837 (nnmairix-get-group-from-file-path):
5838 * nnrss.el (nnrss-find-rss-via-syndic8):
5839 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5840 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5841 (gnus-group-browse-foreign-server):
5842 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5843 (gnus-summary-execute-command, gnus-summary-respool-article)
5844 (gnus-read-move-group-name):
5845 * gnus-score.el (gnus-summary-increase-score)
5846 (gnus-summary-score-effect):
5847 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5848
5849 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5850
5851 * nnimap.el (auth-source-forget-user-or-password)
5852 (auth-source-user-or-password): Autoload.
5853
5854 * message.el (message-from-style, message-interactive)
5855 (message-signature): Remove comment.
5856 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5857 always.
5858 (message-sendmail-envelope-from): Comment fix.
5859 (message-yank-prefix): Default to mail-yank-prefix always.
5860 (message-indentation-spaces):
5861 Default to mail-indentation-spaces always.
5862 (message-signature-file): Default to mail-signature-file always.
5863
5864 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5865
5866 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5867 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5868 new articles.
5869
5870 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5871 parts.
5872 (nnimap-request-article): Work with the t setting, too.
5873
5874 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5875 that you don't get flashes of other buffers.
5876 (gnus-summary-show-complete-article): Intern before setting.
5877
5878 2010-09-27 David Engster <dengste@eml.cc>
5879
5880 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5881 well as HEADERS.
5882 (nnmairix-retrieve-headers): Provide new argument for the above.
5883
5884 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5885
5886 * gnus-sum.el (gnus-summary-move-article): Don't alter
5887 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5888 group.
5889
5890 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5891
5892 * message.el (message-cite-prefix-regexp): Revert my last edit.
5893
5894 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5895 variable instead of the Gnus variable.
5896
5897 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5898
5899 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5900
5901 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5902 since some servers don't like it.
5903 (nnimap-open-connection): Forget credentials if the server says the
5904 password was wrong.
5905 (nnimap-parse-line): Protect against invalid data.
5906
5907 * gnus-sum.el (gnus-summary-move-article): Add comment.
5908 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5909 nothing alters it while scanning for new messages.
5910
5911 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5912 which may or may not help.
5913 (nnimap-open-connection): If we're doing a stream connection, and then
5914 discover we're on a STARTTLS-capable server, then open a STARTTLS
5915 connection instead.
5916
5917 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5918
5919 * nnimap.el (utf7): Require.
5920
5921 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5922 prefix.
5923
5924 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5927
5928 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5929
5930 * nnimap.el (nnimap-request-accept-article): Message the error on
5931 error.
5932
5933 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5934
5935 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5936
5937 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5938
5939 * nndoc.el (nndoc-request-list): Return success always.
5940
5941 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5942 `fetch-old' -- we only want to fetch the articles we've requested.
5943 The rest are in the agent, probably.
5944 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5945 disappeared server" to something low. It's not important.
5946
5947 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5948 arrived before the FETCH data.
5949
5950 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5951 target here, because we don't know the Gnus name of the group.
5952
5953 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5954 for the correct group.
5955
5956 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5957
5958 * gnus.el (gnus): Give a final warning after startup.
5959
5960 * gnus-util.el (gnus-action-message-log): New variable.
5961 (gnus-message): Use it.
5962 (gnus-final-warning): New function.
5963
5964 * nnimap.el (nnimap-open-connection): Record the greeting.
5965 (nnimap): Add greeting.
5966
5967 2010-09-26 Julien Danjou <julien@danjou.info>
5968
5969 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5970 arguments.
5971 (gnus-html-wash-images): Fix spec computing to include start/end.
5972
5973 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5974
5975 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5976
5977 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5978 deletion.
5979 (nnimap-retrieve-headers): Don't select the group, because that's
5980 already done by nnimap-possibly-change-group.
5981
5982 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5983 (gnus-picon-transform-address): Use it.
5984
5985 * mail-source.el (mail-source-value): Revert previous patch.
5986
5987 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5988 on failure.
5989 (nnimap-open-connection): Look up both virtual and physical server name
5990 credentials.
5991
5992 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5993
5994 2009-02-08 Dave Love <fx@gnu.org>
5995
5996 * gnus-win.el (gnus-window-to-buffer-helper)
5997 (gnus-all-windows-visible-p): Function needn't be a symbol.
5998
5999 * mail-source.el (mail-source-value): Function needn't be a symbol.
6000
6001 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6002
6003 * message.el (message-cite-prefix-regexp): Remove } from the cite
6004 prefix.
6005
6006 * gnus-art.el (gnus-treatment-function-alist): Do picons before
6007 highlight again, so that the highlight is correct.
6008
6009 * gnus-picon.el (gnus-picon): Remove again.
6010 (gnus-picon-create-glyph): Set the background XPM color explicitly.
6011
6012 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6013 doing the header highlightling, so that the background color of the
6014 picon is correct.
6015
6016 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6017 (gnus-picon): Ditto.
6018 (gnus-picon): Reinstate. The background color for picons is white.
6019 (gnus-picon-insert-glyph): Make the background white.
6020
6021 * nnml.el (nnml-open-nov): Don't return dead buffers.
6022
6023 * auth-source.el (auth-source-create): Query the user for whether to
6024 store the credentials.
6025
6026 * auth-source.el (auth-source-user-or-password): Use the existing auth
6027 sources, if any, for creation.
6028
6029 * gnus.el (gnus-group-fast-parameter): Return the last matching
6030 parameter instead of the first matching parameter.
6031
6032 2010-09-26 Julien Danjou <julien@danjou.info>
6033
6034 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6035
6036 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6037
6038 * mml2015.el (mml2015-use): Remove gpg support.
6039
6040 * mml1991.el (mml1991-function-alist): Remove gpg function.
6041 (mml1991-gpg-sign): Remove.
6042
6043 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
6044
6045 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6046 (gnus-browse-unsubscribe-current-group): Document it.
6047 (gnus-browse-unsubscribe-group): Use it.
6048
6049 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6050
6051 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6052 address to the To list for easier response.
6053
6054 * gnus.el (gnus-play-startup-jingle): Remove.
6055 (gnus-splash): Don't play jingle.
6056 (gnus): Silence gnus-load message.
6057
6058 * gnus-art.el (gnus-treat-play-sounds): Remove.
6059
6060 * gnus.el (gnus-play-jingle): Remove audio support.
6061
6062 * gnus-cus.el (gnus-score-customize): Remove audio reference.
6063
6064 * earcon.el: Remove -- no users.
6065
6066 * gnus-audio.el: Remove -- no users of this package.
6067
6068 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6069
6070 * gnus-start.el (gnus-setup-news): Remove nocem support.
6071
6072 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6073
6074 * gnus.el (gnus-use-nocem): Remove.
6075
6076 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6077 Remove.
6078
6079 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
6080 uses NoCeM any more.
6081
6082 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6083 (gnus-button-ctan-handler): Ditto.
6084 (gnus-button-handle-ctan-bogus-regexp): Ditto.
6085 (gnus-button-ctan-directory-regexp): Ditto.
6086 (gnus-button-handle-ctan): Ditto.
6087 (gnus-button-tex-level): Ditto.
6088 (gnus-button-alist): Remove CTAN stuff.
6089
6090 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6091
6092 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6093 nnimap-streaming test.
6094
6095 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6096 servers twice.
6097
6098 * nnimap.el (nnimap-open-connection): Add more error reporting when
6099 nnimap fails early.
6100
6101 * nnheader.el (nnheader-get-report-string): New function.
6102 (nnheader-get-report): Use it.
6103
6104 * gnus-int.el (gnus-check-server): Say what the error was when opening
6105 failed.
6106
6107 * nnimap.el (nnimap-wait-for-response): Search further when we're not
6108 using streaming.
6109
6110 2010-09-25 Julien Danjou <julien@danjou.info>
6111
6112 * gnus-html.el (gnus-html-rescale-image): Use our defalias
6113 gnus-window-inside-pixel-edges.
6114
6115 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6116
6117 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6118
6119 * mm-decode.el (mm-save-part): Allow saving to other directories the
6120 normal Emacs way.
6121
6122 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6123 Suggested by Jay Berkenbilt.
6124
6125 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6126 there isn't a single byte.
6127
6128 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6129 just do it. It doesn't really seem to matter what the user responds
6130 here, I think, so it's just a confusing question.
6131
6132 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6133 non-streaming case.
6134
6135 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6136 (gnus-article-encrypt-body): Use it.
6137
6138 * gnus-sum.el (gnus-summary-show-complete-article): New command and
6139 keystroke.
6140
6141 * nnimap.el (nnimap-find-wanted-parts-1):
6142 Use gnus-fetch-partial-articles.
6143
6144 * gnus-art.el (gnus-fetch-partial-articles): New variable.
6145
6146 * nnimap.el (nnimap-insert-partial-structure): New function.
6147 (nnimap-get-partial-article): New function.
6148 (nnimap-request-article): Use it.
6149 (nnimap-wait-for-response): Return whether the wait was successful.
6150 (nnimap-finish-retrieve-group-infos): Don't do anything if the
6151 retrieval wasn't successful.
6152 (nnimap-retrieve-group-data-early): Allow throttling servers.
6153 (nnimap-streaming): New variable.
6154 (nnimap-fetch-partial-articles): Remove.
6155
6156 * mm-decode.el (mm-with-part): Protect against killed buffers.
6157
6158 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6159 for prettier summary display.
6160
6161 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
6162
6163 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6164
6165 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6166
6167 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6168 apparently third-party libraries depend on it.
6169
6170 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6171 before starting negotiation.
6172
6173 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6174 privacy reasons.
6175 (gnus-treat-mail-gravatar): Ditto.
6176
6177 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6178 buffer when inserting images. Inserting text into the headers, for
6179 instance, can make them invalid.
6180
6181 2010-09-25 Julien Danjou <julien@danjou.info>
6182
6183 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6184 variables.
6185
6186 * nnheader.el: Remove useless variables news-reply-yank-from and
6187 news-reply-yank-message-id.
6188
6189 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6190 variables.
6191
6192 * mml1991.el: Remove useless mml1991-verbose.
6193
6194 * gnus.el: Remove useless variable gnus-use-generic-from.
6195 Remove obsolete variable gnus-topic-indentation.
6196
6197 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6198
6199 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6200
6201 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6202
6203 * gnus-group.el: Remove useless gnus-group-icon-cache.
6204 Remove useless gnus-ephemeral-group-server.
6205
6206 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6207
6208 * mml2015.el: Remove useless mml2015-verbose.
6209
6210 * mml-smime.el: Remove useless mml-smime-verbose.
6211
6212 * gnus.el: Remove useless gnus-local-domain.
6213
6214 * gnus-gravatar.el (gnus-gravatar-transform-address):
6215 Use gnus-gravatar-size.
6216
6217 * gnus-art.el: Remove useless gnus-treat-translate.
6218
6219 2010-09-24 Julien Danjou <julien@danjou.info>
6220
6221 * gnus-sum.el: Add support for Gravatars.
6222
6223 * gnus-art.el: Add support for Gravatars.
6224
6225 * gnus-gravatar.el: Add this file.
6226
6227 * gravatar.el: Add this file.
6228
6229 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6230
6231 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6232
6233 * gnus-group.el (gnus-group-fetch-faq): Remove.
6234
6235 * gnus.el (gnus-group-faq-directory): Remove.
6236
6237 * gnus-group.el (gnus-group-fetch-charter): Remove.
6238
6239 * gnus.el (gnus-group-charter-alist): Remove.
6240
6241 * gnus-group.el (gnus-group-archive-directory): Remove.
6242 (gnus-group-recent-archive-directory): Ditto.
6243 (gnus-group-make-archive-group): Remove.
6244
6245 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6246
6247 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6248 use the same article number for all the cached articles.
6249
6250 * nnimap.el (nnimap-command): Register the last command time so
6251 that we can use it for idling NOOPs.
6252 (nnimap-open-connection): Start the keeplive timer.
6253 (nnimap-make-process-buffer): Store all the process buffers.
6254 (nnimap-keepalive): New function.
6255
6256 * starttls.el (starttls-open-stream): Add autoload cookie.
6257
6258 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6259
6260 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6261 handling.
6262
6263 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
6265 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6266 its data structures.
6267
6268 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6269 instead of the cl.el copy-list.
6270 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6271 equalp.
6272
6273 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6274
6275 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6276 and tool-bar-local-item-from-menu.
6277
6278 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6279 mode-line-highlight face for Emacs.
6280
6281 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6282 loading gnus-sum.elc; fix comment for canlock-verify.
6283 (gnus-article-jump-to-part): Use read-number.
6284 (gnus-insert-mime-button, gnus-insert-mime-security-button):
6285 Remove Emacs pre-21 compatible code for help-echo.
6286 (gnus-article-next-page-1): No need to adjust the number of lines.
6287 (gnus-article-describe-bindings): Always use help-buffer.
6288
6289 * gnus-audio.el (gnus-audio-inline-sound)
6290 * gnus-cus.el (gnus-custom-mode)
6291 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6292
6293 * gnus-sum.el (gnus-remove-overlays): Doc fix.
6294
6295 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6296 compatible code.
6297
6298 2010-09-24 Glenn Morris <rgm@gnu.org>
6299
6300 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6301 visiting the fcc file in rmail-mode.
6302
6303 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6304
6305 * nnir.el: Silence the byte compiler.
6306
6307 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6308 alias to browse-url-url-encode-chars if any.
6309 (gnus-html-encode-url): Use it.
6310
6311 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
6313 * gnus-start.el (gnus-use-backend-marks): New variable.
6314 (gnus-get-unread-articles-in-group): Use it.
6315
6316 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6317 makeover.
6318
6319 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6320
6321 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6322
6323 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6324
6325 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6326 Remove.
6327 (gnus-setup-news-hook):
6328 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6329
6330 * gnus-int.el (gnus-request-update-info): Protect against backends not
6331 having the function.
6332
6333 * nnimap.el (nnimap-stream): Mention starttls.
6334 (nnimap-open-connection): Add starttls support.
6335
6336 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6337
6338 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6339
6340 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6341
6342 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6343 BODYSTRUCTUREs.
6344 (nnimap-transform-headers): Unfold quoted {42} headers.
6345
6346 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6347 the info.
6348 (gnus-get-unread-articles): Only call updatep on backends that support
6349 it.
6350
6351 * nnweb.el (nnweb-request-update-info): NOOP.
6352
6353 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6354
6355 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6356 since it only deals with marks.
6357
6358 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6359 gnus-request-marks, and make a new gnus-request-update-info.
6360
6361 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6362 the active instead of the high number, which is usually too low.
6363
6364 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6365
6366 * encrypt.el: Remove.
6367
6368 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6369
6370 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6371 server in symbolic form.
6372
6373 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6374
6375 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6376
6377 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6378 (nnimap-update-info): Fix up code slightly.
6379
6380 * gnus-int.el (gnus-open-server): Add tracing for performance
6381 debugging.
6382
6383 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6384 (gnus-group-insert-group-line): Pass the real group name so that it
6385 gets the right data.
6386
6387 * gnus-start.el (gnus-get-unread-articles): Don't have
6388 `gnus-get-unread-articles-in-group' update info, since that can be
6389 really slow and doesn't seem to be needed?
6390
6391 2010-09-22 Julien Danjou <julien@danjou.info>
6392
6393 * gnus-group.el (gnus-group-insert-group-line):
6394 Call gnus-group-highlight-line.
6395 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6396 default hook list.
6397 (gnus-group-update-eval-form): Add new function.
6398 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6399 (gnus-group-get-icon): Use gnus-group-update-eval-form.
6400
6401 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6402
6403 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6404 immediate, then expire all articles.
6405 (nnimap-update-info): Fix off-by-one errors.
6406 (nnimap-flags-to-marks): Would return no marks lists for group with no
6407 flags. Instead return the other data.
6408
6409 2010-09-22 Julien Danjou <julien@danjou.info>
6410
6411 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6412 Only return an icon.
6413 (gnus-group-insert-group-line): Compute icon to return.
6414
6415 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6416 (gnus-html-image-fetched): Only cache if
6417 gnus-html-image-automatic-caching is set.
6418 (gnus-html-image-fetched): Check for errors.
6419
6420 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6421
6422 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6423 once per method on `g'. This ensures that backends like nnfolder don't
6424 open all their folders.
6425
6426 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6427 (nnimap-request-list): Nix out group in the correct buffer.
6428 (nnimap-parse-flags): Implement by using `read' instead of
6429 hand-parsing.
6430 (nnimap-flags-to-marks): Pass on permanent-flags.
6431 (nnimap-make-process-buffer): Record the server name.
6432 (nnimap-parse-flags): Fix typo.
6433 (nnimap-request-scan): Run split on the server in general, not just a
6434 single group.
6435
6436 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6437 parameter, and propagate this downwards.
6438
6439 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6440 since EXAMINE changes it on the server.
6441
6442 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6443 this command might take a while.
6444
6445 2010-09-22 Julien Danjou <julien@danjou.info>
6446
6447 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
6448 harmful if you have 2 images side-by-side, they can't be properly
6449 update on text deletion. Using text-property is safer here.
6450 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6451 data.
6452
6453 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6454
6455 * nnimap.el (nnimap-expunge-inbox): Remove.
6456 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6457 (nnimap-expunge): Flip default to t.
6458
6459 * gnus.el (gnus-method-to-server): Don't push things to the cache
6460 unless it's unique.
6461 (gnus-server-to-method): Ditto.
6462
6463 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6464
6465 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6466
6467 2010-09-22 Julien Danjou <julien@danjou.info>
6468
6469 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6470 get the start of data.
6471 (gnus-html-encode-url): Add this function to encode special chars in
6472 URL.
6473 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6474 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6475
6476 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6477 default.
6478 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6479
6480 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6481 images alt-text.
6482 (gnus-html-put-image): Put alt-text as help-echo.
6483
6484 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6487 * mm-util.el (mm-decompress-buffer)
6488 * nnir.el (nnir-run-find-grep)
6489 * pop3.el (pop3-list): Use 3rd arg of split-string.
6490
6491 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6492
6493 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6494 outside the active range. Suggested by Dan Christensen.
6495
6496 * gnus-start.el (gnus-get-unread-articles): Get the extended method
6497 slightly later to avoid double-getting it.
6498
6499 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6500 previous patch.
6501
6502 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6503
6504 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
6505
6506 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6507
6508 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6509
6510 * gnus-int.el (gnus-open-server): Give a better error message in the
6511 "go offline" case.
6512
6513 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6514 marks for nnimap, which is seldom the right thing to do.
6515
6516 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6517 (gnus-same-method-different-name): New function.
6518
6519 * nnimap.el (parse-time): Require.
6520
6521 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6522 method in the presence of many similar methods.
6523
6524 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6525
6526 * nnimap.el (nnimap-find-expired-articles): Don't refer to
6527 nnml-inhibit-expiry.
6528
6529 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6530 find out whether methods are equal.
6531
6532 * nnimap.el (nnimap-find-expired-articles): New function.
6533 (nnimap-process-expiry-targets): New function.
6534 (nnimap-request-move-article): Request the article before looking at
6535 what the Message-ID is. Fix found by Andrew Cohen.
6536 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6537
6538 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6539 for oldness in addition to being a predicate.
6540
6541 * nnimap.el (nnimap-request-group): When we have zero articles, return
6542 the right data to Gnus.
6543 (nnimap-request-expire-articles): Only delete articles immediately if
6544 the target is 'delete.
6545
6546 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6547 method, this would bug out.
6548
6549 * gnus-group.el (gnus-group-expunge-group): Rename from
6550 gnus-group-nnimap-expunge, and implemented as a normal interface
6551 function.
6552
6553 * gnus-int.el (gnus-request-expunge-group): New function.
6554
6555 * nnimap.el (nnimap-request-create-group): Implement.
6556 (nnimap-request-expunge-group): New function.
6557
6558 2010-09-21 Julien Danjou <julien@danjou.info>
6559
6560 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6561 (gnus-html-cache-expired): Add new function.
6562 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6563 wethever we should display image for fetch it.
6564 Compute alt-text earlier to pass it to the fetching function too.
6565 (gnus-html-schedule-image-fetching): Change function argument to only
6566 get one image at a time, not a list.
6567 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6568 cache.
6569 (gnus-html-get-image-data): New function to retrieve image data from
6570 cache.
6571 (gnus-html-put-image): Change buffer argument to use image data rather
6572 than file, and place image above region rather than inserting a new
6573 one. Do not take alt-text as argument, since it's useless now: we place
6574 the image above alt-text.
6575 (gnus-html-prune-cache): Remove.
6576 (gnus-html-show-images): Start to fetch image when we find one, do not
6577 push into a temporary list.
6578 (gnus-html-prefetch-images): Only fetch image if they have expired.
6579 (gnus-html-browse-image): Fix, use 'gnus-image-url.
6580 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6581
6582 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6583
6584 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6585
6586 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6587
6588 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6589 spec inser "*" if the group isn't active instead of 0.
6590
6591 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6592 opening the server.
6593 (nnimap-request-delete-group): Implement group deletion.
6594 (nnimap-transform-headers): Return the size of the entire message in
6595 the Bytes header, not just the size of the first part.
6596 (nnimap-request-move-article): When moving an article from nnimap,
6597 request the article first so the accepting form has an article to
6598 accept. Reported by Dan Christensen.
6599 (nnimap-command): Make sure that the error message doesn't error out.
6600
6601 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
6602
6603 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6604 we haven't requested anything.
6605
6606 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6607
6608 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6609 "". Fix found by Andrew Cohen.
6610
6611 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6612 instead of -encode-string.
6613
6614 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6615
6616 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6617
6618 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6619 by mm-subst-char-in-string.
6620
6621 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6622
6623 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6624 waiting for the connection string.
6625
6626 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6627 arriving.
6628
6629 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6630 bogus characters. This allows selecting certain Gmail groups.
6631
6632 * nnimap.el (nnimap-find-wanted-parts-1): New function.
6633 (nnimap-fetch-partial-articles): New variable.
6634 (nnimap-open-connection): When looking for credentials, also use the
6635 nnimap-server-port.
6636 (nnimap-request-article): Return the group/article number, so that Gnus
6637 `^' works as expected.
6638 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6639
6640 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6641 comments.
6642 (gnus-methods-sloppily-equal): New function.
6643 (gnus): When using the development version of Gnus, load the gnus-load
6644 file.
6645
6646 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6647 `gnus-open-server' on each method before trying to scan them etc.
6648 This ensures that all the backend parameters are set correctly.
6649
6650 * nnimap.el (nnimap-authenticator): New variable.
6651 (nnimap-open-connection): Allow anonymous login.
6652 (nnimap-transform-headers): The chars header is called Chars not Bytes.
6653 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6654
6655 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6656 patch, found by Knut Anders Hatlen.
6657
6658 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
6659
6660 * gnus-agent.el (gnus-agent-batch-confirmation)
6661 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6662 to gnus-message.
6663 * gnus-art.el (gnus-article-describe-briefly): Likewise.
6664 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6665 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6666 * gnus-int.el (gnus-open-server): Likewise.
6667 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6668 (gnus-score-check-syntax): Likewise.
6669 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6670 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6671 Likewise.
6672 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6673
6674 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6675
6676 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6677 calling conventions so that prefetch doesn't bug out.
6678
6679 2010-09-19 Julien Danjou <julien@danjou.info>
6680
6681 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6682 rather than `subst-char-in-region' in order to be able to replace ASCII
6683 char by UTF-8 ones.
6684
6685 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6686 than curl.
6687 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6688 the right URL and ALT text on images.
6689 (gnus-html-wash-tags): Fix tag case.
6690 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
6691 (gnus-article-html): Add -o display_ins_del=2 option.
6692 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6693
6694 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6695
6696 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6697 the extra mail headers, which sometimes seem to happen for unknown
6698 reasons.
6699
6700 * mail-parse.el (mail-header-encode-parameter): Define as
6701 rfc2045-encode-string instead of as rfc2231-encode-string, since some
6702 (or most, perhaps?) mail readers don't understand the latter, but do
6703 understand the former.
6704
6705 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6706 to nil, so that no methods are automatically agentized. I think this
6707 is probably what most users want.
6708
6709 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6710 from url-retrieve, for instance about invalid URLs.
6711
6712 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6713 groups that have no articles.
6714 (nnimap-request-article): Check that we really got an article when we
6715 requested one.
6716
6717 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6718 doesn't exist.
6719
6720 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6721 nntp buffer so the agent can save it.
6722 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6723 that CRLF doesn't get translated to \n.
6724 (nnimap-open-connection): Don't make 'shell commands only send \n.
6725
6726 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6729 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6730 Update var name.
6731 (nnml-generate-nov-file): Use dolist.
6732 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6733 Use with-current-buffer.
6734
6735 2010-09-18 Julien Danjou <julien@danjou.info>
6736
6737 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6738 parallel.
6739
6740 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6741
6742 * nnimap.el (nnimap-update-info): When doing partial marks update, get
6743 the range update right.
6744 (nnimap-request-group): Don't make `M-g' bug out on group with no
6745 marks.
6746 (nnoo): Require, so that other packages can require nnimap.
6747 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6748 command we're looking for. This helps when the server sends more
6749 responses after we've gotten everything we expected.
6750 (nnimap): Add a `newlinep' field to keep track of end-of-line
6751 conventions.
6752 Don't send CRLF to things that don't want it.
6753 (nnimap-request-accept-article): Ditto.
6754
6755 2010-09-18 Julien Danjou <julien@danjou.info>
6756
6757 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6758 than curl to retrieve images.
6759
6760 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6761
6762 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6763 the marks.
6764 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6765 (nnimap-wait-for-connection): New function.
6766 (nnimap-open-connection): If we have PREAUTH, don't query for login
6767 credentials.
6768 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6769 when doing a partial update.
6770
6771 2010-09-18 Julien Danjou <julien@danjou.info>
6772
6773 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6774 tags.
6775
6776 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6777
6778 * nnimap.el (nnimap-credentials): New function.
6779 (nnimap-open-connection): Use the new function to look for credentials
6780 also on the numeric equivalents of "imap" and "imaps".
6781
6782 * gnus-start.el (gnus-activate-group): Send the info to
6783 gnus-request-group.
6784
6785 * nnimap.el (nnimap-request-group): Have the "check" version of the
6786 function parse flags and update the info, so that a `M-g' get a total
6787 resync of all flags from the group.
6788
6789 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6790 to allow backends to alter the info on group selection. Also alter all
6791 the backend -request-group functions to take the parameter.
6792
6793 * nnimap.el (nnimap-store-info): New function.
6794 (nnimap-update-info): Store the info for later usage.
6795 (nnimap-request-group): Use the stored info for the dont-check case, so
6796 that we don't retrieve all marks when we enter a group.
6797
6798 * nnimap.el: Use deffoo instead of defun for interface functions.
6799
6800 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6801 update the group info. This makes the nndraft groups, for instance, go
6802 back to their old behavior.
6803
6804 * gnus-sum.el (gnus-select-newsgroup): Indent.
6805
6806 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6807 in.
6808 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6809 nothing.
6810
6811 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6812 from methods that are denied.
6813
6814 * gnus-int.el (gnus-method-denied-p): New function.
6815
6816 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6817 store the password instead of netrc.
6818 (nnimap-open-connection): Don't error out when we can't make a
6819 connections.
6820
6821 * auth-source.el (auth-source-create): In the password prompt, say what
6822 we're querying for. Also prompt for user name if that hasn't been
6823 given.
6824
6825 * nnimap.el (nnimap-with-process-buffer): Remove.
6826
6827 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6828
6829 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6830 method when we're reading from the agent.
6831
6832 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6833
6834 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6835 that's probably most useful for users.
6836
6837 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6838 "failed" all the time.
6839
6840 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6841 ...)) with (with-current-buffer ... ).
6842
6843 * nntp.el (nntp-open-server): Return whether the open was successful or
6844 not.
6845
6846 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6847 select an unread unseen article first.
6848
6849 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6850 /etc/services, supply some sensible port defaults.
6851
6852 2010-09-17 Julien Danjou <julien@danjou.info>
6853
6854 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6855
6856 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6857
6858 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6859 doesn't have any parameters.
6860
6861 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6862
6863 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6864 only upcased checks.
6865
6866 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6867
6868 * nnimap.el (nnimap-open-shell-stream): New function.
6869 (nnimap-open-connection): Use it.
6870 (nnimap-transform-headers): Get the number of lines in each message.
6871 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6872 number of lines.
6873 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6874 problem.
6875
6876 * utf7.el (utf7-encode): Autoload.
6877
6878 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6879 to allow the mail splitting to not return a default group. This is
6880 useful for nnimap, which will leave unmatched mail in the inbox.
6881
6882 * nnimap.el: Rewritten.
6883
6884 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6885 nnimap usage.
6886
6887 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6888 if the move is internal, so that nnimap can do fast internal moves.
6889
6890 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6891 data.
6892 (gnus-read-active-for-groups): Support finishing the early retrieval of
6893 data.
6894
6895 * gnus-range.el (gnus-range-nconcat): New function.
6896
6897 * gnus-int.el (gnus-finish-retrieve-group-infos)
6898 (gnus-retrieve-group-data-early): New functions.
6899
6900 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6903 (nnrss-retrieve-groups):
6904 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6905 (pop3-quit): Use with-current-buffer.
6906
6907 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6908
6909 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6910 instead of nnheader-accept-process-output.
6911
6912 * gnus-html.el (gnus-html-schedule-image-fetching)
6913 (gnus-html-prefetch-images): Replace process-kill-without-query by
6914 gnus-set-process-query-on-exit-flag.
6915
6916 2010-09-16 Romain Francoise <romain@orebokech.com>
6917
6918 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6919
6920 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6921
6922 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6923 parameter to unintern is mandatory-ish in Emacs 24.
6924
6925 * gnus-html.el (gnus-html-schedule-image-fetching)
6926 (gnus-html-prefetch-images): Check for curl before using it.
6927
6928 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6929 depend on curl, which isn't essential.
6930
6931 * imap.el: Revert back to version
6932 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6933 seem problematic.
6934
6935 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6936
6937 * gnus-registry.el (gnus-registry-install-shortcuts):
6938 Explicitly pass `obarray' to `unintern' to avoid a warning.
6939
6940 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6941
6942 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6943 change.
6944
6945 * nnrss.el (nnrss-request-list): Remove this function and related
6946 functions, including the moreover stuff.
6947
6948 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6949
6950 * nnrss.el (nnrss-retrieve-groups): New function.
6951
6952 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * .dir-locals.el: Add no-byte-compile cookie.
6955
6956 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6957
6958 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6959 for back end that doesn't support request-scan.
6960
6961 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6962
6963 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6964 then do request scans from the backends.
6965
6966 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6967 avoid running a hook per line, since this takes a lot of time,
6968 profiling shows.
6969 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6970 directly if gnus-visual-p is true.
6971
6972 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6973
6974 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6975 groups; replace mapcar with dolist which is a bit faster; pass groups
6976 info to gnus-read-active-file-1.
6977 (gnus-read-active-file-1): Scan only specified groups if the new
6978 optional arg `infos' is given.
6979
6980 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6981
6982 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6983
6984 * pop3.el (pop3-movemail): Remove.
6985 (pop3-streaming-movemail): Rename to pop3-movemail.
6986
6987 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6988 don't restrict end-tag searches to the end of the line.
6989
6990 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6991
6992 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6993 articles of every unchecked group to t, which means unknown since the
6994 server has never been opened.
6995
6996 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6997
6998 * gnus-html.el (gnus-html-show-alt-text): New command.
6999 (gnus-html-browse-image): Ditto.
7000 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7001 to browse the image directly.
7002 (gnus-html-wash-tags): Search for images first, so that <a><img> works
7003 better.
7004
7005 * gnus-async.el (gnus-async-article-callback):
7006 Call `gnus-html-prefetch-images' unconditionally.
7007
7008 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7009 before feeding URLs to curl.
7010
7011 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7012
7013 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7014 internal images as deletable by `W D D'.
7015
7016 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7017 (gnus-async-article-callback): Fix typo.
7018
7019 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7020
7021 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7022 current line to work around bugs in the output from w3m.
7023
7024 * gnus-async.el (gnus-async-article-callback): Always prefetch images
7025 for groups that want that.
7026
7027 * nntp.el (nntp-wait-for-string): Supply a timeout for
7028 accept-process-output to ensure progress.
7029
7030 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7031 level to get unread articles from, then use that for foreign groups,
7032 too.
7033
7034 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7035 confuses the rest of the function.
7036
7037 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7038 for the methods that support -retrieve-groups, too.
7039
7040 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7041
7042 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7043
7044 * pop3.el: Require cl when compiling.
7045 (pop3-number-of-responses): Search for "+OK", not "+OK ".
7046
7047 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7048
7049 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7050 that aren't going to be activated.
7051 (gnus-get-unread-articles): Fix up the last commit.
7052
7053 * gnus-html.el (gnus-article-html): Allow calling without specifying
7054 the handle. In that case, dissect the buffer first.
7055
7056 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7057
7058 * nnimap.el (nnimap-open-connection): Revert the change that would look
7059 into authinfo for imaps instead of imap.
7060
7061 * gnus-start.el (gnus-activate-group): Take an optional parameter to
7062 say that you don't want to call gnus-request-group with don-check, but
7063 do check the reponse. This is for virtual groups only.
7064 (gnus-get-unread-articles): Count the archive groups as secondary, so
7065 that they're activated the same way as before.
7066
7067 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7068 case-insensitively.
7069 (nnimap-debug): Remove.
7070
7071 * mail-source.el (mail-source-fetch): Don't message if we're fetching
7072 mail from a file, and the file doesn't exist.
7073
7074 * pop3.el (pop3-streaming-movemail): Return t for success.
7075
7076 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7077 .authinfo if we're using ssl connection.
7078
7079 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7080 already have if we're in a main Gnus `g' run.
7081
7082 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7083
7084 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7085
7086 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7087
7088 * nnmh.el (nnmh-request-list-1): Bind `file'.
7089
7090 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7091 alias to set-process-query-on-exit-flag or process-kill-without-query.
7092 (pop3-open-server): Use it.
7093
7094 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7095
7096 * mail-source.el (mail-source-delete-crash-box): Always move the crash
7097 box to the Incoming file. Fixes mistake in previous checkin.
7098
7099 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7100 request loop (for debugging purposes) removed.
7101
7102 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7103 culprit is more visible.
7104 (nnml-save-incremental-nov, nnml-open-incremental-nov)
7105 (nnml-add-incremental-nov): New functions to do "incremental" nov
7106 updates, where we just append to the end of the existing nov files
7107 without reading/writing them in full.
7108
7109 * mail-source.el (mail-source-delete-crash-box): Really only check the
7110 incoming files once in a while.
7111
7112 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7113
7114 * mail-source.el (mail-source-delete-crash-box): Only check the
7115 incoming files for deletion once per day to save a lot of file
7116 accesses.
7117
7118 * pop3.el (pop3-logon): Fix up unbound variable typo.
7119
7120 * mail-source.el (pop3-streaming-movemail): Autoload.
7121
7122 * pop3.el (pop3-streaming-movemail):
7123 Respect pop3-leave-mail-on-server.
7124
7125 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7126 retrieval.
7127
7128 * pop3.el (pop3-process-filter): Remove unused function.
7129 (pop3-streaming-movemail, pop3-send-streaming-command)
7130 (pop3-wait-for-messages, pop3-write-to-file)
7131 (pop3-number-of-responses): New functions for streaming pop3
7132 retrieval.
7133
7134 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7135 come from no known methods.
7136 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7137 list.
7138
7139 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7140 message sizes.
7141 (pop3-movemail): Use erase-buffer instead of looping and deleting
7142 regions, which seems rather odd.
7143
7144 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7145 file once per `g' run.
7146
7147 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7148 directories. This makes the draft queue directory work.
7149
7150 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7151 data from the backends, so that we only request the list of groups from
7152 each method once. This should speed things up considerably.
7153
7154 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7155 detect that it's not implemented.
7156
7157 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7158 we actually do recurse down into the tree, but don't stat all leaf
7159 nodes.
7160
7161 * gnus-html.el (gnus-html-show-images): If there are no images to show,
7162 then say so instead of bugging out.
7163
7164 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7165 files exist before trying to read them.
7166
7167 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7168 around <pre_int>.
7169
7170 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7171
7172 * nnmh.el (nnmh-request-list-1): Optimize for speed.
7173
7174 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7175
7176 * mm-util.el (mm-image-load-path): Just return the image directories,
7177 not all directories in the path in addition to the image directories.
7178 (mm-image-load-path): Maintain a cache of the image directories so that
7179 the `g' command in Gnus doesn't have to stat dozens of directories each
7180 time.
7181
7182 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7183 (gnus-html-wash-tags): Add a new `i' command to insert images.
7184 (gnus-html-insert-image): New command and keystroke.
7185 (gnus-html-redisplay-with-images): New command and keystroke.
7186 (gnus-html-show-images): Rename command.
7187 (gnus-html-wash-tags): Remove more white space before <pre_int> image
7188 spacers.
7189 (gnus-html-wash-tags): Decode entities at the end, so that entities
7190 inside the tags don't mess up the rest of the "parsing".
7191
7192 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7193 so that nnimap methods aren't agentized by default. There's apparently
7194 many problems related to agent/imap behavior.
7195
7196 * gnus-art.el (gnus-article-copy-string): New command and key binding.
7197
7198 * gnus-html.el: Doc fix.
7199
7200 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
7201
7202 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7203 glyph-width and glyph-height instead of display-graphic-p and
7204 image-size; make avoidance of displaying small images work for XEmacs.
7205
7206 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7207 for XEmacs.
7208
7209 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7210 of symbol that holds plist data.
7211 (gnus-process-plist): Remove plist of process after getting it.
7212
7213 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7214
7215 * message.el (message-generate-hashcash): Change default to
7216 'opportunistic if hashcash is installed.
7217
7218 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7219 (gnus-html-put-image): Only call image-size once, since it's somewhat
7220 time-consuming on remote X servers.
7221
7222 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7223
7224 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7225 decoded contents.
7226 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7227
7228 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7229
7230 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7231 group line format, since it isn't very interesting.
7232
7233 * gnus-agent.el (gnus-agent-short-article),
7234 (gnus-agent-long-article): Increase values for these two variables,
7235 since most people are likely to have more network connection and
7236 storage than before.
7237
7238 * gnus.el (gnus-refer-article-method): Change default to 'current.
7239 When referring an article, the common behavior is to refer it from the
7240 current select method, not the native select method. The chances of
7241 the native select method having the message in question is rather slim
7242 these days.
7243
7244 * gnus-sum.el (gnus-auto-select-subject): Change default to
7245 `unseen-or-unread'. I think it's likely that most people want to
7246 select an unseen article over a previously seen, but unread one.
7247
7248 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
7249 means that in the article buffer none of the minor mode elements will
7250 be shown, usually, and this is not desirable in most cases.
7251
7252 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7253 that commands like `d' (and the like) go to the next line in the
7254 buffer, instead of the next unread article. I think this is the
7255 behavior that is most natural for most users.
7256 (gnus-single-article-buffer): Change default to nil, so that people can
7257 have as many article buffers open as they have summary buffer. I think
7258 this is the most natural way for the groups to behave.
7259
7260 * message.el (message-generate-new-buffers): Change default to
7261 `unsent', so that all new message buffers start their names with the
7262 string "*unsent", and it's easier to find the buffers if you move from
7263 them.
7264
7265 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7266
7267 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7268 small. They're probably tracking images.
7269 (gnus-html-wash-tags): Remove all <pre_int> place holders.
7270 (gnus-html-rescale-image): Yet another try at getting the image sizing
7271 right.
7272
7273 * nntp.el (nntp-request-set-mark): Refuse to do marks if
7274 nntp-marks-file-name is nil.
7275
7276 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7277
7278 * gnus-html.el (gnus-html-wash-tags)
7279 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7280 Better logging.
7281
7282 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7283
7284 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7285
7286 * gnus-html.el (gnus-html-wash-tags): Check the value of
7287 gnus-blocked-images in the summary buffer.
7288
7289 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7290
7291 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7292
7293 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7294
7295 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7296 like "a", it seems like.
7297 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7298 since it needs to be picked from the correct buffer.
7299
7300 * nnwfm.el: Remove.
7301
7302 * nnlistserv.el: Remove.
7303
7304 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7305
7306 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7307 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7308
7309 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7310
7311 * nnkiboze.el: Remove.
7312
7313 * nndb.el: Remove.
7314
7315 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7316 alt text.
7317 (gnus-html-rescale-image): Try to get the rescaling logic right for
7318 images that are just wide and not tall.
7319
7320 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7321 overshadow variable bindings.
7322
7323 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7324
7325 * gnus-html.el (gnus-html-wash-tags)
7326 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7327 Add extra logging.
7328
7329 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7330
7331 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7332 (gnus-max-image-proportion): New variable.
7333 (gnus-html-rescale-image): New function.
7334 (gnus-html-put-image): Rescale images.
7335
7336 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 Fix up some byte-compiler warnings.
7339 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7340 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7341 (gnus-article-fill-cited-article, gnus-article-hide-citation)
7342 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7343 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7344 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7345 (gnus-group-update-group): Use save-excursion and with-current-buffer.
7346
7347 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7348
7349 * gnus-html.el (gnus-article-html): Decode contents by charset.
7350
7351 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7352
7353 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7354 (gnus-html-frame-width, gnus-blocked-images)
7355 * message.el (message-prune-recipient-rules): Add custom version.
7356 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7357
7358 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7359 functions.
7360
7361 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7362 gnus-process-get.
7363
7364 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
7365
7366 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7367 instead of lsub directly.
7368
7369 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7370
7371 * nnwarchive.el: Remove.
7372
7373 * gnus-soup.el: Remove.
7374
7375 * nnsoup.el: Remove.
7376
7377 * nnultimate.el: Remove.
7378
7379 * gnus-html.el (gnus-blocked-images): New variable.
7380
7381 * message.el (message-prune-recipients): New function.
7382 (message-prune-recipient-rules): New variable.
7383
7384 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7385 guess whether a long line is natural text or not.
7386
7387 * gnus-html.el (gnus-html-schedule-image-fetching):
7388 Use gnus-process-plist and friends for compatibility.
7389
7390 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * gnus-html.el: Require packages that define macros used in this file.
7393 (gnus-article-mouse-face): Declare to silence byte-compiler.
7394 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7395 process-get.
7396 (gnus-html-put-image): Use plist-get to avoid getf.
7397 (gnus-html-prefetch-images): Use with-current-buffer.
7398
7399 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7400
7401 * gnus-ems.el: Provide compatibility functions for
7402 gnus-set-process-plist.
7403
7404 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7405 * gnus.el (gnus-valid-select-methods)
7406 * message.el (message-send-mail-partially-limit)
7407 * mm-decode.el (mm-text-html-renderer)
7408 * mml.el (mml-insert-mime-headers-always)
7409 * smiley.el (smiley-regexp-alist): Bump custom version.
7410
7411 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7412
7413 * gnus-html.el: require mm-url.
7414 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7415 with the url to `url'.
7416 (gnus-html-wash-tags): Support cid: URLs/images.
7417
7418 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7419
7420 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7421 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7422 bindings, as they aren't useful at all. `w' is moved to `W w'.
7423
7424 * gnus-move.el: Remove file, since it doesn't really work.
7425
7426 * gnus-html.el (gnus-article-html): Tell w3m that the input is
7427 UTF-8. This seems to fix problems with some German web feeds.
7428
7429 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7430 at the top so that the proper colors are applied.
7431
7432 * gnus-art.el (gnus-article-view-part): Doc fix.
7433
7434 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7435 XEmacs-compatible.
7436 (gnus-html-put-image): Don't do images on non-graphic displays.
7437
7438 * nnslashdot.el: Remove this unused backend.
7439
7440 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7441 actions.
7442 (gnus-undo-register-1): Revert last change.
7443
7444 * gnus-group.el (gnus-group-completing-read): Protect against not
7445 having completion-styles bound.
7446
7447 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7448 make broken recipients happier.
7449
7450 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7451
7452 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7453 point parameter.
7454
7455 * gnus-group.el (gnus-group-completing-read): Add 'substring to
7456 completion-styles for group selection.
7457
7458 2009-02-04 Andreas Schwab <schwab@suse.de>
7459
7460 * gnus-score.el (gnus-score-string): Fix regex for matching extra
7461 headers and regexp-quote the match if necessary.
7462
7463 2009-03-24 Miles Bader <miles@gnu.org>
7464
7465 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7466 the blinking smiley.
7467
7468 2009-03-24 Simon Josefsson <simon@josefsson.org>
7469
7470 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7471 blink smiley.
7472
7473 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7474
7475 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7476 where the dribbel file lives exists.
7477
7478 * message.el (message-send-mail-partially-limit): Change the default to
7479 nil, since most people don't want this.
7480
7481 * mm-url.el (mm-url-decode-entities): Also decode entities like
7482 &#x3212.
7483
7484 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
7485
7486 * gnus-sum.el (gnus-summary-idna-message):
7487 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7488 Hyperlink urls in docstrings with URL `...'.
7489
7490 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
7491
7492 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7493 functions.
7494
7495 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7496
7497 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7498 say what the mouseover text should be.
7499
7500 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7501 version of the mm-w3m-safe-url-regexp variable to only download images
7502 in the groups where we want that to happen.
7503
7504 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7505
7506 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7507 easier debugging.
7508 (gnus-article-beginning-of-window): Add kludge to allow spacing past
7509 big pictures in the article buffer.
7510
7511 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7512 gnus-article-html.
7513 (mm-text-html-renderer): gnus-article-html needs curl in addition to
7514 w3m.
7515
7516 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7517
7518 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7519
7520 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7521 which doesn't exist.
7522
7523 * message.el (message-inhibit-ecomplete): New variable to allow some
7524 function to inhibit ecomplete address storage.
7525 (message-resend): Disable ecomplete message storage when resending
7526 messages.
7527
7528 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7529
7530 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
7531
7532 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7533 Save excursion while copying, moving, and deleting articles in order to
7534 prevent the cursor from jumping to unforeseen place.
7535
7536 2010-08-17 Glenn Morris <rgm@gnu.org>
7537
7538 * gnus-sync.el: Require gnus components whose functions are used.
7539
7540 * gnus-art.el (bookmark-make-record-function):
7541 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7542 Declare for compiler.
7543
7544 * mm-url.el (mml-compute-boundary): Autoload.
7545
7546 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
7547
7548 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7549
7550 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
7551
7552 Typo fix "hoo4a" -> "hook".
7553
7554 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7555
7556 2010-08-14 Glenn Morris <rgm@gnu.org>
7557
7558 * gnus-sync.el (gnus-sync): Fix defgroup version.
7559
7560 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
7561
7562 Doc fixes and keep unknown groups (ammended for nunion bug fix).
7563
7564 * gnus-sync.el: Fix docs.
7565 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7566 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7567
7568 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7569
7570 Optimizations for gnus-sync.el.
7571
7572 * gnus-sync.el: Add docs about gnus-sync-backend
7573 possibilities.
7574 (gnus-sync-save): Remove unnecessary message.
7575 (gnus-sync-read): Optimize and show what groups were skipped.
7576
7577 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7578
7579 Minor bug fixes for gnus-sync.el.
7580
7581 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7582 Don't read the sync on get-new-news.
7583
7584 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7585 quiet.
7586
7587 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7588 (fix typo).
7589
7590 2010-07-30 Lawrence Mitchell <wence@gmx.li>
7591
7592 Make saving and restoring of hidden threads work with overlays.
7593 Patch applied by Ted Zlatanov.
7594
7595 * gnus-sum.el (gnus-hidden-threads-configuration)
7596 (gnus-restore-hidden-threads-configuration): Update to deal with text
7597 properties, rather than searching for a magic character.
7598
7599 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7600
7601 New gnus-sync.el library for synchronization of marks.
7602
7603 * gnus-sync.el: New library for synchronization of marks.
7604
7605 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7606 renamed from `gnus-registry-grep-in-list'.
7607
7608 * gnus-registry.el (gnus-registry-follow-group-p):
7609 Use `gnus-grep-in-list'.
7610
7611 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7612
7613 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7616 determining charset of text fails.
7617
7618 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7619
7620 * nnmail.el (nnmail-get-new-mail-1): Revert.
7621
7622 * nnml.el (nnml-active-number): Make sure names of newly created groups
7623 in nnml-group-alist are encoded.
7624
7625 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7626
7627 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7628 containing non-ASCII characters in active file for nnml back end.
7629
7630 2010-07-24 David Engster <dengste@eml.cc>
7631
7632 * mml-smime.el (mml-smime-epg-verify): Also accept the older
7633 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7634
7635 2010-07-21 Daiki Ueno <ueno@unixuser.org>
7636
7637 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7638 tag (Bug#6654).
7639
7640 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7641
7642 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7643 the article buffer, not the summary buffer.
7644
7645 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7646
7647 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7648 Emacs 23 as well.
7649
7650 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7651
7652 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7653 Patch applied by Karl Fogel.
7654
7655 * gnus-sum.el (gnus-summary-bookmark-make-record):
7656 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7657
7658 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7659
7660 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7661 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
7662 C-w still not working correctly from Article buffers; Thierry's
7663 patch to fix that will be applied after this.
7664
7665 * gnus-art.el (bookmark-make-record-function): New local variable.
7666
7667 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7668 article buffer.
7669 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7670
7671 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7672
7673 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7674 on changes in bookmark.el.
7675
7676 2010-06-22 Mark A. Hershberger <mah@everybody.org>
7677
7678 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7679 the *other* type of HTML form submission.
7680
7681 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
7682
7683 * auth-source.el (auth-source-pick): If choice does not contain a
7684 questioned keyword, set the check to t.
7685
7686 2010-06-12 Romain Francoise <romain@orebokech.com>
7687
7688 * gnus-util.el (gnus-date-get-time): Move up before first use.
7689
7690 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7693 (gnus-article-edit-part): Bind it to make last part that is substituted
7694 or deleted visible.
7695 (gnus-mime-display-single): Buttonize part of which id equals to
7696 gnus-mime-buttonized-part-id.
7697
7698 2010-06-10 Dan Christensen <jdc@uwo.ca>
7699
7700 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7701 (gnus-dd-mmm): Use gnus-date-get-time.
7702 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7703 simplify logic.
7704 (gnus-summary-limit-to-age): Use gnus-date-get-time.
7705 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7706
7707 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
7708
7709 * auth-source.el (top): Autoload `secrets-list-collections',
7710 `secrets-create-item', `secrets-delete-item'.
7711 (auth-sources): Fix tag string.
7712 (auth-get-source, auth-source-retrieve, auth-source-create)
7713 (auth-source-delete): New defuns.
7714 (auth-source-pick): Rewrite in order to avoid 2 passes.
7715 (auth-source-forget-user-or-password): New parameter USERNAME.
7716 (auth-source-user-or-password): New parameters CREATE-MISSING and
7717 DELETE-EXISTING. Retrieve password interactively, if needed.
7718
7719 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7720
7721 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7722 deleting unused directories when gnus-expert-user is t.
7723
7724 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7725
7726 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7727 for each temp file when gnus-article-browse-delete-temp is ask.
7728
7729 2010-05-20 Kevin Ryde <user42@zip.com.au>
7730
7731 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
7732
7733 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7736 article unless decoding article to be saved.
7737
7738 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7739
7740 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7741 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7742 generated within the mm-with-unibyte-current-buffer macro.
7743
7744 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7747 to nil when we're in a mml-preview buffer and no group is selected.
7748
7749 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
7750
7751 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7752 when catching the `C-g'. Reported by "Leo".
7753
7754 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7755
7756 * message.el (message-forward-make-body-plain)
7757 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7758 multibyte-string-p.
7759
7760 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7761
7762 * message.el (message-forward-make-body-mml): Assume original message
7763 is multibyte string; error on unibyte.
7764 (message-forward-make-body-plain): Ditto; don't add excessive newline
7765 in body end.
7766
7767 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7768
7769 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7770 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7771
7772 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7773
7774 * mm-extern.el (mm-extern-url): Don't use
7775 mm-with-unibyte-current-buffer.
7776 (mm-extern-cache-contents): Use with-current-buffer instead of
7777 save-excursion + set-buffer.
7778
7779 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7780
7781 * mm-util.el (mm-emacs-mule): Remove.
7782
7783 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7784
7785 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7786 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7787 change.
7788
7789 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7790
7791 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7792 bind the default value of enable-multibyte-characters to nil.
7793
7794 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7795
7796 * message.el (message-forward-make-body-plain)
7797 (message-forward-make-body-mml):
7798 Don't use mm-with-unibyte-current-buffer.
7799
7800 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7801
7802 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7803 (Bug#5592).
7804
7805 2010-05-07 Julien Danjou <julien@danjou.info>
7806
7807 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7808 it to mm-pipe-part.
7809
7810 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7811 it is given.
7812
7813 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * nnweb.el (nnweb-gmane-search)
7816 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7817 XEmacs.
7818
7819 * gnus-art.el (gnus-article-browse-html-parts)
7820 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7821 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7822 make-temp-file.
7823
7824 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7825 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7826 compiling.
7827
7828 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7829 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7830 XEmacs when compiling.
7831
7832 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7833 gnus-pick-mode-off-hook for XEmacs when compiling.
7834 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7835 gnus-binary-mode-off-hook for XEmacs when compiling.
7836
7837 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7838 Return nil if char-charset is not available.
7839
7840 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7841 macro.
7842
7843 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7844 instead of encode-coding-string.
7845
7846 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7847 'xemacs) instead of mm-emacs-mule to switch function definitions.
7848 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7849
7850 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7851
7852 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7853
7854 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7855
7856 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7857 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7858
7859 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7860
7861 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7862 alias `jka-compr-delete-temp-file' no longer exists.
7863
7864 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 Use define-minor-mode in Gnus where applicable.
7867 * mml.el (mml-mode): Use define-minor-mode.
7868 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7869 (gnus-undo-mode): Use define-minor-mode.
7870 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7871 (gnus-dead-summary-mode): Use define-minor-mode.
7872 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7873 Initialize in declaration.
7874 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7875 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7876 (gnus-mailing-list-mode): Use define-minor-mode.
7877 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7878 (gnus-draft-mode): Use define-minor-mode.
7879 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7880 (gnus-dired-mode): Use define-minor-mode.
7881
7882 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7883
7884 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7885 handles on recursive mml-to-mime translation and check them for
7886 boundary delimiter collisions. Reported by Greg Troxel.
7887
7888 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7889
7890 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7891
7892 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * mm-util.el (mm-find-buffer-file-coding-system):
7895 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7896
7897 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7898
7899 * message.el (message-generate-headers): Record insertion of optional
7900 headers as well. Otherwise the check to prevent repeated insertion of
7901 optional headers is a no-op.
7902
7903 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7904
7905 * smime.el: Don't mention CVS.
7906
7907 * nnrss.el (nnrss-fetch): Don't mention CVS.
7908
7909 * nnir.el: Don't mention CVS.
7910
7911 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * gnus-sum.el (gnus-summary-bookmark-make-record):
7914 Add `location' field.
7915
7916 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7919 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7920 Use with-current-buffer to silence the byte-compiler.
7921 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7922 bother to require `gnus'.
7923 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7924
7925 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7926
7927 * gnus-sum.el (gnus-summary-bookmark-make-record)
7928 (gnus-summary-bookmark-jump): New functions.
7929 (gnus-summary-mode): Setup bookmark support.
7930
7931 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7932
7933 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7934 if set.
7935
7936 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7937
7938 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7939 gnus-article-browse-html-save-cid-image; make it work recursively for
7940 forwarded messages as well.
7941 (gnus-article-browse-html-parts): Work when prefix arg is given.
7942 (gnus-article-browse-html-article): Doc fix.
7943
7944 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * message.el (message-default-mail-headers):
7947 (message-default-headers): Carry the value mail-default-headers over
7948 into message-default-mail-headers, rather than message-default-headers.
7949
7950 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7951
7952 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7953 charset.
7954
7955 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7956 charset into the <meta> tag when the article is encoded to utf-8.
7957
7958 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7959
7960 * gnus-art.el (gnus-article-browse-delete-temp-files):
7961 Delete directories as well.
7962 (gnus-article-browse-html-parts): Work for images that do not specify
7963 file names; delete temp directory when quitting; insert header at the
7964 right place; use file: scheme for image files.
7965
7966 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
7967
7968 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7969 (gnus-article-browse-html-parts): Use it to make temporary cid image
7970 files in addition to html file so that browser may display them.
7971
7972 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7973
7974 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7975
7976 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7977
7978 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7979
7980 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7981
7982 * auth-source.el (auth-sources): Change default to be simpler.
7983 Explain about Secret Service API sources. Improve Customize options.
7984 (auth-source-pick): Change to accept any number of search parameters.
7985 Implement fallbacks iteratively, not recursively. Add scoring on the
7986 second pass and sort by score. Call Secret Service API when needed.
7987 (auth-source-user-or-password): Use it. Call Secret Service API
7988 directly when needed to get the user name and the password.
7989
7990 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7991
7992 * message.el (message-interactive): Doc fix.
7993 (message-qmail-inject-args): Reflow.
7994 (message-kill-to-signature): Fix typo in docstring.
7995
7996 * smiley.el (smiley-buffer): Fix typo in docstring.
7997
7998 2010-03-24 Glenn Morris <rgm@gnu.org>
7999
8000 * mail-source.el (gnus-message): Declare.
8001 (mail-source-delete-old-incoming): Require gnus-util.
8002
8003 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
8004
8005 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8006
8007 * message.el (ecomplete-setup): Autoload it for Emacs <23.
8008
8009 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8010 password-cache's default if it is not bound.
8011 (mml-secure-passphrase-cache-expiry): Default to 16 that is
8012 password-cache-expiry's default if it is not bound.
8013
8014 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8015 available in Emacs 21.
8016
8017 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
8018
8019 * auth-source.el (auth-sources): Fix up definition so extra parameters
8020 are always inline.
8021
8022 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
8023
8024 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8025 wasn't updated after mismatch. Clear cached mailbox info correctly
8026 when uidvalidity changes.
8027 (nnimap-group-prefixed-name): New function to avoid some code
8028 duplication.
8029 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8030 (nnimap-request-group): Use it.
8031 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8032 (nnimap-update-unseen): Significantly improved speed of Gnus startup
8033 with many imap folders. This is done by caching the group status from
8034 the imap server persistently in a group parameter `imap-status'. (This
8035 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8036 but not persistently, so every Gnus startup was still very slow.)
8037
8038 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8039
8040 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
8041 secrets.el dependency.
8042 (auth-sources): Add optional user name. Add secrets.el configuration
8043 choice (unused right now).
8044
8045 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8046
8047 * gnus-sum.el (gnus-summary-make-menu-bar):
8048 Let `gnus-registry-install-shortcuts' fill in the functions.
8049
8050 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8051 warnings.
8052 (gnus-registry-misc-menus): Variable to hold registry mark menus.
8053 (gnus-registry-install-shortcuts): Populate and use it in a
8054 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8055
8056 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
8057
8058 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8059 In-place substitutions for the group name encoding/decoding.
8060 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8061 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8062 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8063 (nnimap-update-unseen, nnimap-request-list)
8064 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8065 (nnimap-request-set-mark, nnimap-split-to-groups)
8066 (nnimap-split-articles, nnimap-request-newgroups)
8067 (nnimap-request-create-group, nnimap-request-accept-article)
8068 (nnimap-request-delete-group, nnimap-request-rename-group)
8069 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
8070 `encoded-mbx' for consistency.
8071 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8072 variable `imap-current-mailbox'.
8073
8074 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8075 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8076
8077 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
8078
8079 * pop3.el (pop3-display-message-size-flag): Display message size byte
8080 counts during POP3 download.
8081 (pop3-movemail): Use it.
8082 (pop3-list): Implement listing of available messages.
8083
8084 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
8085
8086 * nnir.el (nnir-get-article-nov-override-function): New function to
8087 override the normal NOV retrieval.
8088 (nnir-retrieve-headers): Use it.
8089
8090 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
8091
8092 * auth-source.el (netrc-machine-user-or-password): Autoload.
8093
8094 2010-03-19 Glenn Morris <rgm@gnu.org>
8095
8096 Stop message.el from loading about 40 libraries it doesn't always need.
8097 The general approach is to autoload rather than require, and to
8098 require in the specific functions rather than the file. (Bug#5642)
8099
8100 * gmm-utils.el: Don't require wid-edit.
8101 (widget-create-child-value, widget-convert, widget-default-get):
8102 Autoload.
8103
8104 * gnus-util.el: Don't require time-date, netrc.
8105 (message-fetch-field, gnus-group-name-decode): Declare rather than
8106 autoloading.
8107 (gnus-fetch-field): Require message.
8108 (gnus-decode-newsgroups): Require gnus-group.
8109
8110 * ietf-drums.el: Don't require time-date.
8111
8112 * message.el: Don't require hashcash, canlock, ecomplete.
8113 Do require mail-utils. Require nnheader only when compiling.
8114 (smtpmail-default-smtp-server): Remove declaration.
8115 (message-send-mail-function): Check smtpmail-default-smtp-server
8116 is bound rather than requiring smtpmail.
8117 (message-auto-save-directory, message-insert-signature):
8118 Use expand-file-name rather than nnheader-concat.
8119 (nnheader-insert-file-contents): Autoload.
8120 (hashcash-wait-async): Declare.
8121 (message-send-mail): Only call gnus-setup-posting-charset if
8122 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
8123 (message-send-mail-with-sendmail): Require sendmail.
8124 (canlock-password, canlock-password-for-verify): Declare.
8125 (message-canlock-password): Require canlock.
8126 (nnheader-get-report): Autoload.
8127 (gnus-setup-posting-charset): Declare.
8128 (message-send-news): Require gnus-msg.
8129 (message-make-references, message-make-in-reply-to): Use mail-header-id
8130 rather than the alias mail-header-message-id.
8131 (ecomplete-add-item, ecomplete-save): Declare.
8132 (message-put-addresses-in-ecomplete): Require ecomplete.
8133 (ecomplete-display-matches): Autoload.
8134
8135 * mm-decode.el: Don't require mailcap, gnus-util.
8136 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8137 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8138 Autoload.
8139 (mailcap-mime-extensions): Declare.
8140
8141 * mm-encode.el: Don't require mailcap.
8142 (mailcap-extension-to-mime): Autoload.
8143
8144 * mml-sec.el: Don't require password-cache.
8145
8146 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8147 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8148 (mml-minibuffer-read-type): Require mailcap.
8149 (mml-preview): Require gnus-msg.
8150
8151 * mml1991.el: Require password-cache.
8152 (password-cache-expiry): Remove declaration.
8153
8154 * mml2015.el: Require password-cache.
8155 (password-cache-expiry): Remove declaration.
8156
8157 * nneething.el (mailcap): Require mailcap.
8158
8159 * nnheader.el (declare-function): Add compatibility stub.
8160 (message-remove-header): Declare rather than autoload.
8161 (nnheader-replace-header): Require message.
8162
8163 * nnimap.el (declare-function): Add compatibility stub.
8164 (netrc-parse, netrc-machine-user-or-password): Declare.
8165 (nnimap-open-connection): Require netrc.
8166
8167 * nntp.el (declare-function): Add compatibility stub.
8168 (netrc-parse, netrc-machine, netrc-get): Declare.
8169 (nntp-send-authinfo): Require netrc.
8170
8171 * rfc2047.el: Don't require qp.
8172 (quoted-printable-encode-region, quoted-printable-decode-string):
8173 Autoload.
8174
8175 * sieve-mode.el: Don't require easymenu.
8176 (easy-menu-add-item): Autoload it.
8177
8178 * spam-stat.el (time-to-number-of-days): Autoload it.
8179
8180 2010-03-17 Kevin Ryde <user42@zip.com.au>
8181
8182 * mml.el (mml-read-tag): Unquote values with `read' to reverse
8183 prin1 in mml-insert-tag (just stripping the quotes gave wrong
8184 value if any backslash escapes).
8185
8186 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8187
8188 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8189 if it is available. (bug#5647)
8190
8191 2010-02-26 Glenn Morris <rgm@gnu.org>
8192
8193 * message.el (message-send-mail-function): Change the default, so that
8194 it inherits from a customized send-mail-function. (Bug#5643)
8195
8196 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8199 shell-command-to-string signals an error (bug#5299).
8200
8201 2010-02-24 Glenn Morris <rgm@gnu.org>
8202
8203 * message.el (message-smtpmail-send-it)
8204 (message-send-mail-with-mailclient): Doc fixes.
8205
8206 2010-02-16 Glenn Morris <rgm@gnu.org>
8207
8208 * message.el (message-default-mail-headers): Change the default value
8209 to ease the transition from mail-mode to message-mode. (Bug#5555)
8210
8211 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * message.el (message-mail): Just pass yank-action on to message-setup.
8214 (message-setup): Handle (FUN . ARGS) form of yank-action.
8215 (message-with-reply-buffer, message-widen-reply)
8216 (message-yank-original): Handle non-buffer values of
8217 message-reply-buffer (Bug#4080).
8218 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8219
8220 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8221
8222 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8223 Fix typo in docstring.
8224
8225 2010-01-08 Jason Rumney <jasonr@gnu.org>
8226
8227 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8228 response.
8229
8230 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8231
8232 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8233
8234 * message.el (message-check-news-header-syntax): Protect against a
8235 string that `rfc822-addresses' returns when parsing fails.
8236
8237 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8238
8239 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8240 (gnus-previous-char-property-change): New functions.
8241
8242 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8243
8244 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
8245
8246 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8247 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
8248
8249 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8250
8251 * message.el (message-exchange-point-and-mark): Rework last change to
8252 avoid using optional arg of exchange-point-and-mark, for backward
8253 compatibility.
8254
8255 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8256
8257 * message.el (message-exchange-point-and-mark):
8258 Call exchange-point-and-mark with an argument rather than setting
8259 mark-active by hand (Bug#5175).
8260
8261 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8262
8263 * nntp.el (nntp-service-to-port): Work for service expressed with
8264 numeric string; replace [:digit:] with [0-9] for XEmacs.
8265
8266 2009-12-17 Glenn Morris <rgm@gnu.org>
8267
8268 * gnus-group.el (gnus-bug-group-download-format-alist):
8269 Change emacs entry to debbugs.gnu.org. Bump :version.
8270
8271 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8272
8273 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8274
8275 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8276
8277 * message.el (message-info): Explain why we use `Info-goto-node'.
8278
8279 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * message.el (message-completion-in-region): New compatibility function.
8282 (message-expand-group): Use it.
8283
8284 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8285
8286 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8287 with no unread article should be listed if the 2nd arg `predicate' is
8288 given.
8289
8290 2009-11-29 Juri Linkov <juri@jurta.org>
8291
8292 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8293 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
8294 on `gnus-recenter'. (Bug#4698, Bug#4981)
8295
8296 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8297
8298 * message.el (message-from-style, message-interactive)
8299 (message-signature): Always set default values from the corresponding
8300 mail-* variables.
8301 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8302 (message-yank-prefix, message-indentation-spaces)
8303 (message-signature-file, message-default-headers): Use boundp rather
8304 than (featurep 'xemacs) to check if the corresponding mail-* variables
8305 exist.
8306
8307 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * message.el (message-send-mail-with-sendmail): Revert last change.
8310
8311 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * message.el (message-from-style, message-interactive)
8314 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8315 (message-yank-prefix, message-indentation-spaces, message-signature)
8316 (message-signature-file, message-default-headers): For GNU Emacs, set
8317 default values from the corresponding mail-* variables.
8318 (message-send-mail-with-sendmail): Use envelope-from only if
8319 mail-specify-envelope-from is non-nil.
8320
8321 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8322
8323 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8324 containing tspecial characters if they have been already quoted.
8325
8326 2009-10-24 Glenn Morris <rgm@gnu.org>
8327
8328 * gnus-art.el (help-xref-stack-item): Define for compiler.
8329
8330 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8331
8332 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8333
8334 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8335
8336 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8337 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8338
8339 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
8340
8341 * gnus.el (gnus-overlay-get): New alias to overlay-get.
8342 (gnus-overlays-in): New alias to overlays-in.
8343
8344 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8345 gnus-overlay-get, and gnus-delete-overlay.
8346 (gnus-summary-show-thread): Make it work as well for systems in which
8347 next-single-char-property-change is not available.
8348 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8349
8350 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
8351
8352 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8353
8354 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8355
8356 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8357 and XEmacs that don't have `remove-overlays'.
8358
8359 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8362 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8363 selective display. Use overlays instead.
8364
8365 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8368
8369 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8370
8371 * spam-stat.el (spam-stat-load): Fix typo in message.
8372
8373 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * gnus-art.el (gnus-article-encrypt-body):
8376 * message.el (message-check-recipients):
8377 * mm-util.el (mm-codepage-setup):
8378 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8379 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8380
8381 2009-09-22 Daiki Ueno <ueno@unixuser.org>
8382
8383 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8384 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8385 keys from the menu if mm-{sign,encrypt}-option is 'guided.
8386 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8387 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8388
8389 2009-09-18 Glenn Morris <rgm@gnu.org>
8390
8391 * gnus-diary.el (gnus-diary-check-message):
8392 * message.el (message-insert-formatted-citation-line):
8393 * nnbabyl.el (top-level):
8394 * nndiary.el (nndiary-schedule):
8395 Fix typos in condition-case handlers.
8396
8397 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8398
8399 * gnus-art.el (gnus-article-edit-part): Work for the buffer
8400 configuration that provides the sole article window in a frame;
8401 position point correctly after deleting a part.
8402
8403 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
8404
8405 * spam.el (spam-unregister-on-reregister): Add boolean variable.
8406 (spam-resolve-registrations-routine): Use it to unregister articles
8407 that change status.
8408
8409 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8410
8411 * nnrss.el (nnrss-request-article): Remove binding of
8412 default-enable-multibyte-characters that has gotten needless by
8413 the 2007-07-13 change in rfc2047-encode-message-header.
8414
8415 * mml.el (mml-insert-multipart): Error on the message header.
8416 (mml-insert-part): Error on the message header; position point at
8417 the end of a MIME tag.
8418
8419 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8420
8421 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8422 (gnus-float-time): Alias to float-time if it exists.
8423
8424 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8425 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8426 float-time is available; suppress compile warning for time-to-seconds.
8427
8428 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8431 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8432 Add the optional argument `encoding' that overrides the default.
8433
8434 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8435 mm-encode-buffer.
8436
8437 2009-09-04 Glenn Morris <rgm@gnu.org>
8438
8439 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8440 mm-disable-multibyte, rather than default-enable-multibyte-characters.
8441 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8442 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8443 * mm-util.el (mm-with-unibyte-current-buffer)
8444 (mm-find-buffer-file-coding-system):
8445 * yenc.el (yenc-decode-region): Use default-value rather than
8446 default-enable-multibyte-characters.
8447
8448 2009-09-03 Glenn Morris <rgm@gnu.org>
8449
8450 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8451 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8452 than default-enable-multibyte-characters.
8453
8454 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
8455
8456 * gnus-art.el (gnus-article-read-summary-keys):
8457 Fix gnus-buffer-configuration's value temporarily used.
8458
8459 2009-09-02 Glenn Morris <rgm@gnu.org>
8460
8461 * gnus-util.el (gnus-float-time): New function.
8462 * gnus-delay.el (gnus-delay-article):
8463 * gnus-sum.el (gnus-thread-latest-date):
8464 * gnus-util.el (gnus-user-date): Use gnus-float-time.
8465 * nnspool.el (nnspool-request-newgroups):
8466 Use gnus-float-time rather than time-to-seconds.
8467 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8468
8469 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8470 (gnus-header-subject-face, gnus-header-newsgroups-face)
8471 (gnus-header-name-face, gnus-header-content-face):
8472 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8473 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8474 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8475 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8476 (gnus-cite-face-11):
8477 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8478 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8479 (gnus-server-closed-face, gnus-server-denied-face)
8480 (gnus-server-offline-face):
8481 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8482 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8483 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8484 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8485 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8486 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8487 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8488 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8489 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8490 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8491 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8492 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8493 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8494 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8495 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8496 (gnus-summary-high-undownloaded-face)
8497 (gnus-summary-low-undownloaded-face)
8498 (gnus-summary-normal-undownloaded-face)
8499 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8500 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8501 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8502 (gnus-splash-face):
8503 * message.el (message-header-to-face, message-header-cc-face)
8504 (message-header-subject-face, message-header-newsgroups-face)
8505 (message-header-other-face, message-header-name-face)
8506 (message-header-xheader-face, message-separator-face)
8507 (message-cited-text-face, message-mml-face):
8508 * sieve-mode.el (sieve-control-commands-face)
8509 (sieve-action-commands-face, sieve-test-commands-face)
8510 (sieve-tagged-arguments-face):
8511 * spam.el (spam-face):
8512 Mark face aliases with "-face" in the name as obsolete.
8513
8514 2009-09-01 Glenn Morris <rgm@gnu.org>
8515
8516 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8517 than goto-line.
8518
8519 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8520
8521 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8522 Don't move point if the command is invoked inside the message header.
8523
8524 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8527 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8528 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8529 * nnir.el (nnir-swish-e-index-file):
8530 * gnus-sum.el (gnus-summary-delete-marked-as-read)
8531 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8532 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8533 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8534 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8535 (gnus-treat-display-xface): Add Emacs version of obsolescence.
8536
8537 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
8538
8539 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8540 Don't save excursion.
8541
8542 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * nnheader.el (nnheader-find-file-noselect):
8545 * mm-util.el (mm-insert-file-contents):
8546 Use (default-value 'major-mode) instead of default-major-mode.
8547
8548 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8551
8552 2009-08-25 Glenn Morris <rgm@gnu.org>
8553
8554 * nnir.el (top-level): Don't require cl at run-time.
8555 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8556 Replace cl-function substitute with gnus-replace-in-string.
8557 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8558 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8559 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8560 simplified expansions.
8561
8562 2009-08-22 Glenn Morris <rgm@gnu.org>
8563
8564 * gnus-art.el (gnus-button-patch): Use forward-line rather than
8565 goto-line.
8566
8567 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
8568
8569 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8570
8571 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8572 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8573 (gnus-mm-display-part, gnus-mime-display-single)
8574 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8575 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8576
8577 * gnus-sum.el
8578 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8579 (gnus-summary-move-article): Add expirable mark to articles copied or
8580 moved to group that has auto-expire turned on if the option is non-nil.
8581
8582 2009-07-24 Glenn Morris <rgm@gnu.org>
8583
8584 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8585 Fix typo. (Bug#3903)
8586
8587 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8588
8589 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8590 gnus-article-read-summary-keys rather than gnus-summary-edit-article
8591 that should not be used for draft articles.
8592 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8593 that has no concern in minor mode keys.
8594 (gnus-article-summary-command, gnus-article-summary-command-nosave):
8595 Abolish.
8596
8597 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8598
8599 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8600 article without making inquiry to a user for unknown encoding.
8601
8602 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8603 (nnmaildir--scan): Assume i-node and device number that file-attributes
8604 returns might be cons-cell.
8605
8606 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
8607
8608 * auth-source.el: Remove docs now in auth.texi. Don't use
8609 `gnus-message' for logging. Add new variables `auth-source-debug' and
8610 `auth-source-hide-passwords' and use them.
8611
8612 2009-07-15 Glenn Morris <rgm@gnu.org>
8613
8614 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8615
8616 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8617
8618 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8619 excessive whitespace from the default values of title and description.
8620
8621 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8622
8623 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8624 mail-fetch-field to fetch Content-Description header in order to
8625 exclude newlines.
8626
8627 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8628
8629 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8630 to deleted part.
8631
8632 2009-05-30 David Engster <dengste@eml.cc>
8633
8634 * nnmairix.el: Remove old documentation in the commentary block.
8635 (nnmairix-request-group): Do not update active file for nnml back ends.
8636 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8637 end so that overview files are ignored.
8638 (nnmairix-update-groups): Make updating the groups more robust by using
8639 marks.
8640 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8641 with dollar characters in message-id.
8642
8643 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
8644
8645 * spam.el: Use dns-query instead of query-dns. Was renamed on
8646 2008-12-25 in dns.el.
8647
8648 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8651 could happen if the text is only composed of spaces and/or tabs.
8652
8653 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
8654
8655 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8656 when sending a queued message to avoid extra mml tags.
8657
8658 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8659
8660 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8661
8662 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
8663
8664 * gnus-dired.el: Remove autoload for gnus-setup-message.
8665 (gnus-dired-attach): Fake this-command value to prevent Gnus from
8666 displaying Gnus logo; always use compose-mail.
8667
8668 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8669
8670 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8671
8672 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
8673
8674 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8675 (gnus-nocem-issuers): List currently active issuers; fix custom type.
8676 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8677 available.
8678 (gnus-nocem-epg-verify): New function.
8679
8680 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
8681
8682 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8683
8684 2009-02-15 Glenn Morris <rgm@gnu.org>
8685
8686 * gnus-util.el (rmail-insert-rmail-file-header)
8687 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8688 autoloads.
8689 (rmail-default-rmail-file): Remove unnecessary declaration.
8690 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8691
8692 2009-02-14 Glenn Morris <rgm@gnu.org>
8693
8694 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8695 variable (only used in gnus-util, which declares it anyway).
8696 (rmail-output-to-rmail-file): Remove autoload of deleted function,
8697 which was only needed by gnus-art (changed to not use it any more).
8698 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8699 only used in gnus-util, which autoloads it itself.
8700 (rmail-update-summary): Fix autoload.
8701
8702 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8703 rather than rmail-output-to-rmail-file.
8704
8705 2009-02-07 Glenn Morris <rgm@gnu.org>
8706
8707 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8708 autoload of function that no longer exists.
8709 (rmail-toggle-header): Declare.
8710 (message-forward-rmail-make-body): Handle mbox Rmail.
8711
8712 2009-01-31 Glenn Morris <rgm@gnu.org>
8713
8714 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8715 2009-01-09 change.
8716
8717 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
8718
8719 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8720 (auth-source-forget-all-cached): New convenience function.
8721 (auth-source-user-or-password): Accept list of modes or a single mode.
8722
8723 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8724 auth-source modes.
8725
8726 * nnimap.el (nnimap-open-connection): Use list of
8727 auth-source modes.
8728
8729 * nntp.el (nntp-send-authinfo): Use list of
8730 auth-source modes.
8731
8732 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8733
8734 * auth-source.el: Update docs to reflect epa-file-enable is to be used
8735 now.
8736
8737 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8740 coding system in XEmacs; add a workaround for XEmacs.
8741
8742 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
8743
8744 * mm-util.el (mm-coding-system-priorities): Protect against nil value
8745 of current-language-environment.
8746
8747 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8748
8749 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8750 available at runtime.
8751
8752 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8753
8754 * gnus-art.el (article-date-ut): Fix end point of narrowing.
8755
8756 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
8757
8758 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8759 the greatest positive fixnum value doesn't work under an XEmacs with
8760 bignum support; use the most-positive-fixnum constant instead,
8761 available since Emacs 21.1 with cl and XEmacs 21.1.
8762
8763 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8764
8765 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8766 XEmacs gets not to work.
8767
8768 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8769
8770 * mm-util.el (mm-coding-system-priorities): Allow the value like
8771 "Japanese (UTF-8)" of current-language-environment.
8772
8773 2009-01-09 Glenn Morris <rgm@gnu.org>
8774
8775 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8776 with last-command-event.
8777
8778 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8779
8780 * message.el (message-fix-before-sending): Amend comment.
8781
8782 2009-01-07 David Engster <dengste@eml.cc>
8783
8784 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8785 simplified server definitions by converting it via
8786 gnus-server-to-method.
8787
8788 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8789
8790 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8791 parameter's operands.
8792
8793 2009-01-06 David Engster <dengste@eml.cc>
8794
8795 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8796 primary select method (for gnus-group-mark-article-as-read).
8797
8798 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8799
8800 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8801 `(gnus)Face', not `(gnus)X-Face'.
8802
8803 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8804
8805 * mm-util.el (mm-ucs-to-char): New function.
8806
8807 * mm-url.el (mm-url-decode-entities): Use it.
8808
8809 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * message.el (message-fix-before-sending): Add `eight-bit' to
8812 illegible-text check.
8813
8814 2009-01-03 Michael Olson <mwolson@gnu.org>
8815
8816 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8817 `headers' is nil. This can occur if the IMAP server does not have
8818 permissions to read messages from a folder, but can write new messages
8819 to the folder.
8820 (nnimap-request-article-part): Do not insert `data' if it is nil.
8821
8822 2009-01-01 Dave Love <fx@gnu.org>
8823
8824 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8825
8826 * nnimap.el: Fix author email.
8827 (nnimap-split-rule): Add FIXME comment.
8828 (nnimap-debug): Fix doc string.
8829
8830 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8831
8832 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8833 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8834 to check if those variables exist (first appeared in Emacs 18.50).
8835
8836 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * mm-util.el (mm-line-number-at-pos): New function.
8839
8840 * spam-report.el (spam-report-process-queue): Use it.
8841
8842 2008-12-24 David Engster <dengste@eml.cc>
8843
8844 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8845 parameters that haven't existed as variables as buffer-local variables.
8846
8847 2008-12-23 Dave Love <fx@gnu.org>
8848
8849 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8850 cadar.
8851
8852 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8853 imap-starttls-p.
8854 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8855
8856 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8857
8858 * spam-report.el (spam-report-gmane-max-requests): New constant.
8859 (spam-report-gmane-wait): New variable.
8860 (spam-report-gmane-ham, spam-report-gmane-spam)
8861 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8862 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8863 the server.
8864
8865 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8866 Add explanations.
8867
8868 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8869 nnheader-accept-process-output and nnheader-read-timeout if available.
8870 (pop3-movemail): Use it.
8871
8872 * message.el (message-check-news-body-syntax): Fix signature check if
8873 there's an attachment.
8874
8875 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8876
8877 * mm-util.el: Add comments to the mm- emulating functions.
8878
8879 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8880
8881 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8882 Reported by Stephen Berman <stephen.berman@gmx.net>.
8883
8884 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8885
8886 * mm-util.el (mm-substring-no-properties): New function.
8887 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8888 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8889 (mm-string-to-multibyte): Doc fix.
8890
8891 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8892
8893 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8894
8895 * mml.el (mml-attach-file): Strip text properties from file name.
8896 (Bug#1574)
8897
8898 2008-12-16 Glenn Morris <rgm@gnu.org>
8899
8900 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8901
8902 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8903
8904 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8905 knows since the charset specified might be a bogus alias that
8906 mm-charset-synonym-alist provides.
8907
8908 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8909
8910 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8911 "ISO_8859-1".
8912
8913 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8914
8915 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8916
8917 * mm-util.el (mm-charset-eval-alist):
8918 Define it before mm-charset-to-coding-system.
8919 (mm-charset-to-coding-system): Add optional argument `silent';
8920 define it before mm-charset-override-alist.
8921 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8922 default value if it can be used in Emacs currently running;
8923 silence mm-charset-to-coding-system.
8924
8925 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8926
8927 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8928 `allow-override' which says whether to use `mm-charset-override-alist'.
8929 (rfc2047-decode-encoded-words): Use it.
8930
8931 * mm-util.el (mm-charset-override-alist): Fix custom type;
8932 add `(gb2312 . gbk)' to choices.
8933
8934 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8935
8936 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8937 fast.
8938
8939 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8940
8941 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
8942
8943 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8944 on links.
8945
8946 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8947
8948 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8949
8950 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8951 users' addresses that don't have domain parts.
8952 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8953 rather than message-narrow-to-head since there will be the message
8954 header separator.
8955
8956 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8959 since the result is inserted in a unibyte buffer anyway.
8960 (nnimap-demule-use-string-to-multibyte): Remove.
8961 (nnimap-demule): Alias it to mm-string-to-multibyte.
8962
8963 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8964
8965 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8966 variable for debugging bug#464 and bug#1174.
8967 (nnimap-demule): Use it.
8968
8969 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8970
8971 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8972 score calculation correctly.
8973
8974 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * message.el (message-send-mail): Just set the buffer to unibyte
8977 rather than use mm-with-unibyte-current-buffer which does a lot more.
8978 (message-send-mail-partially): Don't bother with
8979 mm-with-unibyte-current-buffer since it's already been made unibyte by
8980 message-send-mail.
8981
8982 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8983
8984 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8985
8986 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8987
8988 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8989
8990 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8991
8992 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8993 require itself and to remove `with-no-warnings'.
8994
8995 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8996
8997 * starttls.el (starttls-any-program-available): Get the name of the
8998 available TLS layer program.
8999 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9000 well as the host name in the "opening" message.
9001
9002 * auth-source.el (auth-source-cache, auth-source-do-cache)
9003 (auth-source-user-or-password): Cache passwords and logins by default,
9004 allow override with `auth-source-do-cache'.
9005 (auth-source-forget-user-or-password): Allow users to remove cache
9006 entries if needed.
9007
9008 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9009
9010 * ietf-drums.el (ietf-drums-remove-comments): Localize second
9011 condition-case to only the forward-sexp call.
9012
9013 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9014
9015 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9016 quotes contained. Make it more robust regardless by an extra
9017 condition-case wrapper.
9018
9019 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9020
9021 * nnml.el (nnml-request-expire-articles): Check if the function set to
9022 `nnmail-expiry-target' returns the symbol `delete'.
9023
9024 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9025
9026 * nnmail.el (nnmail-expiry-target): Fix custom type.
9027
9028 2008-10-02 Glenn Morris <rgm@gnu.org>
9029
9030 * mm-util.el (mm-codepage-setup): Tweak codepage error.
9031 Silence compiler warning.
9032
9033 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * mml.el (mml-menu): Don't assume mml2015 is bound.
9036
9037 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9038
9039 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9040 exists.
9041
9042 2008-09-27 Glenn Morris <rgm@gnu.org>
9043
9044 * gnus-util.el (mail-header-remove-comments): Autoload it.
9045
9046 2008-09-27 Andreas Schwab <schwab@suse.de>
9047
9048 * gnus-util.el (gnus-split-references): Strip comments.
9049 (gnus-parent-id): Likewise.
9050
9051 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
9052
9053 * message.el (message-confirm-send): Fix version.
9054
9055 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
9056
9057 * message.el (message-idna-to-ascii-rhs-1): Use
9058 mail-extract-address-components rather than mail-header-parse-addresses
9059 that is an alias by default to ietf-drums-parse-addresses that does not
9060 support non-ASCII names in headers' contents.
9061
9062 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9063
9064 * message.el (message-confirm-send): Fix variable documentation to
9065 avoid the "y/n" wording.
9066
9067 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
9068
9069 * message.el (message-set-auto-save-file-name): Save to a different
9070 filename so multiple messages (especially drafts) can be recovered.
9071
9072 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
9073
9074 * message.el (message-confirm-send): Add appropriate version.
9075
9076 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9077
9078 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9079 defvar.
9080
9081 2008-09-22 Daiki Ueno <ueno@unixuser.org>
9082
9083 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9084 (mm-pkcs7-enveloped-magic): Ditto.
9085
9086 2008-09-17 Simon Josefsson <simon@josefsson.org>
9087
9088 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9089 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9090
9091 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
9092
9093 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9094 default, it's better.
9095
9096 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
9097
9098 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9099 summary line gnus-number property and ignore them (with a warning
9100 message).
9101
9102 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9103
9104 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9105 macro caddr in the interactive form since it won't be expanded.
9106
9107 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9108
9109 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9110 `charset'; fix name of function called recursively.
9111 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9112
9113 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9114
9115 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9116 (gnus-mime-set-charset-parameters): New function.
9117 (gnus-mime-view-part-as-charset): Use it to correctly display part
9118 specifying wrong charset.
9119
9120 2008-09-08 David Engster <dengste@eml.cc>
9121
9122 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9123 in completing-read for back end server.
9124
9125 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
9126
9127 * message.el (message-confirm-send): New variable to confirm sending a
9128 message.
9129 (message-send): Use it.
9130
9131 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
9132
9133 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9134
9135 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
9136
9137 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9138
9139 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
9140
9141 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9142 prevent tracking too many groups.
9143 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9144 Use it.
9145
9146 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
9147
9148 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9149 moving point to the bottom of the window in order to avoid recentering.
9150
9151 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
9152
9153 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9154 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9155 (gnus-article-beginning-of-window): Fix calculation.
9156
9157 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
9158
9159 * gnus-msg.el (gnus-summary-supersede-article)
9160 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9161 value of gnus-newsgroup-charset to decode non-MIME encoded text in
9162 message header.
9163
9164 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9165
9166 * message.el:
9167 * gnus-start.el:
9168 * gnus-registry.el: Remove VMS support.
9169
9170 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9171
9172 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9173 macro.
9174 (rfc2104-hash): Use it.
9175
9176 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
9177
9178 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9179 (gnus-summary-sort-by-most-recent-date): New commands.
9180 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9181 and menu entries.
9182
9183 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9184
9185 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9186 don't redisplay article for raw contents; remove plural articles stuff.
9187
9188 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9189 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9190 on gnus-summary-save-article; display results properly.
9191
9192 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9193
9194 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9195
9196 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * gnus-art.el (gnus-summary-save-in-pipe):
9199 Consider gnus-save-all-headers.
9200
9201 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9202
9203 * gnus-util.el (ns-focus-frame): Remove declaration.
9204 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
9205 like x.
9206
9207 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9208
9209 * rfc2104.el (rfc2104-zero): Delete defconst.
9210 (rfc2104-hex-alist): Likewise.
9211 (rfc2104-hex-to-int): Delete func.
9212 (rfc2104-hexstring-to-bitstring): Likewise.
9213 (rfc2104-nybbles): New defconst.
9214 (rfc2104-hash): Rewrite for speed.
9215
9216 2008-07-16 Glenn Morris <rgm@gnu.org>
9217
9218 * gnus-util.el (ns-focus-frame): Declare for compiler.
9219
9220 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
9221
9222 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9223 set as a group parameter.
9224 (gnus-summary-save-in-pipe): Work when it is called independently.
9225 (gnus-summary-pipe-to-muttprint): Don't modify
9226 gnus-summary-pipe-output-default-command.
9227
9228 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * message.el (message-send-mail-with-sendmail):
9231 Display the error message.
9232
9233 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9234
9235 * gnus-art.el (gnus-default-article-saver):
9236 Add gnus-summary-save-in-pipe to choices.
9237 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9238 gnus-summary-pipe-output-default-command as the default command.
9239 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9240 instead of gnus-last-shell-command.
9241
9242 * gnus-sum.el (gnus-summary-pipe-output-default-command):
9243 New user option.
9244 (gnus-summary-muttprint-program): Mention the value will be changed.
9245 (gnus-summary-save-article): Force showing of all headers.
9246 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9247
9248 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
9249
9250 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9251
9252 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
9253
9254 * nnimap.el (nnimap-id):
9255 * sieve-manage.el (sieve-manage-open): Doc fixes.
9256
9257 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9258
9259 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9260 if available.
9261
9262 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9263
9264 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9265
9266 * nnkiboze.el (nnkiboze-generate-group):
9267 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9268
9269 * nnmairix.el: Require CL.
9270
9271 2008-06-15 David Engster <dengste@eml.cc>
9272
9273 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9274
9275 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
9276
9277 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9278 New macros that expand to an `aset'/`aref' call under Emacs, and to a
9279 runtime choice under XEmacs.
9280
9281 * gnus-sum.el (gnus-summary-set-display-table):
9282 Use `gnus-put-display-table', `gnus-get-display-table',
9283 `gnus-set-display-table' for the display table, instead of `aset'.
9284
9285 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9286
9287 * nnmairix.el: Add autoloads.
9288
9289 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9290
9291 * nnmairix.el (nnmairix-delete-recreate-group)
9292 (nnmairix-update-and-clear-marks): Fix error messages.
9293
9294 2008-06-14 David Engster <dengste@eml.cc>
9295
9296 * nnmairix.el: Upgrade to version 0.6.
9297 (nnmairix-group-toggle-propmarks-this-group)
9298 (nnmairix-group-toggle-readmarks-this-group)
9299 (nnmairix-group-delete-recreate-this-group)
9300 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9301 (nnmairix-remove-tick-mark-original-article): New commands.
9302 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9303 (nnmairix-propagate-marks-to-nnmairix-groups)
9304 (nnmairix-only-use-registry, nnmairix-allowfast-default)
9305 (nnmairix-marks-cache, nnmairix-version-output): New variables.
9306 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9307 functions needed for marks propagation and manipulation of read marks.
9308 (nnmairix-update-groups): New function.
9309 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9310 (nnmairix-determine-original-group-from-registry)
9311 (nnmairix-determine-original-group-from-path)
9312 (nnmairix-get-group-from-file-path, nnmairix-map-range)
9313 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9314 New helper functions.
9315 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9316 keystrokes for new commands.
9317 (nnmairix-delete-and-create-on-change): Doc string cleanup.
9318 (nnmairix-request-group): Check allow-fast group parameter.
9319 (nnmairix-request-create-group): Set allow-fast group parameter if
9320 nnmairix-allowfast-default is set.
9321 (nnmairix-close-group): Propagate marks upon closing if needed.
9322 (nnmairix-group-toggle-threads-this-group): Use new.
9323 nnmairix-group-toggle-parameter helper function.
9324 (nnmairix-search): Better check for empty search result.
9325 (nnmairix-goto-original-article): Use new helper functions for
9326 determining original article.
9327 (nnmairix-show-original-article): Make sure message-id is in brackets.
9328 (nnmairix-call-mairix-binary): Change variable name.
9329 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9330 helper function.
9331 (nnmairix-widget-toggle-activate): Fix doc string.
9332
9333 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9334
9335 * nnir.el: Require edmacro when compiling with XEmacs.
9336 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9337 available in Emacs 21.
9338
9339 2008-06-11 Glenn Morris <rgm@gnu.org>
9340
9341 * gnus-util.el (x-focus-frame):
9342 * gnus.el (image-size):
9343 * mm-decode.el (image-size): Declare.
9344
9345 * gnus-picon.el (declare-function): Add compat definition.
9346 (image-size): Declare.
9347
9348 * gnus-group.el (tool-bar-map):
9349 * gnus-sum.el (tool-bar-map): Define for compiler.
9350
9351 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9352
9353 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9354
9355 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9356 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9357 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9358 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9359 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9360 * sieve-manage.el, spam-report.el, spam.el:
9361 Remove unnecessary eval-and-compile of autoloads.
9362
9363 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9364
9365 * auth-source.el: Precise Tramp doc.
9366
9367 2008-06-07 Glenn Morris <rgm@gnu.org>
9368
9369 * nnmairix.el: Remove unnecessary eval-when-compile.
9370
9371 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
9372
9373 * nnir.el: New file.
9374
9375 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * gnus-util.el (gnus-read-shell-command): New function.
9378 * mm-decode.el (mm-pipe-part):
9379 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9380
9381 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9382
9383 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9384
9385 2008-06-03 Glenn Morris <rgm@gnu.org>
9386
9387 * pop3.el (nnheader-accept-process-output): Autoload it.
9388
9389 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9392 are not 2-digit hexadecimal characters that follow `%'s.
9393
9394 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9395
9396 * message.el (message-bogus-recipient-p): Fix type in doc string.
9397 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9398 (message-bogus-addresses): Rename from message-bogus-address-regexp.
9399 Improve custom options.
9400 (message-bogus-recipient-p): Adjust accordingly.
9401
9402 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9403
9404 * nnmairix.el: Require edmacro when compiling with XEmacs.
9405
9406 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
9407
9408 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9409 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9410
9411 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
9412
9413 * auth-source.el: Add more docs.
9414
9415 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9416
9417 * nnheader.el (nnheader-read-timeout): Change the default timeout from
9418 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
9419 retrieval faster in some cases, but might make CPU usage larger.
9420 If this has any bad side effects, we might revert this change.
9421
9422 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9423 seems to make mail retrieval much, much faster.
9424 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9425 unconditionally.
9426
9427 * gnus-draft.el (gnus-group-send-queue):
9428 Bind message-send-mail-partially-limit to nil to avoid being prompted.
9429
9430 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9431
9432 * mml.el (mml-attach-buffer): Prompt for `disposition'.
9433
9434 * message.el (message-bogus-address-regexp): Fix and improve custom
9435 type.
9436 (message-setup-hook): Add message-check-recipients as custom option.
9437
9438 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
9439
9440 * message.el (message-cite-function): Remove bogus autoload which crept
9441 in during merge from v5-10.
9442
9443 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
9444
9445 * nnimap.el (nnimap-open-connection): Fix login/password bug.
9446
9447 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9448
9449 * auth-source.el: Preliminary Tramp docs.
9450 (auth-sources): Change the default auth-sources to use
9451 EPA .gpg files.
9452
9453 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
9454
9455 * nntp.el: Autoload `auth-source-user-or-password'.
9456 (nntp-send-authinfo): Use it.
9457
9458 * nnimap.el: Autoload `auth-source-user-or-password'.
9459 (nnimap-open-connection): Use it.
9460
9461 * auth-source.el: Add docs on using with url-auth. Import gnus-util
9462 for the gnus-message function.
9463 (auth-source-user-or-password): Use it.
9464
9465 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9468 rfc2104-hexstring-to-byte-list. Return a unibyte string.
9469 (rfc2104-hash): Use it.
9470
9471 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9472
9473 * gnus-art.el (gnus-article-toggle-truncate-lines):
9474 Don't use `iff' in docstring.
9475
9476 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
9477
9478 * gnus-registry.el: Adjusted copyright dates and added a keyword.
9479
9480 * gnus-util.el (gnus-extract-address-component-name)
9481 (gnus-extract-address-component-email): Convenience functions around
9482 `gnus-extract-address-components'.
9483
9484 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9485 Use `gnus-extract-address-component-email' to fix bug of comparing full
9486 sender name to `user-mail-address'.
9487
9488 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
9489
9490 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9491 catch/throw to optimize.
9492 (gnus-registry-find-keywords): Just use member to find a keyword.
9493
9494 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9497 is current before calling gnus-server-prepare.
9498 (gnus-server-setup-buffer, gnus-server-update-server)
9499 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9500
9501 2008-05-04 Juri Linkov <juri@jurta.org>
9502
9503 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9504 (mailcap-file-default-commands): Use mailcap-replace-in-string
9505 instead of replace-regexp-in-string, and mailcap-delete-duplicates
9506 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
9507
9508 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
9509
9510 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9511
9512 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9513
9514 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9515 hooks.
9516 (gnus-update-read-articles): Speed up non-marks-using users.
9517 (gnus-use-marks): Define gnus-use-marks.
9518 (gnus-propagate-marks): Rename variable to something more sensible.
9519
9520 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9521
9522 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9523 (gmm-image-load-path-for-library): Fix typos in docstrings.
9524 (gmm-message): Reflow docstring.
9525
9526 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
9527
9528 * mail-source.el (mail-source-set-1, mail-source-bind):
9529 Move auth-source code out of the macro to clean it up and fix bugs.
9530
9531 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
9532
9533 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9534 by sender if it's equal to user-mail-address, it's likely to be
9535 useless.
9536
9537 * mail-source.el (mail-source-bind): Don't use user or password if they
9538 are not bound. Unintern them if they are nil. Don't use server unless
9539 it's bound, and default it to empty string otherwise.
9540
9541 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
9542
9543 * mail-source.el: Load auth-source.el.
9544 (mail-source-bind): Add comments. Call auth-source-user-or-password to
9545 get user name or password, if auth-sources is set up.
9546
9547 * gnus-registry.el (gnus-registry-split-strategy): New variable for
9548 strategy of splitting with parent.
9549 (gnus-registry-split-fancy-with-parent)
9550 (gnus-registry-post-process-groups): Use it and fix prior
9551 bug (returning a list as the split result).
9552
9553 * auth-source.el (auth-sources): Remove server parameter.
9554 (auth-source-pick, auth-source-user-or-password)
9555 (auth-source-user-or-password-imap)
9556 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9557 (auth-source-user-or-password-sftp)
9558 (auth-source-user-or-password-smtp): Remove server parameter.
9559
9560 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * smime.el (smime-sign-region, smime-encrypt-region)
9563 (smime-decrypt-region):
9564 Remove redundant calls to `generate-new-buffer-name'.
9565
9566 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
9567
9568 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9569 Don't use QP for message/rfc822.
9570 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9571
9572 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * sieve-manage.el (sieve-string-bytes): Remove.
9575 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9576 correct byte-length only if the process's coding-system is the same as
9577 the one used internally by Emacs to represent strings.
9578
9579 2008-04-22 Juri Linkov <juri@jurta.org>
9580
9581 * mailcap.el (mailcap-file-default-commands): New function.
9582
9583 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9584
9585 * message.el (message-signature-separator, message-cite-function):
9586 Change custom version.
9587
9588 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9589
9590 * mm-decode.el (mm-display-external): Make temp file read-only.
9591
9592 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9593
9594 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9595 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
9596 `C-c C-f d'.
9597
9598 2008-04-12 Adrian Aichner <adrian@xemacs.org>
9599
9600 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9601
9602 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9603
9604 * auth-source.el: Add docs.
9605 (auth-sources): Modify format to support server.
9606 (auth-source-pick, auth-source-user-or-password)
9607 (auth-source-user-or-password-imap)
9608 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9609 (auth-source-user-or-password-sftp)
9610 (auth-source-user-or-password-smtp): Add server parameter.
9611
9612 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
9613
9614 * gnus-registry.el: Initialize the registry when gnus-registry-install
9615 is t.
9616
9617 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
9618
9619 * compface.el (uncompface): Make buffer unibyte.
9620
9621 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * mail-source.el (mail-source-value):
9624 Prefer fboundp to functionp so it works with macros as well.
9625
9626 2008-04-05 Glenn Morris <rgm@gnu.org>
9627
9628 * gnus-ems.el (mm-disable-multibyte): Autoload it.
9629
9630 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9633 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9634
9635 * nnheader.el (nnheader-init-server-buffer): Change buffer's
9636 multibyteness after rather than before erasing it.
9637
9638 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9639 mm-with-multibyte.
9640 (gnus-request-article-this-buffer): Make sure the proper decoding is
9641 used if gnus-original-article-buffer happens to be unibyte.
9642
9643 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9644 default-enable-multibyte-characters.
9645
9646 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9647 default-enable-multibyte-characters.
9648
9649 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9650
9651 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9652
9653 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9654
9655 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9656 Fix last change in case the element is not even a symbol.
9657
9658 2008-04-02 Simon Josefsson <simon@josefsson.org>
9659
9660 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9661 imap-enable-exchange-bug-workaround.
9662 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9663
9664 2008-04-01 Simon Josefsson <simon@josefsson.org>
9665
9666 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9667 a 100 byte status-checks into a 2-3MB transfer for each group.
9668 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9669 to enable bug workaround or not.
9670 (nnimap-find-minmax-uid): Only enable workaround conditionally.
9671
9672 2008-03-31 Glenn Morris <rgm@gnu.org>
9673
9674 * message.el (mml2015-use): Declare for compiler.
9675 (message-info): Require mml2015 when appropriate.
9676
9677 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9680 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9681 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9682 (nntp-service-to-port): New function.
9683 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9684 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9685 (nntp-open-netcat-stream): New function.
9686 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9687
9688 2008-03-29 Sven Joachim <svenjoac@gmx.de>
9689
9690 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9691
9692 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9695
9696 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
9697
9698 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9699
9700 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9701
9702 * message.el (message-signature-separator): Change default.
9703 Improve custom type.
9704 (message-cite-function): Change default to
9705 message-cite-original-without-signature.
9706
9707 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9708 toggle.
9709
9710 * message.el (message-check-news-body-syntax): Fix signature check.
9711 (message-setup-1): Mark buffer as unmodified _after_ running
9712 message-setup-hook and handling message-alternative-emails.
9713 (message-shorten-references): Be more strict when building list of
9714 valid references to comply with GNKSA.
9715
9716 * gnus-group.el (gnus-read-ephemeral-bug-group)
9717 (gnus-read-ephemeral-debian-bug-group)
9718 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9719
9720 * message.el (message-info): Don't use booleanp which isn't supported
9721 in Emacs 21 and XEmacs.
9722
9723 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
9724
9725 * gnus-group.el (gnus-gmane-group-download-format): Rename from
9726 gnus-group-gmane-group-download-format.
9727 (gnus-group-read-ephemeral-gmane-group): Rename from
9728 gnus-group-read-ephemeral-gmane-group.
9729 (gnus-read-ephemeral-gmane-group-url): Rename from
9730 gnus-group-read-ephemeral-gmane-group-url.
9731 (gnus-bug-group-download-format-alist): New variable.
9732 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9733 (gnus-read-ephemeral-emacs-bug-group): New commands.
9734
9735 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9736
9737 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9738 (gnus-visible-headers): Improve custom type.
9739
9740 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9741
9742 * mml.el (mml-menu): Add workarounds for XEmacs.
9743
9744 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9745 X-Boundary header.
9746
9747 * message.el (message-simplify-recipients): Fix previous commit.
9748
9749 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * mm-util.el (mm-set-buffer-multibyte): New function.
9752 * mm-decode.el (mm-copy-to-buffer): Use it.
9753
9754 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9755 Prefer fboundp to functionp so it works with macros as well.
9756
9757 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9758
9759 * message.el (message-alter-recipients-discard-bogus-full-name):
9760 New function.
9761 (message-alter-recipients-function): New variable.
9762 (message-get-reply-headers): Use it.
9763 (message-replace-header): New helper function.
9764 (message-recipients-without-full-name): New variable.
9765 (message-simplify-recipients): New command.
9766
9767 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9768
9769 * message.el (message-info): Handle EasyPG manual.
9770
9771 * mml.el (mml-menu): Add entry for EasyPG.
9772
9773 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9774
9775 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9776 parameter.
9777
9778 * message.el (message-disassociate-draft): Specify drafts group name
9779 fully.
9780
9781 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9782
9783 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9784 Eliminate unnecessary duplicates from the match list.
9785
9786 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9787
9788 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9789 args of `how-many' of which the XEmacs version doesn't take; declare
9790 Info-index-next as function.
9791
9792 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9793
9794 * gnus-score.el (gnus-score-headers): Fix handling of
9795 gnus-inhibit-slow-scoring.
9796
9797 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9798 string.
9799 (gnus-button-url-regexp): Improve handling of parenthesis.
9800 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9801 (gnus-button-handle-info-keystrokes): Handle index entries.
9802
9803 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9806 Incoming* files.
9807
9808 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9809
9810 * auth-source.el (auth-sources): Rename from auth-source-choices.
9811 (auth-source-pick): Use it.
9812
9813 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9814
9815 * auth-source.el (auth-source-protocols)
9816 (auth-source-protocols-customize, auth-source-choices): Add and
9817 modified variable customizations and defaults.
9818 (auth-source-pick, auth-source-user-or-password)
9819 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9820 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9821 (auth-source-user-or-password-sftp)
9822 (auth-source-user-or-password-smtp): Use new variables and provide an
9823 interface to netrc.el.
9824
9825 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9826
9827 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9828 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9829 Make sure the nntp port to specify is a string.
9830
9831 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * nntp.el: Use with-current-buffer.
9834 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9835 dubious mm-with-unibyte-current-buffer.
9836 (nntp-with-open-group-function): New function extracted from
9837 nntp-with-open-group macro.
9838 (nntp-with-open-group): Use the function, so it's easier to debug.
9839 Add indentation and debugging info.
9840 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9841 Recommend the use of the netcat alternatives.
9842
9843 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9844 Avoid mm-string-as-multibyte as well.
9845
9846 * nnweb.el (nnweb-insert-html):
9847 Remove use of nnheader-string-as-multibyte.
9848
9849 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9850 (nnheader-string-as-multibyte): Remove.
9851
9852 * mm-view.el: Use inhibit-read-only.
9853 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9854 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9855 or unibyte-string.
9856
9857 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9858 (mm-uu-yenc-extract): Use with-current-buffer.
9859
9860 * gnus-soup.el (gnus-soup-send-packet): Don't use
9861 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9862
9863 * nnmh.el: Use with-current-buffer.
9864 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9865 mm-string-as-multibyte on the output of mm-encode-coding-string.
9866
9867 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9868 (nnimap-request-move-article): Use with-current-buffer.
9869
9870 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9871 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9872 conversion uses string-make-unibyte rather than string-as-unibyte.
9873
9874 * gnus-msg.el: Use with-current-buffer.
9875
9876 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9877
9878 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9879
9880 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9881 string for caching if it is 'PIN.
9882
9883 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9884
9885 * mail-source.el (mail-source-delete-old-incoming-confirm):
9886 Change default to nil.
9887 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9888
9889 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9890
9891 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9892 (gnus-article-goto-prev-page): Work for articles having ^L's.
9893
9894 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9895
9896 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9897
9898 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9899
9900 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9901 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9902 (gnus-bookmark-jump): Adjust some variable names.
9903
9904 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9905
9906 * auth-source.el: New package.
9907 (auth-source-choices): Add customization entry point variable.
9908
9909 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9910 bug.
9911
9912 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9913
9914 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9915 (gnus-registry-initialize, gnus-registry-install-p): Use it.
9916 (gnus-registry-install-shortcuts): Rename from
9917 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9918 the `gnus-registry-mark-map' keymap dynamically from
9919 `gnus-registry-marks'. The generated functions update the summary line
9920 when a registry mark is added or deleted, and will call
9921 `gnus-registry-install-p' (see the comments in the code).
9922 (gnus-registry-user-format-function-M): Use concat intelligently.
9923
9924 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9925 the registry mark functions.
9926
9927 2008-03-05 Glenn Morris <rgm@gnu.org>
9928
9929 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9930 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9931 gnus-art.
9932 (top-level): No need to load own source when compiling.
9933
9934 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9935
9936 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9937 Suggested by <chris.anderton@zetnet.co.uk>.
9938
9939 2008-03-04 Glenn Morris <rgm@gnu.org>
9940
9941 * gnus-sum.el (top-level): No need to require gnus when compiling,
9942 since unconditionally required near start of file.
9943 (gnus-summary-display-while-building): Move definition before use.
9944
9945 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9946
9947 * gnus-registry.el (gnus-registry-user-format-function-M):
9948 Add formatting function.
9949
9950 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9951
9952 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9953 with plists.
9954 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9955 Use new format.
9956
9957 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9958
9959 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9960 `where-is-internal' that returns a range of key sequences.
9961
9962 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9965
9966 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9967 (gnus-summary-jump-to-group): Consider windows on other displayed
9968 frames as well. Similar changes might be needed elsewhere, but that's
9969 the one I've bumped into during my use.
9970
9971 * nndoc.el (nndoc-oe-dbx-type-p):
9972 * gnus-msg.el (gnus-debug):
9973 * gnus-group.el (gnus-update-group-mark-positions):
9974 Use mm-string-to-multibyte.
9975
9976 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9977
9978 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9979 doesn't handle NotDashEscaped.
9980
9981 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9982 (mml-dnd-attach-options): Fix typo in custom choice.
9983
9984 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9985 Change nndoc-article-type to mbox.
9986 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9987
9988 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9989 to nil, instead of html2text.
9990
9991 * imap.el (imap-debug): Add `imap-ping-server'.
9992
9993 * gnus-bookmark.el: Add FIXMEs.
9994
9995 * message.el (message-form-letter-separator)
9996 (message-send-form-letter-delay): New variables.
9997 (message-send-form-letter): Use them. New command to send form
9998 letters. Requested by Uwe Siart.
9999 (message-send-mail-function): Doc fix. Add "Other" custom option.
10000
10001 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
10002
10003 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10004 empty author.
10005
10006 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
10007
10008 * gnus-registry.el (gnus-registry-marks): Add variable for
10009 customization of marks and their appearance.
10010 (gnus-registry-read-mark): Use it.
10011 (gnus-registry-do-marks): Add utility function to loop through
10012 `gnus-registry-marks'.
10013 (gnus-registry-install-shortcuts-and-menus): Add function to install
10014 shortcuts and menus.
10015 (gnus-registry-initialize): Use it.
10016 (gnus-registry-default-mark): Clarify documentation.
10017
10018 2008-02-29 Glenn Morris <rgm@gnu.org>
10019
10020 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10021 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10022 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10023 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10024 Change defcustom :version from 23.0 to 23.1.
10025
10026 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
10027
10028 * gnus-registry.el (gnus-registry-follow-group-p)
10029 (gnus-registry-post-process-groups): Add functions to aid registry
10030 splitting and improve logging. Clarify behavior in function
10031 documentation.
10032 (gnus-registry-split-fancy-with-parent): Use them.
10033
10034 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * gnus-art.el: Use with-current-buffer.
10037
10038 2008-02-27 David Engster <dengste@eml.cc>
10039
10040 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10041 Express real group name in the response.
10042
10043 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10044
10045 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10046 (nnmairix-last-server, nnmairix-current-server): Defvar them.
10047 (nnmairix-goto-original-article): Defvar gnus-registry-install and
10048 autoload gnus-registry-fetch-group when compiling.
10049 (nnmairix-request-group-with-article-number-correction):
10050 Remove unreferenced argument passed to nnmairix-call-backend.
10051
10052 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10053
10054 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10055 (mm-uu-extract): Improve face for low color ttys.
10056 Reported by Sascha Wilde.
10057
10058 2008-02-27 Glenn Morris <rgm@gnu.org>
10059
10060 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10061 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10062 variables to defconsts. Convert comments to doc-strings.
10063 (nnmairix-last-server, nnmairix-current-server): Convert from free
10064 variables to defvars. Convert comments to doc-strings.
10065 (gnus-registry-fetch-group): Autoload.
10066 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10067 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10068 (nnmairix-widget-build-editable-fields): Use car cddr rather than
10069 caddr.
10070 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10071 nnmairix-request-group-with-article-number-correction call.
10072 (nnmairix-fast, nnmairix-group): New, less general names, for free
10073 variables passed from nnmairix-request-group to
10074 nnmairix-request-group-with-article-number-correction. Declare.
10075 (nnmairix-request-group-with-article-number-correction):
10076 Use nnmairix-fast, nnmairix-group rather than fast, group.
10077
10078 2008-02-26 David Engster <dengste@eml.cc>
10079
10080 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
10081 version 0.5.
10082
10083 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
10084
10085 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10086 instead of making an extra function call. Don't add the current group
10087 to articles only when they have the group. Use
10088 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10089 Reported by David <de_bb@arcor.de>.
10090
10091 2008-02-24 Miles Bader <miles@gnu.org>
10092
10093 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10094 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10095 (mm-find-mime-charset-region):
10096 * mm-bodies.el (mm-encode-body):
10097 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10098
10099 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
10100
10101 * mail-source.el (mail-source-delete-incoming): Change default.
10102 Supplement doc string.
10103
10104 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10105
10106 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10107
10108 * nnmail.el (nnmail-message-id-cache-file): Derive from
10109 `gnus-home-directory'.
10110
10111 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
10112
10113 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10114 Document negative prefix.
10115
10116 * gnus-group.el (gnus-group-read-group): Document negative prefix.
10117
10118 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10119
10120 * message.el (message-unsent-separator): Add the Exim bounce
10121 separator.
10122
10123 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10124
10125 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10126 list.
10127 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10128 recipient/signer list.
10129
10130 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10131
10132 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10133 fbound (Emacs 23 unicode), signal an error.
10134
10135 2008-02-08 Glenn Morris <rgm@gnu.org>
10136
10137 * gnus-art.el (pgg-display-output-buffer): Declare as function.
10138
10139 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
10140
10141 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10142 ports to the calls to `netrc-machine-user-or-password' in addition to
10143 "imap" and "imaps".
10144
10145 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
10146
10147 * gnus.el (gnus-group-startup-message): Add `find-image' call before
10148 image-load-path is let-bound. Reported by Harald Hanche-Olsen
10149 <hanche@math.ntnu.no>.
10150
10151 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10152
10153 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10154
10155 2008-02-01 Zhang Wei <id.brep@gmail.com>
10156
10157 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10158
10159 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10160
10161 2008-02-01 Miles Bader <miles@gnu.org>
10162
10163 * mml.el (mml-parse-1): Remove apparently vestigial use of
10164 `mm-hack-charsets'.
10165 * mm-bodies.el (mm-encode-body): Likewise.
10166
10167 2008-02-01 Kenichi Handa <handa@m17n.org>
10168
10169 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10170 rfc2104-hexstring-to-bitstring and changed to return a byte list.
10171 (rfc2104-hash): Convert the result of concat to unibyte string.
10172
10173 2008-02-01 Dave Love <fx@gnu.org>
10174
10175 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10176 coding-system-for-read.
10177 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10178
10179 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10180 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10181 (mm-find-mime-charset-region): Remove hack-charsets stuff.
10182
10183 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
10184
10185 * mail-source.el (mail-sources): Add `group' choice.
10186
10187 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10188 parameter `in-group' to control into which group the articles go.
10189 Add treatment of `group' mail-source.
10190
10191 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10192
10193 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10194 * message.el (message-beginning-of-line): Use featurep instead of bound
10195 tests in order to resolve conditionals at compile time.
10196
10197 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10198
10199 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10200
10201 * mm-decode.el (mm-dissect-buffer): Decode description.
10202
10203 * mml.el (mml-to-mime): Encode message header first.
10204
10205 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
10206
10207 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10208 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10209
10210 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
10211
10212 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10213
10214 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10215
10216 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10217 prefix keys.
10218 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10219 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10220 gnus-xmas.el.
10221
10222 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10223
10224 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10225 Add new variables for article mark management.
10226 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10227 list of extra data entries which, when present, will indicate that the
10228 article ID should not be trimmed from the registry.
10229 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10230 functions.
10231 (gnus-registry-read-mark): New function to read a mark name from the
10232 user.
10233 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10234 (gnus-registry-set-article-mark-internal): New functions to add and
10235 remove marks.
10236 (gnus-registry-get-article-marks): New function to show the marks for
10237 an article, or retrieve them for further use.
10238
10239 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10240
10241 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10242 keys when no argument is given.
10243
10244 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10245
10246 * gnus-sum.el (gnus-article-sort-by-random)
10247 (gnus-thread-sort-by-random): Fix doc strings.
10248 Reported by jidanni@jidanni.org.
10249
10250 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
10251
10252 * gnus-art.el (gnus-article-describe-bindings): New function.
10253 (gnus-article-read-summary-keys): Use it.
10254 (gnus-article-mode-map): Bind `C-h b' to it.
10255
10256 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10259 XEmacs.
10260 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10261 Protect against non-character events.
10262
10263 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
10264
10265 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10266 New command.
10267 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10268 instead of END. Change name of the temp file.
10269 (gnus-group-gmane-group-download-format): Add doc string. Make it
10270 customizable.
10271
10272 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10275 bind `S W' to gnus-article-wide-reply-with-original; set default
10276 binding to gnus-article-read-summary-send-keys.
10277 (gnus-article-read-summary-keys): Fix the order of keys; display
10278 continuation keys correctly in the echo area; describe bindings
10279 correctly when keys end with `C-h'.
10280 (gnus-article-read-summary-send-keys): New function.
10281 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10282 Work for gnus-article-read-summary-send-keys; display continuation keys
10283 correctly in the echo area.
10284 (gnus-article-reply-with-original): Ignore prefix argument.
10285 (gnus-article-wide-reply-with-original): New function.
10286
10287 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
10288
10289 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10290 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10291
10292 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
10293
10294 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10295 (gnus-group-read-ephemeral-gmane-group): New command.
10296
10297 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10298
10299 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10300
10301 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10302
10303 * message.el (message-send-mail-function): Increase custom version.
10304
10305 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10306 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
10307
10308 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
10309
10310 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10311 html parts correctly; support forwarded messages.
10312 (gnus-article-browse-html-article): Remove work buffers.
10313
10314 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10315 compiling.
10316 (netrc-bound-and-true-p): New macro.
10317 (netrc-parse): Use it instead of bound-and-true-p that is not available
10318 in XEmacs 21.4.
10319
10320 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
10321
10322 * gnus-registry.el (gnus-registry-mark-article)
10323 (gnus-registry-article-marks): Add functionality to mark articles
10324 through the Gnus registry.
10325
10326 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10327 (netrc-parse): Use encrypt-file-alist to determine if
10328 encrypt-find-model or encrypt-insert-file-contents should be used.
10329
10330 2007-12-19 Glenn Morris <rgm@gnu.org>
10331
10332 * mml.el (message-options-set, message-narrow-to-head)
10333 (message-in-body-p, message-mail-p, message-encode-message-body):
10334 Autoload.
10335 (message-remove-header, message-narrow-to-headers-or-head)
10336 (message-subscribed-p, message-make-mail-followup-to)
10337 (message-position-on-field, message-news-p)
10338 (message-options-set-recipient, message-generate-headers)
10339 (message-sort-headers): Declare as functions.
10340
10341 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10342
10343 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10344 convention in doc string.
10345
10346 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10347
10348 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10349 title to html parts.
10350 (gnus-article-browse-html-article): Pass message header to it.
10351
10352 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10353
10354 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
10355
10356 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10357 or password compatible with XEmacs.
10358
10359 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10360
10361 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10362 format document.
10363 (gnus-mime-delete-part): Don't write description line if empty.
10364 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10365
10366 2007-12-14 Johan Bockgård <bojohan@gnu.org>
10367
10368 * gnus-sum.el (gnus-summary-mark-unread-as-read)
10369 (gnus-summary-mark-read-and-unread-as-read)
10370 (gnus-summary-mark-current-read-and-unread-as-read)
10371 (gnus-summary-mark-unread-as-ticked): Doc fix.
10372 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10373
10374 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10375
10376 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10377 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10378
10379 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10380
10381 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10382 yes-or-no-p.
10383
10384 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
10385
10386 * mm-decode.el (mm-add-meta-html-tag): New function.
10387 (mm-save-part-to-file, mm-pipe-part): Use it.
10388
10389 * gnus-art.el (gnus-article-browse-delete-temp-files):
10390 Use gnus-y-or-n-p instead of y-or-n-p.
10391 (gnus-article-browse-html-parts): Work with message/external-body; use
10392 mm-add-meta-html-tag.
10393
10394 2007-12-11 Glenn Morris <rgm@gnu.org>
10395
10396 * gnus-cache.el: Require gnus-sum not just when compiling.
10397
10398 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10399
10400 * gnus-int.el (gnus-server-opened, gnus-status-message):
10401 Move definitions before use.
10402
10403 * mm-decode.el: Require gnus-util.
10404 (mm-remove-part): Only call delete-annotation on XEmacs.
10405
10406 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10407
10408 * nnmail.el: Require gnus-int.
10409
10410 * spam.el: Move `require's before `eval-when-compile's.
10411
10412 * gnus-ems.el (gnus-alive-p):
10413 * gnus-fun.el (message-goto-eoh):
10414 * gnus-util.el (gnus-group-name-decode):
10415 * mail-source.el (gnus-compress-sequence):
10416 * message.el (Info-goto-node, format-spec):
10417 * mm-bodies.el (message-options-get):
10418 * mm-decode.el (mm-view-pkcs7):
10419 * mm-util.el (gmm-write-region):
10420 * mml-smime.el (mml-compute-boundary)
10421 (gnus-completing-read-with-default):
10422 * mml.el (widget-button-press, gnus-make-hashtable):
10423 * mml1991.el (mm-decode-content-transfer-encoding)
10424 (mm-encode-content-transfer-encoding)
10425 (message-options-get, message-options-set):
10426 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10427 * nnfolder.el (gnus-request-group):
10428 * nnheader.el (ietf-drums-unfold-fws):
10429 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10430 * smime.el (gnus-run-mode-hooks):
10431 * spam-stat.el (gnus-message): Autoload.
10432
10433 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10434 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10435 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10436 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10437 Add declare-function compatibility definition.
10438
10439 * gnus-cache.el (nnvirtual-find-group-art):
10440 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10441 (gnus-add-image, gnus-add-wash-type):
10442 * gnus-group.el (nnkiboze-score-file):
10443 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10444 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10445 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10446 (message-tokenize-header, gnus-get-buffer-create)
10447 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10448 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10449 * gnus.el (gnus-group-decoded-name):
10450 * mail-source.el (imap-capability):
10451 * mm-bodies.el (message-options-set):
10452 * mm-decode.el (gnus-configure-windows):
10453 * mm-extern.el (message-goto-body):
10454 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10455 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10456 (epg-sub-key-validity, message-options-set):
10457 * mml.el (widget-event-point, gnus-configure-windows):
10458 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10459 * mml2015.el (epg-check-configuration, epg-configuration)
10460 (message-options-set):
10461 * nndb.el (nndb-request-article):
10462 * nnfolder.el (gnus-request-create-group):
10463 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10464 * nnmaildir.el (gnus-group-mark-article-read):
10465 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10466 * rfc1843.el (message-fetch-field):
10467 * spam.el (gnus-extract-address-components):
10468 Declare as functions.
10469
10470 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10471
10472 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10473
10474 2007-12-09 Glenn Morris <rgm@gnu.org>
10475
10476 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10477
10478 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10479 * message.el, mm-view.el, sieve-manage.el, smime.el:
10480 Add declare-function compatibility definition.
10481
10482 * gnus-art.el (w3-region, w3m-region, Info-menu):
10483 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10484 * gnus-sum.el (gnus-get-predicate):
10485 * gnus-util.el (mm-append-to-file, w32-focus-frame):
10486 * message.el (mail-abbrev-in-expansion-header-p):
10487 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10488 (w3m-detect-meta-charset, w3m-region):
10489 * sieve-manage.el (password-read, password-cache-add)
10490 (password-cache-remove):
10491 * smime.el (password-read-and-add): Declare as functions.
10492
10493 2007-12-08 David Kastrup <dak@gnu.org>
10494
10495 * gnus-sum.el (gnus-summary-simplify-subject-query):
10496 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10497 `message'.
10498
10499 2007-12-07 Glenn Morris <rgm@gnu.org>
10500
10501 * gnus-art.el (article-make-date-line): Revert previous change.
10502
10503 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10504
10505 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10506
10507 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
10508
10509 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10510 Call gnus-add-to-range ranges only once with a prepared article-list.
10511
10512 2007-12-06 Paul Jarc <prj@po.cwru.edu>
10513
10514 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10515 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10516 group names with backslashes.
10517 Reported by Tassilo Horn <tassilo@member.fsf.org>.
10518
10519 2007-12-06 Deepak Goel <deego3@gmail.com>
10520
10521 * gnus-art.el (article-make-date-line):
10522 * gnus-start.el (gnus-load):
10523 * pop3.el (pop3-read-response): Fix buggy call to `error'.
10524
10525 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10526
10527 * gnus-art.el (gnus-use-idna)
10528 * gnus-start.el (gnus-site-init-file)
10529 * message.el (message-use-idna)
10530 * mm-uu.el (mm-uu-hide-markers)
10531 * smiley.el (smiley-style): Revert changes that suppress warnings.
10532
10533 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10534
10535 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10536 specify charset to html source.
10537 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10538
10539 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10542 idna-program in order to suppress byte compile warning issued by XEmacs
10543 that came to byte compile the default value section of defcustom forms
10544 recently.
10545
10546 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10547 value of installation-directory.
10548
10549 * message.el (message-use-idna): Don't directly refer to the value of
10550 idna-program.
10551
10552 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10553
10554 * smiley.el (smiley-style): Don't directly call face-attribute.
10555
10556 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
10557
10558 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10559
10560 * gnus-dired.el: Reduce Gnus dependencies.
10561 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10562 Don't require. Use autoloads instead.
10563 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10564 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10565 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10566 (gnus-dired-mode): Adjust doc string.
10567 (gnus-dired-mail-mode): New variable.
10568 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10569 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10570 (gnus-dired-mail-buffers): New function. Return mail or message
10571 composition buffers.
10572 (gnus-dired-attach): Use it.
10573 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10574 NO-DECODE.
10575 (gnus-dired-print): Use `gnus-print-buffer' depending on
10576 `gnus-dired-mail-mode'.
10577
10578 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10579
10580 * rfc2047.el (rfc2047-encoded-word-regexp)
10581 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10582 explaining what regexp patterns are for.
10583
10584 2007-12-04 Glenn Morris <rgm@gnu.org>
10585
10586 * password.el: Move to ../password-cache.el.
10587
10588 * mml1991.el (password-read, password-cache-add, password-cache-remove):
10589 * mml2015.el (password-read, password-cache-add, password-cache-remove):
10590 * mml-smime.el (password-read, password-cache-add)
10591 (password-cache-remove):
10592 No need to autoload, since mml-sec requires password.
10593
10594 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10595 * message.el (gnus-extract-address-components):
10596 * mml-smime.el (gnus-extract-address-components): Define for compiler.
10597
10598 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10599 password.
10600
10601 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10602
10603 * mailcap.el: Reduce dependencies.
10604 (mail-header-parse-content-type): Autoload.
10605 (mailcap-delete-duplicates): New alias.
10606 (mailcap-mime-info): Add optional argument NO-DECODE.
10607 (mailcap-mime-types): Use mailcap-delete-duplicates.
10608
10609 * message.el (message-ignored-supersedes-headers): Add "X-ID".
10610
10611 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10612
10613 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10614 function.
10615
10616 * gnus-uu.el (gnus-uu-decode-yenc): New command.
10617 (gnus-uu-yenc-article): New function.
10618
10619 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10620
10621 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10622
10623 2007-12-02 Glenn Morris <rgm@gnu.org>
10624
10625 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10626 Move to ../net.
10627
10628 * binhex.el, uudecode.el: Move to ../mail.
10629
10630 * encrypt.el: Remove file.
10631
10632 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
10633
10634 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10635 matches on patches.
10636
10637 * gnus-art.el (gnus-article-browse-html-article):
10638 Mention `mm-text-html-renderer' in the doc string.
10639
10640 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10641 string. Add comments.
10642
10643 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10644 if rhs is ASCII.
10645
10646 2007-12-01 Glenn Morris <rgm@gnu.org>
10647
10648 * dig.el, dns.el: Move to ../net.
10649 * format-spec.el, hex-util.el, sha1.el: Move to ../.
10650
10651 * mail-source.el (top-level): Require format-spec before
10652 eval-when-compile.
10653
10654 2007-11-30 Glenn Morris <rgm@gnu.org>
10655
10656 * encrypt.el: Require password, rather than autoloading password-read.
10657
10658 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
10659
10660 * gnus.el (gnus-method-to-server): Add an optional parameter so the
10661 caller can indicate whether the cache should be disregarded for this
10662 call. This way the result of the call is reproducible at all times and
10663 can be considered a canonical server name for the supplied method.
10664 (gnus-agent-method-p): Canonicalize server names by pushing their
10665 method through `gnus-method-to-server' using the no-cache argument.
10666
10667 * gnus-srvr.el (gnus-server-insert-server-line):
10668 Call `gnus-method-to-server' with `no-cache' argument.
10669
10670 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10671 gnus-agent-possibly-synchronize-flags as this should be called when the
10672 server is actually being opened.
10673 (gnus-agent-possibly-synchronize-flags)
10674 (gnus-agent-possibly-synchronize-flags-server): Move check for the
10675 flags file of an agentized server to the latter function.
10676
10677 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10678 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10679 after a connection has been established successfully.
10680
10681 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
10682
10683 * gnus-art.el (article-display-face): Force to display face if called
10684 interactively; check if gnus-article-x-face-too-ugly matches author.
10685 (article-display-x-face): Display face even if From header is missing
10686 as article-display-face does.
10687
10688 2007-11-28 Richard Stallman <rms@gnu.org>
10689
10690 * md4.el: Move to ../.
10691 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10692
10693 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
10694
10695 * mail-source.el (mail-sources): Default to fetch from file for
10696 compatibility with default of nnmail-spool-file.
10697
10698 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
10699
10700 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10701 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10702 to look for encoded word that should be encoded again.
10703 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10704 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10705 encoding pattern.
10706 (rfc2047-decode-region): Switch strict regexp and loose one according
10707 to rfc2047-allow-irregular-q-encoded-words.
10708
10709 2007-11-26 Simon Josefsson <simon@josefsson.org>
10710
10711 * imap.el: Move to ../net directory.
10712
10713 2007-11-25 Romain Francoise <romain@orebokech.com>
10714
10715 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10716
10717 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10718
10719 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10720 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10721
10722 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10723 `nnmail-spool-file'.
10724
10725 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10726 `nnmail-spool-file'.
10727
10728 * gnus-move.el (gnus-change-server): Ditto.
10729
10730 * gnus-kill.el (gnus-batch-score): Ditto.
10731
10732 * gnus-cache.el (gnus-jog-cache): Ditto.
10733
10734 * gnus-msg.el (gnus-summary-reply):
10735 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10736
10737 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10738
10739 * gnus-cache.el (gnus-cache-generate-nov-databases):
10740 Use nnml-generate-nov-databases-directory instead of
10741 nnml-generate-nov-databases-1.
10742
10743 2007-11-24 Glenn Morris <rgm@gnu.org>
10744
10745 * message.el (message-tool-bar-retro): Update for rename
10746 mail_send.xpm->mail-send.xpm.
10747
10748 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10749
10750 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10751 `smime-ldap-search' for Emacs 22 and up.
10752
10753 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10754
10755 * hashcash.el: Move to ../mail directory.
10756
10757 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10758
10759 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10760 `smime-ldap-search' for Emacs 22 and up.
10761
10762 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10765
10766 * message.el (message-send-mail-function): Fix error convention.
10767 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10768 (message-widen-reply, message-send-mail, message-talkative-question)
10769 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10770 (message-clone-locals, message-send-news): Use with-current-buffer.
10771 (message-insert-or-toggle-importance): Remove unused var `valid'.
10772 (message-make-references): Remove unused var `new-references'.
10773 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10774
10775 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10776
10777 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10778 (spam-split-symbolic-return-positive): Reflow docstring.
10779 (spam-backends, spam-summary-exit-behavior)
10780 (spam-mark-ham-unread-before-move-from-spam-group)
10781 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10782 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10783 (spam-clear-cache, spam-backend-check, spam-install-backend)
10784 (spam-install-statistical-backend, spam-list-of-processors)
10785 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10786 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10787 (spam-check-crm114, spam-initialize, spam-unload-hook):
10788 Fix typos in docstrings.
10789
10790 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10791
10792 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10793 been checked if they have never been read and those group levels are
10794 higher than the one that a user specified.
10795
10796 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10797
10798 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10799 foreign groups unless a group level is specified by a user.
10800 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10801
10802 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10803
10804 * message.el (message-send-mail-function): Require sendmail.
10805
10806 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10807
10808 * message.el (message-send-mail-function): Check for smtpmail too.
10809
10810 * utf7.el (utf7-encode, utf7-decode): Use coding system
10811 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10812
10813 * message.el (message-send-mail-function): New function.
10814 (message-send-mail-function): Set default using
10815 message-send-mail-function. Adjust doc string.
10816 (message-send-mail-with-mailclient): New function.
10817
10818 2007-11-17 Richard Stallman <rms@gnu.org>
10819
10820 * assistant.el: Remove file.
10821
10822 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10823
10824 * smime.el (from):
10825 * rfc2047.el (message-posting-charset):
10826 * qp.el (mm-use-ultra-safe-encoding):
10827 * pop3.el (parse-time-months):
10828 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10829 * nnml.el (files):
10830 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10831 (jka-compr-compression-info-list, ange-ftp-path-format)
10832 (efs-path-regexp):
10833 * nndiary.el (files):
10834 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10835 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10836 (epg-digest-algorithm-alist, inhibit-redisplay)
10837 (password-cache-expiry):
10838 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10839 (pgg-output-buffer, password-cache-expiry):
10840 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10841 (efs-path-regexp):
10842 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10843 (inhibit-redisplay):
10844 * mm-uu.el (file-name, start-point, end-point, entry)
10845 (gnus-newsgroup-name, gnus-newsgroup-charset):
10846 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10847 (latin-unity-ucs-list):
10848 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10849 (mm-uu-binhex-decode-function):
10850 * message.el (gnus-message-group-art, gnus-list-identifiers)
10851 (rmail-enable-mime-composing, gnus-local-organization)
10852 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10853 (gnus-read-active-file, facemenu-add-face-function)
10854 (facemenu-remove-face-function, gnus-article-decoded-p)
10855 (tool-bar-mode):
10856 * mail-source.el (display-time-mail-function):
10857 * gnus-util.el (nnmail-pathname-coding-system)
10858 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10859 (gnus-original-article-buffer, gnus-user-agent)
10860 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10861 (xemacs-codename, sxemacs-codename, emacs-program-version):
10862 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10863 * gnus-start.el (gnus-agent-covered-methods)
10864 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10865 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10866 (gnus-newsgroup-headers, gnus-group-list-mode)
10867 (gnus-group-mark-positions, gnus-newsgroup-data)
10868 (gnus-newsgroup-unreads, nnoo-state-alist)
10869 (gnus-current-select-method, mail-sources)
10870 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10871 (nnmail-spool-file, gnus-cache-active-hashtb):
10872 * gnus-mh.el (mh-lib-progs):
10873 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10874 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10875 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10876 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10877 (gnus-group-buffer):
10878 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10879 (font-lock-set-defaults):
10880 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10881 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10882 (gnus-summary-post-menu, total-parts, type, condition, length):
10883 * gnus-agent.el (gnus-agent-read-agentview):
10884 * flow-fill.el (show-trailing-whitespace):
10885 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10886 eval-and-compile wrappers for byte compiler pacifiers.
10887
10888 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10889 (mm-display-inline-fontify): Check for featurep 'xemacs not
10890 extent-list.
10891
10892 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10893 itimer-list.
10894 (mm-create-image-xemacs): Only do something for XEmacs.
10895 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10896
10897 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10898
10899 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10900 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10901
10902 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10903
10904 * nnimap.el (nnimap-split-download-body):
10905 * gnus-demon.el (gnus-demon):
10906 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10907
10908 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10909
10910 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10911 New macros.
10912 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10913 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10914 copy data from unibyte buffer to multibyte current buffer.
10915 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10916 to copy data from unibyte current buffer to multibyte buffer.
10917 (nntp-make-process-buffer): Make process buffer unibyte.
10918
10919 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10920
10921 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10922
10923 * pop3.el (pop3-open-server): Accept and process data more robustly at
10924 connexion start to avoid spurious "POP SSL connexion failed" errors.
10925
10926 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10927
10928 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10929 read group names.
10930
10931 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10932
10933 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10934
10935 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10936
10937 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10938 (nnmail-save-active): Use a unibyte buffer when saving active file,
10939 which may contain non-ASCII group names.
10940
10941 * nnml.el (nnml-request-group): Decode group names in messages.
10942
10943 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10944
10945 * message.el (message-citation-line-function)
10946 (message-insert-formatted-citation-line): Fix spelling of
10947 `message-insert-formated-citation-line'.
10948
10949 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10950
10951 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10952
10953 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10954
10955 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10956 nnmail-pathname-coding-system.
10957
10958 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10959 that a user enters; decode group names in messages.
10960
10961 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10962
10963 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10964
10965 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10966
10967 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10968
10969 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10970 risky local variable.
10971
10972 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10973
10974 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10975
10976 * encrypt.el: Improve documentation to fix function name typo.
10977 Reported by Daiki Ueno <ueno@unixuser.org>.
10978
10979 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10980
10981 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10982 even if the point is not in the last page of an article.
10983 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10984 back to the previous page.
10985
10986 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10987
10988 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10989
10990 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10991
10992 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10993
10994 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * message.el (message-check-news-body-syntax):
10997 Avoid mm-string-as-multibyte.
10998 (message-hide-headers): Don't assume (point-min)==1.
10999
11000 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11001
11002 * message.el (message-remove-blank-cited-lines): Fix if remove is
11003 given.
11004 (message-bogus-address-regexp): New variable.
11005 (message-bogus-recipient-p): New function.
11006 (message-check-recipients): New command.
11007 (message-syntax-checks): Add `bogus-recipient'.
11008 (message-fix-before-sending): Add `bogus-recipient'.
11009
11010 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11011 (gnus-treat-body-boundary): Don't test window-system.
11012
11013 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
11014
11015 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11016
11017 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11018
11019 * gnus.el: Bump version to Gnus v5.13.
11020
11021 2007-10-28 Miles Bader <miles@gnu.org>
11022
11023 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11024 at compile-time too.
11025
11026 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11027
11028 * gnus-msg.el (gnus-message-setup-hook):
11029 Add `message-remove-blank-cited-lines' to options.
11030
11031 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11032
11033 * message.el (message-remove-blank-cited-lines): New function.
11034 Suggested by Karl Plästerer.
11035
11036 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11037
11038 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11039 mapc.
11040
11041 * imap.el (imap-open): Replace mapcar called for effect with mapc.
11042 (top-level): Use mapc to set functions to be traced for debugging.
11043
11044 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11045 called for effect with while loop.
11046
11047 * message.el (message-talkative-question): Replace mapcar called for
11048 effect with mapc.
11049
11050 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11051 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11052 called for effect with dolist.
11053
11054 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11055
11056 * nndiary.el: Use dolist instead of mapcar to add diary headers to
11057 gnus-extra-headers and nnmail-extra-headers.
11058
11059 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11060 called for effect with dolist.
11061 (top-level): Use mapc to set functions to be traced for debugging.
11062
11063 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11064 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11065 dolist.
11066
11067 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11068 Replace mapcar called for effect with mapc.
11069 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11070 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11071 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11072 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11073
11074 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11075 remove-if that's a cl function.
11076
11077 * webmail.el (webmail-debug): Replace mapcar called for effect with
11078 dolist.
11079
11080 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
11081
11082 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11083 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11084 with while loop.
11085
11086 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11087 functions from article-* functions.
11088 (gnus-multi-decode-header): Replace mapcar called for effect with
11089 dolist.
11090
11091 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11092 (gnus-bookmark-show-details): Replace mapcar called for effect with
11093 while loop.
11094
11095 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11096 called for effect with while loop.
11097
11098 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11099 with dolist.
11100
11101 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11102 Replace mapcar called for effect with dolist.
11103
11104 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11105
11106 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11107 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11108 Replace mapcar called for effect with dolist.
11109 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11110 mapc.
11111
11112 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11113 Replace mapcar called for effect with dolist.
11114 (gnus-topic-list): Replace mapcar called for effect with mapc.
11115
11116 * gnus.el: Use mapc instead of mapcar to add autoloads.
11117
11118 2007-10-23 Richard Stallman <rms@gnu.org>
11119
11120 * gnus-group.el (gnus-group-highlight): Mark as risky.
11121
11122 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
11123
11124 * gnus.el (gnus-server-to-method): Return method found first in
11125 gnus-newsrc-alist.
11126
11127 * gnus-art.el (gnus-article-highlight-signature)
11128 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11129 button overlay without the front stickiness.
11130
11131 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
11132
11133 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11134 overview buffer needed a catch to receive its throw.
11135 (gnus-agent-flush-cache): Declare as interactive to make this function
11136 easier to use.
11137
11138 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11139
11140 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11141 `next-line'.
11142
11143 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
11144
11145 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11146 exclude address matching message-dont-reply-to-names.
11147
11148 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11149
11150 * gnus-util.el (gnus-string<): New function.
11151
11152 * gnus-sum.el (gnus-article-sort-by-author)
11153 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11154
11155 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11156
11157 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11158 the frame-focus tag is set in gnus-buffer-configuration.
11159
11160 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11161
11162 * gnus-art.el (gnus-article-add-button): Make a button overlay without
11163 the front stickiness.
11164
11165 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11166
11167 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11168 url pattern; remove duplicate one.
11169 (gnus-article-extend-url-button): New function.
11170 (gnus-article-add-buttons): Use it.
11171 (gnus-button-push): Use concatenated url that it makes.
11172
11173 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
11174
11175 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11176 (sieve-manage-open): Use `mapc' instead of `mapcar'.
11177
11178 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11179
11180 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11181 Don't hardcode point-min==1.
11182
11183 2007-09-30 David Kastrup <dak@gnu.org>
11184
11185 * gnus-art.el (gnus-article-reply-with-original)
11186 (gnus-article-followup-with-original): When `transient-mark-mode' is
11187 off, refrain from active-region behavior for followups.
11188
11189 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
11190
11191 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11192 Fix comment about "iso8859-1".
11193
11194 2007-10-08 Daiki Ueno <ueno@unixuser.org>
11195
11196 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11197 ones returned from the verify-function.
11198
11199 * mm-uu.el (mm-uu-pgp-signed-extract-1):
11200 Call mml2015-extract-cleartext-signature if extraction failed.
11201
11202 2007-10-07 Daiki Ueno <ueno@unixuser.org>
11203
11204 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11205 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11206 failed.
11207
11208 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11209
11210 * Relicense "GPLv2 or later" files to "GPLv3 or later".
11211
11212 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11213
11214 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11215 to mark a thread as expirable. Add variable `hide' to handle hiding of
11216 thread for both the null and zero (kill/expire thread) universal prefix
11217 cases.
11218 (gnus-summary-expire-thread): Add new function to expire a thread,
11219 using gnus-summary-kill-thread.
11220 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11221 shortcuts for gnus-summary-expire-thread.
11222 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11223 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
11224
11225 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11226
11227 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11228 extras value, so an extras entry can be deleted.
11229 (gnus-registry-delete-extra-entry): Use it.
11230 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11231 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11232 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11233 storage through the gnus-registry, and provide an appropriate API for
11234 it.
11235
11236 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11237
11238 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11239 Suggested by Leo <sdl.web@gmail.com>.
11240
11241 * gnus.el: Do.
11242
11243 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11244
11245 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11246 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
11247
11248 * gnus-agent.el (gnus-agent-fetch-headers): Do.
11249
11250 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11251 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11252
11253 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11254
11255 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11256 newline.
11257 (nnmbox-request-accept-article): Don't change article in source buffer;
11258 narrow to header to use message-fetch-field rather than
11259 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11260 (nnmbox-request-replace-article): Quote lines that'll be misidentified
11261 as delimiters; make sure article ends with newline.
11262 (nnmbox-delete-mail): Correct last position of article to be deleted;
11263 ignore X-Gnus-Newsgroup header in article body.
11264 (nnmbox-save-mail): Quote lines looking like delimiters at the right
11265 positions; make sure article ends with newline.
11266
11267 * message.el (message-display-abbrev): Don't infloop when a user
11268 inserts SPC in the beginning of header.
11269
11270 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
11271
11272 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11273 list of groups not followed by default. Fix type to be regexp.
11274 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11275
11276 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
11277
11278 * hmac-def.el (define-hmac-function): Switch from old-style to
11279 new-style backquotes.
11280
11281 * md4.el (md4-make-step): Likewise.
11282
11283 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11284
11285 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11286 raw-text coding system when saving .newsrc file, which may contain
11287 non-ASCII group names.
11288
11289 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11290
11291 * gnus-cus.el (gnus-score-extra): New widget.
11292 (gnus-score-extra-convert): New function.
11293 (gnus-score-customize): Use it for Extra.
11294
11295 2007-08-31 Daiki Ueno <ueno@unixuser.org>
11296
11297 * mml2015.el (mml2015-extract-cleartext-signature): New function.
11298 (mml2015-mailcrypt-clear-verify): Use it.
11299 (mml2015-gpg-clear-verify): Use it.
11300 (mml2015-pgg-clear-verify): Use it.
11301 (mml2015-epg-clear-verify): Replace the current part with the output
11302 from GnuPG; don't extract the plaintext by itself.
11303
11304 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11305 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11306 mml2015-clear-verify-function; don't touch the armor headers or
11307 dash-escaped text here.
11308
11309 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11310
11311 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11312 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11313 parts, or application/octet-stream as a last resort.
11314 (gnus-mime-view-part-as-type): Don't toggle display.
11315 (gnus-mime-view-part-as-charset): Don't turn off display before
11316 querying charset.
11317
11318 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11319 stuff to undisplayer function in Emacs.
11320 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11321
11322 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11323 text/calendar parts.
11324
11325 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11326
11327 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11328 decoding text/calendar parts.
11329
11330 * message.el (message-forward-make-body-mime): Always mark body as
11331 having no illegible text; remove signed-or-encrypted argument.
11332 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11333
11334 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11335 (mml-generate-mime-1): Don't encode body if it is specified to be in
11336 raw form; don't make buffer be unibyte when inserting multibyte string.
11337
11338 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * sha1.el: Fix up comment style.
11341 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11342 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11343
11344 * hex-util.el: Fix up comment style.
11345 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11346
11347 * gnus-salt.el: Use with-current-buffer.
11348 (gnus-pick-setup-message): Fix long-standing typo.
11349
11350 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
11351
11352 * imap.el (imap-logout-timeout): New variable.
11353 (imap-logout, imap-logout-wait): New functions.
11354 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11355
11356 * nnimap.el (nnimap-logout-timeout): New server variable.
11357 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11358 nnimap-logout-timeout.
11359
11360 * gnus-art.el (gnus-article-summary-command-nosave)
11361 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11362
11363 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus.el (gnus-maximum-newsgroup): New variable.
11366
11367 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11368 according to gnus-maximum-newsgroup.
11369
11370 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11371 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11372 Limit the range of articles according to gnus-maximum-newsgroup.
11373
11374 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
11375
11376 * gnus-art.el (gnus-sticky-article): Fix problems described in
11377 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
11378 Don't perform gnus-configure-windows here; reuse existing sticky
11379 article buffer.
11380
11381 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11382 it doesn't exist in gnus-article-mode.
11383
11384 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
11385
11386 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11387 (gnus-agent-decoded-group-name): New function.
11388 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11389 (gnus-agent-expire-group-1): Use it; decode group name in messages.
11390
11391 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
11392
11393 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11394 Add binding for gnus-sticky-article.
11395 (gnus-summary-exit): Don't kill sticky article buffers.
11396
11397 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11398 article buffer.
11399 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11400 (gnus-kill-sticky-article-buffers): New commands.
11401
11402 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
11403
11404 * nntp.el (nntp-xref-number-is-evil): New server variable.
11405 (nntp-find-group-and-number): If it is non-nil, don't trust article
11406 numbers in the Xref header.
11407
11408 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11409
11410 * gnus-agent.el (gnus-agent-read-group): New function.
11411 (gnus-agent-flush-group, gnus-agent-expire-group)
11412 (gnus-agent-regenerate-group): Use it.
11413 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11414 nnmail-pathname-coding-system.
11415
11416 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11417
11418 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11419
11420 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11421 that are unread as unread, and also as selected so that information of
11422 marks having been changed by a user may be updated when exiting group.
11423
11424 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11425
11426 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11427
11428 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
11429
11430 * gnus-art.el (gnus-mime-display-single): Pass part number that is
11431 calculated ignoring signature parts to gnus-treat-article.
11432
11433 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11434
11435 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11436 a point here in order to keep the window start.
11437 (gnus-insert-mime-security-button): Make a button overlay without the
11438 front stickiness.
11439 (gnus-mime-display-security): Goto the end of a button.
11440
11441 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11442
11443 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11444
11445 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11446 group-name-at-point.
11447 (gnus-group-completing-read): New function that offers decoded
11448 non-ASCII group names for completion.
11449 (gnus-fetch-group, gnus-group-read-ephemeral-group)
11450 (gnus-group-jump-to-group, gnus-group-make-group-simple)
11451 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11452 (gnus-group-fetch-control): Use it.
11453 (gnus-fetch-group): Use group-name-at-point for the initial value
11454 rather than the default value; use gnus-alive-p.
11455
11456 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11457 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11458 (gnus-summary-post-news): Use gnus-group-completing-read.
11459
11460 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11461 (gnus-read-move-group-name): Decode group name for completion.
11462
11463 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
11464
11465 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11466 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11467 Yamaoka slightly modified the code).
11468
11469 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11470
11471 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11472 (nnmail-split-incoming): Bind it.
11473
11474 * nnml.el (nnml-group-name-charset): New function.
11475 (nnml-decoded-group-name): Use it; don't decode group name if
11476 nnmail-group-names-not-encoded-p is non-nil.
11477 (nnml-encoded-group-name): New function.
11478 (nnml-group-pathname): Inline nnml-decoded-group-name.
11479 (nnml-request-expire-articles): Decode group name in message.
11480 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11481 nnmail-pathname-coding-system.
11482 (nnml-save-mail, nnml-active-number): Work with decoded group names and
11483 not decoded ones according to nnmail-group-names-not-encoded-p.
11484 (nnml-generate-active-info): Use nnml-encoded-group-name.
11485
11486 2007-08-08 Glenn Morris <rgm@gnu.org>
11487
11488 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11489 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11490 doc-strings and comments.
11491
11492 2007-07-25 Glenn Morris <rgm@gnu.org>
11493
11494 * Relicense all FSF files to GPLv3 or later.
11495
11496 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11497
11498 * gnus-sum.el (gnus-summary-move-article):
11499 Make gnus-summary-respool-article work.
11500
11501 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
11502
11503 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11504 string.
11505
11506 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
11507
11508 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
11509 that should be ignored when comparing distant RSS articles with local
11510 ones.
11511 (nnrss-make-hash-index): New function. Create a hash index according
11512 to the ignored fields.
11513 (nnrss-check-group): Use it.
11514
11515 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11516
11517 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11518
11519 * gnus-art.el (article-decode-group-name): Decode Xref header too.
11520
11521 * gnus-group.el (gnus-group-make-group): Encode group name here unless
11522 the new optional argument ENCODED is non-nil.
11523 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11524 coding system for encoding group name.
11525 (gnus-group-make-rss-group): Pass un-encoded group name to
11526 gnus-group-make-group.
11527 (gnus-group-set-info): Tell gnus-group-make-group that group name is
11528 encoded.
11529
11530 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11531 Encode group name to which articles are moved or copied.
11532 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11533 coding system for encoding Newsgroup, Followup-To and Xref headers.
11534
11535 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11536 marks; use nnheader-file-coding-system to write a file.
11537 (nnagent-retrieve-headers): Bind file-name-coding-system to
11538 nnmail-pathname-coding-system.
11539
11540 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11541
11542 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11543 (nnml-request-article, nnml-request-create-group)
11544 (nnml-request-rename-group, nnml-find-id)
11545 (nnml-possibly-change-directory, nnml-possibly-create-directory)
11546 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11547 (nnml-save-marks): Use nnml-group-pathname instead of
11548 nnmail-group-pathname.
11549
11550 (nnml-request-create-group, nnml-request-expire-articles)
11551 (nnml-request-move-article, nnml-request-delete-group)
11552 (nnml-deletable-article-p, nnml-possibly-create-directory)
11553 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11554 (nnml-open-marks): Bind file-name-coding-system to
11555 nnmail-pathname-coding-system.
11556
11557 (nnml-request-article): Pass server argument to nnml-find-group-number.
11558 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11559 Pass server argument to nnml-possibly-create-directory.
11560 (nnml-request-accept-article): Pass server argument to
11561 nnml-active-number and nnml-save-mail.
11562 (nnml-find-group-number): Pass server argument to nnml-find-id.
11563 (nnml-request-update-info): Pass server argument to
11564 nnml-marks-changed-p.
11565
11566 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11567 (nnml-save-mail, nnml-active-number): Add server argument.
11568
11569 (nnml-request-delete-group): Warn if group is missing.
11570 (nnml-get-nov-buffer): Decode group name.
11571 (nnml-generate-active-info): Encode group name.
11572 (nnml-open-marks): Decode group name in messages.
11573
11574 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11575
11576 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11577 if it is not specified.
11578 (gnus-article-pipe-part, gnus-article-save-part)
11579 (gnus-article-interactively-view-part, gnus-article-copy-part)
11580 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11581 (gnus-article-inline-part, gnus-article-save-part-and-strip)
11582 (gnus-article-replace-part, gnus-article-delete-part)
11583 (gnus-article-view-part-as-type): Pass raw prefix argument to
11584 gnus-article-part-wrapper.
11585
11586 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
11587
11588 * gnus-agent.el (gnus-agent-save-active):
11589 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11590
11591 * gnus-cache.el (gnus-cache-save-buffers)
11592 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11593 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11594 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11595 (gnus-cache-braid-nov, gnus-cache-braid-heads)
11596 (gnus-cache-generate-active, gnus-cache-rename-group)
11597 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11598 (gnus-cache-update-overview-total-fetched-for):
11599 Bind file-name-coding-system to nnmail-pathname-coding-system.
11600 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11601 New variables.
11602 (gnus-cache-decoded-group-name): New function.
11603 (gnus-cache-file-name): Use it.
11604 (gnus-cache-generate-active): Use non-decoded group name for active.
11605
11606 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11607 right place.
11608 (gnus-write-active-file): Don't break non-ASCII group names.
11609
11610 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11611 nnmail-pathname-coding-system.
11612
11613 * gnus-uu.el (gnus-uu-decode-save): Typo.
11614
11615 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11616
11617 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11618
11619 2007-07-14 David Kastrup <dak@gnu.org>
11620
11621 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11622 finishing actions if we did not edit the article.
11623
11624 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11625
11626 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11627 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11628 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11629 (gnus-agent-flush-group, gnus-agent-flush-cache)
11630 (gnus-agent-fetch-headers, gnus-agent-load-alist)
11631 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11632 (gnus-agent-retrieve-headers, gnus-agent-request-article)
11633 (gnus-agent-regenerate-group)
11634 (gnus-agent-update-files-total-fetched-for)
11635 (gnus-agent-update-view-total-fetched-for):
11636 Bind file-name-coding-system to nnmail-pathname-coding-system.
11637 (gnus-agent-group-pathname): Don't encode file names by
11638 nnmail-pathname-coding-system.
11639 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11640 coding-system-for-write instead of buffer-file-coding-system to
11641 gnus-agent-file-coding-system.
11642
11643 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11644 Decode group name.
11645
11646 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11647
11648 * gnus-start.el (gnus-update-active-hashtb-from-killed)
11649 (gnus-read-newsrc-el-file): Make group names unibyte.
11650
11651 * nnmail.el (nnmail-group-pathname): Don't encode file names by
11652 nnmail-pathname-coding-system.
11653
11654 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11655 (nnrss-request-delete-group): Bind file-name-coding-system to
11656 nnmail-pathname-coding-system.
11657 (nnrss-read-server-data, nnrss-read-group-data):
11658 Bind file-name-coding-system correctly.
11659 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11660
11661 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11662 (nntp-server-to-method-cache): New variable.
11663 (nntp-group-pathname): New function that decodes non-ASCII group names.
11664 (nntp-possibly-create-directory, nntp-marks-changed-p)
11665 (nntp-save-marks, nntp-open-marks): Use it.
11666 (nntp-possibly-create-directory, nntp-open-marks):
11667 Bind file-name-coding-system to nnmail-pathname-coding-system.
11668 (nntp-open-marks): Decode group names when bootstrapping marks.
11669
11670 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11671 Newsgroups and Folowup-To headers.
11672
11673 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11674
11675 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11676 (gnus-server-closed-face, gnus-server-denied-face)
11677 (gnus-server-offline-face): Remove variable.
11678 (gnus-server-font-lock-keywords): Use faces that are not aliases.
11679
11680 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11681 of modifying message-stack directly for XEmacs.
11682
11683 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11684 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11685 if the coding-system argument is nil for XEmacs.
11686
11687 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11688 mm-charset-override-alist.
11689
11690 * rfc2047.el: Don't require base64; require rfc2045 for the function
11691 rfc2045-encode-string.
11692 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11693 to quote the parameter value.
11694
11695 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
11696
11697 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11698 form in gnus-group-name-charset-method-alist.
11699
11700 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11701 overrides the default layout edit-form.
11702
11703 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11704
11705 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11706
11707 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
11708
11709 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11710 as unfetched articles.
11711
11712 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
11713
11714 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11715
11716 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11717
11718 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11719 original back end that keeps marks in the local system.
11720
11721 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
11722
11723 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11724 arg of pop-to-buffer for XEmacs.
11725 (gnus-article-read-summary-keys): Ditto; don't restore window
11726 configuration if summary command ends up with neither article buffer
11727 nor summary buffer; describe bindings if summary keys end with C-h.
11728
11729 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11730
11731 * message.el (message-fix-before-sending): Skip raw message part to be
11732 forwarded while checking illegible text.
11733 (message-forward-make-body-mime, message-forward-make-body):
11734 Mark signed or encrypted raw message as having no illegible text.
11735
11736 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11737
11738 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11739 (gnus-message-with-timestamp-1): New macro.
11740 (gnus-message-with-timestamp): New function.
11741 (gnus-message): Use them.
11742
11743 * nnheader.el (nnheader-message): Use them.
11744
11745 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
11746
11747 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11748 .newsrc.eld file.
11749
11750 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11751
11752 * gnus-agent.el (gnus-agent-fetch-headers)
11753 (gnus-agent-retrieve-headers):
11754 Bind gnus-decode-encoded-address-function to identity.
11755
11756 * nntp.el (nntp-send-xover-command): Recognize an xover command is
11757 available also when the server returns simply a dot.
11758
11759 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11760
11761 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11762
11763 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11764
11765 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11766
11767 * gnus-ems.el (gnus-x-splash): Make it work.
11768
11769 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11770 from being used.
11771
11772 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11773
11774 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11775 the front stickiness.
11776 (gnus-article-summary-command-nosave): Correct the order of the
11777 arguments passed to pop-to-buffer.
11778 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11779 summary command ends up with the article buffer.
11780
11781 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11782 the same faces.
11783
11784 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11785
11786 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11787
11788 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11789
11790 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11791 * gnus-sum.el (gnus-summary-highlight):
11792 * mail-source.el (mail-source-delete-old-incoming-confirm):
11793 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11794
11795 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11796
11797 * gnus-art.el (gnus-mime-view-part-externally)
11798 (gnus-mime-view-part-internally): Fix predicate function passed to
11799 completing-read.
11800
11801 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11802
11803 * gnus.el (gnus-update-message-archive-method): Add :version.
11804
11805 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11806
11807 * gnus.el (gnus-update-message-archive-method): New variable.
11808
11809 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11810 according to gnus-message-archive-method if
11811 gnus-update-message-archive-method is non-nil.
11812
11813 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11814
11815 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11816 Suggested by Loic Dachary <loic@dachary.org>.
11817 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11818
11819 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11820
11821 * message.el (message-pop-to-buffer): Add switch-function argument.
11822 (message-mail): Pass switch-function argument to it.
11823
11824 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11825
11826 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11827 Improve doc string.
11828
11829 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11830
11831 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11832 (gnus-header-content)
11833 * gnus-cite.el (gnus-cite-10)
11834 * gnus-srvr.el (gnus-server-closed)
11835 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11836 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11837 (gnus-group-mail-3-empty, gnus-group-mail-low)
11838 (gnus-group-mail-low-empty, gnus-splash)
11839 * message.el (message-header-to, message-header-cc)
11840 (message-header-subject, message-header-other, message-header-name)
11841 (message-header-xheader, message-separator, message-cited-text)
11842 (message-mml): Lighten colors of faces used for dark background.
11843
11844 2007-05-24 Simon Josefsson <simon@josefsson.org>
11845
11846 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11847 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11848
11849 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * message.el (message-narrow-to-headers-or-head):
11852 Ignore mail-header-separator in the body.
11853
11854 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11855
11856 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11857 same as window size.
11858
11859 2007-05-22 Kevin Ryde <user42@zip.com.au>
11860
11861 * message.el (message-font-lock-keywords): Use message-header-xheader
11862 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11863 ahead of the anything pattern, to get it recognised.
11864
11865 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11866
11867 * gnus-sum.el (gnus-articles-to-read)
11868 (gnus-summary-insert-old-articles): Don't truncate group name for
11869 `read-string'.
11870
11871 * gnus-util.el (gnus-limit-string): Delete this function.
11872
11873 * gnus-sum.el (gnus-simplify-subject-fully):
11874 Use `truncate-string-to-width' instead.
11875
11876 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11877
11878 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11879 Tell if, on summary exit, the next group has to be selected.
11880 (gnus-summary-exit): Use it.
11881
11882 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11883
11884 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11885 non-break space.
11886
11887 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11888
11889 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11890 Check if group is not a directory.
11891 (nnfolder-request-expire-articles): Don't delete articles if the target
11892 group is not available.
11893
11894 * nnml.el (nnml-request-create-group): Properly check if group is not a
11895 file.
11896 (nnml-request-expire-articles): Don't delete articles if the target
11897 group is not available.
11898
11899 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11900 Don't quote characters that are within parentheses.
11901
11902 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11903
11904 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11905 (gnus-handle-ephemeral-exit): Select article according to it.
11906
11907 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11908
11909 * message.el (message-insert-formated-citation-line): Remove newline.
11910 (message-citation-line-format): Add final \n here so that the user can
11911 avoid a blank line.
11912
11913 2007-05-03 Dan Christensen <jdc@uwo.ca>
11914
11915 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11916 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11917 Update lanl/arXiv support.
11918
11919 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11920
11921 * gnus.el: Bump version number.
11922
11923 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11924
11925 * gnus.el (gnus-version-number): Bump version.
11926
11927 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11928
11929 * gnus.el: No Gnus v0.6 is released.
11930
11931 2007-04-27 Didier Verna <didier@xemacs.org>
11932
11933 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11934 * gmm-utils.el (gmm-regexp-concat): ... here.
11935 * message.el: Don't require 'gnus-util.
11936 (message-dont-reply-to-names): Handle name change above.
11937 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11938
11939 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11940
11941 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11942 since the initial value varies according to the system.
11943
11944 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11945
11946 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11947
11948 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11949
11950 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11951
11952 2007-04-24 Didier Verna <didier@xemacs.org>
11953
11954 Improve the type of gnus-ignored-from-addresses.
11955 * gnus-util.el (gnus-orify-regexp): New function.
11956 * message.el (gnus-util): Require it.
11957 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11958 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11959 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11960
11961 2007-04-24 Didier Verna <didier@xemacs.org>
11962
11963 * gnus-sum.el:
11964 * gnus-utils.el: Fix some trailing whitespaces.
11965
11966 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11967
11968 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11969 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11970 article's Message-ID; refer parent article in summary buffer.
11971
11972 * message.el (message-bounce): Call mime-to-mml.
11973
11974 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11975
11976 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11977
11978 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11979
11980 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11981 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11982 displayed of multipart/alternative part if it is invoked from summary
11983 buffer.
11984
11985 * mm-view.el (mm-inline-text-html-render-with-w3m)
11986 (mm-inline-text-html-render-with-w3m-standalone)
11987 (mm-inline-render-with-function): Use mail-parse-charset by default.
11988
11989 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11990
11991 * parse-time.el (parse-time-string-chars): Check if CHAR
11992 is less than the length of parse-time-syntax.
11993
11994 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11995
11996 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11997 from gnus-newsgroup-processable.
11998
11999 2007-04-16 Didier Verna <didier@xemacs.org>
12000
12001 * gnus-msg.el (gnus-configure-posting-styles):
12002 Handle message-signature-directory properly with :file syntax.
12003 Reported by "Leo".
12004
12005 2007-04-11 Didier Verna <didier@xemacs.org>
12006
12007 New user option: message-signature-directory.
12008 * gnus-msg.el (gnus-configure-posting-styles): Support it.
12009 * message.el (message-insert-signature): Ditto.
12010 * message.el (message-signature-file): Doc update.
12011 * message.el (message-signature-directory): New.
12012
12013 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
12014
12015 * gnus-msg.el (gnus-inews-yank-articles):
12016 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12017
12018 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
12019
12020 * message.el (message-yank-original): Make sure cited text ends with
12021 newline; don't exchange point and mark.
12022
12023 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
12024
12025 * tls.el (open-tls-stream): Properly handle case where there
12026 is no associated buffer.
12027
12028 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
12029
12030 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12031 message-yank-original, make sure (< mark TEXT point).
12032
12033 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12034
12035 * message.el (message-fill-column): New variable.
12036 (message-mode): Use it. Add comment on a possible new hook.
12037
12038 * nnmail.el (nnmail-spool-file): Mark as obsolete.
12039 (nnmail-get-new-mail): Reformat.
12040
12041 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12042
12043 * gmm-utils.el: Fix Commentary.
12044 (gmm-tool-bar-from-list): Fix typo in doc string.
12045
12046 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
12047
12048 * message.el (message-yank-original): Don't switch point and mark
12049 unnecessarily to put point and mark as documented.
12050
12051 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12052
12053 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12054 from the message heads.
12055
12056 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
12057
12058 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12059 article buffer does not have a window. This may not be the best
12060 solution but is certainly better than setting the start of the null,
12061 that is the current, window.
12062
12063 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12064
12065 * gnus-draft.el (gnus-draft-setup-hook): New hook.
12066 (gnus-draft-setup): Run it.
12067
12068 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12069 gnus-score-fast-scoring. Allow regexp.
12070 (gnus-score-headers): Use it.
12071
12072 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12073 XEmacs.
12074
12075 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12076 string.
12077 (gnus-button-alist): Also catch `<f1> k ...'.
12078 (gnus-treat-display-x-face): Fix doc string.
12079
12080 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12081
12082 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12083 evaluation of gnus-extended-version to ensure correct generation of the
12084 User-Agent header when message-generate-headers-first is used.
12085
12086 2007-03-24 Simon Josefsson <simon@josefsson.org>
12087
12088 * hashcash.el (hashcash-generate-payment-async): Don't crash if
12089 hashcash-path is nil. Don't call callback with incorrect number of
12090 parameters if val is 0.
12091
12092 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12093
12094 * message.el (message-required-news-headers):
12095 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12096
12097 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12098
12099 * message.el (message-generate-new-buffers): Change the meaning of the
12100 nil value; add `standard' to the choices; treat t as `unique'; improve
12101 doc string.
12102 (gnus-select-frame-set-input-focus): Autoload.
12103 (message-buffer-name): Search for the existing message buffer if
12104 message-generate-new-buffers is nil or `standard'; treat the value t of
12105 message-generate-new-buffers as `unique'.
12106 (message-pop-to-buffer): Raise the frame already displaying the message
12107 buffer; clear the echo area after querying.
12108 (message-setup): Pass the `continue' argument to compose-mail.
12109 (message-mail): Prefer `switch-function' if it is given; search for the
12110 existing message buffer if the `continue' argument is non-nil; pass
12111 continue and switch-function arguments to compose-mail by way of
12112 message-setup.
12113 (message-mail-other-window): Adjust argument of message-setup.
12114 (message-mail-other-frame): Ditto.
12115
12116 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12117
12118 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12119 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12120 to turn font-lock on when turning gnus-message-citation-mode on.
12121
12122 2007-03-06 Daiki Ueno <ueno@unixuser.org>
12123
12124 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12125 (mml-smime-function-alist): New variable; add epg as the backend.
12126 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12127 mml-smime- functions instead.
12128 * mm-view.el: Require smime.
12129
12130 2007-03-05 Didier Verna <didier@xemacs.org>
12131
12132 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12133 instead of just inheritance for posting styles.
12134 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12135
12136 2007-02-24 John Paul Wallington <jpw@pobox.com>
12137
12138 * tls.el (tls-certtool-program): Fix custom type.
12139
12140 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12141
12142 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12143 and point-at-eol instead of line-(beginning|end)-position.
12144
12145 * assistant.el (assistant-parse-buffer): Ditto.
12146
12147 2007-02-28 Daiki Ueno <ueno@unixuser.org>
12148
12149 * mml2015.el (mml2015-epg-find-usable-key): New function.
12150 (mml2015-epg-sign): Use it.
12151 (mml2015-epg-encrypt): Use it.
12152
12153 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12154
12155 * message.el (message-make-in-reply-to): Quote name containing
12156 non-ASCII characters. It will make the RFC2047 encoder cause an error
12157 if there are special characters. Reported by NAKAJI Hiroyuki
12158 <nakaji@jp.freebsd.org>.
12159
12160 2007-02-27 Didier Verna <didier@xemacs.org>
12161
12162 Include the group parameters as well as the topic ones in the
12163 inheritance filter process.
12164 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12165 argument GROUP-PARAMS-LIST.
12166 * gnus-topic.el (gnus-group-topic-parameters): Use it.
12167
12168 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12169
12170 * nntp.el (nntp-never-echoes-commands)
12171 (nntp-open-connection-functions-never-echo-commands): New variables.
12172 (nntp-send-command): Use them.
12173
12174 2007-02-20 Daiki Ueno <ueno@unixuser.org>
12175
12176 * mml2015.el (mml2015-epg-verify): Simplify.
12177
12178 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12179
12180 * mml.el (mml-content-disposition-alist): New user option.
12181 (mml-content-disposition): New function.
12182 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12183 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12184
12185 2007-02-19 Daiki Ueno <ueno@unixuser.org>
12186
12187 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12188 verification.
12189
12190 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12191
12192 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12193 articles posted in the last 24 hours.
12194
12195 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
12196
12197 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12198
12199 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
12200
12201 * nntp.el (nntp-send-command): Don't wait for echoes when
12202 nntp-open-ssl-stream is used.
12203
12204 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12205
12206 * gnus-cite.el (gnus-test-font-lock-add-keywords)
12207 (gnus-message-add-citation-keywords)
12208 (gnus-message-remove-citation-keywords): Remove.
12209 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12210 directly, make the variables in font-lock-defaults buffer-local, add
12211 gnus-message-citation-keywords to them and then update the value of
12212 font-lock-keywords.
12213
12214 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
12215
12216 * message.el (message-cite-original-1): Don't call
12217 gnus-article-highlight-citation.
12218
12219 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12220 citations; fix line count.
12221
12222 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12223
12224 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12225 (gnus-message-add-citation-keywords)
12226 (gnus-message-remove-citation-keywords): Use it; fix the emulating
12227 versions of font-lock-add-keywords and font-lock-remove-keywords to
12228 work with XEmacs correctly.
12229
12230 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12231
12232 * gnus-cite.el (gnus-cite-face-list): Set the values of
12233 gnus-message-max-citation-depth and gnus-message-citation-keywords.
12234 (gnus-message-max-citation-depth): Use defvar rather than defconst.
12235 (gnus-message-cite-prefix-regexp): New variable.
12236 (gnus-message-search-citation-line): Use it; protect against long
12237 citation prefix; fill match data with nil rather than 0 for XEmacs; set
12238 the 0th match data for Emacs.
12239 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12240 (gnus-message-add-citation-keywords): Append keywords rather than
12241 prepending; emulate font-lock-add-keywords if it is not available.
12242 (gnus-message-remove-citation-keywords):
12243 Emulate font-lock-remove-keywords if it is not available.
12244
12245 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12246
12247 * message.el (message-cite-prefix-regexp): Set the value of
12248 gnus-message-cite-prefix-regexp.
12249
12250 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12251
12252 * nnweb.el (nnweb-google-parse-1): Update parser.
12253
12254 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
12255
12256 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12257
12258 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12259
12260 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12261 regexp.
12262
12263 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12264
12265 * uudecode.el (uudecode-string-to-multibyte): New function emulating
12266 string-to-multibyte.
12267 (uudecode-decode-region-internal): Use it.
12268
12269 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12270
12271 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12272 Fix custom choice.
12273
12274 * gnus-art.el (gnus-signature-limit): Fix custom choice.
12275
12276 2007-01-22 Daiki Ueno <ueno@unixuser.org>
12277
12278 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12279
12280 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12281 `write-region' to respect `mm-inhibit-file-name-handlers'.
12282
12283 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
12284
12285 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12286 Use gnus-home-directory instead of "~/" or "$HOME".
12287
12288 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
12289
12290 * encrypt.el (encrypt-insert-file-contents): Add better prompt
12291 to mention filename.
12292 Add comments at beginning regarding usage.
12293 (encrypt-write-file-contents): Change interactive so a string is
12294 acceptable. If the file has no associated model, show an error instead
12295 of a nonsense prompt.
12296
12297 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12298
12299 * spam.el (spam-bsfilter-ham-switch): Fix typo.
12300 Thanks to Yoshihiko Yamada for kind notification of this typo.
12301
12302 2007-01-12 Kenichi Handa <handa@m17n.org>
12303
12304 * uudecode.el (uudecode-decode-region-internal): Make it work in a
12305 multibyte buffer.
12306
12307 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
12308
12309 * gnus-score.el (gnus-score-fast-scoring): New variable.
12310 (gnus-score-headers): Use it.
12311
12312 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12313
12314 * message.el (message-cite-original-1):
12315 Call gnus-article-highlight-citation if requested.
12316 (message-make-from): Allow name and address as optional arguments.
12317
12318 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12319
12320 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12321 bugs to doc string.
12322 (gnus-button-alist): Add mid\\|message-id.
12323 (gnus-button-fetch-group): Extend for use in
12324 `browse-url-browser-function'.
12325 (gnus-button-url-regexp): Try to catch paired parentheses like in
12326 Wikipedia URLs.
12327
12328 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12329 Suggested by Simon Krahnke <overlord@gmx.li>.
12330
12331 2007-01-13 Romain Francoise <romain@orebokech.com>
12332
12333 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12334 Update copyright.
12335
12336 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
12337
12338 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12339
12340 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12341
12342 * gnus-registry.el (gnus-registry-unfollowed-groups)
12343 (gnus-registry-split-fancy-with-parent): Fix documentation.
12344
12345 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12346
12347 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12348 from nnweb groups.
12349
12350 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12351
12352 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12353 Xref urls. Erase buffer before requesting head.
12354
12355 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12356
12357 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12358
12359 * gnus-soup.el (gnus-soup): New custom group. Make user variables
12360 customizable.
12361
12362 2007-01-05 Daiki Ueno <ueno@unixuser.org>
12363
12364 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12365 no signing key is found.
12366 (mml2015-epg-encrypt): Ask user whether to skip or abort if
12367 no encrypting and/or signing key is found.
12368
12369 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12370
12371 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12372
12373 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12374
12375 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12376 headers read from disk with the ones newly found in the current search.
12377 This should no longer cause problems, because the article numbers in
12378 Gmane's `nov.php' output are ignored since the previous change.
12379
12380 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12381
12382 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12383
12384 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12385
12386 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12387
12388 2007-01-01 Romain Francoise <romain@orebokech.com>
12389
12390 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12391
12392 2006-12-31 Steve Youngs <steve@sxemacs.org>
12393
12394 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12395 `define-minor-mode' macro definition expanded properly.
12396 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12397 exclude it there.
12398
12399 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12400 of 2006-12-30. The default is nil on (S)XEmacs already because of the
12401 `fboundp' test.
12402 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12403 This is OK to autoload in (S)XEmacs now.
12404
12405 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12406
12407 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12408 keystroke.
12409 (gnus-summary-limit-to-singletons): Fix typo.
12410
12411 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12412 else fails.
12413
12414 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12415
12416 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12417 docstring.
12418
12419 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12420 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12421 (gnus-summary-insert-dormant-articles): Fix typo in message.
12422
12423 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
12424
12425 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12426 nil for XEmacs.
12427 (gnus-message-citation-mode): Don't autoload in XEmacs.
12428
12429 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12430
12431 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
12432
12433 * nnimap.el (nnimap-expunge-search-string):
12434 Mention nnimap-search-uids-not-since-is-evil in docstring.
12435
12436 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12437
12438 * spam.el: Revert to make-obsolete-variable because
12439 define-obsolete-variable-alias is not supported in Emacs 21.
12440
12441 * spam.el (spam-ifile-path, spam-ifile-database-path)
12442 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12443 make-obsolete-variable.
12444 (spam-bsfilter-path, spam-bsfilter-program)
12445 (spam-spamassassin-path, spam-spamassassin-program)
12446 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12447 Don't use "path" inappropriately.
12448 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12449 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12450 variable names.
12451
12452 2006-12-28 Daiki Ueno <ueno@unixuser.org>
12453
12454 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12455 summary buffer.
12456
12457 * password.el (password-cache-remove): Use clear-string to burn
12458 password, if available.
12459
12460 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12461
12462 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12463
12464 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12465
12466 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12467 (gnus-message-highlight-citation): Move defcustom here from
12468 gnus-cite.el.
12469 (gnus-message-citation-mode): Autoload.
12470
12471 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
12472 checks to make it compile with XEmacs.
12473 (gnus-message-citation-mode): New minor mode.
12474 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12475 (gnus-message-highlight-citation): New variables.
12476 (gnus-message-search-citation-line)
12477 (gnus-message-add-citation-keywords)
12478 (gnus-message-remove-citation-keywords)
12479 (turn-on-gnus-message-citation-mode)
12480 (turn-off-gnus-message-citation-mode): New functions.
12481
12482 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
12483
12484 * gnus-cite.el: Enable highlighting of different citation levels in
12485 message-mode.
12486
12487 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12488
12489 * message.el (message-make-fqdn): Fix comment.
12490 (message-bogus-system-names): Add ".local".
12491
12492 * spam.el (spam-ifile-path, spam-ifile-program)
12493 (spam-ifile-database-path, spam-ifile-database)
12494 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12495 Don't use "path" inappropriately.
12496 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12497 strings.
12498 (spam-check-ifile, spam-ifile-register-with-ifile)
12499 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12500 Use new variable names.
12501
12502 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12503 (gnus-treat-display-smileys): Simplify using
12504 gnus-image-type-available-p.
12505
12506 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12507 available.
12508
12509 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12510
12511 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12512 one after turning on the buffer's multibyteness instead of decoding
12513 them directly in the unibyte buffer that causes unexpected conversion
12514 in Emacs 23 (unicode).
12515
12516 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12517
12518 * message.el (message-generate-hashcash): Fix custom type.
12519
12520 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12521
12522 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12523
12524 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12525
12526 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12527 disconnect icons. Add help text.
12528
12529 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
12530
12531 * spam.el (spam-extra-header-to-number): CRM114 spam score is
12532 negated to be consistent with the others we handle.
12533
12534 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12535
12536 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12537 version of gnus-summary-buffer to something, so that we can use two
12538 article buffers at the same time.
12539
12540 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
12541
12542 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12543 trigger all the extra headers.
12544 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12545 sorting.
12546
12547 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12548
12549 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12550 solid groups.
12551
12552 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * legacy-gnus-agent.el: Add Copyright notice.
12555
12556 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
12557
12558 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12559
12560 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12561
12562 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12563
12564 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12565 to make it work reliably in CVS Emacs.
12566 (gnus-summary-limit-strange-charsets-predicate)
12567 (gnus-summary-limit-to-predicate): New functions.
12568
12569 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
12570
12571 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12572 specifying array size.
12573 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12574 array if it is too small.
12575 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12576 (gnus-sort-threads-loop): New function.
12577
12578 2006-12-06 Chris Moore <dooglus@gmail.com>
12579
12580 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12581 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12582
12583 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
12584
12585 * mm-url.el (mm-url-predefined-programs): Call curl with correct
12586 options.
12587
12588 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12589
12590 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12591 DOS-ing the recipient.
12592
12593 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12594 the headers when creating the mapping to avoid mismappings.
12595 (nnweb-gmane-create-mapping): Always nix out old mapping.
12596
12597 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12598
12599 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12600 and mm-verify-option to never.
12601
12602 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12603
12604 * message.el (message-signed-or-encrypted-p): New function.
12605 (message-forward-make-body): Use it.
12606
12607 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12608 Replace encode-coding-string with mm-encode-coding-string.
12609
12610 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
12611
12612 * nneething.el (nneething-decode-file-name):
12613 Replace decode-coding-string with mm-decode-coding-string.
12614
12615 * gnus-int.el (gnus-open-server): Say failed server's name.
12616
12617 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
12618
12619 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12620 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12621
12622 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12623 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12624 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12625 (gnus-group-make-directory-group, gnus-group-transpose-groups):
12626 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12627 (gnus-subscribe-newsgroup, gnus-1):
12628 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12629 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12630 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12631 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12632
12633 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12634
12635 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12636 keystroke.
12637 (gnus-summary-limit-to-bodies): Implement headersp.
12638
12639 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12640
12641 * dns.el (query-dns): Protect against "Process dns deleted" strings.
12642
12643 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12644
12645 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12646
12647 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12648
12649 * message.el (message-generate-hashcash): Expand range of values to
12650 include `opportunistic'.
12651 (message-send-mail): Use it.
12652
12653 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12654
12655 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12656 and comment it.
12657
12658 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12659
12660 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
12661
12662 * gnus-util.el (gnus-extract-address-components): Improve comment.
12663
12664 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12665
12666 * gnus-util.el (gnus-extract-address-components): Work with address in
12667 which the name portion contains @.
12668
12669 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12670
12671 * gnus.el (gnus-start): Move custom group up.
12672 (gnus-select-method): Don't autoload, but make it available for
12673 `customize-variable'.
12674 (gnus-getenv-nntpserver): Don't autoload.
12675
12676 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
12677
12678 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12679
12680 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12681
12682 * message.el (message-sendmail-extra-arguments): New variable.
12683 (message-send-mail-with-sendmail): Use it.
12684
12685 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12686
12687 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12688 mm-with-unibyte-current-buffer to make string unibyte.
12689
12690 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12691 mm-string-as-multibyte.
12692
12693 2006-11-14 Daiki Ueno <ueno@unixuser.org>
12694
12695 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12696 Reported by Werner Koch <wk@gnupg.org>.
12697
12698 2006-11-14 Daiki Ueno <ueno@p360>
12699
12700 * mml2015.el: Autoload epa-select-keys when compiling.
12701
12702 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12703
12704 * mml2015.el (mml2015-epg-sign): Save the signing keys in
12705 message-options.
12706 (mml2015-epg-encrypt): Save the recipient keys in message-options.
12707
12708 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12709
12710 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12711 EasyPG (< 0.0.6).
12712 (mml2015-always-trust): New user option.
12713 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12714 prompt.
12715
12716 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12717
12718 * nntp.el (nntp-authinfo-force): New variable.
12719 (nntp-send-authinfo): Use it.
12720
12721 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
12722
12723 * message.el (message-strip-subject-encoded-words): Allow _not_ to
12724 decode encoded words. Improve prompt. Add comment about forwarding.
12725 (message-replacement-char): Move up.
12726
12727 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12728
12729 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12730 instead of gnus-intersection because arguments of gnus-sorted-nunion
12731 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
12732
12733 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
12734
12735 * message.el (message-strip-subject-encoded-words): Reformat prompt.
12736 (message-simplify-subject-functions):
12737 Enable message-strip-subject-encoded-words by default.
12738
12739 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
12740
12741 * message.el (message-strip-subject-encoded-words): New function.
12742 (message-simplify-subject-functions): New variable.
12743 (message-simplify-subject): Use it. Fix typo in doc string.
12744 Support message-strip-subject-encoded-words.
12745
12746 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * gnus-diary.el (gnus-diary-delay-format-function):
12749 * nndiary.el (nndiary-reminders):
12750 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12751
12752 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12753
12754 * gnus-art.el (article-hide-boring-headers): Fetch date from
12755 gnus-original-article-buffer to avoid problems with localized date
12756 strings.
12757
12758 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12759
12760 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12761
12762 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12763
12764 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12765 New variables.
12766 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12767 (mm-charset-synonym-alist): Move some entries to
12768 mm-codepage-iso-8859-list.
12769 (mm-charset-synonym-alist, mm-charset-override-alist):
12770 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12771
12772 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12773
12774 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12775
12776 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12777
12778 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12779 with Emacs 21 and XEmacs.
12780
12781 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12782
12783 * spam.el (spam-parse-address): New function for better parsing,
12784 catching errors, etc.
12785 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12786
12787 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12788
12789 * mm-view.el: Add interactive arg to html2text autoload.
12790
12791 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12792
12793 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12794
12795 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12796
12797 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12798 New variables.
12799 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12800 (mm-charset-synonym-alist): Move some entries to
12801 mm-codepage-iso-8859-list.
12802
12803 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12804
12805 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12806
12807 * message.el (message-citation-line-format)
12808 (message-insert-formated-citation-line): Fix implementation of %E, %N
12809 and %n according to the doc string.
12810
12811 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12812
12813 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12814 Use car-safe to avoid bad parses.
12815
12816 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12817
12818 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12819 names.
12820
12821 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12822
12823 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12824
12825 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12826 header.
12827
12828 * message.el (message-draft-headers): Add Date.
12829 (message-headers-to-generate): Fix typo in docstring.
12830
12831 * nndraft.el (nndraft-required-headers): New variable.
12832 (nndraft-generate-headers): Use it.
12833
12834 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12835
12836 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12837
12838 * gnus-registry.el (gnus-registry-wash-for-keywords)
12839 (gnus-registry-find-keywords): New functions to allow easy searching of
12840 articles that are in the registry.
12841
12842 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12843
12844 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12845 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12846 Reported by Damien Elmes <damien@repose.cx>.
12847
12848 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12849
12850 * gnus.el (gnus-mime): Remove unused custom group.
12851
12852 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12853
12854 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12855 "blank line" when searching for end of armor headers.
12856
12857 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12858
12859 * gmm-utils.el (gmm-write-region): Fix variable name.
12860
12861 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12862
12863 * gmm-utils.el (gmm-write-region): New function based on compatibility
12864 code from `mm-make-temp-file'.
12865
12866 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12867
12868 * nnmaildir.el (nnmaildir--update-nov)
12869 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12870 Use `gmm-write-region'.
12871
12872 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12873
12874 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12875 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12876
12877 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12878
12879 * message.el (message-replacement-char): New variable.
12880 (message-fix-before-sending): Use it.
12881 (message-simplify-subject): New function to remove duplicate code.
12882 (message-reply, message-followup): Use it.
12883
12884 * gnus-sum.el (gnus-summary-make-menu-bar):
12885 Clarify gnus-summary-limit-to-articles.
12886
12887 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12888
12889 * gnus-util.el (gnus-with-local-quit): New macro.
12890
12891 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12892
12893 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12894
12895 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12896 ignore non-string data.
12897
12898 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12899
12900 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12901 non-string data (needs to be done in the registry too).
12902
12903 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12904
12905 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12906 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12907 (gnus-registry-split-fancy-with-parent)
12908 (gnus-registry-fetch-simplified-message-subject-fast)
12909 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12910 Remove text properties on ingress into the registry and when it's saved.
12911 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12912 registry from entries with no groups.
12913
12914 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12915
12916 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12917 function to remove string properties.
12918
12919 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12920
12921 * gmm-utils.el (gmm): Adjust custom version.
12922
12923 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12924 Adjust custom version.
12925
12926 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12927
12928 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12929
12930 * gnus-art.el (gnus-insert-prev-page-button)
12931 (gnus-insert-next-page-button): Simplify. Reformat.
12932
12933 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12934
12935 * gnus-art.el (gnus-insert-prev-page-button)
12936 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12937
12938 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
12939
12940 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12941
12942 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12943
12944 * gnus-art.el (gnus-insert-mime-button)
12945 (gnus-insert-mime-security-button):
12946 Apply gnus-article-button-face to MIME and security buttons.
12947
12948 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12949
12950 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12951 readable.
12952
12953 2006-09-20 Steve Youngs <steve@sxemacs.org>
12954
12955 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12956 `browse-url-of-file' instead of `browse-url'.
12957
12958 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12959
12960 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12961 regexp. Articles containing quotation were cut prematurely.
12962
12963 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12964
12965 * message.el (message-cite-original-1): Use nobody by default for the
12966 value of From header.
12967 (message-reply): Ditto.
12968
12969 2006-09-11 Daiki Ueno <ueno@unixuser.org>
12970
12971 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12972 to the gnus-info. This fixes a bug of inline-PGP message verification.
12973 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12974
12975 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12976
12977 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12978 mails in the doc string. Add some URLs in comment.
12979 (pop3-movemail): Warn about pop3-leave-mail-on-server.
12980
12981 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12982
12983 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12984 backslashes handling and the way to find boundaries of quoted strings.
12985
12986 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12987
12988 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12989 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12990 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12991 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12992
12993 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12994
12995 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12996 doc string.
12997 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12998
12999 2006-09-06 Simon Josefsson <jas@extundo.com>
13000
13001 * mml2015.el (mml2015-use): Doc fix, mention epg.
13002
13003 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13004
13005 * mml2015.el (mml2015-use): Default to epg, if available.
13006
13007 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13008
13009 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13010 message-sender.
13011 (mml1991-epg-encrypt): Ditto.
13012 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13013 message-sender.
13014 (mml2015-epg-encrypt): Ditto.
13015
13016 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
13017
13018 * message.el (message-send-mail-with-sendmail): Look for sendmail in
13019 several common directories.
13020
13021 2006-09-05 Daiki Ueno <ueno@unixuser.org>
13022
13023 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13024 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13025
13026 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13027
13028 * gnus-art.el (article-decode-encoded-words): Make it fast.
13029
13030 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13031
13032 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13033
13034 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13035 in quoted string into `\'.
13036
13037 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13038
13039 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13040 Use standard-syntax-table.
13041
13042 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13043
13044 * gnus-art.el (gnus-decode-address-function): New variable.
13045 (article-decode-encoded-words): Use it to decode headers which are
13046 assumed to contain addresses.
13047 (gnus-mime-delete-part): Remove useless `or'.
13048
13049 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13050 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13051 (gnus-nov-parse-line): Use it to decode From header.
13052 (gnus-get-newsgroup-headers): Ditto.
13053 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13054
13055 * mail-parse.el (mail-decode-encoded-address-region): New alias.
13056 (mail-decode-encoded-address-string): New alias.
13057
13058 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13059 New function.
13060 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13061 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13062 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13063 (rfc2047-decode-string): Ditto.
13064 (rfc2047-decode-address-region): New function.
13065 (rfc2047-decode-address-string): New function.
13066
13067 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
13068
13069 * message.el (message-caesar-buffer-body): Allow rotating headers.
13070
13071 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13072
13073 * message.el (message-insert-formated-citation-line): Fix %f.
13074 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13075
13076 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
13077
13078 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13079 (gnus-bookmark-mouse-available-p): New macro.
13080 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13081 (gnus-bookmark-bmenu-show-infos): Use it.
13082 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13083 (gnus-bookmark-bmenu-hide-infos): Ditto.
13084 (gnus-bookmark-remove-properties): New function.
13085 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13086 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13087 (gnus-bookmark-write-file): Bind coding-system-for-write.
13088 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13089 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13090 group before selecting it.
13091 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13092 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13093 quit-window if it is not available; use gnus-mouse-2 and bind it to
13094 gnus-bookmark-bmenu-select-by-mouse.
13095 (gnus-bookmark-show-details): Remove unused variable `details-list'.
13096 (gnus-bookmark-bmenu-select-by-mouse): New function.
13097
13098 2006-08-13 Romain Francoise <romain@orebokech.com>
13099
13100 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13101 space.
13102
13103 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13104
13105 * compface.el (uncompface): Use binary rather than raw-text-unix.
13106
13107 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13108
13109 * compface.el (uncompface): Make sure the eol conversion doesn't take
13110 place when communicating with the external programs.
13111 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13112
13113 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
13114
13115 * nnheader.el (nnheader-insert-head): Fix typo in comment.
13116
13117 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13118
13119 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13120 Make it more robust by parsing author and date independently.
13121
13122 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13123
13124 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13125
13126 2006-07-28 Daiki Ueno <ueno@unixuser.org>
13127
13128 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13129 first matching secret key.
13130 (mml2015-epg-encrypt): Ditto.
13131
13132 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13133 first matching secret key.
13134 (mml1991-epg-encrypt): Ditto.
13135
13136 * mml2015.el (mml2015-encrypt-to-self): New user option.
13137 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13138 mml2015-epg-encrypt-to-self is set.
13139
13140 * mml1991.el (mml1991-encrypt-to-self): New variable.
13141 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13142 mml1991-epg-encrypt-to-self is set.
13143
13144 * mml2015.el (mml2015-signers): New user option.
13145 (mml2015-epg-sign): Reflect the value of mml2015-signers.
13146 (mml2015-epg-encrypt): Allow to select signing keys.
13147
13148 * mml1991.el (mml1991-signers): New variable.
13149 (mml1991-epg-sign): Reflect the value of mml1991-signers.
13150 (mml1991-epg-encrypt): Allow to select signing keys.
13151
13152 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13153
13154 * nnheader.el (nnheader-insert-head): Make it work even if the file
13155 uses CRLF for the line-break code.
13156
13157 2006-07-25 Daiki Ueno <ueno@unixuser.org>
13158
13159 * mml2015.el: Require mml-sec instead of password.
13160 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13161 (mml2015-cache-passphrase): Inherit the default value from
13162 mml-secure-cache-passphrase.
13163 (mml2015-passphrase-cache-expiry): Inherit the default value from
13164 mml-secure-passphrase-cache-expiry.
13165
13166 * mml1991.el: Require mml-sec instead of password.
13167 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13168 (mml1991-cache-passphrase): Inherit the default value from
13169 mml-secure-cache-passphrase.
13170 (mml1991-passphrase-cache-expiry): Inherit the default value from
13171 mml-secure-passphrase-cache-expiry.
13172
13173 * mml-sec.el: Require password.
13174 (mml-secure-verbose): New user option.
13175 (mml-secure-cache-passphrase): New user option.
13176 (mml-secure-passphrase-cache-expiry): New user option.
13177
13178 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
13179 Andreas Vögele <andreas@altroot.de> (tiny change)
13180
13181 * pgg-def.el (pgg-truncate-key-identifier):
13182 Truncate the key ID to 8 letters from the end.
13183
13184 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13185
13186 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13187 workaround for the url package included with Emacs.
13188
13189 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13190
13191 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13192
13193 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13194 correctly. This fixes a bug caused by the 2006-05-12 change.
13195
13196 2006-07-18 Karl Fogel <kfogel@red-bean.com>
13197
13198 * nnmail.el (nnmail-article-group): If splitting raises an error, give
13199 some information about the error when saying that the `bogus' mail
13200 group will be used.
13201
13202 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
13203
13204 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13205 string.
13206
13207 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
13208
13209 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13210
13211 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13212
13213 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13214
13215 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13216
13217 * mml1991.el (mml1991-function-alist): Add epg.
13218 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13219 (mml1991-epg-encrypt): New functions.
13220
13221 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13222
13223 * mml2015.el (mml2015-verbose): New variable.
13224 (mml2015-cache-passphrase): Ditto.
13225 (mml2015-passphrase-cache-expiry): Ditto.
13226 (mml2015-function-alist): Add epg.
13227 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13228 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13229 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13230 New functions.
13231
13232 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13233
13234 * message.el (message-cite-original-1): Preserve region when removing
13235 quoted text due to X-No-Archive in order to avoid bogus attribution
13236 when citing multiple messages.
13237
13238 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13239
13240 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13241 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13242
13243 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
13244
13245 * gnus-diary.el (gnus-user-format-function-d)
13246 (gnus-user-format-function-D): Autoload.
13247
13248 * imap.el (Commentary): Fix typo.
13249
13250 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13251 2006-04-22 contribution.
13252
13253 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13254
13255 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13256 It didn't really fix the bogosity I'm seeing with solid web groups.
13257
13258 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13259
13260 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13261 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13262 created using server names. If we use the feature without declaring
13263 it, Gnus does not properly manage server and group state.
13264
13265 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13266 bound.
13267
13268 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13269
13270 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13271 looking up the method using GROUP's prefix before inventing a new one.
13272 It is used on killed/unknown groups in various places where returning
13273 an all-new method isn't expected by the caller.
13274
13275 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13276 and match semantics of gnus-group-real-prefix.
13277
13278 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
13279
13280 * nnmail.el (nnmail-broken-references-mailers): New variable.
13281 (nnmail-ignore-broken-references): New function generalizing
13282 nnmail-fix-eudora-headers.
13283 (nnmail-fix-eudora-headers): Now obsolete.
13284
13285 * gnus-art.el (gnus-button-handle-custom):
13286 Support `customize-apropos*'.
13287
13288 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13289
13290 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13291
13292 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13293 articles.
13294
13295 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13296
13297 * message.el (message-cite-reply-above): New variable.
13298 (message-yank-original): Use it.
13299
13300 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
13301
13302 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13303
13304 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
13305
13306 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13307 as read.
13308
13309 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13310
13311 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
13312
13313 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13314 (gnus-bookmark-default-file): Use gnus-directory.
13315 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13316 Remove "*" in doc string.
13317 (gnus-bookmark-write-file): Simplify.
13318 (gnus-bookmark-maybe-sort-alist): Use `when'.
13319 (gnus-bookmark-get-bookmark): Fix typo in doc string.
13320 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13321 Add FIXME about Emacs 21 and XEmacs compatibility.
13322 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13323 compatibility.
13324 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13325 compatibility.
13326 (gnus-bookmark-menu-heading): Fix version.
13327
13328 2006-06-19 Bastien Guerry <bzg@altern.org>
13329
13330 * gnus-bookmark.el: New file.
13331
13332 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13333
13334 * message.el (message-syntax-checks): Doc fix.
13335
13336 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13337
13338 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13339 unsubscribed groups as if they were killed ones. It causes duplicate
13340 entries in gnus-newsrc-alist.
13341
13342 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13343
13344 * message.el (message-syntax-checks): Doc fix.
13345 (message-send-mail): Add check for continuation headers.
13346 (message-check-news-header-syntax): Fix regexp used to check for
13347 continuation headers.
13348
13349 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13352
13353 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
13354
13355 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13356
13357 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13358
13359 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13360 default-truncate-lines.
13361
13362 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
13363
13364 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13365 to fill the utf-8 entry.
13366
13367 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13368
13369 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13370
13371 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
13372
13373 * gnus-agent.el (directory-files-and-attributes): Move all the way
13374 forward (the third and final move).
13375 (gnus-agent-read-agentview): Trap reconstruction errors due to
13376 nonexistent directory. Handle by returning nil.
13377
13378 2006-05-30 Didier Verna <didier@xemacs.org>
13379
13380 * message.el (message-dont-reply-to-names): Update the custom type.
13381 * message.el (message-dont-reply-to-names): New defsubst: potentially
13382 convert a list of regexps into a single one.
13383 * message.el (message-get-reply-headers): Use it.
13384 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13385
13386 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13387
13388 * gnus-agent.el (directory-files-and-attributes): Move forward.
13389
13390 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13391
13392 * gnus-ml.el (gnus-mailing-list-subscribe)
13393 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13394 (gnus-mailing-list-message): Fix doc strings.
13395
13396 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13397
13398 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13399 of doing it manually.
13400
13401 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13402
13403 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13404 comment.
13405
13406 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
13407
13408 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13409 (gnus-agent-read-agentview): Fix handling of end-of-file error.
13410 (gnus-agent-read-local): All symbols allocated in my-obarray.
13411 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13412 (gnus-agent-regenerate-group): Check numeric names to see if they are
13413 messages or groups.
13414 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13415 better way of do this...)
13416
13417 * gnus-cache.el (gnus-agent-total-fetched-for):
13418 Ignore 'dummy.group' (there should be a better way of do this...)
13419
13420 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13421
13422 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13423 (gnus-saved-headers): Ditto.
13424 (gnus-default-article-saver): Mention functions may have properties.
13425 (gnus-article-save): Override gnus-save-all-headers and
13426 gnus-saved-headers by :headers property which saver function may have.
13427 (gnus-summary-save-in-file): Add :headers property.
13428 (gnus-summary-write-to-file): Ditto.
13429
13430 * gnus-sum.el (gnus-summary-save-article): Bind
13431 gnus-prompt-before-saving to t when saving many articles in a file;
13432 always show all headers.
13433
13434 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13435
13436 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13437 marks.
13438
13439 * message.el (message-indent-citation): Add optional arguments to allow
13440 using it outside of message buffers.
13441
13442 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13443 (gnus-article-treat-unfold-headers): Use it.
13444 (gnus-article-truncate-lines): New variable.
13445 (gnus-article-mode): Use it.
13446 (gnus-article-toggle-truncate-lines): New function.
13447
13448 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13449 Add gnus-article-toggle-truncate-lines.
13450
13451 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13452 coding system in XEmacs, use binary.
13453
13454 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13455
13456 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13457 after-load-alist.
13458
13459 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13460 this function should save decoded articles.
13461 (gnus-summary-write-to-file): Use property to specify this function
13462 should save decoded articles and specify gnus-summary-save-in-file
13463 should be used to save articles other than the first one when saving
13464 many articles.
13465 (gnus-summary-save-body-in-file): Use property to specify this
13466 function should save decoded articles.
13467 (gnus-summary-write-body-to-file): Use property to specify this
13468 function should save decoded articles and specify
13469 gnus-summary-save-body-in-file should be used to save articles other
13470 than the first one when saving many articles.
13471
13472 * gnus-sum.el (gnus-summary-save-article): Simplify.
13473
13474 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13475
13476 * gnus-art.el (gnus-default-article-saver):
13477 Add gnus-summary-write-body-to-file.
13478 (gnus-article-save-coding-system): Don't use coding system object
13479 in XEmacs.
13480 (gnus-read-save-file-name): Add optional `dir-var' argument which
13481 specifies directory in which files are saved; work even if optional
13482 `variable' argument is not specified.
13483 (gnus-summary-write-to-file): Read file name.
13484 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13485 (gnus-summary-write-body-to-file): New function.
13486
13487 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13488 (gnus-summary-local-variables): Add it.
13489 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13490 (gnus-summary-save-article): Remove optional `decode' argument;
13491 determine whether to decode articles by the value of
13492 gnus-default-article-saver; when saving many files using
13493 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13494 it first and use gnus-summary-save-in-file or
13495 gnus-summary-save-body-in-file thereafter unless
13496 gnus-prompt-before-saving is always; move point to article which
13497 will be saved.
13498 (gnus-summary-save-article-file): Revert.
13499 (gnus-summary-write-article-file): Revert.
13500 (gnus-summary-save-article-body-file): Revert.
13501 (gnus-summary-write-article-body-file): New function.
13502
13503 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13504
13505 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13506
13507 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13508
13509 * gnus-art.el (gnus-default-article-saver): Doc fix.
13510 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13511 from gnus-summary-save-article-coding-system, and default to a
13512 certain coding system.
13513 (gnus-output-to-file): Add coding cookie and encode text according
13514 to gnus-article-save-coding-system; don't use mm-append-to-file.
13515
13516 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13517 gnus-art.el and rename to gnus-article-save-coding-system.
13518 (gnus-summary-save-article): Require gnus-art; don't show all
13519 headers if it decodes articles; don't add coding cookie here;
13520 don't bind mm-text-coding-system-for-write.
13521 (gnus-summary-save-article-file): Save decoded articles.
13522 (gnus-summary-write-article-file): When saving many files, use
13523 gnus-summary-write-to-file first and gnus-summary-save-in-file
13524 thereafter unless gnus-prompt-before-saving is always.
13525 (gnus-summary-save-article-body-file): Save decoded articles.
13526
13527 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13528
13529 * nnrss.el (nnrss-check-group): Bind hash-index.
13530
13531 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
13532
13533 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13534 its hash index. Store this hash in `nnrss-group-data'.
13535 (nnrss-read-group-data): Update accordingly.
13536
13537 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13538
13539 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13540 entry.
13541
13542 * gnus-sum.el (gnus-summary-make-menu-bar):
13543 Add gnus-article-browse-html-article.
13544
13545 2006-05-23 Hynek Schlawack <hynek@ularx.de>
13546
13547 * gnus-sum.el (gnus-summary-mime-map):
13548 Add gnus-article-browse-html-article.
13549
13550 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13551
13552 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13553 suitable coding systems in customize.
13554
13555 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13556
13557 * mail-source.el (mail-sources): Fix custom type.
13558
13559 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13560
13561 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13562 (gnus-summary-expire-articles-now): Shorten prompt.
13563
13564 * gmm-utils.el (wid-edit): Require.
13565 (defun-gmm): Rename from `gmm-defun-compat'.
13566 (gmm-image-search-load-path): Use it.
13567 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
13568
13569 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13570
13571 * gnus-sum.el (gnus-summary-save-article-coding-system):
13572 New variable.
13573 (gnus-summary-save-article): Add optional `decode' argument.
13574 If it is set and gnus-summary-save-article-coding-system is non-nil,
13575 save decoded article.
13576 (gnus-summary-write-article-file): Save decoded article if
13577 gnus-summary-save-article-coding-system is non-nil.
13578
13579 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13580 type.
13581
13582 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13583
13584 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13585
13586 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
13587
13588 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13589 first to test gnus-single-article-buffer which may be buffer-local.
13590
13591 * gnus-sum.el (gnus-summary-setup-buffer):
13592 Make gnus-single-article-buffer buffer-local and nil in ephemeral
13593 group; make gnus-article-buffer, gnus-article-current, and
13594 gnus-original-article-buffer always buffer-local.
13595 (gnus-summary-exit): Kill article buffer belonging to ephemeral
13596 group.
13597 (gnus-handle-ephemeral-exit): Don't move to next summary line.
13598
13599 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13600
13601 * nnml.el (nnml-request-compact-group): Compressed files might not
13602 have .gz extension.
13603
13604 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13607 (mm-copy-to-buffer): Use with-current-buffer.
13608 (mm-display-part): Simplify.
13609 (mm-inlinable-p): Add optional arg `type'.
13610
13611 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13614 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13615 Try harder to show the attachment internally or externally using
13616 gnus-mime-view-part-as-type.
13617
13618 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13619
13620 * message.el (message-from-style, message-signature-separator)
13621 (message-user-organization-file, message-send-mail-function)
13622 (message-citation-line-function, message-yank-prefix)
13623 (message-indent-citation-function, message-signature)
13624 (message-signature-file, message-signature-insert-empty-line):
13625 Remove autoloads.
13626
13627 * gnus-art.el (gnus-buttonized-mime-types):
13628 Remove "multipart/signed". Revert 2006-04-26 change.
13629
13630 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13631
13632 * gnus.el (gnus-version-number): Bump version.
13633
13634 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13635
13636 * gnus.el: No Gnus v0.5 is released.
13637
13638 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13639
13640 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13641 fetching articles by message-id.
13642
13643 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13644
13645 * message.el (hashcash): Require hashcash as normal.
13646
13647 * ecomplete.el (ecomplete-highlight-match-line):
13648 Use point-at-eol.
13649 (ecomplete-highlight-match-line): Use `highlight', because that
13650 face exists in both Emacs and XEmacs.
13651
13652 * message.el (message-display-abbrev): Use point-at-bol.
13653
13654 * mail-source.el: Don't require timer/timer-funcs.
13655
13656 * gnus-async.el: Ditto.
13657
13658 * password.el: Ditto.
13659
13660 * mm-url.el: Ditto.
13661
13662 * mm-util.el: Require timer/timer-funcs.
13663
13664 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13665
13666 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13667 Close.
13668
13669 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13670
13671 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13672 unibyte after clear-decrypt function runs.
13673
13674 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13675 returns as a unibyte string.
13676
13677 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
13678
13679 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13680 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13681 (mml1991-pgg-encrypt): Ditto.
13682
13683 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
13684
13685 * message.el (message-user-organization-file): Check several
13686 locations of the organization file.
13687
13688 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13689 Add gnus-article-view-part-as-type.
13690
13691 * gnus-art.el (gnus-article-view-part-as-type): New function.
13692
13693 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13694 .mobi and .travel. Remove .nato, .bitnet and .uucp.
13695
13696 * mml.el: Simplify autoload.
13697 (mml-mode): defvar dnd-protocol-alist instead of using
13698 symbol-value.
13699 (mml-default-directory): New variable.
13700 (mml-minibuffer-read-file): Use it.
13701 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13702
13703 * message.el (message-citation-line-format): New variable.
13704 (message-insert-formated-citation-line): New function.
13705 (message-citation-line-function):
13706 Add `message-insert-formated-citation-line' to custom type.
13707
13708 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13709 to doc string.
13710
13711 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13712 depending on mm-verify-option.
13713
13714 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13715
13716 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13717 binding pgg-* variables; reimplement the section which prevents
13718 MIME header from being signed.
13719 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13720 pgg-text-mode; remove a blank line at the top of body.
13721
13722 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13723 lines at the top of body; use gnus-newsgroup-charset if there's no
13724 Charset header.
13725
13726 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13727
13728 * message.el (message-self-insert-commands): Doc fix.
13729
13730 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13731 (mm-uu-pgp-encrypted-test): Ditto.
13732 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13733 between header and body; return application/pgp-encrypted handle
13734 if decryption failed; decode decrypted body by charset.
13735
13736 * mm-decode.el (mm-automatic-display): Don't make application/pgp
13737 element match to application/pgp-*.
13738
13739 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13740
13741 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13742 HTML.
13743
13744 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13745
13746 * mail-source.el (mail-source-call-script): Message the error
13747 string.
13748
13749 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13750
13751 * gnus-util.el (gnus-byte-compile): Use it.
13752
13753 2006-04-22 xyblor <fake@invalid.email> (tiny change)
13754
13755 * gnus-util.el (kill-empty-logs): New function.
13756
13757 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13758
13759 * message.el (message-mail-alias-type): Doc fix.
13760 (message-mail-alias-type-p): New function.
13761 (message-send): Use it.
13762 (message-mode): Ditto.
13763 (message-strip-forbidden-properties): Ditto.
13764
13765 * ecomplete.el (ecomplete-database-file-coding-system):
13766 New variable.
13767 (ecomplete-save): Use it.
13768 (ecomplete-setup): Use it.
13769
13770 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13771
13772 * message.el (message-self-insert-commands): New variable.
13773 (message-strip-forbidden-properties): Use it.
13774
13775 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13776
13777 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13778 that doesn't make XEmacs choke.
13779
13780 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13781
13782 * gnus-util.el (gnus-replace-in-string):
13783 Prefer replace-regexp-in-string over of replace-in-string.
13784
13785 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13786
13787 * gnus-util.el (gnus-select-frame-set-input-focus):
13788 Use select-frame-set-input-focus if it is available in XEmacs; use
13789 definition defined in Emacs 22 for old Emacsen.
13790
13791 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13792
13793 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13794
13795 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13796
13797 * gnus-registry.el (gnus-registry-cache-save): Remove text
13798 properties when saving via the temp buffer.
13799
13800 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13801
13802 * message.el (message-generate-hashcash): Honor custom type.
13803
13804 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13805
13806 * message.el (message-generate-hashcash): Default to non-nil when
13807 hashcash is found.
13808
13809 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13810 (gnus-refer-thread-limit): Increase default to 500.
13811
13812 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13813
13814 * flow-fill.el (fill-flowed): Allow delete-space.
13815
13816 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13817
13818 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13819 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13820 Remove autoloads.
13821
13822 2006-04-18 Simon Josefsson <jas@extundo.com>
13823
13824 * message.el (message-generate-hashcash): Default to.
13825
13826 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13827
13828 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13829 concatenating segments rather than before concatenating them.
13830
13831 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13832
13833 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13834
13835 * imap.el (imap-quote-specials): New function.
13836 (imap-login-auth): Quote specials.
13837
13838 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13839
13840 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13841
13842 * message.el (message-forward-make-body-plain):
13843 Allow message-forward-ignored-headers to be a list.
13844 (message-remove-ignored-headers): Factor out into function.
13845 (message-forward-make-body-mml): Use it.
13846 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13847 (rfc2231-parse-string): Allow concatanation of parameters that
13848 aren't contiguous. The test case is
13849 (mail-header-parse-content-type "message/external-body;
13850 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13851 access-type=LOCAL-FILE;
13852 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13853
13854 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13855
13856 * nntp.el (nntp-accept-process-output): Return the value of
13857 `nnheader-accept-process-output'.
13858
13859 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13860
13861 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13862 (gnus-button-alist): Recognize more diff formats.
13863 (gnus-button-patch): Strip directory.
13864
13865 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13866
13867 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13868 Emacs 22 when setting focus.
13869
13870 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13871
13872 * gnus-art.el (gnus-article-treat-types): Do treatment of
13873 text/x-verbatim parts.
13874 (gnus-button-patch): New command.
13875
13876 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13877 addresses that contain invalid characters.
13878
13879 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13880
13881 * message.el (message-put-addresses-in-ecomplete):
13882 Use gnus-replace-in-string.
13883 (message-is-yours-p): Use the more correct
13884 mail-header-parse-address instead of
13885 mail-extract-address-components.
13886 (message-put-addresses-in-ecomplete): Fix typo.
13887
13888 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13889 keystroke.
13890
13891 * gnus-art.el (gnus-treatment-function-alist): Change order of
13892 newsgroups/generic header folding to avoid double-folding.
13893
13894 * message.el (message-hidden-headers): Add X-Draft-From.
13895
13896 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13897 New command.
13898 (gnus-summary-repeat-search-article-backward): New command.
13899
13900 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13901 groups in the parent topic.
13902
13903 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13904
13905 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13906 (spam-extra-header-to-number): Return the CRM114 number as a
13907 number instead of a string.
13908
13909 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13910
13911 * gnus-art.el (gnus-face-properties-alist): Move here from
13912 gnus-fun.
13913
13914 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13915
13916 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13917
13918 * message.el (message-strip-forbidden-properties): Only display on
13919 self-insert-command.
13920
13921 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13922 reindent.
13923 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13924
13925 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13926
13927 * smiley.el (smiley-style): Fix typo.
13928
13929 2006-03-23 Kenichi Handa <handa@m17n.org>
13930
13931 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13932 instead of set-buffer-multibyte.
13933
13934 2006-03-23 Kenichi Handa <handa@m17n.org>
13935
13936 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13937 buffer and then decode the buffer text if necessary.
13938 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13939 first, and after mm-encode-body, change the buffer to unibyte.
13940
13941 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13942
13943 * hashcash.el (hashcash-insert-payment-async-2):
13944 Use message-goto-eoh instead of doing it manually.
13945 (mail-add-payment): Use message-narrow-to-header instead of trying
13946 to do the same itself.
13947
13948 * message.el (message-hidden-headers): Add Face.
13949
13950 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13951 reparenting code.
13952 (gnus-summary-reparent-children): Refactored out code.
13953 (gnus-summary-thread-map): New keystroke.
13954 (gnus-summary-reparent-children): Make into command.
13955
13956 * smiley.el (smiley-style): Default to `medium' if using a large
13957 font.
13958
13959 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13960 does it itself.
13961
13962 * message.el (message-point-in-header-p): Simplify definition.
13963
13964 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13965
13966 * nnagent.el (nnagent-request-set-mark): Silence log file
13967 writing.
13968 (nnagent-request-set-mark): Use write-region instead of
13969 append-to-file.
13970
13971 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13972 strange select method.
13973
13974 * ecomplete.el (ecomplete-display-matches): Get highlightling
13975 right.
13976 (ecomplete-display-matches): Use literals.
13977 (ecomplete-display-matches): Disable message logging.
13978
13979 * message.el (message-display-abbrev): Small optimization.
13980
13981 * ecomplete.el (ecomplete-display-matches): Allow automatic
13982 display.
13983
13984 * message.el (message-strip-forbidden-properties):
13985 Display abbrevs.
13986 (message-display-abbrev): Get automatic display right.
13987
13988 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13989 keystrokes.
13990
13991 2006-04-13 Romain Francoise <romain@orebokech.com>
13992
13993 TODO: Backport to v5-10!
13994
13995 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13996 Move here (and rename) from gnus-registry.el.
13997
13998 * gnus-registry.el: Require gnus-util.
13999 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14000
14001 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14002
14003 * gnus-group.el (gnus-group-catchup-current):
14004 Change if-then-else-if-then-else into cond.
14005 (gnus-group-catchup): Indent.
14006 (group-name-at-point): New function.
14007 (gnus-fetch-group): Provide default from thing at point.
14008
14009 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14010
14011 * message.el (message-display-abbrev): Fix regexp.
14012
14013 * ecomplete.el (ecomplete-highlight-match-line):
14014 Reimplement choosing.
14015 (ecomplete-highlight-match-line): Fix up code rewrite, remove
14016 dead variables.
14017
14018 * message.el (message-newline-and-indent): Remove debugging.
14019 (message-display-abbrev): Use new implementation.
14020
14021 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
14022
14023 * gnus-art.el (gnus-article-mode):
14024 Set cursor-in-non-selected-windows to nil.
14025
14026 * smiley.el: Revert previous change.
14027 (smiley-data-directory): defvar it before using it in the
14028 defcustom of `smiley-style'.
14029
14030 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14031
14032 * message.el (message-newline-and-indent): New function.
14033
14034 * ecomplete.el: Implement more bits.
14035
14036 * message.el (message-put-addresses-in-ecomplete): Clean up the
14037 string.
14038
14039 * ecomplete.el (ecomplete-add-item): Chop off decimals.
14040
14041 * gnus-sum.el (gnus-summary-save-parts):
14042 Bind gnus-summary-save-parts-counter and use it to make unique file
14043 names.
14044
14045 * gnus-art.el (gnus-ignored-headers): Add some more headers.
14046
14047 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14048 parameter to say whether to actually parse the individual
14049 addresses.
14050
14051 * message.el (message-put-addresses-in-ecomplete): New function.
14052 (ecomplete): Require.
14053 (message-mail-alias-type): Add ecomplete as an option.
14054
14055 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
14056
14057 * flow-fill.el (fill-flowed): Remove trailing space from blank
14058 quoted lines.
14059
14060 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14061
14062 * smiley.el (smiley-style): Move definition later to avoid a
14063 compilation warning.
14064
14065 2006-04-12 Kenichi Handa <handa@m17n.org>
14066
14067 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14068 buffer and then decode the buffer text if necessary.
14069 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14070 first, and after mm-encode-body, change the buffer to unibyte.
14071 Use mm-disable-multibyte instead of set-buffer-multibyte.
14072
14073 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14074
14075 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14076 Content-Type header instead of Content-Disposition header.
14077 (gnus-mime-inline-part): Ditto.
14078 (gnus-mime-view-part-as-charset): Ignore charset that the part
14079 specifies.
14080
14081 * mm-decode.el (mm-display-part): Work with external parts and
14082 usual parts similarly.
14083
14084 * mm-extern.el (mm-inline-external-body): Use mm-display-part
14085 instead of gnus-display-mime.
14086
14087 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14088 instead of with-temp-buffer.
14089
14090 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14091 tag to summarized topics part in order to encode non-ASCII text.
14092
14093 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14094
14095 * smiley.el (smiley-style): New variable.
14096 (smiley-directory): New function.
14097 (smiley-data-directory): Derive from `smiley-style' using
14098 `smiley-directory'.
14099 (smiley-regexp-alist): Add new entries.
14100
14101 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14102 (gnus-article-browse-delete-temp): Add :version.
14103
14104 2006-04-11 Arne Jørgensen <arne@arnested.dk>
14105
14106 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14107 the sieve region.
14108
14109 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14110
14111 * gnus.el (gnus-version-number): Bump version.
14112
14113 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14114
14115 * gnus.el: No Gnus v0.4 is released.
14116
14117 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14118
14119 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14120 layout.
14121
14122 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14123 unknown charset.
14124
14125 * message.el (message-header-synonyms): Add Original-To to the
14126 default.
14127
14128 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14129 optional parameter.
14130
14131 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14132
14133 * gnus-fun.el (gnus): Require it for gnus-directory.
14134
14135 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14136
14137 * gnus-fun.el (gnus-face-properties-alist): Add :version.
14138
14139 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14140
14141 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14142
14143 2006-04-05 Simon Josefsson <jas@extundo.com>
14144
14145 * password.el (password-reset): New function.
14146
14147 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14148
14149 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14150 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14151
14152 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14153
14154 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14155 Some whitespace was matched into the url, which broke browsing hits
14156 > 100 when mm-url-use-external was nil.
14157
14158 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14159
14160 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14161 Check gnus-extra-headers for 'Newsgroups.
14162
14163 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14164 bound.
14165
14166 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14167
14168 * pgg-gpg.el: Clean up process buffers every time gpg processes
14169 complete.
14170
14171 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14172
14173 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14174 doc string.
14175
14176 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14177
14178 * pgg-gpg.el (pgg-gpg-process-filter)
14179 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14180
14181 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14182 lines, temporary fix.
14183
14184 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14185
14186 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14187
14188 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14189
14190 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14191 default-enable-multibyte-characters. This reverts the change from
14192 revision 6.17 which is no longer necessary because the passphrase
14193 is sent separately now. GnuPG messages are unreadable under
14194 multibyte locales with default-enable-multibyte-characters set to
14195 nil.
14196
14197 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
14198
14199 * message.el (message-tool-bar-gnome): Move "spell".
14200
14201 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
14202
14203 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14204 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
14205 instead.
14206
14207 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
14208
14209 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14210 Improve newsgroups handling for NNTP overviews which don't include
14211 Newsgroups.
14212
14213 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14214
14215 * message.el (message-resend): Bind message-generate-hashcash to nil.
14216
14217 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14218
14219 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14220 when searching for already-paid recipients.
14221
14222 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14223
14224 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14225 passphrases when it is not needed.
14226 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14227 passphrase stuff from gpg, should only be necessary when you use
14228 gpg with a smartcard.
14229
14230 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14231
14232 * mml.el (mml-insert-mime): Ignore cached contents of
14233 message/external-body part.
14234
14235 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14236 (mm-insert-part): Ditto.
14237
14238 2006-03-23 Simon Josefsson <jas@extundo.com>
14239
14240 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14241 Reiner.
14242 (pgg-gpg-use-agent-p): Use it again.
14243
14244 2006-03-23 Simon Josefsson <jas@extundo.com>
14245
14246 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14247 older emacsen.
14248 (pgg-gpg-use-agent-p): Don't use it.
14249
14250 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
14251
14252 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14253 if we can.
14254
14255 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14256
14257 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14258 (pgg-gpg-update-agent): New function.
14259 (pgg-gpg-use-agent-p): New function.
14260 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14261 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14262 (pgg-gpg-sign-region): Use it.
14263
14264 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14265
14266 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14267 Reported by Ralf Wachinger <rwachinger@gmx.de>.
14268
14269 2006-03-21 Simon Josefsson <jas@extundo.com>
14270
14271 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14272 <wilde@sha-bang.de>.
14273 (pgg-gpg-use-agent): New variable.
14274 (pgg-gpg-process-region): Use it.
14275 (pgg-gpg-encrypt-region): Likewise.
14276 (pgg-gpg-encrypt-symmetric-region): Likewise.
14277 (pgg-gpg-decrypt-region): Likewise.
14278 (pgg-gpg-sign-region): Likewise.
14279 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14280
14281 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14282
14283 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14284
14285 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14286 Add comment on version.
14287
14288 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14289
14290 * smiley.el: Add missing test smiley.
14291
14292 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14293
14294 * mm-decode.el (mm-with-part): New macro.
14295 (mm-get-part): Use it; work with message/external-body as well.
14296 (mm-save-part): Treat name and filename equally.
14297
14298 * mm-extern.el (mm-extern-cache-contents): New function.
14299 (mm-inline-external-body): Use it; force the part to be displayed;
14300 move undisplayer added to the cached handle to the parent.
14301
14302 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14303 (gnus-mime-view-part-as-type): Work with message/external-body.
14304
14305 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14306
14307 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14308
14309 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14310 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14311 Emacs.]
14312
14313 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14314
14315 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14316 path rather than symbol. Always return list of directories.
14317 Guarantee that image directory comes first. [Sync with image.el,
14318 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14319
14320 * message.el (message-make-tool-bar): Adjust to new API of
14321 `gmm-image-load-path-for-library'.
14322
14323 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14324
14325 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14326
14327 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14328
14329 * gnus-art.el (gnus-article-only-boring-p):
14330 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14331 intangible text.
14332 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14333
14334 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
14335
14336 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14337 Use `defun' instead of `gmm-defun-compat'.
14338
14339 2006-03-14 Simon Josefsson <jas@extundo.com>
14340
14341 * message.el (message-unique-id): Don't use message-number-base36
14342 if (user-uid) is a float.
14343 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14344
14345 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14346
14347 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14348
14349 * gnus-art.el (gnus-mime-display-single): Make sure there is an
14350 empty line between a part and a message part.
14351
14352 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
14353
14354 * smiley.el: Add more test smileys.
14355 (smiley-data-directory, smiley-regexp-alist)
14356 (gnus-smiley-file-types): Fix doc strings.
14357 (smiley-update-cache): Clear smiley-cached-regexp-alist before
14358 adding new elements.
14359 (smiley-mouse-map): Unused code. Make it a comment.
14360
14361 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14362
14363 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14364 scan latest NoCeM messages instead of old ones.
14365 (gnus-nocem-check-article): Fix regexps so as to match to PGP
14366 delimiters that are recently used.
14367 (gnus-nocem-load-cache): Add autoload cookie.
14368
14369 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14370
14371 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14372 level which is larger than gnus-use-nocem is specified.
14373
14374 * gnus-group.el (gnus-group-get-new-news): Ditto.
14375
14376 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14377
14378 * gnus-util.el (gnus-tool-bar-update): New function.
14379
14380 * gnus-group.el (gnus-group-update-tool-bar): New variable.
14381 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14382
14383 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14384
14385 * gnus-group.el (gnus-group-redraw-when-idle)
14386 (gnus-group-redraw-check): Remove.
14387 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14388
14389 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14390
14391 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14392 if optional last element is specified in splits (FIELD VALUE...).
14393
14394 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
14395
14396 * message.el (message-make-tool-bar): Rename gmm-image-load-path
14397 to gmm-image-load-path-for-library. Call with no-error argument.
14398 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14399
14400 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14401
14402 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14403
14404 * gmm-utils.el (gmm-image-load-path): Remove alias.
14405
14406 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
14407
14408 * gmm-utils.el (gmm-image-load-path): Add alias.
14409
14410 * nnml.el (nnml-generate-nov-databases-directory): Rename from
14411 nnml-generate-nov-databases-1.
14412 (nnml-generate-nov-databases): Use it.
14413 (nnml-generate-nov-databases-directory): Document no-active
14414 argument.
14415
14416 * gmm-utils.el (gmm-image-load-path-for-library): Return single
14417 directory if path is t. Add no-error.
14418
14419 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14420 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14421
14422 * gnus-art.el (gnus-article-browse-delete-temp-files):
14423 Simplify resetting gnus-article-browse-html-temp-list.
14424
14425 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14426 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
14427 Add example to docstring. Rename local variables. Move error
14428 checks to default case in cond and simplify.
14429
14430 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
14431
14432 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14433 handle is multipart when calling it recursively.
14434 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14435
14436 2006-03-03 Daniel Pittman <daniel@rimspace.net>
14437
14438 * nnimap.el (nnimap-request-update-info-internal): Optimize.
14439 Don't `gnus-uncompress-range' to avoid excessive memory usage.
14440
14441 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14442
14443 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14444 is loaded.
14445
14446 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14447 loaded.
14448
14449 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14450
14451 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14452 to "Emacs 23 (unicode)" in doc string.
14453
14454 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14455 "Emacs 23 (unicode)" in comment.
14456
14457 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14458
14459 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14460
14461 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14462 characters 160 through 255 in Emacs 23.
14463
14464 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14465
14466 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14467 gnus-article-browse-html-temp.
14468 (gnus-article-browse-delete-temp): Make it customizable.
14469 Add `file'. Adjust doc string.
14470 (gnus-article-browse-delete-temp-files): Add argument.
14471 Allow query for each file. Adjust doc string.
14472 (gnus-article-browse-html-parts):
14473 Add `gnus-article-browse-delete-temp-files' to
14474 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14475
14476 2006-03-02 Hynek Schlawack <hynek@ularx.de>
14477
14478 * gnus-art.el (gnus-article-browse-html-temp)
14479 (gnus-article-browse-delete-temp): New variables.
14480 (gnus-article-browse-delete-temp-files): New function.
14481 (gnus-article-browse-html-parts): Use it.
14482
14483 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14484
14485 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14486
14487 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14488 string.
14489
14490 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14491 gnus-summary-insert-new-articles when unplugged.
14492 Remove gnus-summary-search-article-forward.
14493
14494 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14495 display-visual-class instead of display-color-cells.
14496
14497 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
14498
14499 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14500 message/* containing non-ASCII text properly.
14501
14502 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
14503
14504 * message.el: Require gmm-utils, remove autoloads.
14505 (message-tool-bar): Set default based on
14506 gmm-tool-bar-style.
14507 (message-tool-bar-gnome): Add gmm-customize-mode.
14508
14509 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14510 gmm-tool-bar-style.
14511 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14512
14513 * gnus-group.el (gnus-group-tool-bar): Set default based on
14514 gmm-tool-bar-style.
14515 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14516
14517 * gmm-utils.el (gmm-image-directory): Rename variable from
14518 gmm-image-load-path.
14519 (gmm-image-load-path): Use gmm-image-directory.
14520 (gmm-customize-mode): New function.
14521 (gmm-tool-bar-style): New variable.
14522
14523 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14524 gnus-group-redraw-line-number.
14525 (gnus-group-redraw-check): Simplify.
14526 (gnus-group-tool-bar-update): Remove redraw check.
14527 (gnus-group-make-tool-bar): Add redraw check.
14528
14529 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14530
14531 * gnus-art.el (gnus-button): Add missing parentheses.
14532
14533 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14534
14535 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14536
14537 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14538
14539 * gnus-art.el (gnus-button): New face.
14540 (gnus-article-button-face): Use it.
14541
14542 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14543 Add gnus-summary-next-page. Re-order.
14544
14545 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14546 next-node are now included.
14547 (gnus-group-redraw-line-number): New internal variable.
14548 (gnus-group-redraw-check): Helper function for updating the tool
14549 bar.
14550 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14551
14552 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14553
14554 * spam.el (spam-spamassassin-score-regexp): New internal variable.
14555 (spam-extra-header-to-number, spam-check-spamassassin-headers):
14556 Use it to match format of Spamassassin 3.0 and later.
14557 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14558 (spam-check-bogofilter)
14559 (spam-bogofilter-register-with-bogofilter): Fix args of
14560 `gnus-error' calls.
14561
14562 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14563
14564 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14565 unnecessary interaction when sending queued mails.
14566 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14567
14568 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14569
14570 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14571 first or last are nil.
14572
14573 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14574
14575 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14576
14577 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14578
14579 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14580
14581 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14582
14583 * dns.el (query-dns): Protect more against buggy tcp output.
14584
14585 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14586
14587 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14588 nov.php.
14589
14590 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14591
14592 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14593 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14594 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
14595 output on the server side.
14596 (nnweb-google-create-mapping): Update regexps and add some
14597 progress indication.
14598
14599 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
14600
14601 * gnus-group.el (gnus-group-tool-bar-gnome):
14602 Fix gnus-agent-toggle-plugged. Re-order icons.
14603 (gnus-group-tool-bar-gnome):
14604 Add gnus-group-{prev,next}-unread-group.
14605 (gnus-group-tool-bar-gnome): Re-order icons.
14606
14607 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14608 Move gnus-summary-insert-new-articles.
14609
14610 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14611 Fix comments.
14612
14613 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
14614 also available in Emacs 21.3.
14615
14616 * message.el (message-fix-before-sending): Change "Emacs 22" to
14617 "Emacs 23 (unicode)" in comment.
14618
14619 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14620 "Emacs 23 (unicode)" in comment.
14621
14622 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14623 comment.
14624 (mm-coding-system-p): Add comment about no-MULE XEmacs.
14625
14626 * mm-view.el (mm-fill-flowed): Add :version.
14627
14628 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
14629
14630 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14631 and load-path.
14632
14633 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
14634
14635 * message.el: Autoload gmm-image-load-path.
14636 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14637 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
14638 consitency.
14639
14640 * gmm-utils.el (gmm-image-load-path): Also search in
14641 "../etc/images". Don't set gmm-image-load-path if we don't find
14642 the image.
14643
14644 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
14645
14646 * gmm-utils.el (gmm-image-load-path): Don't make
14647 `gmm-image-load-path' include subdirectories which the second arg
14648 `image' might specify.
14649
14650 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14651 subdirectory to icon file names.
14652
14653 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14654
14655 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14656
14657 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14658 gmm-image-load-path calls.
14659
14660 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14661
14662 * message.el (message-make-tool-bar): Ditto.
14663
14664 * mml.el (mml-preview): Add comment concerning tool bar icons.
14665
14666 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14667 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14668
14669 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14670 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14671
14672 * message.el (message-tool-bar-gnome): Use new icon names.
14673 (message-make-tool-bar): Use `gmm-image-load-path'.
14674
14675 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14676 New functions from MH-E.
14677 (gmm-image-load-path): New variable from MH-E.
14678 (gmm-image-load-path): New function from MH-E. Add arguments
14679 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
14680 *-image-load-path-called-flag.
14681
14682 2006-02-21 Milan Zamazal <pdm@brailcom.org>
14683
14684 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14685
14686 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
14687
14688 * nnimap.el (nnimap-request-move-article): Change folder back to
14689 source group before deleting.
14690
14691 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
14692
14693 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14694
14695 * gnus-art.el (mm-url-insert-file-contents-external):
14696 Autoload mm-url.
14697
14698 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14699
14700 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
14701
14702 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14703 coding system which mm-charset-to-coding-system returns for a
14704 given charset is valid.
14705
14706 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14707
14708 * html2text.el (html2text-remove-tag-list):
14709 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14710
14711 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14712
14713 * gnus-cus.el: Revert 2005-10-17 change.
14714
14715 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14716
14717 * gnus-art.el (article-strip-banner):
14718 Call article-really-strip-banner only when the regexp match is made.
14719
14720 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
14721
14722 * gnus-art.el (article-strip-banner):
14723 Use gnus-extract-address-components instead of
14724 mail-header-parse-addresses to make it work with non-ASCII text;
14725 remove mail-encode-encoded-word-string.
14726
14727 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14728 values which are surrounded with \"...\"; make it never cause a
14729 Lisp error; give up parsing of parameters if it failed in
14730 extracting type.
14731
14732 2006-02-14 Arne Jørgensen <arne@arnested.dk>
14733
14734 * smime.el (smime-cert-by-ldap-1): Fix bug where
14735 `smime-ldap-search' returns results without userCertificates.
14736
14737 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14738
14739 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14740
14741 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14742
14743 * spam.el (spam-check-spamassassin-headers): Adapt format for
14744 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
14745 <ari@mbf.ocn.ne.jp>.
14746 (spam-list-of-processors): Add spam-use-gmane.
14747
14748 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14749
14750 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14751 make-temp-file; make it work with XEmacs as well.
14752
14753 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14754 mm-make-temp-file.
14755
14756 * mm-decode.el (mm-display-external): Use the 3rd arg of
14757 mm-make-temp-file.
14758 (mm-create-image-xemacs): Ditto.
14759
14760 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14761
14762 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14763 with message-narrow-to-headers.
14764 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14765 (gnus-draft-check-draft-articles): New function.
14766 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14767
14768 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14769
14770 * gnus-art.el (gnus-article-browse-html-parts):
14771 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14772 Don't use suffix argument for mm-make-temp-file for Emacs 21
14773 compatibility. Remove useless `format'.
14774
14775 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14776
14777 * nnweb.el (nnweb-google-wash-article): Update regexps.
14778 (nnweb-group-alist): Use defvoo instead of defvar.
14779
14780 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14781
14782 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14783 re-loading nn* modules.
14784
14785 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14786
14787 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14788 for `tool-bar-mode' and don't check it's default-value.
14789
14790 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14791
14792 * message.el (message-make-tool-bar): Ditto.
14793
14794 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14795 `substring'. Shorten tmp-file name.
14796
14797 * gnus.el: Remove bogus comment.
14798
14799 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14800
14801 * gnus-art.el (gnus-article-browse-html-parts): New function.
14802 (gnus-article-browse-html-article): New function for viewing html
14803 articles with a browser.
14804
14805 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14806
14807 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14808 (mml2015-pgg-encrypt): Ditto.
14809
14810 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14811 (mml1991-pgg-encrypt): Ditto.
14812
14813 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14814
14815 * nnfolder.el (nnfolder-insert-newsgroup-line):
14816 Use message-make-date instead of current-time-string.
14817
14818 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14819 to gnus-decoded which mm-uu might set.
14820
14821 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14822
14823 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14824 don't decode quoted parameters; remove misimported Emacs code.
14825 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14826 (rfc2231-decode-encoded-string): Don't use split-string which
14827 behaves differently according to Emacs version; use
14828 mm-decode-coding-region to convert charset to coding-system.
14829 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14830 (rfc2231-encode-string): Remove misimported Emacs code.
14831
14832 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14833
14834 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14835 when calling mail-header-parse-content-type.
14836 (article-de-quoted-unreadable): Ditto.
14837 (article-de-base64-unreadable): Ditto.
14838 (article-wash-html): Ditto.
14839
14840 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14841 calling mail-header-parse-content-type and
14842 mail-header-parse-content-disposition.
14843 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14844 mail-header-parse-content-type.
14845
14846 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14847 insert charset and format parameters; encode description after
14848 inserting it to buffer.
14849 (mml-insert-parameter): Fold lines properly even if a parameter is
14850 segmented into two or more lines; change the max column to 76.
14851
14852 * rfc1843.el (rfc1843-decode-article-body): Don't use
14853 ignore-errors when calling mail-header-parse-content-type.
14854
14855 * rfc2231.el (rfc2231-parse-string): Return at least type if
14856 possible; don't cause an error even if it fails in parsing of
14857 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14858 (rfc2231-encode-string): Don't break lines at the beginning, leave
14859 it to mml-insert-parameter.
14860
14861 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14862 calling mail-header-parse-content-type.
14863
14864 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14865
14866 * spam-report.el (spam-report-gmane-use-article-number):
14867 Improve doc string.
14868 (spam-report-gmane-internal): Check if a suitable header was found
14869 in the article.
14870
14871 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14872
14873 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14874 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14875
14876 2006-02-05 Romain Francoise <romain@orebokech.com>
14877
14878 Update copyright notices of all files in the gnus directory.
14879
14880 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14881
14882 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14883
14884 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14885
14886 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14887 segmented lines of parameter value to cope with Thunderbird 1.5
14888 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14889 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14890 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14891
14892 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14893
14894 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14895 parts.
14896
14897 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14898
14899 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14900 there's only one active file for all servers.
14901 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14902 solid groups. Gnus might have used a FAST request to select the group.
14903 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14904 and nnweb-search redundantly in the active file.
14905 (nnweb-request-list): Don't list bogus groups. There can only be one.
14906 (nnweb-request-create-group): Don't use ARGS.
14907 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14908 initialisations. Let nnoo do the work.
14909
14910 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
14911
14912 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14913 Say the part has been decoded.
14914
14915 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14916
14917 2006-01-31 Kevin Ryde <user42@zip.com.au>
14918
14919 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14920 mailcap-viewer-test-cache when there's no 'test clause, since that
14921 will invert the meaning of a "nil" test previously determined by
14922 mailcap-mailcap-entry-passes-test.
14923
14924 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
14925
14926 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14927 compiling.
14928
14929 * gnus-sum.el: Ditto.
14930
14931 * message.el: Don't bind tool-bar-map when compiling.
14932
14933 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
14934
14935 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14936
14937 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14938
14939 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14940 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14941 current Google Groups.
14942
14943 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
14944
14945 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14946 and tool-bar-mode.
14947
14948 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14949 and tool-bar-mode.
14950
14951 * message.el (message-tool-bar-update): Simplify.
14952 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14953
14954 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14955 gnus-summary-buffer.
14956 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14957 gnus-summary-reply.
14958
14959 * gmm-utils.el (gmm): Add :version.
14960
14961 2006-01-26 Steve Youngs <steve@sxemacs.org>
14962
14963 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14964 Don't autoload.
14965
14966 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14967
14968 * gmm-utils.el (gmm-verbose): Add :group.
14969
14970 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
14971
14972 * message.el: Change some comments WRT tool-bars.
14973
14974 * gnus-sum.el (gnus-summary-tool-bar)
14975 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14976 (gnus-summary-tool-bar-zap-list): New variables.
14977 (gnus-summary-make-tool-bar): Complete rewrite using
14978 `gmm-tool-bar-from-list'.
14979
14980 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14981 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14982 New variables.
14983 (gnus-group-make-tool-bar): Complete rewrite using
14984 `gmm-tool-bar-from-list'.
14985 (gnus-group-tool-bar-update): New function.
14986
14987 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14988
14989 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14990
14991 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14992 is dissected into a single part of which the type is the same as
14993 the given one; decode charset.
14994
14995 2006-01-21 Kevin Ryde <user42@zip.com.au>
14996
14997 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14998 into alists as symbol not string, since that's what
14999 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15000 look for.
15001
15002 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
15003
15004 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15005 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15006
15007 * message.el (message-tool-bar-gnome): Use gmm-ignore.
15008
15009 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15010
15011 * gnus-art.el (gnus-mime-security-button-commands): New variable.
15012 (gnus-mime-security-button-menu): New definition.
15013 (gnus-mime-security-button-map): Use them.
15014 (gnus-mime-security-button-menu): New function.
15015 (gnus-insert-mime-security-button): Addition to help echo.
15016 (gnus-mime-security-run-function, gnus-mime-security-save-part)
15017 (gnus-mime-security-pipe-part): New functions.
15018
15019 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15020 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15021
15022 * mm-decode.el (mm-handle-set-disposition): Remove.
15023 (mm-handle-set-description): Remove.
15024
15025 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15026
15027 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15028 (mm-w3m-standalone-supports-m17n-p): New function.
15029 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15030 w3m usage.
15031
15032 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15033 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15034
15035 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15036
15037 * message.el (message-tool-bar-zap-list):
15038 Use gmm-tool-bar-zap-list as custom type.
15039 (message-tool-bar-update): New function.
15040 (message-tool-bar, message-tool-bar-gnome)
15041 (message-tool-bar-retro): Add message-tool-bar-update.
15042 (message-tool-bar-gnome): Add flyspell-buffer.
15043
15044 * gnus-util.el (gnus-error): Describe `args'.
15045
15046 * gmm-utils.el (gmm-error): Describe `args'.
15047 (gmm-tool-bar-zap-list): New widget.
15048 (gmm-tool-bar-from-list): Improve description of `zap-list'.
15049
15050 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15051
15052 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15053 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15054 the number of recursive calls.
15055
15056 * mm-decode.el (mm-handle-set-disposition): New macro.
15057 (mm-handle-set-description): New macro.
15058
15059 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15060
15061 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15062 encoding.
15063
15064 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15065
15066 * message.el (message-tool-bar-zap-list, message-tool-bar)
15067 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15068 (message-tool-bar-local-item-from-menu): Remove.
15069 (message-tool-bar-map): Replace by `message-make-tool-bar'.
15070 (message-make-tool-bar): New function.
15071 (message-mode): Use `message-make-tool-bar'.
15072
15073 * gmm-utils.el: New file.
15074 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15075 (gmm-lazy): New widget copied from `nnmail.el'.
15076 (gmm-tool-bar-from-list): New function for creating customizable
15077 tool bars.
15078 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
15079 output.
15080 (gmm): Add :prefix to defgroup.
15081
15082 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
15083
15084 * gmm-utils.el (gmm-widget-p): New function.
15085
15086 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15087
15088 * mml.el (mml-attach-file): Describe `description' in doc string.
15089 (mml-menu): Add Emacs MIME manual and PGG manual.
15090
15091 2006-01-20 Richard M. Stallman <rms@gnu.org>
15092
15093 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15094
15095 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
15096
15097 * nntp.el (nntp-end-of-line): Doc fix.
15098
15099 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
15100
15101 * imap.el (imap-open): Handle case where buffer is a buffer
15102 object.
15103
15104 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15105
15106 * gnus-delay.el (gnus-delay): Don't autoload.
15107 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15108 to be re-loaded when customizing the `gnus-delay' group.
15109
15110 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
15111
15112 * message.el (message-insert-citation-line): Use newlines.
15113
15114 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
15115
15116 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15117
15118 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15119
15120 2006-01-19 Mark D. Baushke <mdb@gnu.org>
15121
15122 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15123
15124 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15125
15126 * mm-decode.el (mm-inlined-types): Add application/pgp.
15127 (mm-automatic-display): Ditto.
15128
15129 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15130 part as text.
15131
15132 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
15133
15134 * nnrss.el: Update copyright.
15135 (nnrss-opml-import): Query whether to subscribe to each entry.
15136
15137 * gnus-art.el:
15138 * gnus-sum.el:
15139 * mm-uu.el:
15140 * mm-view.el: Update copyright.
15141
15142 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
15143
15144 * message.el (message-info): New function.
15145 (message-mode-menu): Add it.
15146 Update copyright.
15147
15148 * ChangeLog: Fix and update copyright.
15149
15150 2006-01-13 Romain Francoise <romain@orebokech.com>
15151
15152 * message.el (message-forward-subject-name-subject): Prefer the
15153 address to 'nowhere' if the sender has no name.
15154 Fix typo. Update copyright year.
15155
15156 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
15157
15158 * gnus-art.el (article-wash-html):
15159 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15160 (gnus-article-wash-html-with-w3m-standalone): New function.
15161
15162 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15163 mm-inline-text-html-render-with-w3m-standalone.
15164 (mm-text-html-washer-alist): Map w3m-standalone to
15165 gnus-article-wash-html-with-w3m-standalone.
15166 (mm-inline-text-html-render-with-w3m-standalone): New function.
15167
15168 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15169
15170 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15171 Improve LaTeX.
15172
15173 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
15174
15175 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15176 (nnrss-request-article): Render text/plain parts as HTML.
15177
15178 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15179 the buffer.
15180
15181 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
15182
15183 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15184 custom definition of `gnus-posting-styles'.
15185
15186 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15187 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15188
15189 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15190
15191 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15192 Use nntp for bug archive.
15193
15194 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15195
15196 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15197 parts.
15198 (nnrss-normalize-date): New function converts ISO 8601 date into
15199 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15200 (nnrss-check-group): Use it.
15201
15202 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15203
15204 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15205
15206 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15207 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15208 (nnrss-insert-w3): Ditto.
15209
15210 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15211
15212 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15213 the articles to be forwarded including the case where neither a
15214 number of articles nor a region is specified.
15215
15216 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15217
15218 * nnrss.el (nnrss-request-article): Fix last change; fill
15219 text/plain parts.
15220
15221 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15222
15223 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15224 in text/plain part.
15225 (nnrss-check-group): Don't add excessive newline to dc:subject.
15226
15227 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
15228
15229 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15230 article.
15231
15232 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
15233
15234 * nnml.el: Don't require gnus-bcklg. Autoload it.
15235 (nnml-use-compressed-files, nnml-save-mail): Support other
15236 comression programs such as bzip2.
15237
15238 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15239
15240 * dns.el (query-dns): Make sure we check the buffer size before
15241 removing tcp headers.
15242
15243 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15244
15245 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15246 remove MIME buttons associated with multipart/alternative parts.
15247 (gnus-mime-display-alternative): Tag buttons using `article-type'
15248 text property.
15249
15250 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15251 associated with multipart/alternative parts.
15252
15253 * gnus-art.el (gnus-signature-separator): Fix custom type.
15254
15255 * mm-decode.el (mm-inlined-types): Fix custom type.
15256 (mm-keep-viewer-alive-types): Ditto.
15257 (mm-automatic-display): Ditto.
15258 (mm-attachment-override-types): Ditto.
15259 (mm-inline-override-types): Ditto.
15260 (mm-automatic-external-display): Ditto.
15261
15262 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
15263
15264 * spam-report.el (spam-report-user-mail-address)
15265 (spam-report-user-agent): New variables.
15266 (spam-report-url-ping-plain): Use spam-report-user-agent.
15267
15268 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
15269
15270 * gnus-art.el (gnus-button-handle-custom): Do not just use
15271 `customize-apropos' for any "M-x customize-*" button but the
15272 function called for. Accept both the function name and its
15273 argument in order to achieve this.
15274 (gnus-button-alist): Remove support for "custom:" URL's.
15275 Pass function name to `gnus-button-handle-custom' in case of "M-x
15276 customize-*" buttons.
15277
15278 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15279
15280 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15281 multipart/alternative and add xref to mm-discouraged-alternatives
15282 in doc string.
15283
15284 * mm-decode.el (mm-discouraged-alternatives): Add xref to
15285 gnus-buttonized-mime-types in doc string.
15286
15287 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
15288
15289 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15290 Suggest image/.* in the doc string.
15291
15292 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
15293
15294 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15295 message-marks (Debian bug #342521).
15296
15297 2005-12-12 Simon Josefsson <jas@extundo.com>
15298
15299 * password.el (password-read-from-cache): Add.
15300 (password-read): Use it.
15301
15302 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15303
15304 * rfc2047.el (rfc2047-charset-to-coding-system):
15305 Recognize us-ascii as a MIME charset.
15306
15307 * mm-bodies.el (mm-decode-content-transfer-encoding):
15308 Protect against the case where the 2nd arg TYPE is nil.
15309
15310 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15311
15312 * pop3.el (pop3-stream-type): Fix custom version.
15313
15314 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15315
15316 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15317
15318 * mm-decode.el (mm-display-external): Add missing cdr.
15319
15320 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
15321
15322 * mm-decode.el (mm-display-external): Use nametemplate (defined in
15323 RFC1524) if it is in mailcap or add a suffix according to
15324 mailcap-mime-extensions when generating a temp filename; postpone
15325 deleting a temp file for 2 seconds for some wrappers, shell
15326 scripts, and so on, which might exit right after having started a
15327 viewer command as a background job.
15328
15329 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15330
15331 * nntp.el (nntp-marks-directory): Fix custom group.
15332
15333 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15334 steps when < 10.
15335
15336 * gnus-start.el (gnus-no-server-1):
15337 Mention `gnus-level-default-subscribed' in doc string.
15338
15339 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15340
15341 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15342 parens.
15343
15344 2005-11-26 Dave Love <fx@gnu.org>
15345
15346 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15347 (tls-program, tls-success): Provide openssl alternative.
15348
15349 * starttls.el: Doc fixes.
15350 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15351 SERVICE to PORT.
15352
15353 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
15354 port null or service name.
15355 (starttls-negotiate): Autoload.
15356
15357 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15358
15359 * message.el (message-kill-to-signature): Fix interactive spec.
15360
15361 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
15362
15363 * pop3.el (pop3-open-server): Recognize a string as a service name.
15364
15365 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
15366
15367 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15368
15369 2005-11-23 Dave Love <fx@gnu.org>
15370
15371 Add pop3s, pop3/starttls.
15372
15373 * pop3.el (pop3-authentication-scheme): Clarify doc.
15374 (open-tls-stream, starttls-open-stream): Autoload.
15375 (pop3-stream-type): New.
15376 (pop3-open-server): Use it.
15377
15378 * mail-source.el (mail-sources): Fix some :types. Add stream type
15379 for POP.
15380 (mail-source-keyword-map): Add :stream for POP.
15381 (mail-source-fetch-pop): Use pop3-stream-type.
15382
15383 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
15384
15385 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15386 of current-time-string.
15387
15388 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
15389
15390 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15391 date header.
15392
15393 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15394
15395 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15396 it can seriously impact performance as it bypasses the agent's
15397 local caches.
15398
15399 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15400
15401 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15402 must be explicitly online rather than "not explicitly offline" for
15403 its flags to be synchronized.
15404
15405 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15406 that gnus-uu-unmark-thread will function correctly.
15407
15408 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15409 1024K is instead displayed as 1M.
15410
15411 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15412
15413 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15414
15415 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
15416
15417 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15418
15419 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
15420
15421 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15422 error message to display actual error condition.
15423 (gnus-agent-save-local): Avoid saving symbols that are bound to
15424 nil as they simply result in a warning message in
15425 gnus-agent-read-local.
15426
15427 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15428
15429 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15430 rather than make-variable-buffer-local for file-precious-flag.
15431
15432 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15433
15434 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15435 for duplicates which are removed. The invalid sort check then
15436 triggers a rescan after the sort as sorting may have moved
15437 duplicate entries such that they can be cheaply detected.
15438
15439 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15440
15441 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15442
15443 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15444
15445 * gnus-agent.el (gnus-agent-article-alist-save-format):
15446 Change internal variable to a custom variable. Change default value
15447 from compressed(2) to uncompressed(1).
15448 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15449 support for uncompressed agentview files. Taken together, reading
15450 the agentview file should now be 6-7 times faster.
15451
15452 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
15453
15454 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15455 as a buffer-local variable. This avoids creating truncated
15456 dribble files as a result of a hang up, eg.
15457
15458 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15459
15460 * gnus-start.el (gnus-start-draft-setup):
15461 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15462
15463 * gnus.el (gnus-splash): Change custom group.
15464 (gnus-group-get-parameter, gnus-group-parameter-value):
15465 Describe allow-list argument.
15466
15467 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15468 string.
15469
15470 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15471
15472 * gnus-art.el (gnus-default-article-saver): Add user-defined
15473 `function' to custom type.
15474
15475 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15476
15477 * imap.el (imap-open): Handle case where buffer is a buffer
15478 object.
15479
15480 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15481
15482 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15483 long lines.
15484 (gnus-cache-delete-group): Wrap doc strings.
15485
15486 * gnus-agent.el (gnus-agent-rename-group)
15487 (gnus-agent-delete-group): Wrap doc strings.
15488
15489 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15490
15491 * gnus-start.el (gnus-1): Add "native" to
15492 gnus-predefined-server-alist.
15493
15494 * gnus.el (gnus-method-to-server): Don't add "native" to the
15495 lists here, because that leads to problems when
15496 gnus-select-method is bound.
15497
15498 2005-11-09 Simon Josefsson <jas@extundo.com>
15499
15500 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15501 use (not sort-by-date) instead.
15502
15503 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15504
15505 * gnus-delay.el (gnus-delay-group): Don't autoload.
15506 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15507 to be re-loaded when customizing the `gnus-delay' group.
15508
15509 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15510
15511 * message.el: Revert last changes.
15512 (message-insert-citation-line): Use newlines.
15513
15514 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15515
15516 * message.el (message-courtesy-message)
15517 (message-mark-insert-begin, message-mark-insert-end)
15518 (message-elide-ellipsis, message-cancel-message)
15519 (message-add-header, message-change-subject)
15520 (message-cross-post-followup-to-header)
15521 (message-cross-post-insert-note, message-reduce-to-to-cc)
15522 (message-widen-reply, message-delete-not-region)
15523 (message-kill-to-signature, message-insert-signature)
15524 (message-insert-importance-high, message-insert-importance-low)
15525 (message-insert-or-toggle-importance)
15526 (message-insert-disposition-notification-to)
15527 (message-indent-citation, message-yank-original)
15528 (message-cite-original-without-signature, message-cite-original)
15529 (message-insert-citation-line, message-position-on-field)
15530 (message-fix-before-sending, message-send-mail-partially)
15531 (message-send-mail, message-send-mail-with-sendmail)
15532 (message-send-mail-with-qmail, message-send-news)
15533 (message-check-news-header-syntax, message-generate-headers)
15534 (message-insert-courtesy-copy, message-fill-address)
15535 (message-fill-header, message-shorten-references)
15536 (message-setup-1, message-cancel-news)
15537 (message-forward-make-body-plain, message-forward-make-body-mime)
15538 (message-forward-make-body-mml, message-encode-message-body)
15539 (message-forward-make-body-digest-plain)
15540 (message-forward-make-body-digest-mime)
15541 (message-use-alternative-email-as-from): Insert `hard-newline'
15542 instead of ordinary newlines.
15543
15544 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
15545
15546 * message.el (message-generate-headers): Downcase the argument
15547 given to message-check-element.
15548
15549 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
15550
15551 * nntp.el (nntp-authinfo-rejected): New error condition.
15552 (nntp-wait-for): Use new error condition to signal authentication
15553 error.
15554 (nntp-retrieve-data): Rethrow new error condition to break out of
15555 recursive call to nntp-send-authinfo.
15556
15557 2005-11-08 Romain Francoise <romain@orebokech.com>
15558
15559 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15560 (gnus-summary-exit-map): Bind to `Z p'.
15561 (gnus-summary-make-menu-bar): Add menu item.
15562
15563 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
15564
15565 * gnus-art.el (gnus-article-treat-custom): Add `first'.
15566 (gnus-treat-*): Add `first' in all doc strings.
15567
15568 * gnus-group.el (gnus-group-compact-group): Fix typo.
15569
15570 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15571
15572 * gnus.el (gnus-parameters-case-fold-search): New variable.
15573 (gnus-parameters-get-parameter): Use it.
15574
15575 * gnus-score.el (gnus-home-score-file): Doc fix.
15576
15577 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
15578
15579 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15580
15581 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
15582
15583 * mm-util.el (mm-special-display-p): New function.
15584
15585 * mml.el (mml-preview): Use it; doc fix.
15586
15587 2005-10-29 Romain Francoise <romain@orebokech.com>
15588
15589 * message.el (message-fix-before-sending): Fix comment.
15590
15591 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15592
15593 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15594
15595 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15596
15597 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15598 Used in gnus-score.el.
15599
15600 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15601
15602 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15603
15604 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15605
15606 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15607 whitespace removed in revision 7.8. Use concatenated string to
15608 protect trailing whitespace.
15609
15610 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
15611
15612 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15613 (nnimap-request-expire-articles): Use it to avoid sending 'UID
15614 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15615 Courier IMAP ("some version from 2004"). Mostly based on similar
15616 code in the same function.
15617
15618 2005-10-26 Didier Verna <didier@xemacs.org>
15619
15620 * gnus-group.el (gnus-group-compact-group): Invalidate original
15621 article buffer.
15622 * gnus-srvr.el (gnus-server-compact-server): Ditto.
15623 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15624 NOV database and in article itself.
15625 Invalidate article backlog.
15626
15627 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15628
15629 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15630
15631 2005-10-26 Simon Josefsson <jas@extundo.com>
15632
15633 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15634 part of 2004-07-25 change.
15635
15636 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15637
15638 * message.el (message-display-completion-list): New function.
15639 (message-expand-group): Use it; make sure the Completions buffer
15640 is modifiable.
15641
15642 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15643
15644 * imap.el (imap-open): Handle case where buffer is a buffer object.
15645
15646 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15647
15648 * pgg-def.el:
15649 * pgg-gpg.el:
15650 * pgg-parse.el:
15651 * pgg-pgp.el:
15652 * pgg-pgp5.el:
15653 * pgg.el: Move to the parent lisp directory.
15654
15655 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15656
15657 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15658 user-mail-name is an empty string.
15659
15660 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15661
15662 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15663 depending on gnus-score-decay-constant.
15664
15665 * encrypt.el (encrypt-insert-file-contents)
15666 (encrypt-write-file-contents): Don't use `gnus-message'.
15667
15668 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15669 arguments.
15670 (mm-uu-type-alist): Add message-marks and insert-marks.
15671 Pass arguments to mm-uu-verbatim-marks-extract.
15672 (mm-uu-hide-markers): New variable.
15673 (mm-uu-extract): Use face similar to `gnus-cite-3'.
15674
15675 * gnus-fun.el (gnus-convert-image-to-x-face-command)
15676 (gnus-convert-image-to-face-command): Use "convert" by default to
15677 allow other input image formats.
15678 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15679 accordingly.
15680
15681 2005-10-23 Simon Josefsson <jas@extundo.com>
15682
15683 * imap.el (imap-gssapi-program): Align command line parameters
15684 with latest GNU SASL.
15685 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15686
15687 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15688
15689 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15690 HTML.
15691 (nnslashdot-request-article): Ditto.
15692
15693 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15694
15695 * mail-source.el (mail-source-fetch-pop): Require pop3.
15696 (mail-source-check-pop): Ditto.
15697
15698 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15699
15700 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15701 errors.
15702
15703 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15704
15705 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15706 (gnus-treat-strip-leading-blank-lines): Improve doc string.
15707
15708 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15709
15710 * mm-bodies.el (mm-decode-string):
15711 Call `mm-charset-to-coding-system' with allow-override argument.
15712
15713 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15714
15715 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15716 (rfc2047-charset-to-coding-system): New function.
15717 (rfc2047-decode-encoded-words): New function.
15718 (rfc2047-decode-region): Use them.
15719 (rfc2047-decode-cte): Remove.
15720 (rfc2047-parse-and-decode): Remove.
15721 (rfc2047-decode): Remove.
15722
15723 2005-10-15 Kenichi Handa <handa@m17n.org>
15724
15725 * rfc2047.el (rfc2047-decode-cte): New function.
15726 (rfc2047-decode-region): Change the way to decode successive
15727 encoded-words: decode B- or Q-encoding in each encoded-word,
15728 concatenate them, and decode it as charset.
15729
15730 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15731
15732 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
15733 widget-move-and-invoke.
15734 (gnus-custom-mode): Use gnus-custom-map.
15735
15736 2005-10-15 Bill Wohler <wohler@newt.com>
15737
15738 * message.el (message-tool-bar-map): Rename image file from
15739 mail_send to mail/send.
15740
15741 2005-10-16 Masatake YAMATO <jet@gyve.org>
15742
15743 * message.el (message-expand-group): Pass the common
15744 prefix substring of completion to `display-completion-list'.
15745
15746 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
15747
15748 * mml-sec.el (mml-secure-method): New internal variable.
15749 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15750 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15751 New functions using mml-secure-method.
15752
15753 * mml.el (mml-mode-map): Add key bindings for those functions.
15754 (mml-menu): Simplify security menu entries. Suggested by Jesper
15755 Harder <harder@myrealbox.com>.
15756 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15757 Goto end of message if point is the headers of the message.
15758
15759 * message.el (message-in-body-p): New function.
15760
15761 * assistant.el: Autoload gnus-util and netrc.
15762
15763 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15764 Use `mm-charset-override-alist' only when decoding.
15765
15766 * mm-bodies.el (mm-decode-body):
15767 Call `mm-charset-to-coding-system' with allow-override argument.
15768
15769 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15770 `filename' from Content-Disposition if Content-Type doesn't
15771 provide `name'.
15772 (gnus-mime-view-part-as-type): Set default instead of
15773 initial-input.
15774
15775 2005-10-09 Daniel Brockman <daniel@brockman.se>
15776
15777 * format-spec.el (format-spec): Propagate text properties of % spec.
15778
15779 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15780
15781 * gnus-art.el (gnus-treat-predicate): Add `first'.
15782
15783 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15784
15785 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15786 (mm-charset-override-alist): New variable.
15787 (mm-charset-to-coding-system): Use it.
15788 (mm-codepage-setup): New helper function.
15789 (mm-charset-eval-alist): New variable.
15790 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15791 Warn about unknown charsets.
15792
15793 2005-10-04 David Hansen <david.hansen@gmx.net>
15794
15795 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15796 (nnrss-check-group): Ditto.
15797
15798 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15799
15800 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15801 Rename x-gnus-verbatim to x-verbatim.
15802 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15803
15804 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15805 x-verbatim.
15806
15807 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15808
15809 * gnus-util.el (gnus-remove-duplicates): Remove.
15810
15811 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15812 instead of gnus-remove-duplicates.
15813
15814 * message.el (message-remove-duplicates): Remove.
15815 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15816 message-remove-duplicates.
15817
15818 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15819 available, else use implementation from `delete-dups'.
15820
15821 * message.el (message-insert-expires): New function.
15822 (message-mode-map): Add key binding.
15823 (message-mode-field-menu): Add menu entry.
15824 (message-mode): Document it.
15825 (message-make-expires-date): Use `message-make-date'.
15826
15827 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15828
15829 * message.el (message-make-expires-date): New function.
15830
15831 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15832
15833 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15834
15835 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15836
15837 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15838 function rather than the diff-mode.el package.
15839 (mm-display-external): Use with-current-buffer.
15840 (mm-viewer-completion-map, mm-viewer-completion-map):
15841 Move initialization inside declaration.
15842
15843 2005-09-29 Simon Josefsson <jas@extundo.com>
15844
15845 * spam.el: Load hashcash when compiling, to avoid warnings.
15846 Don't autoload mail-check-payment.
15847 (spam-check-hashcash): Define unconditionally, since hashcash.el
15848 is part of Gnus now. Ignore errors from payment checking.
15849
15850 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15851
15852 * message.el (message-bold-region, message-unbold-region):
15853 Rename from `bold-region' and `unbold-region'.
15854
15855 * message.el: Remove useless autoloads.
15856
15857 2005-09-28 Simon Josefsson <jas@extundo.com>
15858
15859 * message.el (message-use-idna): Default to t.
15860 (message-use-idna): Test whether encoding works too. Doc fix.
15861
15862 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15863
15864 * nntp.el (nntp-warn-about-losing-connection): Remove.
15865
15866 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15867
15868 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15869 customizable. Change default value.
15870 (mm-uu-diff-groups-regexp): Change default value.
15871 (mm-uu-type-alist): Add doc string.
15872 (mm-uu-configure): Add doc string. Make it interactive.
15873 (mm-uu-tex-groups-regexp): New variable.
15874 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15875 (mm-uu-type-alist): Add LaTeX documents.
15876 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15877 of "text/verbatim".
15878 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15879
15880 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15881 instead of "text/verbatim".
15882
15883 * message.el (message-mark-inserted-region)
15884 (message-mark-insert-file): Use slrn style marks when called with
15885 prefix argument.
15886
15887 2005-09-27 Simon Josefsson <jas@extundo.com>
15888
15889 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15890
15891 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15892
15893 * message.el (message-remove-duplicates): New function.
15894 Implementation borrowed from `gnus-remove-duplicates'.
15895 (message-idna-to-ascii-rhs): Also encode idna addresses in
15896 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15897 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15898 only ask about the same idna domain once per header and also tell
15899 in what header to replace the idna domain.
15900
15901 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15902 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15903 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15904 a header is decoded and not just the last one.
15905
15906 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15907
15908 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15909 has been decoded.
15910
15911 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15912 (mm-insert-part): Don't modify text if it has been decoded.
15913
15914 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15915 decoded.
15916
15917 * mm-view.el (mm-inline-text): Don't strip text props unless
15918 decoding enriched or richtext parts.
15919
15920 2005-09-25 Romain Francoise <romain@orebokech.com>
15921
15922 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15923 * gnus-start.el (gnus-subscribe-interactively):
15924 * gnus-uu.el (gnus-uu-grab-articles):
15925 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15926 space.
15927
15928 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15929
15930 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15931 * mm-view.el (mm-view-pkcs7-decrypt):
15932 * gnus-sum.el (gnus-summary-limit-to-extra)
15933 (gnus-summary-respool-article, gnus-read-move-group-name):
15934 * gnus-score.el (gnus-summary-increase-score):
15935 * gnus-util.el (gnus-completing-read-with-default):
15936 * gnus-art.el (gnus-read-save-file-name)
15937 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15938 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15939 * message.el (message-check-news-header-syntax):
15940 Follow convention for reading with the minibuffer.
15941
15942 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15943
15944 * spam-report.el (spam-report-url-ping-plain):
15945 Use gnus-extended-version as User-Agent.
15946
15947 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15948 default value is nil.
15949
15950 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15951 (mm-uu-verbatim-marks-extract): New function.
15952 (mm-uu-extract): New face.
15953 (mm-uu-copy-to-buffer): Use it.
15954
15955 * spam-report.el (spam-report-gmane-ham): Rename from
15956 `spam-report-gmane-unspam'.
15957 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15958 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15959
15960 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15961 Autoload.
15962 (spam-report-gmane-unregister-routine):
15963 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15964
15965 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15966
15967 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15968 (spam-report-gmane-unregister-routine): Add support for gmane
15969 unregistration.
15970
15971 * spam-report.el (spam-report-gmane-unspam)
15972 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15973 (spam-report-gmane): Change to take a single article and do unspam
15974 registration.
15975
15976 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15977
15978 * mm-url.el (mm-url-decode-entities): Fix regexp.
15979
15980 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15981
15982 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15983 default to nil, to be able to use Gnus at all. If the default
15984 switches to something else, then the function should be fixed not
15985 be exceedingly slow.
15986
15987 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15988
15989 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15990 fail hard.
15991
15992 * spam-report.el: Add better Keywords line.
15993
15994 * spam.el: Add Maintainer and better Keywords line.
15995
15996 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15997
15998 * gnus-art.el (gnus-article-replace-part)
15999 (gnus-mime-replace-part): New functions.
16000 (gnus-mime-action-alist, gnus-mime-button-commands)
16001 (gnus-mime-save-part-and-strip): Add file argument.
16002 (gnus-article-part-wrapper): Add interactive argument.
16003
16004 * gnus-sum.el (gnus-summary-mime-map):
16005 Add `gnus-article-replace-part'.
16006
16007 2005-09-19 Didier Verna <didier@xemacs.org>
16008
16009 The nnml compaction feature:
16010 * nnml.el (nnml-request-compact-group): New function.
16011 * nnml.el (nnml-request-compact): New function.
16012 * gnus-int.el (gnus-request-compact-group): New function.
16013 * gnus-int.el (gnus-request-compact): New function.
16014 * gnus-group.el (gnus-group-compact-group): New function.
16015 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16016 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16017 * gnus-srvr.el (gnus-server-compact-server): New function.
16018 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16019 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16020
16021 2005-09-18 Deepak Goel <deego@gnufans.org>
16022
16023 * sieve.el (sieve-help): Fix `message' call: first arg should be a
16024 format spec.
16025
16026 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16027
16028 * gnus.el (gnus-group-startup-message): Bind image-load-path.
16029
16030 2005-09-15 Romain Francoise <romain@orebokech.com>
16031
16032 * message.el (message-fill-paragraph): Clarify docstring.
16033
16034 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
16035
16036 * gnus-art.el (gnus-mime-display-part): Protect against broken
16037 MIME messages.
16038
16039 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
16040
16041 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16042 before parsing header.
16043
16044 2005-09-11 Jari Aalto <jari.aalto@cante.net>
16045
16046 * html2text.el (html2text-replace-list): Add new entities.
16047
16048 2005-09-11 Romain Francoise <romain@orebokech.com>
16049
16050 * message.el (message-alternative-emails): Improve docstring.
16051 (message-setup-1): Call `message-use-alternative-email-as-from'
16052 after `message-setup-hook' to give it precedence over posting
16053 styles, etc.
16054 (message-use-alternative-email-as-from): Add docstring.
16055 Remove the original From header if present.
16056
16057 * nnml.el (nnml-compressed-files-size-threshold): New variable.
16058 (nnml-save-mail): Use it.
16059
16060 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16061 articles. Add new argument `silent'.
16062 (gnus-uu-mark-all): Report the total number of marked articles.
16063
16064 2005-09-10 Romain Francoise <romain@orebokech.com>
16065
16066 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16067 (gnus-uu-mark-series): Likewise.
16068
16069 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
16070
16071 * spam-report.el (spam-report-gmane): Fix generation of spam
16072 report URL.
16073
16074 2005-09-10 Simon Josefsson <jas@extundo.com>
16075
16076 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16077 t, based on discussion on the ding list with Robert Epprecht
16078 <epprecht@solnet.ch>.
16079
16080 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
16081
16082 * spam-report.el (spam-report-gmane): Make it work without
16083 X-Report-Spam header. Gmane now only provides Archived-At.
16084 This is only used if `spam-report-gmane-use-article-number' is nil.
16085 (spam-report-gmane-spam-header): Remove. Not used anymore.
16086
16087 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16088 make `gnus-summary-sort-by-recipient' work with threading.
16089
16090 * nnweb.el (nnweb-google-wash-article): Print a message if article
16091 is not available.
16092
16093 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16094
16095 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16096 change. Decode text/* parts content before displaying.
16097
16098 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16099
16100 * mml-smime.el: Remove defvar of gnus-extract-address-components.
16101
16102 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
16103
16104 * mm-view.el (mm-display-inline-fontify): Disable support modes.
16105
16106 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
16107
16108 * message.el (message-tab-body-function): Fix mismatched custom type.
16109
16110 * gnus.el (gnus-group-change-level-function): Ditto.
16111
16112 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16113
16114 * gnus-art.el (gnus-signature-limit)
16115 (gnus-article-mime-part-function): Ditto.
16116
16117 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
16118
16119 * mml.el (mml-mode): Silence the byte compiler.
16120
16121 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16122 using `(sit-for 0)' before moving the point to the specified part;
16123 skip unbuttonized parts.
16124 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16125 return to the summary window if gnus-auto-select-part is non-nil.
16126
16127 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
16128
16129 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16130 New variables.
16131 (mml-dnd-attach-file, mml-mode): Use them.
16132
16133 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16134 Make fetching article by MID work again for Google Groups.
16135 Add FIXME concerning gnus-group-make-web-group.
16136
16137 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16138 Don't depend on Gnus by using mail-extract-address-components if
16139 gnus-extract-address-components is not bound.
16140
16141 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16142
16143 * gnus-art.el (gnus-mime-display-security): Don't display the
16144 signature, but only the signed part.
16145
16146 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
16147
16148 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16149
16150 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16151 list, not listp.
16152
16153 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
16154
16155 * mm-encode.el (mm-encode-content-transfer-encoding):
16156 Likewise when encoding.
16157
16158 * mm-bodies.el (mm-decode-content-transfer-encoding):
16159 De-canonicalize CRLF for all text content types, not just
16160 text/plain.
16161
16162 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16163
16164 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16165 valid article; point arrow and cursor at the MIME button.
16166
16167 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16168
16169 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16170 Suggested by Dan Christensen <jdc@uwo.ca>.
16171
16172 * mm-decode.el (mm-save-part): Enable change of prompt.
16173
16174 2005-08-29 Jari Aalto <jari.aalto@cante.net>
16175
16176 * gnus-msg.el (gnus-inews-add-send-actions):
16177 Make `message-post-method' lambda parameter ARG `&optional'.
16178
16179 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16180
16181 * gnus-sum.el (gnus-summary-mime-map):
16182 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16183 gnus-article-jump-to-part.
16184
16185 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16186 (gnus-article-edit-part): Use it.
16187 (gnus-article-part-wrapper): Add no-handle argument.
16188 (gnus-article-save-part-and-strip, gnus-article-delete-part):
16189 New functions.
16190
16191 2005-08-29 Romain Francoise <romain@orebokech.com>
16192
16193 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16194 docstring.
16195 (gnus-face-from-file): Likewise.
16196
16197 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16198
16199 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16200 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16201 non-nil.
16202 (gnus-auto-select-part): New variable.
16203 (gnus-article-jump-to-part): New function.
16204 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16205 (gnus-mime-delete-part): Allow selecting specified part after
16206 deleting or stripping parts.
16207 (gnus-article-jump-to-part): Don't use `read-number'. Use last
16208 part if argument is bogus.
16209
16210 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16211
16212 * gnus-art.el (w3m-minor-mode-map):
16213 * gnus-spec.el (gnus-newsrc-file-version):
16214 * gnus-util.el (nnmail-active-file-coding-system)
16215 (gnus-original-article-buffer, gnus-user-agent):
16216 * gnus.el (gnus-ham-process-destinations)
16217 (gnus-parameter-ham-marks-alist)
16218 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16219 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16220 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16221 * mm-decode.el (gnus-current-window-configuration):
16222 * mm-extern.el (gnus-article-mime-handles):
16223 * mm-url.el (url-current-object, url-package-name)
16224 (url-package-version):
16225 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16226 (smime-keys, w3m-cid-retrieve-function-alist)
16227 (w3m-current-buffer, w3m-display-inline-images)
16228 (w3m-minor-mode-map):
16229 * mml-smime.el (gnus-extract-address-components):
16230 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16231 (gnus-newsrc-hashtb, message-default-charset)
16232 (message-deletable-headers, message-options)
16233 (message-posting-charset, message-required-mail-headers)
16234 (message-required-news-headers):
16235 * mml1991.el (mc-pgp-always-sign):
16236 * mml2015.el (mc-pgp-always-sign):
16237 * nnheader.el (nnmail-extra-headers):
16238 * rfc1843.el (gnus-decode-encoded-word-function)
16239 (gnus-decode-header-function, gnus-newsgroup-name):
16240 * spam-stat.el (gnus-original-article-buffer): Add defvars.
16241
16242 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
16243
16244 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16245 the end of the date treatments.
16246
16247 2005-08-15 Simon Josefsson <jas@extundo.com>
16248
16249 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16250 it in url-handlers.el and XEmacs in url.el. Reported by Luca
16251 Capello and Romain Francoise.
16252 (pgg-fetch-key-function): Remove, not used?
16253 (pgg-insert-url-with-w3): Require url, to get
16254 url-insert-file-contents regardless of where it is defined.
16255
16256 2005-08-13 Romain Francoise <romain@orebokech.com>
16257
16258 * message.el (message-cite-original-1): New function.
16259 (message-cite-original): Use it.
16260 (message-cite-original-without-signature): Ditto.
16261
16262 2005-08-08 Romain Francoise <romain@orebokech.com>
16263
16264 * message.el (message-yank-empty-prefix): New variable.
16265 (message-indent-citation): Use it.
16266 (message-cite-original-without-signature): Respect X-No-Archive.
16267
16268 2005-08-08 Simon Josefsson <jas@extundo.com>
16269
16270 * pgg.el: Autoload url-insert-file-contents instead of loading
16271 w3/url.
16272 (pgg-insert-url-with-w3): Don't load url here.
16273
16274 2005-08-07 Jesper Harder <harder@phys.au.dk>
16275
16276 * message.el (message-kill-to-signature): Don't insert newline at
16277 bol.
16278 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16279
16280 2005-08-06 Romain Francoise <romain@orebokech.com>
16281
16282 * message.el (message-user-fqdn): Fix typo in docstring.
16283
16284 2005-08-05 Daiki Ueno <ueno@unixuser.org>
16285
16286 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16287
16288 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16289
16290 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16291
16292 * mm-bodies.el (mm-encode-body): Use coding system rather than
16293 charset to encode text.
16294
16295 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16296 number of charsets if utf-8 is available (XEmacs).
16297
16298 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
16299
16300 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16301 taken from `gnus-button-mid-or-mail-regexp'.
16302 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16303 (gnus-button-alist): Improve regexp for domain part of the MIDs
16304 for news:localpart@domain buttons.
16305 (gnus-button-ctan-directory-regexp): Update.
16306
16307 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
16308
16309 * sieve-manage.el (sieve-manage-interactive-login):
16310 Use make-local-variable rather than make-variable-buffer-local.
16311 (sieve-manage-open): Ditto.
16312 (sieve-manage-authenticate): Ditto.
16313
16314 * mml.el (mml-generate-mime-1): Make the content type default to
16315 text/plain if the filename is not specified.
16316
16317 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
16318
16319 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16320 instead of insert-buffer.
16321
16322 * message.el (message-yank-original): Ditto; set the mark at the
16323 end of the yanked message.
16324
16325 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
16326
16327 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16328 lines to scroll rather than to stop it.
16329
16330 * mml.el (mml-generate-default-type): Add doc string.
16331 (mml-generate-mime-1): Use mm-default-file-encoding or make it
16332 default to application/octet-stream when determining the content
16333 type if it is not specified for the part or the mml contents; add
16334 a comment about mml-generate-default-type.
16335
16336 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
16337
16338 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16339 make it default to application/octet-stream when determining the
16340 content type if it is not specified for the external contents.
16341
16342 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16343
16344 * rfc2231.el (rfc2231-parse-string): Take care that not only a
16345 segmented parameter but also other parameters might be there.
16346
16347 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16348
16349 * mm-decode.el (mm-display-external): Delete temp file, directory
16350 and buffer immediately if the external process is exited.
16351
16352 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
16353
16354 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16355 fewer lines than that of scroll-margin.
16356 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16357
16358 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16359
16360 * gnus-art.el (gnus-article-next-page): Revert.
16361 (gnus-article-beginning-of-window): New macro.
16362 (gnus-article-next-page-1): Use it.
16363 (gnus-article-prev-page): Ditto.
16364 (gnus-article-edit-part): Use insert-buffer-substring instead of
16365 insert-buffer.
16366 (gnus-article-edit-exit): Ditto.
16367
16368 * gnus-util.el (gnus-beginning-of-window): Remove.
16369 (gnus-end-of-window): Remove.
16370
16371 2005-07-25 Simon Josefsson <jas@extundo.com>
16372
16373 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16374 to have the url package without w3. Reported by Daiki Ueno
16375 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16376
16377 2005-07-20 Didier Verna <didier@xemacs.org>
16378
16379 * gnus-diary.el: Remove the description comment (nndiary is now
16380 properly documented in the Gnus manual).
16381 Fix the spelling of "Back End".
16382 * nndiary.el: Ditto.
16383 Fix the copyright notice.
16384
16385 2005-07-18 Romain Francoise <romain@orebokech.com>
16386
16387 * gnus-sum.el (gnus-summary-to-prefix)
16388 (gnus-summary-newsgroup-prefix): New variables.
16389 (gnus-summary-from-or-to-or-newsgroups): Use them.
16390
16391 2005-07-17 Romain Francoise <romain@orebokech.com>
16392
16393 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16394 space as it's generally not especially interesting to the user.
16395
16396 2005-07-16 Romain Francoise <romain@orebokech.com>
16397
16398 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16399 nil to avoid prompting and file modification if one of the
16400 messages at the top of the nnfolder file contains a copyright
16401 notice.
16402 Update copyright notice.
16403
16404 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16405 instead of `current-time-string' as the latter creates a time
16406 string that is not RFC 2822 compliant (it lacks the zone).
16407 Update copyright notice.
16408
16409 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16412 for text/rtf. Display default in prompt. Pass default for M-n.
16413
16414 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16415
16416 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16417
16418 * gnus-msg.el (gnus-button-mailto):
16419 Remove save-selected-window-window hackery because it relies on
16420 save-selected-window internals.
16421
16422 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
16423
16424 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16425 (gnus-article-next-page-1): Use gnus-beginning-of-window.
16426 (gnus-article-prev-page): Ditto.
16427
16428 * gnus-util.el (gnus-beginning-of-window): New function.
16429 (gnus-end-of-window): New function.
16430
16431 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
16432
16433 * gnus-score.el (gnus-score-edit-all-score):
16434 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16435 gnus-message.
16436
16437 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16438
16439 * gnus-msg.el (gnus-button-mailto):
16440 Remove save-selected-window-window hackery because it relies on
16441 save-selected-window internals.
16442
16443 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
16444
16445 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16446 add-minor-mode.
16447 (gnus-binary-mode): Ditto.
16448
16449 * gnus-topic.el (gnus-topic-mode): Ditto.
16450
16451 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
16452
16453 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16454 (gnus-article-prev-page): Take scroll-margin into consideration.
16455
16456 2005-07-04 Lute Kamstra <lute@gnu.org>
16457
16458 Update FSF's address in GPL notices.
16459
16460 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16461
16462 * gnus.el (gnus-exit):
16463 * gnus-group.el (gnus-group-icons):
16464 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16465
16466 * gnus-nocem.el (gnus-nocem):
16467 * message.el (message-various, message-buffers, message-sending)
16468 (message-interface, message-forwarding, message-insertion)
16469 (message-headers, message-news, message-mail):
16470 * pgg-gpg.el (pgg-gpg):
16471 * pgg-parse.el (pgg-parse):
16472 * pgg-pgp.el (pgg-pgp):
16473 * pgg-pgp5.el (pgg-pgp5):
16474 * pop3.el (pop3): Finish `defgroup' description with period.
16475
16476 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16477
16478 * gnus-art.el (article-display-face): Improve the efficiency.
16479 (article-display-x-face): Ditto; remove grey x-face stuff.
16480
16481 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
16482
16483 * gnus-art.el (article-display-face): Correct the position in
16484 which Faces are inserted.
16485
16486 2005-06-29 Didier Verna <didier@xemacs.org>
16487
16488 * gnus-art.el (article-display-face): Display faces in correct
16489 order.
16490
16491 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16492
16493 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16494 (gnus-fill-real-hashtb): Use hash table instead of obarray.
16495 (gnus-nocem-check-article): Fetch the Type header.
16496 (gnus-nocem-message-wanted-p): Fix the way to examine types.
16497 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16498 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16499 make sure gnus-nocem-hashtb is initialized.
16500 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16501 (gnus-nocem-unwanted-article-p): Ditto.
16502
16503 * pgg.el (pgg-verify): Return the verification result.
16504
16505 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16506
16507 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16508 is ascii.
16509
16510 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16511
16512 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16513 `show-nonbreak-escape'.
16514
16515 2005-06-23 Lute Kamstra <lute@gnu.org>
16516
16517 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16518
16519 * dig.el (dig-mode):
16520 * smime.el (smime-mode): Use gnus-run-mode-hooks.
16521
16522 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16523
16524 * nnimap.el (nnimap-split-download-body): Fix spellings.
16525
16526 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16527
16528 * gnus-art.el (gnus-article-encrypt-body):
16529 * gnus-cus.el (gnus-score-customize):
16530 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16531 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16532
16533 2005-06-16 Arne Jørgensen <arne@arnested.dk>
16534
16535 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16536 header by looking for magic "MII" at the beginning.
16537
16538 2005-06-16 Miles Bader <miles@gnu.org>
16539
16540 * assistant.el (assistant-field): Remove "-face" suffix from face name.
16541 (assistant-field-face): New backward-compatibility alias for renamed
16542 face.
16543 (assistant-render-text): Use renamed assistant-field face.
16544
16545 * spam.el (spam): Remove "-face" suffix from face name.
16546 (spam-face): New backward-compatibility alias for renamed face.
16547 (spam-face, spam-initialize): Use renamed spam face.
16548
16549 * message.el (message-header-to, message-header-cc)
16550 (message-header-subject, message-header-newsgroups)
16551 (message-header-other, message-header-name)
16552 (message-header-xheader, message-separator, message-cited-text)
16553 (message-mml): Remove "-face" suffix from face names.
16554 (message-header-to-face, message-header-cc-face)
16555 (message-header-subject-face, message-header-newsgroups-face)
16556 (message-header-other-face, message-header-name-face)
16557 (message-header-xheader-face, message-separator-face)
16558 (message-cited-text-face, message-mml-face):
16559 New backward-compatibility aliases for renamed faces.
16560 (message-font-lock-keywords): Use renamed message faces.
16561
16562 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16563 (sieve-test-commands, sieve-tagged-arguments):
16564 Remove "-face" suffix from face names.
16565 (sieve-control-commands-face, sieve-action-commands-face)
16566 (sieve-test-commands-face, sieve-tagged-arguments-face):
16567 New backward-compatibility aliases for renamed faces.
16568 (sieve-control-commands-face, sieve-action-commands-face)
16569 (sieve-test-commands-face, sieve-tagged-arguments-face):
16570 Use renamed sieve faces.
16571
16572 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16573 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16574 (gnus-group-news-3-empty, gnus-group-news-4)
16575 (gnus-group-news-4-empty, gnus-group-news-5)
16576 (gnus-group-news-5-empty, gnus-group-news-6)
16577 (gnus-group-news-6-empty, gnus-group-news-low)
16578 (gnus-group-news-low-empty, gnus-group-mail-1)
16579 (gnus-group-mail-1-empty, gnus-group-mail-2)
16580 (gnus-group-mail-2-empty, gnus-group-mail-3)
16581 (gnus-group-mail-3-empty, gnus-group-mail-low)
16582 (gnus-group-mail-low-empty, gnus-summary-selected)
16583 (gnus-summary-cancelled, gnus-summary-high-ticked)
16584 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16585 (gnus-summary-high-ancient, gnus-summary-low-ancient)
16586 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16587 (gnus-summary-low-undownloaded)
16588 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16589 (gnus-summary-low-unread, gnus-summary-normal-unread)
16590 (gnus-summary-high-read, gnus-summary-low-read)
16591 (gnus-summary-normal-read, gnus-splash):
16592 Remove "-face" suffix from face names.
16593 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16594 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16595 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16596 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16597 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16598 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16599 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16600 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16601 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16602 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16603 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16604 (gnus-summary-selected-face, gnus-summary-cancelled-face)
16605 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16606 (gnus-summary-normal-ticked-face)
16607 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16608 (gnus-summary-normal-ancient-face)
16609 (gnus-summary-high-undownloaded-face)
16610 (gnus-summary-low-undownloaded-face)
16611 (gnus-summary-normal-undownloaded-face)
16612 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16613 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16614 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16615 (gnus-splash-face):
16616 New backward-compatibility aliases for renamed faces.
16617 (gnus-group-startup-message): Use renamed gnus faces.
16618
16619 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16620 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16621 (gnus-server-agent): Remove "-face" suffix from face names.
16622 (gnus-server-agent-face, gnus-server-opened-face)
16623 (gnus-server-closed-face, gnus-server-denied-face)
16624 (gnus-server-offline-face):
16625 New backward-compatibility aliases for renamed faces.
16626 (gnus-server-agent-face, gnus-server-opened-face)
16627 (gnus-server-closed-face, gnus-server-denied-face)
16628 (gnus-server-offline-face): Use renamed gnus faces.
16629
16630 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16631 Remove "-face" suffix from face names.
16632 (gnus-picon-xbm-face, gnus-picon-face):
16633 New backward-compatibility aliases for renamed faces.
16634
16635 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16636 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16637 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16638 (gnus-cite-11): Remove "-face" suffix from face names.
16639 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16640 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16641 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16642 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16643 New backward-compatibility aliases for renamed faces.
16644 (gnus-cite-attribution-face, gnus-cite-face-list)
16645 (gnus-article-boring-faces): Use renamed gnus faces.
16646
16647 * gnus-art.el (gnus-signature, gnus-header-from)
16648 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16649 (gnus-header-content): Remove "-face" suffix from face names.
16650 (gnus-signature-face, gnus-header-from-face)
16651 (gnus-header-subject-face, gnus-header-newsgroups-face)
16652 (gnus-header-name-face, gnus-header-content-face):
16653 New backward-compatibility aliases for renamed faces.
16654 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16655
16656 * gnus-sum.el (gnus-summary-selected-face)
16657 (gnus-summary-highlight): Use renamed gnus faces.
16658 * gnus-group.el (gnus-group-highlight): Likewise.
16659
16660 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16661
16662 * gnus-sieve.el (gnus-sieve-article-add-rule):
16663 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16664 * spam-stat.el (spam-stat-buffer-change-to-spam)
16665 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16666
16667 * message.el (message-is-yours-p):
16668 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16669
16670 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16671
16672 * mm-view.el (mm-inline-text): Withdraw the last change.
16673
16674 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16675
16676 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16677 executing enriched-decode.
16678
16679 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16680
16681 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16682 charset of tar files.
16683
16684 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16685
16686 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16687
16688 2005-06-04 Lute Kamstra <lute@gnu.org>
16689
16690 * nnfolder.el (nnfolder-read-folder): Make sure that undo
16691 information is never recorded.
16692
16693 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16694
16695 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16696
16697 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
16698
16699 * pop3.el (pop3-apop): Run md5 in the binary mode.
16700
16701 * starttls.el (starttls-set-process-query-on-exit-flag):
16702 Use eval-and-compile.
16703
16704 2005-05-31 Simon Josefsson <jas@extundo.com>
16705
16706 * smime.el (smime-replace-in-string): Define.
16707 (smime-cert-by-ldap-1): Use it.
16708
16709 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
16710
16711 * gnus-art.el (article-display-x-face): Replace
16712 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16713
16714 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16715 set-process-query-on-exit-flag or process-kill-without-query.
16716
16717 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16718 loop instead of replace-regexp.
16719
16720 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16721 instead of process-kill-without-query if it is available.
16722
16723 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16724 instead of find-file-hooks if it is available.
16725
16726 * mml1991.el: Bind pgg-default-user-id when compiling.
16727
16728 * mml2015.el: Bind pgg-default-user-id when compiling.
16729
16730 * nndraft.el (nndraft-request-associate-buffer):
16731 Use write-contents-functions instead of write-contents-hooks if it is
16732 available.
16733
16734 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16735 instead of find-file-hooks if it is available.
16736
16737 * nntp.el (nntp-open-connection): Replace
16738 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16739 (nntp-open-ssl-stream): Ditto.
16740 (nntp-open-tls-stream): Ditto.
16741
16742 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16743 set-process-query-on-exit-flag or process-kill-without-query.
16744 (starttls-open-stream-gnutls): Use it instead of
16745 process-kill-without-query.
16746 (starttls-open-stream): Ditto.
16747
16748 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
16749
16750 * smime.el (smime-cert-by-ldap-1): Don't use
16751 replace-regexp-in-string.
16752
16753 2005-05-31 Arne Jørgensen <arne@arnested.dk>
16754
16755 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16756
16757 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16758 in PEM format. Adjust to the XEmacs compatibility.
16759
16760 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16761
16762 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16763 by `string-to-number'.
16764 * gnus-agent.el (gnus-agent-regenerate-group)
16765 (gnus-agent-fetch-articles): Ditto.
16766 * gnus-art.el (gnus-button-fetch-group): Ditto.
16767 * gnus-cache.el (gnus-cache-generate-active)
16768 (gnus-cache-articles-in-group): Ditto.
16769 * gnus-group.el (gnus-group-set-current-level)
16770 (gnus-group-insert-group-line): Ditto.
16771 * gnus-score.el (gnus-score-set-expunge-below)
16772 (gnus-score-set-mark-below, gnus-summary-score-effect)
16773 (gnus-summary-score-entry): Ditto.
16774 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16775 (gnus-soup-pack): Ditto.
16776 * gnus-spec.el (gnus-xmas-format): Ditto.
16777 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16778 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16779 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16780 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16781 * nndb.el (nndb-get-remote-expire-response): Ditto.
16782 * nndiary.el (nndiary-parse-schedule-value)
16783 (nndiary-string-to-number, nndiary-request-replace-article)
16784 (nndiary-request-article): Ditto.
16785 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16786 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16787 * nneething.el (nneething-make-head): Ditto.
16788 * nnfolder.el (nnfolder-request-article)
16789 (nnfolder-retrieve-headers): Ditto.
16790 * nnheader.el (nnheader-file-to-number): Ditto.
16791 * nnkiboze.el (nnkiboze-request-article): Ditto.
16792 * nnmail.el (nnmail-process-unix-mail-format)
16793 (nnmail-process-babyl-mail-format): Ditto.
16794 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16795 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16796 (nnmh-request-create-group, nnmh-request-list-1)
16797 (nnmh-request-group, nnmh-request-article): Ditto.
16798 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16799 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16800 * nnsoup.el (nnsoup-make-active): Ditto.
16801 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16802 * nntp.el (nntp-find-group-and-number)
16803 (nntp-retrieve-headers-with-xover): Ditto.
16804 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16805 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16806 (pgg-format-key-identifier): Ditto.
16807 * pop3.el (pop3-last, pop3-stat): Ditto.
16808 * qp.el (quoted-printable-decode-region): Ditto.
16809
16810 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16811 of concat.
16812
16813 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16814
16815 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16816
16817 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16818
16819 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16820
16821 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16822
16823 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16824
16825 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16826
16827 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16828 (gnus-carpal-mode): Ditto.
16829
16830 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16831 (gnus-browse-mode): Ditto.
16832
16833 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16834
16835 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16836
16837 2005-05-29 Richard M. Stallman <rms@gnu.org>
16838
16839 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16840
16841 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16842
16843 * gnus-util.el (gnus-run-mode-hooks): New function.
16844
16845 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16846
16847 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16848
16849 * gnus-agent.el (gnus-agent-make-mode-line-string):
16850 Use mode-line-highlight as mouse-face.
16851
16852 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16853
16854 * canlock.el (canlock): Change the parent group to news.
16855
16856 * deuglify.el (gnus-outlook-deuglify): Add :group.
16857
16858 * dig.el (dig): Add :group.
16859
16860 * dns-mode.el (dns-mode): Add :group.
16861
16862 * encrypt.el (encrypt): Add :group.
16863
16864 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16865 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16866 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16867 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16868 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16869
16870 * gnus-diary.el (gnus-diary): Add :group.
16871
16872 * gnus.el (gnus-group-news-1-face): Add :group.
16873 (gnus-group-news-1-empty-face): Ditto.
16874 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16875 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16876 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16877 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16878 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16879 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16880 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16881 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16882 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16883 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16884 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16885 (gnus-summary-high-ticked-face): Ditto.
16886 (gnus-summary-low-ticked-face): Ditto.
16887 (gnus-summary-normal-ticked-face): Ditto.
16888 (gnus-summary-high-ancient-face): Ditto.
16889 (gnus-summary-low-ancient-face): Ditto.
16890 (gnus-summary-normal-ancient-face): Ditto.
16891 (gnus-summary-high-undownloaded-face): Ditto.
16892 (gnus-summary-low-undownloaded-face): Ditto.
16893 (gnus-summary-normal-undownloaded-face): Ditto.
16894 (gnus-summary-high-unread-face): Ditto.
16895 (gnus-summary-low-unread-face): Ditto.
16896 (gnus-summary-normal-unread-face): Ditto.
16897 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16898 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16899
16900 * hashcash.el (hashcash): New custom group.
16901 (hashcash-default-payment): Add :group.
16902 (hashcash-payment-alist): Ditto.
16903 (hashcash-default-accept-payment): Ditto.
16904 (hashcash-accept-resources): Ditto.
16905 (hashcash-path): Ditto.
16906 (hashcash-extra-generate-parameters): Ditto.
16907 (hashcash-double-spend-database): Ditto.
16908 (hashcash-in-news): Ditto.
16909
16910 * message.el (message-minibuffer-local-map): Add :group.
16911
16912 * netrc.el (netrc): Add :group.
16913
16914 * sieve-manage.el (sieve-manage-log): Add :group.
16915 (sieve-manage-default-user): Diito.
16916 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16917 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16918 (sieve-manage-authenticators): Ditto.
16919 (sieve-manage-authenticator-alist): Ditto.
16920 (sieve-manage-default-port): Ditto.
16921
16922 * sieve-mode.el (sieve-control-commands-face): Add :group.
16923 (sieve-action-commands-face): Ditto.
16924 (sieve-test-commands-face): Ditto.
16925 (sieve-tagged-arguments-face): Ditto.
16926
16927 * smime.el (smime): Add :group.
16928
16929 * spam-report.el (spam-report): Add :group.
16930
16931 * spam.el (spam, spam-face): Add :group.
16932
16933 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16934
16935 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16936 return \n.\n.\n at the end of articles. Protect against that.
16937 (nntp-with-open-group): Allow debugging.
16938
16939 * nnheader.el (mail-header-set-extra): Make into a function
16940 because I just could't understand how to quote the list properly.
16941
16942 * dns.el (query-dns-cached): New function.
16943
16944 2005-05-26 Lute Kamstra <lute@gnu.org>
16945
16946 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16947
16948 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16949
16950 * gnus-art.el: Don't autoload mail-extract-address-components.
16951
16952 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16953 eval-and-compile to evaluate it.
16954
16955 * hashcash.el: Don't autoload executable-find.
16956
16957 * nndb.el: Don't declare the nndb back end two or more times; don't
16958 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16959
16960 * nntp.el: Autoload format-spec instead of format; use
16961 eval-and-compile to evaluate autoload forms.
16962
16963 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16964
16965 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16966
16967 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16968
16969 * gnus.el (gnus-version-number): Bump version.
16970
16971 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16972
16973 * gnus.el: No Gnus v0.3 is released.
16974
16975 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16976
16977 * gnus-art.el (gnus-article-edit-part): Disable undo.
16978
16979 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16980
16981 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16982 gnus-article-date-lapsed-new-header is t if date timer is active;
16983 skip headers in which the original date value is empty.
16984 (gnus-article-save-original-date): Redefine it as a macro.
16985 (gnus-display-mime): Use it.
16986
16987 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16988
16989 * gnus-art.el (article-date-ut): Support converting date in
16990 forwarded parts as well.
16991 (gnus-article-save-original-date): New function.
16992 (gnus-display-mime): Use it.
16993
16994 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16995
16996 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16997 enclosure element of <item>.
16998
16999 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
17000
17001 * message.el (message-kill-buffer-query): Rename from
17002 `message-kill-buffer-query-if-modified'. Add :version.
17003
17004 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17005
17006 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17007 window layout.
17008
17009 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17010
17011 * mml.el: Autoload dnd when compiling.
17012
17013 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17014
17015 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17016 x-dnd-*.
17017
17018 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17019
17020 * qp.el (quoted-printable-encode-region): Save excursion.
17021
17022 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
17023
17024 * message.el (message-kill-buffer-query-if-modified): Add new variable
17025 so the user can kill a modified message buffer quickly.
17026 (message-kill-buffer): Use it.
17027
17028 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
17029
17030 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17031 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17032
17033 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17034
17035 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17036 contained in text because xml.el decodes entities) with LFs.
17037
17038 2005-04-11 Lute Kamstra <lute@gnu.org>
17039
17040 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17041 differently.
17042
17043 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * mm-util.el (mm-detect-coding-region): Typo.
17046
17047 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
17048
17049 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17050
17051 2005-04-06 Deepak Goel <deego@gnufans.org>
17052
17053 * spam-stat.el (spam-stat-score-buffer): Add a call to a
17054 user-function allow user modifications of the scores.
17055 (spam-stat-score-buffer-user): New function, to allow
17056 user-computed modifications to the score.
17057 (spam-stat-score-buffer-user-functions): List of additional
17058 scoring functions.
17059 (spam-stat-error-holder): Global temporary error holder.
17060 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17061 variable.
17062
17063 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
17064
17065 * gnus-registry.el (gnus-registry-clean-empty-function)
17066 (gnus-registry-trim, gnus-registry-fetch-groups)
17067 (gnus-registry-delete-group): Groups that match
17068 `gnus-registry-ignored-groups' are removed from the registry
17069 entries, not just ignored for splitting. This helps clean up the
17070 registry. Also, `gnus-registry-fetch-groups' is a convenient way
17071 to get all the groups a message ID is in.
17072
17073 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17074 (spam-stat-split-fancy): Change "threshhold" to "threshold".
17075 (spam-stat-score-buffer-user-functions): Add :number custom type.
17076
17077 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17078
17079 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17080 argument in XEmacs.
17081
17082 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17083 (nnrss-request-group): Decode group name first.
17084 (nnrss-request-article): Make a text/plain article if mml-to-mime
17085 failed.
17086 (nnrss-get-encoding): Return a compatible encoding according to
17087 nnrss-compatible-encoding-alist.
17088 (nnrss-find-el): Use consp instead of listp.
17089 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17090
17091 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17092
17093 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17094 which Emacs 20 doesn't support.
17095 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17096
17097 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17098
17099 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17100 silence the byte compiler inside the defun.
17101
17102 * gnus-demon.el (parse-time-string): Add autoload.
17103
17104 * gnus-delay.el (parse-time-string): Add autoload.
17105
17106 * gnus-art.el (parse-time-string): Add autoload.
17107
17108 * nnultimate.el (parse-time): Require for `parse-time-string'.
17109
17110 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17111
17112 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17113
17114 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17115
17116 * smime.el (smime-ldap-host-list): Add :version.
17117
17118 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17119
17120 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17121 pass it to `gnus-browse-read-group'.
17122 (gnus-browse-read-group): Add NUMBER argument and pass it to
17123 `gnus-group-read-ephemeral-group'.
17124
17125 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17126 argument and pass it to `gnus-group-read-group'.
17127
17128 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
17129
17130 * mm-util.el (mm-xemacs-find-mime-charset): Only call
17131 mm-xemacs-find-mime-charset-1 if we have the mule feature
17132 available at runtime.
17133
17134 2005-03-25 Werner Lemberg <wl@gnu.org>
17135
17136 * nnmaildir.el: Replace `illegal' with `invalid'.
17137
17138 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * gnus-start.el (gnus-display-time-event-handler):
17141 Check display-time-timer at runtime rather than only at load time
17142 in case display-time-mode is turned off in the mean time.
17143
17144 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17145
17146 * nnimap.el (nnimap-open-connection): Print which authinfo file is
17147 used.
17148
17149 * nneething.el (nneething-map-file-directory): Derive from
17150 `gnus-directory'.
17151
17152 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17153 the To/Cc button.
17154
17155 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17156
17157 * nnmaildir.el (nnmaildir-request-accept-article):
17158 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17159
17160 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17161
17162 * gnus-async.el: Require timer-funcs at compile time when in
17163 XEmacs for `run-with-idle-timer'.
17164
17165 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17166
17167 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17168 autoloaded function.
17169
17170 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17173
17174 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
17175
17176 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17177
17178 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17179
17180 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17181 Add gnus-expert-user to default.
17182
17183 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
17184
17185 * nnimap.el (nnimap-open-server): Ditto.
17186
17187 * imap.el (imap-authenticate): Fix typo.
17188
17189 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
17190
17191 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17192 buffer (since IMAP server might return FETCH response out of
17193 order, and the nntp buffer must be sorted).
17194
17195 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
17196
17197 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17198 comparison on string.
17199
17200 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17201 (gnus-agent-score): Rename category keywords to match gnus-cus.
17202 (gnus-agent-summary-fetch-series): Modify to protect against
17203 gnus-agent-summary-fetch-group clearing processable flags.
17204 (gnus-agent-synchronize-group-flags): Update live group buffer as
17205 synchronization may occur due to the user toggle the plugged
17206 status.
17207 (gnus-agent-fetch-group-1): Clear downloadable flag when article
17208 successfully downloaded.
17209 (gnus-agent-expire-group-1): Avoid using markers when the overview
17210 is in ascending order; greatly improves performance.
17211 (gnus-agent-regenerate-group):
17212 Use gnus-agent-synchronize-group-flags to reset read status in both
17213 gnus and server.
17214 (gnus-agent-update-files-total-fetched-for): Fix initial size.
17215
17216 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17217
17218 * message.el: Don't autoload former message-utils variables.
17219 (message-strip-subject-trailing-was): Change doc string.
17220
17221 * nnweb.el: Fixes for `gnus-group-make-web-group'.
17222 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
17223 (nnweb-google-search): Add "hl=en" here.
17224 (nnweb-google-parse-1, nnweb-google-create-mapping):
17225 Don't hardcode URL.
17226
17227 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17228
17229 * message.el (message-get-reply-headers, message-followup):
17230 Mention related variables `message-use-followup-to' and
17231 `message-use-mail-followup-to', in the information buffer.
17232
17233 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17234 of broken groups(-beta).google.com.
17235
17236 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
17237
17238 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17239 parameter to invoked gnus-request-move-article; remove the
17240 redundant gnus-sum-hint-move-is-internal variable; apply the marks
17241 all at once instead of once per article.
17242 (gnus-summary-remove-process-mark): Accept a list of articles as
17243 well as a single article for processing.
17244
17245 * gnus-int.el (gnus-request-move-article): Add move-is-internal
17246 parameter.
17247
17248 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17249
17250 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17251
17252 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17253 parameter.
17254
17255 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17256 parameter.
17257
17258 * nnimap.el (nnimap-request-move-article): Add move-is-internal
17259 parameter and remove the gnus-sum-hint-move-is-internal variable.
17260
17261 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17262 parameter.
17263
17264 * nndraft.el (nndraft-request-move-article): Add move-is-internal
17265 parameter.
17266
17267 * nndiary.el (nndiary-request-move-article): Add move-is-internal
17268 parameter.
17269
17270 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17271
17272 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17273 parameter.
17274
17275 * nnagent.el (nnagent-request-move-article): Add move-is-internal
17276 parameter.
17277
17278 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17279
17280 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17281 a more conservative way.
17282
17283 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17284
17285 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17286 buffer, so it moves the window's cursor.
17287
17288 2005-02-26 Arne Jørgensen <arne@arnested.dk>
17289
17290 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17291 `mm-dissect-multipart' and receive the from field as an (optional)
17292 argument from `mm-dissect-multipart'.
17293 (mm-dissect-multipart): Receive the from field as an argument and
17294 pass it on when we call `mm-dissect-buffer' on MIME parts.
17295 Fixes verification/decryption of signed/encrypted MIME parts.
17296
17297 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
17298
17299 * gnus-sum.el (gnus-summary-move-article):
17300 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17301 whatever it calls (right now, only nnimap-request-move article
17302 respects it).
17303
17304 * nnimap.el (nnimap-request-move-article):
17305 When gnus-sum-hint-move-is-internal is set, don't do the extra
17306 nnimap-request-article.
17307
17308 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17309
17310 * nnheader.el (nnheader-find-file-noselect): Add doc string.
17311
17312 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17313 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17314
17315 * gnus-sum.el (gnus-summary-caesar-message):
17316 Apply `gnus-treat-article' after rotation.
17317
17318 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17319 doc string.
17320
17321 2005-02-22 Simon Josefsson <jas@extundo.com>
17322
17323 * encrypt.el (encrypt-password-cache-expiry): Remove (use
17324 `password-cache-expiry' instead). Reported by Arne Jørgensen
17325 <arne@arnested.dk>.
17326 (encrypt): Add password-cache and password-cache-expiry as group
17327 members.
17328
17329 2005-02-22 Arne Jørgensen <arne@arnested.dk>
17330
17331 * smime.el (smime-ldap-host-list): Doc fix.
17332 (smime-ask-passphrase): Use `password-read-and-add' to read (and
17333 cache) password.
17334 (smime-sign-region): Use it.
17335 (smime-decrypt-region): Use it.
17336 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17337 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17338 fails.
17339 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17340 certificate from DER to PEM format rather than calling openssl.
17341
17342 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17343
17344 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17345 for signing/encryption.
17346
17347 * mml.el (mml-parse-1): Use them.
17348
17349 2005-02-21 Arne Jørgensen <arne@arnested.dk>
17350
17351 * nnrss.el (nnrss-verbose): Remove.
17352 (nnrss-request-group): Use `nnheader-message' instead.
17353
17354 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
17355
17356 * nnrss.el (nnrss-verbose): New variable.
17357 (nnrss-request-group): Make it say nnrss is requesting a group.
17358
17359 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17360
17361 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17362 Handle news URL with given port correctly.
17363
17364 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
17365
17366 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17367 containing special characters.
17368
17369 * gnus-sum.el (gnus-summary-edit-article): Ditto.
17370
17371 * mml.el (mime-to-mml): Ditto.
17372
17373 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17374 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17375 (rfc2047-decode-region): Quote decoded words containing special
17376 characters when rfc2047-quote-decoded-words-containing-tspecials
17377 is non-nil.
17378
17379 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
17380
17381 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17382
17383 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17384
17385 2005-02-15 Simon Josefsson <jas@extundo.com>
17386
17387 * nnimap.el (nnimap-debug): Doc fix.
17388
17389 * imap.el (imap-debug): Doc fix.
17390
17391 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17392
17393 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17394
17395 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17396
17397 * gnus.el (spam-contents): Improve docs for spam-contents
17398 parameter in its variable incarnation.
17399
17400 2005-02-14 Simon Josefsson <jas@extundo.com>
17401
17402 * smime-ldap.el: Use require instead of load-library for ldap.
17403 (smime-ldap-search): Indent.
17404 (smime-ldap-search-internal): Shorten line.
17405
17406 * smime.el (smime-cert-by-dns): Add doc-string.
17407 (smime-cert-by-ldap-1): Indent.
17408
17409 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17410 mml-smime-get-dns-ldap.
17411 (mml-smime-encrypt-query): Use new function. Default to ldap.
17412
17413 2005-02-14 Arne Jørgensen <arne@arnested.dk>
17414
17415 * smime.el: Require smime-ldap.
17416 (smime-ldap-host-list): New variable.
17417 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17418
17419 * mml-smime.el (mml-smime-encrypt-query): New function.
17420 (mml-smime-encrypt-query): Use it.
17421
17422 * smime-ldap.el: New file.
17423
17424 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17425
17426 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17427
17428 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17429
17430 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17431 argument in doc string. Make query for type more clear.
17432
17433 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17434
17435 * gnus.el (gnus-group-startup-message): Search for gnus images in
17436 etc/images/gnus.
17437 * mm-util.el (mm-image-load-path): Likewise.
17438 * smiley.el (smiley-data-directory): Search for smilies in
17439 etc/images/smilies.
17440
17441 2005-02-09 Kim F. Storm <storm@cua.dk>
17442
17443 Change Emacs release version from 21.4 to 22.1 throughout.
17444 Change Emacs development version from 21.3.50 to 22.0.50.
17445
17446 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17447
17448 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17449
17450 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17451 non-Mule XEmacs as well.
17452 (mm-decompress-buffer): Signal an error intentionally if it does
17453 not decompress compressed data because auto-compression-mode is
17454 disabled.
17455
17456 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
17457
17458 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17459 an ID in the registry even if it has no groups.
17460
17461 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
17462
17463 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17464 merge it into mm-decompress-buffer.
17465 (gnus-mime-copy-part): Use the MIME part charset, the value which
17466 a user specified or gnus-newsgroup-charset for decoding, like
17467 gnus-mime-inline-part does; set buffer-file-coding-system to tell
17468 save-buffer what was used. Suggested by Kevin Ryde
17469 <user42@zip.com.au>.
17470 (gnus-mime-inline-part): Allow the name parameter as well as the
17471 filename parameter; force decompressing of compressed data; always
17472 display contents being not decoded as unibyte.
17473
17474 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17475 as well as the filename parameter.
17476
17477 * mm-util.el (mm-decompress-buffer):
17478 Merge gnus-mime-jka-compr-maybe-uncompress.
17479 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17480 of compressed data.
17481
17482 2005-02-08 Simon Josefsson <jas@extundo.com>
17483
17484 * imap.el (imap-log): Doc fix.
17485
17486 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17487
17488 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17489 the coding cookies; decompress compressed parts.
17490
17491 * mml.el (mml-generate-mime-1): Add the charset parameter according
17492 to the value which a user specified manually or the coding cookie.
17493
17494 * mm-util.el (mm-string-to-multibyte): New function.
17495 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17496 (mm-coding-system-to-mime-charset): New function.
17497 (mm-decompress-buffer): New function.
17498 (mm-find-buffer-file-coding-system): New function.
17499
17500 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17501 (mm-display-inline-fontify): Rewrite for decoding and decompressing
17502 parts.
17503
17504 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17505
17506 * mm-view.el (mm-display-inline-fontify): Decode a part according
17507 to the charset parameter.
17508
17509 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17510
17511 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17512 prefix arg is neither nil nor a number, as info specifies.
17513
17514 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
17515
17516 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17517 timestamps.
17518
17519 2005-02-02 Jari Aalto <jari.aalto@cante.net>
17520
17521 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17522 groups error checking and notify user.
17523
17524 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
17525
17526 * message.el (message-send-mail-function): Check existence of
17527 sendmail-program first before using default value
17528 `message-send-mail-with-sendmail'. Otherwise use more generic
17529 `smtpmail-send-it'.
17530
17531 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
17532
17533 * nntp.el (nntp-request-update-info): Always return nil.
17534
17535 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
17536
17537 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17538
17539 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * message.el (message-beginning-of-line): Change the behavior when
17542 invoked between BOL and : so that it first moves backward.
17543
17544 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17545
17546 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17547 article buffer when editing of the article is discarded.
17548 (gnus-article-prepare): Revert.
17549
17550 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17551
17552 * gnus-art.el (gnus-article-prepare):
17553 Remove message-strip-forbidden-properties from the local hook.
17554
17555 2005-01-27 Simon Josefsson <jas@extundo.com>
17556
17557 * password.el (password-cache-add): Only start one timer per key.
17558 Reported by Derek Atkins <warlord@MIT.EDU>.
17559
17560 2005-01-26 Steve Youngs <steve@sxemacs.org>
17561
17562 * run-at-time.el: Remove. It is no longer needed as
17563 timer-funcs.el in the xemacs-base package has a working version of
17564 `run-at-time'.
17565
17566 * password.el: Require timer-funcs instead of run-at-time in
17567 XEmacs.
17568 Remove `password-run-at-time' macro.
17569 (password-cache-add): Use `run-at-time' instead of
17570 `password-run-at-time'.
17571
17572 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17573 for `run-with-idle-timer'.
17574
17575 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17576 for `run-at-time'.
17577
17578 * mm-url.el: Require timer-funcs at compile time when in XEmacs
17579 for `with-timeout'.
17580
17581 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17582
17583 * mml.el (mml-generate-mime-1): Convert string into unibyte when
17584 inserting " *mml*" buffer's contents into a unibyte temp buffer.
17585
17586 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
17587
17588 * mail-source.el (mail-source-fetch-imap): Search for ^From case
17589 sensitively.
17590
17591 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
17592
17593 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17594
17595 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
17596
17597 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17598 which will be inserted according to the multibyteness of a buffer
17599 rather than the type of contents. Suggested by ARISAWA Akihiro
17600 <ari@mbf.ocn.ne.jp>.
17601
17602 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17603 of string which old xml.el may return rather than a string.
17604
17605 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17606
17607 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17608
17609 2005-01-16 Simon Josefsson <jas@extundo.com>
17610
17611 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17612 idn/idna.el isn't available.
17613 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
17614 <michael@waxrat.com>.
17615
17616 * hashcash.el: Remove non-FSF copyright header.
17617
17618 * hashcash.el (hashcash-extra-generate-parameters): New variable.
17619 (hashcash-generate-payment): Use it.
17620 (hashcash-generate-payment-async): Use it.
17621
17622 2005-01-15 Simon Josefsson <jas@extundo.com>
17623
17624 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17625 Suggested by Raymond Scholz <ray-2005@zonix.de>.
17626
17627 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17628 gnus-summary-idna-message.
17629 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17630 (gnus-summary-idna-message): New function.
17631
17632 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17633
17634 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17635 gnus-novice-user.
17636
17637 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
17638
17639 * nnrss.el (nnrss-request-delete-group): Delete entries in
17640 nnrss-group-alist as well.
17641 (nnrss-save-server-data): Insert newline.
17642
17643 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
17644
17645 * gnus.el (gnus-user-agent): Use list of symbols instead of
17646 symbols. Display full version number for (S)XEmacs.
17647 Optionally display (S)XEmacs codename.
17648
17649 * gnus-util.el (gnus-emacs-version): Update for new
17650 `gnus-user-agent'.
17651
17652 * gnus-msg.el (gnus-extended-version): Make it possible to omit
17653 Gnus version.
17654
17655 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17656
17657 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
17658 which is unreadable in some setups.
17659
17660 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17661
17662 * gnus-spec.el (gnus-update-format-specifications): Flush the
17663 group format spec cache if it doesn't support decoded group names.
17664
17665 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
17666
17667 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17668 Allow to apply decay on score files matching a regexp.
17669
17670 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
17671
17672 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17673 compatibility in %g and %c.
17674
17675 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
17676
17677 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17678 name for only %g and %c.
17679 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17680 of gnus-tmp-group to decoded group name.
17681 (gnus-group-make-rss-group): Exclude `/'s from group names.
17682
17683 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
17684
17685 * nnrss.el (nnrss-get-encoding): Fix regexp.
17686
17687 2004-12-27 Simon Josefsson <jas@extundo.com>
17688
17689 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17690 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17691 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
17692
17693 2004-12-17 Kim F. Storm <storm@cua.dk>
17694
17695 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17696
17697 * gnus-sum.el (gnus-summary-mode-map): Likewise.
17698
17699 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17700
17701 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17702
17703 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
17704
17705 * nnrss.el: Require rfc2047 and mml.
17706 (nnrss-file-coding-system): New variable.
17707 (nnrss-format-string): Redefine it as an inline function.
17708 (nnrss-decode-group-name): New function.
17709 (nnrss-string-as-multibyte): Remove.
17710 (nnrss-retrieve-headers): Decode group name; don't use
17711 nnrss-format-string.
17712 (nnrss-request-group): Decode group name.
17713 (nnrss-request-article): Decode group name; allow a Message-ID as
17714 well as an article number; don't use nnrss-format-string; encode a
17715 Message-ID string which may contain non-ASCII characters; use
17716 mml-to-mime to compose a MIME article.
17717 (nnrss-request-expire-articles): Decode group name.
17718 (nnrss-request-delete-group): Decode group name.
17719 (nnrss-fetch): Clarify error message.
17720 (nnrss-read-server-data): Use insert-file-contents instead of load;
17721 bind file-name-coding-system; use multibyte buffer.
17722 (nnrss-save-server-data): Bind coding-system-for-write to the
17723 value of nnrss-file-coding-system; bind file-name-coding-system;
17724 add coding cookie.
17725 (nnrss-read-group-data): Use insert-file-contents instead of load;
17726 bind file-name-coding-system; use multibyte buffer.
17727 (nnrss-save-group-data): Bind coding-system-for-write to the
17728 value of nnrss-file-coding-system; bind file-name-coding-system.
17729 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17730 make it work with non-ASCII text.
17731 (nnrss-find-el): Make it work with old xml.el as well.
17732
17733 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17734
17735 * nnrss.el (nnrss-get-encoding): New function.
17736 (nnrss-fetch): Use unibyte buffer initially; bind
17737 coding-system-for-read while performing mm-url-insert; remove ^Ms;
17738 decode contents according to the encoding attribute.
17739 (nnrss-save-group-data): Add coding cookie.
17740 (nnrss-mime-encode-string): New function.
17741 (nnrss-check-group): Use it to encode subject and author.
17742
17743 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
17744
17745 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17746 imaginary variable.
17747
17748 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17749
17750 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17751 correctly even if there are wide characters.
17752
17753 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17754
17755 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17756 downcased symbol names; make a new cache instead of reusing
17757 bbdb-hashtable.
17758
17759 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17760
17761 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17762 concatenating segments rather than before concatenating them.
17763 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17764
17765 * message.el (message-get-reply-headers): Bind `extra'.
17766
17767 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17768
17769 * message.el (message-extra-wide-headers): New variable.
17770 (message-get-reply-headers): Use it.
17771
17772 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17773
17774 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17775 (gnus-agent-group-pathname): Ditto.
17776
17777 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17778
17779 * gnus-group.el (gnus-group-make-group): Decode group name.
17780 (gnus-group-make-rss-group): Register the group data after opening
17781 the nnrss group.
17782
17783 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17784
17785 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17786 by expiry now get marked as read.
17787
17788 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17789
17790 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17791
17792 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17793
17794 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17795 unify Latin characters in XEmacs.
17796 (mm-find-mime-charset-region): Use it.
17797
17798 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17799
17800 * gnus-util.el (gnus-delete-directory): New function.
17801
17802 * gnus-agent.el (gnus-agent-delete-group): Use it.
17803
17804 * gnus-cache.el (gnus-cache-delete-group): Use it.
17805
17806 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17807
17808 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17809 names.
17810
17811 2004-12-16 Simon Josefsson <jas@extundo.com>
17812
17813 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17814
17815 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17816
17817 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17818
17819 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17820 (gnus-group-set-current-level): Decode group name.
17821
17822 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17823
17824 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17825 failed.
17826
17827 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17828
17829 * gnus-group.el (gnus-group-delete-group): Decode group name.
17830 (gnus-group-make-rss-group): Encode group name.
17831 (gnus-group-catchup-current): Decode group name.
17832 (gnus-group-kill-group): Decode group name.
17833
17834 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17835
17836 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17837
17838 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17839
17840 * gnus-group.el (gnus-group-make-rss-group):
17841 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17842
17843 * gnus-start.el (gnus-setup-news): Honor user's setting to
17844 gnus-message-archive-method. Suggested by Lute Kamstra
17845 <lute@gnu.org>.
17846
17847 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17848
17849 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17850 global counterparts of the buffer-local variables.
17851
17852 2004-11-16 Romain Francoise <romain@orebokech.com>
17853
17854 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17855 counterparts of the buffer-local variables.
17856
17857 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17858
17859 * message.el (message-forbidden-properties): Fix typo in doc
17860 string.
17861
17862 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17863
17864 * gnus-util.el (gnus-replace-in-string): Add doc string.
17865
17866 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17867 to avoid problems when splitting mails with many recipients.
17868
17869 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17872 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17873
17874 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17875
17876 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17877 if there is no hashtable in memory or file modification time is
17878 newer than cached timestamp.
17879
17880 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17881
17882 * gnus-sum.el (gnus-summary-limit-to-recipient):
17883 Implement not-matching option.
17884
17885 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17886
17887 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17888 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17889 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17890 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17891 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17892 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17893
17894 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17895
17896 * message.el (message-forward-make-body-mml): Remove headers
17897 according to message-forward-ignored-headers if a message is decoded.
17898
17899 2004-12-02 Romain Francoise <romain@orebokech.com>
17900
17901 * message.el (message-forward-make-body-plain): Always remove
17902 headers according to message-forward-ignored-headers.
17903
17904 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17905
17906 * spam.el (spam-summary-prepare-exit): Remove the
17907 gnus-summary-limit pop for now, it has problems with ham marks for
17908 me.
17909
17910 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17911
17912 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17913 correctly.
17914
17915 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17916
17917 * format-spec.el (format-spec): Message the char.
17918
17919 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17920
17921 * gnus-art.el (gnus-split-methods): Reformat comments.
17922
17923 * spam.el (spam-summary-prepare-exit): Remove article limits
17924 before exiting the summary buffer.
17925
17926 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17927
17928 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17929 order to silence the byte compiler.
17930
17931 * spam.el: Fix the way to silence the byte compiler, which
17932 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17933 bbdb-search-simple, spam-BBDB-register-routine,
17934 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17935 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17936 spam-stat-buffer-is-spam, spam-stat-load,
17937 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17938 spam-stat-save and spam-stat-split-fancy.
17939
17940 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17941
17942 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17943 which may confuse users.
17944 (canlock-password-for-verify): Ditto.
17945
17946 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17947
17948 * gnus-art.el (gnus-emphasis-alist): Ditto.
17949
17950 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17951
17952 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17953
17954 * gnus-start.el (gnus-save-killed-list): Ditto.
17955
17956 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17957 (gnus-sum-thread-tree-root): Ditto.
17958 (gnus-sum-thread-tree-false-root): Ditto.
17959 (gnus-sum-thread-tree-single-indent): Ditto.
17960
17961 * message.el (message-courtesy-message): Ditto.
17962 (message-archive-note): Ditto.
17963 (message-subscribed-address-file): Ditto.
17964 (message-user-fqdn): Ditto.
17965
17966 * spam-report.el (spam-report-gmane-regex): Ditto.
17967
17968 * spam.el (spam-blackhole-good-server-regex): Ditto.
17969
17970 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17971
17972 * mml.el (mml-preview): Widen the message buffer before copying
17973 the contents to the preview buffer; sort headers before previewing.
17974
17975 * message.el (message-hidden-headers): Fix the way to avoid a bug
17976 in the `repeat' widget in Emacs 21.3 or earlier.
17977
17978 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17979
17980 * message.el (message-hidden-headers): Default to "^References:".
17981 Improve customization type. Suggested by Reiner Steib
17982 <Reiner.Steib@gmx.de>.
17983
17984 2004-11-25 Romain Francoise <romain@orebokech.com>
17985
17986 * message.el (message-strip-forbidden-properties): Remove check for
17987 obsolete `message-hidden' text property, hidden headers are not
17988 accessible in the buffer anymore.
17989
17990 2004-11-22 Romain Francoise <romain@orebokech.com>
17991
17992 * message.el (message-header-format-alist): Add `From' in list
17993 so that it can be sorted.
17994 (message-fix-before-sending): Widen and sort headers before
17995 sending.
17996 (message-hide-headers): Use narrowing to hide headers by moving
17997 them to the top of the buffer and narrowing to the region
17998 underneath.
17999
18000 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18001
18002 * message.el (message-strip-forbidden-properties):
18003 Bind buffer-read-only (etc) to nil.
18004
18005 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
18006
18007 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18008 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18009
18010 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
18011
18012 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18013
18014 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18015
18016 * dns.el (query-dns): Use sit-for to time instead of
18017 accept-process-output, since that doesn't seem to work on udp
18018 sockets.
18019
18020 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
18021
18022 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18023
18024 2004-11-15 Jesper Harder <harder@ifa.au.dk>
18025
18026 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18027 doc string. Improve doc string.
18028
18029 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
18030
18031 * nntp.el (nntp-request-update-info): Return nil if
18032 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18033 may not call gnus-activate-group which uselessly issues the GROUP
18034 commands for all nntp groups and wastes time. Reported by Romain
18035 Francoise <romain@orebokech.com>.
18036
18037 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18038
18039 2004-11-15 Simon Josefsson <jas@extundo.com>
18040
18041 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18042 headers separately.
18043 (gnus-button-openpgp): New function, inspired by Jochen Küpper
18044 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18045
18046 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
18047
18048 * gnus-start.el (gnus-convert-old-newsrc):
18049 Assign legacy-gnus-agent to 5.10.7.
18050
18051 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18052
18053 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18054 start of the lines.
18055
18056 2004-11-14 Magnus Henoch <mange@freemail.hu>
18057
18058 * hashcash.el (hashcash-default-payment): Change default to 20.
18059 (hashcash-default-accept-payment): Change default to 20.
18060 (hashcash-process-alist): New variable.
18061 (hashcash-generate-payment-async): Add.
18062 (hashcash-already-paid-p): Add.
18063 (hashcash-insert-payment): Don't generate payments twice.
18064 (hashcash-insert-payment-async): Add.
18065 (hashcash-insert-payment-async-2): Add.
18066 (hashcash-cancel-async): Add.
18067 (hashcash-wait-async): Add.
18068 (hashcash-processes-running-p): Add.
18069 (hashcash-wait-or-cancel): Add.
18070 (mail-add-payment): New optional argument. Conditionally start
18071 asynchronous calculation.
18072 (mail-add-payment-async): Add.
18073
18074 * message.el (message-send-mail): Wait for asynchronous hashcash
18075 results. Don't clobber existing X-Hashcash headers.
18076 (message-setup-1): Call mail-add-payment-async when
18077 message-generate-hashcash is non-nil.
18078
18079 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18080
18081 * message.el (message-use-alternative-email-as-from): Examine the
18082 From header as well; use message-make-from in order to include a
18083 user's full name.
18084
18085 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
18086
18087 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18088 default; improve customization type.
18089 (gnus-emphasis-custom-with-format): New macro.
18090 (gnus-emphasis-custom-value-to-external): New function.
18091 (gnus-emphasis-custom-value-to-internal): New function.
18092
18093 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18094
18095 * dns.el (query-dns): Resolve reverse addresses.
18096
18097 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18098
18099 * gnus-group.el (gnus-group-get-new-news): Use it.
18100
18101 * gnus-start.el (gnus-check-reasonable-setup): New function.
18102
18103 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
18104
18105 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18106 "Args out of range" error. Reported by Arnaud Giersch
18107 <arnaud.giersch@free.fr>.
18108
18109 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
18110
18111 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18112
18113 2004-11-04 Richard M. Stallman <rms@gnu.org>
18114
18115 * spam.el (spam group): Add :version.
18116
18117 * pgg-def.el (pgg group): Add :version.
18118
18119 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
18120
18121 * gnus-art.el (gnus-article-edit-article): Don't associate the
18122 article buffer with a draft file. This is a temporary measure
18123 against the 2004-08-22 change to gnus-article-edit-mode.
18124
18125 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
18126
18127 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18128 (html2text-format-tags): Remove unused variable `attr'.
18129
18130 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
18131
18132 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18133
18134 * spam-stat.el (spam-stat): Add :version.
18135
18136 * sieve.el (sieve): Add :version.
18137
18138 * sha1.el (sha1): Add :version.
18139 (sha1-use-external): Remove redundant version.
18140
18141 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18142 (nnmail-cache-ignore-groups, nnmail-spool-hook)
18143 (nnmail-split-fancy-match-partial-words)
18144 (nnmail-split-lowercase-expanded): Add :version.
18145
18146 * nndiary.el (nndiary): Add :version.
18147
18148 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18149
18150 * mml-sec.el (mml-default-sign-method)
18151 (mml-default-encrypt-method, mml-signencrypt-style-alist):
18152 Add :version.
18153
18154 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18155
18156 * mm-url.el (mm-url-use-external, mm-url-program)
18157 (mm-url-arguments): Add :version.
18158
18159 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18160 (mm-attachment-file-modes, mm-decrypt-option)
18161 (mm-w3m-safe-url-regexp): Add :version.
18162
18163 * message.el (message-cite-prefix-regexp)
18164 (message-sendmail-envelope-from, message-minibuffer-local-map)
18165 (message-user-fqdn, message-completion-alist): Add :version.
18166
18167 * gnus-win.el (gnus-configure-windows-hook)
18168 (gnus-use-frames-on-any-display): Add :version.
18169
18170 * gnus-art.el (gnus-article-address-banner-alist)
18171 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18172 (gnus-treat-from-picon, gnus-treat-mail-picon)
18173 (gnus-treat-x-pgp-sig): Add :version.
18174
18175 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18176 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18177 (gnus-summary-article-delete-hook)
18178 (gnus-summary-display-while-building): Add :version.
18179
18180 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18181 (gnus-get-top-new-news-hook): Add :version.
18182
18183 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18184 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18185
18186 * gnus-registry.el (gnus-registry): Add :version.
18187
18188 * gnus-spec.el (gnus-use-correct-string-widths)
18189 (gnus-make-format-preserve-properties): Add :version.
18190
18191 * gnus.el (gnus-group-charter-alist)
18192 (gnus-group-fetch-control-use-browse-url)
18193 (gnus-install-group-spam-parameters): Add :version.
18194
18195 * gnus-diary.el (gnus-diary): Add :version.
18196
18197 * gnus-delay.el (gnus-delay): Add :version.
18198
18199 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18200 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18201 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18202 Add :version.
18203
18204 * gnus-agent.el (gnus-agent-max-fetch-size)
18205 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18206 (gnus-agent-prompt-send-queue): Add :version.
18207
18208 * deuglify.el (gnus-outlook-deuglify): Add :version.
18209
18210 * html2text.el: Beautify code. Improve doc strings.
18211 Some checkdoc cleanup.
18212 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18213
18214 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18215
18216 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18217
18218 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
18219
18220 * gnus-registry.el (gnus-registry-hashtb): Create the registry
18221 when package is loaded.
18222
18223 * spam.el (spam-summary-score-preferred-header): Add global preference
18224 for people who want to override the default SpamAssassin over
18225 Bogofilter preference (when both are set).
18226 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18227 (spam-user-format-function-S):
18228 Check spam-summary-score-preferred-header.
18229 (spam-extra-header-to-number): Add X-Bogosity header parsing.
18230 (spam-user-format-function-S): Format the score correctly.
18231
18232 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
18233
18234 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18235 signature file. Suggested by Manoj Srivastava
18236 <srivasta@golden-gryphon.com>.
18237
18238 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18239 iso-2022-jp even in the Japanese language environment.
18240 Suggested by Jason Rumney <jasonr@gnu.org>.
18241
18242 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
18243
18244 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18245 use the same characters as the dummy marks; make it free from
18246 getting affected by the language environment.
18247 (gnus-summary-read-group-1): Update mark positions only when the
18248 format spec is updated.
18249
18250 * gnus-spec.el (gnus-update-format-specifications): Return a list
18251 of updated types.
18252
18253 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
18254
18255 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18256 of boundp to check if display-warning is available.
18257
18258 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
18259
18260 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18261
18262 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18263
18264 * nnspool.el (nnspool-spool-directory): Use news-path if the
18265 news-directory variable is not bound.
18266
18267 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18268 function instead of display-warning if it is not available.
18269
18270 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18271
18272 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18273 v5-10: Use `point-at-bol'.
18274
18275 2004-10-26 Simon Josefsson <jas@extundo.com>
18276
18277 * hashcash.el: Fix URL in comment, reported by Cheng Gao
18278 <chenggao@gmail.com>.
18279
18280 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18281
18282 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
18283 instead.
18284
18285 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
18286
18287 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18288 to remove a server from the nnimap-server-buffer-alist.
18289 (nnimap-open-connection, nnimap-close-server): Use it.
18290
18291 * gnus-encrypt.el: Remove file in favor of encrypt.el.
18292
18293 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
18294
18295 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18296 running the major-mode function.
18297
18298 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18299
18300 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18301 dummy marks in the right way.
18302
18303 2004-10-18 David Edmondson <dme@dme.org>
18304
18305 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18306 excessively.
18307
18308 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
18309
18310 * gnus-util.el (gnus-split-references): Accept a nil references
18311 string and go on blissfully.
18312
18313 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18314 cases where the references string is non-nil but has no references.
18315
18316 * encrypt.el: Add autoload tags.
18317
18318 * spam.el (spam-resolve-registrations-routine): Remove article
18319 from unregistration list too. Reported by David Hanak
18320 <dhanak@isis.vanderbilt.edu>
18321
18322 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
18323
18324 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18325 nil. Change custom type.
18326
18327 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
18328
18329 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18330
18331 * gnus-sum.el (gnus-summary-move-article): Use it.
18332
18333 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
18334
18335 * encrypt.el: Add autoload cookies.
18336
18337 * spam.el (spam-backend-article-list-property)
18338 (spam-backend-get-article-todo-list)
18339 (spam-backend-put-article-todo-list)
18340 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18341 Resolve registrations separately.
18342 (spam-register-routine): Format comments.
18343 (spam-unregister-routine, spam-register-routine): Always call with
18344 specific-articles, no default list.
18345 (spam-summary-prepare-exit): Use the spam-classifications function.
18346
18347 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18348 gnus-encrypt.el.
18349
18350 * encrypt.el: Copied from gnus-encrypt.el.
18351
18352 * gnus-encrypt.el: Commented that it's obsolete.
18353
18354 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18355
18356 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18357 (gnus-score-save): Use it.
18358
18359 * message.el (message-bury): Use `window-dedicated-p'.
18360
18361 2004-10-15 Simon Josefsson <jas@extundo.com>
18362
18363 * pop3.el (top-level): Don't require nnheader.
18364 (pop3-read-timeout): Add.
18365 (pop3-accept-process-output): Add.
18366 (pop3-read-response, pop3-retr): Use it.
18367
18368 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
18369
18370 * spam.el (spam-register-routine): Move comment.
18371 (spam-verify-bogofilter): Use 'unknown for the initial
18372 spam-bogofilter-valid state, not 'never.
18373
18374 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18375 for netrc-machine.
18376
18377 * nnimap.el (nnimap-open-connection):
18378 Use netrc-machine-user-or-password.
18379
18380 2004-10-17 Richard M. Stallman <rms@gnu.org>
18381
18382 * gnus-registry.el (gnus-registry-unload-hook):
18383 Set as a variable with add-hook.
18384
18385 * nnspool.el (nnspool-spool-directory): Use news-directory instead
18386 of news-path.
18387
18388 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18389
18390 * spam.el: Delete duplicate `provide'.
18391 (spam-unload-hook): Set as a variable with add-hook.
18392
18393 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18394
18395 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18396 in the doc string.
18397
18398 * message.el (message-ignored-news-headers)
18399 (message-ignored-supersedes-headers)
18400 (message-ignored-resent-headers)
18401 (message-forward-ignored-headers): Improve custom type.
18402
18403 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
18404
18405 * message.el (message-tokenize-header): Fix 2004-09-06 change
18406 which used point-min in the wrong place.
18407
18408 2004-10-12 Simon Josefsson <jas@extundo.com>
18409
18410 * tls.el (tls-certtool-program): New variable.
18411 (tls-certificate-information): New function, based on
18412 ssl-certificate-information.
18413
18414 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
18415
18416 * compface.el: Move the version of ELisp-based uncompface program
18417 to the contrib directory because of the copyright problem.
18418
18419 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18420
18421 * message.el (message-kill-buffer): Raise the current frame.
18422
18423 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
18424
18425 * gnus-sum.el: Mention that multibyte characters don't work as marks.
18426
18427 * gnus.el (message-y-or-n-p): Autoload.
18428
18429 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18430 (pop3-password-required, pop3-authentication-scheme)
18431 (pop3-leave-mail-on-server): Make customizable.
18432 (pop3): New custom group.
18433 (pop3-retr): Remove `sleep-for' statements.
18434 Suggested by Dave Love <fx@gnu.org>.
18435
18436 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18437 Windows/DOS.
18438
18439 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18440 (imap-parse-body): Fix incorrect use of `assert'.
18441 Suggested by Dave Love <fx@gnu.org>.
18442
18443 * mml.el (mml-minibuffer-read-disposition): Require match.
18444 Suggested by Dave Love <fx@gnu.org>.
18445
18446 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18447
18448 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
18449 doc string.
18450
18451 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
18452
18453 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18454
18455 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18456
18457 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18458 instead of calling `mm-insert-inline', to decode text/* parts
18459 before displaying them.
18460
18461 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
18462
18463 * mm-uu.el (mm-uu-text-plain-type): New variable.
18464 (mm-uu-pgp-signed-extract-1): Use it.
18465 (mm-uu-pgp-encrypted-extract-1): Use it.
18466 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18467 bind mm-uu-text-plain-type with that value.
18468 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18469 mm-uu-dissect.
18470
18471 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18472
18473 * gnus-group.el (gnus-update-group-mark-positions):
18474 * gnus-sum.el (gnus-update-summary-mark-positions):
18475 * message.el (message-check-news-body-syntax):
18476 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18477 of string-as-multibyte.
18478
18479 2004-10-05 Juri Linkov <juri@jurta.org>
18480
18481 * gnus-group.el (gnus-update-group-mark-positions):
18482 * gnus-sum.el (gnus-update-summary-mark-positions):
18483 * message.el (message-check-news-body-syntax):
18484 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18485 8-bit unibyte values to a multibyte string for search functions.
18486
18487 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18488
18489 * mm-uu.el (mm-uu-dissect): Allow optional arg.
18490 (mm-uu-dissect-text-parts): New function.
18491
18492 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18493 dissect text parts.
18494
18495 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18496 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18497
18498 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18499
18500 * gnus-topic.el (gnus-topic-hierarchical-parameters):
18501 Use gnus-current-topics instead of gnus-current-topic.
18502
18503 2004-10-06 Jesper Harder <harder@ifa.au.dk>
18504
18505 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18506
18507 2004-10-05 Jesper Harder <harder@ifa.au.dk>
18508
18509 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18510 where appropriate.
18511
18512 * nnml.el (nnml-generate-active-info): do.
18513
18514 * nndiary.el (nndiary-generate-active-info): do.
18515
18516 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18517 (gnus-topic-move): do.
18518
18519 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18520 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18521
18522 * gnus-srvr.el (gnus-server-prepare)
18523 (gnus-server-open-all-servers): do.
18524
18525 * gnus-msg.el (gnus-summary-cancel-article)
18526 (gnus-summary-resend-message)
18527 (gnus-summary-mail-crosspost-complaint): do.
18528
18529 * gnus-move.el (gnus-change-server): do.
18530
18531 * gnus-group.el (gnus-group-unmark-all-groups)
18532 (gnus-group-set-current-level): do.
18533
18534 2004-10-04 Simon Josefsson <jas@extundo.com>
18535
18536 * message.el (message-generate-hashcash): Doc fix.
18537
18538 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
18539
18540 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18541 avoid infinite recursion via gnus-get-function.
18542
18543 2004-10-02 Jesper Harder <harder@ifa.au.dk>
18544
18545 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18546
18547 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18548
18549 * nnmail.el (nnmail-split-history): do.
18550
18551 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18552 (nnml-request-delete-group): do.
18553
18554 * nnslashdot.el (nnslashdot-read-groups): do.
18555
18556 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18557 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18558
18559 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18560 (nnspool-sift-nov-with-sed): Use last.
18561 (nnspool-retrieve-headers-with-nov): Use mapc.
18562 (nnspool-request-newgroups): Use dolist.
18563 (nnspool-request-group): Use last.
18564
18565 * nntp.el (nntp-read-server-type): Use dolist.
18566
18567 * nnvirtual.el (nnvirtual-create-mapping)
18568 (nnvirtual-update-read-and-marked): Use dolist.
18569 (nnvirtual-convert-headers): Simplify.
18570
18571 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18572
18573 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18574 Add support for sync'ing tick marks.
18575
18576 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
18577
18578 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18579 there's no visible header.
18580
18581 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18582
18583 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18584 When necessary, pass full group name to gnus-request-set-marks.
18585
18586 2004-10-01 Simon Josefsson <jas@extundo.com>
18587
18588 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
18589 acroread.
18590
18591 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18592
18593 * spam-report.el (spam-report-gmane): Fix interactive.
18594
18595 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18596
18597 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18598 when writing file.
18599 (gnus-agent-synchronize-flags): Don't default to being
18600 interactive.
18601
18602 2004-09-30 Simon Josefsson <jas@extundo.com>
18603
18604 * message.el (message-generate-hashcash): Add.
18605 (message-send-mail): Use it, call mail-add-payment.
18606
18607 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
18608
18609 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18610
18611 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
18612
18613 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18614 gnus-requst-update-info with explicit code to sync the in-memory
18615 info read flags with the marks being sync'd to the backend.
18616
18617 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
18618
18619 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18620
18621 * spam.el (spam-verify-bogofilter): Add new function.
18622 (spam-check-bogofilter)
18623 (spam-bogofilter-register-with-bogofilter): Use it.
18624 (spam-verify-bogofilter): Add small fixes.
18625
18626 2004-09-28 Simon Josefsson <jas@extundo.com>
18627
18628 * hashcash.el (hashcash-generate-payment): Revert.
18629
18630 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18631
18632 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18633 Use gnus-extract-references instead of gnus-split-references.
18634
18635 * gnus-util.el (gnus-extract-references): Add new function, analogous
18636 to gnus-split-references but extracts only the message-ID without
18637 anything extra.
18638
18639 * hashcash.el (hashcash-generate-payment)
18640 (hashcash-check-payment): Do the right thing if hashcash-path is
18641 nil (because the hashcash program could not be found).
18642
18643 * spam.el (spam-use-hashcash): Remove comment.
18644
18645 2004-09-27 Jesper Harder <harder@ifa.au.dk>
18646
18647 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18648 (gnus-cache-enter-article, gnus-cache-remove-article)
18649 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18650
18651 * gnus-async.el (gnus-async-prefetch-remove-group): do.
18652
18653 * gnus-art.el (article-hide-boring-headers)
18654 (article-translate-strings, article-display-face)
18655 (gnus-article-mime-match-handle-first)
18656 (gnus-article-highlight-headers)
18657 (gnus-article-add-buttons-to-head): do.
18658
18659 2004-09-27 Simon Josefsson <jas@extundo.com>
18660
18661 * hashcash.el: New version, from
18662 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
18663 ../contrib/.
18664
18665 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18666
18667 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18668
18669 2004-09-26 Jesper Harder <harder@ifa.au.dk>
18670
18671 * gnus-dup.el (gnus-dup-open): Use mapc.
18672 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18673
18674 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18675 Reported by Stefan Wiens <s.wi@gmx.net>.
18676
18677 * gnus.el (gnus-shutdown): Use dolist.
18678
18679 * gnus-undo.el (gnus-undo): Use mapc.
18680
18681 * nnrss.el (nnrss-generate-active): do.
18682
18683 * message.el (message-cite-original-without-signature)
18684 (message-cite-original): Use mapc.
18685 (message-do-actions, message-make-forward-subject): Use dolist.
18686
18687 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18688
18689 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18690 deletion to remove entire duplicate line. Fixes merged article
18691 number bug.
18692
18693 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18694
18695 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18696 servers that are offline. Avoids having gnus-agent-toggle-plugged
18697 first ask if you want to open a server and then, even when you
18698 responded with no, asking if you want to synchronize the server's
18699 flags.
18700 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18701 multi-line expressions.
18702 (gnus-agent-synchronize-group-flags): New internal function.
18703 Updates marks in memory (in the info structure) AND in the
18704 backend.
18705
18706 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18707
18708 * nnagent.el (nnagent-request-set-mark):
18709 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18710 method, to ensure that synchronization updates marks in the
18711 backend and in the info (in memory) structure.
18712
18713 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
18714
18715 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18716 convention fully; don't miss the root article of a thread; make
18717 the X-Draft-From header with correct article numbers.
18718
18719 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
18720
18721 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18722 unless plugged. Disable the agent so that an open failure causes
18723 an error.
18724
18725 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18726 Revert 2004-09-21 change. The backend must be opened while
18727 synchronizing flags even when the backend stores the flags
18728 locally.
18729
18730 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
18731
18732 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18733 in `header' match. Reported by Svend Tollak Munkejord.
18734
18735 * message.el (message-cite-original): Fix use of
18736 `message-cite-articles-with-x-no-archive'.
18737
18738 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
18739
18740 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18741 (gnus-window-to-buffer): Ditto.
18742
18743 * mml.el (mml-preview-buffer): New variable.
18744 (mml-preview): Manage window layout with gnus-buffer-configuration.
18745
18746 * gnus-msg.el (gnus-setup-message): Put article numbers into the
18747 X-Draft-From header even if those articles aren't quoted.
18748
18749 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
18750
18751 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18752 (gnus-request-set-mark, gnus-request-update-mark): Use new
18753 g-s-t-u-l-m to decide to use backend even when unplugged.
18754
18755 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18756
18757 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18758 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18759
18760 2004-09-20 Simon Josefsson <jas@extundo.com>
18761
18762 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18763 "utf-16-le".
18764
18765 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18766
18767 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18768
18769 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18770
18771 * uudecode.el (uudecode-use-external): Add :version.
18772
18773 * smime.el (smime-CA-file, smime-encrypt-cipher)
18774 (smime-dns-server): Add :version.
18775
18776 * smiley.el (gnus-smiley-file-types): Add :version.
18777
18778 * sha1.el (sha1-use-external): Add :version.
18779
18780 * pgg-def.el (pgg-query-keyserver): Add :version.
18781
18782 * nnmail.el (nnmail-fancy-expiry-targets)
18783 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18784 Add :version.
18785
18786 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18787 (nnimap-retrieve-groups-asynchronous): Add :version.
18788 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18789
18790 * mml.el (mml-content-disposition-parameters)
18791 (mml-insert-mime-headers-always): Add :version.
18792
18793 * mm-util.el (mm-coding-system-priorities): Add :version.
18794
18795 * mm-decode.el (mm-inline-text-html-with-images)
18796 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18797 (mm-verify-option): Add :version.
18798 (mm-text-html-renderer): Change :version.
18799
18800 * message.el (message-fcc-externalize-attachments)
18801 (message-required-headers, message-draft-headers)
18802 (message-subject-trailing-was-query)
18803 (message-subject-trailing-was-ask-regexp)
18804 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18805 (message-mark-insert-end, message-archive-header)
18806 (message-archive-note, message-cross-post-default)
18807 (message-cross-post-note, message-followup-to-note)
18808 (message-cross-post-note-function, message-use-mail-followup-to)
18809 (message-subscribed-address-functions)
18810 (message-subscribed-address-file, message-subscribed-addresses)
18811 (message-subscribed-regexps, message-allow-no-recipients)
18812 (message-yank-cited-prefix, message-signature-insert-empty-line)
18813 (message-hidden-headers, message-hierarchical-addresses)
18814 (message-mail-user-agent, message-use-idna)
18815 (message-valid-fqdn-regexp)
18816 (message-strip-special-text-properties, message-header-synonyms)
18817 (message-beginning-of-line, message-tab-body-function): Add :version.
18818 (message-insert-canlock, message-wide-reply-confirm-recipients):
18819 Change :version.
18820
18821 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18822 and :version.
18823 (mail-source-delete-old-incoming-confirm)
18824 (mail-source-movemail-program): Add :version.
18825
18826 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18827 (gnus-agent-cache, gnus-agent): Change :version.
18828
18829 * gnus-util.el (gnus-use-byte-compile): Change :version.
18830
18831 * gnus-sum.el (gnus-summary-make-false-root-always)
18832 (gnus-summary-default-high-score)
18833 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18834 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18835 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18836 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18837 (gnus-sum-thread-tree-single-indent)
18838 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18839 (gnus-sum-thread-tree-leaf-with-other)
18840 (gnus-sum-thread-tree-single-leaf): Add :version.
18841 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18842 (gnus-article-loose-mime): Change :version.
18843
18844 * gnus-start.el (gnus-backup-startup-file)
18845 (gnus-save-startup-file-via-temp-buffer): Add :version.
18846
18847 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18848 (gnus-server-offline-face): Add :version.
18849
18850 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18851
18852 * gnus-msg.el (gnus-gcc-externalize-attachments)
18853 (gnus-debug-files, gnus-debug-exclude-variables)
18854 (gnus-discouraged-post-methods): Change :version.
18855 (gnus-confirm-mail-reply-to-news)
18856 (gnus-confirm-treat-mail-like-news): Add :version.
18857
18858 * gnus-int.el (gnus-server-unopen-status): Add :version.
18859
18860 * gnus-group.el (gnus-group-jump-to-group-prompt)
18861 (gnus-large-ephemeral-newsgroup)
18862 (gnus-fetch-old-ephemeral-headers): Add :version.
18863
18864 * gnus-fun.el (gnus-x-face-directory)
18865 (gnus-convert-pbm-to-x-face-command)
18866 (gnus-convert-image-to-x-face-command)
18867 (gnus-convert-image-to-face-command): Add :version.
18868
18869 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18870
18871 * gnus-cite.el (gnus-cite-blank-line-after-header)
18872 (gnus-article-boring-faces): Add :version.
18873
18874 * gnus-art.el (gnus-buttonized-mime-types)
18875 (gnus-inhibit-mime-unbuttonizing)
18876 (gnus-treat-display-face)
18877 (gnus-treat-body-boundary): Change :version.
18878 (gnus-body-boundary-delimiter, gnus-picon-databases)
18879 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18880 (gnus-treat-date-english, gnus-treat-fold-headers)
18881 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18882 (gnus-treat-mail-picon, gnus-treat-wash-html)
18883 (gnus-article-encrypt-protocol)
18884 (gnus-use-idna, gnus-article-over-scroll)
18885 (gnus-mime-display-multipart-alternative-as-mixed)
18886 (gnus-mime-display-multipart-related-as-mixed)
18887 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18888 (gnus-ctan-url, gnus-button-ctan-handler)
18889 (gnus-button-handle-ctan-bogus-regexp)
18890 (gnus-button-ctan-directory-regexp)
18891 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18892 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18893 (gnus-button-man-level, gnus-button-emacs-level)
18894 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18895
18896 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18897 (gnus-agent-go-online): Change :version.
18898 (gnus-agent-expire-unagentized-dirs)
18899 (gnus-agent-auto-agentize-methods): Add :version.
18900
18901 * flow-fill.el (fill-flowed-display-column)
18902 (fill-flowed-encode-column): Add :version.
18903
18904 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18905 (gnus-outlook-deuglify-unwrap-max)
18906 (gnus-outlook-deuglify-cite-marks)
18907 (gnus-outlook-deuglify-unwrap-stop-chars)
18908 (gnus-outlook-deuglify-no-wrap-chars)
18909 (gnus-outlook-deuglify-attrib-cut-regexp)
18910 (gnus-outlook-deuglify-attrib-verb-regexp)
18911 (gnus-outlook-deuglify-attrib-end-regexp)
18912 (gnus-outlook-display-hook): Add :version.
18913
18914 * binhex.el (binhex-use-external): Add :version.
18915
18916 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18917
18918 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18919 and `invisible'.
18920
18921 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18922
18923 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18924 in gnus-registry-trim.
18925
18926 2004-09-13 Simon Josefsson <jas@extundo.com>
18927
18928 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18929
18930 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18931
18932 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18933 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18934 <yamaoka@jpl.org>.
18935 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18936 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18937 <yamaoka@jpl.org>.
18938
18939 * sieve.el (sieve-manage-mode): Ditto.
18940
18941 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18942
18943 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18944
18945 2004-09-11 Simon Josefsson <jas@extundo.com>
18946
18947 * dns-mode.el: Add.
18948
18949 * mm-view.el (mm-display-dns-inline): Add.
18950
18951 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18952 (mm-automatic-display): Ditto.
18953
18954 * mailcap.el (mailcap-mime-data): Add text/dns.
18955 (mailcap-mime-extensions): Map .soa to text/dns.
18956
18957 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18958
18959 * gnus-art.el (article-decode-mime-words, article-babel)
18960 (gnus-article-highlight-signature, gnus-article-add-buttons)
18961 (gnus-signature-toggle): Remove unnecessary bindings of
18962 `inhibit-read-only' inherited from v5.10 merge.
18963
18964 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18965
18966 * nntp.el (nntp): New customization group.
18967 (nntp-authinfo-file): Add customization group.
18968
18969 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18970
18971 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18972
18973 * gnus.el (to-address, to-list, subscribed)
18974 (large-newsgroup-initial): Ditto.
18975
18976 * flow-fill.el (fill-flowed-display-column)
18977 (fill-flowed-encode-column): Ditto.
18978
18979 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18980
18981 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18982 Use point-min rather than 1.
18983 (message-send-mail): Use buffer-size rather than point-max.
18984
18985 * gnus-sum.el (gnus-summary-search-article-forward):
18986 Signal a specific `search-failed' rather than a generic `error'.
18987
18988 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18989 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18990 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18991
18992 2004-09-10 Simon Josefsson <jas@extundo.com>
18993
18994 * nndb.el (require): Remove tcp and duplicate cl.
18995
18996 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18997
18998 * gnus-agent.el (directory-files-and-attributes): Move forward.
18999
19000 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19001
19002 * gnus-agent.el (directory-files-and-attributes):
19003 Optionally defined to support XEmacs.
19004
19005 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19006
19007 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19008 to avoid run-time CL dependencies.
19009 (gnus-agent-unfetch-articles): New function.
19010 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19011 article numbers even when local .overview file is missing.
19012 (gnus-agent-read-article-number): New function. Only accepts
19013 27-bit article numbers.
19014 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19015 Use gnus-agent-read-article-number.
19016 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19017 from backend while recognizing that article numbers in .overview
19018 must be valid.
19019 (gnus-agent-update-files-total-fetched-for):
19020 Use directory-files-and-attributes to improve performance.
19021 * gnus-int.el (gnus-request-move-article):
19022 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19023 improve performance.
19024
19025 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19026 some users confused by references to .newsrc when they only have a
19027 .newsrc.eld file.
19028 (gnus-convert-mark-converter-prompt)
19029 (gnus-convert-converter-needs-prompt): Fix use of property list.
19030 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19031 New function. Used internally to only display 'gnus converting
19032 files' message when actually necessary.
19033
19034 * gnus-sum.el (): Remove (require 'gnus-agent) as required
19035 methods now autoloaded.
19036
19037 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
19038
19039 * gnus-sum.el (gnus-summary-insert-subject): Remove list
19040 identifiers.
19041
19042 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
19043
19044 * gnus-picon.el: Fix indentation and closing parenthesis.
19045
19046 2004-09-01 Simon Josefsson <jas@extundo.com>
19047
19048 * message.el (message-canlock-generate): Require sha1, not
19049 sha1-el. (Can we get rid of this require altogether? It is ugly
19050 to require within a function. Sadly, if sha1.el isn't loaded, the
19051 let binding in m-c-g will hide the defcustom definition, which is
19052 bad.)
19053
19054 * canlock.el: Require sha1, not sha1-el.
19055
19056 * message.el: Don't autoload sha1 (there is a autoload cookie in
19057 sha1.el).
19058
19059 * sha1-el.el: Rename to sha1.el.
19060
19061 2004-08-30 Juanma Barranquero <lektu@terra.es>
19062
19063 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19064
19065 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19066
19067 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19068
19069 2004-08-30 Kim F. Storm <storm@cua.dk>
19070
19071 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19072
19073 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19074 Add :group 'nnimap.
19075
19076 2004-08-30 Andreas Schwab <schwab@suse.de>
19077
19078 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19079 ?* and ?\;.
19080
19081 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19082 and ?\' to symbol instead of whitespace.
19083
19084 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19085
19086 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19087
19088 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19089 instead of re-search-forward.
19090
19091 * gnus-uu.el (gnus-uu-save-article): Ditto.
19092 (gnus-uu-post-encode-uuencode): Ditto.
19093
19094 * html2text.el (html2text-clean-list-items): Ditto.
19095 (html2text-clean-dtdd): Ditto.
19096 (html2text-format-tags): Ditto.
19097
19098 * message.el (message-send-mail-with-sendmail): Fix regexp.
19099 (message-fill-field-general): Use search-forward instead of
19100 re-search-forward.
19101 (unbold-region): Ditto.
19102
19103 * nnrss.el (nnrss-request-article): Ditto.
19104
19105 * nnslashdot.el (nnslashdot-request-article): Ditto.
19106
19107 * nnweb.el (nnweb-gmane-wash-article): Ditto.
19108
19109 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19110 "Unrecognized menu descriptor" error in XEmacs.
19111
19112 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
19113
19114 * gnus-sum.el (gnus-read-header): Don't remove a header for the
19115 parent article of a sparse article in the thread hashtb.
19116
19117 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
19118
19119 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19120 (nnmail-expand-newtext): Lowercase expanded entries if
19121 nnmail-split-lowercase-expanded is non-nil.
19122
19123 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
19124
19125 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19126
19127 * gnus-group.el (gnus-group-line-format-alist): Convert the value
19128 of gnus-tmp-news-method into string under XEmacs. It will be
19129 passed to gnus-correct-length which takes only a string argument.
19130
19131 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
19132
19133 * gnus-util.el (gnus-bind-print-variables): New macro.
19134 (gnus-prin1): Use it.
19135 (gnus-prin1-to-string): Use it.
19136 (gnus-pp): New function.
19137 (gnus-pp-to-string): New function.
19138
19139 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19140 Replace pp-to-string with gnus-pp-to-string.
19141 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19142 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19143 * gnus-msg.el (gnus-debug): Ditto.
19144 * gnus-score.el (gnus-score-save): Ditto.
19145 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19146 gnus-pp-to-string.
19147 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19148 with gnus-pp.
19149 * score-mode.el (gnus-score-pretty-print): Ditto.
19150 * webmail.el (webmail-debug): Ditto.
19151
19152 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
19153
19154 * gnus-art.el (article-display-face, article-display-x-face):
19155 Use buffer-read-only.
19156
19157 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
19158
19159 * gnus-art.el (article-hide-list-identifiers):
19160 Bind inhibit-read-only as t.
19161
19162 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
19163
19164 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19165
19166 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19167
19168 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19169 (gnus-narrow-to-page): Don't assume point-min == 1.
19170 (gnus-article-edit-mode): Derive from message-mode.
19171
19172 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19173 point-min == 1.
19174
19175 * imap.el (imap-parse-address-list, imap-parse-body-ext):
19176 Disable incorrect use of `assert'.
19177
19178 * message.el (message-mode): Set comment-start-skip.
19179
19180 2004-08-22 Sam Steingold <sds@gnu.org>
19181
19182 * pop3.el (pop3-leave-mail-on-server): New user variable.
19183 (pop3-movemail): Delete mail only when it is nil.
19184
19185 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
19186
19187 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19188
19189 * mml.el (mml-preview): Use `pop-to-buffer'.
19190
19191 * message.el (message-goto-mail-followup-to): Insert after "To".
19192 (message-carefully-insert-headers): Add comment.
19193
19194 * gnus.el: Remove unused variable `gnus-article-check-size'.
19195
19196 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19197
19198 * gnus-art.el (gnus-button-alist):
19199 Improve `gnus-button-handle-library' entry.
19200
19201 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
19202
19203 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19204 Use downcase, since XEmacs capitalizes error messages differently.
19205
19206 2004-08-18 Jesper Harder <harder@ifa.au.dk>
19207
19208 * nntp.el: Add (require 'gnus) due to reference to
19209 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
19210
19211 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
19212
19213 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19214 Bind `mm-fill-flowed'.
19215
19216 * mm-decode.el (mm-dissect-singlepart): Check it.
19217
19218 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
19219
19220 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19221 'imap' for netrc parsing.
19222
19223 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
19224
19225 * mailcap.el (mailcap-mime-data): Mark as risky.
19226
19227 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
19228
19229 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19230 may be included in the encoded word.
19231 (rfc2047-encode): Don't append a space if the encoded word
19232 includes close parenthesis.
19233
19234 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
19235
19236 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19237 of text within parentheses.
19238
19239 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
19240
19241 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19242 (gnus-encrypt-write-file-contents): Make the password key the file
19243 name PLUS the cipher, not just the cipher. Also remove failed
19244 passwords from the cache.
19245
19246 2004-08-06 Simon Josefsson <jas@extundo.com>
19247
19248 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19249 Doc fix.
19250
19251 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19252
19253 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19254 LWSP.
19255
19256 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
19257
19258 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19259 Try to append in-reply-to: data to the references: header.
19260
19261 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19262 (netrc-parse): Use gnus-encrypt.el functions.
19263
19264 * gnus-encrypt.el: Add new file for encryption support; currently
19265 does only a few GPG ciphers and an internal XOR cipher.
19266
19267 * password.el: Add comments on using password-read-and-add.
19268 (password-read-and-add): Add function to read and add the
19269 password to the cache at once.
19270
19271 2004-07-28 Simon Josefsson <jas@extundo.com>
19272
19273 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19274 parameter (but don't use it, for now).
19275
19276 * imap.el (imap-ssl-open): Use imap-process-connection-type,
19277 instead of hard coding to nil.
19278
19279 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19280
19281 * mm-view.el (mm-inline-image-emacs): Open lines under an image
19282 as mm-inline-image-xemacs does.
19283
19284 2004-07-26 Simon Josefsson <jas@extundo.com>
19285
19286 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19287 Revert part of 2004-07-17 change below.
19288
19289 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19290
19291 * rfc2047.el (rfc2047-encode-region): Don't infloop.
19292 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19293
19294 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
19295
19296 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19297 quotes that actually start with ">" at the beginning of the
19298 lines.
19299
19300 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
19301
19302 * rfc2047.el (rfc2047-encode-region): Fix last change.
19303 (rfc2047-encode-parameter): Remove useless concat.
19304
19305 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
19306
19307 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19308 encode special characters; fix some kind of misconfigured headers;
19309 signal a real error if debug-on-quit or debug-on-error is non-nil.
19310 (rfc2047-encode-max-chars): New variable.
19311 (rfc2047-encode-1): Use it.
19312 (rfc2047-encode-parameter): New function.
19313
19314 * mml.el (mml-insert-parameter): Remove an excessive space.
19315
19316 2004-07-17 Simon Josefsson <jas@extundo.com>
19317
19318 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19319 Kai Grossjohann <kai@emptydomain.de>.
19320 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19321 (gnus-group-make-menu-bar): Ditto.
19322
19323 * gnus-util.el (gnus-group-server): Add.
19324
19325 2004-07-16 Jesper Harder <harder@ifa.au.dk>
19326
19327 * message.el (message-clone-locals): Clone sendmail and smtp
19328 variables.
19329
19330 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19331
19332 * rfc2047.el (rfc2047-encode-region): Fix last change.
19333
19334 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19335
19336 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19337 characters as non-special.
19338
19339 2004-07-09 Simon Josefsson <jas@extundo.com>
19340
19341 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19342 Users will lose all flag changes made while unplugged with
19343 e.g. nntp unless flag synchronization happens, thus `nil' is not a
19344 good default. See numerous reports on ding mailing list.
19345
19346 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
19347
19348 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19349 add generate-head-function and generate-article-function to the
19350 rfc822-forward entry.
19351 (nndoc-rfc822-forward-generate-article): New function.
19352 (nndoc-rfc822-forward-generate-head): New function.
19353
19354 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19355
19356 2004-07-06 Dan Christensen <jdc@uwo.ca>
19357
19358 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19359 respect display group parameter and gnus-summary-expunge-below.
19360 (gnus-articles-to-read): Remove unused reference to display group
19361 parameter.
19362
19363 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19364
19365 * nnheader.el (nnheader-uniquify-message-id): New experimental
19366 variable.
19367 (nnheader-nov-read-message-id): Use it.
19368
19369 * spam-report.el (spam-report-gmane): Add interactive.
19370
19371 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
19372
19373 * mm-encode.el (mm-content-transfer-encoding-defaults):
19374 Use qp-or-base64 for the application/* types.
19375
19376 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
19377
19378 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19379
19380 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
19381
19382 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19383 trim value.
19384
19385 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19386
19387 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19388 New macro and function.
19389 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19390
19391 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19392
19393 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19394 after-load-alist.
19395
19396 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19397
19398 * gnus-group.el (gnus-group-get-new-news-this-group):
19399 Don't update info that isn't there.
19400
19401 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
19402
19403 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19404 entry.
19405
19406 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19407
19408 * mm-view.el (mm-inline-render-with-function): Use multibyte
19409 buffer; decode html source by charset.
19410
19411 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19412
19413 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19414 Mule-UCS is loaded under XEmacs.
19415 (mm-mime-mule-charset-alist): Avoid duplicated entries.
19416
19417 2004-06-28 Jesper Harder <harder@ifa.au.dk>
19418
19419 * nnheader.el (nnheader-max-head-length): Increase to 8192.
19420
19421 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
19422
19423 * mm-util.el (mm-coding-system-p): Return a coding-system.
19424 (mm-mime-mule-charset-alist): Use shift_jis instead of
19425 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19426 entries for the mime charsets iso-2022-jp-3 and shift_jis.
19427 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19428 instead of japanese-shift-jis and iso-latin-1 respectively in
19429 order to share the default value with both Emacs and XEmacs-mule.
19430 (mm-mule-charset-to-mime-charset):
19431 Make mm-coding-system-priorities effective.
19432 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19433 while predicating of candidates upon the priorities.
19434
19435 2004-06-27 Jesper Harder <harder@ifa.au.dk>
19436
19437 * gnus-sum.el (gnus-summary-make-menu-bar):
19438 Add gnus-uu-invert-processable.
19439
19440 * gnus.el: Autoload gnus-uu-invert-processable.
19441
19442 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
19443
19444 * mm-util.el (mm-with-multibyte-buffer): New macro.
19445
19446 * rfc2047.el (rfc2047-encode-string): Use it.
19447 (rfc2047-encode-region): Move point to the end of the region after
19448 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19449
19450 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19451
19452 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19453 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19454
19455 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19456
19457 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19458 (gnus-cite-parse): Ignore quoted envelope From_.
19459 Suggested by Karl Chen <quarl@nospam.quarl.org>.
19460
19461 2004-06-23 Jesper Harder <harder@ifa.au.dk>
19462
19463 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19464 invalid addresses.
19465
19466 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
19467
19468 * spam.el: Change section markers, revise TODO list.
19469 (spam-backends): Make new master list of all installed backends.
19470 (spam-summary-exit-behavior): Add new variable to determine how
19471 messages moves are done at summary exit.
19472 (spam-move-spam-nonspam-groups-only)
19473 (spam-process-ham-in-nonham-groups)
19474 (spam-process-ham-in-spam-groups): Remove variables, the
19475 spam-summary-exit-behavior variable should be used to manage this
19476 behavior.
19477 (spam-old-ham-articles, spam-old-spam-articles): Remove.
19478 (spam-old-articles): Add variable, replacing spam-old-ham-articles
19479 and spam-old-spam-articles.
19480 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19481 Add empty variables, placeholders for the backends they represent.
19482 (spam-set-difference): Move, unchanged.
19483 (spam-list-of-processors): Declare OBSOLETE, not used anymore
19484 unless the user has a processor variable.
19485 (spam-classifications, spam-classification-valid-p)
19486 (spam-backend-properties, spam-backend-property-valid-p)
19487 (spam-backend-function-type-valid-p)
19488 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19489 (spam-report-articles-gmane, spam-report-articles-resend):
19490 Remove functions, they are not needed.
19491 (spam-install-backend-super, spam-backend-list)
19492 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19493 (spam-backend-function, spam-backend-ham-registration-function)
19494 (spam-backend-spam-registration-function)
19495 (spam-backend-ham-unregistration-function)
19496 (spam-backend-spam-unregistration-function)
19497 (spam-backend-statistical-p, spam-backend-mover-p)
19498 (spam-install-backend-alias, spam-install-checkonly-backend)
19499 (spam-install-mover-backend, spam-install-nocheck-backend)
19500 (spam-install-backend, spam-install-statistical-backend)
19501 (spam-install-statistical-checkonly-backend): Add backend installation
19502 support.
19503 (spam-summary-prepare-exit): Rewrite to use the new backend code.
19504 (spam-group-processor-p): Use the new backend code and respect the
19505 summary exit behavior.
19506 (spam-mark-spam-as-expired-and-move-routine): Remove.
19507 (spam-summary-prepare): Change to use the new spam-old-articles
19508 variable.
19509 (spam-copy-or-move-routine, spam-copy-spam-routine)
19510 (spam-move-spam-routine, spam-copy-ham-routine)
19511 (spam-move-ham-routine): Add code to copy/move ham or spam.
19512 (spam-fetch-field-fast): Improve doc and code, plus allow the
19513 'number request.
19514 (spam-list-of-checks, spam-list-of-statistical-checks):
19515 Remove variables.
19516 (spam-split, spam-find-spam): Use the new backend code.
19517 (spam-registration-functions): Remove variable.
19518 (spam-unregister-routine): Add convenience wrapper.
19519 (spam-log-undo-registration, spam-register-routine)
19520 (spam-log-processing-to-registry)
19521 (spam-log-unregistration-needed-p): Rename "check" to "backend"
19522 where possible.
19523 (spam-check-gmane-xref, spam-check-regex-headers)
19524 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19525 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19526 (spam-check-bogofilter-headers, spam-check-spamoracle)
19527 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19528 (spam-check-crm114-headers): Use the spam-split-group that
19529 spam-split prepares, no need to determine it every time.
19530
19531 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19532 to the nnheader-parse-naked-head call.
19533
19534 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19535
19536 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19537 the nnheader-nov-read-message-id call.
19538
19539 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
19540
19541 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19542 gnus-activate-group twice. Suggested by Markus Peter
19543 <warp@spin.de>.
19544
19545 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
19546
19547 * gnus-art.el (gnus-article-time-format): Exchange the order of
19548 day and month in the default value; fix customization type.
19549 (article-date-ut): Use add-text-properties.
19550 (article-make-date-line): Use message-make-date instead of
19551 current-time-string.
19552
19553 * message.el (message-fetch-field): Don't use set-text-properties.
19554 (message-make-date): Simplify.
19555
19556 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
19557
19558 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19559 (rfc2047-encode-region): Treat text within parentheses as special;
19560 show the original text when error has occurred.
19561
19562 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19563 already-computed method to gnus-activate-group.
19564
19565 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19566 same select-methods identical Lisp objects.
19567
19568 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19569 object when modifying the info.
19570
19571 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
19572
19573 * gnus-srvr.el (gnus-server-set-info): Remove the server from
19574 gnus-opened-servers since it has never been opened with the new
19575 configuration yet.
19576
19577 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
19578
19579 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19580 arg to nnheader-generate-fake-message-id.
19581
19582 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
19583
19584 * nnheader.el (nnheader-generate-fake-message-id): Accept a
19585 number and build a fake message ID localized to a group and
19586 article number (so it's repeatable from that point on).
19587 (nnheader-fake-message-id-p): Change regex to accommodate new fake
19588 ID format.
19589
19590 * gnus-sum.el (gnus-get-newsgroup-headers):
19591 Call nnheader-generate-fake-message-id with the article number.
19592
19593 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
19594
19595 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19596 end-of-buffer.
19597
19598 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19599
19600 * message.el (message-ignored-supersedes-headers): Add Approved.
19601
19602 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
19603
19604 * rfc2047.el (rfc2047-encode-message-header): Remove useless
19605 goto-char.
19606 (rfc2047-encode): Fold the line before encoding.
19607
19608 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19609
19610 * rfc2047.el (rfc2047-encode-message-header): Disabled header
19611 folding -- not all headers can be folded, and this should be done
19612 by the message composition mode. Probably. I think.
19613
19614 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
19615
19616 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19617 fast.
19618
19619 * gnus-ems.el (gnus-remove-image): Don't use
19620 message-text-with-property; remove only the image found first.
19621
19622 2004-06-09 Jesper Harder <harder@ifa.au.dk>
19623
19624 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19625
19626 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19627
19628 * message.el (message-text-with-property): Make it fast and accept
19629 optional arguments.
19630 (message-strip-forbidden-properties): Use it.
19631 (message-fix-before-sending): Follow the m-t-w-p change.
19632
19633 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19634
19635 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
19636
19637 * gnus-art.el (article-hide-headers): Don't change the buffer
19638 mistakenly when performing mml-preview even if
19639 gnus-single-article-buffer is nil.
19640
19641 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
19642
19643 * message.el (message-expand-name-databases): New user option.
19644 (message-expand-name): Use it.
19645
19646 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
19647
19648 * spam.el (spam-report-articles-resend)
19649 (spam-report-resend-register-routine): Allow ham reporting.
19650 (spam-report-resend-register-ham-routine): Add wrapper.
19651 (spam-registration-functions): Add ham resending functions.
19652 (spam-list-of-processors): Add ham resend processor.
19653
19654 * gnus.el (ham-resend-to): Add new group parameter.
19655 (spam-process): Add ham resend option.
19656
19657 * spam-report.el (spam-report-resend): Allow reporting ham.
19658 (spam-report-resend-ham): Add wrapper.
19659
19660 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19661
19662 * message.el (message-cite-articles-with-x-no-archive):
19663 New variable.
19664 (message-cite-original): Use it.
19665
19666 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19667
19668 * message.el (message-cite-original): Respect X-No-Archive.
19669
19670 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
19671
19672 * gnus-art.el (article-hide-headers): Refer to the values for
19673 gnus-ignored-headers and gnus-visible-headers in the summary
19674 buffer since a user may have set them as group parameters.
19675
19676 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
19677
19678 * assistant.el (assistant-node-name): Add convenience function.
19679 (assistant-render-text, assistant-render-node): Add error handling,
19680 plus handle multiple next nodes.
19681 (assistant-find-next-node): Comment out for now.
19682 (assistant-find-next-nodes): Add function, returns list of next
19683 nodes.
19684
19685 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
19686
19687 * mail-source.el (mail-source-directory): Fix doc-string.
19688
19689 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
19690
19691 * assistant.el (assistant-render-text, assistant-eval): Add :set
19692 widget type, which is different because it takes and returns a
19693 list. Much hilarity ensues.
19694
19695 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
19696
19697 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19698
19699 * gnus-group.el (gnus-group-get-new-news-this-group):
19700 Add doc-string.
19701
19702 * gnus-start.el (gnus-activate-group): Add doc-string.
19703
19704 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
19705
19706 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19707
19708 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
19709
19710 * assistant.el (assistant-render-text): Try to add a :set
19711 widget, more to come.
19712
19713 * spam.el (spam-group-spam-contents-p): Handle empty groupname
19714 strings.
19715 (spam-report-articles-resend)
19716 (spam-register-routine): Do registration iff any articles warrant
19717 it.
19718 (spam-summary-prepare-exit): Change log message for nil group
19719 destinations.
19720
19721 2004-05-27 Daniel Pittman <daniel@rimspace.net>
19722
19723 * spam.el (spam-report-resend-register-routine):
19724 Allow spam-report-resend-to to be a group parameter or a global value.
19725
19726 2004-05-26 Simon Josefsson <jas@extundo.com>
19727
19728 * starttls.el: Merge with my GNUTLS based starttls.el.
19729 (starttls-gnutls-program, starttls-use-gnutls)
19730 (starttls-extra-arguments, starttls-process-connection-type)
19731 (starttls-connect, starttls-failure, starttls-success):
19732 New variables.
19733 (starttls-program, starttls-extra-args): Doc fix.
19734 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19735 New functions.
19736 (starttls-negotiate, starttls-open-stream):
19737 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19738 function if it is set.
19739
19740 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19741
19742 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19743 structured fields.
19744
19745 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19746
19747 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19748
19749 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
19750
19751 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19752 Add variable.
19753 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
19754 assigning the spam-mark to new messages.
19755
19756 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19757
19758 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19759
19760 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19761
19762 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19763 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19764 default.
19765
19766 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19767
19768 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19769 correct data.
19770
19771 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19772
19773 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19774 (spam-group-processor-p): Fix function.
19775 (spam-group-processor-multiple-p)
19776 (spam-group-spam-processor-report-gmane-p)
19777 (spam-group-spam-processor-report-resend-p)
19778 (spam-group-spam-processor-bogofilter-p)
19779 (spam-group-spam-processor-blacklist-p)
19780 (spam-group-spam-processor-ifile-p)
19781 (spam-group-ham-processor-ifile-p)
19782 (spam-group-spam-processor-spamoracle-p)
19783 (spam-group-spam-processor-crm114-p)
19784 (spam-group-ham-processor-bogofilter-p)
19785 (spam-group-spam-processor-stat-p)
19786 (spam-group-ham-processor-stat-p)
19787 (spam-group-ham-processor-whitelist-p)
19788 (spam-group-ham-processor-BBDB-p)
19789 (spam-group-ham-processor-spamoracle-p)
19790 (spam-group-ham-processor-copy-p): Remove functions with some
19791 prejudice against unneeded code.
19792 (spam-report-articles-resend)
19793 (spam-report-resend-register-routine): Allow the group/topic
19794 spam-resend-to value to override spam-report-resend-to.
19795 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19796 properly now.
19797
19798 * gnus.el (spam-resend-to): Add group/topic parameter.
19799 (spam-process): Move the OBSOLETE processors to the end of the
19800 choices.
19801
19802 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19803
19804 * spam-report.el (spam-report-resend-to, spam-report-resend):
19805 Start with resend-to set to nil, and then ask the user if necessary.
19806 (spam-report-resend): spam-report-resend takes a list of articles, not
19807 separate article numbers.
19808
19809 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19810
19811 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19812 addition to emacs-w3m.
19813
19814 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19815
19816 * assistant.el (assistant-authinfo-data): New function.
19817 (assistant-eval): Eval for entire assistant.
19818
19819 * netrc.el (netrc-services-file): New variable.
19820 (netrc-parse-services): New function.
19821 (netrc-find-service-name): New function.
19822 (netrc-find-service-number): New function.
19823 (netrc-port-equal): New function.
19824 (netrc-machine): Use it.
19825
19826 * nnimap.el (nnimap-open-connection): Use netrc.
19827
19828 * gnus-util.el (gnus-netrc-get): Remove aliases.
19829
19830 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19831
19832 * assistant.el (wid-edit): Fix compilation.
19833
19834 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19835
19836 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19837
19838 * gnus-util.el (gnus-set-file-modes): New function. (small
19839 patch).
19840
19841 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19842
19843 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19844
19845 * assistant.el (assistant-render-node): Fix up rendering and
19846 read-only text.
19847 (assistant-render-node): Reset.
19848 (assistant-make-read-only): Not sticky.
19849
19850 2004-05-20 Danny Siu <dsiu@adobe.com>
19851
19852 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19853 centered even when gnus-auto-center-summary is t
19854
19855 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19856
19857 * dns.el (dns-get-txt-answer): New function.
19858 (dns-read-txt): Ditto.
19859 (query-dns): Use it.
19860
19861 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19862
19863 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19864 active for foreign groups even if the group level is higher than
19865 the specified value.
19866
19867 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19868
19869 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19870 non-active groups.
19871
19872 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19873
19874 2004-05-20 Magnus Henoch <mange@freemail.hu>
19875
19876 * dns.el (dns-read-type): Add support for SVR. (small patch)
19877
19878 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
19879
19880 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19881 (spam-crm114-header, spam-crm114-spam-switch)
19882 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19883 (spam-crm114-positive-spam-header)
19884 (spam-crm114-database-directory, spam-list-of-processors)
19885 (spam-group-spam-processor-crm114-p)
19886 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19887 (spam-generic-score, spam-list-of-checks)
19888 (spam-list-of-statistical-checks, spam-registration-functions)
19889 (spam-check-crm114-headers, spam-crm114-score)
19890 (spam-check-crm114, spam-crm114-register-with-crm114)
19891 (spam-crm114-register-spam-routine)
19892 (spam-crm114-unregister-spam-routine)
19893 (spam-crm114-register-ham-routine)
19894 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19895
19896 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19897
19898 * gnus.el: Add spam-use-crm114.
19899
19900 * spam.el (spam-list-of-processors, spam-registration-functions):
19901 Add spam-use-resend.
19902 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19903 (spam-report-articles-gmane): Add doc fix.
19904 (spam-report-articles-resend, spam-report-resend-register-routine):
19905 Add wrappers around spam-report-resend-to.
19906
19907 * spam-report.el (spam-report-resend-to, spam-report-resend):
19908 Add support for resending spam.
19909 (spam-report-gmane): Fix line length >80.
19910
19911 * gnus.el (spam-process): Add spam-use-resend.
19912
19913 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19914
19915 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19916 number of processed spam messages.
19917 (spam-ham-copy-or-move-routine): Return the number of processed
19918 ham messages.
19919 (spam-summary-prepare-exit): Use the above values to decide
19920 whether status messages shouled be displayed.
19921
19922 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
19923
19924 * rfc2047.el (rfc2047-encode-function-alist): Rename from
19925 `rfc2047-encoding-function-alist' in order to avoid conflicting
19926 with the old version.
19927 (rfc2047-encode-region): Concatenate words containing non-ASCII
19928 characters in structured fields; don't encode space-delimited
19929 ASCII words even in unstructured fields; don't break words at
19930 char-category boundaries.
19931 (rfc2047-encode-1): New function.
19932 (rfc2047-encode): Use it; encode text so that it occupies the
19933 maximum width within 76-column; work correctly on Q encoding for
19934 iso-2022-* charsets.
19935 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19936 sure not to break a line just after the header name.
19937 (rfc2047-b-encode-region): Remove.
19938 (rfc2047-b-encode-string): New function.
19939 (rfc2047-q-encode-region): Remove.
19940 (rfc2047-q-encode-string): New function.
19941
19942 * mm-util.el (mm-replace-in-string): New function.
19943
19944 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19945
19946 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19947 Really get it right.
19948 (gnus-inews-make-draft): Really.
19949
19950 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
19951
19952 * nnmh.el (nnmh-request-list-1): Don't check the link count
19953 before descending. (small patch)
19954
19955 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19956
19957 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19958 stuff.
19959
19960 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19961 Match on real group name.
19962
19963 * gnus-art.el (gnus-signature-limit): Doc fix.
19964
19965 * gnus-msg.el (gnus-inews-make-draft): Quote list.
19966
19967 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19968
19969 * gnus-draft.el (gnus-draft-send):
19970 Bind rfc2047-encode-encoded-words.
19971
19972 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19973 (rfc2047-encodable-p): Say that =? needs encoding.
19974 (rfc2047-encode-encoded-words): New variable.
19975
19976 * gnus-group.el (gnus-group-select-group): Doc fix.
19977
19978 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19979
19980 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19981 to nil.
19982
19983 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19984
19985 * nnheader.el (nnheader-get-lines-and-char): New function.
19986
19987 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19988
19989 * gnus-msg.el (gnus-summary-followup-with-original):
19990 Document yanking of region when active.
19991
19992 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19993
19994 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19995 groups if the group level is higher than the specified value.
19996
19997 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19998
19999 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20000 (gnus-group-jump-to-group): Add prefix argument using
20001 `gnus-group-jump-to-group-prompt'. Query before jumping to
20002 non-active group.
20003
20004 * compface.el (uncompface): Be verbose when changing
20005 `uncompface-use-external'.
20006
20007 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20008 handle manual section.
20009
20010 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20011
20012 * gnus-art.el (gnus-button-alist): Revert previous change.
20013
20014 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20015
20016 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20017
20018 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20019
20020 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20021 whether backend can accept message.
20022
20023 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20024
20025 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
20026
20027 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20028 Avoid creating directory when nntp-marks-is-evil is true.
20029 Reported by Reiner Steib.
20030
20031 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20032
20033 * gnus-picon.el (gnus-picon-insert-glyph):
20034 Add optional `nostring' argument.
20035
20036 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20037
20038 * gnus-picon.el (gnus-picon-style): New variable.
20039 (gnus-picon-transform-address): Support `gnus-picon-style'.
20040
20041 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20042
20043 * message.el (message-fill-field): Return point.
20044 (message-generate-headers): Go to end of field.
20045
20046 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20047 stuff for non-living groups.
20048
20049 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20050
20051 * gnus-art.el (gnus-article-followup-with-original)
20052 (gnus-article-reply-with-original): gnus-mark-active-p ->
20053 gnus-region-active-p.
20054
20055 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
20056
20057 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20058 only when there is spam or ham to be processed.
20059
20060 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20061
20062 * mail-source.el (mail-source-delete-crash-box): Refactor.
20063 (mail-source-fetch): Use it.
20064 (mail-source-fetch-file): Ditto.
20065 (mail-source-fetch-directory): Run PostScript in loop.
20066 (mail-source-fetch-pop): Delete.
20067 (mail-source-fetch-maildir): Ditto.
20068 (mail-source-fetch-imap): Ditto.
20069
20070 * imap.el (imap-authenticators): Comment out sasl.
20071
20072 * message.el (message-skip-to-next-address): New function.
20073 (message-fill-header-address): Refactor.
20074 (message-fill-address): Use it.
20075 (message-delete-address): Use it.
20076 (message-fill-header-general): Refactor.
20077 (message-fill-field-address): Rename.
20078 (message-narrow-to-field): Find the start of the header.
20079 (message-header-format-alist): Don't pre-fill.
20080 (message-fill-header): Remove.
20081 (message-insert-header): New function.
20082 (message-shorten-references): Use it.
20083
20084 * rfc2047.el (rfc2047-field-value): Strip props.
20085
20086 * mail-parse.el (mail-header-make-address): New alias.
20087
20088 * ietf-drums.el (ietf-drums-make-address): New function.
20089
20090 * imap.el: Add compiler directives.
20091
20092 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20093
20094 * gnus-art.el (article-decode-idna-rhs): Don't use
20095 message-idna-inside-rhs-p.
20096
20097 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20098
20099 * message.el (message-idna-inside-rhs-p): Remove.
20100 (message-idna-to-ascii-rhs-1): Use proper address parsing.
20101
20102 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20103 false positives.
20104
20105 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20106
20107 * imap.el (imap-sasl-make-mechanisms): Use sasl.
20108
20109 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20110
20111 * nneething.el (nneething-file-name): Don't create spurious
20112 files.
20113
20114 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20115 (gnus-inews-do-gcc): Remove sleep.
20116
20117 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20118 part under point.
20119
20120 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20121 (gnus-agent-regenerate-group): Using nil messages aren't valid.
20122
20123 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
20124
20125 * spam.el (spam-summary-prepare-exit): Fix (length).
20126
20127 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
20128
20129 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20130 as expired without moving it" message when there are spam
20131 messages left.
20132
20133 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
20134
20135 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20136 header is not nil.
20137
20138 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
20139
20140 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20141 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20142 (nntp-marks-changed-p): New arg SERVER.
20143 (nntp-request-update-info): Adjust caller.
20144
20145 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
20146
20147 * nntp.el (nntp-save-marks): Pass missing arg.
20148
20149 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
20150
20151 * nntp.el: Support marks.
20152 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20153 (nntp-marks-modtime, nntp-marks-directory): New variables.
20154 (nntp-request-set-mark, nntp-request-update-info)
20155 (nntp-possibly-create-directory, nntp-marks-changed-p)
20156 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20157 New functions.
20158
20159 2004-05-12 Jesper Harder <harder@ifa.au.dk>
20160
20161 * gnus-score.el (gnus-score-insert-help):
20162 Use gnus-select-lowest-window.
20163
20164 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20165 appt-select-lowest-window and rename to gnus-select-lowest-window.
20166
20167 * gnus.el: do.
20168
20169 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20170
20171 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20172 encodings of MIME-encoded words, in order to improve
20173 interoperability with several broken MUAs.
20174
20175 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20176
20177 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20178 tags, only when charsets are not specified in headers.
20179 (mm-inline-text-html-render-with-w3m): Ditto.
20180
20181 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20182
20183 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20184 instead of MIME-decoded from fields when checking
20185 `gnus-article-address-banner-alist'.
20186
20187 2004-05-03 Jesper Harder <harder@ifa.au.dk>
20188
20189 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20190 description rather than subject.
20191
20192 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20193
20194 * gnus.el (gnus-version-number): Bump.
20195
20196 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20197
20198 * gnus.el: No Gnus v0.2 is released.
20199
20200 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20201
20202 * gnus-agent.el (gnus-agent-read-agentview):
20203 Inline gnus-uncompress-range.
20204
20205 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20206
20207 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20208 `exec-installed-p'.
20209
20210 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20211
20212 * gnus.el (spam-process, spam-autodetect-methods):
20213 Add bsfilter and bsfilter-headers.
20214
20215 * spam.el (spam-bsfilter): New customize group.
20216 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20217 (spam-bsfilter-header, spam-bsfilter-probability-header)
20218 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20219 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20220 (spam-bsfilter-database-directory): New options.
20221 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20222 (spam-list-of-statistical-checks, spam-registration-functions):
20223 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20224 (spam-bsfilter-score): New command.
20225 (spam-check-bsfilter-headers, spam-check-bsfilter)
20226 (spam-bsfilter-register-with-bsfilter)
20227 (spam-bsfilter-register-spam-routine)
20228 (spam-bsfilter-unregister-spam-routine)
20229 (spam-bsfilter-register-ham-routine)
20230 (spam-bsfilter-unregister-ham-routine): New functions.
20231 (spam-generic-score): Support bsfilter; Accept an optional argument
20232 to recalcurate spam score even if scoring header has already been
20233 added.
20234 (spam-bogofilter-score, spam-spamassassin-score): Accept an
20235 optional argument to recalcurate spam score even if scoring header
20236 has already been added.
20237
20238 2004-04-29 Jesper Harder <harder@ifa.au.dk>
20239
20240 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20241 strings! Reported by David D. Smith <davidsmith@acm.org>.
20242 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20243 link is missing.
20244
20245 2004-04-28 Jesper Harder <harder@ifa.au.dk>
20246
20247 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20248 (html2text-get-attr): Rewrite.
20249
20250 * message.el (message-setup-1): Remove redundant put-text-property
20251 on mail-header-separator.
20252
20253 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
20254
20255 * gnus-registry.el (gnus-registry-cache-whitespace)
20256 (gnus-registry-action, gnus-registry-spool-action)
20257 (gnus-registry-split-fancy-with-parent): Change message levels
20258 from 5 to 3 or 7, as needed.
20259
20260 * spam.el (spam-summary-prepare-exit)
20261 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20262 (spam-split, spam-find-spam, spam-log-undo-registration)
20263 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20264 level from 5 to 6.
20265
20266 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
20267
20268 * gnus-ems.el: Autoload appt-select-lowest-window (revert
20269 2004-03-04 change).
20270
20271 2004-04-25 Jesper Harder <harder@ifa.au.dk>
20272
20273 * sieve-manage.el (sieve-manage-open):
20274 * nnweb.el (nnweb-insert-html):
20275 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20276 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20277 * nnspool.el (nnspool-request-group):
20278 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20279 * nnml.el (nnml-request-update-info):
20280 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20281 (nnmh-request-create-group, nnmh-update-gnus-unreads):
20282 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20283 (nnimap-request-set-mark):
20284 * nnfolder.el (nnfolder-request-update-info):
20285 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20286 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20287 * gnus-uu.el (gnus-uu-find-articles-matching):
20288 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20289 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20290 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20291 * gnus-nocem.el (gnus-nocem-scan-groups):
20292 * gnus-int.el (gnus-start-news-server):
20293 * gnus-group.el (gnus-group-make-kiboze-group)
20294 (gnus-group-browse-foreign-server):
20295 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20296 Use mapc when appropriate.
20297
20298 2004-04-22 Dan Christensen <jdc@uwo.ca>
20299 Adam Sjøgren <asjo@koldfront.dk>
20300 Wes Hardaker <wes@hardakers.net>
20301 Michael Shields <shields@msrl.com>
20302
20303 * spam.el (spam-necessary-extra-headers): Get the extra headers we
20304 may need for spam sorting and scoring.
20305 (spam-user-format-function-S): Add user format function suitable for
20306 general use.
20307 (spam-article-sort-by-spam-status): Add sorting function for summary
20308 sorting.
20309 (spam-extra-header-to-number): Add function to get a score from a
20310 header.
20311 (spam-summary-score): Add function to get a numeric score from the
20312 headers.
20313 (spam-generic-score): Fix function doc, was in wrong place.
20314 (spam-initialize): Take symbols when it's run, and install the
20315 extra headers that spam-necessary-extra-headers thinks we need.
20316
20317 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
20318
20319 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20320 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20321
20322 2004-04-17 Jesper Harder <harder@ifa.au.dk>
20323
20324 * gnus-sum.el (gnus-set-global-variables)
20325 (gnus-build-all-threads, gnus-get-newsgroup-headers)
20326 (gnus-article-get-xrefs, gnus-summary-best-group)
20327 (gnus-summary-next-article, gnus-summary-enter-digest-group)
20328 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20329 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20330 Use with-current-buffer.
20331
20332 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
20333
20334 * spam.el (spam-summary-prepare-exit): Simplify logic.
20335 (spam-fetch-article-header): Read the article header if it's not
20336 available.
20337 (spam-list-articles): Simplify logic.
20338 (spam-filelist-register-routine): Fix bug with unregister-list.
20339
20340 * gnus-registry.el: Fix comments at beginning.
20341
20342 2004-04-16 Jesper Harder <harder@ifa.au.dk>
20343
20344 * message.el (message-cater-to-broken-inn): Remove.
20345 (message-shorten-references): Make sure the total folded length of
20346 References is shorter than 998 characters to cater to a bug in INN
20347 2.3. Also, don't pretend that references aren't folded -- this
20348 hasn't worked for a while.
20349
20350 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20351
20352 * gnus-agent.el (gnus-agentize):
20353 gnus-agent-send-mail-real-function no longer set to current value
20354 of message-send-mail-function but rather a lambda that calls
20355 message-send-mail-function. The change makes the agent real-time
20356 responsive to user changes to message-send-mail-function.
20357
20358 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20359
20360 * legacy-gnus-agent.el
20361 (gnus-agent-convert-to-compressed-agentview): Fix typos with
20362 help from Florian Weimer <fw@deneb.enyo.de>
20363
20364 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
20365
20366 * nnmail.el (nnmail-cache-insert): Revert last change.
20367
20368 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
20369
20370 * nnmail.el (nnmail-cache-insert): Always check whether
20371 nnmail-cache-ignore-groups matches a group name.
20372
20373 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
20374
20375 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20376 (spam-find-spam, spam-log-processing-to-registry)
20377 (spam-log-registered-p, spam-log-unregistration-needed-p)
20378 (spam-log-undo-registration): Use gnus-message instead of
20379 gnus-error, none of these errors are fatal.
20380
20381 * gnus-registry.el (gnus-registry-clean-empty-function)
20382 (gnus-registry-clean-empty): Remove only empty entries without
20383 extra data.
20384
20385 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
20386
20387 * spam-stat.el (spam-stat-buffer-change-to-spam)
20388 (spam-stat-buffer-change-to-non-spam): Change (error) to
20389 (gnus-message 8) invocation.
20390
20391 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20392
20393 * nntp.el (nntp-via-netcat-command): New variable.
20394 (nntp-via-netcat-switches): New variable.
20395 (nntp-open-via-rlogin-and-netcat): New function.
20396 (nntp-open-connection-function): Doc fix.
20397 (nntp-telnet-command): Doc fix.
20398 (nntp-end-of-line): Doc fix.
20399 (nntp-via-rlogin-command): Doc fix.
20400 (nntp-via-user-name): Doc fix.
20401 (nntp-via-address): Doc fix.
20402
20403 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
20404
20405 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20406 error in Emacs 21.1.
20407
20408 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
20409
20410 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20411
20412 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
20413
20414 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20415 (gnus-agent-with-refreshed-group): New macro.
20416 (gnus-agent-rename-group): New function.
20417 (gnus-agent-delete-group): New function.
20418 (gnus-agent-save-group-info): Use gnus-command-method when
20419 `method' parameter is nil. Don't write nil entries into the
20420 active file.
20421 (gnus-agent-get-group-info): New function.
20422 (gnus-agent-fetch-articles):
20423 Use gnus-agent-update-files-total-fetched-for to increment disk space
20424 used.
20425 (gnus-agent-fetch-headers, gnus-agent-save-alist):
20426 Use gnus-agent-update-view-total-fetched-for to increment disk space
20427 used.
20428 (gnus-agent-get-local): Add optional parameters to avoid calling
20429 gnus-group-real-name and gnus-find-method-for-group.
20430 (gnus-agent-set-local): Delete stored entry if either min, or max,
20431 are nil.
20432 (gnus-agent-fetch-session): Reworded error/quit messages.
20433 On quit, use gnus-agent-regenerate-group to record existence of any
20434 articles fetched to disk before the quit occurred.
20435 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20436 gnus-agent-update-view-total-fetched-for, and
20437 gnus-agent-update-files-total-fetched-for to decrement disk space
20438 used.
20439 (gnus-agent-retrieve-headers):
20440 Use gnus-agent-update-view-total-fetched-for to increment disk space
20441 used.
20442 (gnus-agent-regenerate-group): Replace gnus-group-update-group
20443 with gnus-agent-update-files-total-fetched-for to decrement disk
20444 space and fresh group buffer.
20445 (gnus-agent-inhibit-update-total-fetched-for): New variable.
20446 (gnus-agent-need-update-total-fetched-for): New variable.
20447 (gnus-agent-update-files-total-fetched-for): New function.
20448 (gnus-agent-update-view-total-fetched-for): New function.
20449 (gnus-agent-total-fetched-for): New function.
20450
20451 * gnus-cache.el (gnus-cache-save-buffers):
20452 Use gnus-cache-update-overview-total-fetched-for to change disk space
20453 used by this group.
20454 (gnus-cache-possibly-enter-article):
20455 Use gnus-cache-update-file-total-fetched-for to increment disk space
20456 used by this group.
20457 (gnus-cache-possibly-remove-article):
20458 Use gnus-cache-update-file-total-fetched-for to decrement disk space
20459 used by this group.
20460 (gnus-cache-generate-nov-databases): Purge total fetched cache.
20461 (gnus-cache-rename-group): New function.
20462 (gnus-cache-delete-group): New function.
20463 (gnus-cache-inhibit-update-total-fetched-for): New variable.
20464 (gnus-cache-need-update-total-fetched-for): New variable.
20465 (gnus-cache-with-refreshed-group): New macro.
20466 (gnus-cache-update-file-total-fetched-for): New function.
20467 (gnus-cache-update-overview-total-fetched-for): New function.
20468 (gnus-cache-rename-group-total-fetched-for): New function.
20469 (gnus-cache-delete-group-total-fetched-for): New function.
20470 (gnus-cache-total-fetched-for): New function.
20471
20472 * gnus-group.el: Require gnus-sum and autoload functions to
20473 resolve warnings when gnus-group.el compiled alone.
20474 (gnus-group-line-format): Documented new %F.
20475 (size of Fetched data) group line format; identifies disk space
20476 used by agent and cache.
20477 (gnus-group-line-format-alist): Defined new F format.
20478 (gnus-total-fetched-for): New function.
20479 (gnus-group-delete-group): No longer update
20480 gnus-cache-active-altered as gnus-request-delete-group now keeps
20481 the cache in sync.
20482 (gnus-group-list-active): Let the agent store a server's active
20483 list if currently plugged.
20484
20485 * gnus-int.el (gnus-request-delete-group):
20486 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20487 local disk in sync with the server.
20488 (gnus-request-rename-group):
20489 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20490 local disk in sync with the server.
20491
20492 * gnus-start.el (gnus-get-unread-articles):
20493 Cosmetic simplification to logic.
20494
20495 * gnus-util.el (gnus-rename-file): New function.
20496
20497 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
20498
20499 * mm-util.el (mm-image-load-path): Handle nil in load-path.
20500
20501 2004-04-07 Jesper Harder <harder@ifa.au.dk>
20502
20503 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20504 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
20505
20506 2004-04-06 Jesper Harder <harder@ifa.au.dk>
20507
20508 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20509 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
20510
20511 2004-04-03 Jesper Harder <harder@ifa.au.dk>
20512
20513 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20514
20515 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
20516
20517 * spam.el (spam-set-difference): Add function to replace
20518 gnus-set-difference in spam.el.
20519 (spam-summary-prepare-exit): Use spam-set-difference.
20520
20521 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20522
20523 * gnus-registry.el (gnus-registry-cache-file): Update to use
20524 gnus-dribble-directory OR gnus-home-directory OR ~.
20525 (gnus-registry-split-fancy-with-parent): Fix doc.
20526
20527 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
20528
20529 * message.el (message-exchange-point-and-mark):
20530 Use message-mark-active-p. Suggested by Jesper Harder
20531 <harder@ifa.au.dk>.
20532
20533 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
20534
20535 * message.el (message-exchange-point-and-mark): Don't activate
20536 region if it was inactive. Suggested by Hiroshi Fujishima
20537 <pooh@nature.tsukuba.ac.jp>.
20538
20539 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
20540
20541 * gnus-art.el (article-display-face): Display Faces in the same
20542 order as X-Faces.
20543
20544 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
20545
20546 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20547
20548 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
20549
20550 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20551 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20552 (gnus-article-mime-hierarchy): Remove.
20553 (gnus-article-mime-hierarchy-next): Remove.
20554 (gnus-article-mode): Revert 2004-03-19 change.
20555 (gnus-article-setup-buffer): Revert 2004-03-19 change.
20556 (gnus-insert-mime-button): Revert 2004-03-19 change.
20557 (gnus-mime-accumulate-hierarchy): Remove.
20558 (gnus-mime-enter-multipart): Remove.
20559 (gnus-mime-leave-multipart): Remove.
20560 (gnus-mime-display-part): Revert 2004-03-19 change.
20561 (gnus-mime-display-alternative): Revert 2004-03-19 change.
20562
20563 * mml.el (mml-preview): Revert 2004-03-19 change.
20564
20565 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
20566
20567 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20568
20569 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
20570
20571 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20572 t while entering a file name using the mm-with-multibyte macro.
20573 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20574
20575 * mm-util.el (mm-with-multibyte): New macro.
20576
20577 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
20578
20579 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20580 New user option.
20581 (gnus-mime-multipart-functions): Doc and customization fix.
20582 (gnus-article-mime-hierarchy): New variable.
20583 (gnus-article-mime-hierarchy-next): New variable.
20584 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20585 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20586 gnus-article-mime-hierarchy-next to nil.
20587 (gnus-insert-mime-button): Show hierarchy numbers.
20588 (gnus-mime-accumulate-hierarchy): New function.
20589 (gnus-mime-enter-multipart): New function.
20590 (gnus-mime-leave-multipart): New function.
20591 (gnus-mime-display-part): Recompute hierarchical MIME structure.
20592 (gnus-mime-display-alternative): Show hierarchy numbers.
20593
20594 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20595 gnus-article-mime-hierarchy-next to nil.
20596
20597 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
20598
20599 * dns.el: Don't require gnus-xmas.
20600
20601 2004-03-17 Jesper Harder <harder@ifa.au.dk>
20602
20603 * mml.el (mml-generate-mime-1): Don't use format=flowed with
20604 inline PGP.
20605 (mml-menu): Disable mml-quote-region if mark is inactive.
20606
20607 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
20608
20609 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20610 when the group's active is not available.
20611
20612 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
20613
20614 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20615 error.
20616
20617 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
20618
20619 * imap.el (imap-store-password): New variable.
20620 (imap-interactive-login): Use it.
20621 Suggested by Mark Plaksin <happy@mcplaksin.org>.
20622
20623 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
20624
20625 * gnus-art.el (gnus-article-read-summary-keys): Restore new
20626 window-start and hscroll to summary window.
20627
20628 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
20629
20630 * gnus-start.el (gnus-convert-old-newsrc): Only write the
20631 conversion message to newsrc-dribble when an actual conversion is
20632 performed.
20633
20634 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
20635
20636 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20637
20638 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
20639
20640 * mm-decode.el (mm-complicated-handles): New function reviving
20641 former definition of mm-multiple-handles.
20642
20643 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20644 (gnus-mime-delete-part): Use it.
20645
20646 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
20647
20648 * gnus-agent.el (gnus-agent-read-local):
20649 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20650 avoid the implicit assumption that they will always be equal.
20651 (gnus-agent-save-local): Bind buffer-file-coding-system, not
20652 coding-system-for-write, as the with-temp-file macro first prints
20653 to a buffer then saves the buffer.
20654
20655 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
20656
20657 * gnus-art.el (gnus-article-edit-part): New function.
20658 (gnus-mime-save-part-and-strip): Use it; do query instead of
20659 signaling an error; don't use mm-multiple-handles.
20660 (gnus-mime-delete-part): Ditto.
20661
20662 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
20663
20664 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20665 old file versions.
20666 (gnus-group-prepare-hook): Remove function that converted list
20667 form of gnus-agent-expire-days to group properties.
20668
20669 * gnus-int.el: Autoload gnus-agent-regenerate-group.
20670 (gnus-request-accept-article): Re-indented.
20671
20672 * gnus-start.el (gnus-convert-old-newsrc): Registered new
20673 converters to handle old agent file formats. Add logic for a
20674 "backup before upgrading warning".
20675 (gnus-convert-mark-converter-prompt): Developers can mark
20676 functions as needing (default), or not needing,
20677 gnus-convert-old-newsrc's "backup before upgrading warning".
20678 (gnus-convert-converter-needs-prompt): Tests whether the user
20679 should be protected from potentially irreversable changes by the
20680 function.
20681
20682 * legacy-gnus-agent.el: New. Provides converters that are only
20683 loaded when gnus-convert-old-newsrc needs to call them.
20684
20685 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
20686
20687 * mail-source.el (mail-source-touch-pop): Doc fix.
20688
20689 * message.el (message-smtpmail-send-it): Doc fix.
20690
20691 2004-03-05 Jesper Harder <harder@ifa.au.dk>
20692
20693 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20694
20695 * nnmail.el (nnmail-split-fancy): do.
20696
20697 * gnus-kill.el (gnus-kill, gnus-execute): do.
20698
20699 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20700
20701 * gnus-sum.el (gnus-widget-reversible-match)
20702 (gnus-widget-reversible-to-internal)
20703 (gnus-widget-reversible-to-external): New functions.
20704 (gnus-widget-reversible): New widget.
20705 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20706
20707 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
20708
20709 * gnus-sum.el (gnus-thread-sort-functions)
20710 (gnus-article-sort-functions): Document `(not F)' items.
20711
20712 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
20713
20714 * spam.el (spam-use-gmane-xref): Add new backend.
20715 (spam-gmane-xref-spam-group): Add variable to control the name of the
20716 Gmane spam group.
20717 (spam-blackhole-servers, spam-blackhole-good-server-regex)
20718 (spam-regex-headers-spam, spam-regex-headers-ham)
20719 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20720 (spam-list-of-checks): Add spam-use-gmane-xref to list of
20721 backends and checks.
20722 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20723
20724 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20725 an autodetect method.
20726
20727 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20728
20729 * gnus-int.el (gnus-request-accept-article): Inform the agent that
20730 articles are being added to a group.
20731 (gnus-request-replace-article): Inform the agent that articles
20732 need to be uncached as the cached contents are no longer valid.
20733
20734 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20735
20736 * binhex.el: Don't autoload executable-find.
20737
20738 * canlock.el: Don't autoload mail-fetch-field.
20739
20740 * gnus-ems.el: Don't autoload appt-select-lowest-window.
20741
20742 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20743 rmail-dont-reply-to and rmail-output.
20744
20745 * gnus-score.el: Don't autoload ffap-string-at-point.
20746
20747 * gnus-setup.el: Don't autoload sc-cite-original.
20748
20749 * imap.el: Don't autoload base64-decode-string,
20750 base64-encode-string and md5.
20751
20752 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20753 and rmail-msg-restore-non-pruned-header.
20754
20755 * mm-decode.el: Don't autoload executable-find.
20756
20757 * mm-url.el: Don't autoload executable-find.
20758
20759 * mm-view.el: Don't autoload diff-mode.
20760
20761 * nndb.el: Don't autoload news-reply-mode, news-setup,
20762 cancel-timer and telnet.
20763
20764 * password.el: Don't autoload run-at-time for Emacs.
20765
20766 * sha1-el.el: Don't autoload executable-find.
20767
20768 * sieve-mode.el: Don't autoload c-mode.
20769
20770 * uudecode.el: Don't autoload executable-find.
20771
20772 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20773
20774 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20775 (gnus-agent-possibly-alter-active): Avoid null in numeric
20776 comparison.
20777 (gnus-agent-set-local): Refuse to save null in local object table.
20778 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20779 list of articles that will be marked as unread.
20780
20781 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20782
20783 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20784
20785 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20786
20787 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20788 language tags.
20789
20790 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20791
20792 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20793 Don't bind "obarray".
20794
20795 * gnus-sum.el (gnus-thread-sort-functions):
20796 Add `gnus-thread-sort-by-most-recent-number' and
20797 `gnus-thread-sort-by-most-recent-date'.
20798 Reported by Kai Grossjohann <kai@emptydomain.de>.
20799
20800 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20801
20802 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20803
20804 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20805
20806 * gnus-cus.el (gnus-agent-customize-category):
20807 Remove ignore-errors macro reference that required cl to be loaded at
20808 run-time.
20809
20810 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20811 single-interval range of the form (min . max). Previously the
20812 range had to look like ((min . max)). Likewise, return
20813 (min . max) rather than ((min . max)).
20814 (gnus-range-map): Use gnus-range-normalize to accept
20815 single-interval range.
20816
20817 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20818 the cache, but not the agent, now appear with their usual face.
20819
20820 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20821
20822 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20823 w3m-safe-url-regexp variable buffer-local.
20824
20825 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20826
20827 2004-02-27 Simon Josefsson <jas@extundo.com>
20828
20829 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20830 gnus-group-real-prefix.
20831 (gnus-summary-move-article): Use it, instead of
20832 gnus-group-real-prefix.
20833
20834 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20835
20836 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20837 w3m-safe-url-regexp variable buffer-local and set it as the value
20838 of mm-w3m-safe-url-regexp.
20839
20840 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20841
20842 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20843 parsing gnus-posting-styles when the message is not for replying.
20844
20845 * nnrss.el (nnrss-opml-export):
20846 Use mm-set-buffer-file-coding-system instead of
20847 set-buffer-file-coding-system.
20848
20849 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20850
20851 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20852 of checkdoc.el).
20853 * nnrss.el: do.
20854 * gnus-mlspl.el: do.
20855 * gnus-ml.el: do.
20856 * gnus-srvr.el: do.
20857
20858 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20859
20860 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20861
20862 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20863 Corrections to custom-manual links.
20864
20865 * gnus-art.el (gnus-article): Ditto.
20866
20867 * mm-decode.el (mime-display, mime-security): Ditto.
20868
20869 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20870
20871 * flow-fill.el: Typo.
20872
20873 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20874
20875 * spam-wash.el: New file.
20876
20877 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20878
20879 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20880
20881 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20882
20883 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20884 to be run with new-articles as LIST1, not LIST2.
20885 (spam-registration-functions): Add spam-use-ham-copy as a nil
20886 registration backend.
20887
20888 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20889
20890 * spam-stat.el (spam-stat-washing-hook): New option.
20891 (spam-stat-buffer-words): Use it.
20892 (spam-stat-process-directory, spam-stat-test-directory):
20893 Use insert-file-contents-literally.
20894 (spam-stat-coding-system): New variable.
20895 (spam-stat-load, spam-stat-save): Use it.
20896
20897 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20898
20899 * spam-report.el (spam-report-plug-agent):
20900 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20901
20902 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20903
20904 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20905 Allow / in mailto URLs.
20906
20907 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20908
20909 * spam-report.el (spam-report-process-queue): Fix interactive use.
20910 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20911 (spam-report-unplug-agent): Doc fixes.
20912 (spam-report-url-ping-mm-url, spam-report-url-to-file)
20913 (spam-report-agentize, spam-report-deagentize):
20914 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
20915
20916 * message.el (message-setup-fill-variables): Add mml tags to
20917 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20918 <ajk@iu.edu>.
20919 (message-mode): Don't modify paragraph-separate there.
20920
20921 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
20922
20923 * compface.el (uncompface-use-external): Default to undecided.
20924 (uncompface-use-external-threshold): New variable.
20925 (uncompface-float-time): New macro.
20926 (uncompface): Determine whether to use the external decoder if
20927 uncompface-use-external is undecided.
20928
20929 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20930
20931 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20932 after images.
20933
20934 * gnus-art.el (gnus-mime-display-single): Remove dead code.
20935
20936 2004-02-14 Jesper Harder <harder@ifa.au.dk>
20937
20938 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20939
20940 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20941
20942 * gnus-sum.el (gnus-summary-limit-to-age)
20943 (gnus-summary-limit-children): do.
20944
20945 * gnus-int.el (gnus-request-scan): do.
20946
20947 * gnus-group.el (gnus-group-suspend): do.
20948
20949 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20950
20951 * gnus-cite.el (gnus-cite-parse-attributions): do.
20952
20953 * gnus-agent.el (gnus-summary-set-agent-mark)
20954 (gnus-agent-regenerate-group): do.
20955
20956 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20957
20958 * binhex.el (binhex-decode-region-internal): do.
20959
20960 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20961
20962 * gnus-fun.el (gnus-face-properties-alist): New user option.
20963 (gnus-display-x-face-in-from): Use it.
20964
20965 * gnus-art.el (article-display-face): Ditto.
20966
20967 * compface.el (uncompface-use-external): Default to nil.
20968
20969 2004-02-12 Jesper Harder <harder@ifa.au.dk>
20970
20971 * nntp.el (nntp-erase-buffer): New function.
20972 (nntp-retrieve-data, nntp-send-command)
20973 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20974 (nntp-possibly-change-group): Use it.
20975
20976 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20977 Use with-current-buffer.
20978
20979 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
20980
20981 * compface.el: Merge the ELisp-based uncompface program.
20982 (compface): New customization group.
20983 (uncompface-use-external): New user option.
20984 (uncompface): Call uncompface-internal if uncompface-use-external
20985 is nil.
20986 (uncompface-internal): New function. Note that there are also
20987 some other functions and variables added for this function.
20988
20989 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20990
20991 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20992 if necessary.
20993
20994 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20995
20996 * spam-report.el (spam-report-unplug-agent)
20997 (spam-report-plug-agent, spam-report-deagentize)
20998 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20999 Add support for the Agent in spam-report: when unplugged, report to a
21000 file; when plugged, submit all the requests.
21001
21002 * spam.el (spam-register-routine): Fix message about
21003 registration.
21004
21005 2004-02-09 Jesper Harder <harder@ifa.au.dk>
21006
21007 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21008 dependencies.
21009 (rfc2047-encode): Use it.
21010
21011 * gnus-art.el (gnus-button-marker-list): Move before first
21012 reference.
21013
21014 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21015 (imap-parse-body): Fix format string mismatch.
21016
21017 * gnus-score.el (gnus-summary-increase-score): do.
21018
21019 * nnrss.el (nnrss-close): New function.
21020
21021 2004-02-08 Jesper Harder <harder@ifa.au.dk>
21022
21023 * nnrss.el (nnrss-make-filename): New function.
21024 (nnrss-request-delete-group, nnrss-read-server-data)
21025 (nnrss-save-server-data, nnrss-read-group-data)
21026 (nnrss-save-group-data): Use it.
21027 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21028 (nnrss-read-server-data, nnrss-read-group-data): Use load.
21029 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21030
21031 2004-02-07 Jesper Harder <harder@ifa.au.dk>
21032
21033 * mml.el (mml-compute-boundary-1): Don't uncompress files.
21034
21035 2004-02-06 Jesper Harder <harder@ifa.au.dk>
21036
21037 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21038 files.
21039
21040 * message.el (message-generate-headers-first): Don't quote nil
21041 and t in docstrings.
21042
21043 * imap.el (imap-id): do.
21044
21045 * gnus-agent.el (gnus-agent-consider-all-articles)
21046 (gnus-agent-queue-mail): do.
21047
21048 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
21049
21050 * spam-report.el (spam-report-process-queue): New function.
21051 Process requests from `spam-report-requests-file'.
21052 (spam-report-process-queue): Doc fix.
21053
21054 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
21055
21056 * spam.el (spam-register-routine)
21057 (spam-log-processing-to-registry, spam-log-registered-p)
21058 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21059 Change "check" to "spam-check" for semi-clarity.
21060
21061 2004-02-05 Jesper Harder <harder@ifa.au.dk>
21062
21063 * pop3.el: Require nnheader.
21064
21065 * mml-smime.el: Require cl. Autoload message-fetch-field.
21066
21067 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21068
21069 * gnus-picon.el: Require cl.
21070
21071 * gnus-fun.el: Require gnus-ems and gnus-util.
21072
21073 * gnus.el (gnus-method-to-server): Move defsubst before first use.
21074
21075 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21076
21077 * gnus-art.el (gnus-article-edit-mode): Define before first
21078 reference.
21079
21080 2004-02-04 Jesper Harder <harder@ifa.au.dk>
21081
21082 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21083 (gnus-uu-post-encoded): Use point-at-bol.
21084
21085 * gnus-topic.el (gnus-group-active-topic-p): do.
21086
21087 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21088
21089 * gnus-group.el (gnus-group-kill-region): do.
21090
21091 * gnus-art.el (article-date-ut): do.
21092
21093 * message.el (message-fetch-field): Remove redundant
21094 case-fold-search binding.
21095 (message-narrow-to-field): Simplify.
21096
21097 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
21098
21099 * spam.el (spam-directory): Derive from `gnus-directory'.
21100
21101 * spam-report.el (spam-report-url-to-file)
21102 (spam-report-requests-file): New function and variable for offline
21103 reporting.
21104 (spam-report-url-ping-function): Add `spam-report-url-to-file'
21105 and user defined function.
21106 (spam-report-url-ping-mm-url): Remove doubled slash.
21107
21108 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
21109
21110 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21111
21112 2004-02-03 Jesper Harder <harder@ifa.au.dk>
21113
21114 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21115 Fix format string mismatch.
21116
21117 * sieve.el (sieve-deactivate-all): do.
21118
21119 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21120
21121 * nnlistserv.el (nnlistserv-kk-wash-article): do.
21122
21123 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21124
21125 * mm-bodies.el (mm-7bit-chars): Don't include \r.
21126
21127 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
21128
21129 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21130 the list of checks.
21131
21132 2004-01-31 Jesper Harder <harder@ifa.au.dk>
21133
21134 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21135 padding.
21136
21137 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
21138
21139 * mm-view.el (mm-fill-flowed): New variable.
21140 (mm-inline-text): Use it.
21141
21142 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
21143
21144 * spam.el (spam-spamassassin-register-ham-routine)
21145 (spam-spamassassin-register-spam-routine): Fix function names.
21146
21147 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
21148
21149 * gnus.el (gnus-tmp-grouplens): Remove.
21150 (gnus-summary-line-format): Remove grouplens.
21151
21152 * gnus-group.el (gnus-group-line-format): Ditto.
21153
21154 * gnus-spec.el (gnus-format-specs): Ditto.
21155 (gnus-update-format-specifications): Flush the group format spec
21156 cache if there's the grouplens stuff.
21157 (gnus-parse-simple-format): Replace %l with the empty string.
21158
21159 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
21160
21161 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21162 omission.
21163
21164 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
21165
21166 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21167 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21168
21169 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21170
21171 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21172 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21173 New macros and functions.
21174 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21175 Handle > NLINK_MAX messages.
21176 * nnmaildir.el (nnmaildir-request-set-mark):
21177 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21178
21179 2004-01-25 Alex Schroeder <alex@gnu.org>
21180
21181 * spam-stat.el (spam-stat-process-directory-age): New option.
21182 (spam-stat-process-directory): Use it.
21183
21184 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
21185
21186 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21187 (spam-stat-save): Accept prefix argument.
21188
21189 2004-01-23 Paul Jarc <prj@po.cwru.edu>
21190
21191 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21192 links" error.
21193
21194 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21195
21196 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21197 compatibility with old .newsrc.eld files.
21198
21199 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21200
21201 * gnus-start.el (gnus-1): do.
21202
21203 * gnus-group.el (gnus-group-line-format-alist): do.
21204
21205 * gnus.el (gnus-use-grouplens, gnus-visual): do.
21206
21207 * gnus-gl.el: Remove.
21208
21209 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
21210
21211 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21212 marks consisting of a single range {for example, (3 . 5)} rather
21213 than a list of a single range { ((3 . 5)) }.
21214
21215 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21216
21217 * spam-stat.el (spam-stat-store-gnus-article-buffer):
21218 Use with-current-buffer.
21219 (spam-stat-store-current-buffer): Use insert-buffer-substring to
21220 avoid consing a string.
21221
21222 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21223 Remove obsolete entries for big5 and gb2312.
21224
21225 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
21226
21227 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21228 uncompressed list.
21229
21230 2004-01-22 Jesper Harder <harder@ifa.au.dk>
21231
21232 * spam-stat.el (spam-stat-strip-xref): New function.
21233 (spam-stat-process-directory): Use it.
21234
21235 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21236 here -- it's done in message-fetch-field.
21237
21238 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
21239
21240 * gnus-agent.el (gnus-agent-queue-mail)
21241 (gnus-agent-prompt-send-queue): New variables.
21242 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21243 * gnus-draft.el (gnus-group-send-queue): Pass the group name
21244 "nndraft:queue" along to gnus-draft-send.
21245 Use gnus-agent-prompt-send-queue.
21246 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21247 is "nndraft:queue". Suggested by Gaute Strokkenes
21248 <gs234@srcf.ucam.org>
21249
21250 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21251 (agent-enable-undownloaded-faces): Add.
21252 (gnus-agent-cat-groups): Use eval-and-compile, not
21253 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21254 method of gnus-agent-cat-groups even when the buffer has been
21255 evaled.
21256 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21257 delete gnus-agent-save-active-1.
21258 (gnus-agent-save-groups): Delete. Identical to
21259 gnus-agent-save-active.
21260 (gnus-agent-write-active): No longer adjust agent's copy of active
21261 file as agent's adjustments are now stored in their own
21262 file. Remove optional parameter.
21263 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21264 servers. Add use of min/max range limits from server's local
21265 file.
21266 (gnus-agent-save-alist): Remove unused optional argument.
21267 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21268 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21269 (gnus-agent-set-local): A per-server file that keeps min/max range
21270 limits for articles known to the agent. Provides a fast mechanism
21271 for altering many active ranges.
21272 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21273 active file (local makes it unnecessary).
21274 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21275
21276 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21277 (agent-enable-undownloaded-faces): Add.
21278
21279 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21280 disable it when sending to "nndraft:queue".
21281 (gnus-group-send-queue): Add safety check to avoid sending queue
21282 when unplugged.
21283
21284 * gnus-group.el (gnus-group-catchup): Use new
21285 gnus-sequence-of-unread-articles, not
21286 gnus-list-of-unread-articles, to avoid exhausting memory with huge
21287 numbers of articles. Use gnus-range-map to avoid having to
21288 uncompress the unread list.
21289 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21290 Fix invalid ange-ftp reference.
21291
21292 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21293 (gnus-sorted-range-intersection): Intersection of two ranges
21294 without requiring that they first be uncompressed.
21295
21296 * gnus-start.el (gnus-activate-group): Unless blocked by the
21297 caller, possibly expand the active range to include both cached
21298 and agentized articles.
21299 (gnus-convert-old-newsrc): Rewrote in anticipation of having
21300 multiple version-dependent converters.
21301 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21302 gnus-agent-save-active.
21303 (gnus-save-newsrc-file): Save dirty agent range limits.
21304
21305 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21306 gnus-agent-possibly-alter-active.
21307 (gnus-adjust-marked-articles): Faster handling of simple lists
21308
21309 2004-01-21 Jesper Harder <harder@ifa.au.dk>
21310
21311 * spam-stat.el (spam-stat-test-directory): New optional argument
21312 displays a list of files detected. Suggested by Andrew Cohen
21313 <cohen@andy.bu.edu>.
21314 (spam-stat-buffer-words-with-scores): Don't narrow and change
21315 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
21316
21317 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
21318
21319 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21320 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21321 (spam-spamassassin-arguments)
21322 (spam-spamassassin-spam-flag-header)
21323 (spam-spamassassin-positive-spam-flag-header)
21324 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21325 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21326 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21327 (spam-list-of-processors, spam-list-of-checks)
21328 (spam-list-of-statistical-checks, spam-registration-functions)
21329 (spam-check-spamassassin-headers, spam-check-spamassassin)
21330 (spam-spamassassin-score)
21331 (spam-spamassassin-register-with-sa-learn)
21332 (spam-spamassassin-register-spam-routine)
21333 (spam-spamassassin-register-ham-routine)
21334 (spam-assassin-register-spam-routine)
21335 (spam-assassin-register-ham-routine): Add SpamAssassin support.
21336 (spam-bogofilter-score): Fix to show article before scoring.
21337
21338 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
21339
21340 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21341 default scoring function.
21342 (spam-generic-score): Call spam-spamassassin-score if
21343 spam-use-spamassassin or spam-use-spamassassin-headers is on;
21344 spam-bogofilter-score otherwise.
21345
21346 * gnus.el (spam-process, spam-autodetect-methods):
21347 Add spamassassin and spamassassin-headers.
21348
21349 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
21350
21351 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21352 Suppress unnecessary messages.
21353
21354 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21355
21356 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21357 make-hash-table.
21358
21359 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
21360
21361 * canlock.el (base64-encode-string): Don't autoload it.
21362
21363 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
21364
21365 * run-at-time.el: Remove useless (require 'itimer),
21366 eval-and-compile and (featurep 'xemacs).
21367
21368 2004-01-16 Jesper Harder <harder@ifa.au.dk>
21369
21370 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21371 GROUP is a virtual group.
21372
21373 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
21374
21375 * gnus.el: Autoload `message-y-or-n-p'.
21376
21377 2004-01-15 Jesper Harder <harder@ifa.au.dk>
21378
21379 * pgg-parse.el: Remove unnecessary (require 'custom).
21380
21381 * pgg-def.el: do.
21382
21383 * nnmail.el: do.
21384
21385 * gnus-undo.el: do.
21386
21387 * gnus-picon.el: do.
21388
21389 * gnus-util.el: do.
21390
21391 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
21392
21393 * gnus-sum.el (gnus-pick-line-number): Add autoload.
21394
21395 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
21396
21397 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21398 handle, as well as a list.
21399
21400 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21401 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21402 (mm-w3m-cid-retrieve): Simplify.
21403
21404 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
21405
21406 * message.el (message-kill-to-signature): Allow prefix arg to
21407 specify number of lines to keep before signature.
21408
21409 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
21410
21411 * message.el (message-kill-to-signature): Change docstring.
21412
21413 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
21414
21415 * canlock.el: Always require sha1-el.
21416 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21417
21418 * message.el: Autoload sha1 only when compiling.
21419
21420 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
21421
21422 * message.el (message-canlock-generate): Require sha1-el.
21423
21424 2004-01-13 Jesper Harder <harder@ifa.au.dk>
21425
21426 * message.el (message-expand-name): Silence the byte compiler.
21427
21428 2004-01-13 Simon Josefsson <jas@extundo.com>
21429
21430 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21431 Invoke gnus-score-mode.
21432 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21433
21434 * gnus-range.el (gnus-compress-sequence): Doc fix.
21435 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21436
21437 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21438
21439 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21440
21441 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
21442
21443 * spam.el (spam-get-article-as-string): Update to use
21444 gnus-request-article-this-buffer, much simpler.
21445 (spam-get-article-as-buffer): Remove.
21446
21447 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
21448
21449 * message.el (message-expand-name): Use EUDC if the user uses that.
21450
21451 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21452
21453 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21454 character for the encoding to avoid consing a string.
21455
21456 * rfc2047.el (rfc2047-decode-string): Don't cons a string
21457 unnecessarily.
21458
21459 * mm-util.el (mm-replace-chars-in-string): Remove.
21460
21461 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21462 of mm-replace-chars-in-string.
21463
21464 2004-01-11 Jesper Harder <harder@ifa.au.dk>
21465
21466 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21467
21468 * mm-util.el (mm-subst-char-in-string): Support inplace.
21469
21470 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21471 a new string in every iteration. Use shy groups.
21472
21473 2004-01-10 Jesper Harder <harder@ifa.au.dk>
21474
21475 * gnus-srvr.el (gnus-browse-unsubscribe-group):
21476 * gnus-soup.el (gnus-soup-group-brew):
21477 * gnus-msg.el (gnus-put-message):
21478 * gnus-move.el (gnus-group-move-group-to-server):
21479 * gnus-kill.el (gnus-batch-score):
21480 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21481 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21482 (gnus-group-update-group, gnus-group-read-group)
21483 (gnus-group-make-group, gnus-group-make-help-group)
21484 (gnus-group-make-archive-group, gnus-group-make-directory-group)
21485 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21486 (gnus-group-sort-by-unread, gnus-group-catchup)
21487 (gnus-group-unsubscribe-group, gnus-group-kill-group)
21488 (gnus-group-yank-group, gnus-group-set-info)
21489 (gnus-group-list-groups):
21490 * gnus.el (gnus-generate-new-group-name):
21491 * gnus-delay.el (gnus-delay-send-queue):
21492 * nnvirtual.el (nnvirtual-catchup-group):
21493 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21494 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21495 (gnus-group-prepare-topics, gnus-topic-check-topology):
21496 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21497 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21498 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21499 (gnus-group-make-articles-read):
21500 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21501 (gnus-group-change-level, gnus-kill-newsgroup)
21502 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21503 (gnus-get-unread-articles, gnus-make-articles-unread)
21504 (gnus-make-ascending-articles-unread): Use accessor
21505 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21506 to get group information for improved readability.
21507
21508 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21509
21510 * gnus-art.el (article-decode-mime-words, article-babel)
21511 (gnus-article-highlight-signature, gnus-article-add-buttons)
21512 (gnus-signature-toggle): Use gnus-with-article-buffer.
21513
21514 * gnus-art.el (gnus-article-highlight-headers)
21515 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21516
21517 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21518 (gnus-article-set-globals, gnus-request-article-this-buffer)
21519 (gnus-button-message-id, gnus-article-maybe-hide-headers)
21520 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21521 (gnus-mime-display-alternative): Use with-current-buffer.
21522
21523 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21524
21525 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21526 also under 80 char limit, and call gnus-error if needed.
21527 (spam-fetch-article-header): Fix - it was a
21528 buffer-local variable (gnus-newsgroup-data).
21529 (spam-find-spam): Use spam-generate-fake-headers, forget about
21530 spam-insert-fake-headers.
21531 (spam-insert-fake-headers): Remove.
21532
21533 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21534
21535 * deuglify.el (gnus-article-outlook-unwrap-lines)
21536 (gnus-outlook-rearrange-article)
21537 (gnus-outlook-repair-attribution-outlook)
21538 (gnus-outlook-repair-attribution-block)
21539 (gnus-outlook-repair-attribution-other): Remove redundant
21540 save-excursion.
21541
21542 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21543
21544 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21545 (spam-fetch-field-subject-fast)
21546 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21547 (spam-fetch-article-header): Add functions to deal with Gnus
21548 internals for fast retrieval of article header data.
21549 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21550
21551 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21552
21553 * pop3.el (pop3-md5): Remove.
21554 (pop3-apop): Replace pop3-md5 with md5.
21555
21556 * mm-bodies.el: base64 is always built-in.
21557
21558 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21559 Use with-current-buffer.
21560
21561 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
21562
21563 * canlock.el (canlock-insert-header): Remove excessive grouping in
21564 regexp.
21565
21566 * gnus-sum.el (gnus-summary-read-document): Ditto.
21567
21568 * gnus-uu.el (gnus-uu-part-number): Ditto.
21569
21570 * html2text.el (html2text-remove-tags): Ditto.
21571 (html2text-format-tags): Ditto.
21572 (html2text-format-single-elements): Ditto.
21573
21574 * mml.el (mml-parse-1): Ditto.
21575
21576 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21577
21578 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21579
21580 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21581
21582 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21583
21584 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21585
21586 2003-11-15 Simon Josefsson <jas@extundo.com>
21587
21588 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21589 (pgg-gpg-lookup-key): Use regexp match instead of
21590 split-string (split-string is different between emacs 21.2 and
21591 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
21592
21593 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21594
21595 * gnus-art.el (gnus-mime-view-all-parts)
21596 (gnus-article-part-wrapper, gnus-article-view-part):
21597 Use with-current-buffer.
21598
21599 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21600
21601 * spam.el (spam-disable-spam-split-during-ham-respool)
21602 (spam-spamoracle-database, spam-cache-lookups)
21603 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21604 (spam-group-ham-mark-p, spam-group-spam-mark-p)
21605 (spam-group-ham-marks, spam-group-spam-marks)
21606 (spam-group-spam-contents-p, spam-group-ham-contents-p)
21607 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21608 also add spam-use-blackholes to the statistical checks.
21609 (spam-fetch-field-fast): Add interface to fetching fields, may
21610 become a macro.
21611 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21612 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21613 (spam-insert-fake-headers): Fake an article when needed.
21614 (spam-find-spam): Fake article when possible.
21615 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21616 (spam-check-bogofilter-headers): Use message-fetch-field instead
21617 of nnmail-fetch-field.
21618
21619 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
21620
21621 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21622
21623 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21624
21625 * spam.el (spam-split): Do not require spam-use-CHECK to be
21626 enabled if that check is passed to spam-split explicitly; also
21627 fix so 'spam doesn't get converted to spam-split-group when
21628 spam-split-symbolic-return is t.
21629 (spam-find-spam): Find registrations of the article and use those
21630 instead of re-running spam-split to find the spam/ham
21631 classification of the article.
21632 (spam-log-processing-to-registry, spam-log-registered-p)
21633 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21634 Use gnus-error instead of gnus-message.
21635 (spam-log-registration-type): Add function to determine the
21636 classification of a message based on registry entries; will
21637 return nil if both 'spam and 'ham are found.
21638 (spam-check-BBDB): Expand all the BBDB macros here so we can have
21639 a reasonably fast local cache without the loading errors.
21640 (spam-cache-lookups): Set to t by default.
21641 (spam-find-spam): Don't try to guess spam-cache-lookups.
21642 (spam-enter-whitelist, spam-enter-blacklist): Clear the
21643 spam-caches entry.
21644 (spam-filelist-build-cache, spam-filelist-check-cache):
21645 Fix caching of whitelist/blacklist entries.
21646 (spam-check-whitelist, spam-check-blacklist):
21647 Invoke spam-from-listed-p with a type, not a cache variable.
21648 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21649
21650 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21651
21652 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21653
21654 * nnmail.el (nnmail-split-fancy): do.
21655
21656 * mml.el (mml-parse): do.
21657
21658 * gnus-score.el (gnus-enter-score-words-into-hashtb)
21659 (gnus-score-adaptive): do.
21660
21661 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21662
21663 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21664 (gnus-mime-button-map): Don't set keymap parent.
21665 (gnus-button-ctan-directory-regexp): Use shy grouping.
21666 (gnus-prev-page-map): Don't set keymap parent.
21667 (gnus-prev-page-map): Remove duplicated one.
21668 (gnus-next-page-map): Don't set keymap parent.
21669 (gnus-mime-security-button-map): Ditto.
21670
21671 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21672 version number.
21673
21674 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21675
21676 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21677
21678 * canlock.el (canlock-sha1-function): Remove.
21679 (canlock-sha1-function-for-verify): Remove.
21680 (canlock-openssl-program): Remove.
21681 (canlock-openssl-args): Remove.
21682 (canlock-ignore-errors): Remove.
21683 (canlock-sha1-with-openssl): Remove.
21684 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21685 (canlock-verify): Don't use canlock-ignore-errors.
21686
21687 * sha1-el.el (sha1-string-external): Make it can return a string
21688 in binary form.
21689 (sha1-region-external): Ditto.
21690 (sha1-string-internal): Ditto.
21691 (sha1-region-internal): Ditto.
21692 (sha1-region): Ditto.
21693 (sha1-string): Ditto.
21694 (sha1): Ditto.
21695
21696 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21697
21698 * spam.el (spam-report-articles-gmane): New command.
21699
21700 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21701
21702 * gnus.el: Don't make unnecessary *Group* buffer when loading.
21703
21704 * run-at-time.el (run-at-time-saved): Remove.
21705 (run-at-time): Doc fix.
21706
21707 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21708
21709 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21710 (gnus-summary-limit-map): Add it.
21711 (gnus-summary-make-menu-bar): do.
21712
21713 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
21714
21715 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21716 Make attempt at some caching support (done for BBDB only now).
21717 (spam-find-spam): Set spam-cache-lookups if there are more than 2
21718 addresses to be checked.
21719 (spam-clear-cache-BBDB): Add function, to be invoked by
21720 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21721 (spam-check-BBDB): Check and use the caches, if
21722 spam-cache-lookups is on, remove superfluous (provide).
21723
21724 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
21725
21726 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21727
21728 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
21729
21730 * run-at-time.el (run-at-time-saved): Move to after the definition
21731 of `run-at-time'.
21732
21733 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21734
21735 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21736 mm-w3m-local-map-property.
21737
21738 * mm-view.el (mm-w3m-mode-map): Remove.
21739 (mm-w3m-local-map-property): Remove.
21740 (mm-inline-text-html-render-with-w3m): Don't use
21741 mm-w3m-local-map-property.
21742
21743 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21744
21745 * run-at-time.el: New file.
21746
21747 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21748 of gnus-set-text-properties.
21749
21750 * gnus-uu.el (gnus-uu-save-article): Ditto.
21751
21752 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21753
21754 * gnus-cite.el (gnus-cite-parse): Ditto.
21755
21756 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21757 of gnus-.
21758
21759 * gnus.el: Change calls to nnheader-run-at-time and
21760 password-run-at-time throughout to use run-at-time directly.
21761
21762 * password.el: Remove definition of run-at-time.
21763
21764 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21765
21766 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21767 in prompt.
21768
21769 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21770
21771 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21772 XEmacs version.
21773
21774 * dns.el (dns-make-network-process): Use `open-network-stream'
21775 instead of `gnus-xmas-open-network-stream'.
21776
21777 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21778
21779 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21780
21781 * gnus-art.el (gnus-mime-display-alternative)
21782 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21783 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21784 Don't use gnus-local-map-property.
21785
21786 * gnus-util.el (gnus-local-map-property): Remove.
21787
21788 * mm-view.el (mm-view-pkcs7-decrypt):
21789 Replace gnus-completing-read-maybe-default with completing-read.
21790
21791 * gnus-util.el (gnus-completing-read): do.
21792 (gnus-completing-read-maybe-default): Remove.
21793
21794 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21795
21796 * password.el: Only autoload `run-at-time' if not XEmacs.
21797 Only autoload the itimer functions if XEmacs.
21798
21799 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21800
21801 * gnus-art.el (gnus-read-string): Remove.
21802 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21803 read-string.
21804
21805 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21806
21807 * netrc.el: Autoload password-read.
21808 (netrc): Add configuration group.
21809 (netrc-encoding-method, netrc-openssl-path):
21810 Add variables for encoding and decoding of files with symmetric
21811 ciphers.
21812 (netrc-encode): Add assistant function to encode a file with
21813 netrc-encoding-method.
21814 (netrc-parse): Add interactive parameter, added optional
21815 decoding if netrc-encoding-method is non-nil but otherwise
21816 behavior is standard.
21817 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21818 Do s/encode/encrypt/ everywhere.
21819
21820 * spam.el: Remove executable-find autoload.
21821
21822 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21823
21824 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21825
21826 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21827
21828 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21829
21830 * gnus-art.el (gnus-treat-ansi-sequences)
21831 (article-treat-ansi-sequences): New variable and function.
21832 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21833
21834 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21835 Use it.
21836
21837 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21838
21839 * mm-util.el (mm-quote-arg): Remove.
21840
21841 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21842 shell-quote-argument.
21843
21844 * gnus-uu.el (gnus-uu-command): do.
21845
21846 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21847
21848 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21849 with make-char.
21850
21851 * mm-util.el (mm-make-char): Remove.
21852
21853 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21854 add-minor-mode.
21855
21856 * gnus-undo.el (gnus-undo-mode): do.
21857
21858 * gnus-topic.el (gnus-topic-mode): do.
21859
21860 * gnus-sum.el (gnus-dead-summary-mode): do.
21861
21862 * gnus-start.el (gnus-slave-mode): do.
21863
21864 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21865
21866 * gnus-ml.el (gnus-mailing-list-mode): do.
21867
21868 * gnus-gl.el (gnus-grouplens-mode): do.
21869
21870 * gnus-draft.el (gnus-draft-mode): do.
21871
21872 * gnus-dired.el (gnus-dired-mode): do.
21873
21874 * gnus-ems.el (gnus-add-minor-mode): Remove.
21875
21876 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21877 Replace gnus-char-width with char-width.
21878
21879 * gnus-ems.el (gnus-char-width): Remove.
21880
21881 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21882 Replace gnus-char-width with char-width.
21883
21884 * gnus-ems.el (gnus-char-width): Remove.
21885
21886 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21887 definition.
21888 Remove Emacs 20 hash table compatibility code.
21889
21890 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21891 20 compatibility code.
21892
21893 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21894
21895 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21896
21897 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21898 Replace with point-at-{eol,bol}.
21899
21900 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21901
21902 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21903
21904 * flow-fill.el (fill-flowed-point-at-bol)
21905 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21906
21907 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21908 Replace with point-at-{eol,bol} throughout all files.
21909
21910 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
21911
21912 * ntlm.el (ntlm-string-as-unibyte): New macro.
21913 (ntlm-build-auth-response): Use it.
21914
21915 Remove Emacs 20 stuff:
21916 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21917 of delq and copy-sequence.
21918 * gnus-art.el (popup-menu): Remove the compiler macro.
21919 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21920 Emacs 20.
21921
21922 2004-01-05 Simon Josefsson <jas@extundo.com>
21923
21924 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21925 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21926 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21927 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21928 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21929 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21930 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21931 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21932 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21933 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21934 ntlm-string-permute, string-lshift into ntlm-string-lshift,
21935 string-xor into ntlm-string-xor.
21936 Suggested by Jesper Harder <harder@myrealbox.com>.
21937
21938 * ntlm.el: Don't include poem.
21939
21940 * md4.el (print-int32, print-string-hexa): Remove.
21941 Suggested by Jesper Harder <harder@myrealbox.com>.
21942
21943 * sasl-ntlm.el, ntlm.el, md4.el: New files.
21944
21945 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21946 probably breaks emacs with DL patch, but do we care? Is anyone
21947 still using the DL stuff?)
21948
21949 * sieve-manage.el: Use the password package.
21950 (sieve-manage-read-passwd): Remove.
21951 (sieve-manage-interactive-login): Use password. Re-add
21952 condition-case around loop.
21953
21954 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21955 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21956 Use the password package.
21957
21958 2003-02-19 Simon Josefsson <jas@extundo.com>
21959
21960 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21961 token.
21962
21963 2002-08-07 Simon Josefsson <jas@extundo.com>
21964
21965 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21966 (sieve-manage-authenticators):
21967 (sieve-manage-authenticator-alist): Add some SASL mechs.
21968 (sieve-sasl-auth): New function.
21969 (sieve-manage-cram-md5-auth):
21970 (sieve-manage-plain-auth): Rewrite using SASL library.
21971 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21972 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21973 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21974 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21975
21976 2004-01-05 Simon Josefsson <jas@extundo.com>
21977
21978 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21979 New files.
21980
21981 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21982
21983 * gnus-group.el (gnus-no-groups-message): Update.
21984
21985 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21986
21987 2003-11-09 Simon Josefsson <jas@extundo.com>
21988
21989 * imap.el: Support for ID IMAP extension (RFC 2971).
21990 (imap-local-variables): Add imap-id.
21991 (imap-id): New variable.
21992 (imap-id): New function.
21993 (imap-parse-response): Parse untagged ID response.
21994 * nnimap.el (nnimap-id): New variable.
21995 (nnimap-open-connection): Use it.
21996
21997 2003-12-28 Simon Josefsson <jas@extundo.com>
21998
21999 * gnus-score.el (gnus-score-edit-all-score): New.
22000 * gnus-group.el (gnus-group-score-map): Bind it to W e.
22001
22002 2004-01-04 Simon Josefsson <jas@extundo.com>
22003
22004 * password.el: Add.
22005
22006 2004-01-04 Mario Lang <lang@zid.tugraz.at>
22007
22008 * dns.el (dns-query-types): Fix typo.
22009 (dns-query-types): New function.
22010 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
22011 PTR and SOA replies, see RFC 1035.
22012
22013 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22014
22015 * gnus.el (gnus-logo-color-style): Change colors to `no'.
22016
22017 * Move to Changelog.2.
22018
22019 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22020
22021 * gnus.el (gnus-version-number): Bump version.
22022
22023 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22024
22025 * gnus.el: No Gnus v0.1 is released.
22026
22027 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22028
22029 * gnus.el: No Gnus v0.0 is released.
22030
22031 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22032
22033 * gnus.el (gnus-version-number): Bump.
22034 (gnus-version): No.
22035
22036 See ChangeLog.2 for earlier changes.
22037
22038 Copyright (C) 2004-2011 Free Software Foundation, Inc.
22039
22040 This file is part of GNU Emacs.
22041
22042 GNU Emacs is free software: you can redistribute it and/or modify
22043 it under the terms of the GNU General Public License as published by
22044 the Free Software Foundation, either version 3 of the License, or
22045 (at your option) any later version.
22046
22047 GNU Emacs is distributed in the hope that it will be useful,
22048 but WITHOUT ANY WARRANTY; without even the implied warranty of
22049 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22050 GNU General Public License for more details.
22051
22052 You should have received a copy of the GNU General Public License
22053 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22054
22055 ;; Local Variables:
22056 ;; coding: utf-8
22057 ;; fill-column: 79
22058 ;; add-log-time-zone-rule: t
22059 ;; End: