Spelling fixes.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mm-view.el (mm-display-inline-fontify): Add comment.
4
5 2011-12-15 Juri Linkov <juri@jurta.org>
6
7 * mm-decode.el (mm-inline-media-tests): Add missing
8 `mm-handle-media-subtype'.
9
10 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
11
12 * message.el (message-valid-fqdn-regexp): Update with newly approved
13 top-level domain names ".tel" and ".asia".
14
15 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
16
17 * gnus-sum.el (gnus-summary-show-article): Don't load shr
18 unconditionally.
19
20 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
21
22 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
23 pop-to-buffer-same-window for old Emacsen.
24
25 2011-12-04 Chong Yidong <cyd@gnu.org>
26
27 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
28 change (Bug#10200).
29
30 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
31
32 * compface.el (uncompface):
33 * gnus-art.el (gnus-article-x-face-command): Update the header format
34 of icon data for the most recent icontopbm program.
35
36 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
37
38 * gnus-msg.el (gnus-inews-do-gcc):
39 * message.el (message-send-mail):
40 * mml.el (mml-generate-mime): Share the value of the buffer-local
41 `message-options' variable between a draft buffer and temprary working
42 buffers.
43
44 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
47
48 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
49
50 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
51 for Cygwin.
52
53 2011-11-24 Glenn Morris <rgm@gnu.org>
54
55 * starttls.el: Fix case of "GnuTLS".
56
57 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
58
59 * gnus-group.el (gnus-group-highlight): Fix typo.
60
61 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
62
63 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
64 value of `delete-file', that returns nil for a local file but returns t
65 for a remote file using ssh.
66
67 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
68
69 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
70 avoid later breakage.
71
72 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
73
74 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
75 article buffers' name.
76
77 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
78
79 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
80 by Paul Eggert's spellfixes two days ago.
81
82 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
83
84 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
85 buffer-local instead of binding them to avoid warnings. Also demote
86 errors (bug#10063).
87 (font-lock-mode-hook): Shut up byte compiler.
88
89 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
90
91 * mm-util.el (mm-charset-after): Fix typo.
92
93 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
94
95 * gnus-sum.el (gnus-summary-make-menu-bar):
96 * gnus-uu.el (gnus-uu-decode-postscript)
97 (gnus-uu-decode-postscript-and-save):
98 * mailcap.el (mailcap-print-command):
99 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
100 Fix typos.
101
102 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
103
104 * gnus-art.el (gnus-article-part-wrapper):
105 * shr-color.el (shr-color-visible-distance-min)
106 (shr-color-relative-to-absolute, set-minimum-interval)
107 (shr-color-visible): Fix typos.
108
109 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
110
111 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
112 slightly clearer.
113
114 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
115
116 * message.el (message-send-and-exit): Document `arg'.
117
118 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
121
122 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
123
124 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
125 we don't use `bound-and-true-p'.
126
127 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
128
129 * gnus-util.el (gnus-bound-and-true-p): Remove.
130 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
131 * nnir.el: Use it.
132 * nnmairix.el: Use it.
133
134 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
135
136 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
137 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
138 for reasons unknown.
139 * nnir.el: Use it.
140 * nnmairix.el: Use it.
141
142 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
143 * nnir.el: Ditto.
144 * nnmairix.el: Ditto.
145
146 * gnus-registry.el (gnus-registry-enabled): Default to nil.
147
148 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * message.el (message-completion-function): Make sure
151 message-tab-body-function is not attempted if one of
152 message-completion-alist fails to find a completion (bug#9158).
153
154 2011-10-26 Daiki Ueno <ueno@unixuser.org>
155
156 * mml.el (mml-quote-region): Quote <#secure> tag.
157 (mml-generate-mime-1): Unquote <#secure> tag.
158
159 2011-10-20 Chong Yidong <cyd@gnu.org>
160
161 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
162 calling a minor mode from Lisp with nil arg enables it, so we have to
163 make the wording a bit ambiguous here).
164
165 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
166
167 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
168 * nnir.el (nnir-mode): Use it.
169 * nnmairix.el (nnmairix-determine-original-group-from-registry):
170 Use it.
171
172 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
173 * nnmairix.el (gnus-registry-enabled): Ditto.
174
175 2011-10-17 Dave Abrahams <dave@boostpro.com> (tiny change)
176
177 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
178 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
179 only while we need to find out if it should be t or nil.
180 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
181 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
182 the registry is installed. Set it to nil when it's unloaded.
183 (gnus-registry-install-p): Provide user guidance for the initial value
184 of `gnus-registry-install' when it's 'ask, otherwise return its value.
185 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
186 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
187 * nnmairix.el (nnmairix-determine-original-group-from-registry):
188 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
189 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
190 `gnus-registry-install'.
191
192 2011-10-17 Daiki Ueno <ueno@unixuser.org>
193
194 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
195 previous change.
196 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
197 primary key is marked as disabled.
198
199 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
200
201 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
202 primary key is marked as disabled.
203
204 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
205
206 * html2text.el (html2text-clean-anchor): Check for quotes around
207 `href' value.
208
209 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
210
211 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
212 searching. Drop `bbdb-cache'.
213
214 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
215
216 * message.el (message-signed-or-encrypted-p): Exclude header when
217 checking if there is signed or encrypted body in text/plain message.
218
219 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
220
221 * html2text.el (html2text-get-attr): Correctly handle attribute values
222 containing "=".
223
224 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
225
226 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
227 handle bindings.
228
229 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
230
231 * gnus-win.el (gnus-configure-windows): Protect against reading
232 ephemeral groups outside of Gnus.
233
234 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
235
236 * shr.el (shr-tag-img): Don't get images displayed in tables.
237
238 2011-10-03 Glenn Morris <rgm@gnu.org>
239
240 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
241 the "maintainer" version of debbugs.gnu.org reports.
242
243 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
244
245 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
246 make asynchronous adjacent image insertion work better.
247
248 2011-09-27 Daiki Ueno <ueno@unixuser.org>
249
250 * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
251 documentation.
252
253 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
254
255 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
256 `gnus-asynchronous' isn't shadowed.
257
258 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
261 (nnimap-insert-partial-structure): The charset parameter isn't
262 case-sensitive.
263
264 * nnheader.el (nnheader-message-maybe): New function.
265
266 * shr.el (shr-tag-table): Render totally broken tables better.
267
268 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
269 computing the boundary.
270
271 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
272
273 * pop3.el (pop3-number-of-responses): Remove.
274 (pop3-wait-for-messages): Rewrite to take linear time instead of
275 exponential time.
276
277 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
278
279 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
280 re-fetch images.
281
282 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
283 re-fetch images when hitting `g' in Gnus.
284
285 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
286
287 * mml.el (mml-inhibit-compute-boundary): New internal variable.
288 (mml-compute-boundary): Don't check collision if it is non-nil.
289 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
290 before checking collision.
291
292 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
293
294 * message.el (message-indent-citation): Really make sure there's a
295 newline at the end.
296
297 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
298 Fix suggested by John Wiegley.
299
300 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
301
302 * gnus-art.el (gnus-treat-hide-citation): Add doc.
303
304 * message.el (message-default-send-rename-function): Break out into its
305 own function.
306
307 * ecomplete.el (ecomplete-display-matches): Revert patch since it
308 doesn't work under XEmacs.
309
310 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
311 of "imaps" to word around Windows problems.
312 (nnimap-open-connection-1): Use it.
313
314 * message.el (message-indent-citation): Revert last change which made
315 `F' not work.
316
317 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
318
319 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
320 terminal as well.
321
322 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
323
324 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
325 because it displays images using overlays that aren't easy to copy to
326 the article buffer.
327
328 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
329
330 * message.el (message-indent-citation): Fix empty line removal at the
331 end of the citation.
332
333 2011-09-20 Julien Danjou <julien@danjou.info>
334
335 * auth-source.el (auth-source-netrc-create): Use default value for
336 password if specified. Evaluate default.
337 (auth-source-plstore-create): Ditto.
338 (auth-source-plstore-create, auth-source-netrc-create): Fix default
339 value evaluation.
340 (auth-source-netrc-create): Typo fix.
341 (auth-source-plstore-create): Ditto.
342
343 * auth-source.el (auth-source-format-cache-entry): New function.
344
345 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
346
347 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
348
349 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
350
351 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
352
353 2011-09-19 Julien Danjou <julien@danjou.info>
354
355 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
356 which work with things that are not ASCII.
357
358 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
359
360 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
361
362 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
363
364 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
365 message level.
366
367 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
368
369 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
370
371 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
372
373 * gnus.el (gnus-interactive-exit): Update defcustom spec.
374
375 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
378 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
379
380 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
381
382 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
383 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
384 articles.
385
386 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
387
388 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
389 (message-mail-other-window, message-mail-other-frame)
390 (message-news-other-window, message-news-other-frame):
391 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
392 instead of setting buffer display variables.
393
394 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
395
396 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
397
398 * gnus-sum.el (gnus-fetch-headers): Bump message level.
399
400 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
401
402 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
403 duplicates" to a higher level.
404
405 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
406 most egregious messages.
407
408 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
409
410 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
411
412 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
413
414 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
415 up the file (bug#9351).
416
417 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
418
419 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
420 it does with all other backends, but decode the names immediately after
421 getting them.
422
423 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
424 decoding nnimap groups.
425
426 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
427 newsrc file. It doesn't seem like an important optimization any more.
428
429 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change)
430
431 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
432 overflows.
433
434 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
435
436 * gnus.el (gnus-article-mark-lists): Remove `recent'.
437 (gnus-interactive-exit): Extend to `quiet'.
438
439 * gnus-sum.el (gnus-offer-save-summaries): Use it.
440
441 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
442 string.
443
444 * plstore.el (plstore--get-buffer): Silence compiler warnings by
445 renaming function arguments from `this'.
446
447 * gnus-sum.el (gnus-newsgroup-recent): Remove.
448
449 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
450 has been renamed.
451 (gnus-lrm-string-p): Include RLM and PDF, too.
452
453 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
454 (bug#9225).
455
456 2011-09-10 Eli Zaretskii <eliz@gnu.org>
457
458 Add autoload cookies for functions used by sendmail.el.
459 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
460
461 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
462
463 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
464
465 * gnus-art.el (article-date-ut): Work properly even when there are
466 things like Date header in the body; work for forwarded parts.
467
468 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
469
470 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
471 original-article-buffer.
472
473 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
474
475 * nnir.el (nnir-compose-result): Fix matching of server type.
476 (nnir-run-swish++): Ditto.
477 (nnir-run-namazu): Ditto.
478 (nnir-run-notmuch): Ditto.
479
480 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
481
482 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
483 (bug#9405).
484
485 * gnus-score.el (gnus-summary-increase-score): Doc clarification
486 (bug#9421).
487
488 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
489 (bug#9425).
490
491 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
492 thing (bug#9426).
493
494 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
495
496 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
497 the error message.
498
499 2011-09-02 Eli Zaretskii <eliz@gnu.org>
500
501 * message.el (message-setup-1): Return t (Bug#9392).
502
503 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
504
505 * gnus-sum.el: When adding article headers to a summary buffer also
506 update gnus-newsgroup-articles (bug#9386).
507
508 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
509
510 * auth-source.el: Autoload help-mode.
511
512 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
513
514 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
515 names.
516
517 2011-08-27 Daiki Ueno <ueno@unixuser.org>
518
519 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
520 mm-replace-in-string for compatibility issues.
521 * mml2015.el (mml2015-epg-verify): Ditto.
522
523 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
524
525 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
526
527 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
528
529 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
532 continue on and do the clean-up phase (bug#9188).
533
534 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
535 just ignore groups that can't be opened instead of erroring out
536 (bug#9225).
537
538 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
539 nil since some many people are fuddy-duddies.
540
541 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
542 images.
543
544 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
545 instead.
546
547 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
548
549 * gnus-util.el (gnus-process-live-p): Copy over compat function.
550
551 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
552 processing.
553
554 * nntp.el (nntp-kill-buffer): Kill the process before killing the
555 buffer to avoid warnings.
556
557 2011-08-20 Simon Josefsson <simon@josefsson.org>
558
559 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
560 specified to reduce precision.
561
562 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
563
564 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
565 bodystructures (bug#9314).
566
567 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
568
569 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
570 Make button keymap non-sticky after buttons.
571
572 2011-08-18 David Engster <dengste@eml.cc>
573
574 * nnmairix.el (nnmairix-request-set-mark)
575 (nnmairix-goto-original-article): Remove adding of article to registry,
576 since `gnus-registry-add-group' isn't available anymore.
577 (nnmairix-determine-original-group-from-registry):
578 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
579 available anymore.
580
581 2011-08-12 Simon Josefsson <simon@josefsson.org>
582
583 * starttls.el (starttls-any-program-available): Define as obsolete
584 function.
585
586 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
587
588 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
589 versions which Gnus use when appropriate.
590
591 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
592 a pretty destructive command.
593
594 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
595
596 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
597
598 * message.el (message-fix-before-sending): Make a different warning
599 about NUL characters (bug#9270).
600
601 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
602 from custom (bug#9260).
603
604 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
605 things work in Emacs 22 and XEmacs, too.
606
607 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
608 default From.
609
610 * gnus-spec.el (gnus-lrm-string-p): New macro.
611 (gnus-lrm-string): New constant.
612 (gnus-summary-line-format-spec): LRM-ify the from.
613 (gnus-tilde-max-form): LRM-ify string chopping.
614
615 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
616
617 * message.el (message-is-yours-p): Allow disabling canlock checking
618 (bug#9295).
619 (message-shoot-gnksa-feet): Add `canlock-verify'.
620 (message-auto-save-directory): Use ~/ as the auto-save directory if the
621 message directory isn't writable (bug#9304).
622
623 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
624 non-world-readable.
625
626 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
627
628 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
629 articles.
630
631 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
632
633 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
634 copy-list.
635
636 2011-08-12 Sam Steingold <sds@gnu.org>
637
638 * gnus-score.el (gnus-score-find-alist): Keep the score files already
639 in the reverse order to avoid modifying the cache with `nreverse'.
640 (gnus-all-score-files): Do not modify the value returned by
641 `gnus-score-find-alist' because it lives in a cache variable.
642 (gnus-current-home-score-file): No need to `nreverse' the return value
643 of `gnus-score-find-alist', it is already in the correct order.
644
645 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
646
647 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
648 type MESSAGE and subtype RFC822 is slightly different from those of
649 type TEXT.
650
651 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
652
653 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
654 This allows article-referral to work from an nnir group.
655
656 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
657
658 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
659
660 2011-08-04 Daiki Ueno <ueno@unixuser.org>
661
662 * mml1991.el (mml1991-epg-find-usable-key)
663 (mml1991-epg-find-usable-secret-key): New function.
664 (mml1991-epg-sign): Check if signing key is usable.
665 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
666
667 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
668
669 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
670 server-variables only. This should fix a bug introduced with commit
671 e1889675b7f4adf057833c5513c9374134c4e053.
672 (nnir-run-query): 'nnir-search-engine should not be set from the global
673 environment.
674
675 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
676
677 * nnir.el (nnir-search-thread): Position point on referring article
678 line.
679 (nnir-warp-to-article): Clean up summary buffers.
680
681 * nnimap.el (nnimap-request-thread): Whitespace fix.
682
683 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
684
685 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
686
687 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
688
689 * starttls.el (starttls-available-p): Rename from
690 `starttls-any-program-available' and changed return convention.
691
692 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
693
694 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
695 `unix-sync' unless it's defined.
696
697 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
698
699 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
700 `aref' for XEmacs compatibiltiy.
701
702 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
703
704 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
705
706 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change)
707
708 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
709 closures, quote the form properly (bug#9194).
710
711 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
712
713 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
714 (gnus-summary-insert-new-articles): Protect against servers that are
715 down.
716
717 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
718
719 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
720 in mm handle if none is specified.
721
722 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
723
724 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
725
726 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
727
728 * nnir.el (nnir-search-thread): New function to make an nnir group
729 based on a thread query.
730
731 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
732 of nnir in thread referral.
733 (gnus-summary-refer-thread): Use it.
734
735 * nnimap.el (nnimap-request-thread): Use it.
736
737 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
738
739 * shr.el (shr-tag-comment): Ignore HTML comments.
740
741 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
742
743 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
744 argument.
745 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
746 Use `nnir-address' to handle server info rather than passing an arg.
747
748 * nnimap.el (nnimap-make-thread-query): New utility function to format
749 an imap thread search query.
750 (nnimap-request-thread): Use it.
751
752 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
753 right select-method if we are not going back to the group buffer.
754
755 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
756
757 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
758 enter invalid buffer configurations into the quit form (bug#9107).
759 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
760 unplugged/plugged.
761
762 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
763 keep track of which ones are unread (bug#9061).
764
765 * gnus.el (gnus-refer-article-method): Allow entering any sexp
766 (bug#9055).
767
768 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
769 (bug#9041).
770
771 * gnus-html.el (mm-util): Require (bug#9073).
772
773 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
774 (gnus-summary-refer-thread): Use it to remove duplicates in the
775 un-threaded view (bug#9053).
776 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
777
778 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
779
780 * nnir.el (nnir-read-server-parm): Use default value from global
781 variable. Without this the default search engine parameters aren't
782 used at all.
783
784 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
785
786 * message.el (message-unique-id): Don't use the undocumented return
787 value from (random t) (bug#9118).
788
789 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
790
791 * message.el (message-auto-save-directory): If the ~/Mail directory
792 doesn't exist, use ~ as the auto-save directory (bug#4432).
793
794 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
795 hasn't already been started.
796
797 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
798
799 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
800
801 * message.el (message-reply): Work around mysterious bug where
802 `message-mode' seems to overwrite the locally bound `subject' variable.
803
804 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
805
806 * nnimap.el (nnimap-request-thread): Ensure search is performed in
807 correct group.
808
809 * gnus-int.el (gnus-request-thread): Add group argument.
810
811 * gnus-sum.el (gnus-summary-refer-thread): Use it.
812
813 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
814
815 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
816 renamed to `debbugs-gnu-*'.
817
818 2011-07-08 Daiki Ueno <ueno@unixuser.org>
819
820 * plstore.el: Revert the editing feature since it is not urgent.
821 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
822 (plstore-mode-decoded): Remove.
823
824 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
825
826 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
827 isn't very interesting any more, and it leaks potentially secret data.
828 (gnus-debug): Remove.
829
830 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
831 use of :custom-show.
832
833 2011-07-07 Daiki Ueno <ueno@unixuser.org>
834
835 * plstore.el: Add documentation.
836 (plstore-mode): New mode to edit plstore file.
837 (plstore-mode-toggle-display, plstore-mode-original)
838 (plstore-mode-decoded): New command.
839 (plstore--encode, plstore--decode, plstore--write-contents-functions)
840 (plstore--insert-buffer, plstore--make): New function.
841 (plstore-open, plstore-save): Simplify by using them.
842
843 2011-07-06 Glenn Morris <rgm@gnu.org>
844
845 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
846
847 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
848
849 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
850 no longer is much used.
851 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
852 Articles".
853
854 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
855
856 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
857 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
858 `notmuch' backend.
859
860 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
861
862 * mm-decode.el (mm-text-html-renderer): Doc fix.
863
864 * gnus-msg.el (gnus-bug): Fix the MML tag.
865
866 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
867
868 2011-07-05 Daiki Ueno <ueno@unixuser.org>
869
870 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
871 secondary methods if started with `gnus-no-server'.
872
873 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
874
875 * message.el (message-return-action): Fix typo in docstring.
876
877 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
878
879 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
880 bug reports at once.
881
882 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
883
884 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
885
886 * nndraft.el: Require gnus-group.
887 (nndraft-request-list): Declare.
888
889 * nndraft.el (nndraft-update-unread-articles): Don't show group having
890 no unread article unless it matches gnus-permanently-visible-groups.
891
892 * nndraft.el (nndraft-update-unread-articles): New function.
893 (nndraft-request-associate-buffer): Use it to update the number of
894 unread articles for the nndraft groups in the group buffer when saving
895 or killing a draft message.
896
897 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
898
899 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
900 systems to binary before writing and reading the mbox files.
901
902 * gnus.el (gnus-summary-line-format): Link to the info node for %U
903 instead of trying to list them all (bug#8978).
904
905 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
906
907 * pop3.el (pop3-open-server): Use :end-of-capability.
908
909 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
912 the id is always a number.
913
914 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
915 debbugs mode, if possible.
916
917 2011-07-02 Daiki Ueno <ueno@unixuser.org>
918
919 * auth-source.el (auth-source-token-passphrase-callback-function):
920 Reindent.
921 (epg-context-operation): Remove unnecessary autoload.
922
923 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
924
925 * gnus.el (gnus-list-debbugs): New command.
926
927 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
928 mboxstat instead of the maintbox, since the stat seems to be fuller.
929
930 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
931 summary buffers.
932
933 * message.el (message-get-reply-headers): Delete all duplicates,
934 instead of the first.
935 (message-get-reply-headers): Ensure that we have progress while
936 deleting duplicates.
937
938 * gnus-msg.el (gnus-configure-posting-styles): Get the local
939 gnus-posting-style value from the summary buffer to make it easier to
940 make that a per-buffer conf.
941
942 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
943
944 * nnir.el (nnir-run-imap): Allow halting a search when an article is
945 found by setting `shortcut' in 'query.
946 (nnir-request-article): Use `shortcut' setting when requesting article
947 by Message-ID.
948
949 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
950
951 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
952 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
953 Bring the pseudo-headers back too.
954
955 2011-07-01 Daiki Ueno <ueno@unixuser.org>
956
957 * auth-source.el (auth-source-token-passphrase-callback-function):
958 Simplify and remove EPA dependency.
959
960 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
961
962 * nnir.el (nnir-request-article): Fix error message text.
963
964 2011-07-01 Daiki Ueno <ueno@unixuser.org>
965
966 * auth-source.el (plstore-delete): Autoload.
967 (auth-source-plstore-search): Support delete operation.
968 * plstore.el (plstore-delete): New function.
969
970 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
971
972 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
973 mark actually existing articles as unread rather than the ones that
974 active asserts.
975
976 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
977
978 * nntp.el (nntp-record-command):
979 * gnus-util.el (gnus-message-with-timestamp-1):
980 Use format-time-string rather than decoding time stamps by hand.
981 This is simpler and insulates the code from potential changes to
982 current-time format.
983
984 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
985
986 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
987
988 2011-07-01 Daiki Ueno <ueno@unixuser.org>
989
990 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
991 (plstore-save): Support public key encryption.
992 (plstore--init-from-buffer): New function.
993 (plstore-open): Use it; fix error when opening a non-existent file.
994 (plstore-revert): Use plstore--init-from-buffer.
995
996 2011-07-01 Daiki Ueno <ueno@unixuser.org>
997
998 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
999
1000 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1001
1002 * mml2015.el (mml2015-use): Replace string-match-p with string-match
1003 for old Emacsen.
1004
1005 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1006
1007 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1008 is not fully working.
1009
1010 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
1012 * dgnushack.el: Autoload sha1 on XEmacs.
1013
1014 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1015 quit window configuration.
1016
1017 * auth-source.el (epg-context-set-passphrase-callback):
1018 Remove duplicate autoload.
1019
1020 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1021
1022 * nnir.el (nnir-request-article): Allow requesting articles by
1023 Message-ID with nnimap.
1024
1025 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1026 current server.
1027
1028 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1029
1030 * auth-source.el: Autoload EPA/EPG functions.
1031 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1032 changed when EPA/EPG is not available.
1033 (auth-source-backend): Rename "arg" member to "data".
1034 (auth-source-backend-parse, auth-source-plstore-search)
1035 (auth-source-plstore-create): Use it.
1036
1037 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1038
1039 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1040 `gnus-refer-article-methods'.
1041
1042 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1043
1044 * auth-source.el: Require EPA and EPG.
1045 (auth-source-passphrase-alist): New variable.
1046 (auth-source-passphrase-callback-function)
1047 (auth-source-token-passphrase-callback-function): Callbacks for the
1048 netrc field encryption (GPG tokens).
1049 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1050 Symmetric encryption and decryption of the netrc GPG tokens.
1051 (auth-source-netrc-normalize): Use them, simplifying the closure.
1052
1053 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1054
1055 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1056 non-nil, and `nnimap-split-methods' is nil, use the former.
1057
1058 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1059
1060 * plstore.el (plstore-revert): New function.
1061 (plstore-open): Use it; hide the buffer from user.
1062
1063 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1064
1065 * auth-source.el (auth-source-backend): New member "arg".
1066 (auth-source-backend-parse): Handle new backend 'plstore.
1067 * plstore.el: New file.
1068
1069 2011-06-30 Glenn Morris <rgm@gnu.org>
1070
1071 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1072
1073 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1074
1075 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1076
1077 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1078 expiring articles to.
1079
1080 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1081 variations as ASCII (bug#5458).
1082
1083 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1084
1085 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1086
1087 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1088
1089 * message.el (message-point-in-header-p): Tweak the function to default
1090 to saying that we're not in the headers if there is no separator at
1091 all. This makes it possible to use the Message version of `M-q' in
1092 buffers with no headers (bug#7987).
1093 (message-point-in-header-p): Fix last checkin to work with an empty
1094 mail-header-separator, too.
1095
1096 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1097 again, save the choice via customize.
1098
1099 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
1101 * message.el (message-send-mail-function): Add `sendmail-query-once'.
1102
1103 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1104 ended the connection, bail out before waiting infinitely on a new
1105 connection.
1106
1107 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
1108
1109 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1110 reports.
1111
1112 * gnus.el (gnus-bug-package): Use "gnus."
1113 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1114
1115 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1116
1117 * gnus-art.el (gnus-article-stop-animations): New function to stop any
1118 animations going on at article exit time.
1119
1120 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1121 since removing it breaks people upgrading.
1122
1123 * shr.el (shr-put-image): Use the new interface for animating images.
1124 (shr-put-image): Animate for 60 seconds.
1125
1126 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1127 error with `find-file-hooks' on Emacs 22.
1128 (with-auth-source-epa-overrides): Ugly hack to Wrap the
1129 `find-file-hook' things in `symbol-value' to avoid compilation warnings
1130 on all architectures.
1131
1132 * spam.el (spam-stat): Require in a normal fashion without binding
1133 `spam-stat-install-hooks' to avoid compilation warnings.
1134
1135 * spam-stat.el (spam-stat-install-hooks): Remove.
1136 (spam-stat-install-hooks): Don't run automatically.
1137
1138 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
1139
1140 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1141 and keystroke.
1142
1143 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
1144
1145 * auth-source.el (auth-source-netrc-cache): Move forward.
1146
1147 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1148
1149 * auth-source.el (auth-source-netrc-create): Don't query the bits that
1150 we already know.
1151 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1152 (auth-source-netrc-create): Don't prompt for the stuff we already know.
1153
1154 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1155
1156 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1157 %S format, since that looks odd.
1158 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1159 file, especially when saving.
1160
1161 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
1162
1163 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1164 article found.
1165
1166 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1167
1168 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1169 `auth-source-save-secrets' with a more sensitive alist that can be
1170 configured per file. Experimental, so defaults to 'never.
1171 (auth-source-netrc-create): Use it. Still experimental code.
1172 (with-auth-source-epa-overrides): Use `find-file-hooks' if
1173 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
1174
1175 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
1176
1177 * auth-source.el (auth-source-save-secrets): New variable to control if
1178 secret tokens should be saved encrypted.
1179 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1180 to `auth-source-netrc-normalize'.
1181 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
1182 on the EPA variables being defined.
1183 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1184 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1185 the lexical-let closure.
1186 (auth-source-netrc-create): Create "gpg:" tokens according to
1187 `auth-source-save-secrets'.
1188
1189 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1190
1191 * gnus-group.el (gnus-group-update-group): Add new argument
1192 `info-unchanged' that stops updating dribble buffer.
1193
1194 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1195 deletes lines matching to it in dribble buffer.
1196
1197 * gnus-agent.el (gnus-agent-fetch-group-1):
1198 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1199 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1200 * gnus-start.el (gnus-group-change-level):
1201 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1202
1203 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1204 if newsgroup info is not changed.
1205
1206 * gnus-group.el (gnus-group-get-new-news-this-group):
1207 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1208 Don't update dribble buffer.
1209
1210 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
1211
1212 * gnus-registry.el (gnus-registry-remove-ignored): New function to
1213 remove entries with groups we ignore.
1214
1215 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1216
1217 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1218 the underline comes at the bottom.
1219
1220 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1221
1222 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1223 `gnus-registry-user-format-function-M' and declare the latter obsolete.
1224 (gnus-registry-article-marks-to-names): Rename from
1225 `gnus-registry-user-format-function-M2'.
1226
1227 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
1228
1229 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1230 ephemeral group.
1231
1232 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1233
1234 * shr.el (shr-browse-image): Copy the URL if called interactively.
1235
1236 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1237
1238 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1239 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
1240 done, then unselected articles may be marked as read.
1241
1242 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1243 since not doing this seems to lead to a race condition in pop3-logon.
1244
1245 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1246 so that the call chain it correct when we call "upwards".
1247
1248 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1249 in read-only groups.
1250
1251 * gnus-group.el (gnus-group-mark-article-read): Ditto.
1252
1253 * message.el (message-cite-reply-position): Doc string fix.
1254
1255 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1256 avoid regexp overflow.
1257 (nnimap-transform-split-mail): Ditto.
1258
1259 * pop3.el (pop3-retr): Error out if the server closes the connection.
1260
1261 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1264 mm-with-unibyte-current-buffer. The buffer should not contain any
1265 multibyte chars anyway at this stage.
1266
1267 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1268
1269 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1270 at the end of lines.
1271
1272 2011-05-29 Julien Danjou <julien@danjou.info>
1273
1274 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1275
1276 2011-05-27 Glenn Morris <rgm@gnu.org>
1277
1278 * gnus-group.el (gnus-bug-group-download-format-alist):
1279 Use the "maintainer" version of debian reports as well.
1280
1281 2011-05-26 Glenn Morris <rgm@gnu.org>
1282
1283 * gnus-group.el (gnus-bug-group-download-format-alist):
1284 Use the "maintainer" version of debbugs.gnu.org reports.
1285
1286 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1287
1288 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1289
1290 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1291
1292 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1293 the thread moves us backwards and so we loop forever.
1294
1295 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
1296
1297 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1298 whitespace in base64 data lines.
1299
1300 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1301
1302 * gnus-registry.el (gnus-registry-user-format-function-M):
1303 Use `mapconcat'.
1304 (gnus-registry-user-format-function-M2): Use to see the full text of
1305 the marks. Make "," the mark text separator.
1306
1307 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1308 authentication with auth-source.
1309
1310 2011-05-17 Glenn Morris <rgm@gnu.org>
1311
1312 * gnus-group.el (gnus-import-other-newsrc-file):
1313 Use insert-file-contents.
1314
1315 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
1316
1317 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1318 1000 iterations.
1319
1320 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1321
1322 * nntp.el (nntp-open-connection): Check if process-type is available.
1323
1324 2011-05-16 Julien Danjou <julien@danjou.info>
1325
1326 * shr.el (shr-tag-del): Add support for del tag.
1327
1328 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1329
1330 * gnus-html.el (gnus-html-put-image): Register a displayer.
1331
1332 * shr.el (shr-image-displayer): Don't remove text props from alt text.
1333
1334 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
1335
1336 * registry.el (prune-factor): New initialization parameter defaulting
1337 to 0.1.
1338 (registry-prune-hard): Use it.
1339
1340 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1341 0.1 expicitly.
1342
1343 2011-05-13 Glenn Morris <rgm@gnu.org>
1344
1345 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1346 is bound, since this function requires sendmail.
1347
1348 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1349
1350 * registry.el (registry-usage-test): Disable pruning test.
1351
1352 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
1353
1354 * registry.el (registry-prune-hard-candidates)
1355 (registry-prune-soft-candidates): Helper methods for registry pruning.
1356 (registry-prune): Use them. Make the sort function optional.
1357
1358 2011-05-10 Jim Meyering <meyering@redhat.com>
1359
1360 * shr.el (shr-colorize-region): Fix typo "on on -> on".
1361
1362 2011-05-10 Julien Danjou <julien@danjou.info>
1363
1364 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1365 symbol and not a list.
1366
1367 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1368
1369 * gnus-art.el (gnus-article-mode): Move binding of
1370 shr-put-image-function here from gnus-article-prepare-display.
1371
1372 * shr.el (shr-put-image-function): New variable.
1373 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1374 (shr-put-image): Return scaled image.
1375
1376 * gnus-art.el (gnus-shr-put-image): New function.
1377 (gnus-article-prepare-display): Bind shr-put-image-function to it.
1378
1379 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1380 original ones, as deletable.
1381
1382 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * nntp.el (nntp-open-connection): Set TCP keepalive option.
1385
1386 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1387
1388 * registry.el (registry-full): Add convenience method. Fix logic.
1389 (registry-insert): Use it. Fix logic here too.
1390
1391 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1392 `registry-prune' if `registry-full' returns t.
1393 (gnus-registry-handle-action)
1394 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1395 (gnus-registry-usage-test): Use it.
1396
1397 2011-05-07 Julien Danjou <julien@danjou.info>
1398
1399 * shr.el (shr-link): Make shr-link inherit from link by default.
1400
1401 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
1402
1403 * shr.el (shr-urlify, shr-link): Fix shr-link face.
1404
1405 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1406
1407 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1408 error out because the face is not a list.
1409
1410 2011-05-05 Glenn Morris <rgm@gnu.org>
1411
1412 * gnus-start.el (gnus-propagate-marks): Declare.
1413
1414 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
1415
1416 * registry.el (registry-reindex): Fix percentage message.
1417
1418 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1419
1420 * shr.el: Add shr-link face for links.
1421 (shr-urlify): Use it.
1422
1423 * registry.el (registry-insert): Make error message more helpful.
1424
1425 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1426
1427 * gnus-html.el (gnus-html-schedule-image-fetching):
1428 Use url-queue-retrieve, if it exists.
1429
1430 * shr.el (shr-tag-img): Ditto.
1431
1432 * gnus.el: Autoload more gnus-agent functions.
1433
1434 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1435 agent if we haven't already (bug#8502).
1436
1437 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1438 into the Agent, too.
1439
1440 * gnus-agent.el (gnus-agent-store-article): New function.
1441
1442 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1443 and moved from that file for reuse.
1444
1445 * pop3.el (pop3-open-server): Error messages are "-ERR".
1446
1447 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1448
1449 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1450 (open-tls-stream): Remove superfluous tls/starttls autoloads.
1451
1452 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1455 buffer has moved to a different frame.
1456
1457 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1458
1459 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1460 to get the conversion from unibyte to multibyte buffers to work on
1461 Emacs 22.
1462
1463 * nntp.el (nntp-request-article): Slight clean-up.
1464
1465 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1466
1467 * shr.el (shr-strike-through): New face.
1468 (shr-tag-s): Use it to provide <s> support.
1469 (shr-tag-s): Remove duplicate definition.
1470
1471 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1472
1473 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1474 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1475
1476 2011-04-23 Glenn Morris <rgm@gnu.org>
1477
1478 * gnus-sum.el (gnus-extra-headers): Bump :version.
1479
1480 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1481
1482 * shr.el (shr-tag-sup): New function.
1483 (shr-tag-sub): Ditto.
1484
1485 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
1486
1487 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1488 for the case where `gnus-registry-ignored-groups' is a list of lists,
1489 and don't call `gnus-parameter-registry-ignore' otherwise.
1490
1491 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1492
1493 * nnimap.el (nnimap-user): New backend variable.
1494 (nnimap-open-connection-1): Use it.
1495 (nnimap-credentials): Accept user parameter so it's explicit what user
1496 name is desired.
1497
1498 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1499 default.
1500
1501 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1502 not gnus-registry.el.
1503
1504 * gnus-registry.el: Mention in comments how to modify
1505 `gnus-extra-headers' for proper recipient tracking and that it may
1506 already have To and Cc recently, which it does as of this commit.
1507 (gnus-registry-ignored-groups): Remove defcustom.
1508 Explain why in comments.
1509 (gnus-registry-action): Fix data-header reference to use the extra
1510 headers. Explain in package commentary how to add To and Cc headers to
1511 the gnus-extra-headers.
1512 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1513 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1514 parameter list or a string list in `gnus-registry-ignored-groups'.
1515 Fix logic error.
1516
1517 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1518
1519 * shr.el (shr-expand-url): Protect against null urls.
1520
1521 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522
1523 * shr.el (shr-base): New binding.
1524 (shr-tag-base): Keep track of <base>.
1525 (shr-expand-url): New function used throughout.
1526
1527 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
1528
1529 * gnus-registry.el
1530 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1531 (gnus-registry-ignored-groups): New variable.
1532 (gnus-registry-ignore-group-p): Use it.
1533 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1534 set the destination group to nil (same as delete) if it's ignored.
1535
1536 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1537
1538 * gnus-registry.el (gnus-registry-action)
1539 (gnus-registry-fetch-header-fast):
1540 Don't use mail-header that looks an internal function of mailheader.el.
1541
1542 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
1543
1544 * gnus-registry.el: Eliminate cl functions.
1545 (gnus-registry-sort-addresses): New function that replaces mapcan.
1546 (gnus-registry-action, gnus-registry-spool-action)
1547 (gnus-registry-split-fancy-with-parent)
1548 (gnus-registry-fetch-recipients-fast): Use it.
1549 (gnus-registry-import-eld): Replace delete* with dolist + delq.
1550
1551 * registry.el (initialize-instance, registry-lookup)
1552 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1553 (registry-lookup-secondary-value, registry-search, registry-delete)
1554 (registry-insert, registry-reindex, registry-size, registry-prune):
1555 Use eval-and-compile.
1556
1557 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
1558
1559 * registry.el (registry-reindex): New method to recreate the secondary
1560 registry indices.
1561
1562 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1563 tracked field changes.
1564 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1565 (gnus-registry-action, gnus-registry-spool-action)
1566 (gnus-registry-handle-action)
1567 (gnus-registry--split-fancy-with-parent-internal)
1568 (gnus-registry-split-fancy-with-parent)
1569 (gnus-registry-register-message-ids): Add recipient tracking on spool,
1570 move, and delete actions, and for fancy splitting with parent.
1571 (gnus-registry-extract-addresses)
1572 (gnus-registry-fetch-recipients-fast)
1573 (gnus-registry-fetch-header-fast): Convenience functions.
1574 (gnus-registry-misc-test): ERT test of
1575 `gnus-registry-extract-addresses'.
1576
1577 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
1578
1579 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1580 Track by subject first, then sender.
1581
1582 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1585
1586 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1587 Lisp.
1588
1589 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1590 (gnus-draft-send): Use it to avoid popping
1591 up frames from gnus-group-send-queue.
1592
1593 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1594
1595 * gnus-registry.el: Updated gnus-registry docs.
1596
1597 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
1598
1599 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1600 Fix logic bug.
1601 (gnus-registry-post-process-groups): Fix logging of no results and
1602 quote sender and subject.
1603
1604 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1605
1606 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1607 (gnus-read-active-for-groups): Don't try to finish getting stuff where
1608 we had no early-data returned.
1609 (gnus-get-unread-articles): Add a sanity check so that we don't issue
1610 two async commands to the same server at the same time.
1611
1612 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
1613
1614 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1615
1616 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1617
1618 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1619 "warning" level.
1620
1621 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1622 (mm-url-insert-file-contents): Don't set the package names.
1623
1624 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
1625
1626 * gnus-registry.el (gnus-registry-action): Remove properties and
1627 simplify subject in `gnus-registry-handle-action'.
1628 (gnus-registry-spool-action): Get subject and sender from message if
1629 they are not passed in.
1630 (gnus-registry-handle-action): Remove properties and simplify subject
1631 consistently.
1632
1633 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * registry.el: Require CL before using defmacro*.
1636
1637 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
1638
1639 * gnus-art.el (article-treat-date): Assume that
1640 gnus-article-date-headers may be a group parameter.
1641
1642 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
1643
1644 * gnus-registry.el (gnus-registry-handle-action): More debugging.
1645
1646 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1647 interactively so the newsrc file can contain foreign groups too.
1648 Useful for debugging but not much for users.
1649
1650 2011-04-07 David Engster <dengste@eml.cc>
1651
1652 * registry.el (registry-usage-test): Only do
1653 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1654 lexical binding.
1655
1656 2011-04-06 David Engster <dengste@eml.cc>
1657
1658 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1659 argument NOERROR for `require', since XEmacs 21.4 does not support it.
1660
1661 2011-04-06 David Engster <dengste@eml.cc>
1662
1663 * registry.el (initialize-instance): Change :after to :AFTER to be
1664 compatible with old EIEIO version in XEmacs.
1665
1666 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1667
1668 * gnus-registry.el (gnus-registry-post-process-groups)
1669 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1670 and provide better messaging.
1671
1672 2011-04-06 David Engster <dengste@eml.cc>
1673
1674 * Makefile.in (fail-on-warning): New rule to compile with warnings as
1675 errors.
1676
1677 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1678
1679 * gnus-registry.el: Don't use ERT if it's not available. Load it
1680 unconditionally anyway, discarding errors.
1681 (gnus-registry-delete-entries): New convenience function.
1682 (gnus-registry-import-eld): Import from old .eld registry.
1683
1684 * registry.el: Don't use ERT if it's not available. Load it
1685 unconditionally anyway, discarding errors.
1686
1687 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1688 version from the Claudio Bley GnuTLS patch (extra optional parameters
1689 and host name).
1690
1691 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1692
1693 * gnus-registry.el (gnus-registry-fixup-registry): New function to
1694 fixup the parameters that can be customized by the user between
1695 save/read cycles.
1696 (gnus-registry-read): Use it.
1697 (gnus-registry-make-db): Use it.
1698 (gnus-registry-spool-action, gnus-registry-handle-action):
1699 Fix messaging.
1700 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1701 Map references to actual group names with sender and subject tracking.
1702 (gnus-registry-post-process-groups): Use `cond' for better messaging.
1703 (gnus-registry-usage-test): Add subject lookup test.
1704
1705 * registry.el (registry-db, initialize-instance): Set up constructor
1706 instead of :initform arguments for the sake of older Emacsen.
1707 (registry-lookup-breaks-before-lexbind): New method to demonstrate
1708 pre-lexbind merge bug.
1709 (registry-usage-test): Use it.
1710 (initialize-instance, registry-db): Move the non-function initforms
1711 back to the class definition.
1712
1713 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
1714
1715 * registry.el: New library to manage gnus-registry-style data.
1716
1717 * gnus-registry.el: Use it (major rewrite).
1718
1719 * nnregistry.el: Use it.
1720
1721 * spam.el: Use it.
1722
1723 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1724
1725 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1726 marks on non-selected articles.
1727
1728 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1731
1732 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1733 parameter to open-protocol-stream.
1734
1735 2011-04-01 Julien Danjou <julien@danjou.info>
1736
1737 * mm-view.el (mm-display-inline-fontify): Do not fontify with
1738 fundamental-mode.
1739
1740 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1743 servers.
1744
1745 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1748 made marks not propagate, again.
1749
1750 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * proto-stream.el (open-protocol-stream): Bring back `network' type.
1753 Make this the default type.
1754 (proto-stream-open-plain): Rename from proto-stream-open-default.
1755 (open-protocol-stream, proto-stream-open-starttls)
1756 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1757 with `plain'.
1758
1759 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1760 value.
1761
1762 * nntp.el (nntp-open-connection-function): Document the fact that some
1763 values are not functions but are instead handled specially.
1764 Recognize nntp-open-plain-stream value.
1765 (nntp-open-connection): Recognize that value.
1766
1767 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1768
1769 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1770 stuff.
1771
1772 * gnus-score.el (gnus-score-string): Fix calling convention of
1773 `gnus-simplify-buffer-fuzzy' after last patches.
1774
1775 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1776 server for articles we didn't get any headers for. This is a sanity
1777 check.
1778
1779 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
1780
1781 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1782 new CAPABILITY, use it.
1783
1784 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1785
1786 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1787 downloading anything.
1788
1789 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1790
1791 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
1792
1793 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1794 colors.
1795 (gnus-splash-svg-color-symbols): New function.
1796
1797 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1798
1799 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1800 instead of using the global gnus-simplify-subject-fuzzy-regexp.
1801 (gnus-simplify-subject-fuzzy): Use the local
1802 gnus-simplify-subject-fuzzy-regex instead of the global one.
1803 This makes using this variable in group parameters work.
1804
1805 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1806
1807 * gnus-registry.el (gnus-registry-unfollowed-groups):
1808 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1809 archive:sent-YYYY-MM-DD groups).
1810 (gnus-registry-split-fancy-with-parent): Bail out early in sender
1811 tracking if there are more than `gnus-registry-max-track-groups'
1812 matches.
1813
1814 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * message.el (message--yank-original-internal): New function to do the
1817 insertion cleanly inside eval in `message-yank-original'.
1818 (message-yank-original): Use it.
1819
1820 2011-03-29 Julien Danjou <julien@danjou.info>
1821
1822 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1823 local variables disabled rather than `normal-mode'.
1824
1825 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * proto-stream.el: Changes preparatory to merging open-protocol-stream
1828 with open-network-stream.
1829 (proto-stream-always-use-starttls): Option removed.
1830 (open-protocol-stream): Return a process object by default. Provide a
1831 new parameter :return-list specifying a list-type return value, which
1832 now has the form (PROP . PLIST) instead of a fixed-length list. Change
1833 :type `network' to `try-starttls', and `network-only' to `default'.
1834 Make `default' the default, for compatibility with open-network-stream.
1835 Handle the no-parameter case exactly as open-network-stream, with no
1836 additional stream processing. Search plists using plist-get.
1837 Explicitly add :end-of-commend parameter if it is missing.
1838 (proto-stream-open-default): Rename from
1839 proto-stream-open-network-only. Return 'default as the type.
1840 (proto-stream-open-starttls): Rename from proto-stream-open-network.
1841 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
1842 failed. Always return a list with a (possibly dead) process as the
1843 first element, for compatibility with open-network-stream.
1844 (proto-stream-open-tls): Use plist-get. Always return a list.
1845 (proto-stream-open-shell): Return `default' as connection type.
1846 (proto-stream-capability-open): Use plist-get.
1847 (proto-stream-eoc): Function deleted.
1848
1849 * nnimap.el (nnimap-stream, nnimap-open-connection)
1850 (nnimap-open-connection-1): Handle renaming of :type parameter for
1851 open-protocol-stream.
1852 (nnimap-open-connection-1): Pass a :return-list parameter
1853 open-protocol-stream to obtain a list return value. Parse this list
1854 using plist-get.
1855
1856 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1857 for open-protocol-stream. Accept open-protocol-stream return value
1858 that is a subprocess object instead of a list. Handle the case of a
1859 dead returned process.
1860
1861 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1862
1863 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1864
1865 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1866
1867 2011-03-21 Julien Danjou <julien@danjou.info>
1868
1869 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1870 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1871 query.
1872 (mm-inline-text): Render normal text with fontification whenever
1873 possible.
1874
1875 * gnus-sum.el (gnus-summary-save-parts-1):
1876 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1877 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1878 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1879 Use `mm-handle-filename'.
1880
1881 * mm-util.el (mm-handle-filename): New function, return the filename of
1882 an handle.
1883
1884 2011-03-18 Julien Danjou <julien@danjou.info>
1885
1886 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1887 (gnus-buffer-live-p): Check that buffer is not nil.
1888
1889 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1890
1891 * gnus-art.el: Require mouse, which the build bot seems to say is
1892 needed.
1893
1894 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1895 XEmacs, since it doesn't have url-retrieve-synchronously.
1896
1897 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1898
1899 * gnus-group.el (gnus-group-list-ticked): New function.
1900 (gnus-group-make-menu-bar): Provide a menu entry for it.
1901 (gnus-group-list-map): Provide a binding for it.
1902
1903 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1904
1905 * shr.el (shr-visit-file): New command.
1906
1907 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1908
1909 2011-03-17 Bjørn Mork <bjorn@mork.no>
1910
1911 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1912 servers.
1913
1914 2011-03-16 Julien Danjou <julien@danjou.info>
1915
1916 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1917 inline.
1918
1919 * gnus-art.el (article-hide-list-identifiers):
1920 Use gnus-group-get-list-identifiers.
1921
1922 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1923 (gnus-summary-remove-list-identifiers):
1924 Use gnus-group-get-list-identifiers to get regexp.
1925 (gnus-select-newsgroup, gnus-summary-insert-subject)
1926 (gnus-summary-insert-articles):
1927 Call gnus-summary-remove-list-identifiers unconditionally.
1928
1929 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1930
1931 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
1932 we're selecting a group with unread articles.
1933
1934 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1935
1936 * gssapi.el: New file separated out from imap.el to provide a general
1937 Kerberos 5 connection facility for Emacs.
1938
1939 * message.el (message-elide-ellipsis): Document the format spec
1940 ellipsis.
1941
1942 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1943
1944 * message.el (message-elide-region): Allow the ellipsis to say how many
1945 lines were removed.
1946
1947 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
1949 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1950 window configurations containing buffers that are now dead.
1951
1952 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1953 parsing to avoid integer overflows.
1954 (nnimap-parse-flags): Simplify the last change.
1955 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1956 too large for 32-bit Emacsen.
1957
1958 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * auth-source.el (auth-source-netrc-create):
1961 * message.el (message-yank-original): Fix use of `case'.
1962
1963 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1964
1965 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1966 XEmacs, which was one character too wide.
1967
1968 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1969
1970 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1971 default number of articles to display.
1972 (gnus-articles-to-read): Use pretty names for prompt.
1973
1974 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1975
1976 * gnus-int.el (gnus-open-server): Ditto.
1977
1978 * gnus-start.el (gnus-activate-group): Give a backtrace if
1979 debug-on-quit is set and the user hits `C-g'.
1980 (gnus-read-active-file): Ditto.
1981
1982 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1983
1984 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1985
1986 * message.el (message-yank-original): Use cond instead of CL case.
1987
1988 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * auth-source.el (auth-source-netrc-create): Use usual format for the
1991 default in prompts.
1992
1993 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1994
1995 * auth-source.el (auth-source-netrc-create): Show the default in the
1996 prompt when prompting for token creation.
1997
1998 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1999
2000 * auth-source.el (auth-source-format-prompt): Always convert the value
2001 to a string to avoid evaluating non-string arguments.
2002 (auth-source-netrc-create): Offer default properly, not as initial
2003 content in `read-string'.
2004 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2005 of line to determine if we've been run before. If so, don't run again,
2006 but print a trivial message to indicate the cache was hit instead.
2007
2008 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2009
2010 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2011 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
2012 The user will have to run `gnus-sync-read' manually and wait for Cloudy
2013 Gnus.
2014
2015 2011-03-11 Julien Danjou <julien@danjou.info>
2016
2017 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2018 modified file".
2019
2020 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
2021
2022 * auth-source.el (auth-source-read-char-choice): New function to read a
2023 character choice using `dropdown-list', `read-char-choice', or
2024 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
2025 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
2026 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
2027 (auth-source-netrc-saver): Use it.
2028 (auth-source-pick-first-password): New convenience function.
2029
2030 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2031
2032 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2033 parameter in the credentials.
2034 (nnimap-open-connection-1): Use it after a successful login.
2035 (nnimap-credentials): Add IMAP-specific user and password prompt.
2036
2037 * auth-source.el (auth-source-search): Add :require parameter, taking a
2038 list. Document it and the :save-function return token. Pass :require
2039 down. Change the CREATED message from a warning to a debug statement.
2040 (auth-source-search-backends): Pass :require down.
2041 (auth-source-netrc-search): Pass :require down.
2042 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2043 Change save prompt to indicate all modifications saved here are
2044 deletions.
2045 (auth-source-netrc-create): Take user login name as default in user
2046 prompt. Move all the save functionality to a lexically bound function
2047 under the :save-function token in the returned list. Set up clearer
2048 default prompts for user, host, port, and secret.
2049 (auth-source-netrc-saver): New function, intended to be wrapped for
2050 :save-function.
2051
2052 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * Version 23.3 released.
2055
2056 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2057
2058 * shr.el (shr-table-horizontal-line): Change the defaults for the table
2059 lines to be spaces instead.
2060
2061 2011-03-07 Julien Danjou <julien@danjou.info>
2062
2063 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2064 (sieve-sasl-auth): Check that auth-source-search did return something,
2065 or just return an empty string.
2066
2067 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2068
2069 * gnus.el (gnus-interactive): Use read-directory-name.
2070
2071 * gnus-uu.el (gnus-uu-decode-uu-and-save)
2072 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2073 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2074 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2075 Likewise.
2076
2077 * gnus-group.el (gnus-group-make-directory-group): Likewise.
2078
2079 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2080
2081 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2082 onto the list of killed groups, too. This makes killed nnimap groups,
2083 for instance, more reliably not reappear.
2084
2085 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2086 the parent.
2087
2088 * gnus-sum.el (gnus-update-read-articles): Fix typo.
2089
2090 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2091 really have server-side marks.
2092
2093 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2094 since most backends do not usefully have server-side marks.
2095 (gnus-update-read-articles): Propagate marks to all backends that
2096 really have server-side marks.
2097
2098 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2099
2100 * message.el (message-cite-reply-position, message-cite-style):
2101 New variables.
2102 (message-yank-original): Use the new citation styles.
2103
2104 2011-03-04 Daiki Ueno <ueno@unixuser.org>
2105
2106 * message.el (message-options): Revert the change that's a workaround
2107 for XEmacs buffer-local issue; don't mark it buffer-local when running
2108 under XEmacs.
2109
2110 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
2111
2112 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2113 numbers too big to be `read'.
2114
2115 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
2116
2117 * message.el (message-options): Make buffer-local two ways to attempt
2118 to fix a XEmacs bug.
2119
2120 2011-03-02 Julien Danjou <julien@danjou.info>
2121
2122 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2123
2124 2011-03-01 Julien Danjou <julien@danjou.info>
2125
2126 * gnus-art.el (list-identifier): Add list-identifier as a parameter
2127 group.
2128 (article-hide-list-identifiers): Use list-identifier group parameter.
2129
2130 2011-02-28 Julien Danjou <julien@danjou.info>
2131
2132 * sieve.el (sieve-buffer-script-name): New local variable to store
2133 sieve script name.
2134 (sieve-edit-script): Store sieve script name.
2135 (sieve-upload): Use sieve script name when uploading.
2136 (sieve-upload): Use substitute-command-keys.
2137 (sieve-edit-script): Use substitute-command-keys.
2138 (sieve-refresh-scriptlist): Use substitute-command-keys.
2139 (sieve-manage-mode-map): Define keymap properly.
2140 (sieve-manage-mode): Do not set mode name manually, change mode-name to
2141 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2142 Remove commented code about cvs.
2143 (sieve-manage-quit): New function.
2144 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2145
2146 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2147
2148 * gnus-group.el (gnus-import-other-newsrc-file): New function.
2149
2150 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
2151
2152 * auth-source.el (auth-source-search): Cache empty result sets.
2153
2154 * auth-source.el (auth-source-save-behavior): New variable to replace
2155 `auth-source-never-create'.
2156 (auth-source-netrc-create): Use it.
2157 (auth-source-never-save): Remove.
2158
2159 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
2160
2161 * nnimap.el (nnimap-stream): Doc fix.
2162 (nnimap-open-connection-1): Reverse the order of the ports to that the
2163 prompted-for port is first.
2164
2165 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2166 retrieval by the no-group selection.
2167
2168 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2169 numerical parameters.
2170
2171 2011-02-25 Julien Danjou <julien@danjou.info>
2172
2173 * gnus-gravatar.el: Use gnus-with-article-buffer.
2174
2175 * gnus-art.el (gnus-with-article-buffer): Check that the
2176 gnus-article-buffer is alive.
2177
2178 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
2179
2180 * auth-source.el (auth-source-creation-prompts): New variable to manage
2181 creation-time prompts.
2182 (auth-source-search): Document it.
2183 (auth-source-format-prompt): Add utility function.
2184 (auth-source-netrc-create): Don't default the user name to
2185 user-login-name. Use `auth-source-creation-prompts' and some default
2186 prompts for user, host, port, and password (the default generic prompt
2187 remains ugly).
2188 (auth-source-never-save): Add customizable option to never save info.
2189 (auth-source-netrc-create): Use it and improve save prompts. Fix help
2190 mode excursion.
2191
2192 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
2193
2194 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2195 argument that XEmacs doesn't support.
2196
2197 2011-02-23 Julien Danjou <julien@danjou.info>
2198
2199 * gnus-art.el (article-make-date-line): Ignore errors if time is
2200 invalid and not convertible.
2201 (article-make-date-line): Only add lapsed time if time is not nil.
2202
2203 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
2204
2205 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2206 `read-char-choice' for backwards compatibility.
2207 (auth-source-netrc-element-or-first): New function to DTRT for
2208 parameter extraction.
2209 (auth-source-netrc-create): Use it and fix multiple parameter print
2210 bug. Use the default passed from above (given-default) or the
2211 built-in (user-login-name for :user).
2212
2213 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
2214
2215 * gnus-start.el (gnus-dribble-read-file):
2216 Set buffer-save-without-query, since we always want to save the dribble
2217 file, probably.
2218
2219 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2220 nnimap.
2221
2222 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2223 -summary- since it's a user-visible variable.
2224
2225 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2226 first time you use the new Gnus.
2227
2228 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2229
2230 * auth-source.el: Don't load netrc.el.
2231 (auth-sources): Search ~/.netrc as well by default.
2232 (auth-source-debug): Add 'trivia option for extra output.
2233 (auth-source-do-trivia): Use it.
2234 (auth-source-search): Simplify logic to use
2235 `auth-source-search-backends'. Use `auth-source-do-trivia' where
2236 appropriate. Don't keep a running count at this level. Layer :create
2237 and :delete options appropriately on the first and second passes.
2238 Don't track the backend with the search results.
2239 (auth-source-search-backends): New function to search a list of
2240 backends for a processed spec.
2241 (auth-source-netrc-parse): Cache all netrc files, making
2242 auth-source-netrc-cache an alist keyed by the file name and using the
2243 file mtime as the caching criterion. Keep the obfuscated data secret
2244 with a lexical bind.
2245 (auth-source-netrc-search): Don't calculate the length of the results
2246 unnecessarily.
2247 (auth-source-search-backends): Fix bug.
2248 (auth-source-netrc-create): Rework prompts.
2249
2250 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
2251
2252 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2253 Lower case names of search constraints.
2254 (nnir-run-query): Cache and reuse search constraints for all imap
2255 servers.
2256
2257 2011-02-22 Sam Steingold <sds@gnu.org>
2258
2259 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2260
2261 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
2262
2263 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2264 after exit.
2265 (gnus-setup-message): Define missing variable from last checkin.
2266
2267 * gnus-sum.el (gnus-summary-show-article): When called with t as the
2268 value, show the raw article.
2269
2270 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2271
2272 * nnimap.el (nnimap-open-connection-1): Revert last change, since
2273 auth-source now accepts numbers.
2274
2275 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2276 spec, too.
2277 (auth-source-ensure-strings): New function.
2278
2279 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2280 (gnus-article-setup-buffer): Always restart the date timer so that user
2281 changes to the frequency is respected.
2282
2283 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2284 port numbers, so make sure it gets that if nnimap-server-port is
2285 explicit.
2286
2287 2011-02-21 Simon Josefsson <simon@josefsson.org>
2288
2289 * nnimap.el (nnimap-inbox): Doc fix.
2290
2291 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * shr-color.el (shr-color->hexadecimal): Use renamed function names
2294 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2295 color-lab-to-srgb.
2296
2297 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2298
2299 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2300 given method as in the group name if we're using an extended method.
2301 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2302 command, if we're using that, instead of waiting for the beginning.
2303
2304 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2305 we're sure to get unique server names, and we don't output two async
2306 commands in the same buffer. This fixes an NNTP hang for some users.
2307
2308 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2309
2310 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2311 summary buffer before reading going to the next buffer. This avoids
2312 putting the point in the group buffer if you `C-g' the command.
2313
2314 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2315 cache (for now) to make ~/.authinfo.gpg files usable.
2316
2317 * nnfolder.el (copyright-update): Define for the compiler.
2318
2319 * auth-source.el (auth-source-search): Fix unbound variable.
2320
2321 2011-02-19 Glenn Morris <rgm@gnu.org>
2322
2323 * gnus.el (gnus-meta): Doc fix.
2324
2325 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2328 in case it's not yet loaded.
2329
2330 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2331
2332 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2333 line we're waiting for.
2334
2335 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2336
2337 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2338 face with line-width greater than zero will cause RET in gnus summary
2339 buffer to scroll down article page-wise because auto vscroll happens,
2340 it should be temporally disabled when doing a scroll-up.
2341
2342 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
2343
2344 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2345 outputs from the server.
2346
2347 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2348
2349 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2350 later so that bbdb can hook in easier.
2351
2352 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2353
2354 * auth-source.el (auth-source-search): Don't try to create credentials
2355 if the caller doesn't want that.
2356 (auth-source-search): If we don't find a match, don't bug out on
2357 non-bound variables.
2358 (auth-source-search): Only ask a single backend to create the
2359 credentials.
2360
2361 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2362 logging.
2363 (nnimap-credentials): Protect against auth-source-search returning nil.
2364 (nnimap-request-list): Protect against not being able to open the
2365 server.
2366
2367 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
2368
2369 * auth-source.el (auth-source-search): Do a two-phase search, one with
2370 no :create to get the responses from all backends.
2371
2372 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2373 when getting credentials.
2374
2375 * gnus-util.el (gnus-delete-duplicates): New function.
2376
2377 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2378
2379 * nnimap.el (nnimap-credentials): Instead of picking the first port as
2380 a creation default, pass the whole port list down. It will be
2381 completed.
2382
2383 * auth-source.el (auth-source-search): Updated docs to talk about
2384 multiple creation choices.
2385 (auth-source-netrc-create): Accept a list as a value (from the search
2386 parameters) and do completion on that list. Keep a separate netrc line
2387 with the password obscured for showing the user.
2388
2389 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2390 first choice to `auth-source-search' so it will be used for entry
2391 creation instead of the server's Gnus-specific name.
2392 (nnimap-credentials): Rely on the auth-source library to select which
2393 port is actually wanted in the new netrc entry, so don't override
2394 `auth-source-creation-defaults'.
2395
2396 * auth-source.el (auth-source-netrc-parse): Use :port instead of
2397 :protocol and accept a missing user, host, or port as a wildcard match.
2398 (auth-source-debug): Default to off.
2399
2400 (auth-source-netrc-search, auth-source-netrc-create)
2401 (auth-source-secrets-search, auth-source-secrets-create)
2402 (auth-source-user-or-password, auth-source-backend, auth-sources)
2403 (auth-source-backend-parse-parameters, auth-source-search): Use :port
2404 instead of :protocol.
2405
2406 * nnimap.el (nnimap-credentials): Pass a port default to
2407 `auth-source-search' in case an entry needs to be created.
2408 (nnimap-open-connection-1): Use :port instead of :protocol.
2409
2410 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
2411
2412 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2413 instead of delete-dups that is not available in XEmacs 21.4.
2414
2415 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
2416
2417 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2418 nil means that nnimap doesn't get updated.
2419
2420 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
2421
2422 * auth-source.el (auth-source-netrc-create): Return a synthetic search
2423 result when the user doesn't want to write to the file.
2424 (auth-source-netrc-search): Expect a synthetic result and proceed
2425 accordingly.
2426 (auth-source-cache-expiry): New variable to override
2427 `password-cache-expiry'.
2428 (auth-source-remember): Use it.
2429
2430 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2431 parameter. Create entry if necessary by using :create t.
2432 (nnimap-open-connection-1): Don't pass `inhibit-create'.
2433
2434 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
2435
2436 * auth-source.el (auth-source-debug): Enable by default and don't
2437 mention the obsolete `auth-source-hide-passwords'.
2438 (auth-source-do-warn): New function to debug unconditionally.
2439 (auth-source-do-debug): Use it.
2440 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2441 and for Secrets API entries when the secrets.el library is not
2442 available.
2443
2444 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2445
2446 * gnus-sum.el (gnus-propagate-marks): Default to nil.
2447 (gnus-summary-exit): Kill the correct article buffer on exit from a
2448 `C-d' group.
2449
2450 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2451 gnus-propagate-marks.
2452
2453 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2454 before killing the buffers so that a non-full window conf gets handled
2455 correctly.
2456 (gnus-summary-exit): Ditto.
2457 (gnus-summary-read-group-1): Ditto.
2458
2459 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2460 async code again so that we can debug it properly.
2461
2462 * message.el (message-reply): Take an optional switch-buffer parameter
2463 so that Gnus window confs are respected better.
2464
2465 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2466
2467 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2468 `plist-get' to accept non-list parameters (XEmacs issue).
2469 Fix docstring.
2470 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2471 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2472 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2473 Login collection is "Login" and not "login".
2474
2475 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2476
2477 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2478 multiple headers.
2479
2480 * nnimap.el (nnimap-inhibit-logging): New variable.
2481 (nnimap-log-command): Don't log login commands.
2482
2483 * auth-source.el (auth-source-netrc-search): The asserts seem to want
2484 to have more parameters.
2485
2486 * nnimap.el (nnimap-send-command): Mark the command time for each
2487 command, so that we don't get NOOPs stepping on our toes.
2488
2489 * gnus-art.el (article-date-ut): Get the date from the Date header on
2490 `t'.
2491
2492 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2493
2494 * auth-source.el (auth-source-search): Use copy-sequence instead of
2495 the cl.el copy-list.
2496
2497 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
2498
2499 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2500 Improve prompt.
2501
2502 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2503
2504 * gnus-art.el (gnus-article-mode-line-format): Remove the article
2505 washing status from the default format. It isn't very informative.
2506
2507 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
2508
2509 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2510 Fix Gcc processing on imap.
2511
2512 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * message.el (message-bury): Don't pop up a new window when selected
2515 window is dedicated.
2516
2517 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2518
2519 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2520
2521 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
2522
2523 * sieve-manage.el: Autoload `auth-source-search'.
2524 (sieve-sasl-auth): Use it.
2525
2526 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
2527
2528 * nnimap.el: Autoload `auth-source-forget+'.
2529 (nnimap-open-connection-1): Use it if the connection fails.
2530
2531 * auth-source.el: Require `password-cache'.
2532 (auth-source-hide-passwords, auth-source-cache): Remove and mark
2533 obsolete.
2534 (auth-source-magic): Marker for `password-cache' keys.
2535 (auth-source-do-cache): Update docstring.
2536 (auth-source-search): Use and check cache.
2537 (auth-source-forget-all-cached, auth-source-remember)
2538 (auth-source-recall, auth-source-forget, auth-source-forget+)
2539 (auth-source-specmatchp): Caching support functions.
2540 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2541 Remove and obsolete.
2542 (auth-source-user-or-password): Remove caching to further discourage
2543 using it. Always hide passwords.
2544
2545 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2546
2547 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2548 code for now, since it doesn't work for all users.
2549
2550 2011-02-09 Julien Danjou <julien@danjou.info>
2551
2552 * message.el (message-options): Make message-options really buffer
2553 local.
2554
2555 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
2556
2557 * mail-source.el: Autoload `auth-source-search'.
2558 (mail-source-keyword-map): Note order matters.
2559 (mail-source-set-1): Get all the mail-source source values and
2560 defaults and search auth-source on those if needed. This can all
2561 probably be simplified.
2562
2563 * nnimap.el: Autoload `auth-source-search'.
2564 (nnimap-credentials): Use it.
2565 (nnimap-open-connection-1): Ask for the virtual server and physical
2566 address in one shot.
2567
2568 * nntp.el: Autoload `auth-source-search'.
2569 (nntp-send-authinfo): Use it. Note TODO.
2570
2571 2011-02-08 Julien Danjou <julien@danjou.info>
2572
2573 * shr.el (shr-tag-body): Add support for text attribute in body
2574 markups.
2575
2576 * message.el (message-options): Make message-options a local variable.
2577
2578 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
2579
2580 * auth-source.el (auth-source-secrets-search)
2581 (auth-source-user-or-password): Use `append' instead of `nconc'.
2582 (auth-source-user-or-password): Build return list better and protect
2583 against nil :secret.
2584
2585 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2586
2587 * nnimap.el (nnimap-update-info): Refactor slightly.
2588 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2589 (nnimap-update-info): Clean up slightly.
2590 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2591 characters.
2592 (nnimap-process-quirk): Rename function to avoid collision.
2593 (nnimap-update-info): Fix macrology bug-out.
2594 (nnimap-update-info): Simplify split history test.
2595
2596 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
2597
2598 * auth-source.el (top): Require 'eieio unconditionally.
2599 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2600 (auth-source-secrets-search): Limit search when `max' is greater than
2601 number of results.
2602
2603 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2604
2605 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2606 part not returning any data.
2607
2608 * proto-stream.el (open-protocol-stream): Document the return value.
2609
2610 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2611
2612 * auth-source.el (auth-source-secrets-search): Add examples.
2613
2614 2011-02-06 Julien Danjou <julien@danjou.info>
2615
2616 * message.el (message-setup-1): Handle message-generate-headers-first
2617 set to t.
2618
2619 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2620
2621 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2622 API with a string "secrets:collection-name" and with 'default.
2623 (auth-source-backend-parse): Parse "secrets:collection-name" and
2624 'default. Recurse on parses instead of repeating code. Use the
2625 Secrets API is the source is not nil and 'ignore otherwise. Emit a
2626 message when ignoring a source.
2627 (auth-source-search): List ignored search keys at the top level.
2628 (auth-source-netrc-create): Use `case' instead of `cond'.
2629 (auth-source-secrets-search): Created with TODOs.
2630 (auth-source-secrets-create): Created with TODOs.
2631 (auth-source-retrieve, auth-source-create, auth-source-delete)
2632 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2633 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2634 (auth-source-user-or-password-sftp)
2635 (auth-source-user-or-password-smtp): Remove.
2636 (auth-source-user-or-password): Deprecated and modified to be a wrapper
2637 around `auth-source-search'. Not tested thoroughly.
2638
2639 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2640
2641 * auth-source.el: Bring in assoc and eioeio libraries.
2642 (secrets-enabled): New variable to track the status of the Secrets API.
2643 (auth-source-backend): New EIOEIO class to represent a backend.
2644 (auth-source-creation-defaults): New variable to set prompt defaults
2645 during token creation (see the `auth-source-search' docstring for
2646 details).
2647 (auth-sources): Simplify to allow a simple string as a netrc backend
2648 spec.
2649 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2650 (auth-source-backend-parse-parameters): Fill in the backend parameters.
2651 (auth-source-search): Main auth-source API entry point.
2652 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2653 (auth-source-search-collection): Helper function for searching.
2654 (auth-source-netrc-parse, auth-source-netrc-normalize)
2655 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2656 Supports search, create, and delete.
2657 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2658 backend stubs.
2659 (auth-source-user-or-password): Call `auth-source-search' but it's not
2660 ready yet.
2661
2662 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2663
2664 * message.el (message-setup-1): Remove the read-only stuff, since it
2665 doesn't work under XEmacs, for some reason.
2666
2667 * gnus-sum.el (gnus-user-date): Rename back from
2668 gnus-summary-user-date since user code refers to it.
2669
2670 * shr.el (shr-render-td): Store the actual background color used.
2671
2672 * message.el (message-setup-1): Don't bind the constant
2673 -forbidden-properties.
2674 (message-setup-1): Revert previous change, since it needs to bind the
2675 props to insert them.
2676 (message-resend): Allow removing the read-only separator line.
2677
2678 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2679
2680 * nnimap.el (nnimap-request-accept-article): Give an error message if
2681 the APPEND wasn't successful.
2682
2683 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
2684
2685 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2686 that have no groups.
2687
2688 2011-02-03 Julien Danjou <julien@danjou.info>
2689
2690 * gnus-draft.el: Remove progn around gnus-draft-setup.
2691
2692 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2693
2694 * gnus-start.el (gnus-read-active-for-groups): This function is never
2695 called with a nil `infos', so clean that up.
2696 (gnus-get-unread-articles): Request active files from primary/secondary
2697 methods that have no groups (yet).
2698
2699 2011-02-03 Julien Danjou <julien@danjou.info>
2700
2701 * message.el (message-setup-1): Always generate References first.
2702 (message-mail): Return the return value of message-setup, not always t.
2703 (message-setup-1): Insert mail-header-separator with read-only and
2704 intangible properties set.
2705
2706 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2707 user-date in docstring.
2708
2709 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2710
2711 * gnus.el (gnus-summary-line-format): Mention &user-date format in
2712 docstring.
2713
2714 * gnus.el (gnus-user-date-format-alist): Change default value.
2715 Use defcustom, with type and group. Move from gnus-util.el.
2716 Rename to gnus-summary-user-date-format-alist.
2717
2718 2011-02-03 Glenn Morris <rgm@gnu.org>
2719
2720 * nnimap.el (gnus-fetch-headers): Declare.
2721
2722 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2723
2724 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2725
2726 * message.el (message-forward-make-body-digest-plain)
2727 (message-followup, message-reply): Clean up things noted by Stefan.
2728
2729 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2730 gnus-article-update-date-headers is nil.
2731 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2732 it didn't really work with defcustom.
2733 (article-update-date-lapsed): Make sure the window start doesn't move,
2734 either.
2735
2736 2011-02-01 Julien Danjou <julien@danjou.info>
2737
2738 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2739 format.
2740
2741 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2742 standard in Emacs nowadays.
2743
2744 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * message.el (message-expand-name): Don't trust the return value of
2747 bbdb-complete-name.
2748 (message-check-news-header-syntax): Remove unused var `start'.
2749 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2750 (message-inhibit-body-encoding): Move to before first use.
2751 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2752 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2753 (Organization, Message-ID, Date, mh-previous-window-config):
2754 Defvar the vars using dynamic scoping.
2755
2756 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2757
2758 * shr.el (shr-render-td): Only do colors at the final rendering.
2759 Should be slightly faster.
2760 (shr-insert-table): Fix up TD background colors when doing the
2761 vertical padding.
2762
2763 * gnus-art.el (article-date-ut): Protect against articles with no Date
2764 header.
2765 (article-update-date-lapsed): Don't use current-column to find the
2766 horizontal position. It's fragile in the presence of \003 characters.
2767
2768 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2769
2770 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2771
2772 * gnus-art.el (article-transform-date): Rewrite to still work when
2773 there are several rfc2822 parts.
2774 (article-transform-date): Fix infinite recursion.
2775 (article-date-ut): Replace infinitely many Date headers with a single
2776 one when called interactively.
2777
2778 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2779 secure manner.
2780
2781 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2782 move around by not using save-window-excursion. It seems to work...
2783
2784 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus-art.el (article-make-date-line): Work for user-defined format.
2787
2788 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2789
2790 * nntp.el (nntp-retrieve-group-data-early)
2791 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2792 fetching functions.
2793
2794 * gnus-start.el (gnus-read-active-for-groups): Read the active files
2795 thoroughly for all backends that have no known groups. This should
2796 allow new nnml methods to retrieve mail.
2797
2798 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2799 that Gnus doesn't know exists again.
2800
2801 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2802 (gnus-treat-date-ut): Ditto.
2803 (gnus-article-update-date-header): Rename.
2804 (gnus-treat-date-local): Remove.
2805 (gnus-treat-date-english): Remove.
2806 (gnus-treat-date-lapsed): Remove.
2807 (gnus-treat-date-combined-lapsed): Remove.
2808 (gnus-treat-date-original): Remove.
2809 (gnus-treat-date-iso8601): Remove.
2810 (gnus-treat-date-user-defined): Remove.
2811 (gnus-article-date-headers): New variable to control all the date
2812 header options.
2813 (article-date-ut): Rewrite to allow using the new way to format date
2814 headers(s).
2815
2816 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2817
2818 * nnmail.el (nnmail-article-group): Check for a direct fancy split
2819 method.
2820 (nnmail-article-group): A better test for fanciness.
2821
2822 * nnimap.el (nnimap-request-head): Protect against not finding the
2823 article by Message-ID.
2824
2825 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
2826
2827 * gnus-art.el (article-update-date-lapsed): Try a better way to really
2828 keep point at the "same place".
2829
2830 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2831
2832 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2833 data if the group is inactive.
2834
2835 2011-01-28 Julien Danjou <julien@danjou.info>
2836
2837 * gnus-win.el: Remove dead function gnus-window-configuration-element.
2838 (gnus-all-windows-visible-p): Remove old compatibility code.
2839 (gnus-window-top-edge): Add docstring.
2840
2841 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2842
2843 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2844
2845 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2846 older request-update-info.
2847
2848 * gnus-art.el (article-make-date-line): Limit the length a bit more.
2849
2850 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2851
2852 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2853 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2854
2855 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2856
2857 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2858 groups. This makes the nndraft:queue group pop up if it's not already
2859 there.
2860
2861 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2862 messages" logic, which was reversed.
2863
2864 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2865 the "same place" even if point is on the line being replaced.
2866 (article-update-date-lapsed): Allow updating both the combined lapsed
2867 and the lapsed headers.
2868 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2869 (article-make-date-line): Limit the number of segments dynamically to
2870 avoid too-long lines.
2871
2872 2011-01-27 Julien Danjou <julien@danjou.info>
2873
2874 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2875 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2876
2877 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2878
2879 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2880 Use plist-get instead of the cl function getf.
2881
2882 2011-01-27 Glenn Morris <rgm@gnu.org>
2883
2884 * gnus-util.el (float-time): Get rid of compiler warning, again.
2885
2886 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2887
2888 * shr.el (shr-put-color): Special-case background colors: Do put them
2889 at the blank parts at the front of the lines.
2890
2891 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2892 exit hook to nix out all data on readedness on group exit.
2893
2894 * gnus-util.el (float-time): If float-time is bound, always use it on
2895 all Emacsen. It's unclear why the subrp check was there.
2896 (time-date): Require to make some autoload issues on XEmacs go away.
2897
2898 * shr.el (shr-put-color): Don't do the box padding in tables, since
2899 they're already padded.
2900
2901 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2902
2903 * gnus-art.el (gnus-article-next-page): When the last line of the
2904 article is displayed, scroll down once more instead of going to the
2905 next article at once.
2906 (article-lapsed-string): Refactor out and allow specifying how many
2907 segments you want.
2908 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2909 (gnus-article-update-lapsed-header): New variable.
2910
2911 * shr.el: Revert change that made headings use different-sized faces.
2912 The Emacs display engine isn't advanced enough that, for instance,
2913 tables can comfortably use differently-sized faces.
2914
2915 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2916
2917 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2918 used.
2919 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2920 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2921 we're using an encrypted connection.
2922
2923 * proto-stream.el: Alter the interface functions to also return the
2924 actual stream type used: network or TLS.
2925
2926 2011-01-25 Julien Danjou <julien@danjou.info>
2927
2928 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2929 (mm-display-javascript-inline): New function.
2930
2931 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2932 viewing function.
2933
2934 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2935
2936 * shr.el (shr-expand-newlines): Fix variable name.
2937
2938 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2939
2940 * shr.el (shr-expand-newlines): Make nested boxes work.
2941
2942 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2943
2944 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
2945 backgrounds.
2946 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2947 in a more sensible manner.
2948
2949 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2950
2951 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2952 if EPG is loaded.
2953
2954 2011-01-24 Julien Danjou <julien@danjou.info>
2955
2956 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2957 tags.
2958
2959 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2960
2961 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2962 commands.
2963
2964 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2965 in the article buffer.
2966 (gnus-gravatar-insert): Use blank space from the current buffer to
2967 avoid breaking text properties. This makes X-Sent updating work again.
2968
2969 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2970
2971 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2972
2973 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2974 fix the bug in url-http.el instead.
2975
2976 * shr.el (shr-image-fetched): Ditto.
2977
2978 * shr.el (shr-image-fetched): Avoid having point move in the article
2979 buffer.
2980
2981 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2982 buffer after being called. It's apparently being killed by url.el, and
2983 killing it made point move to end-of-buffer in a random buffer.
2984
2985 * shr.el (shr-image-fetched): Ditto.
2986
2987 2011-01-23 Julien Danjou <julien@danjou.info>
2988
2989 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2990
2991 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2992 text/x-org.
2993
2994 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2995
2996 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2997 (i.e., nnimap) returning nil as the article number.
2998
2999 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3000
3001 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3002 "DelSp" parameter in RFC3676.
3003
3004 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3005
3006 * message.el (message-check-recipients): Display the encoded version of
3007 the bogus address if they differ.
3008
3009 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3010 after sending.
3011
3012 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3013
3014 * gnus-group.el (gnus-group-refresh-group): New convenience function.
3015
3016 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3017 group buffer after sending the queue.
3018
3019 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3020
3021 2011-01-22 Julien Danjou <julien@danjou.info>
3022
3023 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3024
3025 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3026
3027 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3028 nested related parts.
3029
3030 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3031 unexpired articles. This fixes the regression that led expiry marks to
3032 disappear from nnfolder groups.
3033
3034 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3037 Don't confuse the "ret" of "retrograde" with RET.
3038
3039 2011-01-21 Julien Danjou <julien@danjou.info>
3040
3041 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3042 than mm-insert-inline.
3043
3044 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3045
3046 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3047 Widen article buffer.
3048
3049 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3052 the temp buffer.
3053 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3054
3055 2011-01-20 Julien Danjou <julien@danjou.info>
3056
3057 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3058
3059 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3060 than mm-insert-inline to insert inline part: this respect
3061 mm-inline-media-tests displayers.
3062
3063 * mm-view.el (mm-display-shell-script-inline): New function.
3064
3065 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3066
3067 * mm-uu.el (mm-uu-type-alist): Add org block.
3068 (mm-uu-org-src-code-block-extract): New function.
3069
3070 * mm-view.el (mm-display-org-inline): New function.
3071
3072 * mm-decode.el (mm-automatic-display): Add text/org.
3073
3074 * mailcap.el (mailcap-mime-extensions): Add .org.
3075
3076 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3077
3078 * gnus-art.el (gnus-article-highlight): Remove argument passed to
3079 gnus-article-add-buttons.
3080
3081 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
3082
3083 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3084 From header with a date and "nobody" as the sender.
3085
3086 2011-01-19 Julien Danjou <julien@danjou.info>
3087
3088 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3089 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3090 if you have the same regexp several times.
3091 (gnus-button-push): Fix matching when regexp is symbol.
3092
3093 2011-01-15 Glenn Morris <rgm@gnu.org>
3094
3095 * message.el (message-mail): A compose-mail function should
3096 accept headers as strings.
3097
3098 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3101 Add :vert-only tags.
3102 (message-mail): New arg RETURN-ACTION.
3103 (message-return-action): New var.
3104 (message-bury): Use it.
3105 (message-mode): Make it buffer-local.
3106 (message-send-and-exit): Always call message-bury.
3107
3108 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
3109 message-mail.
3110
3111 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3112
3113 * nnimap.el (nnimap-convert-partial-article): Protect against
3114 zero-length body parts.
3115
3116 * mm-decode.el (mm-preferred-alternative-precedence):
3117 Discourage showing empty parts.
3118
3119 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3120 and stuff if the backend didn't return the article number. This fixes
3121 an Exchange-related nnimap bug.
3122
3123 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3124 group window, because it does the wrong thing when a separate frame
3125 displays the group buffer.
3126
3127 * proto-stream.el (open-protocol-stream): Protect against the low-level
3128 transport functions returning nil.
3129
3130 2011-01-07 Daiki Ueno <ueno@unixuser.org>
3131
3132 * mml2015.el (epg-sub-key-fingerprint): Autoload.
3133 (mml2015-epg-find-usable-secret-key): New function.
3134 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3135 mml2015-epg-find-usable-key (Bug#7797).
3136 (mml2015-epg-encrypt): Ditto.
3137
3138 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139
3140 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3141
3142 2011-01-03 Glenn Morris <rgm@gnu.org>
3143
3144 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3145
3146 * sieve.el (sieve-open-server): Give a more explicit error if
3147 sieve-manage-open returns nil. (Bug#7720)
3148
3149 2011-01-02 Karl Fogel <kfogel@red-bean.com>
3150
3151 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3152
3153 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3154
3155 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3156 This avoids sending passwords in plain text over non-encrypted
3157 channels.
3158
3159 * shr.el (shr-rescale-image): Display all GIF images as animated images.
3160
3161 * nnimap.el (nnimap-login): Refactored out into own function, and
3162 implement CRAM-MD5.
3163 (nnimap-wait-for-line): Refactored out.
3164
3165 * mm-view.el (mml-smime): Require.
3166
3167 2010-12-20 David Engster <deng@eml.cc>
3168
3169 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3170 use EPG to decrypt S/MIME messages instead of openssl.
3171
3172 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3173
3174 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3175
3176 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3177 status is the group clearly is unreachable.
3178
3179 * auth-source.el (auth-source-create): Add the optional second
3180 parameter to `local-variable-p' to be compatible with XEmacs.
3181
3182 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3183
3184 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3185 work when using a compressed nnml folder.
3186
3187 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3188
3189 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3190 backends after sanitising on entry, because this never makes sense:
3191 If the articles have gone missing, then the data no longer exists on
3192 the backend, and if they haven't, then Gnus is wrong, and shouldn't
3193 overwrite anything anyway.
3194
3195 * shr.el (shr-insert-document): Bind shr-width dynamically to
3196 window-width if it's nil.
3197
3198 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3199
3200 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3201 with the meaning of using the full emacs window width for rendering.
3202
3203 2010-12-27 Daiki Ueno <ueno@unixuser.org>
3204
3205 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3206 case when sender is not given.
3207
3208 2010-12-23 Julien Danjou <julien@danjou.info>
3209
3210 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3211 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3212 the addresses, otherwise we might misplaced the gravatar.
3213
3214 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3215
3216 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3217 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3218 obsolete in Emacs.
3219
3220 2010-12-20 Julien Danjou <julien@danjou.info>
3221
3222 * gnus-util.el (gnus-rescale-image): Revert last change.
3223
3224 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3225
3226 * gnus-group.el (gnus-group-delete-articles): New command.
3227
3228 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3229
3230 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3231
3232 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3233
3234 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3235 here, since it's up to the backends to do CRLF removal if their
3236 protocol has it.
3237
3238 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3239
3240 2010-12-17 Julien Danjou <julien@danjou.info>
3241
3242 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3243 they are from file. Can also scale up.
3244
3245 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3246
3247 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3248 Restore gnus-use-agent.
3249 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3250
3251 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3252
3253 2010-12-17 Julien Danjou <julien@danjou.info>
3254
3255 * gravatar.el (gravatar-retrieve-synchronously): New function.
3256 (gravatar-get-data): Make more robust.
3257
3258 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3259
3260 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3261 to really consider the last line.
3262
3263 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3264
3265 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3266 list of recipient keys, or use symmetric encryption if not a list.
3267 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3268 EPA override, replacing the call to `netrc-store-data'.
3269
3270 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
3271
3272 * gnus-srvr.el: Avoid passing nil regexp argument to
3273 delete-matching-lines.
3274
3275 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3276
3277 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3278 fetching stops when Gnus exits.
3279
3280 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3281 function.
3282 (nnfolder-request-expire-articles): Save all the buffers after doing
3283 expiry.
3284
3285 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3286 the last article", since that led to serious performance regressions
3287 when expiring nnml groups.
3288
3289 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
3290
3291 * nnir.el: Improve customizations.
3292
3293 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3294
3295 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3296
3297 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3298 group has been killed.
3299 (gnus-group-yank-group): Ditto.
3300
3301 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3302
3303 * nnimap.el (nnimap-request-update-group-status): New function.
3304
3305 * gnus-int.el (gnus-request-update-group-status): New interface
3306 function.
3307
3308 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3309 copying read-ness to the backends.
3310
3311 * nnimap.el (nnimap-quirk): New function.
3312 (nnimap-retrieve-group-data-early): Use it.
3313 (nnimap-quirks): New alist.
3314
3315 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
3316
3317 * shr.el (shr-insert): Set shr-start after deleting trailing space;
3318 don't delete it within indentation.
3319
3320 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3321
3322 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3323 previous line.
3324
3325 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3326
3327 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3328 QRESYNC command by deleting a superfluous space which broke Cyrus
3329 servers. This change will break other servers that are buggy the other
3330 way around.
3331
3332 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3333
3334 * spam.el: Reindent and fix long lines.
3335 (spam-copy-or-move-routine): Exclude invalid move destinations.
3336
3337 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3338
3339 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3340 installed the registry.
3341
3342 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3343
3344 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3345 groupname doesn't contain "gmane".
3346
3347 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348
3349 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3350 (gnus-1): Don't create the nndrafts group twice.
3351 (gnus-setup-news): There's no need to read the active file here, since
3352 that's done again later on a per-backend basis.
3353 (gnus-start-draft-setup): Make sure that the new group is started out
3354 empty.
3355
3356 * gnus-agent.el (gnus-agentize): Don't create the queue group
3357 automatically on startup. It'll be created later, if needed.
3358
3359 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3360 of automatically subscribed groups.
3361 (gnus-auto-subscribed-categories): New variable.
3362 (gnus-matches-options-n): Use it.
3363 (gnus-default-subscribed-newsgroups): Remove unused variable.
3364 (gnus-start-draft-setup): Message a bit less.
3365
3366 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3367
3368 * nnir.el (nnir-run-imap): Return article list in order of increasing
3369 UID.
3370
3371 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3372
3373 * gnus-sum.el (gnus-summary-enter-digest-group):
3374 Mention gnus-auto-select-on-ephemeral-exit.
3375
3376 * proto-stream.el (proto-stream-open-network-only): Fix the calling
3377 convention of the network-only option.
3378
3379 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3380
3381 * proto-stream.el (proto-stream-open-network-only): New function to
3382 have a way to specify non-STARTTLS upgrade connections.
3383
3384 2010-12-10 Julien Danjou <julien@danjou.info>
3385
3386 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3387 email address is nil.
3388
3389 * message.el (message-bogus-recipient-p): Set address to "" if nil.
3390
3391 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
3392
3393 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3394 deletion.
3395 (nnir-run-imap): Only need to parse list once.
3396
3397 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3398
3399 * shr.el (shr-tag-script): Ignore <script>.
3400 (shr-tag-label): Add <label> support.
3401
3402 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
3403
3404 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3405
3406 * shr.el (shr-image-displayer): Work for images lined side by side.
3407
3408 2010-12-08 Robert Pluim <rpluim@gmail.com>
3409
3410 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3411 parameter, since XEmacs doesn't accept t as a parameter.
3412
3413 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
3414
3415 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3416 ids.
3417 (nnir-run-gmane): Simplify groupspec formatting.
3418 (nnir-request-expire-articles): New function.
3419
3420 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3421
3422 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3423 overflow, possibly.
3424
3425 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3426 (shr-render-td): Handle td style="" better.
3427 (shr-tag-table): Use the color from the style sheet.
3428 (shr-render-td): Make sure we copy over all the overlays, too.
3429
3430 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
3431
3432 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3433 (nnir-request-article): Improve article retrieval.
3434
3435 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3436
3437 * mm-util.el (mm-extra-numeric-entities): New variable.
3438
3439 * mm-url.el (mm-url-decode-entities):
3440 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3441
3442 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * message.el: Use completion-at-point.
3445 (message-completion-function): New fun, extracted from message-tab.
3446 (message-mode): Use it for completion-at-point-functions.
3447 (message-tab): Use it and completion-at-point.
3448
3449 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3450
3451 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3452 character if a non-breakable character follows.
3453
3454 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3455
3456 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3457 any stream.
3458
3459 * shr.el (shr-tag-font): Colorize the region.
3460 (shr-tag-body): Ditto.
3461 (shr-tag-font): Actually let the styles be inherited instead of
3462 overwriting them.
3463 (shr-tag-font): Get the background color right.
3464 (shr-tag-style): Ignore all <style> tags for the moment.
3465
3466 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3467 a Message-ID to avoid having nnimap depend on gnus-sum.
3468
3469 * shr.el (shr-descend): Only colorize something if we have a node that
3470 sets colors.
3471
3472 2010-12-06 Julien Danjou <julien@danjou.info>
3473
3474 * shr.el (shr-render-td): Render td content with shr-descend, so style
3475 will be applied to <td> too.
3476 (shr-colorize-region): Colorize region even if we only have a background.
3477 (shr-tag-body): Fix color and background color inheritance.
3478 Do not recolorize after shr-generic.
3479 (shr-tag-font): Let shr-generic colorize via inheritance.
3480
3481 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3482
3483 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3484
3485 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
3486
3487 * nnir.el (nnir-request-move-article): Remove obsolete code.
3488
3489 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3490
3491 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3492
3493 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3494
3495 * gnus-sum.el (gnus-summary-respool-article): The completion function
3496 expects a list instead of an alist.
3497
3498 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3499 string as the parameter.
3500
3501 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3502
3503 * shr.el (shr-stylesheet): New dynamic variable for cascading the
3504 styles.
3505 (shr-colorize-region): New function.
3506 (shr-insert-background-overlay): Remove.
3507 (shr-render-td): Background setting should be taken care of on a higher
3508 level.
3509 (shr-tag-body): Use post-hoc colorizations.
3510 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3511 (shr-put-color-1): Don't overwrite old colors.
3512 (shr-colorize-region): When the background color isn't explicit, use
3513 a fixed background.
3514
3515 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3516 nnmail variables.
3517
3518 2010-12-05 Bjørn Mork <bjorn@mork.no>
3519
3520 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3521 unless necessary.
3522
3523 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
3524
3525 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3526 server.
3527
3528 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3531 so that TAB works.
3532
3533 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3534 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3535
3536 * shr.el (shr-urlify): Show the URL before the title to avoid
3537 misleading URLs.
3538
3539 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
3540
3541 * shr.el (shr-urlify): Display the title in <a> tags.
3542
3543 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
3544
3545 * nnir.el (nnir-categorize): Replace mapcar with mapc.
3546
3547 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
3548
3549 * nnir.el: Rearrange code to allow macros to be autoloaded by
3550 gnus-sum.el.
3551 (nnir-retrieve-headers-override-function): Make this variable
3552 customizable.
3553 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3554
3555 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3556 from nnir.el.
3557
3558 2010-12-03 Julien Danjou <julien@danjou.info>
3559
3560 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3561
3562 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3563
3564 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3565 allow optional argument `environment'.
3566
3567 2010-12-03 Glenn Morris <rgm@gnu.org>
3568
3569 * mm-extern.el (message-goto-body): Update declaration.
3570
3571 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3572
3573 * gnus-util.el (gnus-macroexpand-all): New function.
3574
3575 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3576 instead of macroexpand-all that is unavailable in XEmacs.
3577
3578 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
3579
3580 * nnir.el (nnir-summary-line-format): New variable.
3581 (nnir-mode): Use it.
3582 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3583 (nnir-article-ids): Reimplement as defsubst.
3584 (nnir-retrieve-headers): Don't mangle the subject header.
3585 (nnir-run-imap): Use 100 as RSV score.
3586 (nnir-run-find-grep): Fix for full server searching.
3587 (nnir-run-gmane): Better restriction to gmane groups.
3588
3589 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3590 summary buffers.
3591
3592 2010-12-02 Julien Danjou <julien@danjou.info>
3593
3594 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3595
3596 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3597
3598 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3599 support.
3600
3601 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
3602
3603 * nnir.el: Update to handle the registry better.
3604 (autoload): Silence byte-compiler.
3605 (nnir-open-server): Add a hook for nnir groups.
3606 (nnir-request-move-article): Don't mangle the header. Better to use
3607 formatting variables (which will be added in the future).
3608 (nnir-registry-action): Update the registry using the original article
3609 group name.
3610 (nnir-mode): Install nnir-specific hooks for updating the registry.
3611
3612 * gnus-sum.el
3613 (gnus-article-original-subject,gnus-newsgroup-original-name):
3614 Remove obsolete variables.
3615 (gnus-summary-move-article): Remove use of obsolete variables.
3616 (gnus-summary-local-variables): Make move and delete hooks local to
3617 summary buffers.
3618
3619 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620
3621 * rtree.el: New file.
3622
3623 2010-12-01 Julien Danjou <julien@danjou.info>
3624
3625 * message.el (message-user-organization): Do not use
3626 gnus-local-organization.
3627
3628 * gnus.el: Remove gnus-local-organization.
3629
3630 * gnus-msg.el: Remove nastygram thing.
3631
3632 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
3633
3634 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3635 funcall.
3636
3637 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3638
3639 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3640 names.
3641
3642 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3643 characters.
3644
3645 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3646 to t of inhibit-read-only since it is inside gnus-with-article-headers.
3647 Suggested by Štěpán Němec <stepnem@gmail.com>.
3648 (gnus-gravatar-transform-address): Use mail-extract-address-components
3649 that supports non-ASCII names rather than mail-header-parse-addresses.
3650
3651 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3652
3653 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
3654 handled by the network handler.
3655
3656 2010-11-30 Julien Danjou <julien@danjou.info>
3657
3658 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3659 (nnimap-open-connection-1): Fix PREAUTH.
3660
3661 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3662
3663 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3664
3665 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3666 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3667 (shr-insert): Use them.
3668 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3669
3670 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3671
3672 * nnir.el (nnir-request-move-article): Bail out if original group
3673 doesn't support article moves.
3674 (nnir-get-active): Improve active list retrieval.
3675
3676 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3677
3678 * shr.el (shr-find-fill-point): Don't break before apostrophes.
3679
3680 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
3681
3682 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3683 seem to accept strings-with-numbers as port numbers,
3684
3685 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3686
3687 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3688 change the registry.
3689
3690 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3691
3692 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3693 delete-dups that is not available in XEmacs 21.4.
3694
3695 * mm-util.el (mm-delete-duplicates): Add comment.
3696
3697 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
3698
3699 * nnir.el (nnir-ignored-newsgroups): New variable.
3700 (nnir-get-active): Use it.
3701
3702 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3703
3704 * proto-stream.el (proto-stream-open-network): Add some comments.
3705
3706 * nntp.el (nntp-open-connection): Provide a :success condition.
3707
3708 * nnimap.el (nnimap-open-connection-1): Ditto.
3709
3710 * proto-stream.el (proto-stream-open-network): See what the response to
3711 the STARTTLS command is.
3712
3713 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3714 backwards compatibility).
3715 (nnimap-open-connection-1): Really respect nnimap-server-port.
3716
3717 * proto-stream.el (proto-stream-open-network): When doing opportunistic
3718 TLS upgrades we don't really care about the identity of the peer.
3719 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3720 that what we've checked for.
3721 (proto-stream-always-use-starttls): Only default to t if
3722 open-gnutls-stream exists.
3723 (proto-stream-open-network): If STARTTLS failed, then just open a
3724 normal connection.
3725 (proto-stream-open-network): Wait until the greeting before doing
3726 STARTTLS.
3727
3728 * nntp.el (nntp-open-connection): Report what the connection error is.
3729
3730 * proto-stream.el (open-protocol-stream): Rename from
3731 open-proto-stream.
3732
3733 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * nnimap.el (nnimap-stream): Change default to `undecided'.
3736 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3737 first, and then network.
3738 (nnimap-open-connection-1): Respect nnimap-server-port.
3739 (nnimap-open-connection): Be more backwards-compatible.
3740
3741 * proto-stream.el (proto-stream-always-use-starttls): New variable.
3742 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
3743 (proto-stream-open-starttls): Folded back into the main function.
3744 (proto-stream-open-network): Fix typo in the GnuTLS path.
3745 (proto-stream-command): Refactor out.
3746
3747 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3748
3749 * proto-stream.el (proto-stream-open-starttls): Actually implement the
3750 starttls.el STARTTLS.
3751
3752 * color.el (color-lab->srgb): Fix function call name.
3753
3754 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3755 if we're using tls.el.
3756 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
3757 built in, then don't try to establish a STARTTLS connection.
3758
3759 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3760 servers.
3761
3762 * proto-stream.el (open-proto-stream): Use network, not stream.
3763 (open-proto-stream): Add a way to specify what the end of a command is.
3764
3765 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3766 connections types.
3767 (nntp-open-network-stream): Remove.
3768 (nntp-open-ssl-stream): Remove.
3769 (nntp-open-tls-stream): Remove.
3770 (nntp-ssl-program): Remove.
3771
3772 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3773
3774 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
3775
3776 * nnir.el: Fix typos.
3777 (nnir-retrieve-headers-override-function): Rename variable to reflect
3778 new semantics.
3779 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3780 macros.
3781 (nnir-request-article, nnir-request-move-article): Use them.
3782 (nnir-categorize): New function.
3783 (nnir-run-query): Use it.
3784 (nnir-retrieve-headers): Rewrite to batch header retrieval.
3785 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3786 sorted.
3787 (nnir-group-full-name): Use gnus-group-full-name instead.
3788 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3789 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3790
3791 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792
3793 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3794
3795 * proto-stream.el: New library to provide protocol-specific
3796 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3797 protocols.
3798 (open-proto-stream): Complete the documentation.
3799 (proto-stream-open-network): Fix some typos.
3800
3801 * nnimap.el (nnimap-open-connection): Use it.
3802
3803 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
3804
3805 * pop3.el (pop3-open-server): Read server greeting before starting TLS
3806 negotiation.
3807
3808 2010-11-26 Julien Danjou <julien@danjou.info>
3809
3810 * color.el: Rename various rgb functions to srgb.
3811
3812 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3813
3814 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3815 names.
3816
3817 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3818
3819 * shr.el (shr-insert): Revert last change.
3820 (shr-find-fill-point): Never leave point being at bol;
3821 relax the kinsoku limitation when rendering tables.
3822
3823 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3824
3825 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3826 results from -accept-article.
3827
3828 * shr-color.el: Require cl when compiling.
3829
3830 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3831 checkin.
3832
3833 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3834
3835 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3836
3837 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3838 'add and 'delete to set backend marks.
3839
3840 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3841
3842 * nnheader.el (nnheader-update-marks-actions): Refactor out.
3843
3844 * nntp.el (nntp-request-set-mark): Use it.
3845
3846 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3847
3848 * nnml.el (nnml-request-set-mark): Ditto.
3849
3850 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3851 introduces regressions in article selection.
3852 (nnimap-find-uid-response): New function.
3853 (nnimap-request-accept-article): Use the UID returned, if any.
3854 (nnimap-request-move-article): Use the UID returned, if any.
3855 (nnimap-get-groups): Reimplement to work with folded lines.
3856 (nnimap-find-uid-response): The UID is the last element in the list.
3857 (nnimap-request-set-mark): Extend syntax with 'set.
3858
3859 * nnml.el (nnml-request-set-mark): Ditto.
3860
3861 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3862
3863 * nntp.el (nntp-request-set-mark): Ditto.
3864
3865 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3866
3867 * message.el (message-called-interactively-p): A temporary macro.
3868 (message-goto-body): Use it temporarily.
3869
3870 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3871
3872 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3873 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3874 (nnimap-last-response-string): Fix last unfolding fix.
3875
3876 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3877
3878 * shr.el (shr-insert): Fix the way to fold lines.
3879
3880 2010-11-25 Julien Danjou <julien@danjou.info>
3881
3882 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3883
3884 * color.el: Rename from color-lab.el
3885 (color-rgb->hex): Add.
3886 (color-complement): Add.
3887 (color-complement-hex): Add.
3888
3889 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3890
3891 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3892
3893 * shr-color.el (shr-color-visible): Don't bug out if the color names
3894 don't exist.
3895
3896 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3897
3898 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3899 assuming that article displaying or another mml-preview may be
3900 interrupted for an error or for the like.
3901
3902 * shr.el (shr-get-background): Fix argument name.
3903
3904 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3905
3906 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3907
3908 * gnus-sum.el (gnus-summary-include-articles): New function.
3909
3910 * message.el (message-goto-body): called-interactively-p needs a
3911 parameter, so use `any'.
3912
3913 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3914 clear marks before moving, since they're synced from the Gnus side
3915 first.
3916
3917 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3918 (gnus-summary-move-article): Copy over all marks before moving, so that
3919 IMAP doesn't think a new article has arrived.
3920
3921 2010-11-24 Julien Danjou <julien@danjou.info>
3922
3923 * shr.el (shr-insert-background-overlay): Fix typo.
3924 (shr-render-td): Copy the background before rendering.
3925
3926 * shr-color.el (shr-color-visible): Fix docstring.
3927
3928 * shr.el (shr-tag-table): Add bgcolor support.
3929 (shr-render-td): Add bgcolor support.
3930 (shr-get-background): Add.
3931 (shr-insert-foreground-overlay): Use shr-get-background.
3932
3933 * message.el (message-goto-body): Use called-interactively-p.
3934 (message-in-body-p): message-goto-body returns point.
3935
3936 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3937
3938 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3939 Fixes something or other in Emacs 23, and is backwards compatible.
3940
3941 * message.el (message-goto-body): Remove the <#secure special-casing,
3942 which is too special.
3943
3944 * shr.el (shr-parse-style): Drop !important from styles.
3945
3946 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3947
3948 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3949 this function to return incorrect results when calling it with an
3950 explicit article argument different from
3951 (gnus-summary-article-number).
3952
3953 2010-11-24 Julien Danjou <julien@danjou.info>
3954
3955 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3956 (shr-tag-body): Add background support.
3957 (shr-descend): Add background support.
3958 (shr-tag-title): Add.
3959
3960 * shr-color.el (shr-color-visible): Really return original background
3961 if fixed.
3962
3963 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3964
3965 * shr.el (shr-color-check): Protect against non-existent color names.
3966
3967 2010-11-24 Julien Danjou <julien@danjou.info>
3968
3969 * color-lab.el: Require 'cl when compiling.
3970
3971 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3972
3973 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3974 matched part.
3975
3976 * color-lab.el: Fix all expt calls to use float type.
3977
3978 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3979
3980 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3981 expression to shr-color-check as is.
3982
3983 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3984
3985 * color-lab.el: Add coding cookie.
3986 (float-pi): Use eval-and-compile.
3987
3988 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3989
3990 * shr.el (shr-insert-color-overlay): Split stuff like
3991 "#444444 !important" to find the real color.
3992 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3993 parse <font color="red"> entries.
3994
3995 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3996
3997 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3998 point when parsing headers.
3999
4000 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
4001 is positioned properly when parsing headers.
4002
4003 2010-11-23 Julien Danjou <julien@danjou.info>
4004
4005 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4006
4007 * shr-color.el (shr-color->hexadecimal): Add support for color names.
4008
4009 * shr.el (shr-parse-style): Replace \n with space in style parsing.
4010
4011 * shr-color.el (shr-color-hsl-to-rgb-fractions):
4012 Use shr-color-hue-to-rgb.
4013 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4014
4015 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016
4017 * shr.el (shr-color->hexadecimal): Autoload.
4018 (shr-descend): Add color to all tags.
4019
4020 2010-11-22 Julien Danjou <julien@danjou.info>
4021
4022 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4023 shr-color->hexadecimal.
4024
4025 * shr-color.el (shr-color->hexadecimal): Add converting functions for
4026 RGB() or HSL() color representation.
4027
4028 * shr.el (shr-tag-font): Add.
4029 (shr-tag-color-check): New function to get better colors.
4030 (shr-tag-insert-color-overlay): Factorize code between tag-font and
4031 tag-span.
4032
4033 * shr-color.el: New file.
4034
4035 * color-lab.el: New file.
4036
4037 * gnus-art.el (gnus-url-mailto): Do not downcase args.
4038
4039 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
4040
4041 * nnir.el: Fix typo in comments.
4042 (nnir-run-imap): Simplify code. No need to reverse artlist.
4043 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4044
4045 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4046
4047 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4048
4049 * nnimap.el (nnimap-get-capabilities): Refactor out.
4050 (nnimap-open-connection): Re-request capabilities after STARTTLS.
4051
4052 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
4053
4054 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4055 appearing when `mm-uu-hide-markers' is nil.
4056
4057 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
4059 * nnimap.el (nnimap-unselect-group): Make into its own function.
4060 (nnimap-request-rename-group): Unselect group before renaming.
4061 This had gotten lost somewhere.
4062 (nnimap-request-accept-article): Keep track of examined groups, and
4063 unselect the group before APPENDing to read-only groups.
4064 (nnimap-request-move-article): Clear flags before moving so that they
4065 can be re-set later.
4066
4067 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
4068
4069 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4070 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4071
4072 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * gnus-art.el (gnus-mime-display-single):
4075 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4076 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4077 parameter.
4078
4079 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4080
4081 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4082 (shr-table-vertical-line): New variable.
4083 (shr-insert-table): Use it.
4084
4085 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4086
4087 * gnus-html.el (gnus-html-wash-images): Don't display images if
4088 gnus-inhibit-images is non-nil; register displayer for cid images.
4089 (gnus-html-display-image): Work for cid image.
4090 (gnus-html-insert-image): Allow arguments.
4091 (gnus-html-put-image): Inhibit read-only.
4092 (gnus-html-prefetch-images): Don't prefetch images if
4093 gnus-inhibit-images is non-nil.
4094
4095 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4096
4097 * shr.el (shr-put-image): Break lines when inserting big pictures.
4098
4099 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4100
4101 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4102 sender, thanks Katsumi Yamaoka.
4103
4104 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
4105
4106 * nnir.el (nnir-run-imap): Reverse the article list for each group
4107 rather than the whole list.
4108
4109 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4110
4111 * shr.el (shr-image-displayer): Protect function against non-existent
4112 image source.
4113
4114 * gnus-art.el (gnus-inhibit-images): New user option.
4115 (gnus-mime-display-single): Don't display image if it is non-nil.
4116
4117 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4118 gnus-inhibit-images.
4119
4120 * shr.el (shr-image-displayer): New function.
4121 (shr-tag-img): Use it.
4122
4123 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4124
4125 * mml2015.el (mml2015-epg-sign): Use From header.
4126
4127 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * gnus-html.el (gnus-html-wash-images): Register a displayer.
4130
4131 * gnus-util.el (gnus-find-text-property-region): Return markers.
4132
4133 * shr.el (shr-tag-img): Put a displayer in the text property.
4134
4135 * gnus-util.el (gnus-find-text-property-region): New utility function.
4136
4137 * gnus-html.el (gnus-html-display-image): Make the alt optional.
4138 (gnus-html-show-images): Remove.
4139
4140 * gnus-art.el (gnus-article-show-images): New, more general function.
4141
4142 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4143 image url text properties.
4144
4145 * shr.el: Ditto.
4146
4147 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4148 gnus-agent-auto-agentize-methods is set. Which it isn't.
4149
4150 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4151
4152 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4153 work for two or more articles.
4154
4155 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4156
4157 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4158 divide an image that's in an html article to two or more when washing
4159 non-ASCII characters in alt text of it.
4160
4161 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4164 smime-decrypt-region using function argument.
4165 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4166
4167 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4168
4169 * smime.el (smime-decrypt-region): Catch it.
4170
4171 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * smime.el (smime-mode-map): Move initialization into declaration.
4174 (gnus-run-mode-hooks): Don't autoload.
4175 (smime-mode): Use define-derived-mode.
4176
4177 2010-11-11 Glenn Morris <rgm@gnu.org>
4178
4179 * smime.el (from): Restrict declaration to XEmacs.
4180
4181 * nnir.el (gnus-group-topic-name): Autoload.
4182
4183 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4184
4185 * shr.el (shr-insert): Don't break long line if it is because of
4186 kinsoku-bol characters in the line end.
4187
4188 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
4189
4190 * nnir.el (nnir-request-move-article): Fix to provide original group
4191 and subject.
4192 (nnir-warp-to-article): Don't fail on articles whose headers haven't
4193 been retrieved.
4194
4195 * gnus-sum.el (gnus-summary-move-article): Use original group and
4196 subject for virtual articles such as those in an nnir summary buffer.
4197
4198 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4199
4200 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4201 least 21.5).
4202
4203 * smime.el (from): Declare it again for XEmacs.
4204
4205 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4206
4207 * message.el (message-resend): Don't disable encoding unless it's
4208 already encoded.
4209
4210 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4211 low-numbered articles.
4212
4213 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4214
4215 * rfc2047.el (rfc2047-syntax-table): Simplify.
4216
4217 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4218 set-char-table-range for XEmacs.
4219
4220 2010-11-10 Glenn Morris <rgm@gnu.org>
4221
4222 * smime.el (from): Remove unused declaration.
4223
4224 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4225 (gnus-float-time): On Emacs, always an alias.
4226
4227 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4228 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4229
4230 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4231
4232 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4233
4234 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4235
4236 * shr.el (browse-url-mailto): Autoload.
4237
4238 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4239
4240 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4241 regexp doesn't need quoting.
4242
4243 2010-11-09 Sven Joachim <svenjoac@gmx.de>
4244
4245 * message.el (message-subject-trailing-was-ask-regexp)
4246 (message-subject-trailing-was-regexp): Match was: in addition to was.
4247
4248 2010-11-09 Glenn Morris <rgm@gnu.org>
4249
4250 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4251 (nnbabyl-check-mbox): Use point-at-bol.
4252
4253 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4254
4255 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4256
4257 * message.el (message-mailto): New function.
4258 (message-mailto): Should accept other parameters.
4259 (message-mailto): Remove since it duplicates browse-url-mailto
4260 functionality.
4261
4262 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4263
4264 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4265 methods.
4266 (gnus-read-active-file): Ditto.
4267
4268 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4269 ": " from the prompt.
4270 (gnus-group-make-group): Ditto.
4271
4272 2010-11-07 Glenn Morris <rgm@gnu.org>
4273
4274 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4275 (gnus-bookmark-kill-line): Use point-at-eol.
4276
4277 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4278
4279 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4280 asterisks in From header.
4281
4282 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4285 string to avoid making the From headers syntactically invalid.
4286
4287 * message.el (message-send-mail): Don't insert courtesy messages if the
4288 message already has List-Post and List-ID messages.
4289
4290 2010-11-06 Glenn Morris <rgm@gnu.org>
4291
4292 * gnus-art.el (gnus-treat-article): Give dynamic local variables
4293 `condition', `type', `length' a prefix.
4294 (gnus-treat-predicate): Update for above name changes.
4295
4296 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
4297
4298 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4299 binding. Handled by `gnus-summary-refer-thread' instead.
4300 (nnir-warp-to-article): New backend function.
4301
4302 * nnimap.el (nnimap-request-thread): Force dependency updating.
4303
4304 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4305 (gnus-summary-refer-thread): Rework to improve thread-referral.
4306
4307 * gnus-int.el (gnus-warp-to-article): New function.
4308
4309 * gnus-sum.el (gnus-summary-article-map): Bind it.
4310
4311 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
4312
4313 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4314 gnus-summary-refer-thread.
4315
4316 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4317 headers.
4318 (gnus-summary-limit-include-thread): Prevent articles in thread from
4319 being cut in gnus-cut-threads.
4320 (gnus-summary-refer-thread): Limit retrieved headers to those in
4321 thread.
4322
4323 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4324
4325 * message.el (message-send-mail): Use the value of
4326 message-courtesy-message from the message buffer.
4327
4328 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4329
4330 * shr.el (shr-browse-url): Implement mailto: URLs.
4331
4332 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4333 "raw".
4334
4335 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4336 if it's already selected.
4337
4338 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4339
4340 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4341
4342 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4343 to measure the length and truncate alt text.
4344
4345 2010-11-03 Glenn Morris <rgm@gnu.org>
4346
4347 * nndiary.el (nndiary-generate-nov-databases-1)
4348 (nndiary-generate-active-info): Rename dynamic variable `files' to
4349 something less generic.
4350
4351 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
4352
4353 * nnir.el (nnir-request-move-article): Call the underlying backend to
4354 move articles from nnir.
4355
4356 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4357
4358 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4359
4360 2010-11-02 Julien Danjou <julien@danjou.info>
4361
4362 * nnir.el: Remove wais support.
4363
4364 2010-11-02 Glenn Morris <rgm@gnu.org>
4365
4366 * gnus-html.el: Reorder requirements to quieten compiler.
4367
4368 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4369
4370 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4371 properly for XEmacs as well.
4372 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4373 (gnus-article-natural-long-line-p): Use window-width rather than
4374 frame-width.
4375
4376 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
4377
4378 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
4379 (nnir-read-parms): Don't modify query.
4380 (nnir-run-query): Add ability to search topic on current line.
4381 (nnir-get-active): Clean up.
4382
4383 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4384
4385 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4386 degenerate articles.
4387
4388 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4389 (gnus-print-buffer): Just print the buffer as is, without any copying
4390 to a buffer and then re-highlighting.
4391
4392 * nnimap.el (nnimap-request-group): Store the new updated info.
4393 (nnimap-request-group): Select the group when we don't know whether it
4394 exists or not.
4395
4396 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4397 groups.
4398
4399 * gnus-group.el (gnus-group-find-new-groups): Display all the new
4400 groups.
4401
4402 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4403 groups.
4404
4405 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4406 long-lines case by only filling the long lines.
4407
4408 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4409 (bug #7311).
4410
4411 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4412
4413 * shr.el: No need to declare `declare-function' since shr.el is for
4414 only Emacsen that provide `libxml-parse-html-region'.
4415
4416 2010-11-01 Glenn Morris <rgm@gnu.org>
4417
4418 * mm-util.el (gnus-completing-read): Autoload.
4419 (mm-read-coding-system): Simplify Emacs definition.
4420
4421 * nnmail.el (gnus-activate-group):
4422 * nnimap.el (gnutls-negotiate):
4423 * nntp.el (netrc-parse): Fix declarations.
4424
4425 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4426
4427 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4428 string-match-p in Emacs >=23.
4429
4430 * gnus-msg.el (gnus-configure-posting-styles):
4431 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4432
4433 2010-11-01 Glenn Morris <rgm@gnu.org>
4434
4435 * nnir.el (declare-function): Add compat stub.
4436 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4437 (nnir-run-gmane): Require 'mm-url.
4438
4439 * mm-util.el (mm-string-to-multibyte): Simplify.
4440
4441 * shr.el (declare-function): Add compat stub.
4442 (url-cache-create-filename): Declare.
4443 (mm-disable-multibyte, widget-convert-button): Autoload.
4444
4445 * smime.el (ldap-search): Declare.
4446 (smime-cert-by-ldap-1): Require ldap on Emacs.
4447
4448 * nnimap.el: Require nnmail, and gnus-sum when compiling.
4449 (nnimap-keepalive): Use gnus-float-time.
4450
4451 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4452 (mail-source-delete-crash-box): Use gnus-float-time.
4453
4454 * gnus-dired.el (gnus-completing-read): Autoload.
4455
4456 * mm-view.el (gnus-rescale-image): Autoload.
4457
4458 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4459
4460 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4461
4462 * sieve-manage.el: Require 'cl when compiling.
4463
4464 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4465 (gnus-iswitchb-completing-read): Require iswitchb.
4466 (gnus-select-frame-set-input-focus): Silence compiler.
4467
4468 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4469
4470 * message.el (message-subject-trailing-was-query): Change default to t,
4471 since I think that's what most people want.
4472
4473 * nnimap.el (nnimap-request-accept-article): Erase buffer before
4474 appending for easier debugging.
4475 (nnimap-wait-for-connection): Take a regexp.
4476 (nnimap-request-accept-article): Wait for the continuation line before
4477 sending anything unless we're streaming.
4478
4479 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4480 leave the header washing to take place.
4481
4482 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4483
4484 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4485 regular expression match and replace in posting styles.
4486
4487 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
4488
4489 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4490 an entire server.
4491 (nnir-get-active): New function.
4492 (nnir-run-imap): Use it.
4493 (nnir-run-gmane): Who knew, gmane search returns an article score!
4494
4495 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4496 server on the current line with nnir.
4497
4498 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499
4500 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4501 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4502 left edge.
4503 (gnus-article-foldable-buffer): Skip past the prefix when determining
4504 raggedness.
4505
4506 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4507 the raw article, and change `C-u g' to show the article without doing
4508 treatments.
4509
4510 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4511 on to `gnus-treat-article'.
4512 (gnus-inhibit-article-treatments): New variable.
4513
4514 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4515
4516 * gnus-art.el (gnus-treatment-function-alist): Have
4517 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4518 (gnus-treat-fill-long-lines): Change default to fill all text/plain
4519 sections.
4520
4521 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4522 parameter.
4523 (gnus-article-fill-cited-long-lines): New function.
4524 (gnus-article-fill-cited-article): Allow filling only long sections.
4525
4526 * shr.el (shr-find-fill-point): Don't break lines between punctuation
4527 and non-punctuation (like after the apostrophe in "'We").
4528
4529 * gnus-sum.el (gnus-summary-select-article): Make sure
4530 gnus-original-article-buffer is alive.
4531
4532 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4533 reflect the order they are in the digest.
4534
4535 * gnus.el (gnus-group-startup-message): Move point to the start of the
4536 buffer.
4537
4538 * nnimap.el (nnimap-capability): New function.
4539 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4540 is set.
4541
4542 2010-10-31 David Engster <dengste@eml.cc>
4543
4544 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4545 conform with changes to gnus-completing-read.
4546
4547 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4548
4549 * shr.el (shr-tag-img): Output "*" instead of "[img]".
4550
4551 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4552
4553 * nnir.el: Move defvar, defcustom around to keep file organized
4554 and keep byte-compiler quiet.
4555 (nnir-read-parms): Accept search-engine as arg.
4556 (nnir-run-query): Pass search-engine as arg.
4557 (nnir-search-engine): Remove.
4558
4559 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4560
4561 * shr.el (shr-generic): The text nodes should be text, not :text.
4562
4563 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4564 later in the file.
4565
4566 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4567
4568 * nnir.el: General clean up. Allow searching with multiple engines.
4569 Allow separate extra-parameters for each engine.
4570 Batch queries when possible.
4571 (nnir-imap-default-search-key,nnir-method-default-engines):
4572 Add customize interface.
4573 (nnir-run-gmane): New engine.
4574 (nnir-engines): Use it. Qualify all prompts with engine name.
4575 (nnir-search-engine): Remove global variable.
4576 (nnir-run-hyrex): Restore for now.
4577 (nnir-extra-parms,nnir-search-history): New variables.
4578 (gnus-group-make-nnir-group): Use them.
4579 (nnir-group-server): Remove in favor of gnus-group-server.
4580 (nnir-request-group): Avoid searching twice.
4581 (nnir-sort-groups-by-server): New function.
4582
4583 2010-10-30 Julien Danjou <julien@danjou.info>
4584
4585 * gnus-group.el: Remove gnus-group-fetch-control.
4586
4587 * gnus-start.el (gnus-find-new-newsgroups):
4588 Remove gnus-check-first-time-used.
4589
4590 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4591
4592 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4593
4594 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4595 set on groups that don't have \* permanentflags.
4596
4597 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4598
4599 * shr.el (shr-tag-span): Drop colorization of regions since we don't
4600 control the background color.
4601 (shr-tag-img): Ignore very small web bug type images.
4602 (shr-put-image): Add help-echo alt texts to the images.
4603 (shr-tag-video): Show the video poster image.
4604
4605 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4606
4607 * shr.el (shr-table-depth): New variable.
4608 (shr-tag-table-1): Only insert the images after the top-level table.
4609
4610 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4611
4612 * gnus-util.el (gnus-list-memq-of-list): New function.
4613
4614 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4615 selected.
4616 (nnimap-unsplittable-articles): New slot.
4617 (nnimap-new-articles): Use it.
4618
4619 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
4620
4621 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4622 move to the previous line on `M-g'.
4623
4624 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4625
4626 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4627 *-request-group, which seems unnecessary.
4628
4629 * nnimap.el (nnimap-quote-specials): Function copied over from
4630 imap.el.
4631 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4632 they support that. Suggested by Tom Regner.
4633
4634 2010-10-29 Julien Danjou <julien@danjou.info>
4635
4636 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4637 defalias.
4638 (gnus-summary-delete-marked-with): Remove obsolete defalias.
4639
4640 * gnus.el: Remove `gnus-nntp-service' variable.
4641 (gnus-secondary-servers): Make obsolete.
4642 (gnus-nntp-server): Make obsolete.
4643
4644 * gnus-start.el (gnus-1): Remove x-splash calls.
4645
4646 * gnus-ems.el (gnus-x-splash): Remove.
4647
4648 * gnus.el (gnus-group-startup-message): Simplify/update code.
4649
4650 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4651 capability before doing anything.
4652 (gnus-group-insert-group-line): Remove useless
4653 gnus-group-remove-excess-properties.
4654
4655 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4656
4657 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4658
4659 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4660
4661 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4662 config after reselecting.
4663
4664 2010-10-28 Julien Danjou <julien@danjou.info>
4665
4666 * shr.el (shr-put-image): Use point even if only inserting text.
4667 (shr-put-image): Save excursion when inserting alt text on non-graphic
4668 display, so the behavior is the same when we are on a graphic display.
4669
4670 * nnir.el (nnir-run-swish-e): Remove hyrex support.
4671
4672 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4675 (gnus-mime-copy-part): Check coding system, not charset.
4676 (gnus-mime-view-part-externally): Never remove part.
4677 (gnus-mime-view-part-internally): Don't remove part here.
4678 (gnus-article-part-wrapper): Make sure MIME tag is visible.
4679 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4680 multipart/alternative.
4681
4682 * mm-decode.el (mm-display-part): Take optional arg `force'.
4683
4684 2010-10-26 Julien Danjou <julien@danjou.info>
4685
4686 * gnus-group.el (gnus-group-default-list-level): Add this function to
4687 compute the default list level.
4688 (gnus-group-default-list-level): Add possibility to use a function.
4689
4690 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
4691
4692 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4693
4694 * gnus-group.el (gnus-group-completing-read)
4695 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4696 gnus-replace-in-string.
4697
4698 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4699
4700 * shr.el (shr-tag-div): Add.
4701
4702 2010-10-25 Julien Danjou <julien@danjou.info>
4703
4704 * gnus-util.el: Remove `gnus-with-local-quit'.
4705
4706 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4707
4708 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4709
4710 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4711 the original article buffer.
4712
4713 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714
4715 * nnimap.el (nnimap-request-head): New function.
4716 (nnimap-request-move-article): Try to be slightly faster by not
4717 requesting the entire message when moving.
4718 (nnimap-transform-headers): Don't bug out on bodiless articles.
4719 (nnimap-send-command): Have no outstanding messages if the IMAP server
4720 doesn't support streaming.
4721 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4722
4723 2010-10-24 Julien Danjou <julien@danjou.info>
4724
4725 * message.el (message-default-headers): Fix type.
4726
4727 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4728
4729 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4730 prefetching images.
4731
4732 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4733 backend for unknown groups. This is mainly useful for nnimap groups.
4734
4735 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4736 group isn't covered by the agent.
4737
4738 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
4739
4740 * nnir.el (nnir-method-default-engines): New variable.
4741 (nnir-run-query): Use it.
4742 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4743 (gnus-summary-nnir-goto-thread): Change group if needed.
4744
4745 * gnus-group.el (gnus-group-group-map): Add key binding for
4746 gnus-group-make-nnir-group.
4747
4748 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4749
4750 * shr.el (shr-tag-object): Add.
4751
4752 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4753 original article buffer live.
4754 (gnus-summary-select-article-buffer):
4755 Mention gnus-widen-article-buffer.
4756
4757 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * shr.el (shr-tag-strong): Add.
4760
4761 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4762
4763 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4764 group names. They mess up the group buffer badly.
4765
4766 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4767
4768 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4769 instead of the summary one.
4770
4771 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
4772
4773 * mml.el (mml-preview): Work properly when editing article.
4774
4775 * gnus-start.el (gnus-read-active-file-1): Don't add method to
4776 gnus-have-read-active-file if it's already been in.
4777
4778 2010-10-22 Tom Tromey <tromey@redhat.com>
4779
4780 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4781 gnus-group-completing-read.
4782
4783 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * message.el (message-mode-map): Don't bind M-; to comment region, to
4786 allow the global comment-dwim to work.
4787
4788 2010-10-21 Julien Danjou <julien@danjou.info>
4789
4790 * message.el (message-setup-1): Allow message-default-headers to be a
4791 function.
4792
4793 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4794
4795 * shr.el (shr-tag-table): Simplify.
4796
4797 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
4799 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4800 to avoid trying to snarf invalid stuff.
4801
4802 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4803
4804 * gnus.el (gnus-message-archive-group): Quote value.
4805 (gnus-message-archive-group): Mark as changed.
4806
4807 * shr.el (shr-add-font): Don't put the font properties on the newline
4808 or the indentation.
4809
4810 * message.el (message-fix-before-sending): Change options when sending
4811 non-printable characters.
4812
4813 * gnus.el (gnus-message-archive-method): Change the default to
4814 monthly outgoing groups.
4815
4816 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4817 that have gotten new numbers.
4818
4819 * nnimap.el (nnimap-request-replace-article): New function.
4820
4821 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4822
4823 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4824 (nnrss-request-article): Don't use special html washing code.
4825
4826 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4827
4828 * shr.el (shr-tag-table): Remove useless nconc.
4829
4830 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4831
4832 * gnus-art.el (article-wash-html): Simplify and remove the charset
4833 stuff. Use the normal html rendering code instead of the special html
4834 washing code.
4835
4836 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4837 `gnus-w3m' symbols.
4838 (mm-text-html-washer-alist): Remove.
4839
4840 * mm-decode.el (mm-inline-text-html-renderer): Remove.
4841 (mm-inline-media-tests): Remove use.
4842 (mm-text-html-renderer): Change default to the `shr' symbol.
4843
4844 * mm-view.el (mm-inline-text-html): Remove use.
4845
4846 * gnus-art.el (gnus-blocked-images): New function. Allow the
4847 `gnus-blocked-images' to be a function.
4848 (gnus-article-wash-function): Remove.
4849
4850 2010-10-20 Julien Danjou <julien@danjou.info>
4851
4852 * spam.el (spam-list-of-processors): Mark as obsolete.
4853
4854 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4855 (nnimap-insert-partial-structure): Fix boundary detection.
4856
4857 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4858
4859 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4860 run file-truename on remote files. This can be expensive and even
4861 prevent one from editing drafts if some unrelated buffer has a stale
4862 connection.
4863
4864 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4865
4866 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4867 kinsoku-eol regardless of shr-kinsoku-shorten.
4868 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4869 (shr-tag-table): Support caption, thead, and tfoot.
4870
4871 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4874 lines.
4875 (shr-save-contents): New command and keystroke.
4876
4877 * nndoc.el (nndoc-type-alist): Add git support.
4878 (nndoc-git-type-p): New function.
4879 (nndoc-transform-git-article): Ditto.
4880 (nndoc-transform-git-headers): Ditto.
4881 (nndoc-transform-git-headers): Generate Subject headers.
4882
4883 * shr.el (shr-parse-style): New function.
4884 (shr-tag-span): Ditto.
4885
4886 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4887 to `G G' to avoid collisions.
4888
4889 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4890
4891 * shr.el: Load kinsoku if necessary.
4892 (shr-kinsoku-shorten): New internal variable.
4893 (shr-find-fill-point): Make kinsoku shorten text line if
4894 shr-kinsoku-shorten is bound to non-nil.
4895 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4896 shr-indentation too when testing if table is wider than frame width.
4897 (shr-insert-table): Use `string-width' instead of `length' to measure
4898 text width.
4899 (shr-insert-table-ruler): Make sure indentation is done at bol.
4900
4901 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4904 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4905 undecoded network data.
4906
4907 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
4909 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4910 name in the mode line spec so that the mode line menu works
4911 (bug #2431).
4912
4913 * message.el (message-get-reply-headers): If we're fed `to-address',
4914 then always use that.
4915
4916 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4917 aren't so wide as to need to switch off the edit menu.
4918
4919 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4920 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4921
4922 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4923 `M-g'.
4924 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4925 the permanent marks.
4926
4927 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4928
4929 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4930 Splitting according to references/in-reply-to obeys the ignore-groups
4931 variable, while splitting by sender and subject do not.
4932
4933 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4934
4935 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4936 alist, so that we can look for non-Unicode chars.
4937 (article-translate-strings): Allow both character and string maps.
4938
4939 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * shr.el (shr-insert): Don't insert space behind a wide character
4942 categorized as kinsoku-bol, or between characters both categorized as
4943 nospace.
4944
4945 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4946
4947 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4948 headers to gnus-newsgroup-headers.
4949
4950 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4951
4952 * shr.el (shr-tag-img): Don't align images -- since we're not
4953 rescaling, this often leads to ugly displays.
4954
4955 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4956
4957 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4958 duplicates.
4959
4960 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4961
4962 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4963 call.
4964
4965 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4966
4967 * gnus.el: Autoload gnus-html-show-images.
4968
4969 * nnimap.el: Use nnheader-message throughout.
4970
4971 * shr.el (shr-tag-img): Ignore images with no data.
4972
4973 2010-10-15 Julien Danjou <julien@danjou.info>
4974
4975 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4976 a possibility to disable format=flow encoding when using hard newlines.
4977
4978 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4979
4980 * shr.el (shr-insert): Remove space inserted before or after a
4981 breakable character or at the beginning or the end of a line.
4982 (shr-find-fill-point): Do kinsoku; find the second best point or give
4983 it up if there's no breakable point.
4984
4985 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4986
4987 * nnimap.el (nnimap-open-connection): Message when opening connection
4988 for debugging purposes.
4989
4990 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4991 on every setup buffer call to allow this to change from article to
4992 article.
4993
4994 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4995 buffers where we have a wide table.
4996
4997 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4998
4999 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5000 uses *-request-thread.
5001
5002 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5003
5004 * nnimap.el (nnimap-open-connection): Remove %s from openssl
5005 incantation, which is no longer valid.
5006
5007 2010-10-14 Julien Danjou <julien@danjou.info>
5008
5009 * shr.el: Fix defcustom type (char -> character).
5010
5011 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5012
5013 * nnimap.el (nnimap-open-connection): tls-program should be a list of
5014 programs.
5015
5016 2010-10-14 Julien Danjou <julien@danjou.info>
5017
5018 * shr.el (shr-tag-a): Use url-link as widget type.
5019
5020 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5021 `gnus-group-get-icon'.
5022
5023 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5024
5025 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5026 This should make server editing work better.
5027
5028 * shr.el (shr-find-fill-point): Don't inloop on indented text.
5029
5030 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5031 (nnimap-parse-flags): Fix regexp.
5032
5033 * shr.el (shr-find-fill-point): Use a filling algorithm that should
5034 probably work for CJVK text, too.
5035
5036 * nnimap.el (nnimap-extend-tls-programs): Remove.
5037 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5038
5039 2010-10-13 Julien Danjou <julien@danjou.info>
5040
5041 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5042 responses.
5043
5044 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5045
5046 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5047
5048 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5049 anything in Emacs.
5050
5051 * shr.el (shr-current-column): Remove buggy and unnecessary function.
5052
5053 2010-10-13 Julien Danjou <julien@danjou.info>
5054
5055 * shr.el (shr-width): Make shr-width a defcustom with default to
5056 fill-column.
5057 (shr-tag-img): Use shr-width rather than fill-column.
5058
5059 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
5060
5061 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5062
5063 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5064 position when (X-)Faces exist.
5065 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5066 avatars when called interactively.
5067
5068 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
5069
5070 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5071 gnus-article-x-face-too-ugly is bound.
5072
5073 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5074
5075 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5076
5077 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5078 mailbox that doesn't exist.
5079
5080 2010-10-12 Julien Danjou <julien@danjou.info>
5081
5082 * shr.el (shr-tag-img): Encode URL properly when retrieving.
5083 (shr-get-image-data): Encode URL properly when fetching from cache.
5084 (shr-tag-img): Use aligned-to spaces to align correctly images.
5085
5086 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5087 before inserting the Gravatar.
5088
5089 * shr.el (shr-tag-img): Add align attribute support for <img>.
5090
5091 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5092
5093 * gnus-gravatar.el (gnus-art): Require.
5094
5095 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5096 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5097 Remove long obsoleted functions.
5098
5099 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5100
5101 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5102
5103 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5104 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5105 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5106 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5107 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5108 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5109 Fix comment for declare-function.
5110
5111 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5112
5113 * nnimap.el (nnimap-request-rename-group): Select group read-only
5114 before renaming it.
5115
5116 * shr.el (shr-insert): Fix up the white space only regexp.
5117
5118 * nnimap.el (nnimap-transform-split-mail): Not all articles have
5119 bodies. Protect against this. Reported by Michael Welsh Duggan.
5120
5121 * shr.el (shr-current-column): New function.
5122 (shr-find-fill-point): New function.
5123
5124 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5125
5126 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5127 numbers.
5128
5129 2010-10-11 Julien Danjou <julien@danjou.info>
5130
5131 * shr.el (shr-hr-line): Add.
5132 (shr-tag-hr): Use shr-hr-line to specify which character to use to
5133 display hr lines.
5134 (shr-max-columns): Do not change state to nil if we just inserting
5135 spaces.
5136
5137 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5138
5139 * gnus-topic.el (gnus-topic-read-group): If after the last group,
5140 select the last group.
5141
5142 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
5143
5144 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5145
5146 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147
5148 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5149 for Gnus.
5150 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5151 (nnimap-update-qresync-info): Mark \Seen articles as read.
5152
5153 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5154 non-variable, too.
5155
5156 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
5157 available.
5158 (nnimap-update-info): Rely more on the current active than the param
5159 active to avoid marking articles as read too much.
5160
5161 * auth-source.el (auth-source-create): Use (user-login-name) for the
5162 user name default.
5163
5164 * nnimap.el (nnimap-update-info): If the server doesn't return any
5165 useful info, just use the previous info.
5166 (nnimap-update-info): Prefer old info over start-article.
5167 (nnimap-update-qresync-info): Finish implementing QRESYNC.
5168
5169 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
5170
5171 * nnir.el (autoload): Clean up autoloads.
5172 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5173 Use key rather than value.
5174 (nnir-imap-search-other): New variable.
5175 (nnir-read-parm): Use it.
5176 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5177 (gnus-summary-nnir-goto-thread): Modify to work with imap.
5178
5179 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5180
5181 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5182 the process, too.
5183
5184 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5185
5186 * spam.el (gnus-summary-mode-map): Bind to "$".
5187 Suggested by Russ Allbery.
5188
5189 * shr.el: Rework the way things are indented by <li> slightly.
5190
5191 * gnus.el (gnus-group-set-parameter): Fix typo.
5192
5193 * nnimap.el: Start implementing QRESYNC support.
5194
5195 2010-10-09 Julien Danjou <julien@danjou.info>
5196
5197 * nnir.el (nnir-engines): Fix too many arguments.
5198
5199 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5200
5201 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5202 group is the "last", so that the backends like nnfolder actually save
5203 their folders.
5204
5205 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
5206 try to use that for the TLS stream.
5207 (nnimap-retrieve-group-data-early): Rework the marks code to heed
5208 UIDVALIDITY and find out which groups are read-only and not.
5209 (nnimap-get-flags): Use the same marks parsing code as the rest of
5210 nnimap.
5211
5212 2010-10-09 Julien Danjou <julien@danjou.info>
5213
5214 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5215
5216 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5217 retrieving gravatars.
5218
5219 * shr.el (shr-table-corner): Add.
5220 (shr-table-line): Add.
5221 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5222
5223 2010-10-08 Julien Danjou <julien@danjou.info>
5224
5225 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5226
5227 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
5228
5229 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5230
5231 * gnus-sum.el (gnus-mark-article-as-unread)
5232 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5233 (gnus-summary-set-bookmark): Use it.
5234
5235 * gnus-msg.el (gnus-setup-message): Use it.
5236
5237 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5238
5239 * gnus.el (gnus-group-remove-parameter): Use it.
5240
5241 * gnus-group.el (gnus-group-make-web-group): Use it.
5242
5243 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5244
5245 * nnregistry.el: Update docs to mention manual.
5246
5247 * gnus-registry.el: Update docs to mention nnregistry.el.
5248 (gnus-registry-initialize): Don't install nnregistry refer method
5249 automatically.
5250 (gnus-registry-install-nnregistry): Remove it.
5251
5252 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5253
5254 * shr.el (shr-insert): Don't insert double spaces.
5255
5256 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
5257
5258 * gnus-gravatar.el (gnus-treat-from-gravatar)
5259 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5260 called interactively.
5261
5262 * gnus-art.el (gnus-mime-view-part-externally)
5263 (gnus-mime-view-part-internally): Make predicate function passed to
5264 gnus-mime-view-part-as-type assume argument is a mime type, not a list
5265 of a mime type.
5266
5267 * shr.el (shr-table-widths): Don't use cl function `reduce'.
5268
5269 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * shr.el (require): Require cl when compiling.
5272 (shr-tag-hr): New function.
5273
5274 * nnimap.el (nnimap-update-info): Remove double setting of high.
5275 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5276 This makes nnimap work properly on Courier again.
5277
5278 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5279 the variable for backwards compatibility.
5280
5281 * mm-decode.el (mm-save-part): If given a non-directory result, expand
5282 the file name before using to avoid setting mm-default-directory to
5283 nil.
5284
5285 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5286 bidning gnus-agent variables.
5287
5288 * shr.el (shr-render-td): Use a cache for the table rendering function
5289 to avoid getting an exponential rendering behavior in nested tables.
5290 (shr-insert): Rework the line-breaking algorithm.
5291 (shr-insert): Don't leave trailing spaces.
5292 (shr-insert-table): Also insert empty TDs.
5293 (shr-tag-blockquote): Ensure paragraphs after </ul>.
5294
5295 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * gnus-sum.el (gnus-number): Rename from `number'.
5298 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5299 (gnus-summary-limit-children): Update uses correspondingly.
5300
5301 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5302
5303 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5304 (gnus-gravatar-transform-address): Don't show avatars of people of
5305 which mail addresses match gnus-gravatar-too-ugly.
5306
5307 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5308
5309 * shr.el (shr-table-widths): Expand TD elements to fill available
5310 space.
5311
5312 2010-10-07 Julien Danjou <julien@danjou.info>
5313
5314 * nnimap.el (nnimap-request-rename-group): Add this method.
5315
5316 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5317
5318 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5319 name from XEmacs' function-arglist.
5320
5321 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5322 gravatar under XEmacs.
5323
5324 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
5325
5326 * auth-source.el: Update docs with TODO items.
5327
5328 * gnus-sync.el: Update docs to explain state and plans.
5329
5330 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5331 Hooks for mark updates.
5332 (gnus-request-set-mark, gnus-request-update-mark): Use them.
5333
5334 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5335 hooks with arguments, which is needed for mark update hooks.
5336
5337 2010-10-06 Julien Danjou <julien@danjou.info>
5338
5339 * gnus.el (gnus-expand-group-parameter): Only return and act on what
5340 was matched.
5341
5342 * sieve-manage.el: Update example in `Commentary'.
5343
5344 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5345
5346 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5347 not 2000.
5348 (sieve-manage-authenticate): Re-add function.
5349
5350 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5351
5352 * shr.el (shr-insert): Get 'space transition right.
5353 (shr-render-td): Only delete space at the end of the TD.
5354
5355 * nnimap.el (nnimap-open-connection): Prepare to support
5356 open-gnutls-stream.
5357
5358 * shr.el: Rearrange function order to be more logical.
5359
5360 2010-10-06 Julien Danjou <julien@danjou.info>
5361
5362 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5363 (nnrss-discover-feed): Remove 404 URL in docstring.
5364
5365 * nnir.el: Fix Swish-E URL.
5366 Fix Namazu URL.
5367
5368 * message.el (message-change-subject): Remove 404 URL in a comment.
5369
5370 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5373 called interactively.
5374
5375 * gnus-util.el (gnus-remove-if): Allow hash table.
5376 (gnus-remove-if-not): New function.
5377
5378 * gnus-art.el (gnus-mime-view-part-as-type):
5379 * gnus-score.el (gnus-summary-score-effect):
5380 * gnus-sum.el (gnus-read-move-group-name):
5381 Replace remove-if-not with gnus-remove-if-not.
5382
5383 * gnus-group.el (gnus-group-completing-read):
5384 Regard collection as a hash table if it is not a list.
5385
5386 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5387
5388 * shr.el (shr-render-td): Allow blank/missing <TD>s.
5389
5390 * shr.el: Document the table-rendering algorithm.
5391
5392 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5393 invalid URLs.
5394
5395 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5396 line-broken.
5397 (shr-tag-img): Ignore image fetching errors.
5398 (shr-overlays-in-region): Compute overlay positions correctly.
5399
5400 * mm-decode.el (mm-shr): Require shr.
5401
5402 * gnus-art.el (gnus-blocked-images): Move variable here.
5403
5404 * shr.el (shr-insert-table): Bind free variable.
5405
5406 * mm-decode.el (mm-shr): Bind shr-content-function.
5407
5408 * shr.el (shr-content-function): New variable.
5409
5410 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5411 added for symmetry.
5412
5413 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5414
5415 * gnus-group.el (gnus-group-make-group): Doc fix.
5416
5417 * nnimap.el (nnimap-request-newgroups): Return success.
5418
5419 * shr.el (shr-find-elements): New function.
5420 (shr-tag-table): Put all the images after the table.
5421 (shr-tag-table): Really inhibit images inside the table.
5422 (shr-collect-overlays): Copy over overlays from the TD elements to the
5423 main document.
5424
5425 * mm-decode.el (mm-shr): Bind shr-blocked-images to
5426 gnus-blocked-images.
5427
5428 2010-10-05 Julien Danjou <julien@danjou.info>
5429
5430 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5431
5432 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5433 (gnus-html-maximum-image-size): Add this function.
5434 (gnus-html-put-image): Use gnus-html-maximum-image-size.
5435
5436 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5437 server-value of the capability is nil.
5438
5439 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
5441 * shr.el (shr-tag-em): Add <EM> tag.
5442
5443 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
5444
5445 * sieve-manage.el (sieve-manage-default-stream): Make default stream
5446 customizable.
5447
5448 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5449 handing broken links to browse-url.
5450
5451 2010-10-05 Julien Danjou <julien@danjou.info>
5452
5453 * gnus-util.el (gnus-emacs-completing-read)
5454 (gnus-iswitchb-completing-read): Use autoload rather than require.
5455
5456 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
5457
5458 * gnus-util.el (gnus-completing-read-function): Exclude
5459 gnus-icompleting-read and gnus-ido-completing-read from candidates for
5460 XEmacs since iswitchb.el is very old and ido.el is unavailable in
5461 XEmacs.
5462
5463 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5464 not to use `delete-dups' that is unavailable in XEmacs 21.4.
5465
5466 * gnus-html.el: Don't require help-fns under XEmacs.
5467 (gnus-html-schedule-image-fetching): Work for XEmacs.
5468
5469 * mm-decode.el (mm-shr): Decode contents by charset.
5470
5471 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5472
5473 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5474 unknown.
5475
5476 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5477 (shr-get-image-data): Ensure against the cache file missing.
5478
5479 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5480 for data.
5481
5482 * spam-report.el (spam-report-url-ping-plain): Don't query about
5483 killing the process.
5484
5485 * shr.el (shr-render-td): Protect against too-wide text.
5486
5487 2010-10-04 Julien Danjou <julien@danjou.info>
5488
5489 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5490 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5491
5492 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5493 retrieved.
5494
5495 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5496
5497 * shr.el (browse-url): Require.
5498 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5499 lines.
5500 (shr-show-alt-text, shr-browse-image): New commands.
5501 (shr-browse-url, shr-copy-url): New commands.
5502
5503 * gnus-sum.el (gnus-widen-article-window): New variable.
5504 (gnus-summary-select-article-buffer): Use it.
5505
5506 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5507 without @ signs.
5508
5509 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5510
5511 * nnir.el (nnir-run-imap): Remove spurious space in search string.
5512
5513 2010-10-04 Julien Danjou <julien@danjou.info>
5514
5515 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5516 for XEmacs.
5517
5518 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5519
5520 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5521
5522 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5523 (nnimap-close-server): Implement.
5524
5525 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5526 (shr-insert): Tweak line breaking.
5527 (shr-insert): Handle <pre> better.
5528 (shr-tag-li): Get <li> indentation right.
5529 (shr-tag-li): Get <li> indentation even righter.
5530 (shr-tag-blockquote): Ensure paragraph start.
5531 (shr-make-table): Tweak table generation.
5532 (shr-make-table): Fix typo.
5533
5534 * shr.el: Implement table rendering.
5535
5536 2010-10-04 Julien Danjou <julien@danjou.info>
5537
5538 * gnus-html.el (gnus-html-put-image): Fix resize image code.
5539
5540 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5541
5542 * shr.el (shr-insert): Use string anchors instead of line anchors.
5543
5544 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5545
5546 * shr.el: Add headings.
5547 (shr-ensure-paragraph): Actually work.
5548 (shr-tag-li): Make <ul> prettier.
5549 (shr-insert): Get white space at the beginning/end of elements right.
5550 (shr-tag-p): Collapse subsequent <p>s.
5551 (shr-ensure-paragraph): Don't insert double line feeds after blank
5552 lines.
5553 (shr-insert): \t is also space.
5554 (shr-tag-s): Fix "s" tag name function.
5555 (shr-tag-s): Fix face prop name.
5556
5557 2010-10-03 Julien Danjou <julien@danjou.info>
5558
5559 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5560
5561 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5562 gnus-window-inside-pixel-edges.
5563
5564 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5565 gnus-ems.
5566
5567 * mm-view.el (mm-inline-image-emacs): Support image resizing.
5568
5569 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5570 function.
5571
5572 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5573 resize choice.
5574
5575 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5576
5577 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5578 beginning of the buffer.
5579
5580 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5581 article buffer again.
5582
5583 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5584
5585 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5586 when it's at the start of the buffer.
5587
5588 * shr.el (shr-tag-blockquote): Convert name.
5589 (shr-rescale-image): Use the right image-size variant.
5590
5591 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5592 buffer isn't shown, then select the current article first instead of
5593 bugging out.
5594 (gnus-summary-select-article-buffer): Show both the article and summary
5595 buffers again.
5596
5597 * shr.el (shr-fontize-cont): Protect against regions with no text.
5598 Rename tag functions to shr-tag-* for enhanced security.
5599 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5600
5601 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5602
5603 * shr.el (shr-insert):
5604 * pop3.el (pop3-movemail):
5605 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5606 loaded.
5607
5608 2010-10-03 Glenn Morris <rgm@gnu.org>
5609
5610 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5611
5612 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5613
5614 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5615
5616 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5617
5618 * gnus-util.el (gnus-make-local-hook): Simplify.
5619
5620 2010-10-02 Julien Danjou <julien@danjou.info>
5621
5622 * gnus-util.el (gnus-iswitchb-completing-read): New function.
5623 (gnus-ido-completing-read): New function.
5624 (gnus-emacs-completing-read): New function.
5625 (gnus-completing-read): Use gnus-completing-read-function.
5626 Add gnus-completing-read-function.
5627
5628 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5629
5630 * shr.el (shr-insert-document): Autoload.
5631 (shr-img): Be silent.
5632 (shr-insert): Add a newline after every picture before text.
5633 (shr-add-font): Use overlays for combining faces.
5634 (shr-insert): Pass upwards the text start point.
5635
5636 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5637 possible.
5638 (mm-shr): New function.
5639
5640 2010-10-02 Julien Danjou <julien@danjou.info>
5641
5642 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5643 should go backward.
5644
5645 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * shr.el (shr): Fix typo in provide call.
5648
5649 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5650
5651 * shr.el: New file.
5652
5653 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5654
5655 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5656 completing read.
5657
5658 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5659
5660 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5661 we're being queried about. Suggested by Dan Jacobson.
5662
5663 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5664 Suggested by Jason Eisner.
5665
5666 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5667 table, too. Suggested by Stefan Wiens.
5668 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5669 the table unnecessary. Suggested by Stefan Wiens.
5670
5671 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5672 longer needed, and probably doesn't work either, as pointed out by
5673 Stefan Wiens.
5674 (gnus-summary-exit): Remove call to the clearing function.
5675 (gnus-summary-exit-no-update): Ditto.
5676
5677 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5678 instead of gnus-eval-in-buffer-window to avoid popping up frames.
5679 Reported by Stefan Monnier.
5680 (gnus-summary-save-in-rmail): Ditto.
5681
5682 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5683 article buffer, instead of both the article buffer and the summary
5684 buffer. Sort of suggested by Dan Jacobson.
5685
5686 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5687
5688 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5689 Suggested by Dan Jacobson.
5690
5691 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5692 documentation clearer.
5693
5694 * message.el (message-shorten-references): Comment on the number "21".
5695 Suggested by Stefan Monnier.
5696
5697 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5698 Suggested by Dan Jacobson.
5699
5700 * gnus.el (gnus-large-newsgroup):
5701 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
5702
5703 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5704 externalize attachments. Bug reported by Steve Wen.
5705
5706 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5707 really message anything to the user.
5708
5709 * nnmail.el (nnmail-article-group): Allow using the fancy split method
5710 directly.
5711
5712 * nnimap.el (nnimap-request-group): Low higher than high to signal no
5713 messages in empty groups.
5714
5715 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
5716
5717 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5718 non-UIDNEXT group.
5719
5720 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5721
5722 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5723 not the value from the collection.
5724
5725 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5726 values. This sometimes happens on some groups that have no info.
5727 (nnimap-request-newgroups): New function.
5728
5729 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
5730
5731 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5732 check into `gnus-registry-initialize'.
5733 (gnus-registry-initialize): Ditto.
5734 Fix and extend header docs.
5735
5736 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5737
5738 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5739 regexp backtrace overflows.
5740
5741 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5742 for starttls that tls.el implements; i.e. openssl.
5743
5744 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
5745
5746 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5747 (gravatar-create-image): New function that's an alias to
5748 gnus-xmas-create-image, gnus-create-image, or create-image.
5749 (gravatar-data->image): Use it.
5750
5751 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5752
5753 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5754 install the nnregistry refer method.
5755 (gnus-registry-install-hooks): Use it.
5756 (gnus-registry-unfollowed-groups): Add nnmairix to the default
5757 unfollowed groups.
5758
5759 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
5760
5761 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5762 expanding threads.
5763
5764 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5765
5766 * nnir.el: Use the server names without suffixes (bug #7009).
5767
5768 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5769 unencrypted to STARTTLS, if possible.
5770
5771 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5772
5773 * message.el (message-ignored-supersedes-headers): Strip Injection-*
5774 headers before superseding.
5775
5776 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5777
5778 * nnrss.el (nnrss-use-local): Add documentation.
5779
5780 * nnimap.el (nnimap-extend-tls-programs): New function.
5781 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5782 (nnimap-wait-for-connection): Accept the greeting from the stupid
5783 output from openssl s_client -starttls, too.
5784
5785 * nnimap.el (nnimap-find-article-by-message-id): Really return the
5786 article number.
5787 (nnimap-split-fancy): New variable.
5788 (nnimap-split-incoming-mail): Use it.
5789
5790 * nntp.el (nntp-server-list-active-group): Document.
5791
5792 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5793 SELECT to get the message-id.
5794
5795 * mail-source.el (mail-sources): Remove webmail support.
5796 (defvar): Ditto.
5797 (mail-source-fetcher-alist): Ditto.
5798 (mail-source-fetch-webmail): Remove.
5799
5800 * webmail.el: Remove -- doesn't seem relevant any more.
5801
5802 * gnus.el: Fix up make-obsolete-variable declarations throughout.
5803
5804 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5805 the \r.
5806
5807 2010-09-30 Julien Danjou <julien@danjou.info>
5808
5809 * gnus-agent.el (gnus-agent-add-group): Fix call to
5810 gnus-completing-read.
5811
5812 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5813
5814 * nndoc.el (nndoc-retrieve-groups): New function.
5815
5816 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5817 `default', use nnmail-split-methods.
5818 (nnimap-request-article): Downcase the NILs so that they are nil.
5819
5820 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5821 symbol.
5822
5823 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5824 code, since if the user has requested network, that's what they ought
5825 to get.
5826 (nnimap-request-set-mark): Erase the buffer before issuing commands.
5827 (nnimap-split-rule): Mark as obsolete.
5828
5829 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5830 New variable.
5831
5832 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5833 correct slot, too.
5834
5835 2010-09-29 Julien Danjou <julien@danjou.info>
5836
5837 * gnus.el (gnus-local-domain): Declare variable obsolete.
5838
5839 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5840 Fix history computing.
5841 (gnus-ido-completing-read): Require ido.
5842
5843 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5844
5845 * gnus-registry.el: Don't prompt on load, which makes it impossible to
5846 build Gnus.
5847
5848 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5849 when interpreting the structures.
5850 (nnimap-request-accept-article): Add \r\n to the lines to make this
5851 work with Cyrus.
5852
5853 * nndraft.el (nndraft-request-expire-articles): Use the group name
5854 instead if "nndraft". Fix found by Nils Ackermann.
5855
5856 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5857
5858 * nnregistry.el: Add.
5859
5860 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * nnmail.el (group, group-art-list, group-art):
5863 Remove unneeded directives.
5864
5865 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5866
5867 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5868 (mm-mime-charset):
5869 * rfc2047.el (rfc2047-syntax-table):
5870 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5871
5872 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5873 rather than `insert-file-contents' and `eval-region'.
5874
5875 2010-09-29 Julien Danjou <julien@danjou.info>
5876
5877 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5878 replacement of `gnus-gravatar-relief' to mimic
5879 `gnus-faces-properties-alist'.
5880 Add :version property.
5881
5882 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5883
5884 * mail-source.el (mail-source-report-new-mail):
5885 * message.el (message-default-mail-headers):
5886 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5887
5888 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5889
5890 2010-09-28 Julien Danjou <julien@danjou.info>
5891
5892 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5893 mail-address contains the same string as real-name.
5894
5895 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5896 non-blank in header, otherwise it'll get stripped.
5897
5898 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5899 real-name, and then for mail address rather than doing : or , search.
5900
5901 2010-09-27 Julien Danjou <julien@danjou.info>
5902
5903 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5904 right completing-read function.
5905 (gnus-use-ido): New variable
5906 (gnus-completing-read-with-default): Remove.
5907 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5908 (gnus-agent-add-group):
5909 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5910 * mm-view.el (mm-view-pkcs7-decrypt):
5911 * mm-util.el (mm-codepage-setup):
5912 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5913 * mml-smime.el (mml-smime-openssl-sign-query):
5914 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5915 (mml-insert-multipart):
5916 * gnus-msg.el (gnus-summary-yank-message):
5917 * gnus-int.el (gnus-start-news-server):
5918 * mm-decode.el (mm-interactively-view-part):
5919 * gnus-dired.el (gnus-dired-attach):
5920 * gnus.el (gnus-read-method):
5921 * gnus-bookmark.el (gnus-bookmark-jump):
5922 * gnus-art.el (gnus-mime-view-part-as-type)
5923 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5924 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5925 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5926 * nnmairix.el (nnmairix-create-server-and-default-group)
5927 (nnmairix-update-groups, nnmairix-get-server)
5928 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5929 (nnmairix-get-group-from-file-path):
5930 * nnrss.el (nnrss-find-rss-via-syndic8):
5931 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5932 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5933 (gnus-group-browse-foreign-server):
5934 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5935 (gnus-summary-execute-command, gnus-summary-respool-article)
5936 (gnus-read-move-group-name):
5937 * gnus-score.el (gnus-summary-increase-score)
5938 (gnus-summary-score-effect):
5939 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5940
5941 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5942
5943 * nnimap.el (auth-source-forget-user-or-password)
5944 (auth-source-user-or-password): Autoload.
5945
5946 * message.el (message-from-style, message-interactive)
5947 (message-signature): Remove comment.
5948 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5949 always.
5950 (message-sendmail-envelope-from): Comment fix.
5951 (message-yank-prefix): Default to mail-yank-prefix always.
5952 (message-indentation-spaces):
5953 Default to mail-indentation-spaces always.
5954 (message-signature-file): Default to mail-signature-file always.
5955
5956 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5957
5958 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5959 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5960 new articles.
5961
5962 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5963 parts.
5964 (nnimap-request-article): Work with the t setting, too.
5965
5966 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5967 that you don't get flashes of other buffers.
5968 (gnus-summary-show-complete-article): Intern before setting.
5969
5970 2010-09-27 David Engster <dengste@eml.cc>
5971
5972 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5973 well as HEADERS.
5974 (nnmairix-retrieve-headers): Provide new argument for the above.
5975
5976 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5977
5978 * gnus-sum.el (gnus-summary-move-article): Don't alter
5979 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5980 group.
5981
5982 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5983
5984 * message.el (message-cite-prefix-regexp): Revert my last edit.
5985
5986 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5987 variable instead of the Gnus variable.
5988
5989 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5990
5991 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5992
5993 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5994 since some servers don't like it.
5995 (nnimap-open-connection): Forget credentials if the server says the
5996 password was wrong.
5997 (nnimap-parse-line): Protect against invalid data.
5998
5999 * gnus-sum.el (gnus-summary-move-article): Add comment.
6000 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6001 nothing alters it while scanning for new messages.
6002
6003 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6004 which may or may not help.
6005 (nnimap-open-connection): If we're doing a stream connection, and then
6006 discover we're on a STARTTLS-capable server, then open a STARTTLS
6007 connection instead.
6008
6009 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6010
6011 * nnimap.el (utf7): Require.
6012
6013 * message.el (message-cite-prefix-regexp): Remove "}" from citation
6014 prefix.
6015
6016 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6017
6018 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6019
6020 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6021
6022 * nnimap.el (nnimap-request-accept-article): Message the error on
6023 error.
6024
6025 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6026
6027 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6028
6029 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6030
6031 * nndoc.el (nndoc-request-list): Return success always.
6032
6033 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6034 `fetch-old' -- we only want to fetch the articles we've requested.
6035 The rest are in the agent, probably.
6036 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6037 disappeared server" to something low. It's not important.
6038
6039 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6040 arrived before the FETCH data.
6041
6042 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6043 target here, because we don't know the Gnus name of the group.
6044
6045 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6046 for the correct group.
6047
6048 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6049
6050 * gnus.el (gnus): Give a final warning after startup.
6051
6052 * gnus-util.el (gnus-action-message-log): New variable.
6053 (gnus-message): Use it.
6054 (gnus-final-warning): New function.
6055
6056 * nnimap.el (nnimap-open-connection): Record the greeting.
6057 (nnimap): Add greeting.
6058
6059 2010-09-26 Julien Danjou <julien@danjou.info>
6060
6061 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6062 arguments.
6063 (gnus-html-wash-images): Fix spec computing to include start/end.
6064
6065 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6066
6067 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6068
6069 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6070 deletion.
6071 (nnimap-retrieve-headers): Don't select the group, because that's
6072 already done by nnimap-possibly-change-group.
6073
6074 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6075 (gnus-picon-transform-address): Use it.
6076
6077 * mail-source.el (mail-source-value): Revert previous patch.
6078
6079 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6080 on failure.
6081 (nnimap-open-connection): Look up both virtual and physical server name
6082 credentials.
6083
6084 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6085
6086 2009-02-08 Dave Love <fx@gnu.org>
6087
6088 * gnus-win.el (gnus-window-to-buffer-helper)
6089 (gnus-all-windows-visible-p): Function needn't be a symbol.
6090
6091 * mail-source.el (mail-source-value): Function needn't be a symbol.
6092
6093 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6094
6095 * message.el (message-cite-prefix-regexp): Remove } from the cite
6096 prefix.
6097
6098 * gnus-art.el (gnus-treatment-function-alist): Do picons before
6099 highlight again, so that the highlight is correct.
6100
6101 * gnus-picon.el (gnus-picon): Remove again.
6102 (gnus-picon-create-glyph): Set the background XPM color explicitly.
6103
6104 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6105 doing the header highlightling, so that the background color of the
6106 picon is correct.
6107
6108 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6109 (gnus-picon): Ditto.
6110 (gnus-picon): Reinstate. The background color for picons is white.
6111 (gnus-picon-insert-glyph): Make the background white.
6112
6113 * nnml.el (nnml-open-nov): Don't return dead buffers.
6114
6115 * auth-source.el (auth-source-create): Query the user for whether to
6116 store the credentials.
6117
6118 * auth-source.el (auth-source-user-or-password): Use the existing auth
6119 sources, if any, for creation.
6120
6121 * gnus.el (gnus-group-fast-parameter): Return the last matching
6122 parameter instead of the first matching parameter.
6123
6124 2010-09-26 Julien Danjou <julien@danjou.info>
6125
6126 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6127
6128 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6129
6130 * mml2015.el (mml2015-use): Remove gpg support.
6131
6132 * mml1991.el (mml1991-function-alist): Remove gpg function.
6133 (mml1991-gpg-sign): Remove.
6134
6135 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
6136
6137 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6138 (gnus-browse-unsubscribe-current-group): Document it.
6139 (gnus-browse-unsubscribe-group): Use it.
6140
6141 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6142
6143 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6144 address to the To list for easier response.
6145
6146 * gnus.el (gnus-play-startup-jingle): Remove.
6147 (gnus-splash): Don't play jingle.
6148 (gnus): Silence gnus-load message.
6149
6150 * gnus-art.el (gnus-treat-play-sounds): Remove.
6151
6152 * gnus.el (gnus-play-jingle): Remove audio support.
6153
6154 * gnus-cus.el (gnus-score-customize): Remove audio reference.
6155
6156 * earcon.el: Remove -- no users.
6157
6158 * gnus-audio.el: Remove -- no users of this package.
6159
6160 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6161
6162 * gnus-start.el (gnus-setup-news): Remove nocem support.
6163
6164 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6165
6166 * gnus.el (gnus-use-nocem): Remove.
6167
6168 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6169 Remove.
6170
6171 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
6172 uses NoCeM any more.
6173
6174 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6175 (gnus-button-ctan-handler): Ditto.
6176 (gnus-button-handle-ctan-bogus-regexp): Ditto.
6177 (gnus-button-ctan-directory-regexp): Ditto.
6178 (gnus-button-handle-ctan): Ditto.
6179 (gnus-button-tex-level): Ditto.
6180 (gnus-button-alist): Remove CTAN stuff.
6181
6182 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183
6184 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6185 nnimap-streaming test.
6186
6187 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6188 servers twice.
6189
6190 * nnimap.el (nnimap-open-connection): Add more error reporting when
6191 nnimap fails early.
6192
6193 * nnheader.el (nnheader-get-report-string): New function.
6194 (nnheader-get-report): Use it.
6195
6196 * gnus-int.el (gnus-check-server): Say what the error was when opening
6197 failed.
6198
6199 * nnimap.el (nnimap-wait-for-response): Search further when we're not
6200 using streaming.
6201
6202 2010-09-25 Julien Danjou <julien@danjou.info>
6203
6204 * gnus-html.el (gnus-html-rescale-image): Use our defalias
6205 gnus-window-inside-pixel-edges.
6206
6207 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6208
6209 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6210
6211 * mm-decode.el (mm-save-part): Allow saving to other directories the
6212 normal Emacs way.
6213
6214 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6215 Suggested by Jay Berkenbilt.
6216
6217 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6218 there isn't a single byte.
6219
6220 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6221 just do it. It doesn't really seem to matter what the user responds
6222 here, I think, so it's just a confusing question.
6223
6224 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6225 non-streaming case.
6226
6227 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6228 (gnus-article-encrypt-body): Use it.
6229
6230 * gnus-sum.el (gnus-summary-show-complete-article): New command and
6231 keystroke.
6232
6233 * nnimap.el (nnimap-find-wanted-parts-1):
6234 Use gnus-fetch-partial-articles.
6235
6236 * gnus-art.el (gnus-fetch-partial-articles): New variable.
6237
6238 * nnimap.el (nnimap-insert-partial-structure): New function.
6239 (nnimap-get-partial-article): New function.
6240 (nnimap-request-article): Use it.
6241 (nnimap-wait-for-response): Return whether the wait was successful.
6242 (nnimap-finish-retrieve-group-infos): Don't do anything if the
6243 retrieval wasn't successful.
6244 (nnimap-retrieve-group-data-early): Allow throttling servers.
6245 (nnimap-streaming): New variable.
6246 (nnimap-fetch-partial-articles): Remove.
6247
6248 * mm-decode.el (mm-with-part): Protect against killed buffers.
6249
6250 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6251 for prettier summary display.
6252
6253 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
6254
6255 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6256
6257 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6258
6259 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6260 apparently third-party libraries depend on it.
6261
6262 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6263 before starting negotiation.
6264
6265 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6266 privacy reasons.
6267 (gnus-treat-mail-gravatar): Ditto.
6268
6269 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6270 buffer when inserting images. Inserting text into the headers, for
6271 instance, can make them invalid.
6272
6273 2010-09-25 Julien Danjou <julien@danjou.info>
6274
6275 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6276 variables.
6277
6278 * nnheader.el: Remove useless variables news-reply-yank-from and
6279 news-reply-yank-message-id.
6280
6281 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6282 variables.
6283
6284 * mml1991.el: Remove useless mml1991-verbose.
6285
6286 * gnus.el: Remove useless variable gnus-use-generic-from.
6287 Remove obsolete variable gnus-topic-indentation.
6288
6289 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6290
6291 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6292
6293 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6294
6295 * gnus-group.el: Remove useless gnus-group-icon-cache.
6296 Remove useless gnus-ephemeral-group-server.
6297
6298 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6299
6300 * mml2015.el: Remove useless mml2015-verbose.
6301
6302 * mml-smime.el: Remove useless mml-smime-verbose.
6303
6304 * gnus.el: Remove useless gnus-local-domain.
6305
6306 * gnus-gravatar.el (gnus-gravatar-transform-address):
6307 Use gnus-gravatar-size.
6308
6309 * gnus-art.el: Remove useless gnus-treat-translate.
6310
6311 2010-09-24 Julien Danjou <julien@danjou.info>
6312
6313 * gnus-sum.el: Add support for Gravatars.
6314
6315 * gnus-art.el: Add support for Gravatars.
6316
6317 * gnus-gravatar.el: Add this file.
6318
6319 * gravatar.el: Add this file.
6320
6321 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6322
6323 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6324
6325 * gnus-group.el (gnus-group-fetch-faq): Remove.
6326
6327 * gnus.el (gnus-group-faq-directory): Remove.
6328
6329 * gnus-group.el (gnus-group-fetch-charter): Remove.
6330
6331 * gnus.el (gnus-group-charter-alist): Remove.
6332
6333 * gnus-group.el (gnus-group-archive-directory): Remove.
6334 (gnus-group-recent-archive-directory): Ditto.
6335 (gnus-group-make-archive-group): Remove.
6336
6337 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6338
6339 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6340 use the same article number for all the cached articles.
6341
6342 * nnimap.el (nnimap-command): Register the last command time so
6343 that we can use it for idling NOOPs.
6344 (nnimap-open-connection): Start the keeplive timer.
6345 (nnimap-make-process-buffer): Store all the process buffers.
6346 (nnimap-keepalive): New function.
6347
6348 * starttls.el (starttls-open-stream): Add autoload cookie.
6349
6350 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6351
6352 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6353 handling.
6354
6355 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6356
6357 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6358 its data structures.
6359
6360 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6361 instead of the cl.el copy-list.
6362 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6363 equalp.
6364
6365 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6366
6367 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6368 and tool-bar-local-item-from-menu.
6369
6370 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6371 mode-line-highlight face for Emacs.
6372
6373 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6374 loading gnus-sum.elc; fix comment for canlock-verify.
6375 (gnus-article-jump-to-part): Use read-number.
6376 (gnus-insert-mime-button, gnus-insert-mime-security-button):
6377 Remove Emacs pre-21 compatible code for help-echo.
6378 (gnus-article-next-page-1): No need to adjust the number of lines.
6379 (gnus-article-describe-bindings): Always use help-buffer.
6380
6381 * gnus-audio.el (gnus-audio-inline-sound):
6382 * gnus-cus.el (gnus-custom-mode):
6383 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6384
6385 * gnus-sum.el (gnus-remove-overlays): Doc fix.
6386
6387 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6388 compatible code.
6389
6390 2010-09-24 Glenn Morris <rgm@gnu.org>
6391
6392 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6393 visiting the fcc file in rmail-mode.
6394
6395 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6396
6397 * nnir.el: Silence the byte compiler.
6398
6399 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6400 alias to browse-url-url-encode-chars if any.
6401 (gnus-html-encode-url): Use it.
6402
6403 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6404
6405 * gnus-start.el (gnus-use-backend-marks): New variable.
6406 (gnus-get-unread-articles-in-group): Use it.
6407
6408 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6409 makeover.
6410
6411 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6412
6413 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6414
6415 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6416
6417 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6418 Remove.
6419 (gnus-setup-news-hook):
6420 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6421
6422 * gnus-int.el (gnus-request-update-info): Protect against backends not
6423 having the function.
6424
6425 * nnimap.el (nnimap-stream): Mention STARTTLS.
6426 (nnimap-open-connection): Add STARTTLS support.
6427
6428 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6429
6430 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6431
6432 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6433
6434 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6435 BODYSTRUCTUREs.
6436 (nnimap-transform-headers): Unfold quoted {42} headers.
6437
6438 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6439 the info.
6440 (gnus-get-unread-articles): Only call updatep on backends that support
6441 it.
6442
6443 * nnweb.el (nnweb-request-update-info): NOOP.
6444
6445 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6446
6447 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6448 since it only deals with marks.
6449
6450 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6451 gnus-request-marks, and make a new gnus-request-update-info.
6452
6453 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6454 the active instead of the high number, which is usually too low.
6455
6456 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6457
6458 * encrypt.el: Remove.
6459
6460 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
6462 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6463 server in symbolic form.
6464
6465 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6466
6467 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6468
6469 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6470 (nnimap-update-info): Fix up code slightly.
6471
6472 * gnus-int.el (gnus-open-server): Add tracing for performance
6473 debugging.
6474
6475 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6476 (gnus-group-insert-group-line): Pass the real group name so that it
6477 gets the right data.
6478
6479 * gnus-start.el (gnus-get-unread-articles): Don't have
6480 `gnus-get-unread-articles-in-group' update info, since that can be
6481 really slow and doesn't seem to be needed?
6482
6483 2010-09-22 Julien Danjou <julien@danjou.info>
6484
6485 * gnus-group.el (gnus-group-insert-group-line):
6486 Call gnus-group-highlight-line.
6487 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6488 default hook list.
6489 (gnus-group-update-eval-form): Add new function.
6490 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6491 (gnus-group-get-icon): Use gnus-group-update-eval-form.
6492
6493 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6494
6495 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6496 immediate, then expire all articles.
6497 (nnimap-update-info): Fix off-by-one errors.
6498 (nnimap-flags-to-marks): Would return no marks lists for group with no
6499 flags. Instead return the other data.
6500
6501 2010-09-22 Julien Danjou <julien@danjou.info>
6502
6503 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6504 Only return an icon.
6505 (gnus-group-insert-group-line): Compute icon to return.
6506
6507 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6508 (gnus-html-image-fetched): Only cache if
6509 gnus-html-image-automatic-caching is set.
6510 (gnus-html-image-fetched): Check for errors.
6511
6512 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6513
6514 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6515 once per method on `g'. This ensures that backends like nnfolder don't
6516 open all their folders.
6517
6518 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6519 (nnimap-request-list): Nix out group in the correct buffer.
6520 (nnimap-parse-flags): Implement by using `read' instead of
6521 hand-parsing.
6522 (nnimap-flags-to-marks): Pass on permanent-flags.
6523 (nnimap-make-process-buffer): Record the server name.
6524 (nnimap-parse-flags): Fix typo.
6525 (nnimap-request-scan): Run split on the server in general, not just a
6526 single group.
6527
6528 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6529 parameter, and propagate this downwards.
6530
6531 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6532 since EXAMINE changes it on the server.
6533
6534 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6535 this command might take a while.
6536
6537 2010-09-22 Julien Danjou <julien@danjou.info>
6538
6539 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
6540 harmful if you have 2 images side-by-side, they can't be properly
6541 update on text deletion. Using text-property is safer here.
6542 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6543 data.
6544
6545 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6546
6547 * nnimap.el (nnimap-expunge-inbox): Remove.
6548 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6549 (nnimap-expunge): Flip default to t.
6550
6551 * gnus.el (gnus-method-to-server): Don't push things to the cache
6552 unless it's unique.
6553 (gnus-server-to-method): Ditto.
6554
6555 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6556
6557 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6558
6559 2010-09-22 Julien Danjou <julien@danjou.info>
6560
6561 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6562 get the start of data.
6563 (gnus-html-encode-url): Add this function to encode special chars in
6564 URL.
6565 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6566 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6567
6568 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6569 default.
6570 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6571
6572 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6573 images alt-text.
6574 (gnus-html-put-image): Put alt-text as help-echo.
6575
6576 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6577
6578 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
6579 * mm-util.el (mm-decompress-buffer):
6580 * nnir.el (nnir-run-find-grep):
6581 * pop3.el (pop3-list): Use 3rd arg of split-string.
6582
6583 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584
6585 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6586 outside the active range. Suggested by Dan Christensen.
6587
6588 * gnus-start.el (gnus-get-unread-articles): Get the extended method
6589 slightly later to avoid double-getting it.
6590
6591 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6592 previous patch.
6593
6594 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6595
6596 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
6597
6598 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6599
6600 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6601
6602 * gnus-int.el (gnus-open-server): Give a better error message in the
6603 "go offline" case.
6604
6605 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6606 marks for nnimap, which is seldom the right thing to do.
6607
6608 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6609 (gnus-same-method-different-name): New function.
6610
6611 * nnimap.el (parse-time): Require.
6612
6613 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6614 method in the presence of many similar methods.
6615
6616 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6617
6618 * nnimap.el (nnimap-find-expired-articles): Don't refer to
6619 nnml-inhibit-expiry.
6620
6621 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6622 find out whether methods are equal.
6623
6624 * nnimap.el (nnimap-find-expired-articles): New function.
6625 (nnimap-process-expiry-targets): New function.
6626 (nnimap-request-move-article): Request the article before looking at
6627 what the Message-ID is. Fix found by Andrew Cohen.
6628 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6629
6630 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6631 for oldness in addition to being a predicate.
6632
6633 * nnimap.el (nnimap-request-group): When we have zero articles, return
6634 the right data to Gnus.
6635 (nnimap-request-expire-articles): Only delete articles immediately if
6636 the target is 'delete.
6637
6638 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6639 method, this would bug out.
6640
6641 * gnus-group.el (gnus-group-expunge-group): Rename from
6642 gnus-group-nnimap-expunge, and implemented as a normal interface
6643 function.
6644
6645 * gnus-int.el (gnus-request-expunge-group): New function.
6646
6647 * nnimap.el (nnimap-request-create-group): Implement.
6648 (nnimap-request-expunge-group): New function.
6649
6650 2010-09-21 Julien Danjou <julien@danjou.info>
6651
6652 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6653 (gnus-html-cache-expired): Add new function.
6654 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6655 wethever we should display image for fetch it.
6656 Compute alt-text earlier to pass it to the fetching function too.
6657 (gnus-html-schedule-image-fetching): Change function argument to only
6658 get one image at a time, not a list.
6659 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6660 cache.
6661 (gnus-html-get-image-data): New function to retrieve image data from
6662 cache.
6663 (gnus-html-put-image): Change buffer argument to use image data rather
6664 than file, and place image above region rather than inserting a new
6665 one. Do not take alt-text as argument, since it's useless now: we place
6666 the image above alt-text.
6667 (gnus-html-prune-cache): Remove.
6668 (gnus-html-show-images): Start to fetch image when we find one, do not
6669 push into a temporary list.
6670 (gnus-html-prefetch-images): Only fetch image if they have expired.
6671 (gnus-html-browse-image): Fix, use 'gnus-image-url.
6672 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6673
6674 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6675
6676 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6677
6678 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6679
6680 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6681 spec inser "*" if the group isn't active instead of 0.
6682
6683 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6684 opening the server.
6685 (nnimap-request-delete-group): Implement group deletion.
6686 (nnimap-transform-headers): Return the size of the entire message in
6687 the Bytes header, not just the size of the first part.
6688 (nnimap-request-move-article): When moving an article from nnimap,
6689 request the article first so the accepting form has an article to
6690 accept. Reported by Dan Christensen.
6691 (nnimap-command): Make sure that the error message doesn't error out.
6692
6693 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
6694
6695 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6696 we haven't requested anything.
6697
6698 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6699
6700 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6701 "". Fix found by Andrew Cohen.
6702
6703 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6704 instead of -encode-string.
6705
6706 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6707
6708 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6709
6710 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6711 by mm-subst-char-in-string.
6712
6713 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6714
6715 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6716 waiting for the connection string.
6717
6718 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6719 arriving.
6720
6721 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6722 bogus characters. This allows selecting certain Gmail groups.
6723
6724 * nnimap.el (nnimap-find-wanted-parts-1): New function.
6725 (nnimap-fetch-partial-articles): New variable.
6726 (nnimap-open-connection): When looking for credentials, also use the
6727 nnimap-server-port.
6728 (nnimap-request-article): Return the group/article number, so that Gnus
6729 `^' works as expected.
6730 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6731
6732 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6733 comments.
6734 (gnus-methods-sloppily-equal): New function.
6735 (gnus): When using the development version of Gnus, load the gnus-load
6736 file.
6737
6738 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6739 `gnus-open-server' on each method before trying to scan them etc.
6740 This ensures that all the backend parameters are set correctly.
6741
6742 * nnimap.el (nnimap-authenticator): New variable.
6743 (nnimap-open-connection): Allow anonymous login.
6744 (nnimap-transform-headers): The chars header is called Chars not Bytes.
6745 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6746
6747 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6748 patch, found by Knut Anders Hatlen.
6749
6750 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
6751
6752 * gnus-agent.el (gnus-agent-batch-confirmation)
6753 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6754 to gnus-message.
6755 * gnus-art.el (gnus-article-describe-briefly): Likewise.
6756 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6757 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6758 * gnus-int.el (gnus-open-server): Likewise.
6759 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6760 (gnus-score-check-syntax): Likewise.
6761 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6762 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6763 Likewise.
6764 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6765
6766 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6767
6768 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6769 calling conventions so that prefetch doesn't bug out.
6770
6771 2010-09-19 Julien Danjou <julien@danjou.info>
6772
6773 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6774 rather than `subst-char-in-region' in order to be able to replace ASCII
6775 char by UTF-8 ones.
6776
6777 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6778 than curl.
6779 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6780 the right URL and ALT text on images.
6781 (gnus-html-wash-tags): Fix tag case.
6782 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
6783 (gnus-article-html): Add -o display_ins_del=2 option.
6784 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6785
6786 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6787
6788 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6789 the extra mail headers, which sometimes seem to happen for unknown
6790 reasons.
6791
6792 * mail-parse.el (mail-header-encode-parameter): Define as
6793 rfc2045-encode-string instead of as rfc2231-encode-string, since some
6794 (or most, perhaps?) mail readers don't understand the latter, but do
6795 understand the former.
6796
6797 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6798 to nil, so that no methods are automatically agentized. I think this
6799 is probably what most users want.
6800
6801 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6802 from url-retrieve, for instance about invalid URLs.
6803
6804 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6805 groups that have no articles.
6806 (nnimap-request-article): Check that we really got an article when we
6807 requested one.
6808
6809 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6810 doesn't exist.
6811
6812 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6813 nntp buffer so the agent can save it.
6814 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6815 that CRLF doesn't get translated to \n.
6816 (nnimap-open-connection): Don't make 'shell commands only send \n.
6817
6818 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6821 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6822 Update var name.
6823 (nnml-generate-nov-file): Use dolist.
6824 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6825 Use with-current-buffer.
6826
6827 2010-09-18 Julien Danjou <julien@danjou.info>
6828
6829 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6830 parallel.
6831
6832 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6833
6834 * nnimap.el (nnimap-update-info): When doing partial marks update, get
6835 the range update right.
6836 (nnimap-request-group): Don't make `M-g' bug out on group with no
6837 marks.
6838 (nnoo): Require, so that other packages can require nnimap.
6839 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6840 command we're looking for. This helps when the server sends more
6841 responses after we've gotten everything we expected.
6842 (nnimap): Add a `newlinep' field to keep track of end-of-line
6843 conventions.
6844 Don't send CRLF to things that don't want it.
6845 (nnimap-request-accept-article): Ditto.
6846
6847 2010-09-18 Julien Danjou <julien@danjou.info>
6848
6849 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6850 than curl to retrieve images.
6851
6852 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6853
6854 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6855 the marks.
6856 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6857 (nnimap-wait-for-connection): New function.
6858 (nnimap-open-connection): If we have PREAUTH, don't query for login
6859 credentials.
6860 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6861 when doing a partial update.
6862
6863 2010-09-18 Julien Danjou <julien@danjou.info>
6864
6865 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6866 tags.
6867
6868 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6869
6870 * nnimap.el (nnimap-credentials): New function.
6871 (nnimap-open-connection): Use the new function to look for credentials
6872 also on the numeric equivalents of "imap" and "imaps".
6873
6874 * gnus-start.el (gnus-activate-group): Send the info to
6875 gnus-request-group.
6876
6877 * nnimap.el (nnimap-request-group): Have the "check" version of the
6878 function parse flags and update the info, so that a `M-g' get a total
6879 resync of all flags from the group.
6880
6881 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6882 to allow backends to alter the info on group selection. Also alter all
6883 the backend -request-group functions to take the parameter.
6884
6885 * nnimap.el (nnimap-store-info): New function.
6886 (nnimap-update-info): Store the info for later usage.
6887 (nnimap-request-group): Use the stored info for the dont-check case, so
6888 that we don't retrieve all marks when we enter a group.
6889
6890 * nnimap.el: Use deffoo instead of defun for interface functions.
6891
6892 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6893 update the group info. This makes the nndraft groups, for instance, go
6894 back to their old behavior.
6895
6896 * gnus-sum.el (gnus-select-newsgroup): Indent.
6897
6898 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6899 in.
6900 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6901 nothing.
6902
6903 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6904 from methods that are denied.
6905
6906 * gnus-int.el (gnus-method-denied-p): New function.
6907
6908 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6909 store the password instead of netrc.
6910 (nnimap-open-connection): Don't error out when we can't make a
6911 connections.
6912
6913 * auth-source.el (auth-source-create): In the password prompt, say what
6914 we're querying for. Also prompt for user name if that hasn't been
6915 given.
6916
6917 * nnimap.el (nnimap-with-process-buffer): Remove.
6918
6919 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6920
6921 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6922 method when we're reading from the agent.
6923
6924 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6925
6926 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6927 that's probably most useful for users.
6928
6929 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6930 "failed" all the time.
6931
6932 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6933 ...)) with (with-current-buffer ... ).
6934
6935 * nntp.el (nntp-open-server): Return whether the open was successful or
6936 not.
6937
6938 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6939 select an unread unseen article first.
6940
6941 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6942 /etc/services, supply some sensible port defaults.
6943
6944 2010-09-17 Julien Danjou <julien@danjou.info>
6945
6946 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6947
6948 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6949
6950 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6951 doesn't have any parameters.
6952
6953 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6954
6955 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6956 only upcased checks.
6957
6958 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6959
6960 * nnimap.el (nnimap-open-shell-stream): New function.
6961 (nnimap-open-connection): Use it.
6962 (nnimap-transform-headers): Get the number of lines in each message.
6963 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6964 number of lines.
6965 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6966 problem.
6967
6968 * utf7.el (utf7-encode): Autoload.
6969
6970 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6971 to allow the mail splitting to not return a default group. This is
6972 useful for nnimap, which will leave unmatched mail in the inbox.
6973
6974 * nnimap.el: Rewritten.
6975
6976 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6977 nnimap usage.
6978
6979 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6980 if the move is internal, so that nnimap can do fast internal moves.
6981
6982 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6983 data.
6984 (gnus-read-active-for-groups): Support finishing the early retrieval of
6985 data.
6986
6987 * gnus-range.el (gnus-range-nconcat): New function.
6988
6989 * gnus-int.el (gnus-finish-retrieve-group-infos)
6990 (gnus-retrieve-group-data-early): New functions.
6991
6992 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6995 (nnrss-retrieve-groups):
6996 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6997 (pop3-quit): Use with-current-buffer.
6998
6999 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
7000
7001 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7002 instead of nnheader-accept-process-output.
7003
7004 * gnus-html.el (gnus-html-schedule-image-fetching)
7005 (gnus-html-prefetch-images): Replace process-kill-without-query by
7006 gnus-set-process-query-on-exit-flag.
7007
7008 2010-09-16 Romain Francoise <romain@orebokech.com>
7009
7010 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7011
7012 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7013
7014 * gnus-registry.el (gnus-registry-install-shortcuts): The second
7015 parameter to unintern is mandatory-ish in Emacs 24.
7016
7017 * gnus-html.el (gnus-html-schedule-image-fetching)
7018 (gnus-html-prefetch-images): Check for curl before using it.
7019
7020 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7021 depend on curl, which isn't essential.
7022
7023 * imap.el: Revert back to version
7024 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7025 seem problematic.
7026
7027 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * gnus-registry.el (gnus-registry-install-shortcuts):
7030 Explicitly pass `obarray' to `unintern' to avoid a warning.
7031
7032 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7033
7034 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7035 change.
7036
7037 * nnrss.el (nnrss-request-list): Remove this function and related
7038 functions, including the moreover stuff.
7039
7040 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7041
7042 * nnrss.el (nnrss-retrieve-groups): New function.
7043
7044 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7045
7046 * .dir-locals.el: Add no-byte-compile cookie.
7047
7048 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7049
7050 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7051 for back end that doesn't support request-scan.
7052
7053 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7054
7055 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7056 then do request scans from the backends.
7057
7058 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7059 avoid running a hook per line, since this takes a lot of time,
7060 profiling shows.
7061 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7062 directly if gnus-visual-p is true.
7063
7064 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7065
7066 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7067 groups; replace mapcar with dolist which is a bit faster; pass groups
7068 info to gnus-read-active-file-1.
7069 (gnus-read-active-file-1): Scan only specified groups if the new
7070 optional arg `infos' is given.
7071
7072 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7073
7074 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7075
7076 * pop3.el (pop3-movemail): Remove.
7077 (pop3-streaming-movemail): Rename to pop3-movemail.
7078
7079 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7080 don't restrict end-tag searches to the end of the line.
7081
7082 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7083
7084 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7085 articles of every unchecked group to t, which means unknown since the
7086 server has never been opened.
7087
7088 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7089
7090 * gnus-html.el (gnus-html-show-alt-text): New command.
7091 (gnus-html-browse-image): Ditto.
7092 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7093 to browse the image directly.
7094 (gnus-html-wash-tags): Search for images first, so that <a><img> works
7095 better.
7096
7097 * gnus-async.el (gnus-async-article-callback):
7098 Call `gnus-html-prefetch-images' unconditionally.
7099
7100 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7101 before feeding URLs to curl.
7102
7103 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7104
7105 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7106 internal images as deletable by `W D D'.
7107
7108 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7109 (gnus-async-article-callback): Fix typo.
7110
7111 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7112
7113 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7114 current line to work around bugs in the output from w3m.
7115
7116 * gnus-async.el (gnus-async-article-callback): Always prefetch images
7117 for groups that want that.
7118
7119 * nntp.el (nntp-wait-for-string): Supply a timeout for
7120 accept-process-output to ensure progress.
7121
7122 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7123 level to get unread articles from, then use that for foreign groups,
7124 too.
7125
7126 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7127 confuses the rest of the function.
7128
7129 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7130 for the methods that support -retrieve-groups, too.
7131
7132 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7133
7134 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7135
7136 * pop3.el: Require cl when compiling.
7137 (pop3-number-of-responses): Search for "+OK", not "+OK ".
7138
7139 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7140
7141 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7142 that aren't going to be activated.
7143 (gnus-get-unread-articles): Fix up the last commit.
7144
7145 * gnus-html.el (gnus-article-html): Allow calling without specifying
7146 the handle. In that case, dissect the buffer first.
7147
7148 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7149
7150 * nnimap.el (nnimap-open-connection): Revert the change that would look
7151 into authinfo for imaps instead of imap.
7152
7153 * gnus-start.el (gnus-activate-group): Take an optional parameter to
7154 say that you don't want to call gnus-request-group with don-check, but
7155 do check the response. This is for virtual groups only.
7156 (gnus-get-unread-articles): Count the archive groups as secondary, so
7157 that they're activated the same way as before.
7158
7159 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7160 case-insensitively.
7161 (nnimap-debug): Remove.
7162
7163 * mail-source.el (mail-source-fetch): Don't message if we're fetching
7164 mail from a file, and the file doesn't exist.
7165
7166 * pop3.el (pop3-streaming-movemail): Return t for success.
7167
7168 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7169 .authinfo if we're using ssl connection.
7170
7171 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7172 already have if we're in a main Gnus `g' run.
7173
7174 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7175
7176 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7179
7180 * nnmh.el (nnmh-request-list-1): Bind `file'.
7181
7182 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7183 alias to set-process-query-on-exit-flag or process-kill-without-query.
7184 (pop3-open-server): Use it.
7185
7186 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7187
7188 * mail-source.el (mail-source-delete-crash-box): Always move the crash
7189 box to the Incoming file. Fixes mistake in previous checkin.
7190
7191 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7192 request loop (for debugging purposes) removed.
7193
7194 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7195 culprit is more visible.
7196 (nnml-save-incremental-nov, nnml-open-incremental-nov)
7197 (nnml-add-incremental-nov): New functions to do "incremental" nov
7198 updates, where we just append to the end of the existing nov files
7199 without reading/writing them in full.
7200
7201 * mail-source.el (mail-source-delete-crash-box): Really only check the
7202 incoming files once in a while.
7203
7204 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7205
7206 * mail-source.el (mail-source-delete-crash-box): Only check the
7207 incoming files for deletion once per day to save a lot of file
7208 accesses.
7209
7210 * pop3.el (pop3-logon): Fix up unbound variable typo.
7211
7212 * mail-source.el (pop3-streaming-movemail): Autoload.
7213
7214 * pop3.el (pop3-streaming-movemail):
7215 Respect pop3-leave-mail-on-server.
7216
7217 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7218 retrieval.
7219
7220 * pop3.el (pop3-process-filter): Remove unused function.
7221 (pop3-streaming-movemail, pop3-send-streaming-command)
7222 (pop3-wait-for-messages, pop3-write-to-file)
7223 (pop3-number-of-responses): New functions for streaming pop3
7224 retrieval.
7225
7226 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7227 come from no known methods.
7228 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7229 list.
7230
7231 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7232 message sizes.
7233 (pop3-movemail): Use erase-buffer instead of looping and deleting
7234 regions, which seems rather odd.
7235
7236 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7237 file once per `g' run.
7238
7239 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7240 directories. This makes the draft queue directory work.
7241
7242 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7243 data from the backends, so that we only request the list of groups from
7244 each method once. This should speed things up considerably.
7245
7246 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7247 detect that it's not implemented.
7248
7249 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7250 we actually do recurse down into the tree, but don't stat all leaf
7251 nodes.
7252
7253 * gnus-html.el (gnus-html-show-images): If there are no images to show,
7254 then say so instead of bugging out.
7255
7256 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7257 files exist before trying to read them.
7258
7259 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7260 around <pre_int>.
7261
7262 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7263
7264 * nnmh.el (nnmh-request-list-1): Optimize for speed.
7265
7266 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7267
7268 * mm-util.el (mm-image-load-path): Just return the image directories,
7269 not all directories in the path in addition to the image directories.
7270 (mm-image-load-path): Maintain a cache of the image directories so that
7271 the `g' command in Gnus doesn't have to stat dozens of directories each
7272 time.
7273
7274 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7275 (gnus-html-wash-tags): Add a new `i' command to insert images.
7276 (gnus-html-insert-image): New command and keystroke.
7277 (gnus-html-redisplay-with-images): New command and keystroke.
7278 (gnus-html-show-images): Rename command.
7279 (gnus-html-wash-tags): Remove more white space before <pre_int> image
7280 spacers.
7281 (gnus-html-wash-tags): Decode entities at the end, so that entities
7282 inside the tags don't mess up the rest of the "parsing".
7283
7284 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7285 so that nnimap methods aren't agentized by default. There's apparently
7286 many problems related to agent/imap behavior.
7287
7288 * gnus-art.el (gnus-article-copy-string): New command and key binding.
7289
7290 * gnus-html.el: Doc fix.
7291
7292 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
7293
7294 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7295 glyph-width and glyph-height instead of display-graphic-p and
7296 image-size; make avoidance of displaying small images work for XEmacs.
7297
7298 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7299 for XEmacs.
7300
7301 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7302 of symbol that holds plist data.
7303 (gnus-process-plist): Remove plist of process after getting it.
7304
7305 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7306
7307 * message.el (message-generate-hashcash): Change default to
7308 'opportunistic if hashcash is installed.
7309
7310 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7311 (gnus-html-put-image): Only call image-size once, since it's somewhat
7312 time-consuming on remote X servers.
7313
7314 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7315
7316 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7317 decoded contents.
7318 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7319
7320 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7321
7322 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7323 group line format, since it isn't very interesting.
7324
7325 * gnus-agent.el (gnus-agent-short-article),
7326 (gnus-agent-long-article): Increase values for these two variables,
7327 since most people are likely to have more network connection and
7328 storage than before.
7329
7330 * gnus.el (gnus-refer-article-method): Change default to 'current.
7331 When referring an article, the common behavior is to refer it from the
7332 current select method, not the native select method. The chances of
7333 the native select method having the message in question is rather slim
7334 these days.
7335
7336 * gnus-sum.el (gnus-auto-select-subject): Change default to
7337 `unseen-or-unread'. I think it's likely that most people want to
7338 select an unseen article over a previously seen, but unread one.
7339
7340 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
7341 means that in the article buffer none of the minor mode elements will
7342 be shown, usually, and this is not desirable in most cases.
7343
7344 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7345 that commands like `d' (and the like) go to the next line in the
7346 buffer, instead of the next unread article. I think this is the
7347 behavior that is most natural for most users.
7348 (gnus-single-article-buffer): Change default to nil, so that people can
7349 have as many article buffers open as they have summary buffer. I think
7350 this is the most natural way for the groups to behave.
7351
7352 * message.el (message-generate-new-buffers): Change default to
7353 `unsent', so that all new message buffers start their names with the
7354 string "*unsent", and it's easier to find the buffers if you move from
7355 them.
7356
7357 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7358
7359 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7360 small. They're probably tracking images.
7361 (gnus-html-wash-tags): Remove all <pre_int> place holders.
7362 (gnus-html-rescale-image): Yet another try at getting the image sizing
7363 right.
7364
7365 * nntp.el (nntp-request-set-mark): Refuse to do marks if
7366 nntp-marks-file-name is nil.
7367
7368 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7369
7370 * gnus-html.el (gnus-html-wash-tags)
7371 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7372 Better logging.
7373
7374 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7375
7376 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7377
7378 * gnus-html.el (gnus-html-wash-tags): Check the value of
7379 gnus-blocked-images in the summary buffer.
7380
7381 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7382
7383 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7384
7385 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7386
7387 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7388 like "a", it seems like.
7389 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7390 since it needs to be picked from the correct buffer.
7391
7392 * nnwfm.el: Remove.
7393
7394 * nnlistserv.el: Remove.
7395
7396 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7397
7398 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7399 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7400
7401 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7402
7403 * nnkiboze.el: Remove.
7404
7405 * nndb.el: Remove.
7406
7407 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7408 alt text.
7409 (gnus-html-rescale-image): Try to get the rescaling logic right for
7410 images that are just wide and not tall.
7411
7412 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7413 overshadow variable bindings.
7414
7415 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7416
7417 * gnus-html.el (gnus-html-wash-tags)
7418 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7419 Add extra logging.
7420
7421 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7422
7423 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7424 (gnus-max-image-proportion): New variable.
7425 (gnus-html-rescale-image): New function.
7426 (gnus-html-put-image): Rescale images.
7427
7428 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 Fix up some byte-compiler warnings.
7431 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7432 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7433 (gnus-article-fill-cited-article, gnus-article-hide-citation)
7434 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7435 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7436 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7437 (gnus-group-update-group): Use save-excursion and with-current-buffer.
7438
7439 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * gnus-html.el (gnus-article-html): Decode contents by charset.
7442
7443 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7444
7445 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7446 (gnus-html-frame-width, gnus-blocked-images):
7447 * message.el (message-prune-recipient-rules): Add custom version.
7448 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7449
7450 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7451 functions.
7452
7453 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7454 gnus-process-get.
7455
7456 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
7457
7458 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7459 instead of lsub directly.
7460
7461 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7462
7463 * nnwarchive.el: Remove.
7464
7465 * gnus-soup.el: Remove.
7466
7467 * nnsoup.el: Remove.
7468
7469 * nnultimate.el: Remove.
7470
7471 * gnus-html.el (gnus-blocked-images): New variable.
7472
7473 * message.el (message-prune-recipients): New function.
7474 (message-prune-recipient-rules): New variable.
7475
7476 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7477 guess whether a long line is natural text or not.
7478
7479 * gnus-html.el (gnus-html-schedule-image-fetching):
7480 Use gnus-process-plist and friends for compatibility.
7481
7482 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * gnus-html.el: Require packages that define macros used in this file.
7485 (gnus-article-mouse-face): Declare to silence byte-compiler.
7486 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7487 process-get.
7488 (gnus-html-put-image): Use plist-get to avoid getf.
7489 (gnus-html-prefetch-images): Use with-current-buffer.
7490
7491 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * gnus-ems.el: Provide compatibility functions for
7494 gnus-set-process-plist.
7495
7496 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
7497 * gnus.el (gnus-valid-select-methods):
7498 * message.el (message-send-mail-partially-limit):
7499 * mm-decode.el (mm-text-html-renderer):
7500 * mml.el (mml-insert-mime-headers-always):
7501 * smiley.el (smiley-regexp-alist): Bump custom version.
7502
7503 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7504
7505 * gnus-html.el: require mm-url.
7506 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7507 with the url to `url'.
7508 (gnus-html-wash-tags): Support cid: URLs/images.
7509
7510 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7511
7512 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7513 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7514 bindings, as they aren't useful at all. `w' is moved to `W w'.
7515
7516 * gnus-move.el: Remove file, since it doesn't really work.
7517
7518 * gnus-html.el (gnus-article-html): Tell w3m that the input is
7519 UTF-8. This seems to fix problems with some German web feeds.
7520
7521 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7522 at the top so that the proper colors are applied.
7523
7524 * gnus-art.el (gnus-article-view-part): Doc fix.
7525
7526 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7527 XEmacs-compatible.
7528 (gnus-html-put-image): Don't do images on non-graphic displays.
7529
7530 * nnslashdot.el: Remove this unused backend.
7531
7532 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7533 actions.
7534 (gnus-undo-register-1): Revert last change.
7535
7536 * gnus-group.el (gnus-group-completing-read): Protect against not
7537 having completion-styles bound.
7538
7539 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7540 make broken recipients happier.
7541
7542 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7543
7544 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7545 point parameter.
7546
7547 * gnus-group.el (gnus-group-completing-read): Add 'substring to
7548 completion-styles for group selection.
7549
7550 2009-02-04 Andreas Schwab <schwab@suse.de>
7551
7552 * gnus-score.el (gnus-score-string): Fix regex for matching extra
7553 headers and regexp-quote the match if necessary.
7554
7555 2009-03-24 Miles Bader <miles@gnu.org>
7556
7557 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7558 the blinking smiley.
7559
7560 2009-03-24 Simon Josefsson <simon@josefsson.org>
7561
7562 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7563 blink smiley.
7564
7565 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7566
7567 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7568 where the dribbel file lives exists.
7569
7570 * message.el (message-send-mail-partially-limit): Change the default to
7571 nil, since most people don't want this.
7572
7573 * mm-url.el (mm-url-decode-entities): Also decode entities like
7574 &#x3212.
7575
7576 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
7577
7578 * gnus-sum.el (gnus-summary-idna-message):
7579 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7580 Hyperlink urls in docstrings with URL `...'.
7581
7582 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
7583
7584 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7585 functions.
7586
7587 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7588
7589 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7590 say what the mouseover text should be.
7591
7592 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7593 version of the mm-w3m-safe-url-regexp variable to only download images
7594 in the groups where we want that to happen.
7595
7596 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7597
7598 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7599 easier debugging.
7600 (gnus-article-beginning-of-window): Add kludge to allow spacing past
7601 big pictures in the article buffer.
7602
7603 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7604 gnus-article-html.
7605 (mm-text-html-renderer): gnus-article-html needs curl in addition to
7606 w3m.
7607
7608 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7609
7610 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
7612 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7613 which doesn't exist.
7614
7615 * message.el (message-inhibit-ecomplete): New variable to allow some
7616 function to inhibit ecomplete address storage.
7617 (message-resend): Disable ecomplete message storage when resending
7618 messages.
7619
7620 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7621
7622 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7625 Save excursion while copying, moving, and deleting articles in order to
7626 prevent the cursor from jumping to unforeseen place.
7627
7628 2010-08-17 Glenn Morris <rgm@gnu.org>
7629
7630 * gnus-sync.el: Require gnus components whose functions are used.
7631
7632 * gnus-art.el (bookmark-make-record-function):
7633 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7634 Declare for compiler.
7635
7636 * mm-url.el (mml-compute-boundary): Autoload.
7637
7638 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
7639
7640 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7641
7642 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
7643
7644 Typo fix "hoo4a" -> "hook".
7645
7646 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7647
7648 2010-08-14 Glenn Morris <rgm@gnu.org>
7649
7650 * gnus-sync.el (gnus-sync): Fix defgroup version.
7651
7652 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
7653
7654 Doc fixes and keep unknown groups (ammended for nunion bug fix).
7655
7656 * gnus-sync.el: Fix docs.
7657 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7658 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7659
7660 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7661
7662 Optimizations for gnus-sync.el.
7663
7664 * gnus-sync.el: Add docs about gnus-sync-backend
7665 possibilities.
7666 (gnus-sync-save): Remove unnecessary message.
7667 (gnus-sync-read): Optimize and show what groups were skipped.
7668
7669 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7670
7671 Minor bug fixes for gnus-sync.el.
7672
7673 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7674 Don't read the sync on get-new-news.
7675
7676 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7677 quiet.
7678
7679 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7680 (fix typo).
7681
7682 2010-07-30 Lawrence Mitchell <wence@gmx.li>
7683
7684 Make saving and restoring of hidden threads work with overlays.
7685 Patch applied by Ted Zlatanov.
7686
7687 * gnus-sum.el (gnus-hidden-threads-configuration)
7688 (gnus-restore-hidden-threads-configuration): Update to deal with text
7689 properties, rather than searching for a magic character.
7690
7691 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7692
7693 New gnus-sync.el library for synchronization of marks.
7694
7695 * gnus-sync.el: New library for synchronization of marks.
7696
7697 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7698 renamed from `gnus-registry-grep-in-list'.
7699
7700 * gnus-registry.el (gnus-registry-follow-group-p):
7701 Use `gnus-grep-in-list'.
7702
7703 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7704
7705 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7706
7707 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7708 determining charset of text fails.
7709
7710 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7711
7712 * nnmail.el (nnmail-get-new-mail-1): Revert.
7713
7714 * nnml.el (nnml-active-number): Make sure names of newly created groups
7715 in nnml-group-alist are encoded.
7716
7717 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7720 containing non-ASCII characters in active file for nnml back end.
7721
7722 2010-07-24 David Engster <dengste@eml.cc>
7723
7724 * mml-smime.el (mml-smime-epg-verify): Also accept the older
7725 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7726
7727 2010-07-21 Daiki Ueno <ueno@unixuser.org>
7728
7729 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7730 tag (Bug#6654).
7731
7732 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7735 the article buffer, not the summary buffer.
7736
7737 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7738
7739 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7740 Emacs 23 as well.
7741
7742 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7743
7744 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7745 Patch applied by Karl Fogel.
7746
7747 * gnus-sum.el (gnus-summary-bookmark-make-record):
7748 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7749
7750 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7751
7752 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7753 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
7754 C-w still not working correctly from Article buffers; Thierry's
7755 patch to fix that will be applied after this.
7756
7757 * gnus-art.el (bookmark-make-record-function): New local variable.
7758
7759 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7760 article buffer.
7761 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7762
7763 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7764
7765 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7766 on changes in bookmark.el.
7767
7768 2010-06-22 Mark A. Hershberger <mah@everybody.org>
7769
7770 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7771 the *other* type of HTML form submission.
7772
7773 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
7774
7775 * auth-source.el (auth-source-pick): If choice does not contain a
7776 questioned keyword, set the check to t.
7777
7778 2010-06-12 Romain Francoise <romain@orebokech.com>
7779
7780 * gnus-util.el (gnus-date-get-time): Move up before first use.
7781
7782 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
7783
7784 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7785 (gnus-article-edit-part): Bind it to make last part that is substituted
7786 or deleted visible.
7787 (gnus-mime-display-single): Buttonize part of which id equals to
7788 gnus-mime-buttonized-part-id.
7789
7790 2010-06-10 Dan Christensen <jdc@uwo.ca>
7791
7792 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7793 (gnus-dd-mmm): Use gnus-date-get-time.
7794 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7795 simplify logic.
7796 (gnus-summary-limit-to-age): Use gnus-date-get-time.
7797 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7798
7799 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * auth-source.el (top): Autoload `secrets-list-collections',
7802 `secrets-create-item', `secrets-delete-item'.
7803 (auth-sources): Fix tag string.
7804 (auth-get-source, auth-source-retrieve, auth-source-create)
7805 (auth-source-delete): New defuns.
7806 (auth-source-pick): Rewrite in order to avoid 2 passes.
7807 (auth-source-forget-user-or-password): New parameter USERNAME.
7808 (auth-source-user-or-password): New parameters CREATE-MISSING and
7809 DELETE-EXISTING. Retrieve password interactively, if needed.
7810
7811 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7812
7813 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7814 deleting unused directories when gnus-expert-user is t.
7815
7816 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7817
7818 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7819 for each temp file when gnus-article-browse-delete-temp is ask.
7820
7821 2010-05-20 Kevin Ryde <user42@zip.com.au>
7822
7823 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
7824
7825 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
7826
7827 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7828 article unless decoding article to be saved.
7829
7830 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7831
7832 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
7833 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7834 generated within the mm-with-unibyte-current-buffer macro.
7835
7836 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7837
7838 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7839 to nil when we're in a mml-preview buffer and no group is selected.
7840
7841 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
7842
7843 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7844 when catching the `C-g'. Reported by "Leo".
7845
7846 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7847
7848 * message.el (message-forward-make-body-plain)
7849 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7850 multibyte-string-p.
7851
7852 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7853
7854 * message.el (message-forward-make-body-mml): Assume original message
7855 is multibyte string; error on unibyte.
7856 (message-forward-make-body-plain): Ditto; don't add excessive newline
7857 in body end.
7858
7859 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7860
7861 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7862 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7863
7864 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866 * mm-extern.el (mm-extern-url): Don't use
7867 mm-with-unibyte-current-buffer.
7868 (mm-extern-cache-contents): Use with-current-buffer instead of
7869 save-excursion + set-buffer.
7870
7871 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7872
7873 * mm-util.el (mm-emacs-mule): Remove.
7874
7875 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7876
7877 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7878 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7879 change.
7880
7881 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7882
7883 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7884 bind the default value of enable-multibyte-characters to nil.
7885
7886 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * message.el (message-forward-make-body-plain)
7889 (message-forward-make-body-mml):
7890 Don't use mm-with-unibyte-current-buffer.
7891
7892 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7893
7894 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7895 (Bug#5592).
7896
7897 2010-05-07 Julien Danjou <julien@danjou.info>
7898
7899 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7900 it to mm-pipe-part.
7901
7902 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7903 it is given.
7904
7905 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7906
7907 * nnweb.el (nnweb-gmane-search):
7908 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7909 XEmacs.
7910
7911 * gnus-art.el (gnus-article-browse-html-parts):
7912 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7913 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7914 make-temp-file.
7915
7916 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7917 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7918 compiling.
7919
7920 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7921 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7922 XEmacs when compiling.
7923
7924 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7925 gnus-pick-mode-off-hook for XEmacs when compiling.
7926 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7927 gnus-binary-mode-off-hook for XEmacs when compiling.
7928
7929 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7930 Return nil if char-charset is not available.
7931
7932 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7933 macro.
7934
7935 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7936 instead of encode-coding-string.
7937
7938 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7939 'xemacs) instead of mm-emacs-mule to switch function definitions.
7940 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7941
7942 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7943
7944 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7945
7946 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7947
7948 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7949 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7950
7951 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7952
7953 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7954 alias `jka-compr-delete-temp-file' no longer exists.
7955
7956 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 Use define-minor-mode in Gnus where applicable.
7959 * mml.el (mml-mode): Use define-minor-mode.
7960 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7961 (gnus-undo-mode): Use define-minor-mode.
7962 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7963 (gnus-dead-summary-mode): Use define-minor-mode.
7964 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7965 Initialize in declaration.
7966 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7967 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7968 (gnus-mailing-list-mode): Use define-minor-mode.
7969 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7970 (gnus-draft-mode): Use define-minor-mode.
7971 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7972 (gnus-dired-mode): Use define-minor-mode.
7973
7974 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7975
7976 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7977 handles on recursive mml-to-mime translation and check them for
7978 boundary delimiter collisions. Reported by Greg Troxel.
7979
7980 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7983
7984 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * mm-util.el (mm-find-buffer-file-coding-system):
7987 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7988
7989 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7990
7991 * message.el (message-generate-headers): Record insertion of optional
7992 headers as well. Otherwise the check to prevent repeated insertion of
7993 optional headers is a no-op.
7994
7995 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7996
7997 * smime.el: Don't mention CVS.
7998
7999 * nnrss.el (nnrss-fetch): Don't mention CVS.
8000
8001 * nnir.el: Don't mention CVS.
8002
8003 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * gnus-sum.el (gnus-summary-bookmark-make-record):
8006 Add `location' field.
8007
8008 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * gnus-sum.el: Add bookmark declarations to silence the compiler.
8011 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8012 Use with-current-buffer to silence the byte-compiler.
8013 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8014 bother to require `gnus'.
8015 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
8016
8017 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8018
8019 * gnus-sum.el (gnus-summary-bookmark-make-record)
8020 (gnus-summary-bookmark-jump): New functions.
8021 (gnus-summary-mode): Setup bookmark support.
8022
8023 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
8024
8025 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8026 if set.
8027
8028 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
8029
8030 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8031 gnus-article-browse-html-save-cid-image; make it work recursively for
8032 forwarded messages as well.
8033 (gnus-article-browse-html-parts): Work when prefix arg is given.
8034 (gnus-article-browse-html-article): Doc fix.
8035
8036 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
8037
8038 * message.el (message-default-mail-headers):
8039 (message-default-headers): Carry the value mail-default-headers over
8040 into message-default-mail-headers, rather than message-default-headers.
8041
8042 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
8043
8044 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8045 charset.
8046
8047 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8048 charset into the <meta> tag when the article is encoded to utf-8.
8049
8050 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
8051
8052 * gnus-art.el (gnus-article-browse-delete-temp-files):
8053 Delete directories as well.
8054 (gnus-article-browse-html-parts): Work for images that do not specify
8055 file names; delete temp directory when quitting; insert header at the
8056 right place; use file: scheme for image files.
8057
8058 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
8059
8060 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8061 (gnus-article-browse-html-parts): Use it to make temporary cid image
8062 files in addition to html file so that browser may display them.
8063
8064 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
8065
8066 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8067
8068 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8069
8070 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8071
8072 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8073
8074 * auth-source.el (auth-sources): Change default to be simpler.
8075 Explain about Secret Service API sources. Improve Customize options.
8076 (auth-source-pick): Change to accept any number of search parameters.
8077 Implement fallbacks iteratively, not recursively. Add scoring on the
8078 second pass and sort by score. Call Secret Service API when needed.
8079 (auth-source-user-or-password): Use it. Call Secret Service API
8080 directly when needed to get the user name and the password.
8081
8082 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
8083
8084 * message.el (message-interactive): Doc fix.
8085 (message-qmail-inject-args): Reflow.
8086 (message-kill-to-signature): Fix typo in docstring.
8087
8088 * smiley.el (smiley-buffer): Fix typo in docstring.
8089
8090 2010-03-24 Glenn Morris <rgm@gnu.org>
8091
8092 * mail-source.el (gnus-message): Declare.
8093 (mail-source-delete-old-incoming): Require gnus-util.
8094
8095 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
8096
8097 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8098
8099 * message.el (ecomplete-setup): Autoload it for Emacs <23.
8100
8101 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8102 password-cache's default if it is not bound.
8103 (mml-secure-passphrase-cache-expiry): Default to 16 that is
8104 password-cache-expiry's default if it is not bound.
8105
8106 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8107 available in Emacs 21.
8108
8109 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
8110
8111 * auth-source.el (auth-sources): Fix up definition so extra parameters
8112 are always inline.
8113
8114 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
8115
8116 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8117 wasn't updated after mismatch. Clear cached mailbox info correctly
8118 when uidvalidity changes.
8119 (nnimap-group-prefixed-name): New function to avoid some code
8120 duplication.
8121 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8122 (nnimap-request-group): Use it.
8123 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8124 (nnimap-update-unseen): Significantly improved speed of Gnus startup
8125 with many imap folders. This is done by caching the group status from
8126 the imap server persistently in a group parameter `imap-status'. (This
8127 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8128 but not persistently, so every Gnus startup was still very slow.)
8129
8130 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8131
8132 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
8133 secrets.el dependency.
8134 (auth-sources): Add optional user name. Add secrets.el configuration
8135 choice (unused right now).
8136
8137 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8138
8139 * gnus-sum.el (gnus-summary-make-menu-bar):
8140 Let `gnus-registry-install-shortcuts' fill in the functions.
8141
8142 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8143 warnings.
8144 (gnus-registry-misc-menus): Variable to hold registry mark menus.
8145 (gnus-registry-install-shortcuts): Populate and use it in a
8146 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8147
8148 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
8149
8150 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8151 In-place substitutions for the group name encoding/decoding.
8152 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8153 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8154 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8155 (nnimap-update-unseen, nnimap-request-list)
8156 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8157 (nnimap-request-set-mark, nnimap-split-to-groups)
8158 (nnimap-split-articles, nnimap-request-newgroups)
8159 (nnimap-request-create-group, nnimap-request-accept-article)
8160 (nnimap-request-delete-group, nnimap-request-rename-group)
8161 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
8162 `encoded-mbx' for consistency.
8163 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8164 variable `imap-current-mailbox'.
8165
8166 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8167 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8168
8169 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
8170
8171 * pop3.el (pop3-display-message-size-flag): Display message size byte
8172 counts during POP3 download.
8173 (pop3-movemail): Use it.
8174 (pop3-list): Implement listing of available messages.
8175
8176 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
8177
8178 * nnir.el (nnir-get-article-nov-override-function): New function to
8179 override the normal NOV retrieval.
8180 (nnir-retrieve-headers): Use it.
8181
8182 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * auth-source.el (netrc-machine-user-or-password): Autoload.
8185
8186 2010-03-19 Glenn Morris <rgm@gnu.org>
8187
8188 Stop message.el from loading about 40 libraries it doesn't always need.
8189 The general approach is to autoload rather than require, and to
8190 require in the specific functions rather than the file. (Bug#5642)
8191
8192 * gmm-utils.el: Don't require wid-edit.
8193 (widget-create-child-value, widget-convert, widget-default-get):
8194 Autoload.
8195
8196 * gnus-util.el: Don't require time-date, netrc.
8197 (message-fetch-field, gnus-group-name-decode): Declare rather than
8198 autoloading.
8199 (gnus-fetch-field): Require message.
8200 (gnus-decode-newsgroups): Require gnus-group.
8201
8202 * ietf-drums.el: Don't require time-date.
8203
8204 * message.el: Don't require hashcash, canlock, ecomplete.
8205 Do require mail-utils. Require nnheader only when compiling.
8206 (smtpmail-default-smtp-server): Remove declaration.
8207 (message-send-mail-function): Check smtpmail-default-smtp-server
8208 is bound rather than requiring smtpmail.
8209 (message-auto-save-directory, message-insert-signature):
8210 Use expand-file-name rather than nnheader-concat.
8211 (nnheader-insert-file-contents): Autoload.
8212 (hashcash-wait-async): Declare.
8213 (message-send-mail): Only call gnus-setup-posting-charset if
8214 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
8215 (message-send-mail-with-sendmail): Require sendmail.
8216 (canlock-password, canlock-password-for-verify): Declare.
8217 (message-canlock-password): Require canlock.
8218 (nnheader-get-report): Autoload.
8219 (gnus-setup-posting-charset): Declare.
8220 (message-send-news): Require gnus-msg.
8221 (message-make-references, message-make-in-reply-to): Use mail-header-id
8222 rather than the alias mail-header-message-id.
8223 (ecomplete-add-item, ecomplete-save): Declare.
8224 (message-put-addresses-in-ecomplete): Require ecomplete.
8225 (ecomplete-display-matches): Autoload.
8226
8227 * mm-decode.el: Don't require mailcap, gnus-util.
8228 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8229 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8230 Autoload.
8231 (mailcap-mime-extensions): Declare.
8232
8233 * mm-encode.el: Don't require mailcap.
8234 (mailcap-extension-to-mime): Autoload.
8235
8236 * mml-sec.el: Don't require password-cache.
8237
8238 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8239 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8240 (mml-minibuffer-read-type): Require mailcap.
8241 (mml-preview): Require gnus-msg.
8242
8243 * mml1991.el: Require password-cache.
8244 (password-cache-expiry): Remove declaration.
8245
8246 * mml2015.el: Require password-cache.
8247 (password-cache-expiry): Remove declaration.
8248
8249 * nneething.el (mailcap): Require mailcap.
8250
8251 * nnheader.el (declare-function): Add compatibility stub.
8252 (message-remove-header): Declare rather than autoload.
8253 (nnheader-replace-header): Require message.
8254
8255 * nnimap.el (declare-function): Add compatibility stub.
8256 (netrc-parse, netrc-machine-user-or-password): Declare.
8257 (nnimap-open-connection): Require netrc.
8258
8259 * nntp.el (declare-function): Add compatibility stub.
8260 (netrc-parse, netrc-machine, netrc-get): Declare.
8261 (nntp-send-authinfo): Require netrc.
8262
8263 * rfc2047.el: Don't require qp.
8264 (quoted-printable-encode-region, quoted-printable-decode-string):
8265 Autoload.
8266
8267 * sieve-mode.el: Don't require easymenu.
8268 (easy-menu-add-item): Autoload it.
8269
8270 * spam-stat.el (time-to-number-of-days): Autoload it.
8271
8272 2010-03-17 Kevin Ryde <user42@zip.com.au>
8273
8274 * mml.el (mml-read-tag): Unquote values with `read' to reverse
8275 prin1 in mml-insert-tag (just stripping the quotes gave wrong
8276 value if any backslash escapes).
8277
8278 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8279
8280 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8281 if it is available. (bug#5647)
8282
8283 2010-02-26 Glenn Morris <rgm@gnu.org>
8284
8285 * message.el (message-send-mail-function): Change the default, so that
8286 it inherits from a customized send-mail-function. (Bug#5643)
8287
8288 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8291 shell-command-to-string signals an error (bug#5299).
8292
8293 2010-02-24 Glenn Morris <rgm@gnu.org>
8294
8295 * message.el (message-smtpmail-send-it)
8296 (message-send-mail-with-mailclient): Doc fixes.
8297
8298 2010-02-16 Glenn Morris <rgm@gnu.org>
8299
8300 * message.el (message-default-mail-headers): Change the default value
8301 to ease the transition from mail-mode to message-mode. (Bug#5555)
8302
8303 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * message.el (message-mail): Just pass yank-action on to message-setup.
8306 (message-setup): Handle (FUN . ARGS) form of yank-action.
8307 (message-with-reply-buffer, message-widen-reply)
8308 (message-yank-original): Handle non-buffer values of
8309 message-reply-buffer (Bug#4080).
8310 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8311
8312 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8315 Fix typo in docstring.
8316
8317 2010-01-08 Jason Rumney <jasonr@gnu.org>
8318
8319 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8320 response.
8321
8322 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8323
8324 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8325
8326 * message.el (message-check-news-header-syntax): Protect against a
8327 string that `rfc822-addresses' returns when parsing fails.
8328
8329 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8330
8331 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8332 (gnus-previous-char-property-change): New functions.
8333
8334 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8335
8336 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
8337
8338 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8339 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
8340
8341 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8342
8343 * message.el (message-exchange-point-and-mark): Rework last change to
8344 avoid using optional arg of exchange-point-and-mark, for backward
8345 compatibility.
8346
8347 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * message.el (message-exchange-point-and-mark):
8350 Call exchange-point-and-mark with an argument rather than setting
8351 mark-active by hand (Bug#5175).
8352
8353 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * nntp.el (nntp-service-to-port): Work for service expressed with
8356 numeric string; replace [:digit:] with [0-9] for XEmacs.
8357
8358 2009-12-17 Glenn Morris <rgm@gnu.org>
8359
8360 * gnus-group.el (gnus-bug-group-download-format-alist):
8361 Change emacs entry to debbugs.gnu.org. Bump :version.
8362
8363 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8364
8365 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8366
8367 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8368
8369 * message.el (message-info): Explain why we use `Info-goto-node'.
8370
8371 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * message.el (message-completion-in-region): New compatibility function.
8374 (message-expand-group): Use it.
8375
8376 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8377
8378 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8379 with no unread article should be listed if the 2nd arg `predicate' is
8380 given.
8381
8382 2009-11-29 Juri Linkov <juri@jurta.org>
8383
8384 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8385 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
8386 on `gnus-recenter'. (Bug#4698, Bug#4981)
8387
8388 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8389
8390 * message.el (message-from-style, message-interactive)
8391 (message-signature): Always set default values from the corresponding
8392 mail-* variables.
8393 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8394 (message-yank-prefix, message-indentation-spaces)
8395 (message-signature-file, message-default-headers): Use boundp rather
8396 than (featurep 'xemacs) to check if the corresponding mail-* variables
8397 exist.
8398
8399 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * message.el (message-send-mail-with-sendmail): Revert last change.
8402
8403 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * message.el (message-from-style, message-interactive)
8406 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8407 (message-yank-prefix, message-indentation-spaces, message-signature)
8408 (message-signature-file, message-default-headers): For GNU Emacs, set
8409 default values from the corresponding mail-* variables.
8410 (message-send-mail-with-sendmail): Use envelope-from only if
8411 mail-specify-envelope-from is non-nil.
8412
8413 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8416 containing tspecial characters if they have been already quoted.
8417
8418 2009-10-24 Glenn Morris <rgm@gnu.org>
8419
8420 * gnus-art.el (help-xref-stack-item): Define for compiler.
8421
8422 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8423
8424 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8425
8426 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8427
8428 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8429 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8430
8431 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
8432
8433 * gnus.el (gnus-overlay-get): New alias to overlay-get.
8434 (gnus-overlays-in): New alias to overlays-in.
8435
8436 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8437 gnus-overlay-get, and gnus-delete-overlay.
8438 (gnus-summary-show-thread): Make it work as well for systems in which
8439 next-single-char-property-change is not available.
8440 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8441
8442 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
8443
8444 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8445
8446 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8447
8448 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8449 and XEmacs that don't have `remove-overlays'.
8450
8451 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8454 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8455 selective display. Use overlays instead.
8456
8457 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8460
8461 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * spam-stat.el (spam-stat-load): Fix typo in message.
8464
8465 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
8466
8467 * gnus-art.el (gnus-article-encrypt-body):
8468 * message.el (message-check-recipients):
8469 * mm-util.el (mm-codepage-setup):
8470 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8471 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8472
8473 2009-09-22 Daiki Ueno <ueno@unixuser.org>
8474
8475 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8476 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8477 keys from the menu if mm-{sign,encrypt}-option is 'guided.
8478 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8479 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8480
8481 2009-09-18 Glenn Morris <rgm@gnu.org>
8482
8483 * gnus-diary.el (gnus-diary-check-message):
8484 * message.el (message-insert-formatted-citation-line):
8485 * nnbabyl.el (top-level):
8486 * nndiary.el (nndiary-schedule):
8487 Fix typos in condition-case handlers.
8488
8489 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * gnus-art.el (gnus-article-edit-part): Work for the buffer
8492 configuration that provides the sole article window in a frame;
8493 position point correctly after deleting a part.
8494
8495 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
8496
8497 * spam.el (spam-unregister-on-reregister): Add boolean variable.
8498 (spam-resolve-registrations-routine): Use it to unregister articles
8499 that change status.
8500
8501 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * nnrss.el (nnrss-request-article): Remove binding of
8504 default-enable-multibyte-characters that has gotten needless by
8505 the 2007-07-13 change in rfc2047-encode-message-header.
8506
8507 * mml.el (mml-insert-multipart): Error on the message header.
8508 (mml-insert-part): Error on the message header; position point at
8509 the end of a MIME tag.
8510
8511 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8512
8513 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8514 (gnus-float-time): Alias to float-time if it exists.
8515
8516 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8517 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8518 float-time is available; suppress compile warning for time-to-seconds.
8519
8520 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8521
8522 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8523 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8524 Add the optional argument `encoding' that overrides the default.
8525
8526 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8527 mm-encode-buffer.
8528
8529 2009-09-04 Glenn Morris <rgm@gnu.org>
8530
8531 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8532 mm-disable-multibyte, rather than default-enable-multibyte-characters.
8533 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8534 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8535 * mm-util.el (mm-with-unibyte-current-buffer)
8536 (mm-find-buffer-file-coding-system):
8537 * yenc.el (yenc-decode-region): Use default-value rather than
8538 default-enable-multibyte-characters.
8539
8540 2009-09-03 Glenn Morris <rgm@gnu.org>
8541
8542 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8543 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8544 than default-enable-multibyte-characters.
8545
8546 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
8547
8548 * gnus-art.el (gnus-article-read-summary-keys):
8549 Fix gnus-buffer-configuration's value temporarily used.
8550
8551 2009-09-02 Glenn Morris <rgm@gnu.org>
8552
8553 * gnus-util.el (gnus-float-time): New function.
8554 * gnus-delay.el (gnus-delay-article):
8555 * gnus-sum.el (gnus-thread-latest-date):
8556 * gnus-util.el (gnus-user-date): Use gnus-float-time.
8557 * nnspool.el (nnspool-request-newgroups):
8558 Use gnus-float-time rather than time-to-seconds.
8559 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8560
8561 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8562 (gnus-header-subject-face, gnus-header-newsgroups-face)
8563 (gnus-header-name-face, gnus-header-content-face):
8564 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8565 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8566 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8567 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8568 (gnus-cite-face-11):
8569 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8570 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8571 (gnus-server-closed-face, gnus-server-denied-face)
8572 (gnus-server-offline-face):
8573 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8574 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8575 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8576 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8577 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8578 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8579 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8580 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8581 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8582 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8583 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8584 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8585 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8586 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8587 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8588 (gnus-summary-high-undownloaded-face)
8589 (gnus-summary-low-undownloaded-face)
8590 (gnus-summary-normal-undownloaded-face)
8591 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8592 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8593 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8594 (gnus-splash-face):
8595 * message.el (message-header-to-face, message-header-cc-face)
8596 (message-header-subject-face, message-header-newsgroups-face)
8597 (message-header-other-face, message-header-name-face)
8598 (message-header-xheader-face, message-separator-face)
8599 (message-cited-text-face, message-mml-face):
8600 * sieve-mode.el (sieve-control-commands-face)
8601 (sieve-action-commands-face, sieve-test-commands-face)
8602 (sieve-tagged-arguments-face):
8603 * spam.el (spam-face):
8604 Mark face aliases with "-face" in the name as obsolete.
8605
8606 2009-09-01 Glenn Morris <rgm@gnu.org>
8607
8608 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8609 than goto-line.
8610
8611 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8614 Don't move point if the command is invoked inside the message header.
8615
8616 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8619 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8620 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8621 * nnir.el (nnir-swish-e-index-file):
8622 * gnus-sum.el (gnus-summary-delete-marked-as-read)
8623 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8624 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8625 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8626 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8627 (gnus-treat-display-xface): Add Emacs version of obsolescence.
8628
8629 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
8630
8631 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8632 Don't save excursion.
8633
8634 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * nnheader.el (nnheader-find-file-noselect):
8637 * mm-util.el (mm-insert-file-contents):
8638 Use (default-value 'major-mode) instead of default-major-mode.
8639
8640 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8643
8644 2009-08-25 Glenn Morris <rgm@gnu.org>
8645
8646 * nnir.el (top-level): Don't require cl at run-time.
8647 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8648 Replace cl-function substitute with gnus-replace-in-string.
8649 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8650 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8651 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8652 simplified expansions.
8653
8654 2009-08-22 Glenn Morris <rgm@gnu.org>
8655
8656 * gnus-art.el (gnus-button-patch): Use forward-line rather than
8657 goto-line.
8658
8659 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
8660
8661 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8662
8663 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8664 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8665 (gnus-mm-display-part, gnus-mime-display-single)
8666 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8667 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8668
8669 * gnus-sum.el
8670 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8671 (gnus-summary-move-article): Add expirable mark to articles copied or
8672 moved to group that has auto-expire turned on if the option is non-nil.
8673
8674 2009-07-24 Glenn Morris <rgm@gnu.org>
8675
8676 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8677 Fix typo. (Bug#3903)
8678
8679 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8680
8681 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8682 gnus-article-read-summary-keys rather than gnus-summary-edit-article
8683 that should not be used for draft articles.
8684 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8685 that has no concern in minor mode keys.
8686 (gnus-article-summary-command, gnus-article-summary-command-nosave):
8687 Abolish.
8688
8689 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8690
8691 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8692 article without making inquiry to a user for unknown encoding.
8693
8694 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8695 (nnmaildir--scan): Assume i-node and device number that file-attributes
8696 returns might be cons-cell.
8697
8698 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
8699
8700 * auth-source.el: Remove docs now in auth.texi. Don't use
8701 `gnus-message' for logging. Add new variables `auth-source-debug' and
8702 `auth-source-hide-passwords' and use them.
8703
8704 2009-07-15 Glenn Morris <rgm@gnu.org>
8705
8706 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8707
8708 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8709
8710 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8711 excessive whitespace from the default values of title and description.
8712
8713 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8714
8715 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8716 mail-fetch-field to fetch Content-Description header in order to
8717 exclude newlines.
8718
8719 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8720
8721 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8722 to deleted part.
8723
8724 2009-05-30 David Engster <dengste@eml.cc>
8725
8726 * nnmairix.el: Remove old documentation in the commentary block.
8727 (nnmairix-request-group): Do not update active file for nnml back ends.
8728 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8729 end so that overview files are ignored.
8730 (nnmairix-update-groups): Make updating the groups more robust by using
8731 marks.
8732 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8733 with dollar characters in message-id.
8734
8735 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
8736
8737 * spam.el: Use dns-query instead of query-dns. Was renamed on
8738 2008-12-25 in dns.el.
8739
8740 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8743 could happen if the text is only composed of spaces and/or tabs.
8744
8745 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
8746
8747 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8748 when sending a queued message to avoid extra mml tags.
8749
8750 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8751
8752 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8753
8754 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
8755
8756 * gnus-dired.el: Remove autoload for gnus-setup-message.
8757 (gnus-dired-attach): Fake this-command value to prevent Gnus from
8758 displaying Gnus logo; always use compose-mail.
8759
8760 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8761
8762 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8763
8764 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8767 (gnus-nocem-issuers): List currently active issuers; fix custom type.
8768 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8769 available.
8770 (gnus-nocem-epg-verify): New function.
8771
8772 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8775
8776 2009-02-15 Glenn Morris <rgm@gnu.org>
8777
8778 * gnus-util.el (rmail-insert-rmail-file-header)
8779 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8780 autoloads.
8781 (rmail-default-rmail-file): Remove unnecessary declaration.
8782 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8783
8784 2009-02-14 Glenn Morris <rgm@gnu.org>
8785
8786 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8787 variable (only used in gnus-util, which declares it anyway).
8788 (rmail-output-to-rmail-file): Remove autoload of deleted function,
8789 which was only needed by gnus-art (changed to not use it any more).
8790 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8791 only used in gnus-util, which autoloads it itself.
8792 (rmail-update-summary): Fix autoload.
8793
8794 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8795 rather than rmail-output-to-rmail-file.
8796
8797 2009-02-07 Glenn Morris <rgm@gnu.org>
8798
8799 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8800 autoload of function that no longer exists.
8801 (rmail-toggle-header): Declare.
8802 (message-forward-rmail-make-body): Handle mbox Rmail.
8803
8804 2009-01-31 Glenn Morris <rgm@gnu.org>
8805
8806 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8807 2009-01-09 change.
8808
8809 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
8810
8811 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8812 (auth-source-forget-all-cached): New convenience function.
8813 (auth-source-user-or-password): Accept list of modes or a single mode.
8814
8815 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8816 auth-source modes.
8817
8818 * nnimap.el (nnimap-open-connection): Use list of
8819 auth-source modes.
8820
8821 * nntp.el (nntp-send-authinfo): Use list of
8822 auth-source modes.
8823
8824 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8825
8826 * auth-source.el: Update docs to reflect epa-file-enable is to be used
8827 now.
8828
8829 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8830
8831 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8832 coding system in XEmacs; add a workaround for XEmacs.
8833
8834 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * mm-util.el (mm-coding-system-priorities): Protect against nil value
8837 of current-language-environment.
8838
8839 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8840
8841 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8842 available at runtime.
8843
8844 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8845
8846 * gnus-art.el (article-date-ut): Fix end point of narrowing.
8847
8848 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
8849
8850 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8851 the greatest positive fixnum value doesn't work under an XEmacs with
8852 bignum support; use the most-positive-fixnum constant instead,
8853 available since Emacs 21.1 with cl and XEmacs 21.1.
8854
8855 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8856
8857 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8858 XEmacs gets not to work.
8859
8860 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8861
8862 * mm-util.el (mm-coding-system-priorities): Allow the value like
8863 "Japanese (UTF-8)" of current-language-environment.
8864
8865 2009-01-09 Glenn Morris <rgm@gnu.org>
8866
8867 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8868 with last-command-event.
8869
8870 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8871
8872 * message.el (message-fix-before-sending): Amend comment.
8873
8874 2009-01-07 David Engster <dengste@eml.cc>
8875
8876 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8877 simplified server definitions by converting it via
8878 gnus-server-to-method.
8879
8880 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8881
8882 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8883 parameter's operands.
8884
8885 2009-01-06 David Engster <dengste@eml.cc>
8886
8887 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8888 primary select method (for gnus-group-mark-article-as-read).
8889
8890 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8891
8892 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8893 `(gnus)Face', not `(gnus)X-Face'.
8894
8895 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8896
8897 * mm-util.el (mm-ucs-to-char): New function.
8898
8899 * mm-url.el (mm-url-decode-entities): Use it.
8900
8901 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8902
8903 * message.el (message-fix-before-sending): Add `eight-bit' to
8904 illegible-text check.
8905
8906 2009-01-03 Michael Olson <mwolson@gnu.org>
8907
8908 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8909 `headers' is nil. This can occur if the IMAP server does not have
8910 permissions to read messages from a folder, but can write new messages
8911 to the folder.
8912 (nnimap-request-article-part): Do not insert `data' if it is nil.
8913
8914 2009-01-01 Dave Love <fx@gnu.org>
8915
8916 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8917
8918 * nnimap.el: Fix author email.
8919 (nnimap-split-rule): Add FIXME comment.
8920 (nnimap-debug): Fix doc string.
8921
8922 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8923
8924 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8925 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8926 to check if those variables exist (first appeared in Emacs 18.50).
8927
8928 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * mm-util.el (mm-line-number-at-pos): New function.
8931
8932 * spam-report.el (spam-report-process-queue): Use it.
8933
8934 2008-12-24 David Engster <dengste@eml.cc>
8935
8936 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8937 parameters that haven't existed as variables as buffer-local variables.
8938
8939 2008-12-23 Dave Love <fx@gnu.org>
8940
8941 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8942 cadar.
8943
8944 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8945 imap-starttls-p.
8946 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8947
8948 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8949
8950 * spam-report.el (spam-report-gmane-max-requests): New constant.
8951 (spam-report-gmane-wait): New variable.
8952 (spam-report-gmane-ham, spam-report-gmane-spam)
8953 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8954 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8955 the server.
8956
8957 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8958 Add explanations.
8959
8960 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8961 nnheader-accept-process-output and nnheader-read-timeout if available.
8962 (pop3-movemail): Use it.
8963
8964 * message.el (message-check-news-body-syntax): Fix signature check if
8965 there's an attachment.
8966
8967 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8968
8969 * mm-util.el: Add comments to the mm- emulating functions.
8970
8971 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8972
8973 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8974 Reported by Stephen Berman <stephen.berman@gmx.net>.
8975
8976 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8977
8978 * mm-util.el (mm-substring-no-properties): New function.
8979 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8980 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8981 (mm-string-to-multibyte): Doc fix.
8982
8983 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8984
8985 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8986
8987 * mml.el (mml-attach-file): Strip text properties from file name.
8988 (Bug#1574)
8989
8990 2008-12-16 Glenn Morris <rgm@gnu.org>
8991
8992 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8993
8994 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8995
8996 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8997 knows since the charset specified might be a bogus alias that
8998 mm-charset-synonym-alist provides.
8999
9000 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9001
9002 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9003 "ISO_8859-1".
9004
9005 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9006
9007 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9008
9009 * mm-util.el (mm-charset-eval-alist):
9010 Define it before mm-charset-to-coding-system.
9011 (mm-charset-to-coding-system): Add optional argument `silent';
9012 define it before mm-charset-override-alist.
9013 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9014 default value if it can be used in Emacs currently running;
9015 silence mm-charset-to-coding-system.
9016
9017 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9018
9019 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9020 `allow-override' which says whether to use `mm-charset-override-alist'.
9021 (rfc2047-decode-encoded-words): Use it.
9022
9023 * mm-util.el (mm-charset-override-alist): Fix custom type;
9024 add `(gb2312 . gbk)' to choices.
9025
9026 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9027
9028 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9029 fast.
9030
9031 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9032
9033 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
9034
9035 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9036 on links.
9037
9038 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9039
9040 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
9041
9042 * message.el (message-idna-to-ascii-rhs-1): Protect against local
9043 users' addresses that don't have domain parts.
9044 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9045 rather than message-narrow-to-head since there will be the message
9046 header separator.
9047
9048 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9051 since the result is inserted in a unibyte buffer anyway.
9052 (nnimap-demule-use-string-to-multibyte): Remove.
9053 (nnimap-demule): Alias it to mm-string-to-multibyte.
9054
9055 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9056
9057 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9058 variable for debugging bug#464 and bug#1174.
9059 (nnimap-demule): Use it.
9060
9061 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9062
9063 * gnus-score.el (gnus-score-find-trace): Handle default score in total
9064 score calculation correctly.
9065
9066 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * message.el (message-send-mail): Just set the buffer to unibyte
9069 rather than use mm-with-unibyte-current-buffer which does a lot more.
9070 (message-send-mail-partially): Don't bother with
9071 mm-with-unibyte-current-buffer since it's already been made unibyte by
9072 message-send-mail.
9073
9074 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
9075
9076 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9077
9078 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
9079
9080 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9081
9082 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9083
9084 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9085 require itself and to remove `with-no-warnings'.
9086
9087 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
9088
9089 * starttls.el (starttls-any-program-available): Get the name of the
9090 available TLS layer program.
9091 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9092 well as the host name in the "opening" message.
9093
9094 * auth-source.el (auth-source-cache, auth-source-do-cache)
9095 (auth-source-user-or-password): Cache passwords and logins by default,
9096 allow override with `auth-source-do-cache'.
9097 (auth-source-forget-user-or-password): Allow users to remove cache
9098 entries if needed.
9099
9100 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9101
9102 * ietf-drums.el (ietf-drums-remove-comments): Localize second
9103 condition-case to only the forward-sexp call.
9104
9105 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9106
9107 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9108 quotes contained. Make it more robust regardless by an extra
9109 condition-case wrapper.
9110
9111 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9112
9113 * nnml.el (nnml-request-expire-articles): Check if the function set to
9114 `nnmail-expiry-target' returns the symbol `delete'.
9115
9116 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9117
9118 * nnmail.el (nnmail-expiry-target): Fix custom type.
9119
9120 2008-10-02 Glenn Morris <rgm@gnu.org>
9121
9122 * mm-util.el (mm-codepage-setup): Tweak codepage error.
9123 Silence compiler warning.
9124
9125 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * mml.el (mml-menu): Don't assume mml2015 is bound.
9128
9129 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9130
9131 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9132 exists.
9133
9134 2008-09-27 Glenn Morris <rgm@gnu.org>
9135
9136 * gnus-util.el (mail-header-remove-comments): Autoload it.
9137
9138 2008-09-27 Andreas Schwab <schwab@suse.de>
9139
9140 * gnus-util.el (gnus-split-references): Strip comments.
9141 (gnus-parent-id): Likewise.
9142
9143 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
9144
9145 * message.el (message-confirm-send): Fix version.
9146
9147 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
9148
9149 * message.el (message-idna-to-ascii-rhs-1): Use
9150 mail-extract-address-components rather than mail-header-parse-addresses
9151 that is an alias by default to ietf-drums-parse-addresses that does not
9152 support non-ASCII names in headers' contents.
9153
9154 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9155
9156 * message.el (message-confirm-send): Fix variable documentation to
9157 avoid the "y/n" wording.
9158
9159 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
9160
9161 * message.el (message-set-auto-save-file-name): Save to a different
9162 filename so multiple messages (especially drafts) can be recovered.
9163
9164 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
9165
9166 * message.el (message-confirm-send): Add appropriate version.
9167
9168 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9169
9170 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9171 defvar.
9172
9173 2008-09-22 Daiki Ueno <ueno@unixuser.org>
9174
9175 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9176 (mm-pkcs7-enveloped-magic): Ditto.
9177
9178 2008-09-17 Simon Josefsson <simon@josefsson.org>
9179
9180 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9181 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9182
9183 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
9184
9185 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9186 default, it's better.
9187
9188 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
9189
9190 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9191 summary line gnus-number property and ignore them (with a warning
9192 message).
9193
9194 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9195
9196 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9197 macro caddr in the interactive form since it won't be expanded.
9198
9199 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9200
9201 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9202 `charset'; fix name of function called recursively.
9203 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9204
9205 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9206
9207 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9208 (gnus-mime-set-charset-parameters): New function.
9209 (gnus-mime-view-part-as-charset): Use it to correctly display part
9210 specifying wrong charset.
9211
9212 2008-09-08 David Engster <dengste@eml.cc>
9213
9214 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9215 in completing-read for back end server.
9216
9217 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
9218
9219 * message.el (message-confirm-send): New variable to confirm sending a
9220 message.
9221 (message-send): Use it.
9222
9223 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
9224
9225 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9226
9227 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
9228
9229 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9230
9231 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
9232
9233 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9234 prevent tracking too many groups.
9235 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9236 Use it.
9237
9238 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
9239
9240 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9241 moving point to the bottom of the window in order to avoid recentering.
9242
9243 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
9244
9245 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9246 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9247 (gnus-article-beginning-of-window): Fix calculation.
9248
9249 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
9250
9251 * gnus-msg.el (gnus-summary-supersede-article)
9252 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9253 value of gnus-newsgroup-charset to decode non-MIME encoded text in
9254 message header.
9255
9256 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9257
9258 * message.el:
9259 * gnus-start.el:
9260 * gnus-registry.el: Remove VMS support.
9261
9262 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9263
9264 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9265 macro.
9266 (rfc2104-hash): Use it.
9267
9268 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
9269
9270 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9271 (gnus-summary-sort-by-most-recent-date): New commands.
9272 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9273 and menu entries.
9274
9275 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9276
9277 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9278 don't redisplay article for raw contents; remove plural articles stuff.
9279
9280 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9281 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9282 on gnus-summary-save-article; display results properly.
9283
9284 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9285
9286 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9287
9288 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9289
9290 * gnus-art.el (gnus-summary-save-in-pipe):
9291 Consider gnus-save-all-headers.
9292
9293 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9294
9295 * gnus-util.el (ns-focus-frame): Remove declaration.
9296 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
9297 like x.
9298
9299 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9300
9301 * rfc2104.el (rfc2104-zero): Delete defconst.
9302 (rfc2104-hex-alist): Likewise.
9303 (rfc2104-hex-to-int): Delete func.
9304 (rfc2104-hexstring-to-bitstring): Likewise.
9305 (rfc2104-nybbles): New defconst.
9306 (rfc2104-hash): Rewrite for speed.
9307
9308 2008-07-16 Glenn Morris <rgm@gnu.org>
9309
9310 * gnus-util.el (ns-focus-frame): Declare for compiler.
9311
9312 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
9313
9314 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9315 set as a group parameter.
9316 (gnus-summary-save-in-pipe): Work when it is called independently.
9317 (gnus-summary-pipe-to-muttprint): Don't modify
9318 gnus-summary-pipe-output-default-command.
9319
9320 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * message.el (message-send-mail-with-sendmail):
9323 Display the error message.
9324
9325 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9326
9327 * gnus-art.el (gnus-default-article-saver):
9328 Add gnus-summary-save-in-pipe to choices.
9329 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9330 gnus-summary-pipe-output-default-command as the default command.
9331 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9332 instead of gnus-last-shell-command.
9333
9334 * gnus-sum.el (gnus-summary-pipe-output-default-command):
9335 New user option.
9336 (gnus-summary-muttprint-program): Mention the value will be changed.
9337 (gnus-summary-save-article): Force showing of all headers.
9338 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9339
9340 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
9341
9342 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9343
9344 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * nnimap.el (nnimap-id):
9347 * sieve-manage.el (sieve-manage-open): Doc fixes.
9348
9349 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9350
9351 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9352 if available.
9353
9354 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9357
9358 * nnkiboze.el (nnkiboze-generate-group):
9359 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9360
9361 * nnmairix.el: Require CL.
9362
9363 2008-06-15 David Engster <dengste@eml.cc>
9364
9365 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9366
9367 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
9368
9369 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9370 New macros that expand to an `aset'/`aref' call under Emacs, and to a
9371 runtime choice under XEmacs.
9372
9373 * gnus-sum.el (gnus-summary-set-display-table):
9374 Use `gnus-put-display-table', `gnus-get-display-table',
9375 `gnus-set-display-table' for the display table, instead of `aset'.
9376
9377 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9378
9379 * nnmairix.el: Add autoloads.
9380
9381 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9382
9383 * nnmairix.el (nnmairix-delete-recreate-group)
9384 (nnmairix-update-and-clear-marks): Fix error messages.
9385
9386 2008-06-14 David Engster <dengste@eml.cc>
9387
9388 * nnmairix.el: Upgrade to version 0.6.
9389 (nnmairix-group-toggle-propmarks-this-group)
9390 (nnmairix-group-toggle-readmarks-this-group)
9391 (nnmairix-group-delete-recreate-this-group)
9392 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9393 (nnmairix-remove-tick-mark-original-article): New commands.
9394 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9395 (nnmairix-propagate-marks-to-nnmairix-groups)
9396 (nnmairix-only-use-registry, nnmairix-allowfast-default)
9397 (nnmairix-marks-cache, nnmairix-version-output): New variables.
9398 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9399 functions needed for marks propagation and manipulation of read marks.
9400 (nnmairix-update-groups): New function.
9401 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9402 (nnmairix-determine-original-group-from-registry)
9403 (nnmairix-determine-original-group-from-path)
9404 (nnmairix-get-group-from-file-path, nnmairix-map-range)
9405 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9406 New helper functions.
9407 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9408 keystrokes for new commands.
9409 (nnmairix-delete-and-create-on-change): Doc string cleanup.
9410 (nnmairix-request-group): Check allow-fast group parameter.
9411 (nnmairix-request-create-group): Set allow-fast group parameter if
9412 nnmairix-allowfast-default is set.
9413 (nnmairix-close-group): Propagate marks upon closing if needed.
9414 (nnmairix-group-toggle-threads-this-group): Use new.
9415 nnmairix-group-toggle-parameter helper function.
9416 (nnmairix-search): Better check for empty search result.
9417 (nnmairix-goto-original-article): Use new helper functions for
9418 determining original article.
9419 (nnmairix-show-original-article): Make sure message-id is in brackets.
9420 (nnmairix-call-mairix-binary): Change variable name.
9421 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9422 helper function.
9423 (nnmairix-widget-toggle-activate): Fix doc string.
9424
9425 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9426
9427 * nnir.el: Require edmacro when compiling with XEmacs.
9428 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9429 available in Emacs 21.
9430
9431 2008-06-11 Glenn Morris <rgm@gnu.org>
9432
9433 * gnus-util.el (x-focus-frame):
9434 * gnus.el (image-size):
9435 * mm-decode.el (image-size): Declare.
9436
9437 * gnus-picon.el (declare-function): Add compat definition.
9438 (image-size): Declare.
9439
9440 * gnus-group.el (tool-bar-map):
9441 * gnus-sum.el (tool-bar-map): Define for compiler.
9442
9443 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9444
9445 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9446
9447 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9448 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9449 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9450 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9451 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9452 * sieve-manage.el, spam-report.el, spam.el:
9453 Remove unnecessary eval-and-compile of autoloads.
9454
9455 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9456
9457 * auth-source.el: Precise Tramp doc.
9458
9459 2008-06-07 Glenn Morris <rgm@gnu.org>
9460
9461 * nnmairix.el: Remove unnecessary eval-when-compile.
9462
9463 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
9464
9465 * nnir.el: New file.
9466
9467 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * gnus-util.el (gnus-read-shell-command): New function.
9470 * mm-decode.el (mm-pipe-part):
9471 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9472
9473 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9476
9477 2008-06-03 Glenn Morris <rgm@gnu.org>
9478
9479 * pop3.el (nnheader-accept-process-output): Autoload it.
9480
9481 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9482
9483 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9484 are not 2-digit hexadecimal characters that follow `%'s.
9485
9486 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9487
9488 * message.el (message-bogus-recipient-p): Fix type in doc string.
9489 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9490 (message-bogus-addresses): Rename from message-bogus-address-regexp.
9491 Improve custom options.
9492 (message-bogus-recipient-p): Adjust accordingly.
9493
9494 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9495
9496 * nnmairix.el: Require edmacro when compiling with XEmacs.
9497
9498 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
9499
9500 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9501 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9502
9503 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
9504
9505 * auth-source.el: Add more docs.
9506
9507 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9508
9509 * nnheader.el (nnheader-read-timeout): Change the default timeout from
9510 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
9511 retrieval faster in some cases, but might make CPU usage larger.
9512 If this has any bad side effects, we might revert this change.
9513
9514 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9515 seems to make mail retrieval much, much faster.
9516 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9517 unconditionally.
9518
9519 * gnus-draft.el (gnus-group-send-queue):
9520 Bind message-send-mail-partially-limit to nil to avoid being prompted.
9521
9522 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9523
9524 * mml.el (mml-attach-buffer): Prompt for `disposition'.
9525
9526 * message.el (message-bogus-address-regexp): Fix and improve custom
9527 type.
9528 (message-setup-hook): Add message-check-recipients as custom option.
9529
9530 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
9531
9532 * message.el (message-cite-function): Remove bogus autoload which crept
9533 in during merge from v5-10.
9534
9535 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
9536
9537 * nnimap.el (nnimap-open-connection): Fix login/password bug.
9538
9539 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9540
9541 * auth-source.el: Preliminary Tramp docs.
9542 (auth-sources): Change the default auth-sources to use
9543 EPA .gpg files.
9544
9545 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
9546
9547 * nntp.el: Autoload `auth-source-user-or-password'.
9548 (nntp-send-authinfo): Use it.
9549
9550 * nnimap.el: Autoload `auth-source-user-or-password'.
9551 (nnimap-open-connection): Use it.
9552
9553 * auth-source.el: Add docs on using with url-auth. Import gnus-util
9554 for the gnus-message function.
9555 (auth-source-user-or-password): Use it.
9556
9557 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9560 rfc2104-hexstring-to-byte-list. Return a unibyte string.
9561 (rfc2104-hash): Use it.
9562
9563 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9564
9565 * gnus-art.el (gnus-article-toggle-truncate-lines):
9566 Don't use `iff' in docstring.
9567
9568 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
9569
9570 * gnus-registry.el: Adjusted copyright dates and added a keyword.
9571
9572 * gnus-util.el (gnus-extract-address-component-name)
9573 (gnus-extract-address-component-email): Convenience functions around
9574 `gnus-extract-address-components'.
9575
9576 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9577 Use `gnus-extract-address-component-email' to fix bug of comparing full
9578 sender name to `user-mail-address'.
9579
9580 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
9581
9582 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9583 catch/throw to optimize.
9584 (gnus-registry-find-keywords): Just use member to find a keyword.
9585
9586 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9589 is current before calling gnus-server-prepare.
9590 (gnus-server-setup-buffer, gnus-server-update-server)
9591 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9592
9593 2008-05-04 Juri Linkov <juri@jurta.org>
9594
9595 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9596 (mailcap-file-default-commands): Use mailcap-replace-in-string
9597 instead of replace-regexp-in-string, and mailcap-delete-duplicates
9598 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
9599
9600 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
9601
9602 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9603
9604 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9605
9606 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9607 hooks.
9608 (gnus-update-read-articles): Speed up non-marks-using users.
9609 (gnus-use-marks): Define gnus-use-marks.
9610 (gnus-propagate-marks): Rename variable to something more sensible.
9611
9612 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9613
9614 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9615 (gmm-image-load-path-for-library): Fix typos in docstrings.
9616 (gmm-message): Reflow docstring.
9617
9618 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
9619
9620 * mail-source.el (mail-source-set-1, mail-source-bind):
9621 Move auth-source code out of the macro to clean it up and fix bugs.
9622
9623 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
9624
9625 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9626 by sender if it's equal to user-mail-address, it's likely to be
9627 useless.
9628
9629 * mail-source.el (mail-source-bind): Don't use user or password if they
9630 are not bound. Unintern them if they are nil. Don't use server unless
9631 it's bound, and default it to empty string otherwise.
9632
9633 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
9634
9635 * mail-source.el: Load auth-source.el.
9636 (mail-source-bind): Add comments. Call auth-source-user-or-password to
9637 get user name or password, if auth-sources is set up.
9638
9639 * gnus-registry.el (gnus-registry-split-strategy): New variable for
9640 strategy of splitting with parent.
9641 (gnus-registry-split-fancy-with-parent)
9642 (gnus-registry-post-process-groups): Use it and fix prior
9643 bug (returning a list as the split result).
9644
9645 * auth-source.el (auth-sources): Remove server parameter.
9646 (auth-source-pick, auth-source-user-or-password)
9647 (auth-source-user-or-password-imap)
9648 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9649 (auth-source-user-or-password-sftp)
9650 (auth-source-user-or-password-smtp): Remove server parameter.
9651
9652 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
9653
9654 * smime.el (smime-sign-region, smime-encrypt-region)
9655 (smime-decrypt-region):
9656 Remove redundant calls to `generate-new-buffer-name'.
9657
9658 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
9659
9660 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9661 Don't use QP for message/rfc822.
9662 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9663
9664 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * sieve-manage.el (sieve-string-bytes): Remove.
9667 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9668 correct byte-length only if the process's coding-system is the same as
9669 the one used internally by Emacs to represent strings.
9670
9671 2008-04-22 Juri Linkov <juri@jurta.org>
9672
9673 * mailcap.el (mailcap-file-default-commands): New function.
9674
9675 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9676
9677 * message.el (message-signature-separator, message-cite-function):
9678 Change custom version.
9679
9680 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9681
9682 * mm-decode.el (mm-display-external): Make temp file read-only.
9683
9684 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9685
9686 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9687 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
9688 `C-c C-f d'.
9689
9690 2008-04-12 Adrian Aichner <adrian@xemacs.org>
9691
9692 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9693
9694 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9695
9696 * auth-source.el: Add docs.
9697 (auth-sources): Modify format to support server.
9698 (auth-source-pick, auth-source-user-or-password)
9699 (auth-source-user-or-password-imap)
9700 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9701 (auth-source-user-or-password-sftp)
9702 (auth-source-user-or-password-smtp): Add server parameter.
9703
9704 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
9705
9706 * gnus-registry.el: Initialize the registry when gnus-registry-install
9707 is t.
9708
9709 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
9710
9711 * compface.el (uncompface): Make buffer unibyte.
9712
9713 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * mail-source.el (mail-source-value):
9716 Prefer fboundp to functionp so it works with macros as well.
9717
9718 2008-04-05 Glenn Morris <rgm@gnu.org>
9719
9720 * gnus-ems.el (mm-disable-multibyte): Autoload it.
9721
9722 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9725 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9726
9727 * nnheader.el (nnheader-init-server-buffer): Change buffer's
9728 multibyteness after rather than before erasing it.
9729
9730 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9731 mm-with-multibyte.
9732 (gnus-request-article-this-buffer): Make sure the proper decoding is
9733 used if gnus-original-article-buffer happens to be unibyte.
9734
9735 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9736 default-enable-multibyte-characters.
9737
9738 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9739 default-enable-multibyte-characters.
9740
9741 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9742
9743 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9744
9745 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9748 Fix last change in case the element is not even a symbol.
9749
9750 2008-04-02 Simon Josefsson <simon@josefsson.org>
9751
9752 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9753 imap-enable-exchange-bug-workaround.
9754 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9755
9756 2008-04-01 Simon Josefsson <simon@josefsson.org>
9757
9758 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9759 a 100 byte status-checks into a 2-3MB transfer for each group.
9760 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9761 to enable bug workaround or not.
9762 (nnimap-find-minmax-uid): Only enable workaround conditionally.
9763
9764 2008-03-31 Glenn Morris <rgm@gnu.org>
9765
9766 * message.el (mml2015-use): Declare for compiler.
9767 (message-info): Require mml2015 when appropriate.
9768
9769 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9772 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9773 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9774 (nntp-service-to-port): New function.
9775 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9776 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9777 (nntp-open-netcat-stream): New function.
9778 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9779
9780 2008-03-29 Sven Joachim <svenjoac@gmx.de>
9781
9782 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9783
9784 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9787
9788 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
9789
9790 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9791
9792 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9793
9794 * message.el (message-signature-separator): Change default.
9795 Improve custom type.
9796 (message-cite-function): Change default to
9797 message-cite-original-without-signature.
9798
9799 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9800 toggle.
9801
9802 * message.el (message-check-news-body-syntax): Fix signature check.
9803 (message-setup-1): Mark buffer as unmodified _after_ running
9804 message-setup-hook and handling message-alternative-emails.
9805 (message-shorten-references): Be more strict when building list of
9806 valid references to comply with GNKSA.
9807
9808 * gnus-group.el (gnus-read-ephemeral-bug-group)
9809 (gnus-read-ephemeral-debian-bug-group)
9810 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9811
9812 * message.el (message-info): Don't use booleanp which isn't supported
9813 in Emacs 21 and XEmacs.
9814
9815 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
9816
9817 * gnus-group.el (gnus-gmane-group-download-format): Rename from
9818 gnus-group-gmane-group-download-format.
9819 (gnus-group-read-ephemeral-gmane-group): Rename from
9820 gnus-group-read-ephemeral-gmane-group.
9821 (gnus-read-ephemeral-gmane-group-url): Rename from
9822 gnus-group-read-ephemeral-gmane-group-url.
9823 (gnus-bug-group-download-format-alist): New variable.
9824 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9825 (gnus-read-ephemeral-emacs-bug-group): New commands.
9826
9827 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9828
9829 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9830 (gnus-visible-headers): Improve custom type.
9831
9832 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9833
9834 * mml.el (mml-menu): Add workarounds for XEmacs.
9835
9836 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9837 X-Boundary header.
9838
9839 * message.el (message-simplify-recipients): Fix previous commit.
9840
9841 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * mm-util.el (mm-set-buffer-multibyte): New function.
9844 * mm-decode.el (mm-copy-to-buffer): Use it.
9845
9846 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9847 Prefer fboundp to functionp so it works with macros as well.
9848
9849 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9850
9851 * message.el (message-alter-recipients-discard-bogus-full-name):
9852 New function.
9853 (message-alter-recipients-function): New variable.
9854 (message-get-reply-headers): Use it.
9855 (message-replace-header): New helper function.
9856 (message-recipients-without-full-name): New variable.
9857 (message-simplify-recipients): New command.
9858
9859 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9860
9861 * message.el (message-info): Handle EasyPG manual.
9862
9863 * mml.el (mml-menu): Add entry for EasyPG.
9864
9865 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9866
9867 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9868 parameter.
9869
9870 * message.el (message-disassociate-draft): Specify drafts group name
9871 fully.
9872
9873 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9874
9875 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9876 Eliminate unnecessary duplicates from the match list.
9877
9878 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9879
9880 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9881 args of `how-many' of which the XEmacs version doesn't take; declare
9882 Info-index-next as function.
9883
9884 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9885
9886 * gnus-score.el (gnus-score-headers): Fix handling of
9887 gnus-inhibit-slow-scoring.
9888
9889 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9890 string.
9891 (gnus-button-url-regexp): Improve handling of parenthesis.
9892 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9893 (gnus-button-handle-info-keystrokes): Handle index entries.
9894
9895 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9896
9897 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9898 Incoming* files.
9899
9900 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9901
9902 * auth-source.el (auth-sources): Rename from auth-source-choices.
9903 (auth-source-pick): Use it.
9904
9905 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9906
9907 * auth-source.el (auth-source-protocols)
9908 (auth-source-protocols-customize, auth-source-choices): Add and
9909 modified variable customizations and defaults.
9910 (auth-source-pick, auth-source-user-or-password)
9911 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9912 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9913 (auth-source-user-or-password-sftp)
9914 (auth-source-user-or-password-smtp): Use new variables and provide an
9915 interface to netrc.el.
9916
9917 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9918
9919 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9920 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9921 Make sure the nntp port to specify is a string.
9922
9923 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * nntp.el: Use with-current-buffer.
9926 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9927 dubious mm-with-unibyte-current-buffer.
9928 (nntp-with-open-group-function): New function extracted from
9929 nntp-with-open-group macro.
9930 (nntp-with-open-group): Use the function, so it's easier to debug.
9931 Add indentation and debugging info.
9932 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9933 Recommend the use of the netcat alternatives.
9934
9935 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9936 Avoid mm-string-as-multibyte as well.
9937
9938 * nnweb.el (nnweb-insert-html):
9939 Remove use of nnheader-string-as-multibyte.
9940
9941 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9942 (nnheader-string-as-multibyte): Remove.
9943
9944 * mm-view.el: Use inhibit-read-only.
9945 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9946 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9947 or unibyte-string.
9948
9949 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9950 (mm-uu-yenc-extract): Use with-current-buffer.
9951
9952 * gnus-soup.el (gnus-soup-send-packet): Don't use
9953 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9954
9955 * nnmh.el: Use with-current-buffer.
9956 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9957 mm-string-as-multibyte on the output of mm-encode-coding-string.
9958
9959 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9960 (nnimap-request-move-article): Use with-current-buffer.
9961
9962 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9963 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9964 conversion uses string-make-unibyte rather than string-as-unibyte.
9965
9966 * gnus-msg.el: Use with-current-buffer.
9967
9968 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9969
9970 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9971
9972 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9973 string for caching if it is 'PIN.
9974
9975 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9976
9977 * mail-source.el (mail-source-delete-old-incoming-confirm):
9978 Change default to nil.
9979 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9980
9981 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9984 (gnus-article-goto-prev-page): Work for articles having ^L's.
9985
9986 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9987
9988 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9989
9990 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9991
9992 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9993 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9994 (gnus-bookmark-jump): Adjust some variable names.
9995
9996 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9997
9998 * auth-source.el: New package.
9999 (auth-source-choices): Add customization entry point variable.
10000
10001 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10002 bug.
10003
10004 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
10005
10006 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10007 (gnus-registry-initialize, gnus-registry-install-p): Use it.
10008 (gnus-registry-install-shortcuts): Rename from
10009 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
10010 the `gnus-registry-mark-map' keymap dynamically from
10011 `gnus-registry-marks'. The generated functions update the summary line
10012 when a registry mark is added or deleted, and will call
10013 `gnus-registry-install-p' (see the comments in the code).
10014 (gnus-registry-user-format-function-M): Use concat intelligently.
10015
10016 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10017 the registry mark functions.
10018
10019 2008-03-05 Glenn Morris <rgm@gnu.org>
10020
10021 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10022 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10023 gnus-art.
10024 (top-level): No need to load own source when compiling.
10025
10026 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10027
10028 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10029 Suggested by <chris.anderton@zetnet.co.uk>.
10030
10031 2008-03-04 Glenn Morris <rgm@gnu.org>
10032
10033 * gnus-sum.el (top-level): No need to require gnus when compiling,
10034 since unconditionally required near start of file.
10035 (gnus-summary-display-while-building): Move definition before use.
10036
10037 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
10038
10039 * gnus-registry.el (gnus-registry-user-format-function-M):
10040 Add formatting function.
10041
10042 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10043
10044 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10045 with plists.
10046 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10047 Use new format.
10048
10049 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10050
10051 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10052 `where-is-internal' that returns a range of key sequences.
10053
10054 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10057
10058 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10059 (gnus-summary-jump-to-group): Consider windows on other displayed
10060 frames as well. Similar changes might be needed elsewhere, but that's
10061 the one I've bumped into during my use.
10062
10063 * nndoc.el (nndoc-oe-dbx-type-p):
10064 * gnus-msg.el (gnus-debug):
10065 * gnus-group.el (gnus-update-group-mark-positions):
10066 Use mm-string-to-multibyte.
10067
10068 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10069
10070 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10071 doesn't handle NotDashEscaped.
10072
10073 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
10074 (mml-dnd-attach-options): Fix typo in custom choice.
10075
10076 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10077 Change nndoc-article-type to mbox.
10078 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10079
10080 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
10081 to nil, instead of html2text.
10082
10083 * imap.el (imap-debug): Add `imap-ping-server'.
10084
10085 * gnus-bookmark.el: Add FIXMEs.
10086
10087 * message.el (message-form-letter-separator)
10088 (message-send-form-letter-delay): New variables.
10089 (message-send-form-letter): Use them. New command to send form
10090 letters. Requested by Uwe Siart.
10091 (message-send-mail-function): Doc fix. Add "Other" custom option.
10092
10093 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
10094
10095 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10096 empty author.
10097
10098 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
10099
10100 * gnus-registry.el (gnus-registry-marks): Add variable for
10101 customization of marks and their appearance.
10102 (gnus-registry-read-mark): Use it.
10103 (gnus-registry-do-marks): Add utility function to loop through
10104 `gnus-registry-marks'.
10105 (gnus-registry-install-shortcuts-and-menus): Add function to install
10106 shortcuts and menus.
10107 (gnus-registry-initialize): Use it.
10108 (gnus-registry-default-mark): Clarify documentation.
10109
10110 2008-02-29 Glenn Morris <rgm@gnu.org>
10111
10112 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10113 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10114 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10115 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10116 Change defcustom :version from 23.0 to 23.1.
10117
10118 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
10119
10120 * gnus-registry.el (gnus-registry-follow-group-p)
10121 (gnus-registry-post-process-groups): Add functions to aid registry
10122 splitting and improve logging. Clarify behavior in function
10123 documentation.
10124 (gnus-registry-split-fancy-with-parent): Use them.
10125
10126 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * gnus-art.el: Use with-current-buffer.
10129
10130 2008-02-27 David Engster <dengste@eml.cc>
10131
10132 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10133 Express real group name in the response.
10134
10135 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10136
10137 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10138 (nnmairix-last-server, nnmairix-current-server): Defvar them.
10139 (nnmairix-goto-original-article): Defvar gnus-registry-install and
10140 autoload gnus-registry-fetch-group when compiling.
10141 (nnmairix-request-group-with-article-number-correction):
10142 Remove unreferenced argument passed to nnmairix-call-backend.
10143
10144 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10145
10146 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10147 (mm-uu-extract): Improve face for low color ttys.
10148 Reported by Sascha Wilde.
10149
10150 2008-02-27 Glenn Morris <rgm@gnu.org>
10151
10152 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10153 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10154 variables to defconsts. Convert comments to doc-strings.
10155 (nnmairix-last-server, nnmairix-current-server): Convert from free
10156 variables to defvars. Convert comments to doc-strings.
10157 (gnus-registry-fetch-group): Autoload.
10158 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10159 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10160 (nnmairix-widget-build-editable-fields): Use car cddr rather than
10161 caddr.
10162 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10163 nnmairix-request-group-with-article-number-correction call.
10164 (nnmairix-fast, nnmairix-group): New, less general names, for free
10165 variables passed from nnmairix-request-group to
10166 nnmairix-request-group-with-article-number-correction. Declare.
10167 (nnmairix-request-group-with-article-number-correction):
10168 Use nnmairix-fast, nnmairix-group rather than fast, group.
10169
10170 2008-02-26 David Engster <dengste@eml.cc>
10171
10172 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
10173 version 0.5.
10174
10175 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
10176
10177 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10178 instead of making an extra function call. Don't add the current group
10179 to articles only when they have the group. Use
10180 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10181 Reported by David <de_bb@arcor.de>.
10182
10183 2008-02-24 Miles Bader <miles@gnu.org>
10184
10185 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10186 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10187 (mm-find-mime-charset-region):
10188 * mm-bodies.el (mm-encode-body):
10189 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10190
10191 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
10192
10193 * mail-source.el (mail-source-delete-incoming): Change default.
10194 Supplement doc string.
10195
10196 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10197
10198 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10199
10200 * nnmail.el (nnmail-message-id-cache-file): Derive from
10201 `gnus-home-directory'.
10202
10203 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
10204
10205 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10206 Document negative prefix.
10207
10208 * gnus-group.el (gnus-group-read-group): Document negative prefix.
10209
10210 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10211
10212 * message.el (message-unsent-separator): Add the Exim bounce
10213 separator.
10214
10215 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10216
10217 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10218 list.
10219 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10220 recipient/signer list.
10221
10222 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10223
10224 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10225 fbound (Emacs 23 unicode), signal an error.
10226
10227 2008-02-08 Glenn Morris <rgm@gnu.org>
10228
10229 * gnus-art.el (pgg-display-output-buffer): Declare as function.
10230
10231 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
10232
10233 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10234 ports to the calls to `netrc-machine-user-or-password' in addition to
10235 "imap" and "imaps".
10236
10237 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
10238
10239 * gnus.el (gnus-group-startup-message): Add `find-image' call before
10240 image-load-path is let-bound. Reported by Harald Hanche-Olsen
10241 <hanche@math.ntnu.no>.
10242
10243 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10244
10245 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10246
10247 2008-02-01 Zhang Wei <id.brep@gmail.com>
10248
10249 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10250
10251 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10252
10253 2008-02-01 Miles Bader <miles@gnu.org>
10254
10255 * mml.el (mml-parse-1): Remove apparently vestigial use of
10256 `mm-hack-charsets'.
10257 * mm-bodies.el (mm-encode-body): Likewise.
10258
10259 2008-02-01 Kenichi Handa <handa@m17n.org>
10260
10261 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10262 rfc2104-hexstring-to-bitstring and changed to return a byte list.
10263 (rfc2104-hash): Convert the result of concat to unibyte string.
10264
10265 2008-02-01 Dave Love <fx@gnu.org>
10266
10267 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10268 coding-system-for-read.
10269 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10270
10271 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10272 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10273 (mm-find-mime-charset-region): Remove hack-charsets stuff.
10274
10275 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
10276
10277 * mail-source.el (mail-sources): Add `group' choice.
10278
10279 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10280 parameter `in-group' to control into which group the articles go.
10281 Add treatment of `group' mail-source.
10282
10283 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10284
10285 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10286 * message.el (message-beginning-of-line): Use featurep instead of bound
10287 tests in order to resolve conditionals at compile time.
10288
10289 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10290
10291 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10292
10293 * mm-decode.el (mm-dissect-buffer): Decode description.
10294
10295 * mml.el (mml-to-mime): Encode message header first.
10296
10297 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10300 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10301
10302 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
10303
10304 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10305
10306 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10309 prefix keys.
10310 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10311 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10312 gnus-xmas.el.
10313
10314 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10315
10316 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10317 Add new variables for article mark management.
10318 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10319 list of extra data entries which, when present, will indicate that the
10320 article ID should not be trimmed from the registry.
10321 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10322 functions.
10323 (gnus-registry-read-mark): New function to read a mark name from the
10324 user.
10325 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10326 (gnus-registry-set-article-mark-internal): New functions to add and
10327 remove marks.
10328 (gnus-registry-get-article-marks): New function to show the marks for
10329 an article, or retrieve them for further use.
10330
10331 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10332
10333 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10334 keys when no argument is given.
10335
10336 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10337
10338 * gnus-sum.el (gnus-article-sort-by-random)
10339 (gnus-thread-sort-by-random): Fix doc strings.
10340 Reported by jidanni@jidanni.org.
10341
10342 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
10343
10344 * gnus-art.el (gnus-article-describe-bindings): New function.
10345 (gnus-article-read-summary-keys): Use it.
10346 (gnus-article-mode-map): Bind `C-h b' to it.
10347
10348 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10349
10350 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10351 XEmacs.
10352 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10353 Protect against non-character events.
10354
10355 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
10356
10357 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10358 New command.
10359 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10360 instead of END. Change name of the temp file.
10361 (gnus-group-gmane-group-download-format): Add doc string. Make it
10362 customizable.
10363
10364 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10365
10366 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10367 bind `S W' to gnus-article-wide-reply-with-original; set default
10368 binding to gnus-article-read-summary-send-keys.
10369 (gnus-article-read-summary-keys): Fix the order of keys; display
10370 continuation keys correctly in the echo area; describe bindings
10371 correctly when keys end with `C-h'.
10372 (gnus-article-read-summary-send-keys): New function.
10373 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10374 Work for gnus-article-read-summary-send-keys; display continuation keys
10375 correctly in the echo area.
10376 (gnus-article-reply-with-original): Ignore prefix argument.
10377 (gnus-article-wide-reply-with-original): New function.
10378
10379 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
10380
10381 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10382 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10383
10384 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
10385
10386 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10387 (gnus-group-read-ephemeral-gmane-group): New command.
10388
10389 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10390
10391 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10392
10393 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10394
10395 * message.el (message-send-mail-function): Increase custom version.
10396
10397 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10398 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
10399
10400 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
10401
10402 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10403 html parts correctly; support forwarded messages.
10404 (gnus-article-browse-html-article): Remove work buffers.
10405
10406 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10407 compiling.
10408 (netrc-bound-and-true-p): New macro.
10409 (netrc-parse): Use it instead of bound-and-true-p that is not available
10410 in XEmacs 21.4.
10411
10412 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
10413
10414 * gnus-registry.el (gnus-registry-mark-article)
10415 (gnus-registry-article-marks): Add functionality to mark articles
10416 through the Gnus registry.
10417
10418 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10419 (netrc-parse): Use encrypt-file-alist to determine if
10420 encrypt-find-model or encrypt-insert-file-contents should be used.
10421
10422 2007-12-19 Glenn Morris <rgm@gnu.org>
10423
10424 * mml.el (message-options-set, message-narrow-to-head)
10425 (message-in-body-p, message-mail-p, message-encode-message-body):
10426 Autoload.
10427 (message-remove-header, message-narrow-to-headers-or-head)
10428 (message-subscribed-p, message-make-mail-followup-to)
10429 (message-position-on-field, message-news-p)
10430 (message-options-set-recipient, message-generate-headers)
10431 (message-sort-headers): Declare as functions.
10432
10433 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10434
10435 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10436 convention in doc string.
10437
10438 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10439
10440 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10441 title to html parts.
10442 (gnus-article-browse-html-article): Pass message header to it.
10443
10444 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10445
10446 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
10447
10448 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10449 or password compatible with XEmacs.
10450
10451 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10452
10453 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10454 format document.
10455 (gnus-mime-delete-part): Don't write description line if empty.
10456 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10457
10458 2007-12-14 Johan Bockgård <bojohan@gnu.org>
10459
10460 * gnus-sum.el (gnus-summary-mark-unread-as-read)
10461 (gnus-summary-mark-read-and-unread-as-read)
10462 (gnus-summary-mark-current-read-and-unread-as-read)
10463 (gnus-summary-mark-unread-as-ticked): Doc fix.
10464 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10465
10466 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10467
10468 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10469 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10470
10471 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10472
10473 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10474 yes-or-no-p.
10475
10476 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
10477
10478 * mm-decode.el (mm-add-meta-html-tag): New function.
10479 (mm-save-part-to-file, mm-pipe-part): Use it.
10480
10481 * gnus-art.el (gnus-article-browse-delete-temp-files):
10482 Use gnus-y-or-n-p instead of y-or-n-p.
10483 (gnus-article-browse-html-parts): Work with message/external-body; use
10484 mm-add-meta-html-tag.
10485
10486 2007-12-11 Glenn Morris <rgm@gnu.org>
10487
10488 * gnus-cache.el: Require gnus-sum not just when compiling.
10489
10490 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10491
10492 * gnus-int.el (gnus-server-opened, gnus-status-message):
10493 Move definitions before use.
10494
10495 * mm-decode.el: Require gnus-util.
10496 (mm-remove-part): Only call delete-annotation on XEmacs.
10497
10498 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10499
10500 * nnmail.el: Require gnus-int.
10501
10502 * spam.el: Move `require's before `eval-when-compile's.
10503
10504 * gnus-ems.el (gnus-alive-p):
10505 * gnus-fun.el (message-goto-eoh):
10506 * gnus-util.el (gnus-group-name-decode):
10507 * mail-source.el (gnus-compress-sequence):
10508 * message.el (Info-goto-node, format-spec):
10509 * mm-bodies.el (message-options-get):
10510 * mm-decode.el (mm-view-pkcs7):
10511 * mm-util.el (gmm-write-region):
10512 * mml-smime.el (mml-compute-boundary)
10513 (gnus-completing-read-with-default):
10514 * mml.el (widget-button-press, gnus-make-hashtable):
10515 * mml1991.el (mm-decode-content-transfer-encoding)
10516 (mm-encode-content-transfer-encoding)
10517 (message-options-get, message-options-set):
10518 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10519 * nnfolder.el (gnus-request-group):
10520 * nnheader.el (ietf-drums-unfold-fws):
10521 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10522 * smime.el (gnus-run-mode-hooks):
10523 * spam-stat.el (gnus-message): Autoload.
10524
10525 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10526 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10527 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10528 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10529 Add declare-function compatibility definition.
10530
10531 * gnus-cache.el (nnvirtual-find-group-art):
10532 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10533 (gnus-add-image, gnus-add-wash-type):
10534 * gnus-group.el (nnkiboze-score-file):
10535 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10536 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10537 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10538 (message-tokenize-header, gnus-get-buffer-create)
10539 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10540 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10541 * gnus.el (gnus-group-decoded-name):
10542 * mail-source.el (imap-capability):
10543 * mm-bodies.el (message-options-set):
10544 * mm-decode.el (gnus-configure-windows):
10545 * mm-extern.el (message-goto-body):
10546 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10547 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10548 (epg-sub-key-validity, message-options-set):
10549 * mml.el (widget-event-point, gnus-configure-windows):
10550 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10551 * mml2015.el (epg-check-configuration, epg-configuration)
10552 (message-options-set):
10553 * nndb.el (nndb-request-article):
10554 * nnfolder.el (gnus-request-create-group):
10555 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10556 * nnmaildir.el (gnus-group-mark-article-read):
10557 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10558 * rfc1843.el (message-fetch-field):
10559 * spam.el (gnus-extract-address-components):
10560 Declare as functions.
10561
10562 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10563
10564 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10565
10566 2007-12-09 Glenn Morris <rgm@gnu.org>
10567
10568 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10569
10570 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10571 * message.el, mm-view.el, sieve-manage.el, smime.el:
10572 Add declare-function compatibility definition.
10573
10574 * gnus-art.el (w3-region, w3m-region, Info-menu):
10575 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10576 * gnus-sum.el (gnus-get-predicate):
10577 * gnus-util.el (mm-append-to-file, w32-focus-frame):
10578 * message.el (mail-abbrev-in-expansion-header-p):
10579 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10580 (w3m-detect-meta-charset, w3m-region):
10581 * sieve-manage.el (password-read, password-cache-add)
10582 (password-cache-remove):
10583 * smime.el (password-read-and-add): Declare as functions.
10584
10585 2007-12-08 David Kastrup <dak@gnu.org>
10586
10587 * gnus-sum.el (gnus-summary-simplify-subject-query):
10588 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10589 `message'.
10590
10591 2007-12-07 Glenn Morris <rgm@gnu.org>
10592
10593 * gnus-art.el (article-make-date-line): Revert previous change.
10594
10595 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10596
10597 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10598
10599 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
10600
10601 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10602 Call gnus-add-to-range ranges only once with a prepared article-list.
10603
10604 2007-12-06 Paul Jarc <prj@po.cwru.edu>
10605
10606 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10607 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10608 group names with backslashes.
10609 Reported by Tassilo Horn <tassilo@member.fsf.org>.
10610
10611 2007-12-06 Deepak Goel <deego3@gmail.com>
10612
10613 * gnus-art.el (article-make-date-line):
10614 * gnus-start.el (gnus-load):
10615 * pop3.el (pop3-read-response): Fix buggy call to `error'.
10616
10617 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * gnus-art.el (gnus-use-idna):
10620 * gnus-start.el (gnus-site-init-file):
10621 * message.el (message-use-idna):
10622 * mm-uu.el (mm-uu-hide-markers):
10623 * smiley.el (smiley-style): Revert changes that suppress warnings.
10624
10625 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10626
10627 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10628 specify charset to html source.
10629 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10630
10631 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10632
10633 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10634 idna-program in order to suppress byte compile warning issued by XEmacs
10635 that came to byte compile the default value section of defcustom forms
10636 recently.
10637
10638 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10639 value of installation-directory.
10640
10641 * message.el (message-use-idna): Don't directly refer to the value of
10642 idna-program.
10643
10644 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10645
10646 * smiley.el (smiley-style): Don't directly call face-attribute.
10647
10648 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
10649
10650 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10651
10652 * gnus-dired.el: Reduce Gnus dependencies.
10653 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10654 Don't require. Use autoloads instead.
10655 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10656 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10657 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10658 (gnus-dired-mode): Adjust doc string.
10659 (gnus-dired-mail-mode): New variable.
10660 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10661 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10662 (gnus-dired-mail-buffers): New function. Return mail or message
10663 composition buffers.
10664 (gnus-dired-attach): Use it.
10665 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10666 NO-DECODE.
10667 (gnus-dired-print): Use `gnus-print-buffer' depending on
10668 `gnus-dired-mail-mode'.
10669
10670 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10671
10672 * rfc2047.el (rfc2047-encoded-word-regexp)
10673 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10674 explaining what regexp patterns are for.
10675
10676 2007-12-04 Glenn Morris <rgm@gnu.org>
10677
10678 * password.el: Move to ../password-cache.el.
10679
10680 * mml1991.el (password-read, password-cache-add, password-cache-remove):
10681 * mml2015.el (password-read, password-cache-add, password-cache-remove):
10682 * mml-smime.el (password-read, password-cache-add)
10683 (password-cache-remove):
10684 No need to autoload, since mml-sec requires password.
10685
10686 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10687 * message.el (gnus-extract-address-components):
10688 * mml-smime.el (gnus-extract-address-components): Define for compiler.
10689
10690 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10691 password.
10692
10693 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10694
10695 * mailcap.el: Reduce dependencies.
10696 (mail-header-parse-content-type): Autoload.
10697 (mailcap-delete-duplicates): New alias.
10698 (mailcap-mime-info): Add optional argument NO-DECODE.
10699 (mailcap-mime-types): Use mailcap-delete-duplicates.
10700
10701 * message.el (message-ignored-supersedes-headers): Add "X-ID".
10702
10703 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10704
10705 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10706 function.
10707
10708 * gnus-uu.el (gnus-uu-decode-yenc): New command.
10709 (gnus-uu-yenc-article): New function.
10710
10711 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10712
10713 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10714
10715 2007-12-02 Glenn Morris <rgm@gnu.org>
10716
10717 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10718 Move to ../net.
10719
10720 * binhex.el, uudecode.el: Move to ../mail.
10721
10722 * encrypt.el: Remove file.
10723
10724 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
10725
10726 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10727 matches on patches.
10728
10729 * gnus-art.el (gnus-article-browse-html-article):
10730 Mention `mm-text-html-renderer' in the doc string.
10731
10732 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10733 string. Add comments.
10734
10735 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10736 if rhs is ASCII.
10737
10738 2007-12-01 Glenn Morris <rgm@gnu.org>
10739
10740 * dig.el, dns.el: Move to ../net.
10741 * format-spec.el, hex-util.el, sha1.el: Move to ../.
10742
10743 * mail-source.el (top-level): Require format-spec before
10744 eval-when-compile.
10745
10746 2007-11-30 Glenn Morris <rgm@gnu.org>
10747
10748 * encrypt.el: Require password, rather than autoloading password-read.
10749
10750 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
10751
10752 * gnus.el (gnus-method-to-server): Add an optional parameter so the
10753 caller can indicate whether the cache should be disregarded for this
10754 call. This way the result of the call is reproducible at all times and
10755 can be considered a canonical server name for the supplied method.
10756 (gnus-agent-method-p): Canonicalize server names by pushing their
10757 method through `gnus-method-to-server' using the no-cache argument.
10758
10759 * gnus-srvr.el (gnus-server-insert-server-line):
10760 Call `gnus-method-to-server' with `no-cache' argument.
10761
10762 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10763 gnus-agent-possibly-synchronize-flags as this should be called when the
10764 server is actually being opened.
10765 (gnus-agent-possibly-synchronize-flags)
10766 (gnus-agent-possibly-synchronize-flags-server): Move check for the
10767 flags file of an agentized server to the latter function.
10768
10769 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10770 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10771 after a connection has been established successfully.
10772
10773 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
10774
10775 * gnus-art.el (article-display-face): Force to display face if called
10776 interactively; check if gnus-article-x-face-too-ugly matches author.
10777 (article-display-x-face): Display face even if From header is missing
10778 as article-display-face does.
10779
10780 2007-11-28 Richard Stallman <rms@gnu.org>
10781
10782 * md4.el: Move to ../.
10783 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10784
10785 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
10786
10787 * mail-source.el (mail-sources): Default to fetch from file for
10788 compatibility with default of nnmail-spool-file.
10789
10790 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
10791
10792 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10793 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10794 to look for encoded word that should be encoded again.
10795 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10796 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10797 encoding pattern.
10798 (rfc2047-decode-region): Switch strict regexp and loose one according
10799 to rfc2047-allow-irregular-q-encoded-words.
10800
10801 2007-11-26 Simon Josefsson <simon@josefsson.org>
10802
10803 * imap.el: Move to ../net directory.
10804
10805 2007-11-25 Romain Francoise <romain@orebokech.com>
10806
10807 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10808
10809 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10810
10811 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10812 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10813
10814 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10815 `nnmail-spool-file'.
10816
10817 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10818 `nnmail-spool-file'.
10819
10820 * gnus-move.el (gnus-change-server): Ditto.
10821
10822 * gnus-kill.el (gnus-batch-score): Ditto.
10823
10824 * gnus-cache.el (gnus-jog-cache): Ditto.
10825
10826 * gnus-msg.el (gnus-summary-reply):
10827 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10828
10829 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10830
10831 * gnus-cache.el (gnus-cache-generate-nov-databases):
10832 Use nnml-generate-nov-databases-directory instead of
10833 nnml-generate-nov-databases-1.
10834
10835 2007-11-24 Glenn Morris <rgm@gnu.org>
10836
10837 * message.el (message-tool-bar-retro): Update for rename
10838 mail_send.xpm->mail-send.xpm.
10839
10840 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10841
10842 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10843 `smime-ldap-search' for Emacs 22 and up.
10844
10845 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10846
10847 * hashcash.el: Move to ../mail directory.
10848
10849 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10850
10851 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10852 `smime-ldap-search' for Emacs 22 and up.
10853
10854 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10855
10856 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10857
10858 * message.el (message-send-mail-function): Fix error convention.
10859 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10860 (message-widen-reply, message-send-mail, message-talkative-question)
10861 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10862 (message-clone-locals, message-send-news): Use with-current-buffer.
10863 (message-insert-or-toggle-importance): Remove unused var `valid'.
10864 (message-make-references): Remove unused var `new-references'.
10865 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10866
10867 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10868
10869 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10870 (spam-split-symbolic-return-positive): Reflow docstring.
10871 (spam-backends, spam-summary-exit-behavior)
10872 (spam-mark-ham-unread-before-move-from-spam-group)
10873 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10874 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10875 (spam-clear-cache, spam-backend-check, spam-install-backend)
10876 (spam-install-statistical-backend, spam-list-of-processors)
10877 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10878 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10879 (spam-check-crm114, spam-initialize, spam-unload-hook):
10880 Fix typos in docstrings.
10881
10882 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10883
10884 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10885 been checked if they have never been read and those group levels are
10886 higher than the one that a user specified.
10887
10888 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10889
10890 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10891 foreign groups unless a group level is specified by a user.
10892 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10893
10894 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10895
10896 * message.el (message-send-mail-function): Require sendmail.
10897
10898 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10899
10900 * message.el (message-send-mail-function): Check for smtpmail too.
10901
10902 * utf7.el (utf7-encode, utf7-decode): Use coding system
10903 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10904
10905 * message.el (message-send-mail-function): New function.
10906 (message-send-mail-function): Set default using
10907 message-send-mail-function. Adjust doc string.
10908 (message-send-mail-with-mailclient): New function.
10909
10910 2007-11-17 Richard Stallman <rms@gnu.org>
10911
10912 * assistant.el: Remove file.
10913
10914 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10915
10916 * smime.el (from):
10917 * rfc2047.el (message-posting-charset):
10918 * qp.el (mm-use-ultra-safe-encoding):
10919 * pop3.el (parse-time-months):
10920 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10921 * nnml.el (files):
10922 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10923 (jka-compr-compression-info-list, ange-ftp-path-format)
10924 (efs-path-regexp):
10925 * nndiary.el (files):
10926 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10927 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10928 (epg-digest-algorithm-alist, inhibit-redisplay)
10929 (password-cache-expiry):
10930 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10931 (pgg-output-buffer, password-cache-expiry):
10932 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10933 (efs-path-regexp):
10934 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10935 (inhibit-redisplay):
10936 * mm-uu.el (file-name, start-point, end-point, entry)
10937 (gnus-newsgroup-name, gnus-newsgroup-charset):
10938 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10939 (latin-unity-ucs-list):
10940 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10941 (mm-uu-binhex-decode-function):
10942 * message.el (gnus-message-group-art, gnus-list-identifiers)
10943 (rmail-enable-mime-composing, gnus-local-organization)
10944 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10945 (gnus-read-active-file, facemenu-add-face-function)
10946 (facemenu-remove-face-function, gnus-article-decoded-p)
10947 (tool-bar-mode):
10948 * mail-source.el (display-time-mail-function):
10949 * gnus-util.el (nnmail-pathname-coding-system)
10950 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10951 (gnus-original-article-buffer, gnus-user-agent)
10952 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10953 (xemacs-codename, sxemacs-codename, emacs-program-version):
10954 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10955 * gnus-start.el (gnus-agent-covered-methods)
10956 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10957 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10958 (gnus-newsgroup-headers, gnus-group-list-mode)
10959 (gnus-group-mark-positions, gnus-newsgroup-data)
10960 (gnus-newsgroup-unreads, nnoo-state-alist)
10961 (gnus-current-select-method, mail-sources)
10962 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10963 (nnmail-spool-file, gnus-cache-active-hashtb):
10964 * gnus-mh.el (mh-lib-progs):
10965 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10966 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10967 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10968 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10969 (gnus-group-buffer):
10970 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10971 (font-lock-set-defaults):
10972 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10973 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10974 (gnus-summary-post-menu, total-parts, type, condition, length):
10975 * gnus-agent.el (gnus-agent-read-agentview):
10976 * flow-fill.el (show-trailing-whitespace):
10977 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10978 eval-and-compile wrappers for byte compiler pacifiers.
10979
10980 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10981 (mm-display-inline-fontify): Check for featurep 'xemacs not
10982 extent-list.
10983
10984 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10985 itimer-list.
10986 (mm-create-image-xemacs): Only do something for XEmacs.
10987 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10988
10989 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10990
10991 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10992 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10993
10994 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10995
10996 * nnimap.el (nnimap-split-download-body):
10997 * gnus-demon.el (gnus-demon):
10998 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10999
11000 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
11001
11002 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11003 New macros.
11004 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11005 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11006 copy data from unibyte buffer to multibyte current buffer.
11007 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11008 to copy data from unibyte current buffer to multibyte buffer.
11009 (nntp-make-process-buffer): Make process buffer unibyte.
11010
11011 * pop3.el (pop3-open-server): Fix typo in Lisp code.
11012
11013 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
11014
11015 * pop3.el (pop3-open-server): Accept and process data more robustly at
11016 connection start to avoid spurious "POP SSL connection failed" errors.
11017
11018 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11019
11020 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11021 read group names.
11022
11023 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
11024
11025 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11026
11027 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
11028
11029 * nnmail.el (nnmail-parse-active): Make group names unibyte.
11030 (nnmail-save-active): Use a unibyte buffer when saving active file,
11031 which may contain non-ASCII group names.
11032
11033 * nnml.el (nnml-request-group): Decode group names in messages.
11034
11035 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
11036
11037 * message.el (message-citation-line-function)
11038 (message-insert-formatted-citation-line): Fix spelling of
11039 `message-insert-formated-citation-line'.
11040
11041 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
11042
11043 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11044
11045 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
11046
11047 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11048 nnmail-pathname-coding-system.
11049
11050 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11051 that a user enters; decode group names in messages.
11052
11053 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11054
11055 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11056
11057 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11058
11059 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11060
11061 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11062 risky local variable.
11063
11064 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11065
11066 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
11067
11068 * encrypt.el: Improve documentation to fix function name typo.
11069 Reported by Daiki Ueno <ueno@unixuser.org>.
11070
11071 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11072
11073 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11074 even if the point is not in the last page of an article.
11075 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11076 back to the previous page.
11077
11078 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
11079
11080 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11081
11082 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11083
11084 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11085
11086 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * message.el (message-check-news-body-syntax):
11089 Avoid mm-string-as-multibyte.
11090 (message-hide-headers): Don't assume (point-min)==1.
11091
11092 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11093
11094 * message.el (message-remove-blank-cited-lines): Fix if remove is
11095 given.
11096 (message-bogus-address-regexp): New variable.
11097 (message-bogus-recipient-p): New function.
11098 (message-check-recipients): New command.
11099 (message-syntax-checks): Add `bogus-recipient'.
11100 (message-fix-before-sending): Add `bogus-recipient'.
11101
11102 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11103 (gnus-treat-body-boundary): Don't test window-system.
11104
11105 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
11106
11107 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11108
11109 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11110
11111 * gnus.el: Bump version to Gnus v5.13.
11112
11113 2007-10-28 Miles Bader <miles@gnu.org>
11114
11115 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11116 at compile-time too.
11117
11118 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11119
11120 * gnus-msg.el (gnus-message-setup-hook):
11121 Add `message-remove-blank-cited-lines' to options.
11122
11123 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11124
11125 * message.el (message-remove-blank-cited-lines): New function.
11126 Suggested by Karl Plästerer.
11127
11128 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11129
11130 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11131 mapc.
11132
11133 * imap.el (imap-open): Replace mapcar called for effect with mapc.
11134 (top-level): Use mapc to set functions to be traced for debugging.
11135
11136 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11137 called for effect with while loop.
11138
11139 * message.el (message-talkative-question): Replace mapcar called for
11140 effect with mapc.
11141
11142 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11143 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11144 called for effect with dolist.
11145
11146 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11147
11148 * nndiary.el: Use dolist instead of mapcar to add diary headers to
11149 gnus-extra-headers and nnmail-extra-headers.
11150
11151 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11152 called for effect with dolist.
11153 (top-level): Use mapc to set functions to be traced for debugging.
11154
11155 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11156 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11157 dolist.
11158
11159 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11160 Replace mapcar called for effect with mapc.
11161 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11162 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11163 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11164 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11165
11166 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11167 remove-if that's a cl function.
11168
11169 * webmail.el (webmail-debug): Replace mapcar called for effect with
11170 dolist.
11171
11172 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
11173
11174 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11175 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11176 with while loop.
11177
11178 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11179 functions from article-* functions.
11180 (gnus-multi-decode-header): Replace mapcar called for effect with
11181 dolist.
11182
11183 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11184 (gnus-bookmark-show-details): Replace mapcar called for effect with
11185 while loop.
11186
11187 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11188 called for effect with while loop.
11189
11190 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11191 with dolist.
11192
11193 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11194 Replace mapcar called for effect with dolist.
11195
11196 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11197
11198 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11199 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11200 Replace mapcar called for effect with dolist.
11201 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11202 mapc.
11203
11204 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11205 Replace mapcar called for effect with dolist.
11206 (gnus-topic-list): Replace mapcar called for effect with mapc.
11207
11208 * gnus.el: Use mapc instead of mapcar to add autoloads.
11209
11210 2007-10-23 Richard Stallman <rms@gnu.org>
11211
11212 * gnus-group.el (gnus-group-highlight): Mark as risky.
11213
11214 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
11215
11216 * gnus.el (gnus-server-to-method): Return method found first in
11217 gnus-newsrc-alist.
11218
11219 * gnus-art.el (gnus-article-highlight-signature)
11220 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11221 button overlay without the front stickiness.
11222
11223 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
11224
11225 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11226 overview buffer needed a catch to receive its throw.
11227 (gnus-agent-flush-cache): Declare as interactive to make this function
11228 easier to use.
11229
11230 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11231
11232 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11233 `next-line'.
11234
11235 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
11236
11237 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11238 exclude address matching message-dont-reply-to-names.
11239
11240 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11241
11242 * gnus-util.el (gnus-string<): New function.
11243
11244 * gnus-sum.el (gnus-article-sort-by-author)
11245 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11246
11247 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11248
11249 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11250 the frame-focus tag is set in gnus-buffer-configuration.
11251
11252 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11253
11254 * gnus-art.el (gnus-article-add-button): Make a button overlay without
11255 the front stickiness.
11256
11257 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11258
11259 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11260 url pattern; remove duplicate one.
11261 (gnus-article-extend-url-button): New function.
11262 (gnus-article-add-buttons): Use it.
11263 (gnus-button-push): Use concatenated url that it makes.
11264
11265 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
11266
11267 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11268 (sieve-manage-open): Use `mapc' instead of `mapcar'.
11269
11270 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11271
11272 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11273 Don't hardcode point-min==1.
11274
11275 2007-09-30 David Kastrup <dak@gnu.org>
11276
11277 * gnus-art.el (gnus-article-reply-with-original)
11278 (gnus-article-followup-with-original): When `transient-mark-mode' is
11279 off, refrain from active-region behavior for followups.
11280
11281 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
11282
11283 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11284 Fix comment about "iso8859-1".
11285
11286 2007-10-08 Daiki Ueno <ueno@unixuser.org>
11287
11288 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11289 ones returned from the verify-function.
11290
11291 * mm-uu.el (mm-uu-pgp-signed-extract-1):
11292 Call mml2015-extract-cleartext-signature if extraction failed.
11293
11294 2007-10-07 Daiki Ueno <ueno@unixuser.org>
11295
11296 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11297 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11298 failed.
11299
11300 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11301
11302 * Relicense "GPLv2 or later" files to "GPLv3 or later".
11303
11304 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11305
11306 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11307 to mark a thread as expirable. Add variable `hide' to handle hiding of
11308 thread for both the null and zero (kill/expire thread) universal prefix
11309 cases.
11310 (gnus-summary-expire-thread): Add new function to expire a thread,
11311 using gnus-summary-kill-thread.
11312 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11313 shortcuts for gnus-summary-expire-thread.
11314 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11315 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
11316
11317 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11318
11319 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11320 extras value, so an extras entry can be deleted.
11321 (gnus-registry-delete-extra-entry): Use it.
11322 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11323 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11324 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11325 storage through the gnus-registry, and provide an appropriate API for
11326 it.
11327
11328 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11329
11330 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11331 Suggested by Leo <sdl.web@gmail.com>.
11332
11333 * gnus.el: Do.
11334
11335 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11336
11337 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11338 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
11339
11340 * gnus-agent.el (gnus-agent-fetch-headers): Do.
11341
11342 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11343 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11344
11345 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11346
11347 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11348 newline.
11349 (nnmbox-request-accept-article): Don't change article in source buffer;
11350 narrow to header to use message-fetch-field rather than
11351 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11352 (nnmbox-request-replace-article): Quote lines that'll be misidentified
11353 as delimiters; make sure article ends with newline.
11354 (nnmbox-delete-mail): Correct last position of article to be deleted;
11355 ignore X-Gnus-Newsgroup header in article body.
11356 (nnmbox-save-mail): Quote lines looking like delimiters at the right
11357 positions; make sure article ends with newline.
11358
11359 * message.el (message-display-abbrev): Don't infloop when a user
11360 inserts SPC in the beginning of header.
11361
11362 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
11363
11364 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11365 list of groups not followed by default. Fix type to be regexp.
11366 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11367
11368 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
11369
11370 * hmac-def.el (define-hmac-function): Switch from old-style to
11371 new-style backquotes.
11372
11373 * md4.el (md4-make-step): Likewise.
11374
11375 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11376
11377 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11378 raw-text coding system when saving .newsrc file, which may contain
11379 non-ASCII group names.
11380
11381 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11382
11383 * gnus-cus.el (gnus-score-extra): New widget.
11384 (gnus-score-extra-convert): New function.
11385 (gnus-score-customize): Use it for Extra.
11386
11387 2007-08-31 Daiki Ueno <ueno@unixuser.org>
11388
11389 * mml2015.el (mml2015-extract-cleartext-signature): New function.
11390 (mml2015-mailcrypt-clear-verify): Use it.
11391 (mml2015-gpg-clear-verify): Use it.
11392 (mml2015-pgg-clear-verify): Use it.
11393 (mml2015-epg-clear-verify): Replace the current part with the output
11394 from GnuPG; don't extract the plaintext by itself.
11395
11396 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11397 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11398 mml2015-clear-verify-function; don't touch the armor headers or
11399 dash-escaped text here.
11400
11401 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11404 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11405 parts, or application/octet-stream as a last resort.
11406 (gnus-mime-view-part-as-type): Don't toggle display.
11407 (gnus-mime-view-part-as-charset): Don't turn off display before
11408 querying charset.
11409
11410 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11411 stuff to undisplayer function in Emacs.
11412 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11413
11414 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11415 text/calendar parts.
11416
11417 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11418
11419 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11420 decoding text/calendar parts.
11421
11422 * message.el (message-forward-make-body-mime): Always mark body as
11423 having no illegible text; remove signed-or-encrypted argument.
11424 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11425
11426 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11427 (mml-generate-mime-1): Don't encode body if it is specified to be in
11428 raw form; don't make buffer be unibyte when inserting multibyte string.
11429
11430 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * sha1.el: Fix up comment style.
11433 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11434 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11435
11436 * hex-util.el: Fix up comment style.
11437 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11438
11439 * gnus-salt.el: Use with-current-buffer.
11440 (gnus-pick-setup-message): Fix long-standing typo.
11441
11442 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
11443
11444 * imap.el (imap-logout-timeout): New variable.
11445 (imap-logout, imap-logout-wait): New functions.
11446 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11447
11448 * nnimap.el (nnimap-logout-timeout): New server variable.
11449 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11450 nnimap-logout-timeout.
11451
11452 * gnus-art.el (gnus-article-summary-command-nosave)
11453 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11454
11455 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
11456
11457 * gnus.el (gnus-maximum-newsgroup): New variable.
11458
11459 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11460 according to gnus-maximum-newsgroup.
11461
11462 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11463 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11464 Limit the range of articles according to gnus-maximum-newsgroup.
11465
11466 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
11467
11468 * gnus-art.el (gnus-sticky-article): Fix problems described in
11469 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
11470 Don't perform gnus-configure-windows here; reuse existing sticky
11471 article buffer.
11472
11473 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11474 it doesn't exist in gnus-article-mode.
11475
11476 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11479 (gnus-agent-decoded-group-name): New function.
11480 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11481 (gnus-agent-expire-group-1): Use it; decode group name in messages.
11482
11483 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
11484
11485 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11486 Add binding for gnus-sticky-article.
11487 (gnus-summary-exit): Don't kill sticky article buffers.
11488
11489 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11490 article buffer.
11491 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11492 (gnus-kill-sticky-article-buffers): New commands.
11493
11494 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
11495
11496 * nntp.el (nntp-xref-number-is-evil): New server variable.
11497 (nntp-find-group-and-number): If it is non-nil, don't trust article
11498 numbers in the Xref header.
11499
11500 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11501
11502 * gnus-agent.el (gnus-agent-read-group): New function.
11503 (gnus-agent-flush-group, gnus-agent-expire-group)
11504 (gnus-agent-regenerate-group): Use it.
11505 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11506 nnmail-pathname-coding-system.
11507
11508 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11511
11512 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11513 that are unread as unread, and also as selected so that information of
11514 marks having been changed by a user may be updated when exiting group.
11515
11516 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11517
11518 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11519
11520 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
11521
11522 * gnus-art.el (gnus-mime-display-single): Pass part number that is
11523 calculated ignoring signature parts to gnus-treat-article.
11524
11525 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11526
11527 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11528 a point here in order to keep the window start.
11529 (gnus-insert-mime-security-button): Make a button overlay without the
11530 front stickiness.
11531 (gnus-mime-display-security): Goto the end of a button.
11532
11533 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11534
11535 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11536
11537 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11538 group-name-at-point.
11539 (gnus-group-completing-read): New function that offers decoded
11540 non-ASCII group names for completion.
11541 (gnus-fetch-group, gnus-group-read-ephemeral-group)
11542 (gnus-group-jump-to-group, gnus-group-make-group-simple)
11543 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11544 (gnus-group-fetch-control): Use it.
11545 (gnus-fetch-group): Use group-name-at-point for the initial value
11546 rather than the default value; use gnus-alive-p.
11547
11548 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11549 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11550 (gnus-summary-post-news): Use gnus-group-completing-read.
11551
11552 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11553 (gnus-read-move-group-name): Decode group name for completion.
11554
11555 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
11556
11557 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11558 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11559 Yamaoka slightly modified the code).
11560
11561 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11562
11563 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11564 (nnmail-split-incoming): Bind it.
11565
11566 * nnml.el (nnml-group-name-charset): New function.
11567 (nnml-decoded-group-name): Use it; don't decode group name if
11568 nnmail-group-names-not-encoded-p is non-nil.
11569 (nnml-encoded-group-name): New function.
11570 (nnml-group-pathname): Inline nnml-decoded-group-name.
11571 (nnml-request-expire-articles): Decode group name in message.
11572 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11573 nnmail-pathname-coding-system.
11574 (nnml-save-mail, nnml-active-number): Work with decoded group names and
11575 not decoded ones according to nnmail-group-names-not-encoded-p.
11576 (nnml-generate-active-info): Use nnml-encoded-group-name.
11577
11578 2007-08-08 Glenn Morris <rgm@gnu.org>
11579
11580 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11581 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11582 doc-strings and comments.
11583
11584 2007-07-25 Glenn Morris <rgm@gnu.org>
11585
11586 * Relicense all FSF files to GPLv3 or later.
11587
11588 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11589
11590 * gnus-sum.el (gnus-summary-move-article):
11591 Make gnus-summary-respool-article work.
11592
11593 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
11594
11595 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11596 string.
11597
11598 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
11599
11600 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
11601 that should be ignored when comparing distant RSS articles with local
11602 ones.
11603 (nnrss-make-hash-index): New function. Create a hash index according
11604 to the ignored fields.
11605 (nnrss-check-group): Use it.
11606
11607 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11610
11611 * gnus-art.el (article-decode-group-name): Decode Xref header too.
11612
11613 * gnus-group.el (gnus-group-make-group): Encode group name here unless
11614 the new optional argument ENCODED is non-nil.
11615 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11616 coding system for encoding group name.
11617 (gnus-group-make-rss-group): Pass un-encoded group name to
11618 gnus-group-make-group.
11619 (gnus-group-set-info): Tell gnus-group-make-group that group name is
11620 encoded.
11621
11622 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11623 Encode group name to which articles are moved or copied.
11624 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11625 coding system for encoding Newsgroup, Followup-To and Xref headers.
11626
11627 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11628 marks; use nnheader-file-coding-system to write a file.
11629 (nnagent-retrieve-headers): Bind file-name-coding-system to
11630 nnmail-pathname-coding-system.
11631
11632 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11633
11634 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11635 (nnml-request-article, nnml-request-create-group)
11636 (nnml-request-rename-group, nnml-find-id)
11637 (nnml-possibly-change-directory, nnml-possibly-create-directory)
11638 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11639 (nnml-save-marks): Use nnml-group-pathname instead of
11640 nnmail-group-pathname.
11641
11642 (nnml-request-create-group, nnml-request-expire-articles)
11643 (nnml-request-move-article, nnml-request-delete-group)
11644 (nnml-deletable-article-p, nnml-possibly-create-directory)
11645 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11646 (nnml-open-marks): Bind file-name-coding-system to
11647 nnmail-pathname-coding-system.
11648
11649 (nnml-request-article): Pass server argument to nnml-find-group-number.
11650 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11651 Pass server argument to nnml-possibly-create-directory.
11652 (nnml-request-accept-article): Pass server argument to
11653 nnml-active-number and nnml-save-mail.
11654 (nnml-find-group-number): Pass server argument to nnml-find-id.
11655 (nnml-request-update-info): Pass server argument to
11656 nnml-marks-changed-p.
11657
11658 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11659 (nnml-save-mail, nnml-active-number): Add server argument.
11660
11661 (nnml-request-delete-group): Warn if group is missing.
11662 (nnml-get-nov-buffer): Decode group name.
11663 (nnml-generate-active-info): Encode group name.
11664 (nnml-open-marks): Decode group name in messages.
11665
11666 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11667
11668 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11669 if it is not specified.
11670 (gnus-article-pipe-part, gnus-article-save-part)
11671 (gnus-article-interactively-view-part, gnus-article-copy-part)
11672 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11673 (gnus-article-inline-part, gnus-article-save-part-and-strip)
11674 (gnus-article-replace-part, gnus-article-delete-part)
11675 (gnus-article-view-part-as-type): Pass raw prefix argument to
11676 gnus-article-part-wrapper.
11677
11678 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
11679
11680 * gnus-agent.el (gnus-agent-save-active):
11681 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11682
11683 * gnus-cache.el (gnus-cache-save-buffers)
11684 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11685 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11686 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11687 (gnus-cache-braid-nov, gnus-cache-braid-heads)
11688 (gnus-cache-generate-active, gnus-cache-rename-group)
11689 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11690 (gnus-cache-update-overview-total-fetched-for):
11691 Bind file-name-coding-system to nnmail-pathname-coding-system.
11692 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11693 New variables.
11694 (gnus-cache-decoded-group-name): New function.
11695 (gnus-cache-file-name): Use it.
11696 (gnus-cache-generate-active): Use non-decoded group name for active.
11697
11698 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11699 right place.
11700 (gnus-write-active-file): Don't break non-ASCII group names.
11701
11702 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11703 nnmail-pathname-coding-system.
11704
11705 * gnus-uu.el (gnus-uu-decode-save): Typo.
11706
11707 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11708
11709 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11710
11711 2007-07-14 David Kastrup <dak@gnu.org>
11712
11713 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11714 finishing actions if we did not edit the article.
11715
11716 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11717
11718 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11719 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11720 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11721 (gnus-agent-flush-group, gnus-agent-flush-cache)
11722 (gnus-agent-fetch-headers, gnus-agent-load-alist)
11723 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11724 (gnus-agent-retrieve-headers, gnus-agent-request-article)
11725 (gnus-agent-regenerate-group)
11726 (gnus-agent-update-files-total-fetched-for)
11727 (gnus-agent-update-view-total-fetched-for):
11728 Bind file-name-coding-system to nnmail-pathname-coding-system.
11729 (gnus-agent-group-pathname): Don't encode file names by
11730 nnmail-pathname-coding-system.
11731 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11732 coding-system-for-write instead of buffer-file-coding-system to
11733 gnus-agent-file-coding-system.
11734
11735 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11736 Decode group name.
11737
11738 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11739
11740 * gnus-start.el (gnus-update-active-hashtb-from-killed)
11741 (gnus-read-newsrc-el-file): Make group names unibyte.
11742
11743 * nnmail.el (nnmail-group-pathname): Don't encode file names by
11744 nnmail-pathname-coding-system.
11745
11746 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11747 (nnrss-request-delete-group): Bind file-name-coding-system to
11748 nnmail-pathname-coding-system.
11749 (nnrss-read-server-data, nnrss-read-group-data):
11750 Bind file-name-coding-system correctly.
11751 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11752
11753 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11754 (nntp-server-to-method-cache): New variable.
11755 (nntp-group-pathname): New function that decodes non-ASCII group names.
11756 (nntp-possibly-create-directory, nntp-marks-changed-p)
11757 (nntp-save-marks, nntp-open-marks): Use it.
11758 (nntp-possibly-create-directory, nntp-open-marks):
11759 Bind file-name-coding-system to nnmail-pathname-coding-system.
11760 (nntp-open-marks): Decode group names when bootstrapping marks.
11761
11762 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11763 Newsgroups and Followup-To headers.
11764
11765 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11766
11767 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11768 (gnus-server-closed-face, gnus-server-denied-face)
11769 (gnus-server-offline-face): Remove variable.
11770 (gnus-server-font-lock-keywords): Use faces that are not aliases.
11771
11772 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11773 of modifying message-stack directly for XEmacs.
11774
11775 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11776 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11777 if the coding-system argument is nil for XEmacs.
11778
11779 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11780 mm-charset-override-alist.
11781
11782 * rfc2047.el: Don't require base64; require rfc2045 for the function
11783 rfc2045-encode-string.
11784 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11785 to quote the parameter value.
11786
11787 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
11788
11789 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11790 form in gnus-group-name-charset-method-alist.
11791
11792 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11793 overrides the default layout edit-form.
11794
11795 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11796
11797 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11798
11799 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
11800
11801 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11802 as unfetched articles.
11803
11804 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
11805
11806 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11807
11808 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11809
11810 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11811 original back end that keeps marks in the local system.
11812
11813 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
11814
11815 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11816 arg of pop-to-buffer for XEmacs.
11817 (gnus-article-read-summary-keys): Ditto; don't restore window
11818 configuration if summary command ends up with neither article buffer
11819 nor summary buffer; describe bindings if summary keys end with C-h.
11820
11821 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * message.el (message-fix-before-sending): Skip raw message part to be
11824 forwarded while checking illegible text.
11825 (message-forward-make-body-mime, message-forward-make-body):
11826 Mark signed or encrypted raw message as having no illegible text.
11827
11828 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11829
11830 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11831 (gnus-message-with-timestamp-1): New macro.
11832 (gnus-message-with-timestamp): New function.
11833 (gnus-message): Use them.
11834
11835 * nnheader.el (nnheader-message): Use them.
11836
11837 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11840 .newsrc.eld file.
11841
11842 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11843
11844 * gnus-agent.el (gnus-agent-fetch-headers)
11845 (gnus-agent-retrieve-headers):
11846 Bind gnus-decode-encoded-address-function to identity.
11847
11848 * nntp.el (nntp-send-xover-command): Recognize an xover command is
11849 available also when the server returns simply a dot.
11850
11851 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11852
11853 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11854
11855 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11856
11857 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11858
11859 * gnus-ems.el (gnus-x-splash): Make it work.
11860
11861 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11862 from being used.
11863
11864 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11865
11866 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11867 the front stickiness.
11868 (gnus-article-summary-command-nosave): Correct the order of the
11869 arguments passed to pop-to-buffer.
11870 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11871 summary command ends up with the article buffer.
11872
11873 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11874 the same faces.
11875
11876 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11877
11878 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11879
11880 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11881
11882 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11883 * gnus-sum.el (gnus-summary-highlight):
11884 * mail-source.el (mail-source-delete-old-incoming-confirm):
11885 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11886
11887 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11888
11889 * gnus-art.el (gnus-mime-view-part-externally)
11890 (gnus-mime-view-part-internally): Fix predicate function passed to
11891 completing-read.
11892
11893 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11894
11895 * gnus.el (gnus-update-message-archive-method): Add :version.
11896
11897 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11898
11899 * gnus.el (gnus-update-message-archive-method): New variable.
11900
11901 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11902 according to gnus-message-archive-method if
11903 gnus-update-message-archive-method is non-nil.
11904
11905 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11906
11907 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11908 Suggested by Loic Dachary <loic@dachary.org>.
11909 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11910
11911 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11912
11913 * message.el (message-pop-to-buffer): Add switch-function argument.
11914 (message-mail): Pass switch-function argument to it.
11915
11916 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11917
11918 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11919 Improve doc string.
11920
11921 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11922
11923 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11924 (gnus-header-content):
11925 * gnus-cite.el (gnus-cite-10):
11926 * gnus-srvr.el (gnus-server-closed):
11927 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11928 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11929 (gnus-group-mail-3-empty, gnus-group-mail-low)
11930 (gnus-group-mail-low-empty, gnus-splash):
11931 * message.el (message-header-to, message-header-cc)
11932 (message-header-subject, message-header-other, message-header-name)
11933 (message-header-xheader, message-separator, message-cited-text)
11934 (message-mml): Lighten colors of faces used for dark background.
11935
11936 2007-05-24 Simon Josefsson <simon@josefsson.org>
11937
11938 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11939 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11940
11941 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11942
11943 * message.el (message-narrow-to-headers-or-head):
11944 Ignore mail-header-separator in the body.
11945
11946 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11947
11948 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11949 same as window size.
11950
11951 2007-05-22 Kevin Ryde <user42@zip.com.au>
11952
11953 * message.el (message-font-lock-keywords): Use message-header-xheader
11954 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11955 ahead of the anything pattern, to get it recognized.
11956
11957 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11958
11959 * gnus-sum.el (gnus-articles-to-read)
11960 (gnus-summary-insert-old-articles): Don't truncate group name for
11961 `read-string'.
11962
11963 * gnus-util.el (gnus-limit-string): Delete this function.
11964
11965 * gnus-sum.el (gnus-simplify-subject-fully):
11966 Use `truncate-string-to-width' instead.
11967
11968 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11969
11970 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11971 Tell if, on summary exit, the next group has to be selected.
11972 (gnus-summary-exit): Use it.
11973
11974 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11975
11976 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11977 non-break space.
11978
11979 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11980
11981 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11982 Check if group is not a directory.
11983 (nnfolder-request-expire-articles): Don't delete articles if the target
11984 group is not available.
11985
11986 * nnml.el (nnml-request-create-group): Properly check if group is not a
11987 file.
11988 (nnml-request-expire-articles): Don't delete articles if the target
11989 group is not available.
11990
11991 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11992 Don't quote characters that are within parentheses.
11993
11994 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11995
11996 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11997 (gnus-handle-ephemeral-exit): Select article according to it.
11998
11999 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12000
12001 * message.el (message-insert-formated-citation-line): Remove newline.
12002 (message-citation-line-format): Add final \n here so that the user can
12003 avoid a blank line.
12004
12005 2007-05-03 Dan Christensen <jdc@uwo.ca>
12006
12007 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12008 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12009 Update lanl/arXiv support.
12010
12011 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12012
12013 * gnus.el: Bump version number.
12014
12015 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12016
12017 * gnus.el (gnus-version-number): Bump version.
12018
12019 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12020
12021 * gnus.el: No Gnus v0.6 is released.
12022
12023 2007-04-27 Didier Verna <didier@xemacs.org>
12024
12025 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12026 * gmm-utils.el (gmm-regexp-concat): ... here.
12027 * message.el: Don't require 'gnus-util.
12028 (message-dont-reply-to-names): Handle name change above.
12029 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12030
12031 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12032
12033 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12034 since the initial value varies according to the system.
12035
12036 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12037
12038 * mm-util.el (mm-charset-synonym-alist): Defcustom.
12039
12040 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
12041
12042 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12043
12044 2007-04-24 Didier Verna <didier@xemacs.org>
12045
12046 Improve the type of gnus-ignored-from-addresses.
12047 * gnus-util.el (gnus-orify-regexp): New function.
12048 * message.el (gnus-util): Require it.
12049 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12050 * gnus-sum.el (gnus-ignored-from-addresses): New function.
12051 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12052
12053 2007-04-24 Didier Verna <didier@xemacs.org>
12054
12055 * gnus-sum.el:
12056 * gnus-utils.el: Fix some trailing whitespaces.
12057
12058 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
12059
12060 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12061 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12062 article's Message-ID; refer parent article in summary buffer.
12063
12064 * message.el (message-bounce): Call mime-to-mml.
12065
12066 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12067
12068 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12069
12070 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12071
12072 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12073 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12074 displayed of multipart/alternative part if it is invoked from summary
12075 buffer.
12076
12077 * mm-view.el (mm-inline-text-html-render-with-w3m)
12078 (mm-inline-text-html-render-with-w3m-standalone)
12079 (mm-inline-render-with-function): Use mail-parse-charset by default.
12080
12081 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
12082
12083 * parse-time.el (parse-time-string-chars): Check if CHAR
12084 is less than the length of parse-time-syntax.
12085
12086 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
12087
12088 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12089 from gnus-newsgroup-processable.
12090
12091 2007-04-16 Didier Verna <didier@xemacs.org>
12092
12093 * gnus-msg.el (gnus-configure-posting-styles):
12094 Handle message-signature-directory properly with :file syntax.
12095 Reported by "Leo".
12096
12097 2007-04-11 Didier Verna <didier@xemacs.org>
12098
12099 New user option: message-signature-directory.
12100 * gnus-msg.el (gnus-configure-posting-styles): Support it.
12101 * message.el (message-insert-signature): Ditto.
12102 * message.el (message-signature-file): Doc update.
12103 * message.el (message-signature-directory): New.
12104
12105 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
12106
12107 * gnus-msg.el (gnus-inews-yank-articles):
12108 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12109
12110 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * message.el (message-yank-original): Make sure cited text ends with
12113 newline; don't exchange point and mark.
12114
12115 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * tls.el (open-tls-stream): Properly handle case where there
12118 is no associated buffer.
12119
12120 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
12121
12122 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12123 message-yank-original, make sure (< mark TEXT point).
12124
12125 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12126
12127 * message.el (message-fill-column): New variable.
12128 (message-mode): Use it. Add comment on a possible new hook.
12129
12130 * nnmail.el (nnmail-spool-file): Mark as obsolete.
12131 (nnmail-get-new-mail): Reformat.
12132
12133 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12134
12135 * gmm-utils.el: Fix Commentary.
12136 (gmm-tool-bar-from-list): Fix typo in doc string.
12137
12138 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
12139
12140 * message.el (message-yank-original): Don't switch point and mark
12141 unnecessarily to put point and mark as documented.
12142
12143 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12144
12145 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12146 from the message heads.
12147
12148 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
12149
12150 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12151 article buffer does not have a window. This may not be the best
12152 solution but is certainly better than setting the start of the null,
12153 that is the current, window.
12154
12155 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12156
12157 * gnus-draft.el (gnus-draft-setup-hook): New hook.
12158 (gnus-draft-setup): Run it.
12159
12160 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12161 gnus-score-fast-scoring. Allow regexp.
12162 (gnus-score-headers): Use it.
12163
12164 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12165 XEmacs.
12166
12167 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12168 string.
12169 (gnus-button-alist): Also catch `<f1> k ...'.
12170 (gnus-treat-display-x-face): Fix doc string.
12171
12172 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12173
12174 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12175 evaluation of gnus-extended-version to ensure correct generation of the
12176 User-Agent header when message-generate-headers-first is used.
12177
12178 2007-03-24 Simon Josefsson <simon@josefsson.org>
12179
12180 * hashcash.el (hashcash-generate-payment-async): Don't crash if
12181 hashcash-path is nil. Don't call callback with incorrect number of
12182 parameters if val is 0.
12183
12184 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12185
12186 * message.el (message-required-news-headers):
12187 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12188
12189 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12190
12191 * message.el (message-generate-new-buffers): Change the meaning of the
12192 nil value; add `standard' to the choices; treat t as `unique'; improve
12193 doc string.
12194 (gnus-select-frame-set-input-focus): Autoload.
12195 (message-buffer-name): Search for the existing message buffer if
12196 message-generate-new-buffers is nil or `standard'; treat the value t of
12197 message-generate-new-buffers as `unique'.
12198 (message-pop-to-buffer): Raise the frame already displaying the message
12199 buffer; clear the echo area after querying.
12200 (message-setup): Pass the `continue' argument to compose-mail.
12201 (message-mail): Prefer `switch-function' if it is given; search for the
12202 existing message buffer if the `continue' argument is non-nil; pass
12203 continue and switch-function arguments to compose-mail by way of
12204 message-setup.
12205 (message-mail-other-window): Adjust argument of message-setup.
12206 (message-mail-other-frame): Ditto.
12207
12208 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12209
12210 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12211 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12212 to turn font-lock on when turning gnus-message-citation-mode on.
12213
12214 2007-03-06 Daiki Ueno <ueno@unixuser.org>
12215
12216 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12217 (mml-smime-function-alist): New variable; add epg as the backend.
12218 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12219 mml-smime- functions instead.
12220 * mm-view.el: Require smime.
12221
12222 2007-03-05 Didier Verna <didier@xemacs.org>
12223
12224 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12225 instead of just inheritance for posting styles.
12226 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12227
12228 2007-02-24 John Paul Wallington <jpw@pobox.com>
12229
12230 * tls.el (tls-certtool-program): Fix custom type.
12231
12232 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12233
12234 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12235 and point-at-eol instead of line-(beginning|end)-position.
12236
12237 * assistant.el (assistant-parse-buffer): Ditto.
12238
12239 2007-02-28 Daiki Ueno <ueno@unixuser.org>
12240
12241 * mml2015.el (mml2015-epg-find-usable-key): New function.
12242 (mml2015-epg-sign): Use it.
12243 (mml2015-epg-encrypt): Use it.
12244
12245 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12246
12247 * message.el (message-make-in-reply-to): Quote name containing
12248 non-ASCII characters. It will make the RFC2047 encoder cause an error
12249 if there are special characters. Reported by NAKAJI Hiroyuki
12250 <nakaji@jp.freebsd.org>.
12251
12252 2007-02-27 Didier Verna <didier@xemacs.org>
12253
12254 Include the group parameters as well as the topic ones in the
12255 inheritance filter process.
12256 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12257 argument GROUP-PARAMS-LIST.
12258 * gnus-topic.el (gnus-group-topic-parameters): Use it.
12259
12260 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12261
12262 * nntp.el (nntp-never-echoes-commands)
12263 (nntp-open-connection-functions-never-echo-commands): New variables.
12264 (nntp-send-command): Use them.
12265
12266 2007-02-20 Daiki Ueno <ueno@unixuser.org>
12267
12268 * mml2015.el (mml2015-epg-verify): Simplify.
12269
12270 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12271
12272 * mml.el (mml-content-disposition-alist): New user option.
12273 (mml-content-disposition): New function.
12274 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12275 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12276
12277 2007-02-19 Daiki Ueno <ueno@unixuser.org>
12278
12279 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12280 verification.
12281
12282 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12283
12284 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12285 articles posted in the last 24 hours.
12286
12287 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
12288
12289 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12290
12291 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
12292
12293 * nntp.el (nntp-send-command): Don't wait for echoes when
12294 nntp-open-ssl-stream is used.
12295
12296 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12297
12298 * gnus-cite.el (gnus-test-font-lock-add-keywords)
12299 (gnus-message-add-citation-keywords)
12300 (gnus-message-remove-citation-keywords): Remove.
12301 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12302 directly, make the variables in font-lock-defaults buffer-local, add
12303 gnus-message-citation-keywords to them and then update the value of
12304 font-lock-keywords.
12305
12306 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
12307
12308 * message.el (message-cite-original-1): Don't call
12309 gnus-article-highlight-citation.
12310
12311 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12312 citations; fix line count.
12313
12314 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12315
12316 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12317 (gnus-message-add-citation-keywords)
12318 (gnus-message-remove-citation-keywords): Use it; fix the emulating
12319 versions of font-lock-add-keywords and font-lock-remove-keywords to
12320 work with XEmacs correctly.
12321
12322 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12323
12324 * gnus-cite.el (gnus-cite-face-list): Set the values of
12325 gnus-message-max-citation-depth and gnus-message-citation-keywords.
12326 (gnus-message-max-citation-depth): Use defvar rather than defconst.
12327 (gnus-message-cite-prefix-regexp): New variable.
12328 (gnus-message-search-citation-line): Use it; protect against long
12329 citation prefix; fill match data with nil rather than 0 for XEmacs; set
12330 the 0th match data for Emacs.
12331 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12332 (gnus-message-add-citation-keywords): Append keywords rather than
12333 prepending; emulate font-lock-add-keywords if it is not available.
12334 (gnus-message-remove-citation-keywords):
12335 Emulate font-lock-remove-keywords if it is not available.
12336
12337 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12338
12339 * message.el (message-cite-prefix-regexp): Set the value of
12340 gnus-message-cite-prefix-regexp.
12341
12342 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12343
12344 * nnweb.el (nnweb-google-parse-1): Update parser.
12345
12346 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
12347
12348 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12349
12350 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12351
12352 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12353 regexp.
12354
12355 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12356
12357 * uudecode.el (uudecode-string-to-multibyte): New function emulating
12358 string-to-multibyte.
12359 (uudecode-decode-region-internal): Use it.
12360
12361 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12362
12363 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12364 Fix custom choice.
12365
12366 * gnus-art.el (gnus-signature-limit): Fix custom choice.
12367
12368 2007-01-22 Daiki Ueno <ueno@unixuser.org>
12369
12370 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12371
12372 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12373 `write-region' to respect `mm-inhibit-file-name-handlers'.
12374
12375 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
12376
12377 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12378 Use gnus-home-directory instead of "~/" or "$HOME".
12379
12380 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
12381
12382 * encrypt.el (encrypt-insert-file-contents): Add better prompt
12383 to mention filename.
12384 Add comments at beginning regarding usage.
12385 (encrypt-write-file-contents): Change interactive so a string is
12386 acceptable. If the file has no associated model, show an error instead
12387 of a nonsense prompt.
12388
12389 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12390
12391 * spam.el (spam-bsfilter-ham-switch): Fix typo.
12392 Thanks to Yoshihiko Yamada for kind notification of this typo.
12393
12394 2007-01-12 Kenichi Handa <handa@m17n.org>
12395
12396 * uudecode.el (uudecode-decode-region-internal): Make it work in a
12397 multibyte buffer.
12398
12399 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
12400
12401 * gnus-score.el (gnus-score-fast-scoring): New variable.
12402 (gnus-score-headers): Use it.
12403
12404 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12405
12406 * message.el (message-cite-original-1):
12407 Call gnus-article-highlight-citation if requested.
12408 (message-make-from): Allow name and address as optional arguments.
12409
12410 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12411
12412 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12413 bugs to doc string.
12414 (gnus-button-alist): Add mid\\|message-id.
12415 (gnus-button-fetch-group): Extend for use in
12416 `browse-url-browser-function'.
12417 (gnus-button-url-regexp): Try to catch paired parentheses like in
12418 Wikipedia URLs.
12419
12420 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12421 Suggested by Simon Krahnke <overlord@gmx.li>.
12422
12423 2007-01-13 Romain Francoise <romain@orebokech.com>
12424
12425 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12426 Update copyright.
12427
12428 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
12429
12430 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12431
12432 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12433
12434 * gnus-registry.el (gnus-registry-unfollowed-groups)
12435 (gnus-registry-split-fancy-with-parent): Fix documentation.
12436
12437 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12438
12439 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12440 from nnweb groups.
12441
12442 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12443
12444 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12445 Xref urls. Erase buffer before requesting head.
12446
12447 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12448
12449 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12450
12451 * gnus-soup.el (gnus-soup): New custom group. Make user variables
12452 customizable.
12453
12454 2007-01-05 Daiki Ueno <ueno@unixuser.org>
12455
12456 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12457 no signing key is found.
12458 (mml2015-epg-encrypt): Ask user whether to skip or abort if
12459 no encrypting and/or signing key is found.
12460
12461 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12462
12463 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12464
12465 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12466
12467 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12468 headers read from disk with the ones newly found in the current search.
12469 This should no longer cause problems, because the article numbers in
12470 Gmane's `nov.php' output are ignored since the previous change.
12471
12472 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12473
12474 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12475
12476 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12479
12480 2007-01-01 Romain Francoise <romain@orebokech.com>
12481
12482 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12483
12484 2006-12-31 Steve Youngs <steve@sxemacs.org>
12485
12486 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12487 `define-minor-mode' macro definition expanded properly.
12488 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12489 exclude it there.
12490
12491 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12492 of 2006-12-30. The default is nil on (S)XEmacs already because of the
12493 `fboundp' test.
12494 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12495 This is OK to autoload in (S)XEmacs now.
12496
12497 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12498
12499 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12500 keystroke.
12501 (gnus-summary-limit-to-singletons): Fix typo.
12502
12503 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12504 else fails.
12505
12506 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12507
12508 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12509 docstring.
12510
12511 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12512 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12513 (gnus-summary-insert-dormant-articles): Fix typo in message.
12514
12515 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
12516
12517 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12518 nil for XEmacs.
12519 (gnus-message-citation-mode): Don't autoload in XEmacs.
12520
12521 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12522
12523 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
12524
12525 * nnimap.el (nnimap-expunge-search-string):
12526 Mention nnimap-search-uids-not-since-is-evil in docstring.
12527
12528 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12529
12530 * spam.el: Revert to make-obsolete-variable because
12531 define-obsolete-variable-alias is not supported in Emacs 21.
12532
12533 * spam.el (spam-ifile-path, spam-ifile-database-path)
12534 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12535 make-obsolete-variable.
12536 (spam-bsfilter-path, spam-bsfilter-program)
12537 (spam-spamassassin-path, spam-spamassassin-program)
12538 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12539 Don't use "path" inappropriately.
12540 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12541 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12542 variable names.
12543
12544 2006-12-28 Daiki Ueno <ueno@unixuser.org>
12545
12546 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12547 summary buffer.
12548
12549 * password.el (password-cache-remove): Use clear-string to burn
12550 password, if available.
12551
12552 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12555
12556 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12557
12558 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12559 (gnus-message-highlight-citation): Move defcustom here from
12560 gnus-cite.el.
12561 (gnus-message-citation-mode): Autoload.
12562
12563 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
12564 checks to make it compile with XEmacs.
12565 (gnus-message-citation-mode): New minor mode.
12566 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12567 (gnus-message-highlight-citation): New variables.
12568 (gnus-message-search-citation-line)
12569 (gnus-message-add-citation-keywords)
12570 (gnus-message-remove-citation-keywords)
12571 (turn-on-gnus-message-citation-mode)
12572 (turn-off-gnus-message-citation-mode): New functions.
12573
12574 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
12575
12576 * gnus-cite.el: Enable highlighting of different citation levels in
12577 message-mode.
12578
12579 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12580
12581 * message.el (message-make-fqdn): Fix comment.
12582 (message-bogus-system-names): Add ".local".
12583
12584 * spam.el (spam-ifile-path, spam-ifile-program)
12585 (spam-ifile-database-path, spam-ifile-database)
12586 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12587 Don't use "path" inappropriately.
12588 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12589 strings.
12590 (spam-check-ifile, spam-ifile-register-with-ifile)
12591 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12592 Use new variable names.
12593
12594 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12595 (gnus-treat-display-smileys): Simplify using
12596 gnus-image-type-available-p.
12597
12598 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12599 available.
12600
12601 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12602
12603 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12604 one after turning on the buffer's multibyteness instead of decoding
12605 them directly in the unibyte buffer that causes unexpected conversion
12606 in Emacs 23 (unicode).
12607
12608 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12609
12610 * message.el (message-generate-hashcash): Fix custom type.
12611
12612 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12613
12614 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12615
12616 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12617
12618 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12619 disconnect icons. Add help text.
12620
12621 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
12622
12623 * spam.el (spam-extra-header-to-number): CRM114 spam score is
12624 negated to be consistent with the others we handle.
12625
12626 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12627
12628 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12629 version of gnus-summary-buffer to something, so that we can use two
12630 article buffers at the same time.
12631
12632 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
12633
12634 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12635 trigger all the extra headers.
12636 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12637 sorting.
12638
12639 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12640
12641 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12642 solid groups.
12643
12644 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12645
12646 * legacy-gnus-agent.el: Add Copyright notice.
12647
12648 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
12649
12650 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12651
12652 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12653
12654 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12655
12656 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12657 to make it work reliably in CVS Emacs.
12658 (gnus-summary-limit-strange-charsets-predicate)
12659 (gnus-summary-limit-to-predicate): New functions.
12660
12661 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
12662
12663 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12664 specifying array size.
12665 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12666 array if it is too small.
12667 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12668 (gnus-sort-threads-loop): New function.
12669
12670 2006-12-06 Chris Moore <dooglus@gmail.com>
12671
12672 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12673 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12674
12675 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
12676
12677 * mm-url.el (mm-url-predefined-programs): Call curl with correct
12678 options.
12679
12680 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12681
12682 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12683 DOS-ing the recipient.
12684
12685 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12686 the headers when creating the mapping to avoid mismappings.
12687 (nnweb-gmane-create-mapping): Always nix out old mapping.
12688
12689 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12690
12691 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12692 and mm-verify-option to never.
12693
12694 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12695
12696 * message.el (message-signed-or-encrypted-p): New function.
12697 (message-forward-make-body): Use it.
12698
12699 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12700 Replace encode-coding-string with mm-encode-coding-string.
12701
12702 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
12703
12704 * nneething.el (nneething-decode-file-name):
12705 Replace decode-coding-string with mm-decode-coding-string.
12706
12707 * gnus-int.el (gnus-open-server): Say failed server's name.
12708
12709 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
12710
12711 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12712 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12713
12714 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12715 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12716 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12717 (gnus-group-make-directory-group, gnus-group-transpose-groups):
12718 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12719 (gnus-subscribe-newsgroup, gnus-1):
12720 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12721 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12722 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12723 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12724
12725 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12726
12727 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12728 keystroke.
12729 (gnus-summary-limit-to-bodies): Implement headersp.
12730
12731 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12732
12733 * dns.el (query-dns): Protect against "Process dns deleted" strings.
12734
12735 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12736
12737 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12738
12739 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12740
12741 * message.el (message-generate-hashcash): Expand range of values to
12742 include `opportunistic'.
12743 (message-send-mail): Use it.
12744
12745 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12746
12747 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12748 and comment it.
12749
12750 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12751
12752 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
12753
12754 * gnus-util.el (gnus-extract-address-components): Improve comment.
12755
12756 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12757
12758 * gnus-util.el (gnus-extract-address-components): Work with address in
12759 which the name portion contains @.
12760
12761 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12762
12763 * gnus.el (gnus-start): Move custom group up.
12764 (gnus-select-method): Don't autoload, but make it available for
12765 `customize-variable'.
12766 (gnus-getenv-nntpserver): Don't autoload.
12767
12768 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
12769
12770 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12771
12772 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12773
12774 * message.el (message-sendmail-extra-arguments): New variable.
12775 (message-send-mail-with-sendmail): Use it.
12776
12777 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12778
12779 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12780 mm-with-unibyte-current-buffer to make string unibyte.
12781
12782 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12783 mm-string-as-multibyte.
12784
12785 2006-11-14 Daiki Ueno <ueno@unixuser.org>
12786
12787 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12788 Reported by Werner Koch <wk@gnupg.org>.
12789
12790 2006-11-14 Daiki Ueno <ueno@p360>
12791
12792 * mml2015.el: Autoload epa-select-keys when compiling.
12793
12794 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12795
12796 * mml2015.el (mml2015-epg-sign): Save the signing keys in
12797 message-options.
12798 (mml2015-epg-encrypt): Save the recipient keys in message-options.
12799
12800 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12801
12802 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12803 EasyPG (< 0.0.6).
12804 (mml2015-always-trust): New user option.
12805 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12806 prompt.
12807
12808 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12809
12810 * nntp.el (nntp-authinfo-force): New variable.
12811 (nntp-send-authinfo): Use it.
12812
12813 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
12814
12815 * message.el (message-strip-subject-encoded-words): Allow _not_ to
12816 decode encoded words. Improve prompt. Add comment about forwarding.
12817 (message-replacement-char): Move up.
12818
12819 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12820
12821 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12822 instead of gnus-intersection because arguments of gnus-sorted-nunion
12823 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
12824
12825 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
12826
12827 * message.el (message-strip-subject-encoded-words): Reformat prompt.
12828 (message-simplify-subject-functions):
12829 Enable message-strip-subject-encoded-words by default.
12830
12831 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
12832
12833 * message.el (message-strip-subject-encoded-words): New function.
12834 (message-simplify-subject-functions): New variable.
12835 (message-simplify-subject): Use it. Fix typo in doc string.
12836 Support message-strip-subject-encoded-words.
12837
12838 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
12839
12840 * gnus-diary.el (gnus-diary-delay-format-function):
12841 * nndiary.el (nndiary-reminders):
12842 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12843
12844 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12845
12846 * gnus-art.el (article-hide-boring-headers): Fetch date from
12847 gnus-original-article-buffer to avoid problems with localized date
12848 strings.
12849
12850 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12851
12852 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12853
12854 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12855
12856 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12857 New variables.
12858 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12859 (mm-charset-synonym-alist): Move some entries to
12860 mm-codepage-iso-8859-list.
12861 (mm-charset-synonym-alist, mm-charset-override-alist):
12862 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12863
12864 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12865
12866 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12867
12868 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12869
12870 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12871 with Emacs 21 and XEmacs.
12872
12873 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12874
12875 * spam.el (spam-parse-address): New function for better parsing,
12876 catching errors, etc.
12877 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12878
12879 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12880
12881 * mm-view.el: Add interactive arg to html2text autoload.
12882
12883 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12884
12885 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12886
12887 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12888
12889 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12890 New variables.
12891 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12892 (mm-charset-synonym-alist): Move some entries to
12893 mm-codepage-iso-8859-list.
12894
12895 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12896
12897 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12898
12899 * message.el (message-citation-line-format)
12900 (message-insert-formated-citation-line): Fix implementation of %E, %N
12901 and %n according to the doc string.
12902
12903 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12904
12905 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12906 Use car-safe to avoid bad parses.
12907
12908 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12909
12910 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12911 names.
12912
12913 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12914
12915 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12916
12917 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12918 header.
12919
12920 * message.el (message-draft-headers): Add Date.
12921 (message-headers-to-generate): Fix typo in docstring.
12922
12923 * nndraft.el (nndraft-required-headers): New variable.
12924 (nndraft-generate-headers): Use it.
12925
12926 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12927
12928 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12929
12930 * gnus-registry.el (gnus-registry-wash-for-keywords)
12931 (gnus-registry-find-keywords): New functions to allow easy searching of
12932 articles that are in the registry.
12933
12934 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12935
12936 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12937 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12938 Reported by Damien Elmes <damien@repose.cx>.
12939
12940 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12941
12942 * gnus.el (gnus-mime): Remove unused custom group.
12943
12944 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12945
12946 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12947 "blank line" when searching for end of armor headers.
12948
12949 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12950
12951 * gmm-utils.el (gmm-write-region): Fix variable name.
12952
12953 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12954
12955 * gmm-utils.el (gmm-write-region): New function based on compatibility
12956 code from `mm-make-temp-file'.
12957
12958 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12959
12960 * nnmaildir.el (nnmaildir--update-nov)
12961 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12962 Use `gmm-write-region'.
12963
12964 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12965
12966 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12967 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12968
12969 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12970
12971 * message.el (message-replacement-char): New variable.
12972 (message-fix-before-sending): Use it.
12973 (message-simplify-subject): New function to remove duplicate code.
12974 (message-reply, message-followup): Use it.
12975
12976 * gnus-sum.el (gnus-summary-make-menu-bar):
12977 Clarify gnus-summary-limit-to-articles.
12978
12979 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12980
12981 * gnus-util.el (gnus-with-local-quit): New macro.
12982
12983 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12984
12985 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12986
12987 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12988 ignore non-string data.
12989
12990 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12991
12992 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12993 non-string data (needs to be done in the registry too).
12994
12995 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12996
12997 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12998 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12999 (gnus-registry-split-fancy-with-parent)
13000 (gnus-registry-fetch-simplified-message-subject-fast)
13001 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13002 Remove text properties on ingress into the registry and when it's saved.
13003 (gnus-registry-clean-empty-function): Fix bug with cleaning the
13004 registry from entries with no groups.
13005
13006 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13007
13008 * gnus-util.el (gnus-string-remove-all-properties): Add utility
13009 function to remove string properties.
13010
13011 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13012
13013 * gmm-utils.el (gmm): Adjust custom version.
13014
13015 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13016 Adjust custom version.
13017
13018 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13019
13020 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13021
13022 * gnus-art.el (gnus-insert-prev-page-button)
13023 (gnus-insert-next-page-button): Simplify. Reformat.
13024
13025 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13026
13027 * gnus-art.el (gnus-insert-prev-page-button)
13028 (gnus-insert-next-page-button): Apply gnus-article-button-face.
13029
13030 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
13031
13032 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13033
13034 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13035
13036 * gnus-art.el (gnus-insert-mime-button)
13037 (gnus-insert-mime-security-button):
13038 Apply gnus-article-button-face to MIME and security buttons.
13039
13040 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
13041
13042 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13043 readable.
13044
13045 2006-09-20 Steve Youngs <steve@sxemacs.org>
13046
13047 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13048 `browse-url-of-file' instead of `browse-url'.
13049
13050 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13051
13052 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13053 regexp. Articles containing quotation were cut prematurely.
13054
13055 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13056
13057 * message.el (message-cite-original-1): Use nobody by default for the
13058 value of From header.
13059 (message-reply): Ditto.
13060
13061 2006-09-11 Daiki Ueno <ueno@unixuser.org>
13062
13063 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13064 to the gnus-info. This fixes a bug of inline-PGP message verification.
13065 Reported by Michael Piotrowski <mxp@dynalabs.de>.
13066
13067 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
13068
13069 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13070 mails in the doc string. Add some URLs in comment.
13071 (pop3-movemail): Warn about pop3-leave-mail-on-server.
13072
13073 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
13074
13075 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13076 backslashes handling and the way to find boundaries of quoted strings.
13077
13078 2006-09-07 Daiki Ueno <ueno@unixuser.org>
13079
13080 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13081 mml1991-encrypt-to-self is set and mml1991-signers is not set.
13082 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13083 mml2015-encrypt-to-self is set and mml2015-signers is not set.
13084
13085 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13086
13087 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
13088 doc string.
13089 (gnus-button-regexp, gnus-button-last): Remove unused variables.
13090
13091 2006-09-06 Simon Josefsson <jas@extundo.com>
13092
13093 * mml2015.el (mml2015-use): Doc fix, mention epg.
13094
13095 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13096
13097 * mml2015.el (mml2015-use): Default to epg, if available.
13098
13099 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13100
13101 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13102 message-sender.
13103 (mml1991-epg-encrypt): Ditto.
13104 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13105 message-sender.
13106 (mml2015-epg-encrypt): Ditto.
13107
13108 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
13109
13110 * message.el (message-send-mail-with-sendmail): Look for sendmail in
13111 several common directories.
13112
13113 2006-09-05 Daiki Ueno <ueno@unixuser.org>
13114
13115 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13116 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13117
13118 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13119
13120 * gnus-art.el (article-decode-encoded-words): Make it fast.
13121
13122 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13123
13124 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13125
13126 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13127 in quoted string into `\'.
13128
13129 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13130
13131 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13132 Use standard-syntax-table.
13133
13134 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13135
13136 * gnus-art.el (gnus-decode-address-function): New variable.
13137 (article-decode-encoded-words): Use it to decode headers which are
13138 assumed to contain addresses.
13139 (gnus-mime-delete-part): Remove useless `or'.
13140
13141 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13142 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13143 (gnus-nov-parse-line): Use it to decode From header.
13144 (gnus-get-newsgroup-headers): Ditto.
13145 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13146
13147 * mail-parse.el (mail-decode-encoded-address-region): New alias.
13148 (mail-decode-encoded-address-string): New alias.
13149
13150 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13151 New function.
13152 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13153 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13154 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13155 (rfc2047-decode-string): Ditto.
13156 (rfc2047-decode-address-region): New function.
13157 (rfc2047-decode-address-string): New function.
13158
13159 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
13160
13161 * message.el (message-caesar-buffer-body): Allow rotating headers.
13162
13163 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13164
13165 * message.el (message-insert-formated-citation-line): Fix %f.
13166 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13167
13168 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
13169
13170 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13171 (gnus-bookmark-mouse-available-p): New macro.
13172 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13173 (gnus-bookmark-bmenu-show-infos): Use it.
13174 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13175 (gnus-bookmark-bmenu-hide-infos): Ditto.
13176 (gnus-bookmark-remove-properties): New function.
13177 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13178 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13179 (gnus-bookmark-write-file): Bind coding-system-for-write.
13180 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13181 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13182 group before selecting it.
13183 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13184 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13185 quit-window if it is not available; use gnus-mouse-2 and bind it to
13186 gnus-bookmark-bmenu-select-by-mouse.
13187 (gnus-bookmark-show-details): Remove unused variable `details-list'.
13188 (gnus-bookmark-bmenu-select-by-mouse): New function.
13189
13190 2006-08-13 Romain Francoise <romain@orebokech.com>
13191
13192 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13193 space.
13194
13195 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13196
13197 * compface.el (uncompface): Use binary rather than raw-text-unix.
13198
13199 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13200
13201 * compface.el (uncompface): Make sure the eol conversion doesn't take
13202 place when communicating with the external programs.
13203 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13204
13205 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
13206
13207 * nnheader.el (nnheader-insert-head): Fix typo in comment.
13208
13209 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13210
13211 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13212 Make it more robust by parsing author and date independently.
13213
13214 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13215
13216 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13217
13218 2006-07-28 Daiki Ueno <ueno@unixuser.org>
13219
13220 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13221 first matching secret key.
13222 (mml2015-epg-encrypt): Ditto.
13223
13224 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13225 first matching secret key.
13226 (mml1991-epg-encrypt): Ditto.
13227
13228 * mml2015.el (mml2015-encrypt-to-self): New user option.
13229 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13230 mml2015-epg-encrypt-to-self is set.
13231
13232 * mml1991.el (mml1991-encrypt-to-self): New variable.
13233 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13234 mml1991-epg-encrypt-to-self is set.
13235
13236 * mml2015.el (mml2015-signers): New user option.
13237 (mml2015-epg-sign): Reflect the value of mml2015-signers.
13238 (mml2015-epg-encrypt): Allow to select signing keys.
13239
13240 * mml1991.el (mml1991-signers): New variable.
13241 (mml1991-epg-sign): Reflect the value of mml1991-signers.
13242 (mml1991-epg-encrypt): Allow to select signing keys.
13243
13244 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13245
13246 * nnheader.el (nnheader-insert-head): Make it work even if the file
13247 uses CRLF for the line-break code.
13248
13249 2006-07-25 Daiki Ueno <ueno@unixuser.org>
13250
13251 * mml2015.el: Require mml-sec instead of password.
13252 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13253 (mml2015-cache-passphrase): Inherit the default value from
13254 mml-secure-cache-passphrase.
13255 (mml2015-passphrase-cache-expiry): Inherit the default value from
13256 mml-secure-passphrase-cache-expiry.
13257
13258 * mml1991.el: Require mml-sec instead of password.
13259 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13260 (mml1991-cache-passphrase): Inherit the default value from
13261 mml-secure-cache-passphrase.
13262 (mml1991-passphrase-cache-expiry): Inherit the default value from
13263 mml-secure-passphrase-cache-expiry.
13264
13265 * mml-sec.el: Require password.
13266 (mml-secure-verbose): New user option.
13267 (mml-secure-cache-passphrase): New user option.
13268 (mml-secure-passphrase-cache-expiry): New user option.
13269
13270 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
13271 Andreas Vögele <andreas@altroot.de> (tiny change)
13272
13273 * pgg-def.el (pgg-truncate-key-identifier):
13274 Truncate the key ID to 8 letters from the end.
13275
13276 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13277
13278 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13279 workaround for the url package included with Emacs.
13280
13281 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13282
13283 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13284
13285 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13286 correctly. This fixes a bug caused by the 2006-05-12 change.
13287
13288 2006-07-18 Karl Fogel <kfogel@red-bean.com>
13289
13290 * nnmail.el (nnmail-article-group): If splitting raises an error, give
13291 some information about the error when saying that the `bogus' mail
13292 group will be used.
13293
13294 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
13295
13296 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13297 string.
13298
13299 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
13300
13301 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13302
13303 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13304
13305 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13306
13307 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13308
13309 * mml1991.el (mml1991-function-alist): Add epg.
13310 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13311 (mml1991-epg-encrypt): New functions.
13312
13313 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13314
13315 * mml2015.el (mml2015-verbose): New variable.
13316 (mml2015-cache-passphrase): Ditto.
13317 (mml2015-passphrase-cache-expiry): Ditto.
13318 (mml2015-function-alist): Add epg.
13319 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13320 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13321 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13322 New functions.
13323
13324 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13325
13326 * message.el (message-cite-original-1): Preserve region when removing
13327 quoted text due to X-No-Archive in order to avoid bogus attribution
13328 when citing multiple messages.
13329
13330 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13331
13332 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13333 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13334
13335 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
13336
13337 * gnus-diary.el (gnus-user-format-function-d)
13338 (gnus-user-format-function-D): Autoload.
13339
13340 * imap.el (Commentary): Fix typo.
13341
13342 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13343 2006-04-22 contribution.
13344
13345 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13346
13347 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13348 It didn't really fix the bogosity I'm seeing with solid web groups.
13349
13350 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13351
13352 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13353 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13354 created using server names. If we use the feature without declaring
13355 it, Gnus does not properly manage server and group state.
13356
13357 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13358 bound.
13359
13360 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13361
13362 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13363 looking up the method using GROUP's prefix before inventing a new one.
13364 It is used on killed/unknown groups in various places where returning
13365 an all-new method isn't expected by the caller.
13366
13367 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13368 and match semantics of gnus-group-real-prefix.
13369
13370 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
13371
13372 * nnmail.el (nnmail-broken-references-mailers): New variable.
13373 (nnmail-ignore-broken-references): New function generalizing
13374 nnmail-fix-eudora-headers.
13375 (nnmail-fix-eudora-headers): Now obsolete.
13376
13377 * gnus-art.el (gnus-button-handle-custom):
13378 Support `customize-apropos*'.
13379
13380 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13381
13382 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13383
13384 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13385 articles.
13386
13387 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13388
13389 * message.el (message-cite-reply-above): New variable.
13390 (message-yank-original): Use it.
13391
13392 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
13393
13394 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13395
13396 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
13397
13398 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13399 as read.
13400
13401 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13402
13403 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
13404
13405 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13406 (gnus-bookmark-default-file): Use gnus-directory.
13407 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13408 Remove "*" in doc string.
13409 (gnus-bookmark-write-file): Simplify.
13410 (gnus-bookmark-maybe-sort-alist): Use `when'.
13411 (gnus-bookmark-get-bookmark): Fix typo in doc string.
13412 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13413 Add FIXME about Emacs 21 and XEmacs compatibility.
13414 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13415 compatibility.
13416 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13417 compatibility.
13418 (gnus-bookmark-menu-heading): Fix version.
13419
13420 2006-06-19 Bastien Guerry <bzg@altern.org>
13421
13422 * gnus-bookmark.el: New file.
13423
13424 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13425
13426 * message.el (message-syntax-checks): Doc fix.
13427
13428 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13429
13430 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13431 unsubscribed groups as if they were killed ones. It causes duplicate
13432 entries in gnus-newsrc-alist.
13433
13434 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13435
13436 * message.el (message-syntax-checks): Doc fix.
13437 (message-send-mail): Add check for continuation headers.
13438 (message-check-news-header-syntax): Fix regexp used to check for
13439 continuation headers.
13440
13441 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13442
13443 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13444
13445 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
13446
13447 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13448
13449 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13450
13451 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13452 default-truncate-lines.
13453
13454 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
13455
13456 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13457 to fill the utf-8 entry.
13458
13459 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13460
13461 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13462
13463 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
13464
13465 * gnus-agent.el (directory-files-and-attributes): Move all the way
13466 forward (the third and final move).
13467 (gnus-agent-read-agentview): Trap reconstruction errors due to
13468 nonexistent directory. Handle by returning nil.
13469
13470 2006-05-30 Didier Verna <didier@xemacs.org>
13471
13472 * message.el (message-dont-reply-to-names): Update the custom type.
13473 * message.el (message-dont-reply-to-names): New defsubst: potentially
13474 convert a list of regexps into a single one.
13475 * message.el (message-get-reply-headers): Use it.
13476 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13477
13478 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13479
13480 * gnus-agent.el (directory-files-and-attributes): Move forward.
13481
13482 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13483
13484 * gnus-ml.el (gnus-mailing-list-subscribe)
13485 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13486 (gnus-mailing-list-message): Fix doc strings.
13487
13488 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13489
13490 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13491 of doing it manually.
13492
13493 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13494
13495 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13496 comment.
13497
13498 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
13499
13500 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13501 (gnus-agent-read-agentview): Fix handling of end-of-file error.
13502 (gnus-agent-read-local): All symbols allocated in my-obarray.
13503 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13504 (gnus-agent-regenerate-group): Check numeric names to see if they are
13505 messages or groups.
13506 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13507 better way of do this...)
13508
13509 * gnus-cache.el (gnus-agent-total-fetched-for):
13510 Ignore 'dummy.group' (there should be a better way of do this...)
13511
13512 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13513
13514 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13515 (gnus-saved-headers): Ditto.
13516 (gnus-default-article-saver): Mention functions may have properties.
13517 (gnus-article-save): Override gnus-save-all-headers and
13518 gnus-saved-headers by :headers property which saver function may have.
13519 (gnus-summary-save-in-file): Add :headers property.
13520 (gnus-summary-write-to-file): Ditto.
13521
13522 * gnus-sum.el (gnus-summary-save-article): Bind
13523 gnus-prompt-before-saving to t when saving many articles in a file;
13524 always show all headers.
13525
13526 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13527
13528 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13529 marks.
13530
13531 * message.el (message-indent-citation): Add optional arguments to allow
13532 using it outside of message buffers.
13533
13534 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13535 (gnus-article-treat-unfold-headers): Use it.
13536 (gnus-article-truncate-lines): New variable.
13537 (gnus-article-mode): Use it.
13538 (gnus-article-toggle-truncate-lines): New function.
13539
13540 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13541 Add gnus-article-toggle-truncate-lines.
13542
13543 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13544 coding system in XEmacs, use binary.
13545
13546 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13547
13548 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13549 after-load-alist.
13550
13551 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13552 this function should save decoded articles.
13553 (gnus-summary-write-to-file): Use property to specify this function
13554 should save decoded articles and specify gnus-summary-save-in-file
13555 should be used to save articles other than the first one when saving
13556 many articles.
13557 (gnus-summary-save-body-in-file): Use property to specify this
13558 function should save decoded articles.
13559 (gnus-summary-write-body-to-file): Use property to specify this
13560 function should save decoded articles and specify
13561 gnus-summary-save-body-in-file should be used to save articles other
13562 than the first one when saving many articles.
13563
13564 * gnus-sum.el (gnus-summary-save-article): Simplify.
13565
13566 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13567
13568 * gnus-art.el (gnus-default-article-saver):
13569 Add gnus-summary-write-body-to-file.
13570 (gnus-article-save-coding-system): Don't use coding system object
13571 in XEmacs.
13572 (gnus-read-save-file-name): Add optional `dir-var' argument which
13573 specifies directory in which files are saved; work even if optional
13574 `variable' argument is not specified.
13575 (gnus-summary-write-to-file): Read file name.
13576 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13577 (gnus-summary-write-body-to-file): New function.
13578
13579 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13580 (gnus-summary-local-variables): Add it.
13581 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13582 (gnus-summary-save-article): Remove optional `decode' argument;
13583 determine whether to decode articles by the value of
13584 gnus-default-article-saver; when saving many files using
13585 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13586 it first and use gnus-summary-save-in-file or
13587 gnus-summary-save-body-in-file thereafter unless
13588 gnus-prompt-before-saving is always; move point to article which
13589 will be saved.
13590 (gnus-summary-save-article-file): Revert.
13591 (gnus-summary-write-article-file): Revert.
13592 (gnus-summary-save-article-body-file): Revert.
13593 (gnus-summary-write-article-body-file): New function.
13594
13595 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13596
13597 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13598
13599 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13600
13601 * gnus-art.el (gnus-default-article-saver): Doc fix.
13602 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13603 from gnus-summary-save-article-coding-system, and default to a
13604 certain coding system.
13605 (gnus-output-to-file): Add coding cookie and encode text according
13606 to gnus-article-save-coding-system; don't use mm-append-to-file.
13607
13608 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13609 gnus-art.el and rename to gnus-article-save-coding-system.
13610 (gnus-summary-save-article): Require gnus-art; don't show all
13611 headers if it decodes articles; don't add coding cookie here;
13612 don't bind mm-text-coding-system-for-write.
13613 (gnus-summary-save-article-file): Save decoded articles.
13614 (gnus-summary-write-article-file): When saving many files, use
13615 gnus-summary-write-to-file first and gnus-summary-save-in-file
13616 thereafter unless gnus-prompt-before-saving is always.
13617 (gnus-summary-save-article-body-file): Save decoded articles.
13618
13619 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13620
13621 * nnrss.el (nnrss-check-group): Bind hash-index.
13622
13623 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
13624
13625 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13626 its hash index. Store this hash in `nnrss-group-data'.
13627 (nnrss-read-group-data): Update accordingly.
13628
13629 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13630
13631 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13632 entry.
13633
13634 * gnus-sum.el (gnus-summary-make-menu-bar):
13635 Add gnus-article-browse-html-article.
13636
13637 2006-05-23 Hynek Schlawack <hynek@ularx.de>
13638
13639 * gnus-sum.el (gnus-summary-mime-map):
13640 Add gnus-article-browse-html-article.
13641
13642 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13643
13644 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13645 suitable coding systems in customize.
13646
13647 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13648
13649 * mail-source.el (mail-sources): Fix custom type.
13650
13651 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13652
13653 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13654 (gnus-summary-expire-articles-now): Shorten prompt.
13655
13656 * gmm-utils.el (wid-edit): Require.
13657 (defun-gmm): Rename from `gmm-defun-compat'.
13658 (gmm-image-search-load-path): Use it.
13659 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
13660
13661 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13662
13663 * gnus-sum.el (gnus-summary-save-article-coding-system):
13664 New variable.
13665 (gnus-summary-save-article): Add optional `decode' argument.
13666 If it is set and gnus-summary-save-article-coding-system is non-nil,
13667 save decoded article.
13668 (gnus-summary-write-article-file): Save decoded article if
13669 gnus-summary-save-article-coding-system is non-nil.
13670
13671 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13672 type.
13673
13674 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13675
13676 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13677
13678 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
13679
13680 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13681 first to test gnus-single-article-buffer which may be buffer-local.
13682
13683 * gnus-sum.el (gnus-summary-setup-buffer):
13684 Make gnus-single-article-buffer buffer-local and nil in ephemeral
13685 group; make gnus-article-buffer, gnus-article-current, and
13686 gnus-original-article-buffer always buffer-local.
13687 (gnus-summary-exit): Kill article buffer belonging to ephemeral
13688 group.
13689 (gnus-handle-ephemeral-exit): Don't move to next summary line.
13690
13691 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13692
13693 * nnml.el (nnml-request-compact-group): Compressed files might not
13694 have .gz extension.
13695
13696 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13699 (mm-copy-to-buffer): Use with-current-buffer.
13700 (mm-display-part): Simplify.
13701 (mm-inlinable-p): Add optional arg `type'.
13702
13703 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13706 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13707 Try harder to show the attachment internally or externally using
13708 gnus-mime-view-part-as-type.
13709
13710 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13711
13712 * message.el (message-from-style, message-signature-separator)
13713 (message-user-organization-file, message-send-mail-function)
13714 (message-citation-line-function, message-yank-prefix)
13715 (message-indent-citation-function, message-signature)
13716 (message-signature-file, message-signature-insert-empty-line):
13717 Remove autoloads.
13718
13719 * gnus-art.el (gnus-buttonized-mime-types):
13720 Remove "multipart/signed". Revert 2006-04-26 change.
13721
13722 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13723
13724 * gnus.el (gnus-version-number): Bump version.
13725
13726 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13727
13728 * gnus.el: No Gnus v0.5 is released.
13729
13730 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13731
13732 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13733 fetching articles by message-id.
13734
13735 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13736
13737 * message.el (hashcash): Require hashcash as normal.
13738
13739 * ecomplete.el (ecomplete-highlight-match-line):
13740 Use point-at-eol.
13741 (ecomplete-highlight-match-line): Use `highlight', because that
13742 face exists in both Emacs and XEmacs.
13743
13744 * message.el (message-display-abbrev): Use point-at-bol.
13745
13746 * mail-source.el: Don't require timer/timer-funcs.
13747
13748 * gnus-async.el: Ditto.
13749
13750 * password.el: Ditto.
13751
13752 * mm-url.el: Ditto.
13753
13754 * mm-util.el: Require timer/timer-funcs.
13755
13756 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13757
13758 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13759 Close.
13760
13761 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13762
13763 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13764 unibyte after clear-decrypt function runs.
13765
13766 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13767 returns as a unibyte string.
13768
13769 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
13770
13771 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13772 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13773 (mml1991-pgg-encrypt): Ditto.
13774
13775 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
13776
13777 * message.el (message-user-organization-file): Check several
13778 locations of the organization file.
13779
13780 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13781 Add gnus-article-view-part-as-type.
13782
13783 * gnus-art.el (gnus-article-view-part-as-type): New function.
13784
13785 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13786 .mobi and .travel. Remove .nato, .bitnet and .uucp.
13787
13788 * mml.el: Simplify autoload.
13789 (mml-mode): defvar dnd-protocol-alist instead of using
13790 symbol-value.
13791 (mml-default-directory): New variable.
13792 (mml-minibuffer-read-file): Use it.
13793 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13794
13795 * message.el (message-citation-line-format): New variable.
13796 (message-insert-formated-citation-line): New function.
13797 (message-citation-line-function):
13798 Add `message-insert-formated-citation-line' to custom type.
13799
13800 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13801 to doc string.
13802
13803 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13804 depending on mm-verify-option.
13805
13806 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13807
13808 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13809 binding pgg-* variables; reimplement the section which prevents
13810 MIME header from being signed.
13811 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13812 pgg-text-mode; remove a blank line at the top of body.
13813
13814 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13815 lines at the top of body; use gnus-newsgroup-charset if there's no
13816 Charset header.
13817
13818 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13819
13820 * message.el (message-self-insert-commands): Doc fix.
13821
13822 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13823 (mm-uu-pgp-encrypted-test): Ditto.
13824 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13825 between header and body; return application/pgp-encrypted handle
13826 if decryption failed; decode decrypted body by charset.
13827
13828 * mm-decode.el (mm-automatic-display): Don't make application/pgp
13829 element match to application/pgp-*.
13830
13831 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13832
13833 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13834 HTML.
13835
13836 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13837
13838 * mail-source.el (mail-source-call-script): Message the error
13839 string.
13840
13841 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13842
13843 * gnus-util.el (gnus-byte-compile): Use it.
13844
13845 2006-04-22 xyblor <fake@invalid.email> (tiny change)
13846
13847 * gnus-util.el (kill-empty-logs): New function.
13848
13849 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13850
13851 * message.el (message-mail-alias-type): Doc fix.
13852 (message-mail-alias-type-p): New function.
13853 (message-send): Use it.
13854 (message-mode): Ditto.
13855 (message-strip-forbidden-properties): Ditto.
13856
13857 * ecomplete.el (ecomplete-database-file-coding-system):
13858 New variable.
13859 (ecomplete-save): Use it.
13860 (ecomplete-setup): Use it.
13861
13862 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13863
13864 * message.el (message-self-insert-commands): New variable.
13865 (message-strip-forbidden-properties): Use it.
13866
13867 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13868
13869 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13870 that doesn't make XEmacs choke.
13871
13872 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13873
13874 * gnus-util.el (gnus-replace-in-string):
13875 Prefer replace-regexp-in-string over of replace-in-string.
13876
13877 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * gnus-util.el (gnus-select-frame-set-input-focus):
13880 Use select-frame-set-input-focus if it is available in XEmacs; use
13881 definition defined in Emacs 22 for old Emacsen.
13882
13883 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13884
13885 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13886
13887 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13888
13889 * gnus-registry.el (gnus-registry-cache-save): Remove text
13890 properties when saving via the temp buffer.
13891
13892 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13893
13894 * message.el (message-generate-hashcash): Honor custom type.
13895
13896 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13897
13898 * message.el (message-generate-hashcash): Default to non-nil when
13899 hashcash is found.
13900
13901 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13902 (gnus-refer-thread-limit): Increase default to 500.
13903
13904 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13905
13906 * flow-fill.el (fill-flowed): Allow delete-space.
13907
13908 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13909
13910 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13911 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13912 Remove autoloads.
13913
13914 2006-04-18 Simon Josefsson <jas@extundo.com>
13915
13916 * message.el (message-generate-hashcash): Default to.
13917
13918 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13919
13920 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13921 concatenating segments rather than before concatenating them.
13922
13923 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13924
13925 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13926
13927 * imap.el (imap-quote-specials): New function.
13928 (imap-login-auth): Quote specials.
13929
13930 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13931
13932 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13933
13934 * message.el (message-forward-make-body-plain):
13935 Allow message-forward-ignored-headers to be a list.
13936 (message-remove-ignored-headers): Factor out into function.
13937 (message-forward-make-body-mml): Use it.
13938 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13939 (rfc2231-parse-string): Allow concatanation of parameters that
13940 aren't contiguous. The test case is
13941 (mail-header-parse-content-type "message/external-body;
13942 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13943 access-type=LOCAL-FILE;
13944 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13945
13946 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * nntp.el (nntp-accept-process-output): Return the value of
13949 `nnheader-accept-process-output'.
13950
13951 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13952
13953 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13954 (gnus-button-alist): Recognize more diff formats.
13955 (gnus-button-patch): Strip directory.
13956
13957 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13958
13959 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13960 Emacs 22 when setting focus.
13961
13962 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13963
13964 * gnus-art.el (gnus-article-treat-types): Do treatment of
13965 text/x-verbatim parts.
13966 (gnus-button-patch): New command.
13967
13968 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13969 addresses that contain invalid characters.
13970
13971 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13972
13973 * message.el (message-put-addresses-in-ecomplete):
13974 Use gnus-replace-in-string.
13975 (message-is-yours-p): Use the more correct
13976 mail-header-parse-address instead of
13977 mail-extract-address-components.
13978 (message-put-addresses-in-ecomplete): Fix typo.
13979
13980 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13981 keystroke.
13982
13983 * gnus-art.el (gnus-treatment-function-alist): Change order of
13984 newsgroups/generic header folding to avoid double-folding.
13985
13986 * message.el (message-hidden-headers): Add X-Draft-From.
13987
13988 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13989 New command.
13990 (gnus-summary-repeat-search-article-backward): New command.
13991
13992 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13993 groups in the parent topic.
13994
13995 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13996
13997 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13998 (spam-extra-header-to-number): Return the CRM114 number as a
13999 number instead of a string.
14000
14001 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14002
14003 * gnus-art.el (gnus-face-properties-alist): Move here from
14004 gnus-fun.
14005
14006 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14007
14008 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14009
14010 * message.el (message-strip-forbidden-properties): Only display on
14011 self-insert-command.
14012
14013 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14014 reindent.
14015 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14016
14017 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
14018
14019 * smiley.el (smiley-style): Fix typo.
14020
14021 2006-03-23 Kenichi Handa <handa@m17n.org>
14022
14023 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14024 instead of set-buffer-multibyte.
14025
14026 2006-03-23 Kenichi Handa <handa@m17n.org>
14027
14028 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14029 buffer and then decode the buffer text if necessary.
14030 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14031 first, and after mm-encode-body, change the buffer to unibyte.
14032
14033 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14034
14035 * hashcash.el (hashcash-insert-payment-async-2):
14036 Use message-goto-eoh instead of doing it manually.
14037 (mail-add-payment): Use message-narrow-to-header instead of trying
14038 to do the same itself.
14039
14040 * message.el (message-hidden-headers): Add Face.
14041
14042 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14043 reparenting code.
14044 (gnus-summary-reparent-children): Refactored out code.
14045 (gnus-summary-thread-map): New keystroke.
14046 (gnus-summary-reparent-children): Make into command.
14047
14048 * smiley.el (smiley-style): Default to `medium' if using a large
14049 font.
14050
14051 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14052 does it itself.
14053
14054 * message.el (message-point-in-header-p): Simplify definition.
14055
14056 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14057
14058 * nnagent.el (nnagent-request-set-mark): Silence log file
14059 writing.
14060 (nnagent-request-set-mark): Use write-region instead of
14061 append-to-file.
14062
14063 * gnus-sum.el (gnus-read-header): Fudge article number if using a
14064 strange select method.
14065
14066 * ecomplete.el (ecomplete-display-matches): Get highlightling
14067 right.
14068 (ecomplete-display-matches): Use literals.
14069 (ecomplete-display-matches): Disable message logging.
14070
14071 * message.el (message-display-abbrev): Small optimization.
14072
14073 * ecomplete.el (ecomplete-display-matches): Allow automatic
14074 display.
14075
14076 * message.el (message-strip-forbidden-properties):
14077 Display abbrevs.
14078 (message-display-abbrev): Get automatic display right.
14079
14080 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14081 keystrokes.
14082
14083 2006-04-13 Romain Francoise <romain@orebokech.com>
14084
14085 TODO: Backport to v5-10!
14086
14087 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14088 Move here (and rename) from gnus-registry.el.
14089
14090 * gnus-registry.el: Require gnus-util.
14091 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14092
14093 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14094
14095 * gnus-group.el (gnus-group-catchup-current):
14096 Change if-then-else-if-then-else into cond.
14097 (gnus-group-catchup): Indent.
14098 (group-name-at-point): New function.
14099 (gnus-fetch-group): Provide default from thing at point.
14100
14101 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14102
14103 * message.el (message-display-abbrev): Fix regexp.
14104
14105 * ecomplete.el (ecomplete-highlight-match-line):
14106 Reimplement choosing.
14107 (ecomplete-highlight-match-line): Fix up code rewrite, remove
14108 dead variables.
14109
14110 * message.el (message-newline-and-indent): Remove debugging.
14111 (message-display-abbrev): Use new implementation.
14112
14113 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
14114
14115 * gnus-art.el (gnus-article-mode):
14116 Set cursor-in-non-selected-windows to nil.
14117
14118 * smiley.el: Revert previous change.
14119 (smiley-data-directory): defvar it before using it in the
14120 defcustom of `smiley-style'.
14121
14122 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14123
14124 * message.el (message-newline-and-indent): New function.
14125
14126 * ecomplete.el: Implement more bits.
14127
14128 * message.el (message-put-addresses-in-ecomplete): Clean up the
14129 string.
14130
14131 * ecomplete.el (ecomplete-add-item): Chop off decimals.
14132
14133 * gnus-sum.el (gnus-summary-save-parts):
14134 Bind gnus-summary-save-parts-counter and use it to make unique file
14135 names.
14136
14137 * gnus-art.el (gnus-ignored-headers): Add some more headers.
14138
14139 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14140 parameter to say whether to actually parse the individual
14141 addresses.
14142
14143 * message.el (message-put-addresses-in-ecomplete): New function.
14144 (ecomplete): Require.
14145 (message-mail-alias-type): Add ecomplete as an option.
14146
14147 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
14148
14149 * flow-fill.el (fill-flowed): Remove trailing space from blank
14150 quoted lines.
14151
14152 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14153
14154 * smiley.el (smiley-style): Move definition later to avoid a
14155 compilation warning.
14156
14157 2006-04-12 Kenichi Handa <handa@m17n.org>
14158
14159 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14160 buffer and then decode the buffer text if necessary.
14161 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14162 first, and after mm-encode-body, change the buffer to unibyte.
14163 Use mm-disable-multibyte instead of set-buffer-multibyte.
14164
14165 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14166
14167 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14168 Content-Type header instead of Content-Disposition header.
14169 (gnus-mime-inline-part): Ditto.
14170 (gnus-mime-view-part-as-charset): Ignore charset that the part
14171 specifies.
14172
14173 * mm-decode.el (mm-display-part): Work with external parts and
14174 usual parts similarly.
14175
14176 * mm-extern.el (mm-inline-external-body): Use mm-display-part
14177 instead of gnus-display-mime.
14178
14179 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14180 instead of with-temp-buffer.
14181
14182 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14183 tag to summarized topics part in order to encode non-ASCII text.
14184
14185 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14186
14187 * smiley.el (smiley-style): New variable.
14188 (smiley-directory): New function.
14189 (smiley-data-directory): Derive from `smiley-style' using
14190 `smiley-directory'.
14191 (smiley-regexp-alist): Add new entries.
14192
14193 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14194 (gnus-article-browse-delete-temp): Add :version.
14195
14196 2006-04-11 Arne Jørgensen <arne@arnested.dk>
14197
14198 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14199 the sieve region.
14200
14201 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14202
14203 * gnus.el (gnus-version-number): Bump version.
14204
14205 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14206
14207 * gnus.el: No Gnus v0.4 is released.
14208
14209 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14210
14211 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14212 layout.
14213
14214 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14215 unknown charset.
14216
14217 * message.el (message-header-synonyms): Add Original-To to the
14218 default.
14219
14220 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14221 optional parameter.
14222
14223 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14224
14225 * gnus-fun.el (gnus): Require it for gnus-directory.
14226
14227 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14228
14229 * gnus-fun.el (gnus-face-properties-alist): Add :version.
14230
14231 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14232
14233 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14234
14235 2006-04-05 Simon Josefsson <jas@extundo.com>
14236
14237 * password.el (password-reset): New function.
14238
14239 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14240
14241 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14242 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14243
14244 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14245
14246 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14247 Some whitespace was matched into the url, which broke browsing hits
14248 > 100 when mm-url-use-external was nil.
14249
14250 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14251
14252 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14253 Check gnus-extra-headers for 'Newsgroups.
14254
14255 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14256 bound.
14257
14258 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14259
14260 * pgg-gpg.el: Clean up process buffers every time gpg processes
14261 complete.
14262
14263 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14264
14265 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14266 doc string.
14267
14268 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14269
14270 * pgg-gpg.el (pgg-gpg-process-filter)
14271 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14272
14273 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14274 lines, temporary fix.
14275
14276 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14277
14278 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14279
14280 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14281
14282 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14283 default-enable-multibyte-characters. This reverts the change from
14284 revision 6.17 which is no longer necessary because the passphrase
14285 is sent separately now. GnuPG messages are unreadable under
14286 multibyte locales with default-enable-multibyte-characters set to
14287 nil.
14288
14289 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
14290
14291 * message.el (message-tool-bar-gnome): Move "spell".
14292
14293 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
14294
14295 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14296 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
14297 instead.
14298
14299 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
14300
14301 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14302 Improve newsgroups handling for NNTP overviews which don't include
14303 Newsgroups.
14304
14305 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14306
14307 * message.el (message-resend): Bind message-generate-hashcash to nil.
14308
14309 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14310
14311 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14312 when searching for already-paid recipients.
14313
14314 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14315
14316 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14317 passphrases when it is not needed.
14318 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14319 passphrase stuff from gpg, should only be necessary when you use
14320 gpg with a smartcard.
14321
14322 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14323
14324 * mml.el (mml-insert-mime): Ignore cached contents of
14325 message/external-body part.
14326
14327 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14328 (mm-insert-part): Ditto.
14329
14330 2006-03-23 Simon Josefsson <jas@extundo.com>
14331
14332 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14333 Reiner.
14334 (pgg-gpg-use-agent-p): Use it again.
14335
14336 2006-03-23 Simon Josefsson <jas@extundo.com>
14337
14338 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14339 older emacsen.
14340 (pgg-gpg-use-agent-p): Don't use it.
14341
14342 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
14343
14344 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14345 if we can.
14346
14347 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14348
14349 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14350 (pgg-gpg-update-agent): New function.
14351 (pgg-gpg-use-agent-p): New function.
14352 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14353 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14354 (pgg-gpg-sign-region): Use it.
14355
14356 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14357
14358 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14359 Reported by Ralf Wachinger <rwachinger@gmx.de>.
14360
14361 2006-03-21 Simon Josefsson <jas@extundo.com>
14362
14363 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14364 <wilde@sha-bang.de>.
14365 (pgg-gpg-use-agent): New variable.
14366 (pgg-gpg-process-region): Use it.
14367 (pgg-gpg-encrypt-region): Likewise.
14368 (pgg-gpg-encrypt-symmetric-region): Likewise.
14369 (pgg-gpg-decrypt-region): Likewise.
14370 (pgg-gpg-sign-region): Likewise.
14371 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14372
14373 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14374
14375 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14376
14377 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14378 Add comment on version.
14379
14380 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14381
14382 * smiley.el: Add missing test smiley.
14383
14384 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14385
14386 * mm-decode.el (mm-with-part): New macro.
14387 (mm-get-part): Use it; work with message/external-body as well.
14388 (mm-save-part): Treat name and filename equally.
14389
14390 * mm-extern.el (mm-extern-cache-contents): New function.
14391 (mm-inline-external-body): Use it; force the part to be displayed;
14392 move undisplayer added to the cached handle to the parent.
14393
14394 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14395 (gnus-mime-view-part-as-type): Work with message/external-body.
14396
14397 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14398
14399 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14400
14401 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14402 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14403 Emacs.]
14404
14405 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14406
14407 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14408 path rather than symbol. Always return list of directories.
14409 Guarantee that image directory comes first. [Sync with image.el,
14410 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14411
14412 * message.el (message-make-tool-bar): Adjust to new API of
14413 `gmm-image-load-path-for-library'.
14414
14415 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14416
14417 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14418
14419 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14420
14421 * gnus-art.el (gnus-article-only-boring-p):
14422 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14423 intangible text.
14424 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14425
14426 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
14427
14428 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14429 Use `defun' instead of `gmm-defun-compat'.
14430
14431 2006-03-14 Simon Josefsson <jas@extundo.com>
14432
14433 * message.el (message-unique-id): Don't use message-number-base36
14434 if (user-uid) is a float.
14435 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14436
14437 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14438
14439 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14440
14441 * gnus-art.el (gnus-mime-display-single): Make sure there is an
14442 empty line between a part and a message part.
14443
14444 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
14445
14446 * smiley.el: Add more test smileys.
14447 (smiley-data-directory, smiley-regexp-alist)
14448 (gnus-smiley-file-types): Fix doc strings.
14449 (smiley-update-cache): Clear smiley-cached-regexp-alist before
14450 adding new elements.
14451 (smiley-mouse-map): Unused code. Make it a comment.
14452
14453 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14454
14455 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14456 scan latest NoCeM messages instead of old ones.
14457 (gnus-nocem-check-article): Fix regexps so as to match to PGP
14458 delimiters that are recently used.
14459 (gnus-nocem-load-cache): Add autoload cookie.
14460
14461 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14462
14463 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14464 level which is larger than gnus-use-nocem is specified.
14465
14466 * gnus-group.el (gnus-group-get-new-news): Ditto.
14467
14468 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14469
14470 * gnus-util.el (gnus-tool-bar-update): New function.
14471
14472 * gnus-group.el (gnus-group-update-tool-bar): New variable.
14473 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14474
14475 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14476
14477 * gnus-group.el (gnus-group-redraw-when-idle)
14478 (gnus-group-redraw-check): Remove.
14479 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14480
14481 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14482
14483 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14484 if optional last element is specified in splits (FIELD VALUE...).
14485
14486 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
14487
14488 * message.el (message-make-tool-bar): Rename gmm-image-load-path
14489 to gmm-image-load-path-for-library. Call with no-error argument.
14490 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14491
14492 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14493
14494 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14495
14496 * gmm-utils.el (gmm-image-load-path): Remove alias.
14497
14498 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
14499
14500 * gmm-utils.el (gmm-image-load-path): Add alias.
14501
14502 * nnml.el (nnml-generate-nov-databases-directory): Rename from
14503 nnml-generate-nov-databases-1.
14504 (nnml-generate-nov-databases): Use it.
14505 (nnml-generate-nov-databases-directory): Document no-active
14506 argument.
14507
14508 * gmm-utils.el (gmm-image-load-path-for-library): Return single
14509 directory if path is t. Add no-error.
14510
14511 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14512 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14513
14514 * gnus-art.el (gnus-article-browse-delete-temp-files):
14515 Simplify resetting gnus-article-browse-html-temp-list.
14516
14517 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14518 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
14519 Add example to docstring. Rename local variables. Move error
14520 checks to default case in cond and simplify.
14521
14522 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
14523
14524 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14525 handle is multipart when calling it recursively.
14526 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14527
14528 2006-03-03 Daniel Pittman <daniel@rimspace.net>
14529
14530 * nnimap.el (nnimap-request-update-info-internal): Optimize.
14531 Don't `gnus-uncompress-range' to avoid excessive memory usage.
14532
14533 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14534
14535 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14536 is loaded.
14537
14538 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14539 loaded.
14540
14541 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14542
14543 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14544 to "Emacs 23 (unicode)" in doc string.
14545
14546 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14547 "Emacs 23 (unicode)" in comment.
14548
14549 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14550
14551 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14552
14553 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14554 characters 160 through 255 in Emacs 23.
14555
14556 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14557
14558 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14559 gnus-article-browse-html-temp.
14560 (gnus-article-browse-delete-temp): Make it customizable.
14561 Add `file'. Adjust doc string.
14562 (gnus-article-browse-delete-temp-files): Add argument.
14563 Allow query for each file. Adjust doc string.
14564 (gnus-article-browse-html-parts):
14565 Add `gnus-article-browse-delete-temp-files' to
14566 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14567
14568 2006-03-02 Hynek Schlawack <hynek@ularx.de>
14569
14570 * gnus-art.el (gnus-article-browse-html-temp)
14571 (gnus-article-browse-delete-temp): New variables.
14572 (gnus-article-browse-delete-temp-files): New function.
14573 (gnus-article-browse-html-parts): Use it.
14574
14575 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14576
14577 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14578
14579 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14580 string.
14581
14582 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14583 gnus-summary-insert-new-articles when unplugged.
14584 Remove gnus-summary-search-article-forward.
14585
14586 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14587 display-visual-class instead of display-color-cells.
14588
14589 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
14590
14591 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14592 message/* containing non-ASCII text properly.
14593
14594 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
14595
14596 * message.el: Require gmm-utils, remove autoloads.
14597 (message-tool-bar): Set default based on
14598 gmm-tool-bar-style.
14599 (message-tool-bar-gnome): Add gmm-customize-mode.
14600
14601 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14602 gmm-tool-bar-style.
14603 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14604
14605 * gnus-group.el (gnus-group-tool-bar): Set default based on
14606 gmm-tool-bar-style.
14607 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14608
14609 * gmm-utils.el (gmm-image-directory): Rename variable from
14610 gmm-image-load-path.
14611 (gmm-image-load-path): Use gmm-image-directory.
14612 (gmm-customize-mode): New function.
14613 (gmm-tool-bar-style): New variable.
14614
14615 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14616 gnus-group-redraw-line-number.
14617 (gnus-group-redraw-check): Simplify.
14618 (gnus-group-tool-bar-update): Remove redraw check.
14619 (gnus-group-make-tool-bar): Add redraw check.
14620
14621 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14622
14623 * gnus-art.el (gnus-button): Add missing parentheses.
14624
14625 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14626
14627 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14628
14629 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14630
14631 * gnus-art.el (gnus-button): New face.
14632 (gnus-article-button-face): Use it.
14633
14634 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14635 Add gnus-summary-next-page. Re-order.
14636
14637 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14638 next-node are now included.
14639 (gnus-group-redraw-line-number): New internal variable.
14640 (gnus-group-redraw-check): Helper function for updating the tool
14641 bar.
14642 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14643
14644 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14645
14646 * spam.el (spam-spamassassin-score-regexp): New internal variable.
14647 (spam-extra-header-to-number, spam-check-spamassassin-headers):
14648 Use it to match format of Spamassassin 3.0 and later.
14649 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14650 (spam-check-bogofilter)
14651 (spam-bogofilter-register-with-bogofilter): Fix args of
14652 `gnus-error' calls.
14653
14654 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14655
14656 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14657 unnecessary interaction when sending queued mails.
14658 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14659
14660 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14661
14662 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14663 first or last are nil.
14664
14665 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14666
14667 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14668
14669 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14670
14671 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14672
14673 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14674
14675 * dns.el (query-dns): Protect more against buggy tcp output.
14676
14677 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14678
14679 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14680 nov.php.
14681
14682 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14683
14684 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14685 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14686 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
14687 output on the server side.
14688 (nnweb-google-create-mapping): Update regexps and add some
14689 progress indication.
14690
14691 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
14692
14693 * gnus-group.el (gnus-group-tool-bar-gnome):
14694 Fix gnus-agent-toggle-plugged. Re-order icons.
14695 (gnus-group-tool-bar-gnome):
14696 Add gnus-group-{prev,next}-unread-group.
14697 (gnus-group-tool-bar-gnome): Re-order icons.
14698
14699 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14700 Move gnus-summary-insert-new-articles.
14701
14702 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14703 Fix comments.
14704
14705 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
14706 also available in Emacs 21.3.
14707
14708 * message.el (message-fix-before-sending): Change "Emacs 22" to
14709 "Emacs 23 (unicode)" in comment.
14710
14711 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14712 "Emacs 23 (unicode)" in comment.
14713
14714 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14715 comment.
14716 (mm-coding-system-p): Add comment about no-MULE XEmacs.
14717
14718 * mm-view.el (mm-fill-flowed): Add :version.
14719
14720 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
14721
14722 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14723 and load-path.
14724
14725 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
14726
14727 * message.el: Autoload gmm-image-load-path.
14728 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14729 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
14730 consitency.
14731
14732 * gmm-utils.el (gmm-image-load-path): Also search in
14733 "../etc/images". Don't set gmm-image-load-path if we don't find
14734 the image.
14735
14736 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
14737
14738 * gmm-utils.el (gmm-image-load-path): Don't make
14739 `gmm-image-load-path' include subdirectories which the second arg
14740 `image' might specify.
14741
14742 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14743 subdirectory to icon file names.
14744
14745 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14746
14747 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14748
14749 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14750 gmm-image-load-path calls.
14751
14752 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14753
14754 * message.el (message-make-tool-bar): Ditto.
14755
14756 * mml.el (mml-preview): Add comment concerning tool bar icons.
14757
14758 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14759 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14760
14761 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14762 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14763
14764 * message.el (message-tool-bar-gnome): Use new icon names.
14765 (message-make-tool-bar): Use `gmm-image-load-path'.
14766
14767 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14768 New functions from MH-E.
14769 (gmm-image-load-path): New variable from MH-E.
14770 (gmm-image-load-path): New function from MH-E. Add arguments
14771 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
14772 *-image-load-path-called-flag.
14773
14774 2006-02-21 Milan Zamazal <pdm@brailcom.org>
14775
14776 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14777
14778 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
14779
14780 * nnimap.el (nnimap-request-move-article): Change folder back to
14781 source group before deleting.
14782
14783 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
14784
14785 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14786
14787 * gnus-art.el (mm-url-insert-file-contents-external):
14788 Autoload mm-url.
14789
14790 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14791
14792 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
14793
14794 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14795 coding system which mm-charset-to-coding-system returns for a
14796 given charset is valid.
14797
14798 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14799
14800 * html2text.el (html2text-remove-tag-list):
14801 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14802
14803 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14804
14805 * gnus-cus.el: Revert 2005-10-17 change.
14806
14807 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14808
14809 * gnus-art.el (article-strip-banner):
14810 Call article-really-strip-banner only when the regexp match is made.
14811
14812 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
14813
14814 * gnus-art.el (article-strip-banner):
14815 Use gnus-extract-address-components instead of
14816 mail-header-parse-addresses to make it work with non-ASCII text;
14817 remove mail-encode-encoded-word-string.
14818
14819 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14820 values which are surrounded with \"...\"; make it never cause a
14821 Lisp error; give up parsing of parameters if it failed in
14822 extracting type.
14823
14824 2006-02-14 Arne Jørgensen <arne@arnested.dk>
14825
14826 * smime.el (smime-cert-by-ldap-1): Fix bug where
14827 `smime-ldap-search' returns results without userCertificates.
14828
14829 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14830
14831 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14832
14833 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14834
14835 * spam.el (spam-check-spamassassin-headers): Adapt format for
14836 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
14837 <ari@mbf.ocn.ne.jp>.
14838 (spam-list-of-processors): Add spam-use-gmane.
14839
14840 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14841
14842 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14843 make-temp-file; make it work with XEmacs as well.
14844
14845 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14846 mm-make-temp-file.
14847
14848 * mm-decode.el (mm-display-external): Use the 3rd arg of
14849 mm-make-temp-file.
14850 (mm-create-image-xemacs): Ditto.
14851
14852 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14853
14854 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14855 with message-narrow-to-headers.
14856 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14857 (gnus-draft-check-draft-articles): New function.
14858 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14859
14860 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14861
14862 * gnus-art.el (gnus-article-browse-html-parts):
14863 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14864 Don't use suffix argument for mm-make-temp-file for Emacs 21
14865 compatibility. Remove useless `format'.
14866
14867 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14868
14869 * nnweb.el (nnweb-google-wash-article): Update regexps.
14870 (nnweb-group-alist): Use defvoo instead of defvar.
14871
14872 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14873
14874 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14875 re-loading nn* modules.
14876
14877 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14878
14879 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14880 for `tool-bar-mode' and don't check it's default-value.
14881
14882 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14883
14884 * message.el (message-make-tool-bar): Ditto.
14885
14886 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14887 `substring'. Shorten tmp-file name.
14888
14889 * gnus.el: Remove bogus comment.
14890
14891 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14892
14893 * gnus-art.el (gnus-article-browse-html-parts): New function.
14894 (gnus-article-browse-html-article): New function for viewing html
14895 articles with a browser.
14896
14897 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14898
14899 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14900 (mml2015-pgg-encrypt): Ditto.
14901
14902 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14903 (mml1991-pgg-encrypt): Ditto.
14904
14905 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14906
14907 * nnfolder.el (nnfolder-insert-newsgroup-line):
14908 Use message-make-date instead of current-time-string.
14909
14910 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14911 to gnus-decoded which mm-uu might set.
14912
14913 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14914
14915 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14916 don't decode quoted parameters; remove misimported Emacs code.
14917 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14918 (rfc2231-decode-encoded-string): Don't use split-string which
14919 behaves differently according to Emacs version; use
14920 mm-decode-coding-region to convert charset to coding-system.
14921 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14922 (rfc2231-encode-string): Remove misimported Emacs code.
14923
14924 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14925
14926 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14927 when calling mail-header-parse-content-type.
14928 (article-de-quoted-unreadable): Ditto.
14929 (article-de-base64-unreadable): Ditto.
14930 (article-wash-html): Ditto.
14931
14932 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14933 calling mail-header-parse-content-type and
14934 mail-header-parse-content-disposition.
14935 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14936 mail-header-parse-content-type.
14937
14938 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14939 insert charset and format parameters; encode description after
14940 inserting it to buffer.
14941 (mml-insert-parameter): Fold lines properly even if a parameter is
14942 segmented into two or more lines; change the max column to 76.
14943
14944 * rfc1843.el (rfc1843-decode-article-body): Don't use
14945 ignore-errors when calling mail-header-parse-content-type.
14946
14947 * rfc2231.el (rfc2231-parse-string): Return at least type if
14948 possible; don't cause an error even if it fails in parsing of
14949 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14950 (rfc2231-encode-string): Don't break lines at the beginning, leave
14951 it to mml-insert-parameter.
14952
14953 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14954 calling mail-header-parse-content-type.
14955
14956 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14957
14958 * spam-report.el (spam-report-gmane-use-article-number):
14959 Improve doc string.
14960 (spam-report-gmane-internal): Check if a suitable header was found
14961 in the article.
14962
14963 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14964
14965 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14966 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14967
14968 2006-02-05 Romain Francoise <romain@orebokech.com>
14969
14970 Update copyright notices of all files in the gnus directory.
14971
14972 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14973
14974 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14975
14976 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14977
14978 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14979 segmented lines of parameter value to cope with Thunderbird 1.5
14980 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14981 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14982 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14983
14984 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14985
14986 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14987 parts.
14988
14989 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14990
14991 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14992 there's only one active file for all servers.
14993 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14994 solid groups. Gnus might have used a FAST request to select the group.
14995 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14996 and nnweb-search redundantly in the active file.
14997 (nnweb-request-list): Don't list bogus groups. There can only be one.
14998 (nnweb-request-create-group): Don't use ARGS.
14999 (nnweb-possibly-change-server, nnweb-request-group): Remove some
15000 initializations. Let nnoo do the work.
15001
15002 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
15003
15004 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15005 Say the part has been decoded.
15006
15007 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15008
15009 2006-01-31 Kevin Ryde <user42@zip.com.au>
15010
15011 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15012 mailcap-viewer-test-cache when there's no 'test clause, since that
15013 will invert the meaning of a "nil" test previously determined by
15014 mailcap-mailcap-entry-passes-test.
15015
15016 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
15017
15018 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15019 compiling.
15020
15021 * gnus-sum.el: Ditto.
15022
15023 * message.el: Don't bind tool-bar-map when compiling.
15024
15025 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
15026
15027 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15028
15029 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15030
15031 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15032 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15033 current Google Groups.
15034
15035 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
15036
15037 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15038 and tool-bar-mode.
15039
15040 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15041 and tool-bar-mode.
15042
15043 * message.el (message-tool-bar-update): Simplify.
15044 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15045
15046 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15047 gnus-summary-buffer.
15048 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15049 gnus-summary-reply.
15050
15051 * gmm-utils.el (gmm): Add :version.
15052
15053 2006-01-26 Steve Youngs <steve@sxemacs.org>
15054
15055 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15056 Don't autoload.
15057
15058 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
15059
15060 * gmm-utils.el (gmm-verbose): Add :group.
15061
15062 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
15063
15064 * message.el: Change some comments WRT tool-bars.
15065
15066 * gnus-sum.el (gnus-summary-tool-bar)
15067 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15068 (gnus-summary-tool-bar-zap-list): New variables.
15069 (gnus-summary-make-tool-bar): Complete rewrite using
15070 `gmm-tool-bar-from-list'.
15071
15072 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15073 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15074 New variables.
15075 (gnus-group-make-tool-bar): Complete rewrite using
15076 `gmm-tool-bar-from-list'.
15077 (gnus-group-tool-bar-update): New function.
15078
15079 * message.el (message-mode-field-menu): Add "Show hidden Headers".
15080
15081 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
15082
15083 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15084 is dissected into a single part of which the type is the same as
15085 the given one; decode charset.
15086
15087 2006-01-21 Kevin Ryde <user42@zip.com.au>
15088
15089 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15090 into alists as symbol not string, since that's what
15091 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15092 look for.
15093
15094 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
15095
15096 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15097 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15098
15099 * message.el (message-tool-bar-gnome): Use gmm-ignore.
15100
15101 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15102
15103 * gnus-art.el (gnus-mime-security-button-commands): New variable.
15104 (gnus-mime-security-button-menu): New definition.
15105 (gnus-mime-security-button-map): Use them.
15106 (gnus-mime-security-button-menu): New function.
15107 (gnus-insert-mime-security-button): Addition to help echo.
15108 (gnus-mime-security-run-function, gnus-mime-security-save-part)
15109 (gnus-mime-security-pipe-part): New functions.
15110
15111 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15112 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15113
15114 * mm-decode.el (mm-handle-set-disposition): Remove.
15115 (mm-handle-set-description): Remove.
15116
15117 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15118
15119 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15120 (mm-w3m-standalone-supports-m17n-p): New function.
15121 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15122 w3m usage.
15123
15124 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15125 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15126
15127 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15128
15129 * message.el (message-tool-bar-zap-list):
15130 Use gmm-tool-bar-zap-list as custom type.
15131 (message-tool-bar-update): New function.
15132 (message-tool-bar, message-tool-bar-gnome)
15133 (message-tool-bar-retro): Add message-tool-bar-update.
15134 (message-tool-bar-gnome): Add flyspell-buffer.
15135
15136 * gnus-util.el (gnus-error): Describe `args'.
15137
15138 * gmm-utils.el (gmm-error): Describe `args'.
15139 (gmm-tool-bar-zap-list): New widget.
15140 (gmm-tool-bar-from-list): Improve description of `zap-list'.
15141
15142 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15143
15144 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15145 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15146 the number of recursive calls.
15147
15148 * mm-decode.el (mm-handle-set-disposition): New macro.
15149 (mm-handle-set-description): New macro.
15150
15151 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15152
15153 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15154 encoding.
15155
15156 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15157
15158 * message.el (message-tool-bar-zap-list, message-tool-bar)
15159 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15160 (message-tool-bar-local-item-from-menu): Remove.
15161 (message-tool-bar-map): Replace by `message-make-tool-bar'.
15162 (message-make-tool-bar): New function.
15163 (message-mode): Use `message-make-tool-bar'.
15164
15165 * gmm-utils.el: New file.
15166 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15167 (gmm-lazy): New widget copied from `nnmail.el'.
15168 (gmm-tool-bar-from-list): New function for creating customizable
15169 tool bars.
15170 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
15171 output.
15172 (gmm): Add :prefix to defgroup.
15173
15174 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
15175
15176 * gmm-utils.el (gmm-widget-p): New function.
15177
15178 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15179
15180 * mml.el (mml-attach-file): Describe `description' in doc string.
15181 (mml-menu): Add Emacs MIME manual and PGG manual.
15182
15183 2006-01-20 Richard M. Stallman <rms@gnu.org>
15184
15185 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15186
15187 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
15188
15189 * nntp.el (nntp-end-of-line): Doc fix.
15190
15191 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
15192
15193 * imap.el (imap-open): Handle case where buffer is a buffer
15194 object.
15195
15196 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * gnus-delay.el (gnus-delay): Don't autoload.
15199 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15200 to be re-loaded when customizing the `gnus-delay' group.
15201
15202 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
15203
15204 * message.el (message-insert-citation-line): Use newlines.
15205
15206 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
15207
15208 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15209
15210 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15211
15212 2006-01-19 Mark D. Baushke <mdb@gnu.org>
15213
15214 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15215
15216 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15217
15218 * mm-decode.el (mm-inlined-types): Add application/pgp.
15219 (mm-automatic-display): Ditto.
15220
15221 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15222 part as text.
15223
15224 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
15225
15226 * nnrss.el: Update copyright.
15227 (nnrss-opml-import): Query whether to subscribe to each entry.
15228
15229 * gnus-art.el:
15230 * gnus-sum.el:
15231 * mm-uu.el:
15232 * mm-view.el: Update copyright.
15233
15234 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
15235
15236 * message.el (message-info): New function.
15237 (message-mode-menu): Add it.
15238 Update copyright.
15239
15240 * ChangeLog: Fix and update copyright.
15241
15242 2006-01-13 Romain Francoise <romain@orebokech.com>
15243
15244 * message.el (message-forward-subject-name-subject): Prefer the
15245 address to 'nowhere' if the sender has no name.
15246 Fix typo. Update copyright year.
15247
15248 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
15249
15250 * gnus-art.el (article-wash-html):
15251 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15252 (gnus-article-wash-html-with-w3m-standalone): New function.
15253
15254 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15255 mm-inline-text-html-render-with-w3m-standalone.
15256 (mm-text-html-washer-alist): Map w3m-standalone to
15257 gnus-article-wash-html-with-w3m-standalone.
15258 (mm-inline-text-html-render-with-w3m-standalone): New function.
15259
15260 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15261
15262 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15263 Improve LaTeX.
15264
15265 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
15266
15267 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15268 (nnrss-request-article): Render text/plain parts as HTML.
15269
15270 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15271 the buffer.
15272
15273 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
15274
15275 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15276 custom definition of `gnus-posting-styles'.
15277
15278 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15279 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15280
15281 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15282
15283 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15284 Use nntp for bug archive.
15285
15286 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15287
15288 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15289 parts.
15290 (nnrss-normalize-date): New function converts ISO 8601 date into
15291 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15292 (nnrss-check-group): Use it.
15293
15294 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15295
15296 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15297
15298 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15299 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15300 (nnrss-insert-w3): Ditto.
15301
15302 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15303
15304 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15305 the articles to be forwarded including the case where neither a
15306 number of articles nor a region is specified.
15307
15308 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15309
15310 * nnrss.el (nnrss-request-article): Fix last change; fill
15311 text/plain parts.
15312
15313 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15314
15315 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15316 in text/plain part.
15317 (nnrss-check-group): Don't add excessive newline to dc:subject.
15318
15319 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
15320
15321 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15322 article.
15323
15324 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
15325
15326 * nnml.el: Don't require gnus-bcklg. Autoload it.
15327 (nnml-use-compressed-files, nnml-save-mail): Support other
15328 comression programs such as bzip2.
15329
15330 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15331
15332 * dns.el (query-dns): Make sure we check the buffer size before
15333 removing tcp headers.
15334
15335 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15336
15337 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15338 remove MIME buttons associated with multipart/alternative parts.
15339 (gnus-mime-display-alternative): Tag buttons using `article-type'
15340 text property.
15341
15342 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15343 associated with multipart/alternative parts.
15344
15345 * gnus-art.el (gnus-signature-separator): Fix custom type.
15346
15347 * mm-decode.el (mm-inlined-types): Fix custom type.
15348 (mm-keep-viewer-alive-types): Ditto.
15349 (mm-automatic-display): Ditto.
15350 (mm-attachment-override-types): Ditto.
15351 (mm-inline-override-types): Ditto.
15352 (mm-automatic-external-display): Ditto.
15353
15354 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
15355
15356 * spam-report.el (spam-report-user-mail-address)
15357 (spam-report-user-agent): New variables.
15358 (spam-report-url-ping-plain): Use spam-report-user-agent.
15359
15360 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
15361
15362 * gnus-art.el (gnus-button-handle-custom): Do not just use
15363 `customize-apropos' for any "M-x customize-*" button but the
15364 function called for. Accept both the function name and its
15365 argument in order to achieve this.
15366 (gnus-button-alist): Remove support for "custom:" URL's.
15367 Pass function name to `gnus-button-handle-custom' in case of "M-x
15368 customize-*" buttons.
15369
15370 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15371
15372 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15373 multipart/alternative and add xref to mm-discouraged-alternatives
15374 in doc string.
15375
15376 * mm-decode.el (mm-discouraged-alternatives): Add xref to
15377 gnus-buttonized-mime-types in doc string.
15378
15379 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
15380
15381 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15382 Suggest image/.* in the doc string.
15383
15384 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
15385
15386 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15387 message-marks (Debian bug #342521).
15388
15389 2005-12-12 Simon Josefsson <jas@extundo.com>
15390
15391 * password.el (password-read-from-cache): Add.
15392 (password-read): Use it.
15393
15394 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15395
15396 * rfc2047.el (rfc2047-charset-to-coding-system):
15397 Recognize us-ascii as a MIME charset.
15398
15399 * mm-bodies.el (mm-decode-content-transfer-encoding):
15400 Protect against the case where the 2nd arg TYPE is nil.
15401
15402 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15403
15404 * pop3.el (pop3-stream-type): Fix custom version.
15405
15406 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15407
15408 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15409
15410 * mm-decode.el (mm-display-external): Add missing cdr.
15411
15412 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
15413
15414 * mm-decode.el (mm-display-external): Use nametemplate (defined in
15415 RFC1524) if it is in mailcap or add a suffix according to
15416 mailcap-mime-extensions when generating a temp filename; postpone
15417 deleting a temp file for 2 seconds for some wrappers, shell
15418 scripts, and so on, which might exit right after having started a
15419 viewer command as a background job.
15420
15421 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15422
15423 * nntp.el (nntp-marks-directory): Fix custom group.
15424
15425 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15426 steps when < 10.
15427
15428 * gnus-start.el (gnus-no-server-1):
15429 Mention `gnus-level-default-subscribed' in doc string.
15430
15431 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15432
15433 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15434 parens.
15435
15436 2005-11-26 Dave Love <fx@gnu.org>
15437
15438 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15439 (tls-program, tls-success): Provide openssl alternative.
15440
15441 * starttls.el: Doc fixes.
15442 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15443 SERVICE to PORT.
15444
15445 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
15446 port null or service name.
15447 (starttls-negotiate): Autoload.
15448
15449 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15450
15451 * message.el (message-kill-to-signature): Fix interactive spec.
15452
15453 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
15454
15455 * pop3.el (pop3-open-server): Recognize a string as a service name.
15456
15457 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
15458
15459 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15460
15461 2005-11-23 Dave Love <fx@gnu.org>
15462
15463 Add pop3s, pop3/starttls.
15464
15465 * pop3.el (pop3-authentication-scheme): Clarify doc.
15466 (open-tls-stream, starttls-open-stream): Autoload.
15467 (pop3-stream-type): New.
15468 (pop3-open-server): Use it.
15469
15470 * mail-source.el (mail-sources): Fix some :types. Add stream type
15471 for POP.
15472 (mail-source-keyword-map): Add :stream for POP.
15473 (mail-source-fetch-pop): Use pop3-stream-type.
15474
15475 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
15476
15477 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15478 of current-time-string.
15479
15480 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
15481
15482 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15483 date header.
15484
15485 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15486
15487 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15488 it can seriously impact performance as it bypasses the agent's
15489 local caches.
15490
15491 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15492
15493 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15494 must be explicitly online rather than "not explicitly offline" for
15495 its flags to be synchronized.
15496
15497 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15498 that gnus-uu-unmark-thread will function correctly.
15499
15500 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15501 1024K is instead displayed as 1M.
15502
15503 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15504
15505 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15506
15507 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
15508
15509 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15510
15511 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
15512
15513 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15514 error message to display actual error condition.
15515 (gnus-agent-save-local): Avoid saving symbols that are bound to
15516 nil as they simply result in a warning message in
15517 gnus-agent-read-local.
15518
15519 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15520
15521 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15522 rather than make-variable-buffer-local for file-precious-flag.
15523
15524 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15525
15526 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15527 for duplicates which are removed. The invalid sort check then
15528 triggers a rescan after the sort as sorting may have moved
15529 duplicate entries such that they can be cheaply detected.
15530
15531 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15532
15533 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15534
15535 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15536
15537 * gnus-agent.el (gnus-agent-article-alist-save-format):
15538 Change internal variable to a custom variable. Change default value
15539 from compressed(2) to uncompressed(1).
15540 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15541 support for uncompressed agentview files. Taken together, reading
15542 the agentview file should now be 6-7 times faster.
15543
15544 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
15545
15546 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15547 as a buffer-local variable. This avoids creating truncated
15548 dribble files as a result of a hang up, eg.
15549
15550 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15551
15552 * gnus-start.el (gnus-start-draft-setup):
15553 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15554
15555 * gnus.el (gnus-splash): Change custom group.
15556 (gnus-group-get-parameter, gnus-group-parameter-value):
15557 Describe allow-list argument.
15558
15559 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15560 string.
15561
15562 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15563
15564 * gnus-art.el (gnus-default-article-saver): Add user-defined
15565 `function' to custom type.
15566
15567 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15568
15569 * imap.el (imap-open): Handle case where buffer is a buffer
15570 object.
15571
15572 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15573
15574 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15575 long lines.
15576 (gnus-cache-delete-group): Wrap doc strings.
15577
15578 * gnus-agent.el (gnus-agent-rename-group)
15579 (gnus-agent-delete-group): Wrap doc strings.
15580
15581 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15582
15583 * gnus-start.el (gnus-1): Add "native" to
15584 gnus-predefined-server-alist.
15585
15586 * gnus.el (gnus-method-to-server): Don't add "native" to the
15587 lists here, because that leads to problems when
15588 gnus-select-method is bound.
15589
15590 2005-11-09 Simon Josefsson <jas@extundo.com>
15591
15592 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15593 use (not sort-by-date) instead.
15594
15595 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15596
15597 * gnus-delay.el (gnus-delay-group): Don't autoload.
15598 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15599 to be re-loaded when customizing the `gnus-delay' group.
15600
15601 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15602
15603 * message.el: Revert last changes.
15604 (message-insert-citation-line): Use newlines.
15605
15606 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15607
15608 * message.el (message-courtesy-message)
15609 (message-mark-insert-begin, message-mark-insert-end)
15610 (message-elide-ellipsis, message-cancel-message)
15611 (message-add-header, message-change-subject)
15612 (message-cross-post-followup-to-header)
15613 (message-cross-post-insert-note, message-reduce-to-to-cc)
15614 (message-widen-reply, message-delete-not-region)
15615 (message-kill-to-signature, message-insert-signature)
15616 (message-insert-importance-high, message-insert-importance-low)
15617 (message-insert-or-toggle-importance)
15618 (message-insert-disposition-notification-to)
15619 (message-indent-citation, message-yank-original)
15620 (message-cite-original-without-signature, message-cite-original)
15621 (message-insert-citation-line, message-position-on-field)
15622 (message-fix-before-sending, message-send-mail-partially)
15623 (message-send-mail, message-send-mail-with-sendmail)
15624 (message-send-mail-with-qmail, message-send-news)
15625 (message-check-news-header-syntax, message-generate-headers)
15626 (message-insert-courtesy-copy, message-fill-address)
15627 (message-fill-header, message-shorten-references)
15628 (message-setup-1, message-cancel-news)
15629 (message-forward-make-body-plain, message-forward-make-body-mime)
15630 (message-forward-make-body-mml, message-encode-message-body)
15631 (message-forward-make-body-digest-plain)
15632 (message-forward-make-body-digest-mime)
15633 (message-use-alternative-email-as-from): Insert `hard-newline'
15634 instead of ordinary newlines.
15635
15636 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
15637
15638 * message.el (message-generate-headers): Downcase the argument
15639 given to message-check-element.
15640
15641 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
15642
15643 * nntp.el (nntp-authinfo-rejected): New error condition.
15644 (nntp-wait-for): Use new error condition to signal authentication
15645 error.
15646 (nntp-retrieve-data): Rethrow new error condition to break out of
15647 recursive call to nntp-send-authinfo.
15648
15649 2005-11-08 Romain Francoise <romain@orebokech.com>
15650
15651 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15652 (gnus-summary-exit-map): Bind to `Z p'.
15653 (gnus-summary-make-menu-bar): Add menu item.
15654
15655 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
15656
15657 * gnus-art.el (gnus-article-treat-custom): Add `first'.
15658 (gnus-treat-*): Add `first' in all doc strings.
15659
15660 * gnus-group.el (gnus-group-compact-group): Fix typo.
15661
15662 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * gnus.el (gnus-parameters-case-fold-search): New variable.
15665 (gnus-parameters-get-parameter): Use it.
15666
15667 * gnus-score.el (gnus-home-score-file): Doc fix.
15668
15669 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
15670
15671 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15672
15673 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
15674
15675 * mm-util.el (mm-special-display-p): New function.
15676
15677 * mml.el (mml-preview): Use it; doc fix.
15678
15679 2005-10-29 Romain Francoise <romain@orebokech.com>
15680
15681 * message.el (message-fix-before-sending): Fix comment.
15682
15683 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15684
15685 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15686
15687 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15688
15689 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15690 Used in gnus-score.el.
15691
15692 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15693
15694 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15695
15696 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15697
15698 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15699 whitespace removed in revision 7.8. Use concatenated string to
15700 protect trailing whitespace.
15701
15702 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
15703
15704 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15705 (nnimap-request-expire-articles): Use it to avoid sending 'UID
15706 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15707 Courier IMAP ("some version from 2004"). Mostly based on similar
15708 code in the same function.
15709
15710 2005-10-26 Didier Verna <didier@xemacs.org>
15711
15712 * gnus-group.el (gnus-group-compact-group): Invalidate original
15713 article buffer.
15714 * gnus-srvr.el (gnus-server-compact-server): Ditto.
15715 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15716 NOV database and in article itself.
15717 Invalidate article backlog.
15718
15719 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15720
15721 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15722
15723 2005-10-26 Simon Josefsson <jas@extundo.com>
15724
15725 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15726 part of 2004-07-25 change.
15727
15728 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15729
15730 * message.el (message-display-completion-list): New function.
15731 (message-expand-group): Use it; make sure the Completions buffer
15732 is modifiable.
15733
15734 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15735
15736 * imap.el (imap-open): Handle case where buffer is a buffer object.
15737
15738 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15739
15740 * pgg-def.el:
15741 * pgg-gpg.el:
15742 * pgg-parse.el:
15743 * pgg-pgp.el:
15744 * pgg-pgp5.el:
15745 * pgg.el: Move to the parent lisp directory.
15746
15747 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15748
15749 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15750 user-mail-name is an empty string.
15751
15752 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15753
15754 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15755 depending on gnus-score-decay-constant.
15756
15757 * encrypt.el (encrypt-insert-file-contents)
15758 (encrypt-write-file-contents): Don't use `gnus-message'.
15759
15760 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15761 arguments.
15762 (mm-uu-type-alist): Add message-marks and insert-marks.
15763 Pass arguments to mm-uu-verbatim-marks-extract.
15764 (mm-uu-hide-markers): New variable.
15765 (mm-uu-extract): Use face similar to `gnus-cite-3'.
15766
15767 * gnus-fun.el (gnus-convert-image-to-x-face-command)
15768 (gnus-convert-image-to-face-command): Use "convert" by default to
15769 allow other input image formats.
15770 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15771 accordingly.
15772
15773 2005-10-23 Simon Josefsson <jas@extundo.com>
15774
15775 * imap.el (imap-gssapi-program): Align command line parameters
15776 with latest GNU SASL.
15777 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15778
15779 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15780
15781 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15782 HTML.
15783 (nnslashdot-request-article): Ditto.
15784
15785 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15786
15787 * mail-source.el (mail-source-fetch-pop): Require pop3.
15788 (mail-source-check-pop): Ditto.
15789
15790 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15791
15792 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15793 errors.
15794
15795 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15796
15797 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15798 (gnus-treat-strip-leading-blank-lines): Improve doc string.
15799
15800 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15801
15802 * mm-bodies.el (mm-decode-string):
15803 Call `mm-charset-to-coding-system' with allow-override argument.
15804
15805 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15806
15807 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15808 (rfc2047-charset-to-coding-system): New function.
15809 (rfc2047-decode-encoded-words): New function.
15810 (rfc2047-decode-region): Use them.
15811 (rfc2047-decode-cte): Remove.
15812 (rfc2047-parse-and-decode): Remove.
15813 (rfc2047-decode): Remove.
15814
15815 2005-10-15 Kenichi Handa <handa@m17n.org>
15816
15817 * rfc2047.el (rfc2047-decode-cte): New function.
15818 (rfc2047-decode-region): Change the way to decode successive
15819 encoded-words: decode B- or Q-encoding in each encoded-word,
15820 concatenate them, and decode it as charset.
15821
15822 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15823
15824 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
15825 widget-move-and-invoke.
15826 (gnus-custom-mode): Use gnus-custom-map.
15827
15828 2005-10-15 Bill Wohler <wohler@newt.com>
15829
15830 * message.el (message-tool-bar-map): Rename image file from
15831 mail_send to mail/send.
15832
15833 2005-10-16 Masatake YAMATO <jet@gyve.org>
15834
15835 * message.el (message-expand-group): Pass the common
15836 prefix substring of completion to `display-completion-list'.
15837
15838 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
15839
15840 * mml-sec.el (mml-secure-method): New internal variable.
15841 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15842 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15843 New functions using mml-secure-method.
15844
15845 * mml.el (mml-mode-map): Add key bindings for those functions.
15846 (mml-menu): Simplify security menu entries. Suggested by Jesper
15847 Harder <harder@myrealbox.com>.
15848 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15849 Goto end of message if point is the headers of the message.
15850
15851 * message.el (message-in-body-p): New function.
15852
15853 * assistant.el: Autoload gnus-util and netrc.
15854
15855 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15856 Use `mm-charset-override-alist' only when decoding.
15857
15858 * mm-bodies.el (mm-decode-body):
15859 Call `mm-charset-to-coding-system' with allow-override argument.
15860
15861 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15862 `filename' from Content-Disposition if Content-Type doesn't
15863 provide `name'.
15864 (gnus-mime-view-part-as-type): Set default instead of
15865 initial-input.
15866
15867 2005-10-09 Daniel Brockman <daniel@brockman.se>
15868
15869 * format-spec.el (format-spec): Propagate text properties of % spec.
15870
15871 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15872
15873 * gnus-art.el (gnus-treat-predicate): Add `first'.
15874
15875 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15876
15877 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15878 (mm-charset-override-alist): New variable.
15879 (mm-charset-to-coding-system): Use it.
15880 (mm-codepage-setup): New helper function.
15881 (mm-charset-eval-alist): New variable.
15882 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15883 Warn about unknown charsets.
15884
15885 2005-10-04 David Hansen <david.hansen@gmx.net>
15886
15887 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15888 (nnrss-check-group): Ditto.
15889
15890 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15891
15892 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15893 Rename x-gnus-verbatim to x-verbatim.
15894 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15895
15896 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15897 x-verbatim.
15898
15899 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15900
15901 * gnus-util.el (gnus-remove-duplicates): Remove.
15902
15903 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15904 instead of gnus-remove-duplicates.
15905
15906 * message.el (message-remove-duplicates): Remove.
15907 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15908 message-remove-duplicates.
15909
15910 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15911 available, else use implementation from `delete-dups'.
15912
15913 * message.el (message-insert-expires): New function.
15914 (message-mode-map): Add key binding.
15915 (message-mode-field-menu): Add menu entry.
15916 (message-mode): Document it.
15917 (message-make-expires-date): Use `message-make-date'.
15918
15919 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15920
15921 * message.el (message-make-expires-date): New function.
15922
15923 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15924
15925 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15926
15927 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15928
15929 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15930 function rather than the diff-mode.el package.
15931 (mm-display-external): Use with-current-buffer.
15932 (mm-viewer-completion-map, mm-viewer-completion-map):
15933 Move initialization inside declaration.
15934
15935 2005-09-29 Simon Josefsson <jas@extundo.com>
15936
15937 * spam.el: Load hashcash when compiling, to avoid warnings.
15938 Don't autoload mail-check-payment.
15939 (spam-check-hashcash): Define unconditionally, since hashcash.el
15940 is part of Gnus now. Ignore errors from payment checking.
15941
15942 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15943
15944 * message.el (message-bold-region, message-unbold-region):
15945 Rename from `bold-region' and `unbold-region'.
15946
15947 * message.el: Remove useless autoloads.
15948
15949 2005-09-28 Simon Josefsson <jas@extundo.com>
15950
15951 * message.el (message-use-idna): Default to t.
15952 (message-use-idna): Test whether encoding works too. Doc fix.
15953
15954 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15955
15956 * nntp.el (nntp-warn-about-losing-connection): Remove.
15957
15958 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15959
15960 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15961 customizable. Change default value.
15962 (mm-uu-diff-groups-regexp): Change default value.
15963 (mm-uu-type-alist): Add doc string.
15964 (mm-uu-configure): Add doc string. Make it interactive.
15965 (mm-uu-tex-groups-regexp): New variable.
15966 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15967 (mm-uu-type-alist): Add LaTeX documents.
15968 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15969 of "text/verbatim".
15970 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15971
15972 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15973 instead of "text/verbatim".
15974
15975 * message.el (message-mark-inserted-region)
15976 (message-mark-insert-file): Use slrn style marks when called with
15977 prefix argument.
15978
15979 2005-09-27 Simon Josefsson <jas@extundo.com>
15980
15981 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15982
15983 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15984
15985 * message.el (message-remove-duplicates): New function.
15986 Implementation borrowed from `gnus-remove-duplicates'.
15987 (message-idna-to-ascii-rhs): Also encode idna addresses in
15988 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15989 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15990 only ask about the same idna domain once per header and also tell
15991 in what header to replace the idna domain.
15992
15993 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15994 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15995 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15996 a header is decoded and not just the last one.
15997
15998 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15999
16000 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16001 has been decoded.
16002
16003 * mm-decode.el (mm-automatic-display): Add text/verbatim.
16004 (mm-insert-part): Don't modify text if it has been decoded.
16005
16006 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16007 decoded.
16008
16009 * mm-view.el (mm-inline-text): Don't strip text props unless
16010 decoding enriched or richtext parts.
16011
16012 2005-09-25 Romain Francoise <romain@orebokech.com>
16013
16014 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16015 * gnus-start.el (gnus-subscribe-interactively):
16016 * gnus-uu.el (gnus-uu-grab-articles):
16017 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16018 space.
16019
16020 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16021
16022 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16023 * mm-view.el (mm-view-pkcs7-decrypt):
16024 * gnus-sum.el (gnus-summary-limit-to-extra)
16025 (gnus-summary-respool-article, gnus-read-move-group-name):
16026 * gnus-score.el (gnus-summary-increase-score):
16027 * gnus-util.el (gnus-completing-read-with-default):
16028 * gnus-art.el (gnus-read-save-file-name)
16029 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16030 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16031 * message.el (message-check-news-header-syntax):
16032 Follow convention for reading with the minibuffer.
16033
16034 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
16035
16036 * spam-report.el (spam-report-url-ping-plain):
16037 Use gnus-extended-version as User-Agent.
16038
16039 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16040 default value is nil.
16041
16042 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16043 (mm-uu-verbatim-marks-extract): New function.
16044 (mm-uu-extract): New face.
16045 (mm-uu-copy-to-buffer): Use it.
16046
16047 * spam-report.el (spam-report-gmane-ham): Rename from
16048 `spam-report-gmane-unspam'.
16049 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16050 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
16051
16052 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16053 Autoload.
16054 (spam-report-gmane-unregister-routine):
16055 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16056
16057 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
16058
16059 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16060 (spam-report-gmane-unregister-routine): Add support for gmane
16061 unregistration.
16062
16063 * spam-report.el (spam-report-gmane-unspam)
16064 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16065 (spam-report-gmane): Change to take a single article and do unspam
16066 registration.
16067
16068 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16069
16070 * mm-url.el (mm-url-decode-entities): Fix regexp.
16071
16072 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16073
16074 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16075 default to nil, to be able to use Gnus at all. If the default
16076 switches to something else, then the function should be fixed not
16077 be exceedingly slow.
16078
16079 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
16080
16081 * gnus-start.el (gnus-activate-group): If the server is nil, don't
16082 fail hard.
16083
16084 * spam-report.el: Add better Keywords line.
16085
16086 * spam.el: Add Maintainer and better Keywords line.
16087
16088 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16089
16090 * gnus-art.el (gnus-article-replace-part)
16091 (gnus-mime-replace-part): New functions.
16092 (gnus-mime-action-alist, gnus-mime-button-commands)
16093 (gnus-mime-save-part-and-strip): Add file argument.
16094 (gnus-article-part-wrapper): Add interactive argument.
16095
16096 * gnus-sum.el (gnus-summary-mime-map):
16097 Add `gnus-article-replace-part'.
16098
16099 2005-09-19 Didier Verna <didier@xemacs.org>
16100
16101 The nnml compaction feature:
16102 * nnml.el (nnml-request-compact-group): New function.
16103 * nnml.el (nnml-request-compact): New function.
16104 * gnus-int.el (gnus-request-compact-group): New function.
16105 * gnus-int.el (gnus-request-compact): New function.
16106 * gnus-group.el (gnus-group-compact-group): New function.
16107 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16108 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16109 * gnus-srvr.el (gnus-server-compact-server): New function.
16110 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16111 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16112
16113 2005-09-18 Deepak Goel <deego@gnufans.org>
16114
16115 * sieve.el (sieve-help): Fix `message' call: first arg should be a
16116 format spec.
16117
16118 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16119
16120 * gnus.el (gnus-group-startup-message): Bind image-load-path.
16121
16122 2005-09-15 Romain Francoise <romain@orebokech.com>
16123
16124 * message.el (message-fill-paragraph): Clarify docstring.
16125
16126 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
16127
16128 * gnus-art.el (gnus-mime-display-part): Protect against broken
16129 MIME messages.
16130
16131 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
16132
16133 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16134 before parsing header.
16135
16136 2005-09-11 Jari Aalto <jari.aalto@cante.net>
16137
16138 * html2text.el (html2text-replace-list): Add new entities.
16139
16140 2005-09-11 Romain Francoise <romain@orebokech.com>
16141
16142 * message.el (message-alternative-emails): Improve docstring.
16143 (message-setup-1): Call `message-use-alternative-email-as-from'
16144 after `message-setup-hook' to give it precedence over posting
16145 styles, etc.
16146 (message-use-alternative-email-as-from): Add docstring.
16147 Remove the original From header if present.
16148
16149 * nnml.el (nnml-compressed-files-size-threshold): New variable.
16150 (nnml-save-mail): Use it.
16151
16152 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16153 articles. Add new argument `silent'.
16154 (gnus-uu-mark-all): Report the total number of marked articles.
16155
16156 2005-09-10 Romain Francoise <romain@orebokech.com>
16157
16158 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16159 (gnus-uu-mark-series): Likewise.
16160
16161 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
16162
16163 * spam-report.el (spam-report-gmane): Fix generation of spam
16164 report URL.
16165
16166 2005-09-10 Simon Josefsson <jas@extundo.com>
16167
16168 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16169 t, based on discussion on the ding list with Robert Epprecht
16170 <epprecht@solnet.ch>.
16171
16172 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
16173
16174 * spam-report.el (spam-report-gmane): Make it work without
16175 X-Report-Spam header. Gmane now only provides Archived-At.
16176 This is only used if `spam-report-gmane-use-article-number' is nil.
16177 (spam-report-gmane-spam-header): Remove. Not used anymore.
16178
16179 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16180 make `gnus-summary-sort-by-recipient' work with threading.
16181
16182 * nnweb.el (nnweb-google-wash-article): Print a message if article
16183 is not available.
16184
16185 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16186
16187 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16188 change. Decode text/* parts content before displaying.
16189
16190 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16191
16192 * mml-smime.el: Remove defvar of gnus-extract-address-components.
16193
16194 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
16195
16196 * mm-view.el (mm-display-inline-fontify): Disable support modes.
16197
16198 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
16199
16200 * message.el (message-tab-body-function): Fix mismatched custom type.
16201
16202 * gnus.el (gnus-group-change-level-function): Ditto.
16203
16204 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16205
16206 * gnus-art.el (gnus-signature-limit)
16207 (gnus-article-mime-part-function): Ditto.
16208
16209 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
16210
16211 * mml.el (mml-mode): Silence the byte compiler.
16212
16213 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16214 using `(sit-for 0)' before moving the point to the specified part;
16215 skip unbuttonized parts.
16216 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16217 return to the summary window if gnus-auto-select-part is non-nil.
16218
16219 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
16220
16221 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16222 New variables.
16223 (mml-dnd-attach-file, mml-mode): Use them.
16224
16225 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16226 Make fetching article by MID work again for Google Groups.
16227 Add FIXME concerning gnus-group-make-web-group.
16228
16229 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16230 Don't depend on Gnus by using mail-extract-address-components if
16231 gnus-extract-address-components is not bound.
16232
16233 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16234
16235 * gnus-art.el (gnus-mime-display-security): Don't display the
16236 signature, but only the signed part.
16237
16238 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
16239
16240 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16241
16242 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16243 list, not listp.
16244
16245 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
16246
16247 * mm-encode.el (mm-encode-content-transfer-encoding):
16248 Likewise when encoding.
16249
16250 * mm-bodies.el (mm-decode-content-transfer-encoding):
16251 De-canonicalize CRLF for all text content types, not just
16252 text/plain.
16253
16254 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16255
16256 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16257 valid article; point arrow and cursor at the MIME button.
16258
16259 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16260
16261 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16262 Suggested by Dan Christensen <jdc@uwo.ca>.
16263
16264 * mm-decode.el (mm-save-part): Enable change of prompt.
16265
16266 2005-08-29 Jari Aalto <jari.aalto@cante.net>
16267
16268 * gnus-msg.el (gnus-inews-add-send-actions):
16269 Make `message-post-method' lambda parameter ARG `&optional'.
16270
16271 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16272
16273 * gnus-sum.el (gnus-summary-mime-map):
16274 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16275 gnus-article-jump-to-part.
16276
16277 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16278 (gnus-article-edit-part): Use it.
16279 (gnus-article-part-wrapper): Add no-handle argument.
16280 (gnus-article-save-part-and-strip, gnus-article-delete-part):
16281 New functions.
16282
16283 2005-08-29 Romain Francoise <romain@orebokech.com>
16284
16285 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16286 docstring.
16287 (gnus-face-from-file): Likewise.
16288
16289 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16290
16291 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16292 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16293 non-nil.
16294 (gnus-auto-select-part): New variable.
16295 (gnus-article-jump-to-part): New function.
16296 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16297 (gnus-mime-delete-part): Allow selecting specified part after
16298 deleting or stripping parts.
16299 (gnus-article-jump-to-part): Don't use `read-number'. Use last
16300 part if argument is bogus.
16301
16302 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16303
16304 * gnus-art.el (w3m-minor-mode-map):
16305 * gnus-spec.el (gnus-newsrc-file-version):
16306 * gnus-util.el (nnmail-active-file-coding-system)
16307 (gnus-original-article-buffer, gnus-user-agent):
16308 * gnus.el (gnus-ham-process-destinations)
16309 (gnus-parameter-ham-marks-alist)
16310 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16311 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16312 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16313 * mm-decode.el (gnus-current-window-configuration):
16314 * mm-extern.el (gnus-article-mime-handles):
16315 * mm-url.el (url-current-object, url-package-name)
16316 (url-package-version):
16317 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16318 (smime-keys, w3m-cid-retrieve-function-alist)
16319 (w3m-current-buffer, w3m-display-inline-images)
16320 (w3m-minor-mode-map):
16321 * mml-smime.el (gnus-extract-address-components):
16322 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16323 (gnus-newsrc-hashtb, message-default-charset)
16324 (message-deletable-headers, message-options)
16325 (message-posting-charset, message-required-mail-headers)
16326 (message-required-news-headers):
16327 * mml1991.el (mc-pgp-always-sign):
16328 * mml2015.el (mc-pgp-always-sign):
16329 * nnheader.el (nnmail-extra-headers):
16330 * rfc1843.el (gnus-decode-encoded-word-function)
16331 (gnus-decode-header-function, gnus-newsgroup-name):
16332 * spam-stat.el (gnus-original-article-buffer): Add defvars.
16333
16334 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
16335
16336 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16337 the end of the date treatments.
16338
16339 2005-08-15 Simon Josefsson <jas@extundo.com>
16340
16341 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16342 it in url-handlers.el and XEmacs in url.el. Reported by Luca
16343 Capello and Romain Francoise.
16344 (pgg-fetch-key-function): Remove, not used?
16345 (pgg-insert-url-with-w3): Require url, to get
16346 url-insert-file-contents regardless of where it is defined.
16347
16348 2005-08-13 Romain Francoise <romain@orebokech.com>
16349
16350 * message.el (message-cite-original-1): New function.
16351 (message-cite-original): Use it.
16352 (message-cite-original-without-signature): Ditto.
16353
16354 2005-08-08 Romain Francoise <romain@orebokech.com>
16355
16356 * message.el (message-yank-empty-prefix): New variable.
16357 (message-indent-citation): Use it.
16358 (message-cite-original-without-signature): Respect X-No-Archive.
16359
16360 2005-08-08 Simon Josefsson <jas@extundo.com>
16361
16362 * pgg.el: Autoload url-insert-file-contents instead of loading
16363 w3/url.
16364 (pgg-insert-url-with-w3): Don't load url here.
16365
16366 2005-08-07 Jesper Harder <harder@phys.au.dk>
16367
16368 * message.el (message-kill-to-signature): Don't insert newline at
16369 bol.
16370 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16371
16372 2005-08-06 Romain Francoise <romain@orebokech.com>
16373
16374 * message.el (message-user-fqdn): Fix typo in docstring.
16375
16376 2005-08-05 Daiki Ueno <ueno@unixuser.org>
16377
16378 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16379
16380 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16381
16382 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16383
16384 * mm-bodies.el (mm-encode-body): Use coding system rather than
16385 charset to encode text.
16386
16387 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16388 number of charsets if utf-8 is available (XEmacs).
16389
16390 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
16391
16392 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16393 taken from `gnus-button-mid-or-mail-regexp'.
16394 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16395 (gnus-button-alist): Improve regexp for domain part of the MIDs
16396 for news:localpart@domain buttons.
16397 (gnus-button-ctan-directory-regexp): Update.
16398
16399 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
16400
16401 * sieve-manage.el (sieve-manage-interactive-login):
16402 Use make-local-variable rather than make-variable-buffer-local.
16403 (sieve-manage-open): Ditto.
16404 (sieve-manage-authenticate): Ditto.
16405
16406 * mml.el (mml-generate-mime-1): Make the content type default to
16407 text/plain if the filename is not specified.
16408
16409 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
16410
16411 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16412 instead of insert-buffer.
16413
16414 * message.el (message-yank-original): Ditto; set the mark at the
16415 end of the yanked message.
16416
16417 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
16418
16419 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16420 lines to scroll rather than to stop it.
16421
16422 * mml.el (mml-generate-default-type): Add doc string.
16423 (mml-generate-mime-1): Use mm-default-file-encoding or make it
16424 default to application/octet-stream when determining the content
16425 type if it is not specified for the part or the mml contents; add
16426 a comment about mml-generate-default-type.
16427
16428 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
16429
16430 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16431 make it default to application/octet-stream when determining the
16432 content type if it is not specified for the external contents.
16433
16434 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16435
16436 * rfc2231.el (rfc2231-parse-string): Take care that not only a
16437 segmented parameter but also other parameters might be there.
16438
16439 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16440
16441 * mm-decode.el (mm-display-external): Delete temp file, directory
16442 and buffer immediately if the external process is exited.
16443
16444 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
16445
16446 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16447 fewer lines than that of scroll-margin.
16448 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16449
16450 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16451
16452 * gnus-art.el (gnus-article-next-page): Revert.
16453 (gnus-article-beginning-of-window): New macro.
16454 (gnus-article-next-page-1): Use it.
16455 (gnus-article-prev-page): Ditto.
16456 (gnus-article-edit-part): Use insert-buffer-substring instead of
16457 insert-buffer.
16458 (gnus-article-edit-exit): Ditto.
16459
16460 * gnus-util.el (gnus-beginning-of-window): Remove.
16461 (gnus-end-of-window): Remove.
16462
16463 2005-07-25 Simon Josefsson <jas@extundo.com>
16464
16465 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16466 to have the url package without w3. Reported by Daiki Ueno
16467 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16468
16469 2005-07-20 Didier Verna <didier@xemacs.org>
16470
16471 * gnus-diary.el: Remove the description comment (nndiary is now
16472 properly documented in the Gnus manual).
16473 Fix the spelling of "Back End".
16474 * nndiary.el: Ditto.
16475 Fix the copyright notice.
16476
16477 2005-07-18 Romain Francoise <romain@orebokech.com>
16478
16479 * gnus-sum.el (gnus-summary-to-prefix)
16480 (gnus-summary-newsgroup-prefix): New variables.
16481 (gnus-summary-from-or-to-or-newsgroups): Use them.
16482
16483 2005-07-17 Romain Francoise <romain@orebokech.com>
16484
16485 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16486 space as it's generally not especially interesting to the user.
16487
16488 2005-07-16 Romain Francoise <romain@orebokech.com>
16489
16490 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16491 nil to avoid prompting and file modification if one of the
16492 messages at the top of the nnfolder file contains a copyright
16493 notice.
16494 Update copyright notice.
16495
16496 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16497 instead of `current-time-string' as the latter creates a time
16498 string that is not RFC 2822 compliant (it lacks the zone).
16499 Update copyright notice.
16500
16501 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
16502
16503 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16504 for text/rtf. Display default in prompt. Pass default for M-n.
16505
16506 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16507
16508 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16509
16510 * gnus-msg.el (gnus-button-mailto):
16511 Remove save-selected-window-window hackery because it relies on
16512 save-selected-window internals.
16513
16514 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
16515
16516 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16517 (gnus-article-next-page-1): Use gnus-beginning-of-window.
16518 (gnus-article-prev-page): Ditto.
16519
16520 * gnus-util.el (gnus-beginning-of-window): New function.
16521 (gnus-end-of-window): New function.
16522
16523 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
16524
16525 * gnus-score.el (gnus-score-edit-all-score):
16526 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16527 gnus-message.
16528
16529 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16530
16531 * gnus-msg.el (gnus-button-mailto):
16532 Remove save-selected-window-window hackery because it relies on
16533 save-selected-window internals.
16534
16535 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
16536
16537 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16538 add-minor-mode.
16539 (gnus-binary-mode): Ditto.
16540
16541 * gnus-topic.el (gnus-topic-mode): Ditto.
16542
16543 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
16544
16545 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16546 (gnus-article-prev-page): Take scroll-margin into consideration.
16547
16548 2005-07-04 Lute Kamstra <lute@gnu.org>
16549
16550 Update FSF's address in GPL notices.
16551
16552 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * gnus.el (gnus-exit):
16555 * gnus-group.el (gnus-group-icons):
16556 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16557
16558 * gnus-nocem.el (gnus-nocem):
16559 * message.el (message-various, message-buffers, message-sending)
16560 (message-interface, message-forwarding, message-insertion)
16561 (message-headers, message-news, message-mail):
16562 * pgg-gpg.el (pgg-gpg):
16563 * pgg-parse.el (pgg-parse):
16564 * pgg-pgp.el (pgg-pgp):
16565 * pgg-pgp5.el (pgg-pgp5):
16566 * pop3.el (pop3): Finish `defgroup' description with period.
16567
16568 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16569
16570 * gnus-art.el (article-display-face): Improve the efficiency.
16571 (article-display-x-face): Ditto; remove gray x-face stuff.
16572
16573 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * gnus-art.el (article-display-face): Correct the position in
16576 which Faces are inserted.
16577
16578 2005-06-29 Didier Verna <didier@xemacs.org>
16579
16580 * gnus-art.el (article-display-face): Display faces in correct
16581 order.
16582
16583 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16584
16585 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16586 (gnus-fill-real-hashtb): Use hash table instead of obarray.
16587 (gnus-nocem-check-article): Fetch the Type header.
16588 (gnus-nocem-message-wanted-p): Fix the way to examine types.
16589 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16590 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16591 make sure gnus-nocem-hashtb is initialized.
16592 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16593 (gnus-nocem-unwanted-article-p): Ditto.
16594
16595 * pgg.el (pgg-verify): Return the verification result.
16596
16597 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16598
16599 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16600 is ascii.
16601
16602 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16603
16604 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16605 `show-nonbreak-escape'.
16606
16607 2005-06-23 Lute Kamstra <lute@gnu.org>
16608
16609 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16610
16611 * dig.el (dig-mode):
16612 * smime.el (smime-mode): Use gnus-run-mode-hooks.
16613
16614 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16615
16616 * nnimap.el (nnimap-split-download-body): Fix spellings.
16617
16618 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16619
16620 * gnus-art.el (gnus-article-encrypt-body):
16621 * gnus-cus.el (gnus-score-customize):
16622 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16623 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16624
16625 2005-06-16 Arne Jørgensen <arne@arnested.dk>
16626
16627 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16628 header by looking for magic "MII" at the beginning.
16629
16630 2005-06-16 Miles Bader <miles@gnu.org>
16631
16632 * assistant.el (assistant-field): Remove "-face" suffix from face name.
16633 (assistant-field-face): New backward-compatibility alias for renamed
16634 face.
16635 (assistant-render-text): Use renamed assistant-field face.
16636
16637 * spam.el (spam): Remove "-face" suffix from face name.
16638 (spam-face): New backward-compatibility alias for renamed face.
16639 (spam-face, spam-initialize): Use renamed spam face.
16640
16641 * message.el (message-header-to, message-header-cc)
16642 (message-header-subject, message-header-newsgroups)
16643 (message-header-other, message-header-name)
16644 (message-header-xheader, message-separator, message-cited-text)
16645 (message-mml): Remove "-face" suffix from face names.
16646 (message-header-to-face, message-header-cc-face)
16647 (message-header-subject-face, message-header-newsgroups-face)
16648 (message-header-other-face, message-header-name-face)
16649 (message-header-xheader-face, message-separator-face)
16650 (message-cited-text-face, message-mml-face):
16651 New backward-compatibility aliases for renamed faces.
16652 (message-font-lock-keywords): Use renamed message faces.
16653
16654 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16655 (sieve-test-commands, sieve-tagged-arguments):
16656 Remove "-face" suffix from face names.
16657 (sieve-control-commands-face, sieve-action-commands-face)
16658 (sieve-test-commands-face, sieve-tagged-arguments-face):
16659 New backward-compatibility aliases for renamed faces.
16660 (sieve-control-commands-face, sieve-action-commands-face)
16661 (sieve-test-commands-face, sieve-tagged-arguments-face):
16662 Use renamed sieve faces.
16663
16664 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16665 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16666 (gnus-group-news-3-empty, gnus-group-news-4)
16667 (gnus-group-news-4-empty, gnus-group-news-5)
16668 (gnus-group-news-5-empty, gnus-group-news-6)
16669 (gnus-group-news-6-empty, gnus-group-news-low)
16670 (gnus-group-news-low-empty, gnus-group-mail-1)
16671 (gnus-group-mail-1-empty, gnus-group-mail-2)
16672 (gnus-group-mail-2-empty, gnus-group-mail-3)
16673 (gnus-group-mail-3-empty, gnus-group-mail-low)
16674 (gnus-group-mail-low-empty, gnus-summary-selected)
16675 (gnus-summary-cancelled, gnus-summary-high-ticked)
16676 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16677 (gnus-summary-high-ancient, gnus-summary-low-ancient)
16678 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16679 (gnus-summary-low-undownloaded)
16680 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16681 (gnus-summary-low-unread, gnus-summary-normal-unread)
16682 (gnus-summary-high-read, gnus-summary-low-read)
16683 (gnus-summary-normal-read, gnus-splash):
16684 Remove "-face" suffix from face names.
16685 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16686 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16687 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16688 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16689 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16690 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16691 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16692 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16693 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16694 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16695 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16696 (gnus-summary-selected-face, gnus-summary-cancelled-face)
16697 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16698 (gnus-summary-normal-ticked-face)
16699 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16700 (gnus-summary-normal-ancient-face)
16701 (gnus-summary-high-undownloaded-face)
16702 (gnus-summary-low-undownloaded-face)
16703 (gnus-summary-normal-undownloaded-face)
16704 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16705 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16706 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16707 (gnus-splash-face):
16708 New backward-compatibility aliases for renamed faces.
16709 (gnus-group-startup-message): Use renamed gnus faces.
16710
16711 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16712 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16713 (gnus-server-agent): Remove "-face" suffix from face names.
16714 (gnus-server-agent-face, gnus-server-opened-face)
16715 (gnus-server-closed-face, gnus-server-denied-face)
16716 (gnus-server-offline-face):
16717 New backward-compatibility aliases for renamed faces.
16718 (gnus-server-agent-face, gnus-server-opened-face)
16719 (gnus-server-closed-face, gnus-server-denied-face)
16720 (gnus-server-offline-face): Use renamed gnus faces.
16721
16722 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16723 Remove "-face" suffix from face names.
16724 (gnus-picon-xbm-face, gnus-picon-face):
16725 New backward-compatibility aliases for renamed faces.
16726
16727 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16728 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16729 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16730 (gnus-cite-11): Remove "-face" suffix from face names.
16731 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16732 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16733 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16734 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16735 New backward-compatibility aliases for renamed faces.
16736 (gnus-cite-attribution-face, gnus-cite-face-list)
16737 (gnus-article-boring-faces): Use renamed gnus faces.
16738
16739 * gnus-art.el (gnus-signature, gnus-header-from)
16740 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16741 (gnus-header-content): Remove "-face" suffix from face names.
16742 (gnus-signature-face, gnus-header-from-face)
16743 (gnus-header-subject-face, gnus-header-newsgroups-face)
16744 (gnus-header-name-face, gnus-header-content-face):
16745 New backward-compatibility aliases for renamed faces.
16746 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16747
16748 * gnus-sum.el (gnus-summary-selected-face)
16749 (gnus-summary-highlight): Use renamed gnus faces.
16750 * gnus-group.el (gnus-group-highlight): Likewise.
16751
16752 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16753
16754 * gnus-sieve.el (gnus-sieve-article-add-rule):
16755 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16756 * spam-stat.el (spam-stat-buffer-change-to-spam)
16757 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16758
16759 * message.el (message-is-yours-p):
16760 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16761
16762 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16763
16764 * mm-view.el (mm-inline-text): Withdraw the last change.
16765
16766 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16767
16768 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16769 executing enriched-decode.
16770
16771 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16772
16773 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16774 charset of tar files.
16775
16776 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16777
16778 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16779
16780 2005-06-04 Lute Kamstra <lute@gnu.org>
16781
16782 * nnfolder.el (nnfolder-read-folder): Make sure that undo
16783 information is never recorded.
16784
16785 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16786
16787 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16788
16789 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
16790
16791 * pop3.el (pop3-apop): Run md5 in the binary mode.
16792
16793 * starttls.el (starttls-set-process-query-on-exit-flag):
16794 Use eval-and-compile.
16795
16796 2005-05-31 Simon Josefsson <jas@extundo.com>
16797
16798 * smime.el (smime-replace-in-string): Define.
16799 (smime-cert-by-ldap-1): Use it.
16800
16801 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
16802
16803 * gnus-art.el (article-display-x-face): Replace
16804 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16805
16806 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16807 set-process-query-on-exit-flag or process-kill-without-query.
16808
16809 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16810 loop instead of replace-regexp.
16811
16812 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16813 instead of process-kill-without-query if it is available.
16814
16815 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16816 instead of find-file-hooks if it is available.
16817
16818 * mml1991.el: Bind pgg-default-user-id when compiling.
16819
16820 * mml2015.el: Bind pgg-default-user-id when compiling.
16821
16822 * nndraft.el (nndraft-request-associate-buffer):
16823 Use write-contents-functions instead of write-contents-hooks if it is
16824 available.
16825
16826 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16827 instead of find-file-hooks if it is available.
16828
16829 * nntp.el (nntp-open-connection): Replace
16830 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16831 (nntp-open-ssl-stream): Ditto.
16832 (nntp-open-tls-stream): Ditto.
16833
16834 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16835 set-process-query-on-exit-flag or process-kill-without-query.
16836 (starttls-open-stream-gnutls): Use it instead of
16837 process-kill-without-query.
16838 (starttls-open-stream): Ditto.
16839
16840 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
16841
16842 * smime.el (smime-cert-by-ldap-1): Don't use
16843 replace-regexp-in-string.
16844
16845 2005-05-31 Arne Jørgensen <arne@arnested.dk>
16846
16847 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16848
16849 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16850 in PEM format. Adjust to the XEmacs compatibility.
16851
16852 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16853
16854 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16855 by `string-to-number'.
16856 * gnus-agent.el (gnus-agent-regenerate-group)
16857 (gnus-agent-fetch-articles): Ditto.
16858 * gnus-art.el (gnus-button-fetch-group): Ditto.
16859 * gnus-cache.el (gnus-cache-generate-active)
16860 (gnus-cache-articles-in-group): Ditto.
16861 * gnus-group.el (gnus-group-set-current-level)
16862 (gnus-group-insert-group-line): Ditto.
16863 * gnus-score.el (gnus-score-set-expunge-below)
16864 (gnus-score-set-mark-below, gnus-summary-score-effect)
16865 (gnus-summary-score-entry): Ditto.
16866 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16867 (gnus-soup-pack): Ditto.
16868 * gnus-spec.el (gnus-xmas-format): Ditto.
16869 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16870 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16871 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16872 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16873 * nndb.el (nndb-get-remote-expire-response): Ditto.
16874 * nndiary.el (nndiary-parse-schedule-value)
16875 (nndiary-string-to-number, nndiary-request-replace-article)
16876 (nndiary-request-article): Ditto.
16877 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16878 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16879 * nneething.el (nneething-make-head): Ditto.
16880 * nnfolder.el (nnfolder-request-article)
16881 (nnfolder-retrieve-headers): Ditto.
16882 * nnheader.el (nnheader-file-to-number): Ditto.
16883 * nnkiboze.el (nnkiboze-request-article): Ditto.
16884 * nnmail.el (nnmail-process-unix-mail-format)
16885 (nnmail-process-babyl-mail-format): Ditto.
16886 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16887 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16888 (nnmh-request-create-group, nnmh-request-list-1)
16889 (nnmh-request-group, nnmh-request-article): Ditto.
16890 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16891 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16892 * nnsoup.el (nnsoup-make-active): Ditto.
16893 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16894 * nntp.el (nntp-find-group-and-number)
16895 (nntp-retrieve-headers-with-xover): Ditto.
16896 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16897 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16898 (pgg-format-key-identifier): Ditto.
16899 * pop3.el (pop3-last, pop3-stat): Ditto.
16900 * qp.el (quoted-printable-decode-region): Ditto.
16901
16902 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16903 of concat.
16904
16905 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16906
16907 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16908
16909 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16910
16911 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16912
16913 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16914
16915 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16916
16917 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16918
16919 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16920 (gnus-carpal-mode): Ditto.
16921
16922 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16923 (gnus-browse-mode): Ditto.
16924
16925 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16926
16927 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16928
16929 2005-05-29 Richard M. Stallman <rms@gnu.org>
16930
16931 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16932
16933 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16934
16935 * gnus-util.el (gnus-run-mode-hooks): New function.
16936
16937 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16938
16939 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16940
16941 * gnus-agent.el (gnus-agent-make-mode-line-string):
16942 Use mode-line-highlight as mouse-face.
16943
16944 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16945
16946 * canlock.el (canlock): Change the parent group to news.
16947
16948 * deuglify.el (gnus-outlook-deuglify): Add :group.
16949
16950 * dig.el (dig): Add :group.
16951
16952 * dns-mode.el (dns-mode): Add :group.
16953
16954 * encrypt.el (encrypt): Add :group.
16955
16956 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16957 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16958 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16959 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16960 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16961
16962 * gnus-diary.el (gnus-diary): Add :group.
16963
16964 * gnus.el (gnus-group-news-1-face): Add :group.
16965 (gnus-group-news-1-empty-face): Ditto.
16966 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16967 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16968 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16969 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16970 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16971 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16972 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16973 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16974 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16975 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16976 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16977 (gnus-summary-high-ticked-face): Ditto.
16978 (gnus-summary-low-ticked-face): Ditto.
16979 (gnus-summary-normal-ticked-face): Ditto.
16980 (gnus-summary-high-ancient-face): Ditto.
16981 (gnus-summary-low-ancient-face): Ditto.
16982 (gnus-summary-normal-ancient-face): Ditto.
16983 (gnus-summary-high-undownloaded-face): Ditto.
16984 (gnus-summary-low-undownloaded-face): Ditto.
16985 (gnus-summary-normal-undownloaded-face): Ditto.
16986 (gnus-summary-high-unread-face): Ditto.
16987 (gnus-summary-low-unread-face): Ditto.
16988 (gnus-summary-normal-unread-face): Ditto.
16989 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16990 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16991
16992 * hashcash.el (hashcash): New custom group.
16993 (hashcash-default-payment): Add :group.
16994 (hashcash-payment-alist): Ditto.
16995 (hashcash-default-accept-payment): Ditto.
16996 (hashcash-accept-resources): Ditto.
16997 (hashcash-path): Ditto.
16998 (hashcash-extra-generate-parameters): Ditto.
16999 (hashcash-double-spend-database): Ditto.
17000 (hashcash-in-news): Ditto.
17001
17002 * message.el (message-minibuffer-local-map): Add :group.
17003
17004 * netrc.el (netrc): Add :group.
17005
17006 * sieve-manage.el (sieve-manage-log): Add :group.
17007 (sieve-manage-default-user): Diito.
17008 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17009 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17010 (sieve-manage-authenticators): Ditto.
17011 (sieve-manage-authenticator-alist): Ditto.
17012 (sieve-manage-default-port): Ditto.
17013
17014 * sieve-mode.el (sieve-control-commands-face): Add :group.
17015 (sieve-action-commands-face): Ditto.
17016 (sieve-test-commands-face): Ditto.
17017 (sieve-tagged-arguments-face): Ditto.
17018
17019 * smime.el (smime): Add :group.
17020
17021 * spam-report.el (spam-report): Add :group.
17022
17023 * spam.el (spam, spam-face): Add :group.
17024
17025 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17026
17027 * nntp.el (nntp-next-result-arrived-p): Some news servers may
17028 return \n.\n.\n at the end of articles. Protect against that.
17029 (nntp-with-open-group): Allow debugging.
17030
17031 * nnheader.el (mail-header-set-extra): Make into a function
17032 because I just could't understand how to quote the list properly.
17033
17034 * dns.el (query-dns-cached): New function.
17035
17036 2005-05-26 Lute Kamstra <lute@gnu.org>
17037
17038 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17039
17040 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17041
17042 * gnus-art.el: Don't autoload mail-extract-address-components.
17043
17044 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17045 eval-and-compile to evaluate it.
17046
17047 * hashcash.el: Don't autoload executable-find.
17048
17049 * nndb.el: Don't declare the nndb back end two or more times; don't
17050 autoload news-reply-mode, news-setup, cancel-timer and telnet.
17051
17052 * nntp.el: Autoload format-spec instead of format; use
17053 eval-and-compile to evaluate autoload forms.
17054
17055 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
17056
17057 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17058
17059 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17060
17061 * gnus.el (gnus-version-number): Bump version.
17062
17063 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17064
17065 * gnus.el: No Gnus v0.3 is released.
17066
17067 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17068
17069 * gnus-art.el (gnus-article-edit-part): Disable undo.
17070
17071 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17072
17073 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17074 gnus-article-date-lapsed-new-header is t if date timer is active;
17075 skip headers in which the original date value is empty.
17076 (gnus-article-save-original-date): Redefine it as a macro.
17077 (gnus-display-mime): Use it.
17078
17079 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17080
17081 * gnus-art.el (article-date-ut): Support converting date in
17082 forwarded parts as well.
17083 (gnus-article-save-original-date): New function.
17084 (gnus-display-mime): Use it.
17085
17086 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
17087
17088 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17089 enclosure element of <item>.
17090
17091 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
17092
17093 * message.el (message-kill-buffer-query): Rename from
17094 `message-kill-buffer-query-if-modified'. Add :version.
17095
17096 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17097
17098 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17099 window layout.
17100
17101 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17102
17103 * mml.el: Autoload dnd when compiling.
17104
17105 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17106
17107 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17108 x-dnd-*.
17109
17110 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17111
17112 * qp.el (quoted-printable-encode-region): Save excursion.
17113
17114 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
17115
17116 * message.el (message-kill-buffer-query-if-modified): Add new variable
17117 so the user can kill a modified message buffer quickly.
17118 (message-kill-buffer): Use it.
17119
17120 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
17121
17122 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17123 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17124
17125 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17126
17127 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17128 contained in text because xml.el decodes entities) with LFs.
17129
17130 2005-04-11 Lute Kamstra <lute@gnu.org>
17131
17132 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17133 differently.
17134
17135 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17136
17137 * mm-util.el (mm-detect-coding-region): Typo.
17138
17139 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
17140
17141 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17142
17143 2005-04-06 Deepak Goel <deego@gnufans.org>
17144
17145 * spam-stat.el (spam-stat-score-buffer): Add a call to a
17146 user-function allow user modifications of the scores.
17147 (spam-stat-score-buffer-user): New function, to allow
17148 user-computed modifications to the score.
17149 (spam-stat-score-buffer-user-functions): List of additional
17150 scoring functions.
17151 (spam-stat-error-holder): Global temporary error holder.
17152 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17153 variable.
17154
17155 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
17156
17157 * gnus-registry.el (gnus-registry-clean-empty-function)
17158 (gnus-registry-trim, gnus-registry-fetch-groups)
17159 (gnus-registry-delete-group): Groups that match
17160 `gnus-registry-ignored-groups' are removed from the registry
17161 entries, not just ignored for splitting. This helps clean up the
17162 registry. Also, `gnus-registry-fetch-groups' is a convenient way
17163 to get all the groups a message ID is in.
17164
17165 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17166 (spam-stat-split-fancy): Change "threshhold" to "threshold".
17167 (spam-stat-score-buffer-user-functions): Add :number custom type.
17168
17169 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17170
17171 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17172 argument in XEmacs.
17173
17174 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17175 (nnrss-request-group): Decode group name first.
17176 (nnrss-request-article): Make a text/plain article if mml-to-mime
17177 failed.
17178 (nnrss-get-encoding): Return a compatible encoding according to
17179 nnrss-compatible-encoding-alist.
17180 (nnrss-find-el): Use consp instead of listp.
17181 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17182
17183 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17184
17185 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17186 which Emacs 20 doesn't support.
17187 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17188
17189 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17190
17191 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17192 silence the byte compiler inside the defun.
17193
17194 * gnus-demon.el (parse-time-string): Add autoload.
17195
17196 * gnus-delay.el (parse-time-string): Add autoload.
17197
17198 * gnus-art.el (parse-time-string): Add autoload.
17199
17200 * nnultimate.el (parse-time): Require for `parse-time-string'.
17201
17202 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17203
17204 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17205
17206 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17207
17208 * smime.el (smime-ldap-host-list): Add :version.
17209
17210 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17211
17212 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17213 pass it to `gnus-browse-read-group'.
17214 (gnus-browse-read-group): Add NUMBER argument and pass it to
17215 `gnus-group-read-ephemeral-group'.
17216
17217 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17218 argument and pass it to `gnus-group-read-group'.
17219
17220 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
17221
17222 * mm-util.el (mm-xemacs-find-mime-charset): Only call
17223 mm-xemacs-find-mime-charset-1 if we have the mule feature
17224 available at runtime.
17225
17226 2005-03-25 Werner Lemberg <wl@gnu.org>
17227
17228 * nnmaildir.el: Replace `illegal' with `invalid'.
17229
17230 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17231
17232 * gnus-start.el (gnus-display-time-event-handler):
17233 Check display-time-timer at runtime rather than only at load time
17234 in case display-time-mode is turned off in the mean time.
17235
17236 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17237
17238 * nnimap.el (nnimap-open-connection): Print which authinfo file is
17239 used.
17240
17241 * nneething.el (nneething-map-file-directory): Derive from
17242 `gnus-directory'.
17243
17244 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17245 the To/Cc button.
17246
17247 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17248
17249 * nnmaildir.el (nnmaildir-request-accept-article):
17250 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17251
17252 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17253
17254 * gnus-async.el: Require timer-funcs at compile time when in
17255 XEmacs for `run-with-idle-timer'.
17256
17257 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17258
17259 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17260 autoloaded function.
17261
17262 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17265
17266 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
17267
17268 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17269
17270 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
17272 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17273 Add gnus-expert-user to default.
17274
17275 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
17276
17277 * nnimap.el (nnimap-open-server): Ditto.
17278
17279 * imap.el (imap-authenticate): Fix typo.
17280
17281 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
17282
17283 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17284 buffer (since IMAP server might return FETCH response out of
17285 order, and the nntp buffer must be sorted).
17286
17287 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
17288
17289 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17290 comparison on string.
17291
17292 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17293 (gnus-agent-score): Rename category keywords to match gnus-cus.
17294 (gnus-agent-summary-fetch-series): Modify to protect against
17295 gnus-agent-summary-fetch-group clearing processable flags.
17296 (gnus-agent-synchronize-group-flags): Update live group buffer as
17297 synchronization may occur due to the user toggle the plugged
17298 status.
17299 (gnus-agent-fetch-group-1): Clear downloadable flag when article
17300 successfully downloaded.
17301 (gnus-agent-expire-group-1): Avoid using markers when the overview
17302 is in ascending order; greatly improves performance.
17303 (gnus-agent-regenerate-group):
17304 Use gnus-agent-synchronize-group-flags to reset read status in both
17305 gnus and server.
17306 (gnus-agent-update-files-total-fetched-for): Fix initial size.
17307
17308 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17309
17310 * message.el: Don't autoload former message-utils variables.
17311 (message-strip-subject-trailing-was): Change doc string.
17312
17313 * nnweb.el: Fixes for `gnus-group-make-web-group'.
17314 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
17315 (nnweb-google-search): Add "hl=en" here.
17316 (nnweb-google-parse-1, nnweb-google-create-mapping):
17317 Don't hardcode URL.
17318
17319 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17320
17321 * message.el (message-get-reply-headers, message-followup):
17322 Mention related variables `message-use-followup-to' and
17323 `message-use-mail-followup-to', in the information buffer.
17324
17325 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17326 of broken groups(-beta).google.com.
17327
17328 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
17329
17330 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17331 parameter to invoked gnus-request-move-article; remove the
17332 redundant gnus-sum-hint-move-is-internal variable; apply the marks
17333 all at once instead of once per article.
17334 (gnus-summary-remove-process-mark): Accept a list of articles as
17335 well as a single article for processing.
17336
17337 * gnus-int.el (gnus-request-move-article): Add move-is-internal
17338 parameter.
17339
17340 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17341
17342 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17343
17344 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17345 parameter.
17346
17347 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17348 parameter.
17349
17350 * nnimap.el (nnimap-request-move-article): Add move-is-internal
17351 parameter and remove the gnus-sum-hint-move-is-internal variable.
17352
17353 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17354 parameter.
17355
17356 * nndraft.el (nndraft-request-move-article): Add move-is-internal
17357 parameter.
17358
17359 * nndiary.el (nndiary-request-move-article): Add move-is-internal
17360 parameter.
17361
17362 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17363
17364 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17365 parameter.
17366
17367 * nnagent.el (nnagent-request-move-article): Add move-is-internal
17368 parameter.
17369
17370 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17371
17372 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17373 a more conservative way.
17374
17375 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17376
17377 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17378 buffer, so it moves the window's cursor.
17379
17380 2005-02-26 Arne Jørgensen <arne@arnested.dk>
17381
17382 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17383 `mm-dissect-multipart' and receive the from field as an (optional)
17384 argument from `mm-dissect-multipart'.
17385 (mm-dissect-multipart): Receive the from field as an argument and
17386 pass it on when we call `mm-dissect-buffer' on MIME parts.
17387 Fixes verification/decryption of signed/encrypted MIME parts.
17388
17389 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
17390
17391 * gnus-sum.el (gnus-summary-move-article):
17392 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17393 whatever it calls (right now, only nnimap-request-move article
17394 respects it).
17395
17396 * nnimap.el (nnimap-request-move-article):
17397 When gnus-sum-hint-move-is-internal is set, don't do the extra
17398 nnimap-request-article.
17399
17400 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17401
17402 * nnheader.el (nnheader-find-file-noselect): Add doc string.
17403
17404 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17405 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17406
17407 * gnus-sum.el (gnus-summary-caesar-message):
17408 Apply `gnus-treat-article' after rotation.
17409
17410 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17411 doc string.
17412
17413 2005-02-22 Simon Josefsson <jas@extundo.com>
17414
17415 * encrypt.el (encrypt-password-cache-expiry): Remove (use
17416 `password-cache-expiry' instead). Reported by Arne Jørgensen
17417 <arne@arnested.dk>.
17418 (encrypt): Add password-cache and password-cache-expiry as group
17419 members.
17420
17421 2005-02-22 Arne Jørgensen <arne@arnested.dk>
17422
17423 * smime.el (smime-ldap-host-list): Doc fix.
17424 (smime-ask-passphrase): Use `password-read-and-add' to read (and
17425 cache) password.
17426 (smime-sign-region): Use it.
17427 (smime-decrypt-region): Use it.
17428 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17429 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17430 fails.
17431 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17432 certificate from DER to PEM format rather than calling openssl.
17433
17434 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17435
17436 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17437 for signing/encryption.
17438
17439 * mml.el (mml-parse-1): Use them.
17440
17441 2005-02-21 Arne Jørgensen <arne@arnested.dk>
17442
17443 * nnrss.el (nnrss-verbose): Remove.
17444 (nnrss-request-group): Use `nnheader-message' instead.
17445
17446 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
17447
17448 * nnrss.el (nnrss-verbose): New variable.
17449 (nnrss-request-group): Make it say nnrss is requesting a group.
17450
17451 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17452
17453 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17454 Handle news URL with given port correctly.
17455
17456 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
17457
17458 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17459 containing special characters.
17460
17461 * gnus-sum.el (gnus-summary-edit-article): Ditto.
17462
17463 * mml.el (mime-to-mml): Ditto.
17464
17465 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17466 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17467 (rfc2047-decode-region): Quote decoded words containing special
17468 characters when rfc2047-quote-decoded-words-containing-tspecials
17469 is non-nil.
17470
17471 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
17472
17473 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17474
17475 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17476
17477 2005-02-15 Simon Josefsson <jas@extundo.com>
17478
17479 * nnimap.el (nnimap-debug): Doc fix.
17480
17481 * imap.el (imap-debug): Doc fix.
17482
17483 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17484
17485 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17486
17487 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17488
17489 * gnus.el (spam-contents): Improve docs for spam-contents
17490 parameter in its variable incarnation.
17491
17492 2005-02-14 Simon Josefsson <jas@extundo.com>
17493
17494 * smime-ldap.el: Use require instead of load-library for ldap.
17495 (smime-ldap-search): Indent.
17496 (smime-ldap-search-internal): Shorten line.
17497
17498 * smime.el (smime-cert-by-dns): Add doc-string.
17499 (smime-cert-by-ldap-1): Indent.
17500
17501 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17502 mml-smime-get-dns-ldap.
17503 (mml-smime-encrypt-query): Use new function. Default to ldap.
17504
17505 2005-02-14 Arne Jørgensen <arne@arnested.dk>
17506
17507 * smime.el: Require smime-ldap.
17508 (smime-ldap-host-list): New variable.
17509 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17510
17511 * mml-smime.el (mml-smime-encrypt-query): New function.
17512 (mml-smime-encrypt-query): Use it.
17513
17514 * smime-ldap.el: New file.
17515
17516 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17517
17518 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17519
17520 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17521
17522 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17523 argument in doc string. Make query for type more clear.
17524
17525 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17526
17527 * gnus.el (gnus-group-startup-message): Search for gnus images in
17528 etc/images/gnus.
17529 * mm-util.el (mm-image-load-path): Likewise.
17530 * smiley.el (smiley-data-directory): Search for smilies in
17531 etc/images/smilies.
17532
17533 2005-02-09 Kim F. Storm <storm@cua.dk>
17534
17535 Change Emacs release version from 21.4 to 22.1 throughout.
17536 Change Emacs development version from 21.3.50 to 22.0.50.
17537
17538 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17539
17540 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17541
17542 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17543 non-Mule XEmacs as well.
17544 (mm-decompress-buffer): Signal an error intentionally if it does
17545 not decompress compressed data because auto-compression-mode is
17546 disabled.
17547
17548 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
17549
17550 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17551 an ID in the registry even if it has no groups.
17552
17553 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
17554
17555 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17556 merge it into mm-decompress-buffer.
17557 (gnus-mime-copy-part): Use the MIME part charset, the value which
17558 a user specified or gnus-newsgroup-charset for decoding, like
17559 gnus-mime-inline-part does; set buffer-file-coding-system to tell
17560 save-buffer what was used. Suggested by Kevin Ryde
17561 <user42@zip.com.au>.
17562 (gnus-mime-inline-part): Allow the name parameter as well as the
17563 filename parameter; force decompressing of compressed data; always
17564 display contents being not decoded as unibyte.
17565
17566 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17567 as well as the filename parameter.
17568
17569 * mm-util.el (mm-decompress-buffer):
17570 Merge gnus-mime-jka-compr-maybe-uncompress.
17571 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17572 of compressed data.
17573
17574 2005-02-08 Simon Josefsson <jas@extundo.com>
17575
17576 * imap.el (imap-log): Doc fix.
17577
17578 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17579
17580 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17581 the coding cookies; decompress compressed parts.
17582
17583 * mml.el (mml-generate-mime-1): Add the charset parameter according
17584 to the value which a user specified manually or the coding cookie.
17585
17586 * mm-util.el (mm-string-to-multibyte): New function.
17587 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17588 (mm-coding-system-to-mime-charset): New function.
17589 (mm-decompress-buffer): New function.
17590 (mm-find-buffer-file-coding-system): New function.
17591
17592 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17593 (mm-display-inline-fontify): Rewrite for decoding and decompressing
17594 parts.
17595
17596 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17597
17598 * mm-view.el (mm-display-inline-fontify): Decode a part according
17599 to the charset parameter.
17600
17601 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17602
17603 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17604 prefix arg is neither nil nor a number, as info specifies.
17605
17606 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
17607
17608 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17609 timestamps.
17610
17611 2005-02-02 Jari Aalto <jari.aalto@cante.net>
17612
17613 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17614 groups error checking and notify user.
17615
17616 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
17617
17618 * message.el (message-send-mail-function): Check existence of
17619 sendmail-program first before using default value
17620 `message-send-mail-with-sendmail'. Otherwise use more generic
17621 `smtpmail-send-it'.
17622
17623 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
17624
17625 * nntp.el (nntp-request-update-info): Always return nil.
17626
17627 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
17628
17629 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17630
17631 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17632
17633 * message.el (message-beginning-of-line): Change the behavior when
17634 invoked between BOL and : so that it first moves backward.
17635
17636 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17637
17638 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17639 article buffer when editing of the article is discarded.
17640 (gnus-article-prepare): Revert.
17641
17642 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17643
17644 * gnus-art.el (gnus-article-prepare):
17645 Remove message-strip-forbidden-properties from the local hook.
17646
17647 2005-01-27 Simon Josefsson <jas@extundo.com>
17648
17649 * password.el (password-cache-add): Only start one timer per key.
17650 Reported by Derek Atkins <warlord@MIT.EDU>.
17651
17652 2005-01-26 Steve Youngs <steve@sxemacs.org>
17653
17654 * run-at-time.el: Remove. It is no longer needed as
17655 timer-funcs.el in the xemacs-base package has a working version of
17656 `run-at-time'.
17657
17658 * password.el: Require timer-funcs instead of run-at-time in
17659 XEmacs.
17660 Remove `password-run-at-time' macro.
17661 (password-cache-add): Use `run-at-time' instead of
17662 `password-run-at-time'.
17663
17664 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17665 for `run-with-idle-timer'.
17666
17667 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17668 for `run-at-time'.
17669
17670 * mm-url.el: Require timer-funcs at compile time when in XEmacs
17671 for `with-timeout'.
17672
17673 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17674
17675 * mml.el (mml-generate-mime-1): Convert string into unibyte when
17676 inserting " *mml*" buffer's contents into a unibyte temp buffer.
17677
17678 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
17679
17680 * mail-source.el (mail-source-fetch-imap): Search for ^From case
17681 sensitively.
17682
17683 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
17684
17685 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17686
17687 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
17688
17689 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17690 which will be inserted according to the multibyteness of a buffer
17691 rather than the type of contents. Suggested by ARISAWA Akihiro
17692 <ari@mbf.ocn.ne.jp>.
17693
17694 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17695 of string which old xml.el may return rather than a string.
17696
17697 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17698
17699 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17700
17701 2005-01-16 Simon Josefsson <jas@extundo.com>
17702
17703 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17704 idn/idna.el isn't available.
17705 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
17706 <michael@waxrat.com>.
17707
17708 * hashcash.el: Remove non-FSF copyright header.
17709
17710 * hashcash.el (hashcash-extra-generate-parameters): New variable.
17711 (hashcash-generate-payment): Use it.
17712 (hashcash-generate-payment-async): Use it.
17713
17714 2005-01-15 Simon Josefsson <jas@extundo.com>
17715
17716 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17717 Suggested by Raymond Scholz <ray-2005@zonix.de>.
17718
17719 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17720 gnus-summary-idna-message.
17721 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17722 (gnus-summary-idna-message): New function.
17723
17724 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17725
17726 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17727 gnus-novice-user.
17728
17729 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
17730
17731 * nnrss.el (nnrss-request-delete-group): Delete entries in
17732 nnrss-group-alist as well.
17733 (nnrss-save-server-data): Insert newline.
17734
17735 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
17736
17737 * gnus.el (gnus-user-agent): Use list of symbols instead of
17738 symbols. Display full version number for (S)XEmacs.
17739 Optionally display (S)XEmacs codename.
17740
17741 * gnus-util.el (gnus-emacs-version): Update for new
17742 `gnus-user-agent'.
17743
17744 * gnus-msg.el (gnus-extended-version): Make it possible to omit
17745 Gnus version.
17746
17747 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17748
17749 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
17750 which is unreadable in some setups.
17751
17752 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17753
17754 * gnus-spec.el (gnus-update-format-specifications): Flush the
17755 group format spec cache if it doesn't support decoded group names.
17756
17757 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
17758
17759 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17760 Allow to apply decay on score files matching a regexp.
17761
17762 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
17763
17764 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17765 compatibility in %g and %c.
17766
17767 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
17768
17769 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17770 name for only %g and %c.
17771 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17772 of gnus-tmp-group to decoded group name.
17773 (gnus-group-make-rss-group): Exclude `/'s from group names.
17774
17775 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
17776
17777 * nnrss.el (nnrss-get-encoding): Fix regexp.
17778
17779 2004-12-27 Simon Josefsson <jas@extundo.com>
17780
17781 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17782 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17783 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
17784
17785 2004-12-17 Kim F. Storm <storm@cua.dk>
17786
17787 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17788
17789 * gnus-sum.el (gnus-summary-mode-map): Likewise.
17790
17791 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17792
17793 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17794
17795 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
17796
17797 * nnrss.el: Require rfc2047 and mml.
17798 (nnrss-file-coding-system): New variable.
17799 (nnrss-format-string): Redefine it as an inline function.
17800 (nnrss-decode-group-name): New function.
17801 (nnrss-string-as-multibyte): Remove.
17802 (nnrss-retrieve-headers): Decode group name; don't use
17803 nnrss-format-string.
17804 (nnrss-request-group): Decode group name.
17805 (nnrss-request-article): Decode group name; allow a Message-ID as
17806 well as an article number; don't use nnrss-format-string; encode a
17807 Message-ID string which may contain non-ASCII characters; use
17808 mml-to-mime to compose a MIME article.
17809 (nnrss-request-expire-articles): Decode group name.
17810 (nnrss-request-delete-group): Decode group name.
17811 (nnrss-fetch): Clarify error message.
17812 (nnrss-read-server-data): Use insert-file-contents instead of load;
17813 bind file-name-coding-system; use multibyte buffer.
17814 (nnrss-save-server-data): Bind coding-system-for-write to the
17815 value of nnrss-file-coding-system; bind file-name-coding-system;
17816 add coding cookie.
17817 (nnrss-read-group-data): Use insert-file-contents instead of load;
17818 bind file-name-coding-system; use multibyte buffer.
17819 (nnrss-save-group-data): Bind coding-system-for-write to the
17820 value of nnrss-file-coding-system; bind file-name-coding-system.
17821 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17822 make it work with non-ASCII text.
17823 (nnrss-find-el): Make it work with old xml.el as well.
17824
17825 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17826
17827 * nnrss.el (nnrss-get-encoding): New function.
17828 (nnrss-fetch): Use unibyte buffer initially; bind
17829 coding-system-for-read while performing mm-url-insert; remove ^Ms;
17830 decode contents according to the encoding attribute.
17831 (nnrss-save-group-data): Add coding cookie.
17832 (nnrss-mime-encode-string): New function.
17833 (nnrss-check-group): Use it to encode subject and author.
17834
17835 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
17836
17837 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17838 imaginary variable.
17839
17840 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17841
17842 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17843 correctly even if there are wide characters.
17844
17845 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17846
17847 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17848 downcased symbol names; make a new cache instead of reusing
17849 bbdb-hashtable.
17850
17851 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17852
17853 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17854 concatenating segments rather than before concatenating them.
17855 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17856
17857 * message.el (message-get-reply-headers): Bind `extra'.
17858
17859 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17860
17861 * message.el (message-extra-wide-headers): New variable.
17862 (message-get-reply-headers): Use it.
17863
17864 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17865
17866 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17867 (gnus-agent-group-pathname): Ditto.
17868
17869 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17870
17871 * gnus-group.el (gnus-group-make-group): Decode group name.
17872 (gnus-group-make-rss-group): Register the group data after opening
17873 the nnrss group.
17874
17875 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17876
17877 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17878 by expiry now get marked as read.
17879
17880 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17881
17882 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17883
17884 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17885
17886 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17887 unify Latin characters in XEmacs.
17888 (mm-find-mime-charset-region): Use it.
17889
17890 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17891
17892 * gnus-util.el (gnus-delete-directory): New function.
17893
17894 * gnus-agent.el (gnus-agent-delete-group): Use it.
17895
17896 * gnus-cache.el (gnus-cache-delete-group): Use it.
17897
17898 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17899
17900 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17901 names.
17902
17903 2004-12-16 Simon Josefsson <jas@extundo.com>
17904
17905 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17906
17907 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17908
17909 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17910
17911 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17912 (gnus-group-set-current-level): Decode group name.
17913
17914 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17915
17916 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17917 failed.
17918
17919 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17920
17921 * gnus-group.el (gnus-group-delete-group): Decode group name.
17922 (gnus-group-make-rss-group): Encode group name.
17923 (gnus-group-catchup-current): Decode group name.
17924 (gnus-group-kill-group): Decode group name.
17925
17926 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17929
17930 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17931
17932 * gnus-group.el (gnus-group-make-rss-group):
17933 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17934
17935 * gnus-start.el (gnus-setup-news): Honor user's setting to
17936 gnus-message-archive-method. Suggested by Lute Kamstra
17937 <lute@gnu.org>.
17938
17939 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17940
17941 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17942 global counterparts of the buffer-local variables.
17943
17944 2004-11-16 Romain Francoise <romain@orebokech.com>
17945
17946 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17947 counterparts of the buffer-local variables.
17948
17949 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17950
17951 * message.el (message-forbidden-properties): Fix typo in doc
17952 string.
17953
17954 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17955
17956 * gnus-util.el (gnus-replace-in-string): Add doc string.
17957
17958 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17959 to avoid problems when splitting mails with many recipients.
17960
17961 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17964 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17965
17966 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17967
17968 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17969 if there is no hashtable in memory or file modification time is
17970 newer than cached timestamp.
17971
17972 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17973
17974 * gnus-sum.el (gnus-summary-limit-to-recipient):
17975 Implement not-matching option.
17976
17977 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17978
17979 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17980 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17981 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17982 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17983 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17984 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17985
17986 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17987
17988 * message.el (message-forward-make-body-mml): Remove headers
17989 according to message-forward-ignored-headers if a message is decoded.
17990
17991 2004-12-02 Romain Francoise <romain@orebokech.com>
17992
17993 * message.el (message-forward-make-body-plain): Always remove
17994 headers according to message-forward-ignored-headers.
17995
17996 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17997
17998 * spam.el (spam-summary-prepare-exit): Remove the
17999 gnus-summary-limit pop for now, it has problems with ham marks for
18000 me.
18001
18002 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
18003
18004 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18005 correctly.
18006
18007 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
18008
18009 * format-spec.el (format-spec): Message the char.
18010
18011 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
18012
18013 * gnus-art.el (gnus-split-methods): Reformat comments.
18014
18015 * spam.el (spam-summary-prepare-exit): Remove article limits
18016 before exiting the summary buffer.
18017
18018 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18019
18020 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18021 order to silence the byte compiler.
18022
18023 * spam.el: Fix the way to silence the byte compiler, which
18024 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18025 bbdb-search-simple, spam-BBDB-register-routine,
18026 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18027 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18028 spam-stat-buffer-is-spam, spam-stat-load,
18029 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18030 spam-stat-save and spam-stat-split-fancy.
18031
18032 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18033
18034 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18035 which may confuse users.
18036 (canlock-password-for-verify): Ditto.
18037
18038 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18039
18040 * gnus-art.el (gnus-emphasis-alist): Ditto.
18041
18042 * gnus-registry.el (gnus-registry-max-entries): Ditto.
18043
18044 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18045
18046 * gnus-start.el (gnus-save-killed-list): Ditto.
18047
18048 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18049 (gnus-sum-thread-tree-root): Ditto.
18050 (gnus-sum-thread-tree-false-root): Ditto.
18051 (gnus-sum-thread-tree-single-indent): Ditto.
18052
18053 * message.el (message-courtesy-message): Ditto.
18054 (message-archive-note): Ditto.
18055 (message-subscribed-address-file): Ditto.
18056 (message-user-fqdn): Ditto.
18057
18058 * spam-report.el (spam-report-gmane-regex): Ditto.
18059
18060 * spam.el (spam-blackhole-good-server-regex): Ditto.
18061
18062 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18063
18064 * mml.el (mml-preview): Widen the message buffer before copying
18065 the contents to the preview buffer; sort headers before previewing.
18066
18067 * message.el (message-hidden-headers): Fix the way to avoid a bug
18068 in the `repeat' widget in Emacs 21.3 or earlier.
18069
18070 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18071
18072 * message.el (message-hidden-headers): Default to "^References:".
18073 Improve customization type. Suggested by Reiner Steib
18074 <Reiner.Steib@gmx.de>.
18075
18076 2004-11-25 Romain Francoise <romain@orebokech.com>
18077
18078 * message.el (message-strip-forbidden-properties): Remove check for
18079 obsolete `message-hidden' text property, hidden headers are not
18080 accessible in the buffer anymore.
18081
18082 2004-11-22 Romain Francoise <romain@orebokech.com>
18083
18084 * message.el (message-header-format-alist): Add `From' in list
18085 so that it can be sorted.
18086 (message-fix-before-sending): Widen and sort headers before
18087 sending.
18088 (message-hide-headers): Use narrowing to hide headers by moving
18089 them to the top of the buffer and narrowing to the region
18090 underneath.
18091
18092 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18093
18094 * message.el (message-strip-forbidden-properties):
18095 Bind buffer-read-only (etc) to nil.
18096
18097 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
18098
18099 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18100 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18101
18102 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
18103
18104 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18105
18106 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18107
18108 * dns.el (query-dns): Use sit-for to time instead of
18109 accept-process-output, since that doesn't seem to work on udp
18110 sockets.
18111
18112 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
18113
18114 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18115
18116 2004-11-15 Jesper Harder <harder@ifa.au.dk>
18117
18118 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18119 doc string. Improve doc string.
18120
18121 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
18122
18123 * nntp.el (nntp-request-update-info): Return nil if
18124 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18125 may not call gnus-activate-group which uselessly issues the GROUP
18126 commands for all nntp groups and wastes time. Reported by Romain
18127 Francoise <romain@orebokech.com>.
18128
18129 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18130
18131 2004-11-15 Simon Josefsson <jas@extundo.com>
18132
18133 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18134 headers separately.
18135 (gnus-button-openpgp): New function, inspired by Jochen Küpper
18136 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18137
18138 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
18139
18140 * gnus-start.el (gnus-convert-old-newsrc):
18141 Assign legacy-gnus-agent to 5.10.7.
18142
18143 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18144
18145 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18146 start of the lines.
18147
18148 2004-11-14 Magnus Henoch <mange@freemail.hu>
18149
18150 * hashcash.el (hashcash-default-payment): Change default to 20.
18151 (hashcash-default-accept-payment): Change default to 20.
18152 (hashcash-process-alist): New variable.
18153 (hashcash-generate-payment-async): Add.
18154 (hashcash-already-paid-p): Add.
18155 (hashcash-insert-payment): Don't generate payments twice.
18156 (hashcash-insert-payment-async): Add.
18157 (hashcash-insert-payment-async-2): Add.
18158 (hashcash-cancel-async): Add.
18159 (hashcash-wait-async): Add.
18160 (hashcash-processes-running-p): Add.
18161 (hashcash-wait-or-cancel): Add.
18162 (mail-add-payment): New optional argument. Conditionally start
18163 asynchronous calculation.
18164 (mail-add-payment-async): Add.
18165
18166 * message.el (message-send-mail): Wait for asynchronous hashcash
18167 results. Don't clobber existing X-Hashcash headers.
18168 (message-setup-1): Call mail-add-payment-async when
18169 message-generate-hashcash is non-nil.
18170
18171 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18172
18173 * message.el (message-use-alternative-email-as-from): Examine the
18174 From header as well; use message-make-from in order to include a
18175 user's full name.
18176
18177 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
18178
18179 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18180 default; improve customization type.
18181 (gnus-emphasis-custom-with-format): New macro.
18182 (gnus-emphasis-custom-value-to-external): New function.
18183 (gnus-emphasis-custom-value-to-internal): New function.
18184
18185 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18186
18187 * dns.el (query-dns): Resolve reverse addresses.
18188
18189 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18190
18191 * gnus-group.el (gnus-group-get-new-news): Use it.
18192
18193 * gnus-start.el (gnus-check-reasonable-setup): New function.
18194
18195 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
18196
18197 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18198 "Args out of range" error. Reported by Arnaud Giersch
18199 <arnaud.giersch@free.fr>.
18200
18201 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
18202
18203 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18204
18205 2004-11-04 Richard M. Stallman <rms@gnu.org>
18206
18207 * spam.el (spam group): Add :version.
18208
18209 * pgg-def.el (pgg group): Add :version.
18210
18211 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
18212
18213 * gnus-art.el (gnus-article-edit-article): Don't associate the
18214 article buffer with a draft file. This is a temporary measure
18215 against the 2004-08-22 change to gnus-article-edit-mode.
18216
18217 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
18218
18219 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18220 (html2text-format-tags): Remove unused variable `attr'.
18221
18222 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
18223
18224 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18225
18226 * spam-stat.el (spam-stat): Add :version.
18227
18228 * sieve.el (sieve): Add :version.
18229
18230 * sha1.el (sha1): Add :version.
18231 (sha1-use-external): Remove redundant version.
18232
18233 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18234 (nnmail-cache-ignore-groups, nnmail-spool-hook)
18235 (nnmail-split-fancy-match-partial-words)
18236 (nnmail-split-lowercase-expanded): Add :version.
18237
18238 * nndiary.el (nndiary): Add :version.
18239
18240 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18241
18242 * mml-sec.el (mml-default-sign-method)
18243 (mml-default-encrypt-method, mml-signencrypt-style-alist):
18244 Add :version.
18245
18246 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18247
18248 * mm-url.el (mm-url-use-external, mm-url-program)
18249 (mm-url-arguments): Add :version.
18250
18251 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18252 (mm-attachment-file-modes, mm-decrypt-option)
18253 (mm-w3m-safe-url-regexp): Add :version.
18254
18255 * message.el (message-cite-prefix-regexp)
18256 (message-sendmail-envelope-from, message-minibuffer-local-map)
18257 (message-user-fqdn, message-completion-alist): Add :version.
18258
18259 * gnus-win.el (gnus-configure-windows-hook)
18260 (gnus-use-frames-on-any-display): Add :version.
18261
18262 * gnus-art.el (gnus-article-address-banner-alist)
18263 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18264 (gnus-treat-from-picon, gnus-treat-mail-picon)
18265 (gnus-treat-x-pgp-sig): Add :version.
18266
18267 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18268 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18269 (gnus-summary-article-delete-hook)
18270 (gnus-summary-display-while-building): Add :version.
18271
18272 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18273 (gnus-get-top-new-news-hook): Add :version.
18274
18275 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18276 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18277
18278 * gnus-registry.el (gnus-registry): Add :version.
18279
18280 * gnus-spec.el (gnus-use-correct-string-widths)
18281 (gnus-make-format-preserve-properties): Add :version.
18282
18283 * gnus.el (gnus-group-charter-alist)
18284 (gnus-group-fetch-control-use-browse-url)
18285 (gnus-install-group-spam-parameters): Add :version.
18286
18287 * gnus-diary.el (gnus-diary): Add :version.
18288
18289 * gnus-delay.el (gnus-delay): Add :version.
18290
18291 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18292 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18293 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18294 Add :version.
18295
18296 * gnus-agent.el (gnus-agent-max-fetch-size)
18297 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18298 (gnus-agent-prompt-send-queue): Add :version.
18299
18300 * deuglify.el (gnus-outlook-deuglify): Add :version.
18301
18302 * html2text.el: Beautify code. Improve doc strings.
18303 Some checkdoc cleanup.
18304 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18305
18306 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18307
18308 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18309
18310 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
18311
18312 * gnus-registry.el (gnus-registry-hashtb): Create the registry
18313 when package is loaded.
18314
18315 * spam.el (spam-summary-score-preferred-header): Add global preference
18316 for people who want to override the default SpamAssassin over
18317 Bogofilter preference (when both are set).
18318 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18319 (spam-user-format-function-S):
18320 Check spam-summary-score-preferred-header.
18321 (spam-extra-header-to-number): Add X-Bogosity header parsing.
18322 (spam-user-format-function-S): Format the score correctly.
18323
18324 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
18325
18326 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18327 signature file. Suggested by Manoj Srivastava
18328 <srivasta@golden-gryphon.com>.
18329
18330 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18331 iso-2022-jp even in the Japanese language environment.
18332 Suggested by Jason Rumney <jasonr@gnu.org>.
18333
18334 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
18335
18336 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18337 use the same characters as the dummy marks; make it free from
18338 getting affected by the language environment.
18339 (gnus-summary-read-group-1): Update mark positions only when the
18340 format spec is updated.
18341
18342 * gnus-spec.el (gnus-update-format-specifications): Return a list
18343 of updated types.
18344
18345 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
18346
18347 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18348 of boundp to check if display-warning is available.
18349
18350 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
18351
18352 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18353
18354 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18355
18356 * nnspool.el (nnspool-spool-directory): Use news-path if the
18357 news-directory variable is not bound.
18358
18359 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18360 function instead of display-warning if it is not available.
18361
18362 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18363
18364 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18365 v5-10: Use `point-at-bol'.
18366
18367 2004-10-26 Simon Josefsson <jas@extundo.com>
18368
18369 * hashcash.el: Fix URL in comment, reported by Cheng Gao
18370 <chenggao@gmail.com>.
18371
18372 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18373
18374 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
18375 instead.
18376
18377 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
18378
18379 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18380 to remove a server from the nnimap-server-buffer-alist.
18381 (nnimap-open-connection, nnimap-close-server): Use it.
18382
18383 * gnus-encrypt.el: Remove file in favor of encrypt.el.
18384
18385 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
18386
18387 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18388 running the major-mode function.
18389
18390 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18391
18392 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18393 dummy marks in the right way.
18394
18395 2004-10-18 David Edmondson <dme@dme.org>
18396
18397 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18398 excessively.
18399
18400 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
18401
18402 * gnus-util.el (gnus-split-references): Accept a nil references
18403 string and go on blissfully.
18404
18405 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18406 cases where the references string is non-nil but has no references.
18407
18408 * encrypt.el: Add autoload tags.
18409
18410 * spam.el (spam-resolve-registrations-routine): Remove article
18411 from unregistration list too. Reported by David Hanak
18412 <dhanak@isis.vanderbilt.edu>
18413
18414 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
18415
18416 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18417 nil. Change custom type.
18418
18419 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
18420
18421 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18422
18423 * gnus-sum.el (gnus-summary-move-article): Use it.
18424
18425 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
18426
18427 * encrypt.el: Add autoload cookies.
18428
18429 * spam.el (spam-backend-article-list-property)
18430 (spam-backend-get-article-todo-list)
18431 (spam-backend-put-article-todo-list)
18432 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18433 Resolve registrations separately.
18434 (spam-register-routine): Format comments.
18435 (spam-unregister-routine, spam-register-routine): Always call with
18436 specific-articles, no default list.
18437 (spam-summary-prepare-exit): Use the spam-classifications function.
18438
18439 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18440 gnus-encrypt.el.
18441
18442 * encrypt.el: Copied from gnus-encrypt.el.
18443
18444 * gnus-encrypt.el: Commented that it's obsolete.
18445
18446 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18447
18448 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18449 (gnus-score-save): Use it.
18450
18451 * message.el (message-bury): Use `window-dedicated-p'.
18452
18453 2004-10-15 Simon Josefsson <jas@extundo.com>
18454
18455 * pop3.el (top-level): Don't require nnheader.
18456 (pop3-read-timeout): Add.
18457 (pop3-accept-process-output): Add.
18458 (pop3-read-response, pop3-retr): Use it.
18459
18460 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
18461
18462 * spam.el (spam-register-routine): Move comment.
18463 (spam-verify-bogofilter): Use 'unknown for the initial
18464 spam-bogofilter-valid state, not 'never.
18465
18466 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18467 for netrc-machine.
18468
18469 * nnimap.el (nnimap-open-connection):
18470 Use netrc-machine-user-or-password.
18471
18472 2004-10-17 Richard M. Stallman <rms@gnu.org>
18473
18474 * gnus-registry.el (gnus-registry-unload-hook):
18475 Set as a variable with add-hook.
18476
18477 * nnspool.el (nnspool-spool-directory): Use news-directory instead
18478 of news-path.
18479
18480 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18481
18482 * spam.el: Delete duplicate `provide'.
18483 (spam-unload-hook): Set as a variable with add-hook.
18484
18485 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18486
18487 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18488 in the doc string.
18489
18490 * message.el (message-ignored-news-headers)
18491 (message-ignored-supersedes-headers)
18492 (message-ignored-resent-headers)
18493 (message-forward-ignored-headers): Improve custom type.
18494
18495 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
18496
18497 * message.el (message-tokenize-header): Fix 2004-09-06 change
18498 which used point-min in the wrong place.
18499
18500 2004-10-12 Simon Josefsson <jas@extundo.com>
18501
18502 * tls.el (tls-certtool-program): New variable.
18503 (tls-certificate-information): New function, based on
18504 ssl-certificate-information.
18505
18506 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
18507
18508 * compface.el: Move the version of ELisp-based uncompface program
18509 to the contrib directory because of the copyright problem.
18510
18511 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18512
18513 * message.el (message-kill-buffer): Raise the current frame.
18514
18515 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
18516
18517 * gnus-sum.el: Mention that multibyte characters don't work as marks.
18518
18519 * gnus.el (message-y-or-n-p): Autoload.
18520
18521 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18522 (pop3-password-required, pop3-authentication-scheme)
18523 (pop3-leave-mail-on-server): Make customizable.
18524 (pop3): New custom group.
18525 (pop3-retr): Remove `sleep-for' statements.
18526 Suggested by Dave Love <fx@gnu.org>.
18527
18528 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18529 Windows/DOS.
18530
18531 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18532 (imap-parse-body): Fix incorrect use of `assert'.
18533 Suggested by Dave Love <fx@gnu.org>.
18534
18535 * mml.el (mml-minibuffer-read-disposition): Require match.
18536 Suggested by Dave Love <fx@gnu.org>.
18537
18538 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18539
18540 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
18541 doc string.
18542
18543 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
18544
18545 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18546
18547 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18548
18549 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18550 instead of calling `mm-insert-inline', to decode text/* parts
18551 before displaying them.
18552
18553 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
18554
18555 * mm-uu.el (mm-uu-text-plain-type): New variable.
18556 (mm-uu-pgp-signed-extract-1): Use it.
18557 (mm-uu-pgp-encrypted-extract-1): Use it.
18558 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18559 bind mm-uu-text-plain-type with that value.
18560 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18561 mm-uu-dissect.
18562
18563 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18564
18565 * gnus-group.el (gnus-update-group-mark-positions):
18566 * gnus-sum.el (gnus-update-summary-mark-positions):
18567 * message.el (message-check-news-body-syntax):
18568 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18569 of string-as-multibyte.
18570
18571 2004-10-05 Juri Linkov <juri@jurta.org>
18572
18573 * gnus-group.el (gnus-update-group-mark-positions):
18574 * gnus-sum.el (gnus-update-summary-mark-positions):
18575 * message.el (message-check-news-body-syntax):
18576 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18577 8-bit unibyte values to a multibyte string for search functions.
18578
18579 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18580
18581 * mm-uu.el (mm-uu-dissect): Allow optional arg.
18582 (mm-uu-dissect-text-parts): New function.
18583
18584 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18585 dissect text parts.
18586
18587 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18588 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18589
18590 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18591
18592 * gnus-topic.el (gnus-topic-hierarchical-parameters):
18593 Use gnus-current-topics instead of gnus-current-topic.
18594
18595 2004-10-06 Jesper Harder <harder@ifa.au.dk>
18596
18597 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18598
18599 2004-10-05 Jesper Harder <harder@ifa.au.dk>
18600
18601 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18602 where appropriate.
18603
18604 * nnml.el (nnml-generate-active-info): do.
18605
18606 * nndiary.el (nndiary-generate-active-info): do.
18607
18608 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18609 (gnus-topic-move): do.
18610
18611 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18612 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18613
18614 * gnus-srvr.el (gnus-server-prepare)
18615 (gnus-server-open-all-servers): do.
18616
18617 * gnus-msg.el (gnus-summary-cancel-article)
18618 (gnus-summary-resend-message)
18619 (gnus-summary-mail-crosspost-complaint): do.
18620
18621 * gnus-move.el (gnus-change-server): do.
18622
18623 * gnus-group.el (gnus-group-unmark-all-groups)
18624 (gnus-group-set-current-level): do.
18625
18626 2004-10-04 Simon Josefsson <jas@extundo.com>
18627
18628 * message.el (message-generate-hashcash): Doc fix.
18629
18630 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
18631
18632 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18633 avoid infinite recursion via gnus-get-function.
18634
18635 2004-10-02 Jesper Harder <harder@ifa.au.dk>
18636
18637 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18638
18639 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18640
18641 * nnmail.el (nnmail-split-history): do.
18642
18643 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18644 (nnml-request-delete-group): do.
18645
18646 * nnslashdot.el (nnslashdot-read-groups): do.
18647
18648 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18649 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18650
18651 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18652 (nnspool-sift-nov-with-sed): Use last.
18653 (nnspool-retrieve-headers-with-nov): Use mapc.
18654 (nnspool-request-newgroups): Use dolist.
18655 (nnspool-request-group): Use last.
18656
18657 * nntp.el (nntp-read-server-type): Use dolist.
18658
18659 * nnvirtual.el (nnvirtual-create-mapping)
18660 (nnvirtual-update-read-and-marked): Use dolist.
18661 (nnvirtual-convert-headers): Simplify.
18662
18663 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18664
18665 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18666 Add support for sync'ing tick marks.
18667
18668 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
18669
18670 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18671 there's no visible header.
18672
18673 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18674
18675 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18676 When necessary, pass full group name to gnus-request-set-marks.
18677
18678 2004-10-01 Simon Josefsson <jas@extundo.com>
18679
18680 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
18681 acroread.
18682
18683 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18684
18685 * spam-report.el (spam-report-gmane): Fix interactive.
18686
18687 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18688
18689 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18690 when writing file.
18691 (gnus-agent-synchronize-flags): Don't default to being
18692 interactive.
18693
18694 2004-09-30 Simon Josefsson <jas@extundo.com>
18695
18696 * message.el (message-generate-hashcash): Add.
18697 (message-send-mail): Use it, call mail-add-payment.
18698
18699 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
18700
18701 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18702
18703 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
18704
18705 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18706 gnus-request-update-info with explicit code to sync the in-memory
18707 info read flags with the marks being sync'd to the backend.
18708
18709 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
18710
18711 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18712
18713 * spam.el (spam-verify-bogofilter): Add new function.
18714 (spam-check-bogofilter)
18715 (spam-bogofilter-register-with-bogofilter): Use it.
18716 (spam-verify-bogofilter): Add small fixes.
18717
18718 2004-09-28 Simon Josefsson <jas@extundo.com>
18719
18720 * hashcash.el (hashcash-generate-payment): Revert.
18721
18722 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18723
18724 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18725 Use gnus-extract-references instead of gnus-split-references.
18726
18727 * gnus-util.el (gnus-extract-references): Add new function, analogous
18728 to gnus-split-references but extracts only the message-ID without
18729 anything extra.
18730
18731 * hashcash.el (hashcash-generate-payment)
18732 (hashcash-check-payment): Do the right thing if hashcash-path is
18733 nil (because the hashcash program could not be found).
18734
18735 * spam.el (spam-use-hashcash): Remove comment.
18736
18737 2004-09-27 Jesper Harder <harder@ifa.au.dk>
18738
18739 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18740 (gnus-cache-enter-article, gnus-cache-remove-article)
18741 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18742
18743 * gnus-async.el (gnus-async-prefetch-remove-group): do.
18744
18745 * gnus-art.el (article-hide-boring-headers)
18746 (article-translate-strings, article-display-face)
18747 (gnus-article-mime-match-handle-first)
18748 (gnus-article-highlight-headers)
18749 (gnus-article-add-buttons-to-head): do.
18750
18751 2004-09-27 Simon Josefsson <jas@extundo.com>
18752
18753 * hashcash.el: New version, from
18754 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
18755 ../contrib/.
18756
18757 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18758
18759 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18760
18761 2004-09-26 Jesper Harder <harder@ifa.au.dk>
18762
18763 * gnus-dup.el (gnus-dup-open): Use mapc.
18764 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18765
18766 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18767 Reported by Stefan Wiens <s.wi@gmx.net>.
18768
18769 * gnus.el (gnus-shutdown): Use dolist.
18770
18771 * gnus-undo.el (gnus-undo): Use mapc.
18772
18773 * nnrss.el (nnrss-generate-active): do.
18774
18775 * message.el (message-cite-original-without-signature)
18776 (message-cite-original): Use mapc.
18777 (message-do-actions, message-make-forward-subject): Use dolist.
18778
18779 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18780
18781 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18782 deletion to remove entire duplicate line. Fixes merged article
18783 number bug.
18784
18785 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18786
18787 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18788 servers that are offline. Avoids having gnus-agent-toggle-plugged
18789 first ask if you want to open a server and then, even when you
18790 responded with no, asking if you want to synchronize the server's
18791 flags.
18792 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18793 multi-line expressions.
18794 (gnus-agent-synchronize-group-flags): New internal function.
18795 Updates marks in memory (in the info structure) AND in the
18796 backend.
18797
18798 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18799
18800 * nnagent.el (nnagent-request-set-mark):
18801 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18802 method, to ensure that synchronization updates marks in the
18803 backend and in the info (in memory) structure.
18804
18805 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
18806
18807 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18808 convention fully; don't miss the root article of a thread; make
18809 the X-Draft-From header with correct article numbers.
18810
18811 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
18812
18813 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18814 unless plugged. Disable the agent so that an open failure causes
18815 an error.
18816
18817 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18818 Revert 2004-09-21 change. The backend must be opened while
18819 synchronizing flags even when the backend stores the flags
18820 locally.
18821
18822 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
18823
18824 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18825 in `header' match. Reported by Svend Tollak Munkejord.
18826
18827 * message.el (message-cite-original): Fix use of
18828 `message-cite-articles-with-x-no-archive'.
18829
18830 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
18831
18832 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18833 (gnus-window-to-buffer): Ditto.
18834
18835 * mml.el (mml-preview-buffer): New variable.
18836 (mml-preview): Manage window layout with gnus-buffer-configuration.
18837
18838 * gnus-msg.el (gnus-setup-message): Put article numbers into the
18839 X-Draft-From header even if those articles aren't quoted.
18840
18841 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
18842
18843 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18844 (gnus-request-set-mark, gnus-request-update-mark): Use new
18845 g-s-t-u-l-m to decide to use backend even when unplugged.
18846
18847 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18848
18849 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18850 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18851
18852 2004-09-20 Simon Josefsson <jas@extundo.com>
18853
18854 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18855 "utf-16-le".
18856
18857 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18860
18861 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18862
18863 * uudecode.el (uudecode-use-external): Add :version.
18864
18865 * smime.el (smime-CA-file, smime-encrypt-cipher)
18866 (smime-dns-server): Add :version.
18867
18868 * smiley.el (gnus-smiley-file-types): Add :version.
18869
18870 * sha1.el (sha1-use-external): Add :version.
18871
18872 * pgg-def.el (pgg-query-keyserver): Add :version.
18873
18874 * nnmail.el (nnmail-fancy-expiry-targets)
18875 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18876 Add :version.
18877
18878 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18879 (nnimap-retrieve-groups-asynchronous): Add :version.
18880 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18881
18882 * mml.el (mml-content-disposition-parameters)
18883 (mml-insert-mime-headers-always): Add :version.
18884
18885 * mm-util.el (mm-coding-system-priorities): Add :version.
18886
18887 * mm-decode.el (mm-inline-text-html-with-images)
18888 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18889 (mm-verify-option): Add :version.
18890 (mm-text-html-renderer): Change :version.
18891
18892 * message.el (message-fcc-externalize-attachments)
18893 (message-required-headers, message-draft-headers)
18894 (message-subject-trailing-was-query)
18895 (message-subject-trailing-was-ask-regexp)
18896 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18897 (message-mark-insert-end, message-archive-header)
18898 (message-archive-note, message-cross-post-default)
18899 (message-cross-post-note, message-followup-to-note)
18900 (message-cross-post-note-function, message-use-mail-followup-to)
18901 (message-subscribed-address-functions)
18902 (message-subscribed-address-file, message-subscribed-addresses)
18903 (message-subscribed-regexps, message-allow-no-recipients)
18904 (message-yank-cited-prefix, message-signature-insert-empty-line)
18905 (message-hidden-headers, message-hierarchical-addresses)
18906 (message-mail-user-agent, message-use-idna)
18907 (message-valid-fqdn-regexp)
18908 (message-strip-special-text-properties, message-header-synonyms)
18909 (message-beginning-of-line, message-tab-body-function): Add :version.
18910 (message-insert-canlock, message-wide-reply-confirm-recipients):
18911 Change :version.
18912
18913 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18914 and :version.
18915 (mail-source-delete-old-incoming-confirm)
18916 (mail-source-movemail-program): Add :version.
18917
18918 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18919 (gnus-agent-cache, gnus-agent): Change :version.
18920
18921 * gnus-util.el (gnus-use-byte-compile): Change :version.
18922
18923 * gnus-sum.el (gnus-summary-make-false-root-always)
18924 (gnus-summary-default-high-score)
18925 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18926 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18927 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18928 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18929 (gnus-sum-thread-tree-single-indent)
18930 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18931 (gnus-sum-thread-tree-leaf-with-other)
18932 (gnus-sum-thread-tree-single-leaf): Add :version.
18933 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18934 (gnus-article-loose-mime): Change :version.
18935
18936 * gnus-start.el (gnus-backup-startup-file)
18937 (gnus-save-startup-file-via-temp-buffer): Add :version.
18938
18939 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18940 (gnus-server-offline-face): Add :version.
18941
18942 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18943
18944 * gnus-msg.el (gnus-gcc-externalize-attachments)
18945 (gnus-debug-files, gnus-debug-exclude-variables)
18946 (gnus-discouraged-post-methods): Change :version.
18947 (gnus-confirm-mail-reply-to-news)
18948 (gnus-confirm-treat-mail-like-news): Add :version.
18949
18950 * gnus-int.el (gnus-server-unopen-status): Add :version.
18951
18952 * gnus-group.el (gnus-group-jump-to-group-prompt)
18953 (gnus-large-ephemeral-newsgroup)
18954 (gnus-fetch-old-ephemeral-headers): Add :version.
18955
18956 * gnus-fun.el (gnus-x-face-directory)
18957 (gnus-convert-pbm-to-x-face-command)
18958 (gnus-convert-image-to-x-face-command)
18959 (gnus-convert-image-to-face-command): Add :version.
18960
18961 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18962
18963 * gnus-cite.el (gnus-cite-blank-line-after-header)
18964 (gnus-article-boring-faces): Add :version.
18965
18966 * gnus-art.el (gnus-buttonized-mime-types)
18967 (gnus-inhibit-mime-unbuttonizing)
18968 (gnus-treat-display-face)
18969 (gnus-treat-body-boundary): Change :version.
18970 (gnus-body-boundary-delimiter, gnus-picon-databases)
18971 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18972 (gnus-treat-date-english, gnus-treat-fold-headers)
18973 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18974 (gnus-treat-mail-picon, gnus-treat-wash-html)
18975 (gnus-article-encrypt-protocol)
18976 (gnus-use-idna, gnus-article-over-scroll)
18977 (gnus-mime-display-multipart-alternative-as-mixed)
18978 (gnus-mime-display-multipart-related-as-mixed)
18979 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18980 (gnus-ctan-url, gnus-button-ctan-handler)
18981 (gnus-button-handle-ctan-bogus-regexp)
18982 (gnus-button-ctan-directory-regexp)
18983 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18984 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18985 (gnus-button-man-level, gnus-button-emacs-level)
18986 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18987
18988 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18989 (gnus-agent-go-online): Change :version.
18990 (gnus-agent-expire-unagentized-dirs)
18991 (gnus-agent-auto-agentize-methods): Add :version.
18992
18993 * flow-fill.el (fill-flowed-display-column)
18994 (fill-flowed-encode-column): Add :version.
18995
18996 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18997 (gnus-outlook-deuglify-unwrap-max)
18998 (gnus-outlook-deuglify-cite-marks)
18999 (gnus-outlook-deuglify-unwrap-stop-chars)
19000 (gnus-outlook-deuglify-no-wrap-chars)
19001 (gnus-outlook-deuglify-attrib-cut-regexp)
19002 (gnus-outlook-deuglify-attrib-verb-regexp)
19003 (gnus-outlook-deuglify-attrib-end-regexp)
19004 (gnus-outlook-display-hook): Add :version.
19005
19006 * binhex.el (binhex-use-external): Add :version.
19007
19008 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
19009
19010 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19011 and `invisible'.
19012
19013 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19014
19015 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19016 in gnus-registry-trim.
19017
19018 2004-09-13 Simon Josefsson <jas@extundo.com>
19019
19020 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19021
19022 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19023
19024 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19025 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19026 <yamaoka@jpl.org>.
19027 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19028 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19029 <yamaoka@jpl.org>.
19030
19031 * sieve.el (sieve-manage-mode): Ditto.
19032
19033 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
19034
19035 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19036
19037 2004-09-11 Simon Josefsson <jas@extundo.com>
19038
19039 * dns-mode.el: Add.
19040
19041 * mm-view.el (mm-display-dns-inline): Add.
19042
19043 * mm-decode.el (mm-inline-media-tests): Add text/dns.
19044 (mm-automatic-display): Ditto.
19045
19046 * mailcap.el (mailcap-mime-data): Add text/dns.
19047 (mailcap-mime-extensions): Map .soa to text/dns.
19048
19049 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
19050
19051 * gnus-art.el (article-decode-mime-words, article-babel)
19052 (gnus-article-highlight-signature, gnus-article-add-buttons)
19053 (gnus-signature-toggle): Remove unnecessary bindings of
19054 `inhibit-read-only' inherited from v5.10 merge.
19055
19056 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19057
19058 * nntp.el (nntp): New customization group.
19059 (nntp-authinfo-file): Add customization group.
19060
19061 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19062
19063 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19064
19065 * gnus.el (to-address, to-list, subscribed)
19066 (large-newsgroup-initial): Ditto.
19067
19068 * flow-fill.el (fill-flowed-display-column)
19069 (fill-flowed-encode-column): Ditto.
19070
19071 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19072
19073 * message.el (message-tokenize-header, message-send-mail-with-qmail):
19074 Use point-min rather than 1.
19075 (message-send-mail): Use buffer-size rather than point-max.
19076
19077 * gnus-sum.el (gnus-summary-search-article-forward):
19078 Signal a specific `search-failed' rather than a generic `error'.
19079
19080 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19081 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19082 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19083
19084 2004-09-10 Simon Josefsson <jas@extundo.com>
19085
19086 * nndb.el (require): Remove tcp and duplicate cl.
19087
19088 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
19089
19090 * gnus-agent.el (directory-files-and-attributes): Move forward.
19091
19092 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19093
19094 * gnus-agent.el (directory-files-and-attributes):
19095 Optionally defined to support XEmacs.
19096
19097 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19098
19099 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19100 to avoid run-time CL dependencies.
19101 (gnus-agent-unfetch-articles): New function.
19102 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19103 article numbers even when local .overview file is missing.
19104 (gnus-agent-read-article-number): New function. Only accepts
19105 27-bit article numbers.
19106 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19107 Use gnus-agent-read-article-number.
19108 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19109 from backend while recognizing that article numbers in .overview
19110 must be valid.
19111 (gnus-agent-update-files-total-fetched-for):
19112 Use directory-files-and-attributes to improve performance.
19113 * gnus-int.el (gnus-request-move-article):
19114 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19115 improve performance.
19116
19117 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19118 some users confused by references to .newsrc when they only have a
19119 .newsrc.eld file.
19120 (gnus-convert-mark-converter-prompt)
19121 (gnus-convert-converter-needs-prompt): Fix use of property list.
19122 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19123 New function. Used internally to only display 'gnus converting
19124 files' message when actually necessary.
19125
19126 * gnus-sum.el (): Remove (require 'gnus-agent) as required
19127 methods now autoloaded.
19128
19129 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
19130
19131 * gnus-sum.el (gnus-summary-insert-subject): Remove list
19132 identifiers.
19133
19134 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
19135
19136 * gnus-picon.el: Fix indentation and closing parenthesis.
19137
19138 2004-09-01 Simon Josefsson <jas@extundo.com>
19139
19140 * message.el (message-canlock-generate): Require sha1, not
19141 sha1-el. (Can we get rid of this require altogether? It is ugly
19142 to require within a function. Sadly, if sha1.el isn't loaded, the
19143 let binding in m-c-g will hide the defcustom definition, which is
19144 bad.)
19145
19146 * canlock.el: Require sha1, not sha1-el.
19147
19148 * message.el: Don't autoload sha1 (there is a autoload cookie in
19149 sha1.el).
19150
19151 * sha1-el.el: Rename to sha1.el.
19152
19153 2004-08-30 Juanma Barranquero <lektu@terra.es>
19154
19155 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19156
19157 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19158
19159 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19160
19161 2004-08-30 Kim F. Storm <storm@cua.dk>
19162
19163 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19164
19165 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19166 Add :group 'nnimap.
19167
19168 2004-08-30 Andreas Schwab <schwab@suse.de>
19169
19170 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19171 ?* and ?\;.
19172
19173 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19174 and ?\' to symbol instead of whitespace.
19175
19176 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19177
19178 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19179
19180 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19181 instead of re-search-forward.
19182
19183 * gnus-uu.el (gnus-uu-save-article): Ditto.
19184 (gnus-uu-post-encode-uuencode): Ditto.
19185
19186 * html2text.el (html2text-clean-list-items): Ditto.
19187 (html2text-clean-dtdd): Ditto.
19188 (html2text-format-tags): Ditto.
19189
19190 * message.el (message-send-mail-with-sendmail): Fix regexp.
19191 (message-fill-field-general): Use search-forward instead of
19192 re-search-forward.
19193 (unbold-region): Ditto.
19194
19195 * nnrss.el (nnrss-request-article): Ditto.
19196
19197 * nnslashdot.el (nnslashdot-request-article): Ditto.
19198
19199 * nnweb.el (nnweb-gmane-wash-article): Ditto.
19200
19201 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19202 "Unrecognized menu descriptor" error in XEmacs.
19203
19204 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
19205
19206 * gnus-sum.el (gnus-read-header): Don't remove a header for the
19207 parent article of a sparse article in the thread hashtb.
19208
19209 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
19210
19211 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19212 (nnmail-expand-newtext): Lowercase expanded entries if
19213 nnmail-split-lowercase-expanded is non-nil.
19214
19215 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
19216
19217 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19218
19219 * gnus-group.el (gnus-group-line-format-alist): Convert the value
19220 of gnus-tmp-news-method into string under XEmacs. It will be
19221 passed to gnus-correct-length which takes only a string argument.
19222
19223 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
19224
19225 * gnus-util.el (gnus-bind-print-variables): New macro.
19226 (gnus-prin1): Use it.
19227 (gnus-prin1-to-string): Use it.
19228 (gnus-pp): New function.
19229 (gnus-pp-to-string): New function.
19230
19231 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19232 Replace pp-to-string with gnus-pp-to-string.
19233 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19234 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19235 * gnus-msg.el (gnus-debug): Ditto.
19236 * gnus-score.el (gnus-score-save): Ditto.
19237 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19238 gnus-pp-to-string.
19239 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19240 with gnus-pp.
19241 * score-mode.el (gnus-score-pretty-print): Ditto.
19242 * webmail.el (webmail-debug): Ditto.
19243
19244 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
19245
19246 * gnus-art.el (article-display-face, article-display-x-face):
19247 Use buffer-read-only.
19248
19249 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
19250
19251 * gnus-art.el (article-hide-list-identifiers):
19252 Bind inhibit-read-only as t.
19253
19254 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
19255
19256 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19257
19258 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19259
19260 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19261 (gnus-narrow-to-page): Don't assume point-min == 1.
19262 (gnus-article-edit-mode): Derive from message-mode.
19263
19264 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19265 point-min == 1.
19266
19267 * imap.el (imap-parse-address-list, imap-parse-body-ext):
19268 Disable incorrect use of `assert'.
19269
19270 * message.el (message-mode): Set comment-start-skip.
19271
19272 2004-08-22 Sam Steingold <sds@gnu.org>
19273
19274 * pop3.el (pop3-leave-mail-on-server): New user variable.
19275 (pop3-movemail): Delete mail only when it is nil.
19276
19277 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
19278
19279 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19280
19281 * mml.el (mml-preview): Use `pop-to-buffer'.
19282
19283 * message.el (message-goto-mail-followup-to): Insert after "To".
19284 (message-carefully-insert-headers): Add comment.
19285
19286 * gnus.el: Remove unused variable `gnus-article-check-size'.
19287
19288 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19289
19290 * gnus-art.el (gnus-button-alist):
19291 Improve `gnus-button-handle-library' entry.
19292
19293 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
19294
19295 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19296 Use downcase, since XEmacs capitalizes error messages differently.
19297
19298 2004-08-18 Jesper Harder <harder@ifa.au.dk>
19299
19300 * nntp.el: Add (require 'gnus) due to reference to
19301 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
19302
19303 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
19304
19305 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19306 Bind `mm-fill-flowed'.
19307
19308 * mm-decode.el (mm-dissect-singlepart): Check it.
19309
19310 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
19311
19312 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19313 'imap' for netrc parsing.
19314
19315 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
19316
19317 * mailcap.el (mailcap-mime-data): Mark as risky.
19318
19319 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
19320
19321 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19322 may be included in the encoded word.
19323 (rfc2047-encode): Don't append a space if the encoded word
19324 includes close parenthesis.
19325
19326 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
19327
19328 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19329 of text within parentheses.
19330
19331 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
19332
19333 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19334 (gnus-encrypt-write-file-contents): Make the password key the file
19335 name PLUS the cipher, not just the cipher. Also remove failed
19336 passwords from the cache.
19337
19338 2004-08-06 Simon Josefsson <jas@extundo.com>
19339
19340 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19341 Doc fix.
19342
19343 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19344
19345 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19346 LWSP.
19347
19348 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
19349
19350 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19351 Try to append in-reply-to: data to the references: header.
19352
19353 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19354 (netrc-parse): Use gnus-encrypt.el functions.
19355
19356 * gnus-encrypt.el: Add new file for encryption support; currently
19357 does only a few GPG ciphers and an internal XOR cipher.
19358
19359 * password.el: Add comments on using password-read-and-add.
19360 (password-read-and-add): Add function to read and add the
19361 password to the cache at once.
19362
19363 2004-07-28 Simon Josefsson <jas@extundo.com>
19364
19365 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19366 parameter (but don't use it, for now).
19367
19368 * imap.el (imap-ssl-open): Use imap-process-connection-type,
19369 instead of hard coding to nil.
19370
19371 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19372
19373 * mm-view.el (mm-inline-image-emacs): Open lines under an image
19374 as mm-inline-image-xemacs does.
19375
19376 2004-07-26 Simon Josefsson <jas@extundo.com>
19377
19378 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19379 Revert part of 2004-07-17 change below.
19380
19381 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19382
19383 * rfc2047.el (rfc2047-encode-region): Don't infloop.
19384 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19385
19386 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
19387
19388 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19389 quotes that actually start with ">" at the beginning of the
19390 lines.
19391
19392 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
19393
19394 * rfc2047.el (rfc2047-encode-region): Fix last change.
19395 (rfc2047-encode-parameter): Remove useless concat.
19396
19397 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
19398
19399 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19400 encode special characters; fix some kind of misconfigured headers;
19401 signal a real error if debug-on-quit or debug-on-error is non-nil.
19402 (rfc2047-encode-max-chars): New variable.
19403 (rfc2047-encode-1): Use it.
19404 (rfc2047-encode-parameter): New function.
19405
19406 * mml.el (mml-insert-parameter): Remove an excessive space.
19407
19408 2004-07-17 Simon Josefsson <jas@extundo.com>
19409
19410 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19411 Kai Grossjohann <kai@emptydomain.de>.
19412 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19413 (gnus-group-make-menu-bar): Ditto.
19414
19415 * gnus-util.el (gnus-group-server): Add.
19416
19417 2004-07-16 Jesper Harder <harder@ifa.au.dk>
19418
19419 * message.el (message-clone-locals): Clone sendmail and smtp
19420 variables.
19421
19422 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19423
19424 * rfc2047.el (rfc2047-encode-region): Fix last change.
19425
19426 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19427
19428 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19429 characters as non-special.
19430
19431 2004-07-09 Simon Josefsson <jas@extundo.com>
19432
19433 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19434 Users will lose all flag changes made while unplugged with
19435 e.g. nntp unless flag synchronization happens, thus `nil' is not a
19436 good default. See numerous reports on ding mailing list.
19437
19438 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
19439
19440 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19441 add generate-head-function and generate-article-function to the
19442 rfc822-forward entry.
19443 (nndoc-rfc822-forward-generate-article): New function.
19444 (nndoc-rfc822-forward-generate-head): New function.
19445
19446 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19447
19448 2004-07-06 Dan Christensen <jdc@uwo.ca>
19449
19450 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19451 respect display group parameter and gnus-summary-expunge-below.
19452 (gnus-articles-to-read): Remove unused reference to display group
19453 parameter.
19454
19455 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19456
19457 * nnheader.el (nnheader-uniquify-message-id): New experimental
19458 variable.
19459 (nnheader-nov-read-message-id): Use it.
19460
19461 * spam-report.el (spam-report-gmane): Add interactive.
19462
19463 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
19464
19465 * mm-encode.el (mm-content-transfer-encoding-defaults):
19466 Use qp-or-base64 for the application/* types.
19467
19468 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
19469
19470 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19471
19472 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
19473
19474 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19475 trim value.
19476
19477 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19478
19479 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19480 New macro and function.
19481 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19482
19483 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19484
19485 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19486 after-load-alist.
19487
19488 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19489
19490 * gnus-group.el (gnus-group-get-new-news-this-group):
19491 Don't update info that isn't there.
19492
19493 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
19494
19495 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19496 entry.
19497
19498 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19499
19500 * mm-view.el (mm-inline-render-with-function): Use multibyte
19501 buffer; decode html source by charset.
19502
19503 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19504
19505 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19506 Mule-UCS is loaded under XEmacs.
19507 (mm-mime-mule-charset-alist): Avoid duplicated entries.
19508
19509 2004-06-28 Jesper Harder <harder@ifa.au.dk>
19510
19511 * nnheader.el (nnheader-max-head-length): Increase to 8192.
19512
19513 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
19514
19515 * mm-util.el (mm-coding-system-p): Return a coding-system.
19516 (mm-mime-mule-charset-alist): Use shift_jis instead of
19517 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19518 entries for the mime charsets iso-2022-jp-3 and shift_jis.
19519 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19520 instead of japanese-shift-jis and iso-latin-1 respectively in
19521 order to share the default value with both Emacs and XEmacs-mule.
19522 (mm-mule-charset-to-mime-charset):
19523 Make mm-coding-system-priorities effective.
19524 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19525 while predicating of candidates upon the priorities.
19526
19527 2004-06-27 Jesper Harder <harder@ifa.au.dk>
19528
19529 * gnus-sum.el (gnus-summary-make-menu-bar):
19530 Add gnus-uu-invert-processable.
19531
19532 * gnus.el: Autoload gnus-uu-invert-processable.
19533
19534 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
19535
19536 * mm-util.el (mm-with-multibyte-buffer): New macro.
19537
19538 * rfc2047.el (rfc2047-encode-string): Use it.
19539 (rfc2047-encode-region): Move point to the end of the region after
19540 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19541
19542 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19543
19544 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19545 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19546
19547 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19548
19549 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19550 (gnus-cite-parse): Ignore quoted envelope From_.
19551 Suggested by Karl Chen <quarl@nospam.quarl.org>.
19552
19553 2004-06-23 Jesper Harder <harder@ifa.au.dk>
19554
19555 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19556 invalid addresses.
19557
19558 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
19559
19560 * spam.el: Change section markers, revise TODO list.
19561 (spam-backends): Make new master list of all installed backends.
19562 (spam-summary-exit-behavior): Add new variable to determine how
19563 messages moves are done at summary exit.
19564 (spam-move-spam-nonspam-groups-only)
19565 (spam-process-ham-in-nonham-groups)
19566 (spam-process-ham-in-spam-groups): Remove variables, the
19567 spam-summary-exit-behavior variable should be used to manage this
19568 behavior.
19569 (spam-old-ham-articles, spam-old-spam-articles): Remove.
19570 (spam-old-articles): Add variable, replacing spam-old-ham-articles
19571 and spam-old-spam-articles.
19572 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19573 Add empty variables, placeholders for the backends they represent.
19574 (spam-set-difference): Move, unchanged.
19575 (spam-list-of-processors): Declare OBSOLETE, not used anymore
19576 unless the user has a processor variable.
19577 (spam-classifications, spam-classification-valid-p)
19578 (spam-backend-properties, spam-backend-property-valid-p)
19579 (spam-backend-function-type-valid-p)
19580 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19581 (spam-report-articles-gmane, spam-report-articles-resend):
19582 Remove functions, they are not needed.
19583 (spam-install-backend-super, spam-backend-list)
19584 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19585 (spam-backend-function, spam-backend-ham-registration-function)
19586 (spam-backend-spam-registration-function)
19587 (spam-backend-ham-unregistration-function)
19588 (spam-backend-spam-unregistration-function)
19589 (spam-backend-statistical-p, spam-backend-mover-p)
19590 (spam-install-backend-alias, spam-install-checkonly-backend)
19591 (spam-install-mover-backend, spam-install-nocheck-backend)
19592 (spam-install-backend, spam-install-statistical-backend)
19593 (spam-install-statistical-checkonly-backend): Add backend installation
19594 support.
19595 (spam-summary-prepare-exit): Rewrite to use the new backend code.
19596 (spam-group-processor-p): Use the new backend code and respect the
19597 summary exit behavior.
19598 (spam-mark-spam-as-expired-and-move-routine): Remove.
19599 (spam-summary-prepare): Change to use the new spam-old-articles
19600 variable.
19601 (spam-copy-or-move-routine, spam-copy-spam-routine)
19602 (spam-move-spam-routine, spam-copy-ham-routine)
19603 (spam-move-ham-routine): Add code to copy/move ham or spam.
19604 (spam-fetch-field-fast): Improve doc and code, plus allow the
19605 'number request.
19606 (spam-list-of-checks, spam-list-of-statistical-checks):
19607 Remove variables.
19608 (spam-split, spam-find-spam): Use the new backend code.
19609 (spam-registration-functions): Remove variable.
19610 (spam-unregister-routine): Add convenience wrapper.
19611 (spam-log-undo-registration, spam-register-routine)
19612 (spam-log-processing-to-registry)
19613 (spam-log-unregistration-needed-p): Rename "check" to "backend"
19614 where possible.
19615 (spam-check-gmane-xref, spam-check-regex-headers)
19616 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19617 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19618 (spam-check-bogofilter-headers, spam-check-spamoracle)
19619 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19620 (spam-check-crm114-headers): Use the spam-split-group that
19621 spam-split prepares, no need to determine it every time.
19622
19623 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19624 to the nnheader-parse-naked-head call.
19625
19626 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19627
19628 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19629 the nnheader-nov-read-message-id call.
19630
19631 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
19632
19633 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19634 gnus-activate-group twice. Suggested by Markus Peter
19635 <warp@spin.de>.
19636
19637 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
19638
19639 * gnus-art.el (gnus-article-time-format): Exchange the order of
19640 day and month in the default value; fix customization type.
19641 (article-date-ut): Use add-text-properties.
19642 (article-make-date-line): Use message-make-date instead of
19643 current-time-string.
19644
19645 * message.el (message-fetch-field): Don't use set-text-properties.
19646 (message-make-date): Simplify.
19647
19648 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
19649
19650 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19651 (rfc2047-encode-region): Treat text within parentheses as special;
19652 show the original text when error has occurred.
19653
19654 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19655 already-computed method to gnus-activate-group.
19656
19657 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19658 same select-methods identical Lisp objects.
19659
19660 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19661 object when modifying the info.
19662
19663 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
19664
19665 * gnus-srvr.el (gnus-server-set-info): Remove the server from
19666 gnus-opened-servers since it has never been opened with the new
19667 configuration yet.
19668
19669 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
19670
19671 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19672 arg to nnheader-generate-fake-message-id.
19673
19674 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
19675
19676 * nnheader.el (nnheader-generate-fake-message-id): Accept a
19677 number and build a fake message ID localized to a group and
19678 article number (so it's repeatable from that point on).
19679 (nnheader-fake-message-id-p): Change regex to accommodate new fake
19680 ID format.
19681
19682 * gnus-sum.el (gnus-get-newsgroup-headers):
19683 Call nnheader-generate-fake-message-id with the article number.
19684
19685 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
19686
19687 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19688 end-of-buffer.
19689
19690 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19691
19692 * message.el (message-ignored-supersedes-headers): Add Approved.
19693
19694 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
19695
19696 * rfc2047.el (rfc2047-encode-message-header): Remove useless
19697 goto-char.
19698 (rfc2047-encode): Fold the line before encoding.
19699
19700 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19701
19702 * rfc2047.el (rfc2047-encode-message-header): Disabled header
19703 folding -- not all headers can be folded, and this should be done
19704 by the message composition mode. Probably. I think.
19705
19706 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
19707
19708 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19709 fast.
19710
19711 * gnus-ems.el (gnus-remove-image): Don't use
19712 message-text-with-property; remove only the image found first.
19713
19714 2004-06-09 Jesper Harder <harder@ifa.au.dk>
19715
19716 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19717
19718 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19719
19720 * message.el (message-text-with-property): Make it fast and accept
19721 optional arguments.
19722 (message-strip-forbidden-properties): Use it.
19723 (message-fix-before-sending): Follow the m-t-w-p change.
19724
19725 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19726
19727 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
19728
19729 * gnus-art.el (article-hide-headers): Don't change the buffer
19730 mistakenly when performing mml-preview even if
19731 gnus-single-article-buffer is nil.
19732
19733 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
19734
19735 * message.el (message-expand-name-databases): New user option.
19736 (message-expand-name): Use it.
19737
19738 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
19739
19740 * spam.el (spam-report-articles-resend)
19741 (spam-report-resend-register-routine): Allow ham reporting.
19742 (spam-report-resend-register-ham-routine): Add wrapper.
19743 (spam-registration-functions): Add ham resending functions.
19744 (spam-list-of-processors): Add ham resend processor.
19745
19746 * gnus.el (ham-resend-to): Add new group parameter.
19747 (spam-process): Add ham resend option.
19748
19749 * spam-report.el (spam-report-resend): Allow reporting ham.
19750 (spam-report-resend-ham): Add wrapper.
19751
19752 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19753
19754 * message.el (message-cite-articles-with-x-no-archive):
19755 New variable.
19756 (message-cite-original): Use it.
19757
19758 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19759
19760 * message.el (message-cite-original): Respect X-No-Archive.
19761
19762 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
19763
19764 * gnus-art.el (article-hide-headers): Refer to the values for
19765 gnus-ignored-headers and gnus-visible-headers in the summary
19766 buffer since a user may have set them as group parameters.
19767
19768 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
19769
19770 * assistant.el (assistant-node-name): Add convenience function.
19771 (assistant-render-text, assistant-render-node): Add error handling,
19772 plus handle multiple next nodes.
19773 (assistant-find-next-node): Comment out for now.
19774 (assistant-find-next-nodes): Add function, returns list of next
19775 nodes.
19776
19777 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
19778
19779 * mail-source.el (mail-source-directory): Fix doc-string.
19780
19781 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
19782
19783 * assistant.el (assistant-render-text, assistant-eval): Add :set
19784 widget type, which is different because it takes and returns a
19785 list. Much hilarity ensues.
19786
19787 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
19788
19789 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19790
19791 * gnus-group.el (gnus-group-get-new-news-this-group):
19792 Add doc-string.
19793
19794 * gnus-start.el (gnus-activate-group): Add doc-string.
19795
19796 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
19797
19798 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19799
19800 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
19801
19802 * assistant.el (assistant-render-text): Try to add a :set
19803 widget, more to come.
19804
19805 * spam.el (spam-group-spam-contents-p): Handle empty groupname
19806 strings.
19807 (spam-report-articles-resend)
19808 (spam-register-routine): Do registration iff any articles warrant
19809 it.
19810 (spam-summary-prepare-exit): Change log message for nil group
19811 destinations.
19812
19813 2004-05-27 Daniel Pittman <daniel@rimspace.net>
19814
19815 * spam.el (spam-report-resend-register-routine):
19816 Allow spam-report-resend-to to be a group parameter or a global value.
19817
19818 2004-05-26 Simon Josefsson <jas@extundo.com>
19819
19820 * starttls.el: Merge with my GnuTLS based starttls.el.
19821 (starttls-gnutls-program, starttls-use-gnutls)
19822 (starttls-extra-arguments, starttls-process-connection-type)
19823 (starttls-connect, starttls-failure, starttls-success):
19824 New variables.
19825 (starttls-program, starttls-extra-args): Doc fix.
19826 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19827 New functions.
19828 (starttls-negotiate, starttls-open-stream):
19829 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19830 function if it is set.
19831
19832 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19833
19834 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19835 structured fields.
19836
19837 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19838
19839 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19840
19841 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
19842
19843 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19844 Add variable.
19845 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
19846 assigning the spam-mark to new messages.
19847
19848 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19849
19850 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19851
19852 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19853
19854 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19855 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19856 default.
19857
19858 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19859
19860 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19861 correct data.
19862
19863 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19864
19865 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19866 (spam-group-processor-p): Fix function.
19867 (spam-group-processor-multiple-p)
19868 (spam-group-spam-processor-report-gmane-p)
19869 (spam-group-spam-processor-report-resend-p)
19870 (spam-group-spam-processor-bogofilter-p)
19871 (spam-group-spam-processor-blacklist-p)
19872 (spam-group-spam-processor-ifile-p)
19873 (spam-group-ham-processor-ifile-p)
19874 (spam-group-spam-processor-spamoracle-p)
19875 (spam-group-spam-processor-crm114-p)
19876 (spam-group-ham-processor-bogofilter-p)
19877 (spam-group-spam-processor-stat-p)
19878 (spam-group-ham-processor-stat-p)
19879 (spam-group-ham-processor-whitelist-p)
19880 (spam-group-ham-processor-BBDB-p)
19881 (spam-group-ham-processor-spamoracle-p)
19882 (spam-group-ham-processor-copy-p): Remove functions with some
19883 prejudice against unneeded code.
19884 (spam-report-articles-resend)
19885 (spam-report-resend-register-routine): Allow the group/topic
19886 spam-resend-to value to override spam-report-resend-to.
19887 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19888 properly now.
19889
19890 * gnus.el (spam-resend-to): Add group/topic parameter.
19891 (spam-process): Move the OBSOLETE processors to the end of the
19892 choices.
19893
19894 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19895
19896 * spam-report.el (spam-report-resend-to, spam-report-resend):
19897 Start with resend-to set to nil, and then ask the user if necessary.
19898 (spam-report-resend): spam-report-resend takes a list of articles, not
19899 separate article numbers.
19900
19901 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19902
19903 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19904 addition to emacs-w3m.
19905
19906 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19907
19908 * assistant.el (assistant-authinfo-data): New function.
19909 (assistant-eval): Eval for entire assistant.
19910
19911 * netrc.el (netrc-services-file): New variable.
19912 (netrc-parse-services): New function.
19913 (netrc-find-service-name): New function.
19914 (netrc-find-service-number): New function.
19915 (netrc-port-equal): New function.
19916 (netrc-machine): Use it.
19917
19918 * nnimap.el (nnimap-open-connection): Use netrc.
19919
19920 * gnus-util.el (gnus-netrc-get): Remove aliases.
19921
19922 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19923
19924 * assistant.el (wid-edit): Fix compilation.
19925
19926 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19927
19928 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19929
19930 * gnus-util.el (gnus-set-file-modes): New function. (small
19931 patch).
19932
19933 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19934
19935 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19936
19937 * assistant.el (assistant-render-node): Fix up rendering and
19938 read-only text.
19939 (assistant-render-node): Reset.
19940 (assistant-make-read-only): Not sticky.
19941
19942 2004-05-20 Danny Siu <dsiu@adobe.com>
19943
19944 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19945 centered even when gnus-auto-center-summary is t
19946
19947 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19948
19949 * dns.el (dns-get-txt-answer): New function.
19950 (dns-read-txt): Ditto.
19951 (query-dns): Use it.
19952
19953 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19954
19955 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19956 active for foreign groups even if the group level is higher than
19957 the specified value.
19958
19959 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19960
19961 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19962 non-active groups.
19963
19964 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19965
19966 2004-05-20 Magnus Henoch <mange@freemail.hu>
19967
19968 * dns.el (dns-read-type): Add support for SVR. (small patch)
19969
19970 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
19971
19972 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19973 (spam-crm114-header, spam-crm114-spam-switch)
19974 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19975 (spam-crm114-positive-spam-header)
19976 (spam-crm114-database-directory, spam-list-of-processors)
19977 (spam-group-spam-processor-crm114-p)
19978 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19979 (spam-generic-score, spam-list-of-checks)
19980 (spam-list-of-statistical-checks, spam-registration-functions)
19981 (spam-check-crm114-headers, spam-crm114-score)
19982 (spam-check-crm114, spam-crm114-register-with-crm114)
19983 (spam-crm114-register-spam-routine)
19984 (spam-crm114-unregister-spam-routine)
19985 (spam-crm114-register-ham-routine)
19986 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19987
19988 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19989
19990 * gnus.el: Add spam-use-crm114.
19991
19992 * spam.el (spam-list-of-processors, spam-registration-functions):
19993 Add spam-use-resend.
19994 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19995 (spam-report-articles-gmane): Add doc fix.
19996 (spam-report-articles-resend, spam-report-resend-register-routine):
19997 Add wrappers around spam-report-resend-to.
19998
19999 * spam-report.el (spam-report-resend-to, spam-report-resend):
20000 Add support for resending spam.
20001 (spam-report-gmane): Fix line length >80.
20002
20003 * gnus.el (spam-process): Add spam-use-resend.
20004
20005 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20006
20007 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20008 number of processed spam messages.
20009 (spam-ham-copy-or-move-routine): Return the number of processed
20010 ham messages.
20011 (spam-summary-prepare-exit): Use the above values to decide
20012 whether status messages shouled be displayed.
20013
20014 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
20015
20016 * rfc2047.el (rfc2047-encode-function-alist): Rename from
20017 `rfc2047-encoding-function-alist' in order to avoid conflicting
20018 with the old version.
20019 (rfc2047-encode-region): Concatenate words containing non-ASCII
20020 characters in structured fields; don't encode space-delimited
20021 ASCII words even in unstructured fields; don't break words at
20022 char-category boundaries.
20023 (rfc2047-encode-1): New function.
20024 (rfc2047-encode): Use it; encode text so that it occupies the
20025 maximum width within 76-column; work correctly on Q encoding for
20026 iso-2022-* charsets.
20027 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20028 sure not to break a line just after the header name.
20029 (rfc2047-b-encode-region): Remove.
20030 (rfc2047-b-encode-string): New function.
20031 (rfc2047-q-encode-region): Remove.
20032 (rfc2047-q-encode-string): New function.
20033
20034 * mm-util.el (mm-replace-in-string): New function.
20035
20036 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20037
20038 * gnus-msg.el (gnus-inews-make-draft-meta-information):
20039 Really get it right.
20040 (gnus-inews-make-draft): Really.
20041
20042 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
20043
20044 * nnmh.el (nnmh-request-list-1): Don't check the link count
20045 before descending. (small patch)
20046
20047 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20048
20049 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20050 stuff.
20051
20052 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20053 Match on real group name.
20054
20055 * gnus-art.el (gnus-signature-limit): Doc fix.
20056
20057 * gnus-msg.el (gnus-inews-make-draft): Quote list.
20058
20059 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20060
20061 * gnus-draft.el (gnus-draft-send):
20062 Bind rfc2047-encode-encoded-words.
20063
20064 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20065 (rfc2047-encodable-p): Say that =? needs encoding.
20066 (rfc2047-encode-encoded-words): New variable.
20067
20068 * gnus-group.el (gnus-group-select-group): Doc fix.
20069
20070 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20071
20072 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20073 to nil.
20074
20075 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20076
20077 * nnheader.el (nnheader-get-lines-and-char): New function.
20078
20079 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
20080
20081 * gnus-msg.el (gnus-summary-followup-with-original):
20082 Document yanking of region when active.
20083
20084 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
20085
20086 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20087 groups if the group level is higher than the specified value.
20088
20089 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20090
20091 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20092 (gnus-group-jump-to-group): Add prefix argument using
20093 `gnus-group-jump-to-group-prompt'. Query before jumping to
20094 non-active group.
20095
20096 * compface.el (uncompface): Be verbose when changing
20097 `uncompface-use-external'.
20098
20099 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20100 handle manual section.
20101
20102 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20103
20104 * gnus-art.el (gnus-button-alist): Revert previous change.
20105
20106 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20107
20108 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20109
20110 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20111
20112 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20113 whether backend can accept message.
20114
20115 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20116
20117 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
20118
20119 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20120 Avoid creating directory when nntp-marks-is-evil is true.
20121 Reported by Reiner Steib.
20122
20123 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20124
20125 * gnus-picon.el (gnus-picon-insert-glyph):
20126 Add optional `nostring' argument.
20127
20128 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20129
20130 * gnus-picon.el (gnus-picon-style): New variable.
20131 (gnus-picon-transform-address): Support `gnus-picon-style'.
20132
20133 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20134
20135 * message.el (message-fill-field): Return point.
20136 (message-generate-headers): Go to end of field.
20137
20138 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20139 stuff for non-living groups.
20140
20141 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20142
20143 * gnus-art.el (gnus-article-followup-with-original)
20144 (gnus-article-reply-with-original): gnus-mark-active-p ->
20145 gnus-region-active-p.
20146
20147 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
20148
20149 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20150 only when there is spam or ham to be processed.
20151
20152 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20153
20154 * mail-source.el (mail-source-delete-crash-box): Refactor.
20155 (mail-source-fetch): Use it.
20156 (mail-source-fetch-file): Ditto.
20157 (mail-source-fetch-directory): Run PostScript in loop.
20158 (mail-source-fetch-pop): Delete.
20159 (mail-source-fetch-maildir): Ditto.
20160 (mail-source-fetch-imap): Ditto.
20161
20162 * imap.el (imap-authenticators): Comment out sasl.
20163
20164 * message.el (message-skip-to-next-address): New function.
20165 (message-fill-header-address): Refactor.
20166 (message-fill-address): Use it.
20167 (message-delete-address): Use it.
20168 (message-fill-header-general): Refactor.
20169 (message-fill-field-address): Rename.
20170 (message-narrow-to-field): Find the start of the header.
20171 (message-header-format-alist): Don't pre-fill.
20172 (message-fill-header): Remove.
20173 (message-insert-header): New function.
20174 (message-shorten-references): Use it.
20175
20176 * rfc2047.el (rfc2047-field-value): Strip props.
20177
20178 * mail-parse.el (mail-header-make-address): New alias.
20179
20180 * ietf-drums.el (ietf-drums-make-address): New function.
20181
20182 * imap.el: Add compiler directives.
20183
20184 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20185
20186 * gnus-art.el (article-decode-idna-rhs): Don't use
20187 message-idna-inside-rhs-p.
20188
20189 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20190
20191 * message.el (message-idna-inside-rhs-p): Remove.
20192 (message-idna-to-ascii-rhs-1): Use proper address parsing.
20193
20194 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20195 false positives.
20196
20197 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20198
20199 * imap.el (imap-sasl-make-mechanisms): Use sasl.
20200
20201 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20202
20203 * nneething.el (nneething-file-name): Don't create spurious
20204 files.
20205
20206 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20207 (gnus-inews-do-gcc): Remove sleep.
20208
20209 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20210 part under point.
20211
20212 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20213 (gnus-agent-regenerate-group): Using nil messages aren't valid.
20214
20215 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
20216
20217 * spam.el (spam-summary-prepare-exit): Fix (length).
20218
20219 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
20220
20221 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20222 as expired without moving it" message when there are spam
20223 messages left.
20224
20225 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
20226
20227 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20228 header is not nil.
20229
20230 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
20231
20232 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20233 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20234 (nntp-marks-changed-p): New arg SERVER.
20235 (nntp-request-update-info): Adjust caller.
20236
20237 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
20238
20239 * nntp.el (nntp-save-marks): Pass missing arg.
20240
20241 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
20242
20243 * nntp.el: Support marks.
20244 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20245 (nntp-marks-modtime, nntp-marks-directory): New variables.
20246 (nntp-request-set-mark, nntp-request-update-info)
20247 (nntp-possibly-create-directory, nntp-marks-changed-p)
20248 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20249 New functions.
20250
20251 2004-05-12 Jesper Harder <harder@ifa.au.dk>
20252
20253 * gnus-score.el (gnus-score-insert-help):
20254 Use gnus-select-lowest-window.
20255
20256 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20257 appt-select-lowest-window and rename to gnus-select-lowest-window.
20258
20259 * gnus.el: do.
20260
20261 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20262
20263 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20264 encodings of MIME-encoded words, in order to improve
20265 interoperability with several broken MUAs.
20266
20267 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20268
20269 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20270 tags, only when charsets are not specified in headers.
20271 (mm-inline-text-html-render-with-w3m): Ditto.
20272
20273 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20274
20275 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20276 instead of MIME-decoded from fields when checking
20277 `gnus-article-address-banner-alist'.
20278
20279 2004-05-03 Jesper Harder <harder@ifa.au.dk>
20280
20281 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20282 description rather than subject.
20283
20284 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20285
20286 * gnus.el (gnus-version-number): Bump.
20287
20288 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20289
20290 * gnus.el: No Gnus v0.2 is released.
20291
20292 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20293
20294 * gnus-agent.el (gnus-agent-read-agentview):
20295 Inline gnus-uncompress-range.
20296
20297 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20298
20299 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20300 `exec-installed-p'.
20301
20302 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20303
20304 * gnus.el (spam-process, spam-autodetect-methods):
20305 Add bsfilter and bsfilter-headers.
20306
20307 * spam.el (spam-bsfilter): New customize group.
20308 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20309 (spam-bsfilter-header, spam-bsfilter-probability-header)
20310 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20311 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20312 (spam-bsfilter-database-directory): New options.
20313 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20314 (spam-list-of-statistical-checks, spam-registration-functions):
20315 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20316 (spam-bsfilter-score): New command.
20317 (spam-check-bsfilter-headers, spam-check-bsfilter)
20318 (spam-bsfilter-register-with-bsfilter)
20319 (spam-bsfilter-register-spam-routine)
20320 (spam-bsfilter-unregister-spam-routine)
20321 (spam-bsfilter-register-ham-routine)
20322 (spam-bsfilter-unregister-ham-routine): New functions.
20323 (spam-generic-score): Support bsfilter; Accept an optional argument
20324 to recalcurate spam score even if scoring header has already been
20325 added.
20326 (spam-bogofilter-score, spam-spamassassin-score): Accept an
20327 optional argument to recalcurate spam score even if scoring header
20328 has already been added.
20329
20330 2004-04-29 Jesper Harder <harder@ifa.au.dk>
20331
20332 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20333 strings! Reported by David D. Smith <davidsmith@acm.org>.
20334 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20335 link is missing.
20336
20337 2004-04-28 Jesper Harder <harder@ifa.au.dk>
20338
20339 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20340 (html2text-get-attr): Rewrite.
20341
20342 * message.el (message-setup-1): Remove redundant put-text-property
20343 on mail-header-separator.
20344
20345 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
20346
20347 * gnus-registry.el (gnus-registry-cache-whitespace)
20348 (gnus-registry-action, gnus-registry-spool-action)
20349 (gnus-registry-split-fancy-with-parent): Change message levels
20350 from 5 to 3 or 7, as needed.
20351
20352 * spam.el (spam-summary-prepare-exit)
20353 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20354 (spam-split, spam-find-spam, spam-log-undo-registration)
20355 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20356 level from 5 to 6.
20357
20358 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
20359
20360 * gnus-ems.el: Autoload appt-select-lowest-window (revert
20361 2004-03-04 change).
20362
20363 2004-04-25 Jesper Harder <harder@ifa.au.dk>
20364
20365 * sieve-manage.el (sieve-manage-open):
20366 * nnweb.el (nnweb-insert-html):
20367 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20368 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20369 * nnspool.el (nnspool-request-group):
20370 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20371 * nnml.el (nnml-request-update-info):
20372 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20373 (nnmh-request-create-group, nnmh-update-gnus-unreads):
20374 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20375 (nnimap-request-set-mark):
20376 * nnfolder.el (nnfolder-request-update-info):
20377 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20378 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20379 * gnus-uu.el (gnus-uu-find-articles-matching):
20380 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20381 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20382 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20383 * gnus-nocem.el (gnus-nocem-scan-groups):
20384 * gnus-int.el (gnus-start-news-server):
20385 * gnus-group.el (gnus-group-make-kiboze-group)
20386 (gnus-group-browse-foreign-server):
20387 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20388 Use mapc when appropriate.
20389
20390 2004-04-22 Dan Christensen <jdc@uwo.ca>
20391 Adam Sjøgren <asjo@koldfront.dk>
20392 Wes Hardaker <wes@hardakers.net>
20393 Michael Shields <shields@msrl.com>
20394
20395 * spam.el (spam-necessary-extra-headers): Get the extra headers we
20396 may need for spam sorting and scoring.
20397 (spam-user-format-function-S): Add user format function suitable for
20398 general use.
20399 (spam-article-sort-by-spam-status): Add sorting function for summary
20400 sorting.
20401 (spam-extra-header-to-number): Add function to get a score from a
20402 header.
20403 (spam-summary-score): Add function to get a numeric score from the
20404 headers.
20405 (spam-generic-score): Fix function doc, was in wrong place.
20406 (spam-initialize): Take symbols when it's run, and install the
20407 extra headers that spam-necessary-extra-headers thinks we need.
20408
20409 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
20410
20411 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20412 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20413
20414 2004-04-17 Jesper Harder <harder@ifa.au.dk>
20415
20416 * gnus-sum.el (gnus-set-global-variables)
20417 (gnus-build-all-threads, gnus-get-newsgroup-headers)
20418 (gnus-article-get-xrefs, gnus-summary-best-group)
20419 (gnus-summary-next-article, gnus-summary-enter-digest-group)
20420 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20421 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20422 Use with-current-buffer.
20423
20424 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
20425
20426 * spam.el (spam-summary-prepare-exit): Simplify logic.
20427 (spam-fetch-article-header): Read the article header if it's not
20428 available.
20429 (spam-list-articles): Simplify logic.
20430 (spam-filelist-register-routine): Fix bug with unregister-list.
20431
20432 * gnus-registry.el: Fix comments at beginning.
20433
20434 2004-04-16 Jesper Harder <harder@ifa.au.dk>
20435
20436 * message.el (message-cater-to-broken-inn): Remove.
20437 (message-shorten-references): Make sure the total folded length of
20438 References is shorter than 998 characters to cater to a bug in INN
20439 2.3. Also, don't pretend that references aren't folded -- this
20440 hasn't worked for a while.
20441
20442 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20443
20444 * gnus-agent.el (gnus-agentize):
20445 gnus-agent-send-mail-real-function no longer set to current value
20446 of message-send-mail-function but rather a lambda that calls
20447 message-send-mail-function. The change makes the agent real-time
20448 responsive to user changes to message-send-mail-function.
20449
20450 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20451
20452 * legacy-gnus-agent.el
20453 (gnus-agent-convert-to-compressed-agentview): Fix typos with
20454 help from Florian Weimer <fw@deneb.enyo.de>
20455
20456 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
20457
20458 * nnmail.el (nnmail-cache-insert): Revert last change.
20459
20460 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
20461
20462 * nnmail.el (nnmail-cache-insert): Always check whether
20463 nnmail-cache-ignore-groups matches a group name.
20464
20465 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
20466
20467 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20468 (spam-find-spam, spam-log-processing-to-registry)
20469 (spam-log-registered-p, spam-log-unregistration-needed-p)
20470 (spam-log-undo-registration): Use gnus-message instead of
20471 gnus-error, none of these errors are fatal.
20472
20473 * gnus-registry.el (gnus-registry-clean-empty-function)
20474 (gnus-registry-clean-empty): Remove only empty entries without
20475 extra data.
20476
20477 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
20478
20479 * spam-stat.el (spam-stat-buffer-change-to-spam)
20480 (spam-stat-buffer-change-to-non-spam): Change (error) to
20481 (gnus-message 8) invocation.
20482
20483 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20484
20485 * nntp.el (nntp-via-netcat-command): New variable.
20486 (nntp-via-netcat-switches): New variable.
20487 (nntp-open-via-rlogin-and-netcat): New function.
20488 (nntp-open-connection-function): Doc fix.
20489 (nntp-telnet-command): Doc fix.
20490 (nntp-end-of-line): Doc fix.
20491 (nntp-via-rlogin-command): Doc fix.
20492 (nntp-via-user-name): Doc fix.
20493 (nntp-via-address): Doc fix.
20494
20495 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
20496
20497 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20498 error in Emacs 21.1.
20499
20500 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
20501
20502 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20503
20504 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
20505
20506 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20507 (gnus-agent-with-refreshed-group): New macro.
20508 (gnus-agent-rename-group): New function.
20509 (gnus-agent-delete-group): New function.
20510 (gnus-agent-save-group-info): Use gnus-command-method when
20511 `method' parameter is nil. Don't write nil entries into the
20512 active file.
20513 (gnus-agent-get-group-info): New function.
20514 (gnus-agent-fetch-articles):
20515 Use gnus-agent-update-files-total-fetched-for to increment disk space
20516 used.
20517 (gnus-agent-fetch-headers, gnus-agent-save-alist):
20518 Use gnus-agent-update-view-total-fetched-for to increment disk space
20519 used.
20520 (gnus-agent-get-local): Add optional parameters to avoid calling
20521 gnus-group-real-name and gnus-find-method-for-group.
20522 (gnus-agent-set-local): Delete stored entry if either min, or max,
20523 are nil.
20524 (gnus-agent-fetch-session): Reworded error/quit messages.
20525 On quit, use gnus-agent-regenerate-group to record existence of any
20526 articles fetched to disk before the quit occurred.
20527 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20528 gnus-agent-update-view-total-fetched-for, and
20529 gnus-agent-update-files-total-fetched-for to decrement disk space
20530 used.
20531 (gnus-agent-retrieve-headers):
20532 Use gnus-agent-update-view-total-fetched-for to increment disk space
20533 used.
20534 (gnus-agent-regenerate-group): Replace gnus-group-update-group
20535 with gnus-agent-update-files-total-fetched-for to decrement disk
20536 space and fresh group buffer.
20537 (gnus-agent-inhibit-update-total-fetched-for): New variable.
20538 (gnus-agent-need-update-total-fetched-for): New variable.
20539 (gnus-agent-update-files-total-fetched-for): New function.
20540 (gnus-agent-update-view-total-fetched-for): New function.
20541 (gnus-agent-total-fetched-for): New function.
20542
20543 * gnus-cache.el (gnus-cache-save-buffers):
20544 Use gnus-cache-update-overview-total-fetched-for to change disk space
20545 used by this group.
20546 (gnus-cache-possibly-enter-article):
20547 Use gnus-cache-update-file-total-fetched-for to increment disk space
20548 used by this group.
20549 (gnus-cache-possibly-remove-article):
20550 Use gnus-cache-update-file-total-fetched-for to decrement disk space
20551 used by this group.
20552 (gnus-cache-generate-nov-databases): Purge total fetched cache.
20553 (gnus-cache-rename-group): New function.
20554 (gnus-cache-delete-group): New function.
20555 (gnus-cache-inhibit-update-total-fetched-for): New variable.
20556 (gnus-cache-need-update-total-fetched-for): New variable.
20557 (gnus-cache-with-refreshed-group): New macro.
20558 (gnus-cache-update-file-total-fetched-for): New function.
20559 (gnus-cache-update-overview-total-fetched-for): New function.
20560 (gnus-cache-rename-group-total-fetched-for): New function.
20561 (gnus-cache-delete-group-total-fetched-for): New function.
20562 (gnus-cache-total-fetched-for): New function.
20563
20564 * gnus-group.el: Require gnus-sum and autoload functions to
20565 resolve warnings when gnus-group.el compiled alone.
20566 (gnus-group-line-format): Documented new %F.
20567 (size of Fetched data) group line format; identifies disk space
20568 used by agent and cache.
20569 (gnus-group-line-format-alist): Defined new F format.
20570 (gnus-total-fetched-for): New function.
20571 (gnus-group-delete-group): No longer update
20572 gnus-cache-active-altered as gnus-request-delete-group now keeps
20573 the cache in sync.
20574 (gnus-group-list-active): Let the agent store a server's active
20575 list if currently plugged.
20576
20577 * gnus-int.el (gnus-request-delete-group):
20578 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20579 local disk in sync with the server.
20580 (gnus-request-rename-group):
20581 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20582 local disk in sync with the server.
20583
20584 * gnus-start.el (gnus-get-unread-articles):
20585 Cosmetic simplification to logic.
20586
20587 * gnus-util.el (gnus-rename-file): New function.
20588
20589 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
20590
20591 * mm-util.el (mm-image-load-path): Handle nil in load-path.
20592
20593 2004-04-07 Jesper Harder <harder@ifa.au.dk>
20594
20595 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20596 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
20597
20598 2004-04-06 Jesper Harder <harder@ifa.au.dk>
20599
20600 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20601 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
20602
20603 2004-04-03 Jesper Harder <harder@ifa.au.dk>
20604
20605 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20606
20607 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
20608
20609 * spam.el (spam-set-difference): Add function to replace
20610 gnus-set-difference in spam.el.
20611 (spam-summary-prepare-exit): Use spam-set-difference.
20612
20613 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20614
20615 * gnus-registry.el (gnus-registry-cache-file): Update to use
20616 gnus-dribble-directory OR gnus-home-directory OR ~.
20617 (gnus-registry-split-fancy-with-parent): Fix doc.
20618
20619 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
20620
20621 * message.el (message-exchange-point-and-mark):
20622 Use message-mark-active-p. Suggested by Jesper Harder
20623 <harder@ifa.au.dk>.
20624
20625 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
20626
20627 * message.el (message-exchange-point-and-mark): Don't activate
20628 region if it was inactive. Suggested by Hiroshi Fujishima
20629 <pooh@nature.tsukuba.ac.jp>.
20630
20631 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
20632
20633 * gnus-art.el (article-display-face): Display Faces in the same
20634 order as X-Faces.
20635
20636 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
20637
20638 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20639
20640 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
20641
20642 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20643 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20644 (gnus-article-mime-hierarchy): Remove.
20645 (gnus-article-mime-hierarchy-next): Remove.
20646 (gnus-article-mode): Revert 2004-03-19 change.
20647 (gnus-article-setup-buffer): Revert 2004-03-19 change.
20648 (gnus-insert-mime-button): Revert 2004-03-19 change.
20649 (gnus-mime-accumulate-hierarchy): Remove.
20650 (gnus-mime-enter-multipart): Remove.
20651 (gnus-mime-leave-multipart): Remove.
20652 (gnus-mime-display-part): Revert 2004-03-19 change.
20653 (gnus-mime-display-alternative): Revert 2004-03-19 change.
20654
20655 * mml.el (mml-preview): Revert 2004-03-19 change.
20656
20657 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
20658
20659 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20660
20661 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
20662
20663 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20664 t while entering a file name using the mm-with-multibyte macro.
20665 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20666
20667 * mm-util.el (mm-with-multibyte): New macro.
20668
20669 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
20670
20671 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20672 New user option.
20673 (gnus-mime-multipart-functions): Doc and customization fix.
20674 (gnus-article-mime-hierarchy): New variable.
20675 (gnus-article-mime-hierarchy-next): New variable.
20676 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20677 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20678 gnus-article-mime-hierarchy-next to nil.
20679 (gnus-insert-mime-button): Show hierarchy numbers.
20680 (gnus-mime-accumulate-hierarchy): New function.
20681 (gnus-mime-enter-multipart): New function.
20682 (gnus-mime-leave-multipart): New function.
20683 (gnus-mime-display-part): Recompute hierarchical MIME structure.
20684 (gnus-mime-display-alternative): Show hierarchy numbers.
20685
20686 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20687 gnus-article-mime-hierarchy-next to nil.
20688
20689 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
20690
20691 * dns.el: Don't require gnus-xmas.
20692
20693 2004-03-17 Jesper Harder <harder@ifa.au.dk>
20694
20695 * mml.el (mml-generate-mime-1): Don't use format=flowed with
20696 inline PGP.
20697 (mml-menu): Disable mml-quote-region if mark is inactive.
20698
20699 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
20700
20701 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20702 when the group's active is not available.
20703
20704 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
20705
20706 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20707 error.
20708
20709 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
20710
20711 * imap.el (imap-store-password): New variable.
20712 (imap-interactive-login): Use it.
20713 Suggested by Mark Plaksin <happy@mcplaksin.org>.
20714
20715 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
20716
20717 * gnus-art.el (gnus-article-read-summary-keys): Restore new
20718 window-start and hscroll to summary window.
20719
20720 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
20721
20722 * gnus-start.el (gnus-convert-old-newsrc): Only write the
20723 conversion message to newsrc-dribble when an actual conversion is
20724 performed.
20725
20726 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
20727
20728 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20729
20730 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
20731
20732 * mm-decode.el (mm-complicated-handles): New function reviving
20733 former definition of mm-multiple-handles.
20734
20735 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20736 (gnus-mime-delete-part): Use it.
20737
20738 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
20739
20740 * gnus-agent.el (gnus-agent-read-local):
20741 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20742 avoid the implicit assumption that they will always be equal.
20743 (gnus-agent-save-local): Bind buffer-file-coding-system, not
20744 coding-system-for-write, as the with-temp-file macro first prints
20745 to a buffer then saves the buffer.
20746
20747 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
20748
20749 * gnus-art.el (gnus-article-edit-part): New function.
20750 (gnus-mime-save-part-and-strip): Use it; do query instead of
20751 signaling an error; don't use mm-multiple-handles.
20752 (gnus-mime-delete-part): Ditto.
20753
20754 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
20755
20756 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20757 old file versions.
20758 (gnus-group-prepare-hook): Remove function that converted list
20759 form of gnus-agent-expire-days to group properties.
20760
20761 * gnus-int.el: Autoload gnus-agent-regenerate-group.
20762 (gnus-request-accept-article): Re-indented.
20763
20764 * gnus-start.el (gnus-convert-old-newsrc): Registered new
20765 converters to handle old agent file formats. Add logic for a
20766 "backup before upgrading warning".
20767 (gnus-convert-mark-converter-prompt): Developers can mark
20768 functions as needing (default), or not needing,
20769 gnus-convert-old-newsrc's "backup before upgrading warning".
20770 (gnus-convert-converter-needs-prompt): Tests whether the user
20771 should be protected from potentially irreversable changes by the
20772 function.
20773
20774 * legacy-gnus-agent.el: New. Provides converters that are only
20775 loaded when gnus-convert-old-newsrc needs to call them.
20776
20777 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
20778
20779 * mail-source.el (mail-source-touch-pop): Doc fix.
20780
20781 * message.el (message-smtpmail-send-it): Doc fix.
20782
20783 2004-03-05 Jesper Harder <harder@ifa.au.dk>
20784
20785 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20786
20787 * nnmail.el (nnmail-split-fancy): do.
20788
20789 * gnus-kill.el (gnus-kill, gnus-execute): do.
20790
20791 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20792
20793 * gnus-sum.el (gnus-widget-reversible-match)
20794 (gnus-widget-reversible-to-internal)
20795 (gnus-widget-reversible-to-external): New functions.
20796 (gnus-widget-reversible): New widget.
20797 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20798
20799 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
20800
20801 * gnus-sum.el (gnus-thread-sort-functions)
20802 (gnus-article-sort-functions): Document `(not F)' items.
20803
20804 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
20805
20806 * spam.el (spam-use-gmane-xref): Add new backend.
20807 (spam-gmane-xref-spam-group): Add variable to control the name of the
20808 Gmane spam group.
20809 (spam-blackhole-servers, spam-blackhole-good-server-regex)
20810 (spam-regex-headers-spam, spam-regex-headers-ham)
20811 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20812 (spam-list-of-checks): Add spam-use-gmane-xref to list of
20813 backends and checks.
20814 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20815
20816 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20817 an autodetect method.
20818
20819 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20820
20821 * gnus-int.el (gnus-request-accept-article): Inform the agent that
20822 articles are being added to a group.
20823 (gnus-request-replace-article): Inform the agent that articles
20824 need to be uncached as the cached contents are no longer valid.
20825
20826 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20827
20828 * binhex.el: Don't autoload executable-find.
20829
20830 * canlock.el: Don't autoload mail-fetch-field.
20831
20832 * gnus-ems.el: Don't autoload appt-select-lowest-window.
20833
20834 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20835 rmail-dont-reply-to and rmail-output.
20836
20837 * gnus-score.el: Don't autoload ffap-string-at-point.
20838
20839 * gnus-setup.el: Don't autoload sc-cite-original.
20840
20841 * imap.el: Don't autoload base64-decode-string,
20842 base64-encode-string and md5.
20843
20844 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20845 and rmail-msg-restore-non-pruned-header.
20846
20847 * mm-decode.el: Don't autoload executable-find.
20848
20849 * mm-url.el: Don't autoload executable-find.
20850
20851 * mm-view.el: Don't autoload diff-mode.
20852
20853 * nndb.el: Don't autoload news-reply-mode, news-setup,
20854 cancel-timer and telnet.
20855
20856 * password.el: Don't autoload run-at-time for Emacs.
20857
20858 * sha1-el.el: Don't autoload executable-find.
20859
20860 * sieve-mode.el: Don't autoload c-mode.
20861
20862 * uudecode.el: Don't autoload executable-find.
20863
20864 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20865
20866 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20867 (gnus-agent-possibly-alter-active): Avoid null in numeric
20868 comparison.
20869 (gnus-agent-set-local): Refuse to save null in local object table.
20870 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20871 list of articles that will be marked as unread.
20872
20873 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20874
20875 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20876
20877 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20878
20879 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20880 language tags.
20881
20882 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20883
20884 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20885 Don't bind "obarray".
20886
20887 * gnus-sum.el (gnus-thread-sort-functions):
20888 Add `gnus-thread-sort-by-most-recent-number' and
20889 `gnus-thread-sort-by-most-recent-date'.
20890 Reported by Kai Grossjohann <kai@emptydomain.de>.
20891
20892 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20893
20894 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20895
20896 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20897
20898 * gnus-cus.el (gnus-agent-customize-category):
20899 Remove ignore-errors macro reference that required cl to be loaded at
20900 run-time.
20901
20902 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20903 single-interval range of the form (min . max). Previously the
20904 range had to look like ((min . max)). Likewise, return
20905 (min . max) rather than ((min . max)).
20906 (gnus-range-map): Use gnus-range-normalize to accept
20907 single-interval range.
20908
20909 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20910 the cache, but not the agent, now appear with their usual face.
20911
20912 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20913
20914 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20915 w3m-safe-url-regexp variable buffer-local.
20916
20917 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20918
20919 2004-02-27 Simon Josefsson <jas@extundo.com>
20920
20921 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20922 gnus-group-real-prefix.
20923 (gnus-summary-move-article): Use it, instead of
20924 gnus-group-real-prefix.
20925
20926 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20927
20928 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20929 w3m-safe-url-regexp variable buffer-local and set it as the value
20930 of mm-w3m-safe-url-regexp.
20931
20932 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20933
20934 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20935 parsing gnus-posting-styles when the message is not for replying.
20936
20937 * nnrss.el (nnrss-opml-export):
20938 Use mm-set-buffer-file-coding-system instead of
20939 set-buffer-file-coding-system.
20940
20941 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20942
20943 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20944 of checkdoc.el).
20945 * nnrss.el: do.
20946 * gnus-mlspl.el: do.
20947 * gnus-ml.el: do.
20948 * gnus-srvr.el: do.
20949
20950 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20951
20952 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20953
20954 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20955 Corrections to custom-manual links.
20956
20957 * gnus-art.el (gnus-article): Ditto.
20958
20959 * mm-decode.el (mime-display, mime-security): Ditto.
20960
20961 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20962
20963 * flow-fill.el: Typo.
20964
20965 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20966
20967 * spam-wash.el: New file.
20968
20969 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20970
20971 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20972
20973 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20974
20975 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20976 to be run with new-articles as LIST1, not LIST2.
20977 (spam-registration-functions): Add spam-use-ham-copy as a nil
20978 registration backend.
20979
20980 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20981
20982 * spam-stat.el (spam-stat-washing-hook): New option.
20983 (spam-stat-buffer-words): Use it.
20984 (spam-stat-process-directory, spam-stat-test-directory):
20985 Use insert-file-contents-literally.
20986 (spam-stat-coding-system): New variable.
20987 (spam-stat-load, spam-stat-save): Use it.
20988
20989 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20990
20991 * spam-report.el (spam-report-plug-agent):
20992 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20993
20994 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20995
20996 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20997 Allow / in mailto URLs.
20998
20999 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21000
21001 * spam-report.el (spam-report-process-queue): Fix interactive use.
21002 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21003 (spam-report-unplug-agent): Doc fixes.
21004 (spam-report-url-ping-mm-url, spam-report-url-to-file)
21005 (spam-report-agentize, spam-report-deagentize):
21006 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
21007
21008 * message.el (message-setup-fill-variables): Add mml tags to
21009 paragraph-start and paragraph-separate. Suggested by Andrew Korty
21010 <ajk@iu.edu>.
21011 (message-mode): Don't modify paragraph-separate there.
21012
21013 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
21014
21015 * compface.el (uncompface-use-external): Default to undecided.
21016 (uncompface-use-external-threshold): New variable.
21017 (uncompface-float-time): New macro.
21018 (uncompface): Determine whether to use the external decoder if
21019 uncompface-use-external is undecided.
21020
21021 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21022
21023 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21024 after images.
21025
21026 * gnus-art.el (gnus-mime-display-single): Remove dead code.
21027
21028 2004-02-14 Jesper Harder <harder@ifa.au.dk>
21029
21030 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21031
21032 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21033
21034 * gnus-sum.el (gnus-summary-limit-to-age)
21035 (gnus-summary-limit-children): do.
21036
21037 * gnus-int.el (gnus-request-scan): do.
21038
21039 * gnus-group.el (gnus-group-suspend): do.
21040
21041 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21042
21043 * gnus-cite.el (gnus-cite-parse-attributions): do.
21044
21045 * gnus-agent.el (gnus-summary-set-agent-mark)
21046 (gnus-agent-regenerate-group): do.
21047
21048 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21049
21050 * binhex.el (binhex-decode-region-internal): do.
21051
21052 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21053
21054 * gnus-fun.el (gnus-face-properties-alist): New user option.
21055 (gnus-display-x-face-in-from): Use it.
21056
21057 * gnus-art.el (article-display-face): Ditto.
21058
21059 * compface.el (uncompface-use-external): Default to nil.
21060
21061 2004-02-12 Jesper Harder <harder@ifa.au.dk>
21062
21063 * nntp.el (nntp-erase-buffer): New function.
21064 (nntp-retrieve-data, nntp-send-command)
21065 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21066 (nntp-possibly-change-group): Use it.
21067
21068 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21069 Use with-current-buffer.
21070
21071 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
21072
21073 * compface.el: Merge the ELisp-based uncompface program.
21074 (compface): New customization group.
21075 (uncompface-use-external): New user option.
21076 (uncompface): Call uncompface-internal if uncompface-use-external
21077 is nil.
21078 (uncompface-internal): New function. Note that there are also
21079 some other functions and variables added for this function.
21080
21081 2004-02-10 Jesper Harder <harder@ifa.au.dk>
21082
21083 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21084 if necessary.
21085
21086 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
21087
21088 * spam-report.el (spam-report-unplug-agent)
21089 (spam-report-plug-agent, spam-report-deagentize)
21090 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21091 Add support for the Agent in spam-report: when unplugged, report to a
21092 file; when plugged, submit all the requests.
21093
21094 * spam.el (spam-register-routine): Fix message about
21095 registration.
21096
21097 2004-02-09 Jesper Harder <harder@ifa.au.dk>
21098
21099 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21100 dependencies.
21101 (rfc2047-encode): Use it.
21102
21103 * gnus-art.el (gnus-button-marker-list): Move before first
21104 reference.
21105
21106 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21107 (imap-parse-body): Fix format string mismatch.
21108
21109 * gnus-score.el (gnus-summary-increase-score): do.
21110
21111 * nnrss.el (nnrss-close): New function.
21112
21113 2004-02-08 Jesper Harder <harder@ifa.au.dk>
21114
21115 * nnrss.el (nnrss-make-filename): New function.
21116 (nnrss-request-delete-group, nnrss-read-server-data)
21117 (nnrss-save-server-data, nnrss-read-group-data)
21118 (nnrss-save-group-data): Use it.
21119 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21120 (nnrss-read-server-data, nnrss-read-group-data): Use load.
21121 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21122
21123 2004-02-07 Jesper Harder <harder@ifa.au.dk>
21124
21125 * mml.el (mml-compute-boundary-1): Don't uncompress files.
21126
21127 2004-02-06 Jesper Harder <harder@ifa.au.dk>
21128
21129 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21130 files.
21131
21132 * message.el (message-generate-headers-first): Don't quote nil
21133 and t in docstrings.
21134
21135 * imap.el (imap-id): do.
21136
21137 * gnus-agent.el (gnus-agent-consider-all-articles)
21138 (gnus-agent-queue-mail): do.
21139
21140 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
21141
21142 * spam-report.el (spam-report-process-queue): New function.
21143 Process requests from `spam-report-requests-file'.
21144 (spam-report-process-queue): Doc fix.
21145
21146 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
21147
21148 * spam.el (spam-register-routine)
21149 (spam-log-processing-to-registry, spam-log-registered-p)
21150 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21151 Change "check" to "spam-check" for semi-clarity.
21152
21153 2004-02-05 Jesper Harder <harder@ifa.au.dk>
21154
21155 * pop3.el: Require nnheader.
21156
21157 * mml-smime.el: Require cl. Autoload message-fetch-field.
21158
21159 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21160
21161 * gnus-picon.el: Require cl.
21162
21163 * gnus-fun.el: Require gnus-ems and gnus-util.
21164
21165 * gnus.el (gnus-method-to-server): Move defsubst before first use.
21166
21167 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21168
21169 * gnus-art.el (gnus-article-edit-mode): Define before first
21170 reference.
21171
21172 2004-02-04 Jesper Harder <harder@ifa.au.dk>
21173
21174 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21175 (gnus-uu-post-encoded): Use point-at-bol.
21176
21177 * gnus-topic.el (gnus-group-active-topic-p): do.
21178
21179 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21180
21181 * gnus-group.el (gnus-group-kill-region): do.
21182
21183 * gnus-art.el (article-date-ut): do.
21184
21185 * message.el (message-fetch-field): Remove redundant
21186 case-fold-search binding.
21187 (message-narrow-to-field): Simplify.
21188
21189 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
21190
21191 * spam.el (spam-directory): Derive from `gnus-directory'.
21192
21193 * spam-report.el (spam-report-url-to-file)
21194 (spam-report-requests-file): New function and variable for offline
21195 reporting.
21196 (spam-report-url-ping-function): Add `spam-report-url-to-file'
21197 and user defined function.
21198 (spam-report-url-ping-mm-url): Remove doubled slash.
21199
21200 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
21201
21202 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21203
21204 2004-02-03 Jesper Harder <harder@ifa.au.dk>
21205
21206 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21207 Fix format string mismatch.
21208
21209 * sieve.el (sieve-deactivate-all): do.
21210
21211 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21212
21213 * nnlistserv.el (nnlistserv-kk-wash-article): do.
21214
21215 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21216
21217 * mm-bodies.el (mm-7bit-chars): Don't include \r.
21218
21219 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
21220
21221 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21222 the list of checks.
21223
21224 2004-01-31 Jesper Harder <harder@ifa.au.dk>
21225
21226 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21227 padding.
21228
21229 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
21230
21231 * mm-view.el (mm-fill-flowed): New variable.
21232 (mm-inline-text): Use it.
21233
21234 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
21235
21236 * spam.el (spam-spamassassin-register-ham-routine)
21237 (spam-spamassassin-register-spam-routine): Fix function names.
21238
21239 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
21240
21241 * gnus.el (gnus-tmp-grouplens): Remove.
21242 (gnus-summary-line-format): Remove grouplens.
21243
21244 * gnus-group.el (gnus-group-line-format): Ditto.
21245
21246 * gnus-spec.el (gnus-format-specs): Ditto.
21247 (gnus-update-format-specifications): Flush the group format spec
21248 cache if there's the grouplens stuff.
21249 (gnus-parse-simple-format): Replace %l with the empty string.
21250
21251 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
21252
21253 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21254 omission.
21255
21256 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
21257
21258 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21259 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21260
21261 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21262
21263 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21264 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21265 New macros and functions.
21266 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21267 Handle > NLINK_MAX messages.
21268 * nnmaildir.el (nnmaildir-request-set-mark):
21269 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21270
21271 2004-01-25 Alex Schroeder <alex@gnu.org>
21272
21273 * spam-stat.el (spam-stat-process-directory-age): New option.
21274 (spam-stat-process-directory): Use it.
21275
21276 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
21277
21278 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21279 (spam-stat-save): Accept prefix argument.
21280
21281 2004-01-23 Paul Jarc <prj@po.cwru.edu>
21282
21283 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21284 links" error.
21285
21286 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21287
21288 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21289 compatibility with old .newsrc.eld files.
21290
21291 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21292
21293 * gnus-start.el (gnus-1): do.
21294
21295 * gnus-group.el (gnus-group-line-format-alist): do.
21296
21297 * gnus.el (gnus-use-grouplens, gnus-visual): do.
21298
21299 * gnus-gl.el: Remove.
21300
21301 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
21302
21303 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21304 marks consisting of a single range {for example, (3 . 5)} rather
21305 than a list of a single range { ((3 . 5)) }.
21306
21307 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21308
21309 * spam-stat.el (spam-stat-store-gnus-article-buffer):
21310 Use with-current-buffer.
21311 (spam-stat-store-current-buffer): Use insert-buffer-substring to
21312 avoid consing a string.
21313
21314 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21315 Remove obsolete entries for big5 and gb2312.
21316
21317 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
21318
21319 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21320 uncompressed list.
21321
21322 2004-01-22 Jesper Harder <harder@ifa.au.dk>
21323
21324 * spam-stat.el (spam-stat-strip-xref): New function.
21325 (spam-stat-process-directory): Use it.
21326
21327 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21328 here -- it's done in message-fetch-field.
21329
21330 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
21331
21332 * gnus-agent.el (gnus-agent-queue-mail)
21333 (gnus-agent-prompt-send-queue): New variables.
21334 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21335 * gnus-draft.el (gnus-group-send-queue): Pass the group name
21336 "nndraft:queue" along to gnus-draft-send.
21337 Use gnus-agent-prompt-send-queue.
21338 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21339 is "nndraft:queue". Suggested by Gaute Strokkenes
21340 <gs234@srcf.ucam.org>
21341
21342 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21343 (agent-enable-undownloaded-faces): Add.
21344 (gnus-agent-cat-groups): Use eval-and-compile, not
21345 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21346 method of gnus-agent-cat-groups even when the buffer has been
21347 evalled.
21348 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21349 delete gnus-agent-save-active-1.
21350 (gnus-agent-save-groups): Delete. Identical to
21351 gnus-agent-save-active.
21352 (gnus-agent-write-active): No longer adjust agent's copy of active
21353 file as agent's adjustments are now stored in their own
21354 file. Remove optional parameter.
21355 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21356 servers. Add use of min/max range limits from server's local
21357 file.
21358 (gnus-agent-save-alist): Remove unused optional argument.
21359 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21360 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21361 (gnus-agent-set-local): A per-server file that keeps min/max range
21362 limits for articles known to the agent. Provides a fast mechanism
21363 for altering many active ranges.
21364 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21365 active file (local makes it unnecessary).
21366 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21367
21368 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21369 (agent-enable-undownloaded-faces): Add.
21370
21371 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21372 disable it when sending to "nndraft:queue".
21373 (gnus-group-send-queue): Add safety check to avoid sending queue
21374 when unplugged.
21375
21376 * gnus-group.el (gnus-group-catchup): Use new
21377 gnus-sequence-of-unread-articles, not
21378 gnus-list-of-unread-articles, to avoid exhausting memory with huge
21379 numbers of articles. Use gnus-range-map to avoid having to
21380 uncompress the unread list.
21381 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21382 Fix invalid ange-ftp reference.
21383
21384 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21385 (gnus-sorted-range-intersection): Intersection of two ranges
21386 without requiring that they first be uncompressed.
21387
21388 * gnus-start.el (gnus-activate-group): Unless blocked by the
21389 caller, possibly expand the active range to include both cached
21390 and agentized articles.
21391 (gnus-convert-old-newsrc): Rewrote in anticipation of having
21392 multiple version-dependent converters.
21393 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21394 gnus-agent-save-active.
21395 (gnus-save-newsrc-file): Save dirty agent range limits.
21396
21397 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21398 gnus-agent-possibly-alter-active.
21399 (gnus-adjust-marked-articles): Faster handling of simple lists
21400
21401 2004-01-21 Jesper Harder <harder@ifa.au.dk>
21402
21403 * spam-stat.el (spam-stat-test-directory): New optional argument
21404 displays a list of files detected. Suggested by Andrew Cohen
21405 <cohen@andy.bu.edu>.
21406 (spam-stat-buffer-words-with-scores): Don't narrow and change
21407 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
21408
21409 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
21410
21411 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21412 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21413 (spam-spamassassin-arguments)
21414 (spam-spamassassin-spam-flag-header)
21415 (spam-spamassassin-positive-spam-flag-header)
21416 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21417 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21418 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21419 (spam-list-of-processors, spam-list-of-checks)
21420 (spam-list-of-statistical-checks, spam-registration-functions)
21421 (spam-check-spamassassin-headers, spam-check-spamassassin)
21422 (spam-spamassassin-score)
21423 (spam-spamassassin-register-with-sa-learn)
21424 (spam-spamassassin-register-spam-routine)
21425 (spam-spamassassin-register-ham-routine)
21426 (spam-assassin-register-spam-routine)
21427 (spam-assassin-register-ham-routine): Add SpamAssassin support.
21428 (spam-bogofilter-score): Fix to show article before scoring.
21429
21430 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
21431
21432 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21433 default scoring function.
21434 (spam-generic-score): Call spam-spamassassin-score if
21435 spam-use-spamassassin or spam-use-spamassassin-headers is on;
21436 spam-bogofilter-score otherwise.
21437
21438 * gnus.el (spam-process, spam-autodetect-methods):
21439 Add spamassassin and spamassassin-headers.
21440
21441 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
21442
21443 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21444 Suppress unnecessary messages.
21445
21446 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21447
21448 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21449 make-hash-table.
21450
21451 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
21452
21453 * canlock.el (base64-encode-string): Don't autoload it.
21454
21455 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
21456
21457 * run-at-time.el: Remove useless (require 'itimer),
21458 eval-and-compile and (featurep 'xemacs).
21459
21460 2004-01-16 Jesper Harder <harder@ifa.au.dk>
21461
21462 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21463 GROUP is a virtual group.
21464
21465 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
21466
21467 * gnus.el: Autoload `message-y-or-n-p'.
21468
21469 2004-01-15 Jesper Harder <harder@ifa.au.dk>
21470
21471 * pgg-parse.el: Remove unnecessary (require 'custom).
21472
21473 * pgg-def.el: do.
21474
21475 * nnmail.el: do.
21476
21477 * gnus-undo.el: do.
21478
21479 * gnus-picon.el: do.
21480
21481 * gnus-util.el: do.
21482
21483 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
21484
21485 * gnus-sum.el (gnus-pick-line-number): Add autoload.
21486
21487 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
21488
21489 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21490 handle, as well as a list.
21491
21492 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21493 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21494 (mm-w3m-cid-retrieve): Simplify.
21495
21496 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
21497
21498 * message.el (message-kill-to-signature): Allow prefix arg to
21499 specify number of lines to keep before signature.
21500
21501 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
21502
21503 * message.el (message-kill-to-signature): Change docstring.
21504
21505 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
21506
21507 * canlock.el: Always require sha1-el.
21508 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21509
21510 * message.el: Autoload sha1 only when compiling.
21511
21512 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
21513
21514 * message.el (message-canlock-generate): Require sha1-el.
21515
21516 2004-01-13 Jesper Harder <harder@ifa.au.dk>
21517
21518 * message.el (message-expand-name): Silence the byte compiler.
21519
21520 2004-01-13 Simon Josefsson <jas@extundo.com>
21521
21522 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21523 Invoke gnus-score-mode.
21524 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21525
21526 * gnus-range.el (gnus-compress-sequence): Doc fix.
21527 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21528
21529 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21530
21531 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21532
21533 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
21534
21535 * spam.el (spam-get-article-as-string): Update to use
21536 gnus-request-article-this-buffer, much simpler.
21537 (spam-get-article-as-buffer): Remove.
21538
21539 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
21540
21541 * message.el (message-expand-name): Use EUDC if the user uses that.
21542
21543 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21544
21545 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21546 character for the encoding to avoid consing a string.
21547
21548 * rfc2047.el (rfc2047-decode-string): Don't cons a string
21549 unnecessarily.
21550
21551 * mm-util.el (mm-replace-chars-in-string): Remove.
21552
21553 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21554 of mm-replace-chars-in-string.
21555
21556 2004-01-11 Jesper Harder <harder@ifa.au.dk>
21557
21558 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21559
21560 * mm-util.el (mm-subst-char-in-string): Support inplace.
21561
21562 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21563 a new string in every iteration. Use shy groups.
21564
21565 2004-01-10 Jesper Harder <harder@ifa.au.dk>
21566
21567 * gnus-srvr.el (gnus-browse-unsubscribe-group):
21568 * gnus-soup.el (gnus-soup-group-brew):
21569 * gnus-msg.el (gnus-put-message):
21570 * gnus-move.el (gnus-group-move-group-to-server):
21571 * gnus-kill.el (gnus-batch-score):
21572 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21573 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21574 (gnus-group-update-group, gnus-group-read-group)
21575 (gnus-group-make-group, gnus-group-make-help-group)
21576 (gnus-group-make-archive-group, gnus-group-make-directory-group)
21577 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21578 (gnus-group-sort-by-unread, gnus-group-catchup)
21579 (gnus-group-unsubscribe-group, gnus-group-kill-group)
21580 (gnus-group-yank-group, gnus-group-set-info)
21581 (gnus-group-list-groups):
21582 * gnus.el (gnus-generate-new-group-name):
21583 * gnus-delay.el (gnus-delay-send-queue):
21584 * nnvirtual.el (nnvirtual-catchup-group):
21585 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21586 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21587 (gnus-group-prepare-topics, gnus-topic-check-topology):
21588 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21589 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21590 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21591 (gnus-group-make-articles-read):
21592 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21593 (gnus-group-change-level, gnus-kill-newsgroup)
21594 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21595 (gnus-get-unread-articles, gnus-make-articles-unread)
21596 (gnus-make-ascending-articles-unread): Use accessor
21597 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21598 to get group information for improved readability.
21599
21600 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21601
21602 * gnus-art.el (article-decode-mime-words, article-babel)
21603 (gnus-article-highlight-signature, gnus-article-add-buttons)
21604 (gnus-signature-toggle): Use gnus-with-article-buffer.
21605
21606 * gnus-art.el (gnus-article-highlight-headers)
21607 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21608
21609 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21610 (gnus-article-set-globals, gnus-request-article-this-buffer)
21611 (gnus-button-message-id, gnus-article-maybe-hide-headers)
21612 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21613 (gnus-mime-display-alternative): Use with-current-buffer.
21614
21615 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21616
21617 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21618 also under 80 char limit, and call gnus-error if needed.
21619 (spam-fetch-article-header): Fix - it was a
21620 buffer-local variable (gnus-newsgroup-data).
21621 (spam-find-spam): Use spam-generate-fake-headers, forget about
21622 spam-insert-fake-headers.
21623 (spam-insert-fake-headers): Remove.
21624
21625 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21626
21627 * deuglify.el (gnus-article-outlook-unwrap-lines)
21628 (gnus-outlook-rearrange-article)
21629 (gnus-outlook-repair-attribution-outlook)
21630 (gnus-outlook-repair-attribution-block)
21631 (gnus-outlook-repair-attribution-other): Remove redundant
21632 save-excursion.
21633
21634 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21635
21636 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21637 (spam-fetch-field-subject-fast)
21638 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21639 (spam-fetch-article-header): Add functions to deal with Gnus
21640 internals for fast retrieval of article header data.
21641 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21642
21643 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21644
21645 * pop3.el (pop3-md5): Remove.
21646 (pop3-apop): Replace pop3-md5 with md5.
21647
21648 * mm-bodies.el: base64 is always built-in.
21649
21650 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21651 Use with-current-buffer.
21652
21653 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
21654
21655 * canlock.el (canlock-insert-header): Remove excessive grouping in
21656 regexp.
21657
21658 * gnus-sum.el (gnus-summary-read-document): Ditto.
21659
21660 * gnus-uu.el (gnus-uu-part-number): Ditto.
21661
21662 * html2text.el (html2text-remove-tags): Ditto.
21663 (html2text-format-tags): Ditto.
21664 (html2text-format-single-elements): Ditto.
21665
21666 * mml.el (mml-parse-1): Ditto.
21667
21668 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21669
21670 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21671
21672 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21673
21674 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21675
21676 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21677
21678 2003-11-15 Simon Josefsson <jas@extundo.com>
21679
21680 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21681 (pgg-gpg-lookup-key): Use regexp match instead of
21682 split-string (split-string is different between emacs 21.2 and
21683 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
21684
21685 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21686
21687 * gnus-art.el (gnus-mime-view-all-parts)
21688 (gnus-article-part-wrapper, gnus-article-view-part):
21689 Use with-current-buffer.
21690
21691 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21692
21693 * spam.el (spam-disable-spam-split-during-ham-respool)
21694 (spam-spamoracle-database, spam-cache-lookups)
21695 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21696 (spam-group-ham-mark-p, spam-group-spam-mark-p)
21697 (spam-group-ham-marks, spam-group-spam-marks)
21698 (spam-group-spam-contents-p, spam-group-ham-contents-p)
21699 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21700 also add spam-use-blackholes to the statistical checks.
21701 (spam-fetch-field-fast): Add interface to fetching fields, may
21702 become a macro.
21703 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21704 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21705 (spam-insert-fake-headers): Fake an article when needed.
21706 (spam-find-spam): Fake article when possible.
21707 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21708 (spam-check-bogofilter-headers): Use message-fetch-field instead
21709 of nnmail-fetch-field.
21710
21711 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
21712
21713 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21714
21715 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21716
21717 * spam.el (spam-split): Do not require spam-use-CHECK to be
21718 enabled if that check is passed to spam-split explicitly; also
21719 fix so 'spam doesn't get converted to spam-split-group when
21720 spam-split-symbolic-return is t.
21721 (spam-find-spam): Find registrations of the article and use those
21722 instead of re-running spam-split to find the spam/ham
21723 classification of the article.
21724 (spam-log-processing-to-registry, spam-log-registered-p)
21725 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21726 Use gnus-error instead of gnus-message.
21727 (spam-log-registration-type): Add function to determine the
21728 classification of a message based on registry entries; will
21729 return nil if both 'spam and 'ham are found.
21730 (spam-check-BBDB): Expand all the BBDB macros here so we can have
21731 a reasonably fast local cache without the loading errors.
21732 (spam-cache-lookups): Set to t by default.
21733 (spam-find-spam): Don't try to guess spam-cache-lookups.
21734 (spam-enter-whitelist, spam-enter-blacklist): Clear the
21735 spam-caches entry.
21736 (spam-filelist-build-cache, spam-filelist-check-cache):
21737 Fix caching of whitelist/blacklist entries.
21738 (spam-check-whitelist, spam-check-blacklist):
21739 Invoke spam-from-listed-p with a type, not a cache variable.
21740 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21741
21742 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21743
21744 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21745
21746 * nnmail.el (nnmail-split-fancy): do.
21747
21748 * mml.el (mml-parse): do.
21749
21750 * gnus-score.el (gnus-enter-score-words-into-hashtb)
21751 (gnus-score-adaptive): do.
21752
21753 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21754
21755 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21756 (gnus-mime-button-map): Don't set keymap parent.
21757 (gnus-button-ctan-directory-regexp): Use shy grouping.
21758 (gnus-prev-page-map): Don't set keymap parent.
21759 (gnus-prev-page-map): Remove duplicated one.
21760 (gnus-next-page-map): Don't set keymap parent.
21761 (gnus-mime-security-button-map): Ditto.
21762
21763 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21764 version number.
21765
21766 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21767
21768 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21769
21770 * canlock.el (canlock-sha1-function): Remove.
21771 (canlock-sha1-function-for-verify): Remove.
21772 (canlock-openssl-program): Remove.
21773 (canlock-openssl-args): Remove.
21774 (canlock-ignore-errors): Remove.
21775 (canlock-sha1-with-openssl): Remove.
21776 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21777 (canlock-verify): Don't use canlock-ignore-errors.
21778
21779 * sha1-el.el (sha1-string-external): Make it can return a string
21780 in binary form.
21781 (sha1-region-external): Ditto.
21782 (sha1-string-internal): Ditto.
21783 (sha1-region-internal): Ditto.
21784 (sha1-region): Ditto.
21785 (sha1-string): Ditto.
21786 (sha1): Ditto.
21787
21788 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21789
21790 * spam.el (spam-report-articles-gmane): New command.
21791
21792 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21793
21794 * gnus.el: Don't make unnecessary *Group* buffer when loading.
21795
21796 * run-at-time.el (run-at-time-saved): Remove.
21797 (run-at-time): Doc fix.
21798
21799 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21800
21801 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21802 (gnus-summary-limit-map): Add it.
21803 (gnus-summary-make-menu-bar): do.
21804
21805 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
21806
21807 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21808 Make attempt at some caching support (done for BBDB only now).
21809 (spam-find-spam): Set spam-cache-lookups if there are more than 2
21810 addresses to be checked.
21811 (spam-clear-cache-BBDB): Add function, to be invoked by
21812 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21813 (spam-check-BBDB): Check and use the caches, if
21814 spam-cache-lookups is on, remove superfluous (provide).
21815
21816 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
21817
21818 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21819
21820 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
21821
21822 * run-at-time.el (run-at-time-saved): Move to after the definition
21823 of `run-at-time'.
21824
21825 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21826
21827 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21828 mm-w3m-local-map-property.
21829
21830 * mm-view.el (mm-w3m-mode-map): Remove.
21831 (mm-w3m-local-map-property): Remove.
21832 (mm-inline-text-html-render-with-w3m): Don't use
21833 mm-w3m-local-map-property.
21834
21835 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21836
21837 * run-at-time.el: New file.
21838
21839 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21840 of gnus-set-text-properties.
21841
21842 * gnus-uu.el (gnus-uu-save-article): Ditto.
21843
21844 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21845
21846 * gnus-cite.el (gnus-cite-parse): Ditto.
21847
21848 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21849 of gnus-.
21850
21851 * gnus.el: Change calls to nnheader-run-at-time and
21852 password-run-at-time throughout to use run-at-time directly.
21853
21854 * password.el: Remove definition of run-at-time.
21855
21856 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21857
21858 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21859 in prompt.
21860
21861 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21862
21863 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
21864 XEmacs version.
21865
21866 * dns.el (dns-make-network-process): Use `open-network-stream'
21867 instead of `gnus-xmas-open-network-stream'.
21868
21869 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21870
21871 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21872
21873 * gnus-art.el (gnus-mime-display-alternative)
21874 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21875 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21876 Don't use gnus-local-map-property.
21877
21878 * gnus-util.el (gnus-local-map-property): Remove.
21879
21880 * mm-view.el (mm-view-pkcs7-decrypt):
21881 Replace gnus-completing-read-maybe-default with completing-read.
21882
21883 * gnus-util.el (gnus-completing-read): do.
21884 (gnus-completing-read-maybe-default): Remove.
21885
21886 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21887
21888 * password.el: Only autoload `run-at-time' if not XEmacs.
21889 Only autoload the itimer functions if XEmacs.
21890
21891 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21892
21893 * gnus-art.el (gnus-read-string): Remove.
21894 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21895 read-string.
21896
21897 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21898
21899 * netrc.el: Autoload password-read.
21900 (netrc): Add configuration group.
21901 (netrc-encoding-method, netrc-openssl-path):
21902 Add variables for encoding and decoding of files with symmetric
21903 ciphers.
21904 (netrc-encode): Add assistant function to encode a file with
21905 netrc-encoding-method.
21906 (netrc-parse): Add interactive parameter, added optional
21907 decoding if netrc-encoding-method is non-nil but otherwise
21908 behavior is standard.
21909 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21910 Do s/encode/encrypt/ everywhere.
21911
21912 * spam.el: Remove executable-find autoload.
21913
21914 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21915
21916 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21917
21918 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21919
21920 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21921
21922 * gnus-art.el (gnus-treat-ansi-sequences)
21923 (article-treat-ansi-sequences): New variable and function.
21924 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21925
21926 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21927 Use it.
21928
21929 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21930
21931 * mm-util.el (mm-quote-arg): Remove.
21932
21933 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21934 shell-quote-argument.
21935
21936 * gnus-uu.el (gnus-uu-command): do.
21937
21938 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21939
21940 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21941 with make-char.
21942
21943 * mm-util.el (mm-make-char): Remove.
21944
21945 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21946 add-minor-mode.
21947
21948 * gnus-undo.el (gnus-undo-mode): do.
21949
21950 * gnus-topic.el (gnus-topic-mode): do.
21951
21952 * gnus-sum.el (gnus-dead-summary-mode): do.
21953
21954 * gnus-start.el (gnus-slave-mode): do.
21955
21956 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21957
21958 * gnus-ml.el (gnus-mailing-list-mode): do.
21959
21960 * gnus-gl.el (gnus-grouplens-mode): do.
21961
21962 * gnus-draft.el (gnus-draft-mode): do.
21963
21964 * gnus-dired.el (gnus-dired-mode): do.
21965
21966 * gnus-ems.el (gnus-add-minor-mode): Remove.
21967
21968 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21969 Replace gnus-char-width with char-width.
21970
21971 * gnus-ems.el (gnus-char-width): Remove.
21972
21973 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21974 Replace gnus-char-width with char-width.
21975
21976 * gnus-ems.el (gnus-char-width): Remove.
21977
21978 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21979 definition.
21980 Remove Emacs 20 hash table compatibility code.
21981
21982 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21983 20 compatibility code.
21984
21985 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21986
21987 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21988
21989 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21990 Replace with point-at-{eol,bol}.
21991
21992 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21993
21994 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21995
21996 * flow-fill.el (fill-flowed-point-at-bol)
21997 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21998
21999 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22000 Replace with point-at-{eol,bol} throughout all files.
22001
22002 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
22003
22004 * ntlm.el (ntlm-string-as-unibyte): New macro.
22005 (ntlm-build-auth-response): Use it.
22006
22007 Remove Emacs 20 stuff:
22008 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22009 of delq and copy-sequence.
22010 * gnus-art.el (popup-menu): Remove the compiler macro.
22011 * nnmail.el (nnmail-split-fancy): Don't support customizing with
22012 Emacs 20.
22013
22014 2004-01-05 Simon Josefsson <jas@extundo.com>
22015
22016 * ntlm.el: Fix namespace. Change smb-passwd-hash into
22017 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22018 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22019 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22020 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22021 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22022 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22023 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22024 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22025 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22026 ntlm-string-permute, string-lshift into ntlm-string-lshift,
22027 string-xor into ntlm-string-xor.
22028 Suggested by Jesper Harder <harder@myrealbox.com>.
22029
22030 * ntlm.el: Don't include poem.
22031
22032 * md4.el (print-int32, print-string-hexa): Remove.
22033 Suggested by Jesper Harder <harder@myrealbox.com>.
22034
22035 * sasl-ntlm.el, ntlm.el, md4.el: New files.
22036
22037 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
22038 probably breaks emacs with DL patch, but do we care? Is anyone
22039 still using the DL stuff?)
22040
22041 * sieve-manage.el: Use the password package.
22042 (sieve-manage-read-passwd): Remove.
22043 (sieve-manage-interactive-login): Use password. Re-add
22044 condition-case around loop.
22045
22046 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22047 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22048 Use the password package.
22049
22050 2003-02-19 Simon Josefsson <jas@extundo.com>
22051
22052 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22053 token.
22054
22055 2002-08-07 Simon Josefsson <jas@extundo.com>
22056
22057 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22058 (sieve-manage-authenticators):
22059 (sieve-manage-authenticator-alist): Add some SASL mechs.
22060 (sieve-sasl-auth): New function.
22061 (sieve-manage-cram-md5-auth):
22062 (sieve-manage-plain-auth): Rewrite using SASL library.
22063 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22064 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22065 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22066 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22067
22068 2004-01-05 Simon Josefsson <jas@extundo.com>
22069
22070 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22071 New files.
22072
22073 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22074
22075 * gnus-group.el (gnus-no-groups-message): Update.
22076
22077 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22078
22079 2003-11-09 Simon Josefsson <jas@extundo.com>
22080
22081 * imap.el: Support for ID IMAP extension (RFC 2971).
22082 (imap-local-variables): Add imap-id.
22083 (imap-id): New variable.
22084 (imap-id): New function.
22085 (imap-parse-response): Parse untagged ID response.
22086 * nnimap.el (nnimap-id): New variable.
22087 (nnimap-open-connection): Use it.
22088
22089 2003-12-28 Simon Josefsson <jas@extundo.com>
22090
22091 * gnus-score.el (gnus-score-edit-all-score): New.
22092 * gnus-group.el (gnus-group-score-map): Bind it to W e.
22093
22094 2004-01-04 Simon Josefsson <jas@extundo.com>
22095
22096 * password.el: Add.
22097
22098 2004-01-04 Mario Lang <lang@zid.tugraz.at>
22099
22100 * dns.el (dns-query-types): Fix typo.
22101 (dns-query-types): New function.
22102 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
22103 PTR and SOA replies, see RFC 1035.
22104
22105 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22106
22107 * gnus.el (gnus-logo-color-style): Change colors to `no'.
22108
22109 * Move to Changelog.2.
22110
22111 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22112
22113 * gnus.el (gnus-version-number): Bump version.
22114
22115 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22116
22117 * gnus.el: No Gnus v0.1 is released.
22118
22119 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22120
22121 * gnus.el: No Gnus v0.0 is released.
22122
22123 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22124
22125 * gnus.el (gnus-version-number): Bump.
22126 (gnus-version): No.
22127
22128 See ChangeLog.2 for earlier changes.
22129
22130 Copyright (C) 2004-2011 Free Software Foundation, Inc.
22131
22132 This file is part of GNU Emacs.
22133
22134 GNU Emacs is free software: you can redistribute it and/or modify
22135 it under the terms of the GNU General Public License as published by
22136 the Free Software Foundation, either version 3 of the License, or
22137 (at your option) any later version.
22138
22139 GNU Emacs is distributed in the hope that it will be useful,
22140 but WITHOUT ANY WARRANTY; without even the implied warranty of
22141 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22142 GNU General Public License for more details.
22143
22144 You should have received a copy of the GNU General Public License
22145 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22146
22147 ;; Local Variables:
22148 ;; coding: utf-8
22149 ;; fill-column: 79
22150 ;; add-log-time-zone-rule: t
22151 ;; End: