Fix ChangeLog attribution.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-10-20 Chong Yidong <cyd@gnu.org>
2
3 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4 calling a minor mode from Lisp with nil arg enables it, so we have to
5 make the working a bit ambiguous here).
6
7 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
8
9 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
10 * nnir.el (nnir-mode): Use it.
11 * nnmairix.el (nnmairix-determine-original-group-from-registry):
12 Use it.
13
14 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
15 * nnmairix.el (gnus-registry-enabled): Ditto.
16
17 2011-10-17 Dave Abrahams <dave@boostpro.com>
18
19 * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
20 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
21 only while we need to find out if it should be t or nil.
22 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
23 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
24 the registry is installed. Set it to nil when it's unloaded.
25 (gnus-registry-install-p): Provide user guidance for the initial value
26 of `gnus-registry-install' when it's 'ask, otherwise return its value.
27 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
28 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
29 * nnmairix.el (nnmairix-determine-original-group-from-registry):
30 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
31 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
32 `gnus-registry-install'.
33
34 2011-10-17 Daiki Ueno <ueno@unixuser.org>
35
36 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
37 previous change.
38 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
39 primary key is marked as disabled.
40
41 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
42
43 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
44 primary key is marked as disabled.
45
46 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
47
48 * html2text.el (html2text-clean-anchor): Check for quotes around
49 `href' value.
50
51 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
52
53 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
54 searching. Drop `bbdb-cache'.
55
56 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
57
58 * message.el (message-signed-or-encrypted-p): Exclude header when
59 checking if there is signed or encrypted body in text/plain message.
60
61 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
62
63 * html2text.el (html2text-get-attr): Correctly handle attribute values
64 containing "=".
65
66 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
67
68 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
69 handle bindings.
70
71 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
72
73 * gnus-win.el (gnus-configure-windows): Protect against reading
74 ephemeral groups outside of Gnus.
75
76 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
77
78 * shr.el (shr-tag-img): Don't get images displayed in tables.
79
80 2011-10-03 Glenn Morris <rgm@gnu.org>
81
82 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
83 the "maintainer" version of debbugs.gnu.org reports.
84
85 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
86
87 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
88 make asynchronous adjacent image insertion work better.
89
90 2011-09-27 Daiki Ueno <ueno@unixuser.org>
91
92 * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
93 documentation.
94
95 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
96
97 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
98 `gnus-asynchronous' isn't shadowed.
99
100 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
101
102 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
103 (nnimap-insert-partial-structure): The charset parameter isn't
104 case-sensitive.
105
106 * nnheader.el (nnheader-message-maybe): New function.
107
108 * shr.el (shr-tag-table): Render totally broken tables better.
109
110 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
111 computing the boundary.
112
113 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
114
115 * pop3.el (pop3-number-of-responses): Remove.
116 (pop3-wait-for-messages): Rewrite to take linear time instead of
117 exponential time.
118
119 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
120
121 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
122 re-fetch images.
123
124 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
125 re-fetch images when hitting `g' in Gnus.
126
127 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
128
129 * mml.el (mml-inhibit-compute-boundary): New internal variable.
130 (mml-compute-boundary): Don't check collision if it is non-nil.
131 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
132 before checking collision.
133
134 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
135
136 * message.el (message-indent-citation): Really make sure there's a
137 newline at the end.
138
139 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
140 Fix suggested by John Wiegley.
141
142 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
143
144 * gnus-art.el (gnus-treat-hide-citation): Add doc.
145
146 * message.el (message-default-send-rename-function): Break out into its
147 own function.
148
149 * ecomplete.el (ecomplete-display-matches): Revert patch since it
150 doesn't work under XEmacs.
151
152 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
153 of "imaps" to word around Windows problems.
154 (nnimap-open-connection-1): Use it.
155
156 * message.el (message-indent-citation): Revert last change which made
157 `F' not work.
158
159 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
160
161 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
162 terminal as well.
163
164 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
165
166 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
167 because it displays images using overlays that aren't easy to copy to
168 the article buffer.
169
170 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
171
172 * message.el (message-indent-citation): Fix empty line removal at the
173 end of the citation.
174
175 2011-09-20 Julien Danjou <julien@danjou.info>
176
177 * auth-source.el (auth-source-netrc-create): Use default value for
178 password if specified. Evaluate default.
179 (auth-source-plstore-create): Ditto.
180 (auth-source-plstore-create, auth-source-netrc-create): Fix default
181 value evaluation.
182 (auth-source-netrc-create): Typo fix.
183 (auth-source-plstore-create): Ditto.
184
185 * auth-source.el (auth-source-format-cache-entry): New function.
186
187 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
188
189 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
190
191 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
192
193 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
194
195 2011-09-19 Julien Danjou <julien@danjou.info>
196
197 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
198 which work with things that are not ASCII.
199
200 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
203
204 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
205
206 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
207 message level.
208
209 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
210
211 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
212
213 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
214
215 * gnus.el (gnus-interactive-exit): Update defcustom spec.
216
217 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
220 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
221
222 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
223
224 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
225 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
226 articles.
227
228 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
229
230 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
231 (message-mail-other-window, message-mail-other-frame)
232 (message-news-other-window, message-news-other-frame):
233 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
234 instead of setting buffer display varibles.
235
236 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
237
238 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
239
240 * gnus-sum.el (gnus-fetch-headers): Bump message level.
241
242 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
243
244 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
245 duplicates" to a higher level.
246
247 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
248 most egregious messages.
249
250 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
251
252 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
253
254 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
255
256 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
257 up the file (bug#9351).
258
259 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
260
261 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
262 it does with all other backends, but decode the names immediately after
263 getting them.
264
265 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
266 decoding nnimap groups.
267
268 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
269 newsrc file. It doesn't seem like an important optimisation any more.
270
271 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change)
272
273 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
274 overflows.
275
276 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
277
278 * gnus.el (gnus-article-mark-lists): Remove `recent'.
279 (gnus-interactive-exit): Extend to `quiet'.
280
281 * gnus-sum.el (gnus-offer-save-summaries): Use it.
282
283 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
284 string.
285
286 * plstore.el (plstore--get-buffer): Silence compiler warnings by
287 renaming function arguments from `this'.
288
289 * gnus-sum.el (gnus-newsgroup-recent): Remove.
290
291 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
292 has been renamed.
293 (gnus-lrm-string-p): Include RLM and PDF, too.
294
295 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
296 (bug#9225).
297
298 2011-09-10 Eli Zaretskii <eliz@gnu.org>
299
300 Add autoload cookies for functions used by sendmail.el.
301 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
302
303 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
304
305 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
306
307 * gnus-art.el (article-date-ut): Work properly even when there are
308 things like Date header in the body; work for forwarded parts.
309
310 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
311
312 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
313 original-article-buffer.
314
315 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
316
317 * nnir.el (nnir-compose-result): Fix matching of server type.
318 (nnir-run-swish++): Ditto.
319 (nnir-run-namazu): Ditto.
320 (nnir-run-notmuch): Ditto.
321
322 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
323
324 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
325 (bug#9405).
326
327 * gnus-score.el (gnus-summary-increase-score): Doc clarification
328 (bug#9421).
329
330 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
331 (bug#9425).
332
333 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
334 thing (bug#9426).
335
336 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
337
338 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
339 the error message.
340
341 2011-09-02 Eli Zaretskii <eliz@gnu.org>
342
343 * message.el (message-setup-1): Return t (Bug#9392).
344
345 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
346
347 * gnus-sum.el: When adding article headers to a summary buffer also
348 update gnus-newsgroup-articles (bug#9386).
349
350 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
351
352 * auth-source.el: Autoload help-mode.
353
354 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
355
356 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
357 names.
358
359 2011-08-27 Daiki Ueno <ueno@unixuser.org>
360
361 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
362 mm-replace-in-string for compatibility issues.
363 * mml2015.el (mml2015-epg-verify): Ditto.
364
365 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
366
367 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
368
369 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
370
371 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
372
373 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
374 continue on and do the clean-up phase (bug#9188).
375
376 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
377 just ignore groups that can't be opened instead of erroring out
378 (bug#9225).
379
380 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
381 nil since some many people are fuddy-duddies.
382
383 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
384 images.
385
386 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
387 instead.
388
389 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
390
391 * gnus-util.el (gnus-process-live-p): Copy over compat function.
392
393 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
394 processing.
395
396 * nntp.el (nntp-kill-buffer): Kill the process before killing the
397 buffer to avoid warnings.
398
399 2011-08-20 Simon Josefsson <simon@josefsson.org>
400
401 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
402 specified to reduce precision.
403
404 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
405
406 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
407 bodystructures (bug#9314).
408
409 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
410
411 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
412 Make button keymap non-sticky after buttons.
413
414 2011-08-18 David Engster <dengste@eml.cc>
415
416 * nnmairix.el (nnmairix-request-set-mark)
417 (nnmairix-goto-original-article): Remove adding of article to registry,
418 since `gnus-registry-add-group' isn't available anymore.
419 (nnmairix-determine-original-group-from-registry):
420 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
421 available anymore.
422
423 2011-08-12 Simon Josefsson <simon@josefsson.org>
424
425 * starttls.el (starttls-any-program-available): Define as obsolete
426 function.
427
428 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
429
430 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
431 versions which Gnus use when appropriate.
432
433 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
434 a pretty destructive command.
435
436 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
437
438 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
439
440 * message.el (message-fix-before-sending): Make a different warning
441 about NUL characters (bug#9270).
442
443 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
444 from custom (bug#9260).
445
446 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
447 things work in Emacs 22 and XEmacs, too.
448
449 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
450 default From.
451
452 * gnus-spec.el (gnus-lrm-string-p): New macro.
453 (gnus-lrm-string): New constant.
454 (gnus-summary-line-format-spec): LRM-ify the from.
455 (gnus-tilde-max-form): LRM-ify string chopping.
456
457 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
458
459 * message.el (message-is-yours-p): Allow disabling canlock checking
460 (bug#9295).
461 (message-shoot-gnksa-feet): Add `canlock-verify'.
462 (message-auto-save-directory): Use ~/ as the auto-save directory if the
463 message directory isn't writable (bug#9304).
464
465 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
466 non-world-readable.
467
468 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
469
470 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
471 articles.
472
473 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
474
475 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
476 copy-list.
477
478 2011-08-12 Sam Steingold <sds@gnu.org>
479
480 * gnus-score.el (gnus-score-find-alist): Keep the score files already
481 in the reverse order to avoid modifying the cache with `nreverse'.
482 (gnus-all-score-files): Do not modify the value returned by
483 `gnus-score-find-alist' because it lives in a cache variable.
484 (gnus-current-home-score-file): No need to `nreverse' the return value
485 of `gnus-score-find-alist', it is already in the correct order.
486
487 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
488
489 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
490 type MESSAGE and subtype RFC822 is slightly different from those of
491 type TEXT.
492
493 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
494
495 * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
496 allows article-referral to work from an nnir group.
497
498 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
499
500 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
501
502 2011-08-04 Daiki Ueno <ueno@unixuser.org>
503
504 * mml1991.el (mml1991-epg-find-usable-key)
505 (mml1991-epg-find-usable-secret-key): New function.
506 (mml1991-epg-sign): Check if signing key is usable.
507 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
508
509 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
510
511 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
512 server-variables only. This should fix a bug introduced with commit
513 e1889675b7f4adf057833c5513c9374134c4e053.
514 (nnir-run-query): 'nnir-search-engine should not be set from the global
515 environment.
516
517 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
518
519 * nnir.el (nnir-search-thread): Position point on referring article
520 line.
521 (nnir-warp-to-article): Clean up summary buffers.
522
523 * nnimap.el (nnimap-request-thread): Whitespace fix.
524
525 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
526
527 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
528
529 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * starttls.el (starttls-available-p): Rename from
532 `starttls-any-program-available' and changed return convention.
533
534 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
535
536 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
537 `unix-sync' unless it's defined.
538
539 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
540
541 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
542 `aref' for XEmacs compatibiltiy.
543
544 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
545
546 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
547
548 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change)
549
550 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
551 closures, quote the form properly (bug#9194).
552
553 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
554
555 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
556 (gnus-summary-insert-new-articles): Protect against servers that are
557 down.
558
559 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
560
561 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
562 in mm handle if none is specified.
563
564 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
565
566 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
567
568 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
569
570 * nnir.el (nnir-search-thread): New function to make an nnir group
571 based on a thread query.
572
573 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
574 of nnir in thread referral.
575 (gnus-summary-refer-thread): Use it.
576
577 * nnimap.el (nnimap-request-thread): Use it.
578
579 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
580
581 * shr.el (shr-tag-comment): Ignore HTML comments.
582
583 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
584
585 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
586 argument.
587 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
588 Use `nnir-address' to handle server info rather than passing an arg.
589
590 * nnimap.el (nnimap-make-thread-query): New utility function to format
591 an imap thread search query.
592 (nnimap-request-thread): Use it.
593
594 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
595 right select-method if we are not going back to the group buffer.
596
597 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
598
599 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
600 enter invalid buffer configurations into the quit form (bug#9107).
601 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
602 unplugged/plugged.
603
604 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
605 keep track of which ones are unread (bug#9061).
606
607 * gnus.el (gnus-refer-article-method): Allow entering any sexp
608 (bug#9055).
609
610 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
611 (bug#9041).
612
613 * gnus-html.el (mm-util): Require (bug#9073).
614
615 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
616 (gnus-summary-refer-thread): Use it to remove duplicates in the
617 un-threaded view (bug#9053).
618 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
619
620 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
621
622 * nnir.el (nnir-read-server-parm): Use default value from global
623 variable. Without this the default search engine parameters aren't
624 used at all.
625
626 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
627
628 * message.el (message-unique-id): Don't use the undocumented return
629 value from (random t) (bug#9118).
630
631 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
632
633 * message.el (message-auto-save-directory): If the ~/Mail directory
634 doesn't exist, use ~ as the auto-save directory (bug#4432).
635
636 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
637 hasn't already been started.
638
639 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
640
641 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
642
643 * message.el (message-reply): Work around mysterious bug where
644 `message-mode' seems to overwrite the locally bound `subject' variable.
645
646 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
647
648 * nnimap.el (nnimap-request-thread): Ensure search is performed in
649 correct group.
650
651 * gnus-int.el (gnus-request-thread): Add group argument.
652
653 * gnus-sum.el (gnus-summary-refer-thread): Use it.
654
655 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
656
657 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
658 renamed to `debbugs-gnu-*'.
659
660 2011-07-08 Daiki Ueno <ueno@unixuser.org>
661
662 * plstore.el: Revert the editing feature since it is not urgent.
663 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
664 (plstore-mode-decoded): Remove.
665
666 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
667
668 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
669 isn't very interesting any more, and it leaks potentially secret data.
670 (gnus-debug): Remove.
671
672 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
673 use of :custom-show.
674
675 2011-07-07 Daiki Ueno <ueno@unixuser.org>
676
677 * plstore.el: Add documentation.
678 (plstore-mode): New mode to edit plstore file.
679 (plstore-mode-toggle-display, plstore-mode-original)
680 (plstore-mode-decoded): New command.
681 (plstore--encode, plstore--decode, plstore--write-contents-functions)
682 (plstore--insert-buffer, plstore--make): New function.
683 (plstore-open, plstore-save): Simplify by using them.
684
685 2011-07-06 Glenn Morris <rgm@gnu.org>
686
687 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
688
689 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
690
691 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
692 no longer is much used.
693 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
694 Articles".
695
696 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
697
698 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
699 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
700 `notmuch' backend.
701
702 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
703
704 * mm-decode.el (mm-text-html-renderer): Doc fix.
705
706 * gnus-msg.el (gnus-bug): Fix the MML tag.
707
708 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
709
710 2011-07-05 Daiki Ueno <ueno@unixuser.org>
711
712 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
713 secondary methods if started with `gnus-no-server'.
714
715 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
716
717 * message.el (message-return-action): Fix typo in docstring.
718
719 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
720
721 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
722 bug reports at once.
723
724 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
725
726 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
727
728 * nndraft.el: Require gnus-group.
729 (nndraft-request-list): Declare.
730
731 * nndraft.el (nndraft-update-unread-articles): Don't show group having
732 no unread article unless it matches gnus-permanently-visible-groups.
733
734 * nndraft.el (nndraft-update-unread-articles): New function.
735 (nndraft-request-associate-buffer): Use it to update the number of
736 unread articles for the nndraft groups in the group buffer when saving
737 or killing a draft message.
738
739 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
740
741 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
742 systems to binary before writing and reading the mbox files.
743
744 * gnus.el (gnus-summary-line-format): Link to the info node for %U
745 instead of trying to list them all (bug#8978).
746
747 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
748
749 * pop3.el (pop3-open-server): Use :end-of-capability.
750
751 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
752
753 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
754 the id is always a number.
755
756 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
757 debbugs mode, if possible.
758
759 2011-07-02 Daiki Ueno <ueno@unixuser.org>
760
761 * auth-source.el (auth-source-token-passphrase-callback-function):
762 Reindent.
763 (epg-context-operation): Remove unnecessary autoload.
764
765 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
766
767 * gnus.el (gnus-list-debbugs): New command.
768
769 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
770 mboxstat instead of the maintbox, since the stat seems to be fuller.
771
772 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
773 summary buffers.
774
775 * message.el (message-get-reply-headers): Delete all duplicates,
776 instead of the first.
777 (message-get-reply-headers): Ensure that we have progress while
778 deleting duplicates.
779
780 * gnus-msg.el (gnus-configure-posting-styles): Get the local
781 gnus-posting-style value from the summary buffer to make it easier to
782 make that a per-buffer conf.
783
784 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
785
786 * nnir.el (nnir-run-imap): Allow halting a search when an article is
787 found by setting `shortcut' in 'query.
788 (nnir-request-article): Use `shortcut' setting when requesting article
789 by Message-ID.
790
791 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
792
793 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
794 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
795 Bring the pseudo-headers back too.
796
797 2011-07-01 Daiki Ueno <ueno@unixuser.org>
798
799 * auth-source.el (auth-source-token-passphrase-callback-function):
800 Simplify and remove EPA dependency.
801
802 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
803
804 * nnir.el (nnir-request-article): Fix error message text.
805
806 2011-07-01 Daiki Ueno <ueno@unixuser.org>
807
808 * auth-source.el (plstore-delete): Autoload.
809 (auth-source-plstore-search): Support delete operation.
810 * plstore.el (plstore-delete): New function.
811
812 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
813
814 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
815 mark actually existing articles as unread rather than the ones that
816 active asserts.
817
818 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
819
820 * nntp.el (nntp-record-command):
821 * gnus-util.el (gnus-message-with-timestamp-1):
822 Use format-time-string rather than decoding time stamps by hand.
823 This is simpler and insulates the code from potential changes to
824 current-time format.
825
826 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
827
828 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
829
830 2011-07-01 Daiki Ueno <ueno@unixuser.org>
831
832 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
833 (plstore-save): Support public key encryption.
834 (plstore--init-from-buffer): New function.
835 (plstore-open): Use it; fix error when opening a non-existent file.
836 (plstore-revert): Use plstore--init-from-buffer.
837
838 2011-07-01 Daiki Ueno <ueno@unixuser.org>
839
840 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
841
842 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
843
844 * mml2015.el (mml2015-use): Replace string-match-p with string-match
845 for old Emacsen.
846
847 2011-06-30 Daiki Ueno <ueno@unixuser.org>
848
849 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
850 is not fully working.
851
852 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
853
854 * dgnushack.el: Autoload sha1 on XEmacs.
855
856 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
857 quit window configuration.
858
859 * auth-source.el (epg-context-set-passphrase-callback):
860 Remove duplicate autoload.
861
862 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
863
864 * nnir.el (nnir-request-article): Allow requesting articles by
865 Message-ID with nnimap.
866
867 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
868 current server.
869
870 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
871
872 * auth-source.el: Autoload EPA/EPG functions.
873 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
874 changed when EPA/EPG is not available.
875 (auth-source-backend): Rename "arg" member to "data".
876 (auth-source-backend-parse, auth-source-plstore-search)
877 (auth-source-plstore-create): Use it.
878
879 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
880
881 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
882 `gnus-refer-article-methods'.
883
884 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
885
886 * auth-source.el: Require EPA and EPG.
887 (auth-source-passphrase-alist): New variable.
888 (auth-source-passphrase-callback-function)
889 (auth-source-token-passphrase-callback-function): Callbacks for the
890 netrc field encryption (GPG tokens).
891 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
892 Symmetric encryption and decryption of the netrc GPG tokens.
893 (auth-source-netrc-normalize): Use them, simplifying the closure.
894
895 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
896
897 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
898 non-nil, and `nnimap-split-methods' is nil, use the former.
899
900 2011-06-30 Daiki Ueno <ueno@unixuser.org>
901
902 * plstore.el (plstore-revert): New function.
903 (plstore-open): Use it; hide the buffer from user.
904
905 2011-06-30 Daiki Ueno <ueno@unixuser.org>
906
907 * auth-source.el (auth-source-backend): New member "arg".
908 (auth-source-backend-parse): Handle new backend 'plstore.
909 * plstore.el: New file.
910
911 2011-06-30 Glenn Morris <rgm@gnu.org>
912
913 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
914
915 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
916
917 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
918
919 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
920 expiring articles to.
921
922 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
923 variations as ASCII (bug#5458).
924
925 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
926
927 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
928
929 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
930
931 * message.el (message-point-in-header-p): Tweak the function to default
932 to saying that we're not in the headers if there is no separator at
933 all. This makes it possible to use the Message version of `M-q' in
934 buffers with no headers (bug#7987).
935 (message-point-in-header-p): Fix last checkin to work with an empty
936 mail-header-separator, too.
937
938 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
939 again, save the choice via customize.
940
941 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
942
943 * message.el (message-send-mail-function): Add `sendmail-query-once'.
944
945 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
946 ended the connection, bail out before waiting infinitely on a new
947 connection.
948
949 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
950
951 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
952 reports.
953
954 * gnus.el (gnus-bug-package): Use "gnus."
955 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
956
957 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
958
959 * gnus-art.el (gnus-article-stop-animations): New function to stop any
960 animations going on at article exit time.
961
962 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
963 since removing it breaks people upgrading.
964
965 * shr.el (shr-put-image): Use the new interface for animating images.
966 (shr-put-image): Animate for 60 seconds.
967
968 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
969 error with `find-file-hooks' on Emacs 22.
970 (with-auth-source-epa-overrides): Ugly hack to Wrap the
971 `find-file-hook' things in `symbol-value' to avoid compilation warnings
972 on all architectures.
973
974 * spam.el (spam-stat): Require in a normal fashion without binding
975 `spam-stat-install-hooks' to avoid compilation warnings.
976
977 * spam-stat.el (spam-stat-install-hooks): Remove.
978 (spam-stat-install-hooks): Don't run automatically.
979
980 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
981
982 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
983 and keystroke.
984
985 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
986
987 * auth-source.el (auth-source-netrc-cache): Move forward.
988
989 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
990
991 * auth-source.el (auth-source-netrc-create): Don't query the bits that
992 we already know.
993 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
994 (auth-source-netrc-create): Don't prompt for the stuff we already know.
995
996 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
997
998 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
999 %S format, since that looks odd.
1000 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1001 file, especially when saving.
1002
1003 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
1004
1005 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1006 article found.
1007
1008 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1009
1010 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1011 `auth-source-save-secrets' with a more sensitive alist that can be
1012 configured per file. Experimental, so defaults to 'never.
1013 (auth-source-netrc-create): Use it. Still experimental code.
1014 (with-auth-source-epa-overrides): Use `find-file-hooks' if
1015 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
1016
1017 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
1018
1019 * auth-source.el (auth-source-save-secrets): New variable to control if
1020 secret tokens should be saved encrypted.
1021 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1022 to `auth-source-netrc-normalize'.
1023 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
1024 on the EPA variables being defined.
1025 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1026 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1027 the lexical-let closure.
1028 (auth-source-netrc-create): Create "gpg:" tokens according to
1029 `auth-source-save-secrets'.
1030
1031 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1032
1033 * gnus-group.el (gnus-group-update-group): Add new argument
1034 `info-unchanged' that stops updating dribble buffer.
1035
1036 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1037 deletes lines matching to it in dribble buffer.
1038
1039 * gnus-agent.el (gnus-agent-fetch-group-1):
1040 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1041 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1042 * gnus-start.el (gnus-group-change-level):
1043 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1044
1045 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1046 if newsgroup info is not changed.
1047
1048 * gnus-group.el (gnus-group-get-new-news-this-group):
1049 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1050 Don't update dribble buffer.
1051
1052 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
1053
1054 * gnus-registry.el (gnus-registry-remove-ignored): New function to
1055 remove entries with groups we ignore.
1056
1057 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1058
1059 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1060 the underline comes at the bottom.
1061
1062 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1063
1064 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1065 `gnus-registry-user-format-function-M' and declare the latter obsolete.
1066 (gnus-registry-article-marks-to-names): Rename from
1067 `gnus-registry-user-format-function-M2'.
1068
1069 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1072 ephemeral group.
1073
1074 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1075
1076 * shr.el (shr-browse-image): Copy the URL if called interactively.
1077
1078 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1079
1080 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1081 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
1082 done, then unselected articles may be marked as read.
1083
1084 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1085 since not doing this seems to lead to a race condition in pop3-logon.
1086
1087 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1088 so that the call chain it correct when we call "upwards".
1089
1090 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1091 in read-only groups.
1092
1093 * gnus-group.el (gnus-group-mark-article-read): Ditto.
1094
1095 * message.el (message-cite-reply-position): Doc string fix.
1096
1097 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1098 avoid regexp overflow.
1099 (nnimap-transform-split-mail): Ditto.
1100
1101 * pop3.el (pop3-retr): Error out if the server closes the connection.
1102
1103 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1106 mm-with-unibyte-current-buffer. The buffer should not contain any
1107 multibyte chars anyway at this stage.
1108
1109 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1110
1111 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1112 at the end of lines.
1113
1114 2011-05-29 Julien Danjou <julien@danjou.info>
1115
1116 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1117
1118 2011-05-27 Glenn Morris <rgm@gnu.org>
1119
1120 * gnus-group.el (gnus-bug-group-download-format-alist):
1121 Use the "maintainer" version of debian reports as well.
1122
1123 2011-05-26 Glenn Morris <rgm@gnu.org>
1124
1125 * gnus-group.el (gnus-bug-group-download-format-alist):
1126 Use the "maintainer" version of debbugs.gnu.org reports.
1127
1128 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1129
1130 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1131
1132 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1133
1134 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1135 the thread moves us backwards and so we loop forever.
1136
1137 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
1138
1139 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1140 whitespace in base64 data lines.
1141
1142 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1143
1144 * gnus-registry.el (gnus-registry-user-format-function-M):
1145 Use `mapconcat'.
1146 (gnus-registry-user-format-function-M2): Use to see the full text of
1147 the marks. Make "," the mark text separator.
1148
1149 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1150 authentication with auth-source.
1151
1152 2011-05-17 Glenn Morris <rgm@gnu.org>
1153
1154 * gnus-group.el (gnus-import-other-newsrc-file):
1155 Use insert-file-contents.
1156
1157 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
1158
1159 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1160 1000 iterations.
1161
1162 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1163
1164 * nntp.el (nntp-open-connection): Check if process-type is available.
1165
1166 2011-05-16 Julien Danjou <julien@danjou.info>
1167
1168 * shr.el (shr-tag-del): Add support for del tag.
1169
1170 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1171
1172 * gnus-html.el (gnus-html-put-image): Register a displayer.
1173
1174 * shr.el (shr-image-displayer): Don't remove text props from alt text.
1175
1176 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
1177
1178 * registry.el (prune-factor): New initialization parameter defaulting
1179 to 0.1.
1180 (registry-prune-hard): Use it.
1181
1182 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1183 0.1 expicitly.
1184
1185 2011-05-13 Glenn Morris <rgm@gnu.org>
1186
1187 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1188 is bound, since this function requires sendmail.
1189
1190 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1191
1192 * registry.el (registry-usage-test): Disable pruning test.
1193
1194 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
1195
1196 * registry.el (registry-prune-hard-candidates)
1197 (registry-prune-soft-candidates): Helper methods for registry pruning.
1198 (registry-prune): Use them. Make the sort function optional.
1199
1200 2011-05-10 Jim Meyering <meyering@redhat.com>
1201
1202 * shr.el (shr-colorize-region): Fix typo "on on -> on".
1203
1204 2011-05-10 Julien Danjou <julien@danjou.info>
1205
1206 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1207 symbol and not a list.
1208
1209 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1210
1211 * gnus-art.el (gnus-article-mode): Move binding of
1212 shr-put-image-function here from gnus-article-prepare-display.
1213
1214 * shr.el (shr-put-image-function): New variable.
1215 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1216 (shr-put-image): Return scaled image.
1217
1218 * gnus-art.el (gnus-shr-put-image): New function.
1219 (gnus-article-prepare-display): Bind shr-put-image-function to it.
1220
1221 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1222 original ones, as deletable.
1223
1224 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * nntp.el (nntp-open-connection): Set TCP keepalive option.
1227
1228 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1229
1230 * registry.el (registry-full): Add convenience method. Fix logic.
1231 (registry-insert): Use it. Fix logic here too.
1232
1233 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1234 `registry-prune' if `registry-full' returns t.
1235 (gnus-registry-handle-action)
1236 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1237 (gnus-registry-usage-test): Use it.
1238
1239 2011-05-07 Julien Danjou <julien@danjou.info>
1240
1241 * shr.el (shr-link): Make shr-link inherit from link by default.
1242
1243 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
1244
1245 * shr.el (shr-urlify, shr-link): Fix shr-link face.
1246
1247 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1248
1249 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1250 error out because the face is not a list.
1251
1252 2011-05-05 Glenn Morris <rgm@gnu.org>
1253
1254 * gnus-start.el (gnus-propagate-marks): Declare.
1255
1256 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
1257
1258 * registry.el (registry-reindex): Fix percentage message.
1259
1260 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1261
1262 * shr.el: Add shr-link face for links.
1263 (shr-urlify): Use it.
1264
1265 * registry.el (registry-insert): Make error message more helpful.
1266
1267 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1268
1269 * gnus-html.el (gnus-html-schedule-image-fetching):
1270 Use url-queue-retrieve, if it exists.
1271
1272 * shr.el (shr-tag-img): Ditto.
1273
1274 * gnus.el: Autoload more gnus-agent functions.
1275
1276 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1277 agent if we haven't already (bug#8502).
1278
1279 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1280 into the Agent, too.
1281
1282 * gnus-agent.el (gnus-agent-store-article): New function.
1283
1284 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1285 and moved from that file for reuse.
1286
1287 * pop3.el (pop3-open-server): Error messages are "-ERR".
1288
1289 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1290
1291 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1292 (open-tls-stream): Remove superfluous tls/starttls autoloads.
1293
1294 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1297 buffer has moved to a different frame.
1298
1299 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1300
1301 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1302 to get the conversion from unibyte to multibyte buffers to work on
1303 Emacs 22.
1304
1305 * nntp.el (nntp-request-article): Slight clean-up.
1306
1307 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1308
1309 * shr.el (shr-strike-through): New face.
1310 (shr-tag-s): Use it to provide <s> support.
1311 (shr-tag-s): Remove duplicate definition.
1312
1313 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1314
1315 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1316 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1317
1318 2011-04-23 Glenn Morris <rgm@gnu.org>
1319
1320 * gnus-sum.el (gnus-extra-headers): Bump :version.
1321
1322 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1323
1324 * shr.el (shr-tag-sup): New function.
1325 (shr-tag-sub): Ditto.
1326
1327 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
1328
1329 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1330 for the case where `gnus-registry-ignored-groups' is a list of lists,
1331 and don't call `gnus-parameter-registry-ignore' otherwise.
1332
1333 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1334
1335 * nnimap.el (nnimap-user): New backend variable.
1336 (nnimap-open-connection-1): Use it.
1337 (nnimap-credentials): Accept user parameter so it's explicit what user
1338 name is desired.
1339
1340 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1341 default.
1342
1343 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1344 not gnus-registry.el.
1345
1346 * gnus-registry.el: Mention in comments how to modify
1347 `gnus-extra-headers' for proper recipient tracking and that it may
1348 already have To and Cc recently, which it does as of this commit.
1349 (gnus-registry-ignored-groups): Remove defcustom.
1350 Explain why in comments.
1351 (gnus-registry-action): Fix data-header reference to use the extra
1352 headers. Explain in package commentary how to add To and Cc headers to
1353 the gnus-extra-headers.
1354 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1355 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1356 parameter list or a string list in `gnus-registry-ignored-groups'.
1357 Fix logic error.
1358
1359 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1360
1361 * shr.el (shr-expand-url): Protect against null urls.
1362
1363 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1364
1365 * shr.el (shr-base): New binding.
1366 (shr-tag-base): Keep track of <base>.
1367 (shr-expand-url): New function used throughout.
1368
1369 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
1370
1371 * gnus-registry.el
1372 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1373 (gnus-registry-ignored-groups): New variable.
1374 (gnus-registry-ignore-group-p): Use it.
1375 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1376 set the destination group to nil (same as delete) if it's ignored.
1377
1378 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1379
1380 * gnus-registry.el (gnus-registry-action)
1381 (gnus-registry-fetch-header-fast):
1382 Don't use mail-header that looks an internal function of mailheader.el.
1383
1384 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
1385
1386 * gnus-registry.el: Eliminate cl functions.
1387 (gnus-registry-sort-addresses): New function that replaces mapcan.
1388 (gnus-registry-action, gnus-registry-spool-action)
1389 (gnus-registry-split-fancy-with-parent)
1390 (gnus-registry-fetch-recipients-fast): Use it.
1391 (gnus-registry-import-eld): Replace delete* with dolist + delq.
1392
1393 * registry.el (initialize-instance, registry-lookup)
1394 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1395 (registry-lookup-secondary-value, registry-search, registry-delete)
1396 (registry-insert, registry-reindex, registry-size, registry-prune):
1397 Use eval-and-compile.
1398
1399 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
1400
1401 * registry.el (registry-reindex): New method to recreate the secondary
1402 registry indices.
1403
1404 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1405 tracked field changes.
1406 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1407 (gnus-registry-action, gnus-registry-spool-action)
1408 (gnus-registry-handle-action)
1409 (gnus-registry--split-fancy-with-parent-internal)
1410 (gnus-registry-split-fancy-with-parent)
1411 (gnus-registry-register-message-ids): Add recipient tracking on spool,
1412 move, and delete actions, and for fancy splitting with parent.
1413 (gnus-registry-extract-addresses)
1414 (gnus-registry-fetch-recipients-fast)
1415 (gnus-registry-fetch-header-fast): Convenience functions.
1416 (gnus-registry-misc-test): ERT test of
1417 `gnus-registry-extract-addresses'.
1418
1419 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
1420
1421 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1422 Track by subject first, then sender.
1423
1424 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1427
1428 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1429 Lisp.
1430
1431 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1432 (gnus-draft-send): Use it to avoid popping
1433 up frames from gnus-group-send-queue.
1434
1435 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1436
1437 * gnus-registry.el: Updated gnus-registry docs.
1438
1439 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
1440
1441 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1442 Fix logic bug.
1443 (gnus-registry-post-process-groups): Fix logging of no results and
1444 quote sender and subject.
1445
1446 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1449 (gnus-read-active-for-groups): Don't try to finish getting stuff where
1450 we had no early-data returned.
1451 (gnus-get-unread-articles): Add a sanity check so that we don't issue
1452 two async commands to the same server at the same time.
1453
1454 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
1455
1456 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1457
1458 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1459
1460 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1461 "warning" level.
1462
1463 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1464 (mm-url-insert-file-contents): Don't set the package names.
1465
1466 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
1467
1468 * gnus-registry.el (gnus-registry-action): Remove properties and
1469 simplify subject in `gnus-registry-handle-action'.
1470 (gnus-registry-spool-action): Get subject and sender from message if
1471 they are not passed in.
1472 (gnus-registry-handle-action): Remove properties and simplify subject
1473 consistently.
1474
1475 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * registry.el: Require CL before using defmacro*.
1478
1479 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
1480
1481 * gnus-art.el (article-treat-date): Assume that
1482 gnus-article-date-headers may be a group parameter.
1483
1484 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
1485
1486 * gnus-registry.el (gnus-registry-handle-action): More debugging.
1487
1488 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1489 interactively so the newsrc file can contain foreign groups too.
1490 Useful for debugging but not much for users.
1491
1492 2011-04-07 David Engster <dengste@eml.cc>
1493
1494 * registry.el (registry-usage-test): Only do
1495 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1496 lexical binding.
1497
1498 2011-04-06 David Engster <dengste@eml.cc>
1499
1500 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1501 argument NOERROR for `require', since XEmacs 21.4 does not support it.
1502
1503 2011-04-06 David Engster <dengste@eml.cc>
1504
1505 * registry.el (initialize-instance): Change :after to :AFTER to be
1506 compatible with old EIEIO version in XEmacs.
1507
1508 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1509
1510 * gnus-registry.el (gnus-registry-post-process-groups)
1511 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1512 and provide better messaging.
1513
1514 2011-04-06 David Engster <dengste@eml.cc>
1515
1516 * Makefile.in (fail-on-warning): New rule to compile with warnings as
1517 errors.
1518
1519 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1520
1521 * gnus-registry.el: Don't use ERT if it's not available. Load it
1522 unconditionally anyway, discarding errors.
1523 (gnus-registry-delete-entries): New convenience function.
1524 (gnus-registry-import-eld): Import from old .eld registry.
1525
1526 * registry.el: Don't use ERT if it's not available. Load it
1527 unconditionally anyway, discarding errors.
1528
1529 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1530 version from the Claudio Bley GnuTLS patch (extra optional parameters
1531 and host name).
1532
1533 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1534
1535 * gnus-registry.el (gnus-registry-fixup-registry): New function to
1536 fixup the parameters that can be customized by the user between
1537 save/read cycles.
1538 (gnus-registry-read): Use it.
1539 (gnus-registry-make-db): Use it.
1540 (gnus-registry-spool-action, gnus-registry-handle-action):
1541 Fix messaging.
1542 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1543 Map references to actual group names with sender and subject tracking.
1544 (gnus-registry-post-process-groups): Use `cond' for better messaging.
1545 (gnus-registry-usage-test): Add subject lookup test.
1546
1547 * registry.el (registry-db, initialize-instance): Set up constructor
1548 instead of :initform arguments for the sake of older Emacsen.
1549 (registry-lookup-breaks-before-lexbind): New method to demonstrate
1550 pre-lexbind merge bug.
1551 (registry-usage-test): Use it.
1552 (initialize-instance, registry-db): Move the non-function initforms
1553 back to the class definition.
1554
1555 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
1556
1557 * registry.el: New library to manage gnus-registry-style data.
1558
1559 * gnus-registry.el: Use it (major rewrite).
1560
1561 * nnregistry.el: Use it.
1562
1563 * spam.el: Use it.
1564
1565 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
1567 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1568 marks on non-selected articles.
1569
1570 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1573
1574 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1575 parameter to open-protocol-stream.
1576
1577 2011-04-01 Julien Danjou <julien@danjou.info>
1578
1579 * mm-view.el (mm-display-inline-fontify): Do not fontify with
1580 fundamental-mode.
1581
1582 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1583
1584 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1585 servers.
1586
1587 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1588
1589 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1590 made marks not propagate, again.
1591
1592 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * proto-stream.el (open-protocol-stream): Bring back `network' type.
1595 Make this the default type.
1596 (proto-stream-open-plain): Rename from proto-stream-open-default.
1597 (open-protocol-stream, proto-stream-open-starttls)
1598 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1599 with `plain'.
1600
1601 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1602 value.
1603
1604 * nntp.el (nntp-open-connection-function): Document the fact that some
1605 values are not functions but are instead handled specially.
1606 Recognize nntp-open-plain-stream value.
1607 (nntp-open-connection): Recognize that value.
1608
1609 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1610
1611 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1612 stuff.
1613
1614 * gnus-score.el (gnus-score-string): Fix calling convention of
1615 `gnus-simplify-buffer-fuzzy' after last patches.
1616
1617 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1618 server for articles we didn't get any headers for. This is a sanity
1619 check.
1620
1621 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
1622
1623 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1624 new CAPABILITY, use it.
1625
1626 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1627
1628 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1629 downloading anything.
1630
1631 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1632
1633 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
1634
1635 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1636 colors.
1637 (gnus-splash-svg-color-symbols): New function.
1638
1639 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1640
1641 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1642 instead of using the global gnus-simplify-subject-fuzzy-regexp.
1643 (gnus-simplify-subject-fuzzy): Use the local
1644 gnus-simplify-subject-fuzzy-regex instead of the global one.
1645 This makes using this variable in group parameters work.
1646
1647 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1648
1649 * gnus-registry.el (gnus-registry-unfollowed-groups):
1650 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1651 archive:sent-YYYY-MM-DD groups).
1652 (gnus-registry-split-fancy-with-parent): Bail out early in sender
1653 tracking if there are more than `gnus-registry-max-track-groups'
1654 matches.
1655
1656 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * message.el (message--yank-original-internal): New function to do the
1659 insertion cleanly inside eval in `message-yank-original'.
1660 (message-yank-original): Use it.
1661
1662 2011-03-29 Julien Danjou <julien@danjou.info>
1663
1664 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1665 local variables disabled rather than `normal-mode'.
1666
1667 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * proto-stream.el: Changes preparatory to merging open-protocol-stream
1670 with open-network-stream.
1671 (proto-stream-always-use-starttls): Option removed.
1672 (open-protocol-stream): Return a process object by default. Provide a
1673 new parameter :return-list specifying a list-type return value, which
1674 now has the form (PROP . PLIST) instead of a fixed-length list. Change
1675 :type `network' to `try-starttls', and `network-only' to `default'.
1676 Make `default' the default, for compatibility with open-network-stream.
1677 Handle the no-parameter case exactly as open-network-stream, with no
1678 additional stream processing. Search plists using plist-get.
1679 Explicitly add :end-of-commend parameter if it is missing.
1680 (proto-stream-open-default): Rename from
1681 proto-stream-open-network-only. Return 'default as the type.
1682 (proto-stream-open-starttls): Rename from proto-stream-open-network.
1683 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
1684 failed. Always return a list with a (possibly dead) process as the
1685 first element, for compatibility with open-network-stream.
1686 (proto-stream-open-tls): Use plist-get. Always return a list.
1687 (proto-stream-open-shell): Return `default' as connection type.
1688 (proto-stream-capability-open): Use plist-get.
1689 (proto-stream-eoc): Function deleted.
1690
1691 * nnimap.el (nnimap-stream, nnimap-open-connection)
1692 (nnimap-open-connection-1): Handle renaming of :type parameter for
1693 open-protocol-stream.
1694 (nnimap-open-connection-1): Pass a :return-list parameter
1695 open-protocol-stream to obtain a list return value. Parse this list
1696 using plist-get.
1697
1698 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1699 for open-protocol-stream. Accept open-protocol-stream return value
1700 that is a subprocess object instead of a list. Handle the case of a
1701 dead returned process.
1702
1703 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1704
1705 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1706
1707 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1708
1709 2011-03-21 Julien Danjou <julien@danjou.info>
1710
1711 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1712 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1713 query.
1714 (mm-inline-text): Render normal text with fontification whenever
1715 possible.
1716
1717 * gnus-sum.el (gnus-summary-save-parts-1):
1718 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1719 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1720 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1721 Use `mm-handle-filename'.
1722
1723 * mm-util.el (mm-handle-filename): New function, return the filename of
1724 an handle.
1725
1726 2011-03-18 Julien Danjou <julien@danjou.info>
1727
1728 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1729 (gnus-buffer-live-p): Check that buffer is not nil.
1730
1731 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1732
1733 * gnus-art.el: Require mouse, which the build bot seems to say is
1734 needed.
1735
1736 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1737 XEmacs, since it doesn't have url-retrieve-synchronously.
1738
1739 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1740
1741 * gnus-group.el (gnus-group-list-ticked): New function.
1742 (gnus-group-make-menu-bar): Provide a menu entry for it.
1743 (gnus-group-list-map): Provide a binding for it.
1744
1745 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * shr.el (shr-visit-file): New command.
1748
1749 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1750
1751 2011-03-17 Bjørn Mork <bjorn@mork.no>
1752
1753 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1754 servers.
1755
1756 2011-03-16 Julien Danjou <julien@danjou.info>
1757
1758 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1759 inline.
1760
1761 * gnus-art.el (article-hide-list-identifiers):
1762 Use gnus-group-get-list-identifiers.
1763
1764 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1765 (gnus-summary-remove-list-identifiers):
1766 Use gnus-group-get-list-identifiers to get regexp.
1767 (gnus-select-newsgroup, gnus-summary-insert-subject)
1768 (gnus-summary-insert-articles):
1769 Call gnus-summary-remove-list-identifiers unconditionally.
1770
1771 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1774 we're selecting a group with unread articles.
1775
1776 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1777
1778 * gssapi.el: New file separated out from imap.el to provide a general
1779 Kerberos 5 connection facility for Emacs.
1780
1781 * message.el (message-elide-ellipsis): Document the format spec
1782 ellipsis.
1783
1784 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1785
1786 * message.el (message-elide-region): Allow the ellipsis to say how many
1787 lines were removed.
1788
1789 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1790
1791 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1792 window configurations containing buffers that are now dead.
1793
1794 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1795 parsing to avoid integer overflows.
1796 (nnimap-parse-flags): Simplify the last change.
1797 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1798 too large for 32-bit Emacsen.
1799
1800 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * auth-source.el (auth-source-netrc-create):
1803 * message.el (message-yank-original): Fix use of `case'.
1804
1805 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1806
1807 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1808 XEmacs, which was one character too wide.
1809
1810 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1811
1812 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1813 default number of articles to display.
1814 (gnus-articles-to-read): Use pretty names for prompt.
1815
1816 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1817
1818 * gnus-int.el (gnus-open-server): Ditto.
1819
1820 * gnus-start.el (gnus-activate-group): Give a backtrace if
1821 debug-on-quit is set and the user hits `C-g'.
1822 (gnus-read-active-file): Ditto.
1823
1824 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1825
1826 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1827
1828 * message.el (message-yank-original): Use cond instead of CL case.
1829
1830 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * auth-source.el (auth-source-netrc-create): Use usual format for the
1833 default in prompts.
1834
1835 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1836
1837 * auth-source.el (auth-source-netrc-create): Show the default in the
1838 prompt when prompting for token creation.
1839
1840 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1841
1842 * auth-source.el (auth-source-format-prompt): Always convert the value
1843 to a string to avoid evaluating non-string arguments.
1844 (auth-source-netrc-create): Offer default properly, not as initial
1845 content in `read-string'.
1846 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1847 of line to determine if we've been run before. If so, don't run again,
1848 but print a trivial message to indicate the cache was hit instead.
1849
1850 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1851
1852 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1853 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1854 The user will have to run `gnus-sync-read' manually and wait for Cloudy
1855 Gnus.
1856
1857 2011-03-11 Julien Danjou <julien@danjou.info>
1858
1859 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1860 modified file".
1861
1862 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1863
1864 * auth-source.el (auth-source-read-char-choice): New function to read a
1865 character choice using `dropdown-list', `read-char-choice', or
1866 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1867 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
1868 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
1869 (auth-source-netrc-saver): Use it.
1870 (auth-source-pick-first-password): New convenience function.
1871
1872 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1873
1874 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1875 parameter in the credentials.
1876 (nnimap-open-connection-1): Use it after a successful login.
1877 (nnimap-credentials): Add IMAP-specific user and password prompt.
1878
1879 * auth-source.el (auth-source-search): Add :require parameter, taking a
1880 list. Document it and the :save-function return token. Pass :require
1881 down. Change the CREATED message from a warning to a debug statement.
1882 (auth-source-search-backends): Pass :require down.
1883 (auth-source-netrc-search): Pass :require down.
1884 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1885 Change save prompt to indicate all modifications saved here are
1886 deletions.
1887 (auth-source-netrc-create): Take user login name as default in user
1888 prompt. Move all the save functionality to a lexically bound function
1889 under the :save-function token in the returned list. Set up clearer
1890 default prompts for user, host, port, and secret.
1891 (auth-source-netrc-saver): New function, intended to be wrapped for
1892 :save-function.
1893
1894 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * Version 23.3 released.
1897
1898 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1899
1900 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1901 lines to be spaces instead.
1902
1903 2011-03-07 Julien Danjou <julien@danjou.info>
1904
1905 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1906 (sieve-sasl-auth): Check that auth-source-search did return something,
1907 or just return an empty string.
1908
1909 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1910
1911 * gnus.el (gnus-interactive): Use read-directory-name.
1912
1913 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1914 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1915 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1916 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1917 Likewise.
1918
1919 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1920
1921 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1922
1923 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1924 onto the list of killed groups, too. This makes killed nnimap groups,
1925 for instance, more reliably not reappear.
1926
1927 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1928 the parent.
1929
1930 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1931
1932 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1933 really have server-side marks.
1934
1935 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1936 since most backends do not usefully have server-side marks.
1937 (gnus-update-read-articles): Propagate marks to all backends that
1938 really have server-side marks.
1939
1940 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1941
1942 * message.el (message-cite-reply-position, message-cite-style):
1943 New variables.
1944 (message-yank-original): Use the new citation styles.
1945
1946 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1947
1948 * message.el (message-options): Revert the change that's a workaround
1949 for XEmacs buffer-local issue; don't mark it buffer-local when running
1950 under XEmacs.
1951
1952 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1953
1954 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1955 numbers too big to be `read'.
1956
1957 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1958
1959 * message.el (message-options): Make buffer-local two ways to attempt
1960 to fix a XEmacs bug.
1961
1962 2011-03-02 Julien Danjou <julien@danjou.info>
1963
1964 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1965
1966 2011-03-01 Julien Danjou <julien@danjou.info>
1967
1968 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1969 group.
1970 (article-hide-list-identifiers): Use list-identifier group parameter.
1971
1972 2011-02-28 Julien Danjou <julien@danjou.info>
1973
1974 * sieve.el (sieve-buffer-script-name): New local variable to store
1975 sieve script name.
1976 (sieve-edit-script): Store sieve script name.
1977 (sieve-upload): Use sieve script name when uploading.
1978 (sieve-upload): Use substitute-command-keys.
1979 (sieve-edit-script): Use substitute-command-keys.
1980 (sieve-refresh-scriptlist): Use substitute-command-keys.
1981 (sieve-manage-mode-map): Define keymap properly.
1982 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1983 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1984 Remove commented code about cvs.
1985 (sieve-manage-quit): New function.
1986 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1987
1988 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1989
1990 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1991
1992 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1993
1994 * auth-source.el (auth-source-search): Cache empty result sets.
1995
1996 * auth-source.el (auth-source-save-behavior): New variable to replace
1997 `auth-source-never-create'.
1998 (auth-source-netrc-create): Use it.
1999 (auth-source-never-save): Remove.
2000
2001 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
2002
2003 * nnimap.el (nnimap-stream): Doc fix.
2004 (nnimap-open-connection-1): Reverse the order of the ports to that the
2005 prompted-for port is first.
2006
2007 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2008 retrieval by the no-group selection.
2009
2010 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2011 numerical parameters.
2012
2013 2011-02-25 Julien Danjou <julien@danjou.info>
2014
2015 * gnus-gravatar.el: Use gnus-with-article-buffer.
2016
2017 * gnus-art.el (gnus-with-article-buffer): Check that the
2018 gnus-article-buffer is alive.
2019
2020 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
2021
2022 * auth-source.el (auth-source-creation-prompts): New variable to manage
2023 creation-time prompts.
2024 (auth-source-search): Document it.
2025 (auth-source-format-prompt): Add utility function.
2026 (auth-source-netrc-create): Don't default the user name to
2027 user-login-name. Use `auth-source-creation-prompts' and some default
2028 prompts for user, host, port, and password (the default generic prompt
2029 remains ugly).
2030 (auth-source-never-save): Add customizable option to never save info.
2031 (auth-source-netrc-create): Use it and improve save prompts. Fix help
2032 mode excursion.
2033
2034 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
2035
2036 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2037 argument that XEmacs doesn't support.
2038
2039 2011-02-23 Julien Danjou <julien@danjou.info>
2040
2041 * gnus-art.el (article-make-date-line): Ignore errors if time is
2042 invalid and not convertible.
2043 (article-make-date-line): Only add lapsed time if time is not nil.
2044
2045 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
2046
2047 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2048 `read-char-choice' for backwards compatibility.
2049 (auth-source-netrc-element-or-first): New function to DTRT for
2050 parameter extraction.
2051 (auth-source-netrc-create): Use it and fix multiple parameter print
2052 bug. Use the default passed from above (given-default) or the
2053 built-in (user-login-name for :user).
2054
2055 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
2056
2057 * gnus-start.el (gnus-dribble-read-file):
2058 Set buffer-save-without-query, since we always want to save the dribble
2059 file, probably.
2060
2061 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2062 nnimap.
2063
2064 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2065 -summary- since it's a user-visible variable.
2066
2067 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2068 first time you use the new Gnus.
2069
2070 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2071
2072 * auth-source.el: Don't load netrc.el.
2073 (auth-sources): Search ~/.netrc as well by default.
2074 (auth-source-debug): Add 'trivia option for extra output.
2075 (auth-source-do-trivia): Use it.
2076 (auth-source-search): Simplify logic to use
2077 `auth-source-search-backends'. Use `auth-source-do-trivia' where
2078 appropriate. Don't keep a running count at this level. Layer :create
2079 and :delete options appropriately on the first and second passes.
2080 Don't track the backend with the search results.
2081 (auth-source-search-backends): New function to search a list of
2082 backends for a processed spec.
2083 (auth-source-netrc-parse): Cache all netrc files, making
2084 auth-source-netrc-cache an alist keyed by the file name and using the
2085 file mtime as the caching criterion. Keep the obfuscated data secret
2086 with a lexical bind.
2087 (auth-source-netrc-search): Don't calculate the length of the results
2088 unnecessarily.
2089 (auth-source-search-backends): Fix bug.
2090 (auth-source-netrc-create): Rework prompts.
2091
2092 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
2093
2094 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2095 Lower case names of search constraints.
2096 (nnir-run-query): Cache and reuse search constraints for all imap
2097 servers.
2098
2099 2011-02-22 Sam Steingold <sds@gnu.org>
2100
2101 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2102
2103 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
2104
2105 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2106 after exit.
2107 (gnus-setup-message): Define missing variable from last checkin.
2108
2109 * gnus-sum.el (gnus-summary-show-article): When called with t as the
2110 value, show the raw article.
2111
2112 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2113
2114 * nnimap.el (nnimap-open-connection-1): Revert last change, since
2115 auth-source now accepts numbers.
2116
2117 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2118 spec, too.
2119 (auth-source-ensure-strings): New function.
2120
2121 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2122 (gnus-article-setup-buffer): Always restart the date timer so that user
2123 changes to the frequency is respected.
2124
2125 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2126 port numbers, so make sure it gets that if nnimap-server-port is
2127 explicit.
2128
2129 2011-02-21 Simon Josefsson <simon@josefsson.org>
2130
2131 * nnimap.el (nnimap-inbox): Doc fix.
2132
2133 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * shr-color.el (shr-color->hexadecimal): Use renamed function names
2136 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2137 color-lab-to-srgb.
2138
2139 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2140
2141 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2142 given method as in the group name if we're using an extended method.
2143 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2144 command, if we're using that, instead of waiting for the beginning.
2145
2146 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2147 we're sure to get unique server names, and we don't output two async
2148 commands in the same buffer. This fixes an NNTP hang for some users.
2149
2150 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2151
2152 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2153 summary buffer before reading going to the next buffer. This avoids
2154 putting the point in the group buffer if you `C-g' the command.
2155
2156 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2157 cache (for now) to make ~/.authinfo.gpg files usable.
2158
2159 * nnfolder.el (copyright-update): Define for the compiler.
2160
2161 * auth-source.el (auth-source-search): Fix unbound variable.
2162
2163 2011-02-19 Glenn Morris <rgm@gnu.org>
2164
2165 * gnus.el (gnus-meta): Doc fix.
2166
2167 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2170 in case it's not yet loaded.
2171
2172 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2173
2174 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2175 line we're waiting for.
2176
2177 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2178
2179 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2180 face with line-width greater than zero will cause RET in gnus summary
2181 buffer to scroll down article page-wise because auto vscroll happens,
2182 it should be temporalily disabled when doing a scroll-up.
2183
2184 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
2185
2186 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2187 outputs from the server.
2188
2189 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2190
2191 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2192 later so that bbdb can hook in easier.
2193
2194 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2195
2196 * auth-source.el (auth-source-search): Don't try to create credentials
2197 if the caller doesn't want that.
2198 (auth-source-search): If we don't find a match, don't bug out on
2199 non-bound variables.
2200 (auth-source-search): Only ask a single backend to create the
2201 credentials.
2202
2203 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2204 logging.
2205 (nnimap-credentials): Protect against auth-source-search returning nil.
2206 (nnimap-request-list): Protect against not being able to open the
2207 server.
2208
2209 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
2210
2211 * auth-source.el (auth-source-search): Do a two-phase search, one with
2212 no :create to get the responses from all backends.
2213
2214 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2215 when getting credentials.
2216
2217 * gnus-util.el (gnus-delete-duplicates): New function.
2218
2219 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2220
2221 * nnimap.el (nnimap-credentials): Instead of picking the first port as
2222 a creation default, pass the whole port list down. It will be
2223 completed.
2224
2225 * auth-source.el (auth-source-search): Updated docs to talk about
2226 multiple creation choices.
2227 (auth-source-netrc-create): Accept a list as a value (from the search
2228 parameters) and do completion on that list. Keep a separate netrc line
2229 with the password obscured for showing the user.
2230
2231 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2232 first choice to `auth-source-search' so it will be used for entry
2233 creation instead of the server's Gnus-specific name.
2234 (nnimap-credentials): Rely on the auth-source library to select which
2235 port is actually wanted in the new netrc entry, so don't override
2236 `auth-source-creation-defaults'.
2237
2238 * auth-source.el (auth-source-netrc-parse): Use :port instead of
2239 :protocol and accept a missing user, host, or port as a wildcard match.
2240 (auth-source-debug): Default to off.
2241
2242 (auth-source-netrc-search, auth-source-netrc-create)
2243 (auth-source-secrets-search, auth-source-secrets-create)
2244 (auth-source-user-or-password, auth-source-backend, auth-sources)
2245 (auth-source-backend-parse-parameters, auth-source-search): Use :port
2246 instead of :protocol.
2247
2248 * nnimap.el (nnimap-credentials): Pass a port default to
2249 `auth-source-search' in case an entry needs to be created.
2250 (nnimap-open-connection-1): Use :port instead of :protocol.
2251
2252 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
2253
2254 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2255 instead of delete-dups that is not available in XEmacs 21.4.
2256
2257 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
2258
2259 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2260 nil means that nnimap doesn't get updated.
2261
2262 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
2263
2264 * auth-source.el (auth-source-netrc-create): Return a synthetic search
2265 result when the user doesn't want to write to the file.
2266 (auth-source-netrc-search): Expect a synthetic result and proceed
2267 accordingly.
2268 (auth-source-cache-expiry): New variable to override
2269 `password-cache-expiry'.
2270 (auth-source-remember): Use it.
2271
2272 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2273 parameter. Create entry if necessary by using :create t.
2274 (nnimap-open-connection-1): Don't pass `inhibit-create'.
2275
2276 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
2277
2278 * auth-source.el (auth-source-debug): Enable by default and don't
2279 mention the obsolete `auth-source-hide-passwords'.
2280 (auth-source-do-warn): New function to debug unconditionally.
2281 (auth-source-do-debug): Use it.
2282 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2283 and for Secrets API entries when the secrets.el library is not
2284 available.
2285
2286 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2287
2288 * gnus-sum.el (gnus-propagate-marks): Default to nil.
2289 (gnus-summary-exit): Kill the correct article buffer on exit from a
2290 `C-d' group.
2291
2292 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2293 gnus-propagate-marks.
2294
2295 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2296 before killing the buffers so that a non-full window conf gets handled
2297 correctly.
2298 (gnus-summary-exit): Ditto.
2299 (gnus-summary-read-group-1): Ditto.
2300
2301 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2302 async code again so that we can debug it properly.
2303
2304 * message.el (message-reply): Take an optional switch-buffer parameter
2305 so that Gnus window confs are respected better.
2306
2307 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2308
2309 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2310 `plist-get' to accept non-list parameters (XEmacs issue).
2311 Fix docstring.
2312 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2313 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2314 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2315 Login collection is "Login" and not "login".
2316
2317 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2318
2319 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2320 multiple headers.
2321
2322 * nnimap.el (nnimap-inhibit-logging): New variable.
2323 (nnimap-log-command): Don't log login commands.
2324
2325 * auth-source.el (auth-source-netrc-search): The asserts seem to want
2326 to have more parameters.
2327
2328 * nnimap.el (nnimap-send-command): Mark the command time for each
2329 command, so that we don't get NOOPs stepping on our toes.
2330
2331 * gnus-art.el (article-date-ut): Get the date from the Date header on
2332 `t'.
2333
2334 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2335
2336 * auth-source.el (auth-source-search): Use copy-sequence instead of
2337 the cl.el copy-list.
2338
2339 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
2340
2341 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2342 Improve prompt.
2343
2344 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2345
2346 * gnus-art.el (gnus-article-mode-line-format): Remove the article
2347 washing status from the default format. It isn't very informative.
2348
2349 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
2350
2351 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2352 Fix Gcc processing on imap.
2353
2354 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * message.el (message-bury): Don't pop up a new window when selected
2357 window is dedicated.
2358
2359 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2360
2361 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2362
2363 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
2364
2365 * sieve-manage.el: Autoload `auth-source-search'.
2366 (sieve-sasl-auth): Use it.
2367
2368 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
2369
2370 * nnimap.el: Autoload `auth-source-forget+'.
2371 (nnimap-open-connection-1): Use it if the connection fails.
2372
2373 * auth-source.el: Require `password-cache'.
2374 (auth-source-hide-passwords, auth-source-cache): Remove and mark
2375 obsolete.
2376 (auth-source-magic): Marker for `password-cache' keys.
2377 (auth-source-do-cache): Update docstring.
2378 (auth-source-search): Use and check cache.
2379 (auth-source-forget-all-cached, auth-source-remember)
2380 (auth-source-recall, auth-source-forget, auth-source-forget+)
2381 (auth-source-specmatchp): Caching support functions.
2382 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2383 Remove and obsolete.
2384 (auth-source-user-or-password): Remove caching to further discourage
2385 using it. Always hide passwords.
2386
2387 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2388
2389 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2390 code for now, since it doesn't work for all users.
2391
2392 2011-02-09 Julien Danjou <julien@danjou.info>
2393
2394 * message.el (message-options): Make message-options really buffer
2395 local.
2396
2397 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
2398
2399 * mail-source.el: Autoload `auth-source-search'.
2400 (mail-source-keyword-map): Note order matters.
2401 (mail-source-set-1): Get all the mail-source source values and
2402 defaults and search auth-source on those if needed. This can all
2403 probably be simplified.
2404
2405 * nnimap.el: Autoload `auth-source-search'.
2406 (nnimap-credentials): Use it.
2407 (nnimap-open-connection-1): Ask for the virtual server and physical
2408 address in one shot.
2409
2410 * nntp.el: Autoload `auth-source-search'.
2411 (nntp-send-authinfo): Use it. Note TODO.
2412
2413 2011-02-08 Julien Danjou <julien@danjou.info>
2414
2415 * shr.el (shr-tag-body): Add support for text attribute in body
2416 markups.
2417
2418 * message.el (message-options): Make message-options a local variable.
2419
2420 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
2421
2422 * auth-source.el (auth-source-secrets-search)
2423 (auth-source-user-or-password): Use `append' instead of `nconc'.
2424 (auth-source-user-or-password): Build return list better and protect
2425 against nil :secret.
2426
2427 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2428
2429 * nnimap.el (nnimap-update-info): Refactor slightly.
2430 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2431 (nnimap-update-info): Clean up slightly.
2432 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2433 characters.
2434 (nnimap-process-quirk): Rename function to avoid collision.
2435 (nnimap-update-info): Fix macrology bug-out.
2436 (nnimap-update-info): Simplify split history test.
2437
2438 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * auth-source.el (top): Require 'eieio unconditionally.
2441 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2442 (auth-source-secrets-search): Limit search when `max' is greater than
2443 number of results.
2444
2445 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2446
2447 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2448 part not returning any data.
2449
2450 * proto-stream.el (open-protocol-stream): Document the return value.
2451
2452 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2453
2454 * auth-source.el (auth-source-secrets-search): Add examples.
2455
2456 2011-02-06 Julien Danjou <julien@danjou.info>
2457
2458 * message.el (message-setup-1): Handle message-generate-headers-first
2459 set to t.
2460
2461 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2462
2463 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2464 API with a string "secrets:collection-name" and with 'default.
2465 (auth-source-backend-parse): Parse "secrets:collection-name" and
2466 'default. Recurse on parses instead of repeating code. Use the
2467 Secrets API is the source is not nil and 'ignore otherwise. Emit a
2468 message when ignoring a source.
2469 (auth-source-search): List ignored search keys at the top level.
2470 (auth-source-netrc-create): Use `case' instead of `cond'.
2471 (auth-source-secrets-search): Created with TODOs.
2472 (auth-source-secrets-create): Created with TODOs.
2473 (auth-source-retrieve, auth-source-create, auth-source-delete)
2474 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2475 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2476 (auth-source-user-or-password-sftp)
2477 (auth-source-user-or-password-smtp): Remove.
2478 (auth-source-user-or-password): Deprecated and modified to be a wrapper
2479 around `auth-source-search'. Not tested thoroughly.
2480
2481 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2482
2483 * auth-source.el: Bring in assoc and eioeio libraries.
2484 (secrets-enabled): New variable to track the status of the Secrets API.
2485 (auth-source-backend): New EIOEIO class to represent a backend.
2486 (auth-source-creation-defaults): New variable to set prompt defaults
2487 during token creation (see the `auth-source-search' docstring for
2488 details).
2489 (auth-sources): Simplify to allow a simple string as a netrc backend
2490 spec.
2491 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2492 (auth-source-backend-parse-parameters): Fill in the backend parameters.
2493 (auth-source-search): Main auth-source API entry point.
2494 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2495 (auth-source-search-collection): Helper function for searching.
2496 (auth-source-netrc-parse, auth-source-netrc-normalize)
2497 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2498 Supports search, create, and delete.
2499 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2500 backend stubs.
2501 (auth-source-user-or-password): Call `auth-source-search' but it's not
2502 ready yet.
2503
2504 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2505
2506 * message.el (message-setup-1): Remove the read-only stuff, since it
2507 doesn't work under XEmacs, for some reason.
2508
2509 * gnus-sum.el (gnus-user-date): Rename back from
2510 gnus-summary-user-date since user code refers to it.
2511
2512 * shr.el (shr-render-td): Store the actual background colour used.
2513
2514 * message.el (message-setup-1): Don't bind the constant
2515 -forbidden-properties.
2516 (message-setup-1): Revert previous change, since it needs to bind the
2517 props to insert them.
2518 (message-resend): Allow removing the read-only separator line.
2519
2520 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2521
2522 * nnimap.el (nnimap-request-accept-article): Give an error message if
2523 the APPEND wasn't successful.
2524
2525 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
2526
2527 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2528 that have no groups.
2529
2530 2011-02-03 Julien Danjou <julien@danjou.info>
2531
2532 * gnus-draft.el: Remove progn around gnus-draft-setup.
2533
2534 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2535
2536 * gnus-start.el (gnus-read-active-for-groups): This function is never
2537 called with a nil `infos', so clean that up.
2538 (gnus-get-unread-articles): Request active files from primary/secondary
2539 methods that have no groups (yet).
2540
2541 2011-02-03 Julien Danjou <julien@danjou.info>
2542
2543 * message.el (message-setup-1): Always generate References first.
2544 (message-mail): Return the return value of message-setup, not always t.
2545 (message-setup-1): Insert mail-header-separator with read-only and
2546 intangible properties set.
2547
2548 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2549 user-date in docstring.
2550
2551 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2552
2553 * gnus.el (gnus-summary-line-format): Mention &user-date format in
2554 docstring.
2555
2556 * gnus.el (gnus-user-date-format-alist): Change default value. Use
2557 defcustom, with type and group. Move from gnus-util.el. Rename to
2558 gnus-summary-user-date-format-alist.
2559
2560 2011-02-03 Glenn Morris <rgm@gnu.org>
2561
2562 * nnimap.el (gnus-fetch-headers): Declare.
2563
2564 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2565
2566 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2567
2568 * message.el (message-forward-make-body-digest-plain)
2569 (message-followup, message-reply): Clean up things noted by Stefan.
2570
2571 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2572 gnus-article-update-date-headers is nil.
2573 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2574 it didn't really work with defcustom.
2575 (article-update-date-lapsed): Make sure the window start doesn't move,
2576 either.
2577
2578 2011-02-01 Julien Danjou <julien@danjou.info>
2579
2580 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2581 format.
2582
2583 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2584 standard in Emacs nowadays.
2585
2586 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * message.el (message-expand-name): Don't trust the return value of
2589 bbdb-complete-name.
2590 (message-check-news-header-syntax): Remove unused var `start'.
2591 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2592 (message-inhibit-body-encoding): Move to before first use.
2593 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2594 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2595 (Organization, Message-ID, Date, mh-previous-window-config):
2596 Defvar the vars using dynamic scoping.
2597
2598 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2599
2600 * shr.el (shr-render-td): Only do colours at the final rendering.
2601 Should be slightly faster.
2602 (shr-insert-table): Fix up TD background colours when doing the
2603 vertical padding.
2604
2605 * gnus-art.el (article-date-ut): Protect against articles with no Date
2606 header.
2607 (article-update-date-lapsed): Don't use current-column to find the
2608 horizontal position. It's fragile in the presence of \003 characters.
2609
2610 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2611
2612 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2613
2614 * gnus-art.el (article-transform-date): Rewrite to still work when
2615 there are several rfc2822 parts.
2616 (article-transform-date): Fix infinite recursion.
2617 (article-date-ut): Replace infinitely many Date headers with a single
2618 one when called interactively.
2619
2620 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2621 secure manner.
2622
2623 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2624 move around by not using save-window-excursion. It seems to work...
2625
2626 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2627
2628 * gnus-art.el (article-make-date-line): Work for user-defined format.
2629
2630 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2631
2632 * nntp.el (nntp-retrieve-group-data-early)
2633 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2634 fetching functions.
2635
2636 * gnus-start.el (gnus-read-active-for-groups): Read the active files
2637 thoroughly for all backends that have no known groups. This should
2638 allow new nnml methods to retrieve mail.
2639
2640 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2641 that Gnus doesn't know exists again.
2642
2643 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2644 (gnus-treat-date-ut): Ditto.
2645 (gnus-article-update-date-header): Rename.
2646 (gnus-treat-date-local): Remove.
2647 (gnus-treat-date-english): Remove.
2648 (gnus-treat-date-lapsed): Remove.
2649 (gnus-treat-date-combined-lapsed): Remove.
2650 (gnus-treat-date-original): Remove.
2651 (gnus-treat-date-iso8601): Remove.
2652 (gnus-treat-date-user-defined): Remove.
2653 (gnus-article-date-headers): New variable to control all the date
2654 header options.
2655 (article-date-ut): Rewrite to allow using the new way to format date
2656 headers(s).
2657
2658 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2659
2660 * nnmail.el (nnmail-article-group): Check for a direct fancy split
2661 method.
2662 (nnmail-article-group): A better test for fanciness.
2663
2664 * nnimap.el (nnimap-request-head): Protect against not finding the
2665 article by Message-ID.
2666
2667 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
2668
2669 * gnus-art.el (article-update-date-lapsed): Try a better way to really
2670 keep point at the "same place".
2671
2672 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2673
2674 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2675 data if the group is unactivated.
2676
2677 2011-01-28 Julien Danjou <julien@danjou.info>
2678
2679 * gnus-win.el: Remove dead function gnus-window-configuration-element.
2680 (gnus-all-windows-visible-p): Remove old compatibility code.
2681 (gnus-window-top-edge): Add docstring.
2682
2683 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2684
2685 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2686
2687 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2688 older request-update-info.
2689
2690 * gnus-art.el (article-make-date-line): Limit the length a bit more.
2691
2692 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2693
2694 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2695 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2696
2697 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2698
2699 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2700 groups. This makes the nndraft:queue group pop up if it's not already
2701 there.
2702
2703 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2704 messages" logic, which was reversed.
2705
2706 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2707 the "same place" even if point is on the line being replaced.
2708 (article-update-date-lapsed): Allow updating both the combined lapsed
2709 and the lapsed headers.
2710 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2711 (article-make-date-line): Limit the number of segments dynamically to
2712 avoid too-long lines.
2713
2714 2011-01-27 Julien Danjou <julien@danjou.info>
2715
2716 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2717 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2718
2719 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2720
2721 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2722 Use plist-get instead of the cl function getf.
2723
2724 2011-01-27 Glenn Morris <rgm@gnu.org>
2725
2726 * gnus-util.el (float-time): Get rid of compiler warning, again.
2727
2728 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2729
2730 * shr.el (shr-put-color): Special-case background colours: Do put them
2731 at the blank parts at the front of the lines.
2732
2733 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2734 exit hook to nix out all data on readedness on group exit.
2735
2736 * gnus-util.el (float-time): If float-time is bound, always use it on
2737 all Emacsen. It's unclear why the subrp check was there.
2738 (time-date): Require to make some autoload issues on XEmacs go away.
2739
2740 * shr.el (shr-put-color): Don't do the box padding in tables, since
2741 they're already padded.
2742
2743 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2744
2745 * gnus-art.el (gnus-article-next-page): When the last line of the
2746 article is displayed, scroll down once more instead of going to the
2747 next article at once.
2748 (article-lapsed-string): Refactor out and allow specifying how many
2749 segments you want.
2750 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2751 (gnus-article-update-lapsed-header): New variable.
2752
2753 * shr.el: Revert change that made headings use different-sized faces.
2754 The Emacs display engine isn't advanced enough that, for instance,
2755 tables can comfortably use differently-sized faces.
2756
2757 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2758
2759 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2760 used.
2761 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2762 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2763 we're using an encrypted connection.
2764
2765 * proto-stream.el: Alter the interface functions to also return the
2766 actual stream type used: network or tls.
2767
2768 2011-01-25 Julien Danjou <julien@danjou.info>
2769
2770 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2771 (mm-display-javascript-inline): New function.
2772
2773 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2774 viewing function.
2775
2776 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2777
2778 * shr.el (shr-expand-newlines): Fix variable name.
2779
2780 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2781
2782 * shr.el (shr-expand-newlines): Make nested boxes work.
2783
2784 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2785
2786 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2787 backgrounds.
2788 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2789 in a more sensible manner.
2790
2791 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2792
2793 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2794 if EPG is loaded.
2795
2796 2011-01-24 Julien Danjou <julien@danjou.info>
2797
2798 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2799 tags.
2800
2801 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2802
2803 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2804 commands.
2805
2806 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2807 in the article buffer.
2808 (gnus-gravatar-insert): Use blank space from the current buffer to
2809 avoid breaking text properties. This makes X-Sent updating work again.
2810
2811 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2812
2813 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2814
2815 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2816 fix the bug in url-http.el instead.
2817
2818 * shr.el (shr-image-fetched): Ditto.
2819
2820 * shr.el (shr-image-fetched): Avoid having point move in the article
2821 buffer.
2822
2823 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2824 buffer after being called. It's apparently being killed by url.el, and
2825 killing it made point move to end-of-buffer in a random buffer.
2826
2827 * shr.el (shr-image-fetched): Ditto.
2828
2829 2011-01-23 Julien Danjou <julien@danjou.info>
2830
2831 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2832
2833 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2834 text/x-org.
2835
2836 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2837
2838 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2839 (i.e., nnimap) returning nil as the article number.
2840
2841 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2842
2843 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2844 "DelSp" parameter in RFC3676.
2845
2846 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2847
2848 * message.el (message-check-recipients): Display the encoded version of
2849 the bogus address if they differ.
2850
2851 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2852 after sending.
2853
2854 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2855
2856 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2857
2858 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2859 group buffer after sending the queue.
2860
2861 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2862
2863 2011-01-22 Julien Danjou <julien@danjou.info>
2864
2865 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2866
2867 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2868
2869 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2870 nested related parts.
2871
2872 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2873 unexpired articles. This fixes the regression that led expiry marks to
2874 disappear from nnfolder groups.
2875
2876 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2879 Don't confuse the "ret" of "retrograde" with RET.
2880
2881 2011-01-21 Julien Danjou <julien@danjou.info>
2882
2883 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2884 than mm-insert-inline.
2885
2886 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2887
2888 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2889 Widen article buffer.
2890
2891 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2894 the temp buffer.
2895 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2896
2897 2011-01-20 Julien Danjou <julien@danjou.info>
2898
2899 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2900
2901 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2902 than mm-insert-inline to insert inline part: this respect
2903 mm-inline-media-tests displayers.
2904
2905 * mm-view.el (mm-display-shell-script-inline): New function.
2906
2907 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2908
2909 * mm-uu.el (mm-uu-type-alist): Add org block.
2910 (mm-uu-org-src-code-block-extract): New function.
2911
2912 * mm-view.el (mm-display-org-inline): New function.
2913
2914 * mm-decode.el (mm-automatic-display): Add text/org.
2915
2916 * mailcap.el (mailcap-mime-extensions): Add .org.
2917
2918 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2919
2920 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2921 gnus-article-add-buttons.
2922
2923 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2924
2925 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2926 From header with a date and "nobody" as the sender.
2927
2928 2011-01-19 Julien Danjou <julien@danjou.info>
2929
2930 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2931 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2932 if you have the same regexp several times.
2933 (gnus-button-push): Fix matching when regexp is symbol.
2934
2935 2011-01-15 Glenn Morris <rgm@gnu.org>
2936
2937 * message.el (message-mail): A compose-mail function should
2938 accept headers as strings.
2939
2940 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2943 Add :vert-only tags.
2944 (message-mail): New arg RETURN-ACTION.
2945 (message-return-action): New var.
2946 (message-bury): Use it.
2947 (message-mode): Make it buffer-local.
2948 (message-send-and-exit): Always call message-bury.
2949
2950 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2951 message-mail.
2952
2953 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2954
2955 * nnimap.el (nnimap-convert-partial-article): Protect against
2956 zero-length body parts.
2957
2958 * mm-decode.el (mm-preferred-alternative-precedence):
2959 Discourage showing empty parts.
2960
2961 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2962 and stuff if the backend didn't return the article number. This fixes
2963 an Exchange-related nnimap bug.
2964
2965 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2966 group window, because it does the wrong thing when a separate frame
2967 displays the group buffer.
2968
2969 * proto-stream.el (open-protocol-stream): Protect against the low-level
2970 transport functions returning nil.
2971
2972 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2973
2974 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2975 (mml2015-epg-find-usable-secret-key): New function.
2976 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2977 mml2015-epg-find-usable-key (Bug#7797).
2978 (mml2015-epg-encrypt): Ditto.
2979
2980 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2981
2982 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2983
2984 2011-01-03 Glenn Morris <rgm@gnu.org>
2985
2986 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2987
2988 * sieve.el (sieve-open-server): Give a more explicit error if
2989 sieve-manage-open returns nil. (Bug#7720)
2990
2991 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2992
2993 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2994
2995 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2996
2997 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2998 This avoids sending passwords in plain text over non-encrypted
2999 channels.
3000
3001 * shr.el (shr-rescale-image): Display all GIF images as animated images.
3002
3003 * nnimap.el (nnimap-login): Refactored out into own function, and
3004 implement CRAM-MD5.
3005 (nnimap-wait-for-line): Refactored out.
3006
3007 * mm-view.el (mml-smime): Require.
3008
3009 2010-12-20 David Engster <deng@eml.cc>
3010
3011 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3012 use EPG to decrypt S/MIME messages instead of openssl.
3013
3014 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3015
3016 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3017
3018 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3019 status is the group clearly is unreachable.
3020
3021 * auth-source.el (auth-source-create): Add the optional second
3022 parameter to `local-variable-p' to be compatible with XEmacs.
3023
3024 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3025
3026 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3027 work when using a compressed nnml folder.
3028
3029 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3030
3031 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3032 backends after sanitising on entry, because this never makes sense:
3033 If the articles have gone missing, then the data no longer exists on
3034 the backend, and if they haven't, then Gnus is wrong, and shouldn't
3035 overwrite anything anyway.
3036
3037 * shr.el (shr-insert-document): Bind shr-width dynamically to
3038 window-width if it's nil.
3039
3040 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3041
3042 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3043 with the meaning of using the full emacs window width for rendering.
3044
3045 2010-12-27 Daiki Ueno <ueno@unixuser.org>
3046
3047 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3048 case when sender is not given.
3049
3050 2010-12-23 Julien Danjou <julien@danjou.info>
3051
3052 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3053 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3054 the addresses, otherwise we might misplaced the gravatar.
3055
3056 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3057
3058 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3059 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3060 obsolete in Emacs.
3061
3062 2010-12-20 Julien Danjou <julien@danjou.info>
3063
3064 * gnus-util.el (gnus-rescale-image): Revert last change.
3065
3066 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3067
3068 * gnus-group.el (gnus-group-delete-articles): New command.
3069
3070 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3071
3072 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3073
3074 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3075
3076 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3077 here, since it's up to the backends to do CRLF removal if their
3078 protocol has it.
3079
3080 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3081
3082 2010-12-17 Julien Danjou <julien@danjou.info>
3083
3084 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3085 they are from file. Can also scale up.
3086
3087 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3088
3089 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3090 gnus-use-agent.
3091 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3092
3093 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3094
3095 2010-12-17 Julien Danjou <julien@danjou.info>
3096
3097 * gravatar.el (gravatar-retrieve-synchronously): New function.
3098 (gravatar-get-data): Make more robust.
3099
3100 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3101
3102 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3103 to really consider the last line.
3104
3105 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3106
3107 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3108 list of recipient keys, or use symmetric encryption if not a list.
3109 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3110 EPA override, replacing the call to `netrc-store-data'.
3111
3112 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
3113
3114 * gnus-srvr.el: Avoid passing nil regexp argument to
3115 delete-matching-lines.
3116
3117 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3120 fetching stops when Gnus exits.
3121
3122 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3123 function.
3124 (nnfolder-request-expire-articles): Save all the buffers after doing
3125 expiry.
3126
3127 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3128 the last article", since that led to serious performance regressions
3129 when expiring nnml groups.
3130
3131 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
3132
3133 * nnir.el: Improve customizations.
3134
3135 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3136
3137 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3138
3139 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3140 group has been killed.
3141 (gnus-group-yank-group): Ditto.
3142
3143 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3144
3145 * nnimap.el (nnimap-request-update-group-status): New function.
3146
3147 * gnus-int.el (gnus-request-update-group-status): New interface
3148 function.
3149
3150 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3151 copying read-ness to the backends.
3152
3153 * nnimap.el (nnimap-quirk): New function.
3154 (nnimap-retrieve-group-data-early): Use it.
3155 (nnimap-quirks): New alist.
3156
3157 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
3158
3159 * shr.el (shr-insert): Set shr-start after deleting trailing space;
3160 don't delete it within indentation.
3161
3162 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3163
3164 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3165 previous line.
3166
3167 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3168
3169 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3170 QRESYNC command by deleting a superfluous space which broke Cyrus
3171 servers. This change will break other servers that are buggy the other
3172 way around.
3173
3174 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3175
3176 * spam.el: Reindent and fix long lines.
3177 (spam-copy-or-move-routine): Exclude invalid move destinations.
3178
3179 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3180
3181 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3182 installed the registry.
3183
3184 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3185
3186 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3187 groupname doesn't contain "gmane".
3188
3189 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3190
3191 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3192 (gnus-1): Don't create the nndrafts group twice.
3193 (gnus-setup-news): There's no need to read the active file here, since
3194 that's done again later on a per-backend basis.
3195 (gnus-start-draft-setup): Make sure that the new group is started out
3196 empty.
3197
3198 * gnus-agent.el (gnus-agentize): Don't create the queue group
3199 automatically on startup. It'll be created later, if needed.
3200
3201 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3202 of automatically subscribed groups.
3203 (gnus-auto-subscribed-categories): New variable.
3204 (gnus-matches-options-n): Use it.
3205 (gnus-default-subscribed-newsgroups): Remove unused variable.
3206 (gnus-start-draft-setup): Message a bit less.
3207
3208 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3209
3210 * nnir.el (nnir-run-imap): Return article list in order of increasing
3211 UID.
3212
3213 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3214
3215 * gnus-sum.el (gnus-summary-enter-digest-group):
3216 Mention gnus-auto-select-on-ephemeral-exit.
3217
3218 * proto-stream.el (proto-stream-open-network-only): Fix the calling
3219 convention of the network-only option.
3220
3221 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3222
3223 * proto-stream.el (proto-stream-open-network-only): New function to
3224 have a way to specify non-STARTTLS upgrade connections.
3225
3226 2010-12-10 Julien Danjou <julien@danjou.info>
3227
3228 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3229 email address is nil.
3230
3231 * message.el (message-bogus-recipient-p): Set address to "" if nil.
3232
3233 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
3234
3235 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3236 deletion.
3237 (nnir-run-imap): Only need to parse list once.
3238
3239 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3240
3241 * shr.el (shr-tag-script): Ignore <script>.
3242 (shr-tag-label): Add <label> support.
3243
3244 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
3245
3246 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3247
3248 * shr.el (shr-image-displayer): Work for images lined side by side.
3249
3250 2010-12-08 Robert Pluim <rpluim@gmail.com>
3251
3252 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3253 parameter, since XEmacs doesn't accept t as a parameter.
3254
3255 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
3256
3257 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3258 ids.
3259 (nnir-run-gmane): Simplify groupspec formatting.
3260 (nnir-request-expire-articles): New function.
3261
3262 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3263
3264 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3265 overflow, possibly.
3266
3267 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3268 (shr-render-td): Handle td style="" better.
3269 (shr-tag-table): Use the color from the style sheet.
3270 (shr-render-td): Make sure we copy over all the overlays, too.
3271
3272 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
3273
3274 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3275 (nnir-request-article): Improve article retrieval.
3276
3277 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3278
3279 * mm-util.el (mm-extra-numeric-entities): New variable.
3280
3281 * mm-url.el (mm-url-decode-entities):
3282 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3283
3284 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * message.el: Use completion-at-point.
3287 (message-completion-function): New fun, extracted from message-tab.
3288 (message-mode): Use it for completion-at-point-functions.
3289 (message-tab): Use it and completion-at-point.
3290
3291 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3292
3293 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3294 character if a non-breakable character follows.
3295
3296 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3297
3298 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3299 any stream.
3300
3301 * shr.el (shr-tag-font): Colorize the region.
3302 (shr-tag-body): Ditto.
3303 (shr-tag-font): Actually let the styles be inherited instead of
3304 overwriting them.
3305 (shr-tag-font): Get the background color right.
3306 (shr-tag-style): Ignore all <style> tags for the moment.
3307
3308 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3309 a Message-ID to avoid having nnimap depend on gnus-sum.
3310
3311 * shr.el (shr-descend): Only colorize something if we have a node that
3312 sets colors.
3313
3314 2010-12-06 Julien Danjou <julien@danjou.info>
3315
3316 * shr.el (shr-render-td): Render td content with shr-descend, so style
3317 will be applied to <td> too.
3318 (shr-colorize-region): Colorize region even if we only have a background.
3319 (shr-tag-body): Fix color and background color inheritance.
3320 Do not recolorize after shr-generic.
3321 (shr-tag-font): Let shr-generic colorize via inheritance.
3322
3323 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3324
3325 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3326
3327 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
3328
3329 * nnir.el (nnir-request-move-article): Remove obsolete code.
3330
3331 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3332
3333 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3334
3335 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3336
3337 * gnus-sum.el (gnus-summary-respool-article): The completion function
3338 expects a list instead of an alist.
3339
3340 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3341 string as the parameter.
3342
3343 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3344
3345 * shr.el (shr-stylesheet): New dynamic variable for cascading the
3346 styles.
3347 (shr-colorize-region): New function.
3348 (shr-insert-background-overlay): Remove.
3349 (shr-render-td): Background setting should be taken care of on a higher
3350 level.
3351 (shr-tag-body): Use post-hoc colorizations.
3352 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3353 (shr-put-color-1): Don't overwrite old colors.
3354 (shr-colorize-region): When the background color isn't explicit, use
3355 a fixed background.
3356
3357 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3358 nnmail variables.
3359
3360 2010-12-05 Bjørn Mork <bjorn@mork.no>
3361
3362 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3363 unless necessary.
3364
3365 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
3366
3367 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3368 server.
3369
3370 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3371
3372 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3373 so that TAB works.
3374
3375 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3376 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3377
3378 * shr.el (shr-urlify): Show the URL before the title to avoid
3379 misleading URLs.
3380
3381 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
3382
3383 * shr.el (shr-urlify): Display the title in <a> tags.
3384
3385 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
3386
3387 * nnir.el (nnir-categorize): Replace mapcar with mapc.
3388
3389 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
3390
3391 * nnir.el: Rearrange code to allow macros to be autoloaded by
3392 gnus-sum.el.
3393 (nnir-retrieve-headers-override-function): Make this variable
3394 customizable.
3395 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3396
3397 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3398 from nnir.el.
3399
3400 2010-12-03 Julien Danjou <julien@danjou.info>
3401
3402 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3403
3404 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3405
3406 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3407 allow optional argument `environment'.
3408
3409 2010-12-03 Glenn Morris <rgm@gnu.org>
3410
3411 * mm-extern.el (message-goto-body): Update declaration.
3412
3413 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3414
3415 * gnus-util.el (gnus-macroexpand-all): New function.
3416
3417 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3418 instead of macroexpand-all that is unavailable in XEmacs.
3419
3420 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
3421
3422 * nnir.el (nnir-summary-line-format): New variable.
3423 (nnir-mode): Use it.
3424 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3425 (nnir-article-ids): Reimplement as defsubst.
3426 (nnir-retrieve-headers): Don't mangle the subject header.
3427 (nnir-run-imap): Use 100 as RSV score.
3428 (nnir-run-find-grep): Fix for full server searching.
3429 (nnir-run-gmane): Better restriction to gmane groups.
3430
3431 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3432 summary buffers.
3433
3434 2010-12-02 Julien Danjou <julien@danjou.info>
3435
3436 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3437
3438 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3439
3440 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3441 support.
3442
3443 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
3444
3445 * nnir.el: Update to handle the registry better.
3446 (autoload): Silence byte-compiler.
3447 (nnir-open-server): Add a hook for nnir groups.
3448 (nnir-request-move-article): Don't mangle the header. Better to use
3449 formating variables (which will be added in the future).
3450 (nnir-registry-action): Update the registry using the original article
3451 group name.
3452 (nnir-mode): Install nnir-specific hooks for updating the registry.
3453
3454 * gnus-sum.el
3455 (gnus-article-original-subject,gnus-newsgroup-original-name):
3456 Remove obsolete variables.
3457 (gnus-summary-move-article): Remove use of obsolete variables.
3458 (gnus-summary-local-variables): Make move and delete hooks local to
3459 summary buffers.
3460
3461 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3462
3463 * rtree.el: New file.
3464
3465 2010-12-01 Julien Danjou <julien@danjou.info>
3466
3467 * message.el (message-user-organization): Do not use
3468 gnus-local-organization.
3469
3470 * gnus.el: Remove gnus-local-organization.
3471
3472 * gnus-msg.el: Remove nastygram thing.
3473
3474 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
3475
3476 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3477 funcall.
3478
3479 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3480
3481 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3482 names.
3483
3484 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3485 characters.
3486
3487 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3488 to t of inhibit-read-only since it is inside gnus-with-article-headers.
3489 Suggested by Štěpán Němec <stepnem@gmail.com>.
3490 (gnus-gravatar-transform-address): Use mail-extract-address-components
3491 that supports non-ASCII names rather than mail-header-parse-addresses.
3492
3493 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3494
3495 * proto-stream.el (open-protocol-stream): All starttls connections are
3496 handled by the network handler.
3497
3498 2010-11-30 Julien Danjou <julien@danjou.info>
3499
3500 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3501 (nnimap-open-connection-1): Fix PREAUTH.
3502
3503 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3504
3505 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3506
3507 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3508 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3509 (shr-insert): Use them.
3510 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3511
3512 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3513
3514 * nnir.el (nnir-request-move-article): Bail out if original group
3515 doesn't support article moves.
3516 (nnir-get-active): Improve active list retrieval.
3517
3518 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3519
3520 * shr.el (shr-find-fill-point): Don't break before apostrophes.
3521
3522 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
3523
3524 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3525 seem to accept strings-with-numbers as port numbers,
3526
3527 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3528
3529 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3530 change the registry.
3531
3532 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3533
3534 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3535 delete-dups that is not available in XEmacs 21.4.
3536
3537 * mm-util.el (mm-delete-duplicates): Add comment.
3538
3539 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
3540
3541 * nnir.el (nnir-ignored-newsgroups): New variable.
3542 (nnir-get-active): Use it.
3543
3544 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3545
3546 * proto-stream.el (proto-stream-open-network): Add some comments.
3547
3548 * nntp.el (nntp-open-connection): Provide a :success condition.
3549
3550 * nnimap.el (nnimap-open-connection-1): Ditto.
3551
3552 * proto-stream.el (proto-stream-open-network): See what the response to
3553 the STARTTLS command is.
3554
3555 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3556 backwards compatibility).
3557 (nnimap-open-connection-1): Really respect nnimap-server-port.
3558
3559 * proto-stream.el (proto-stream-open-network): When doing opportunistic
3560 TLS upgrades we don't really care about the identity of the peer.
3561 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3562 that what we've checked for.
3563 (proto-stream-always-use-starttls): Only default to t if
3564 open-gnutls-stream exists.
3565 (proto-stream-open-network): If STARTTLS failed, then just open a
3566 normal connection.
3567 (proto-stream-open-network): Wait until the greeting before doing
3568 STARTTLS.
3569
3570 * nntp.el (nntp-open-connection): Report what the connection error is.
3571
3572 * proto-stream.el (open-protocol-stream): Rename from
3573 open-proto-stream.
3574
3575 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3576
3577 * nnimap.el (nnimap-stream): Change default to `undecided'.
3578 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3579 first, and then network.
3580 (nnimap-open-connection-1): Respect nnimap-server-port.
3581 (nnimap-open-connection): Be more backwards-compatible.
3582
3583 * proto-stream.el (proto-stream-always-use-starttls): New variable.
3584 (proto-stream-open-starttls): De-duplicate the starttls code.
3585 (proto-stream-open-starttls): Folded back into the main function.
3586 (proto-stream-open-network): Fix typo in the gnutls path.
3587 (proto-stream-command): Refactor out.
3588
3589 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3590
3591 * proto-stream.el (proto-stream-open-starttls): Actually implement the
3592 starttls.el STARTTLS.
3593
3594 * color.el (color-lab->srgb): Fix function call name.
3595
3596 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3597 if we're using tls.el.
3598 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3599 built in, then don't try to establish a STARTTLS connection.
3600
3601 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3602 servers.
3603
3604 * proto-stream.el (open-proto-stream): Use network, not stream.
3605 (open-proto-stream): Add a way to specify what the end of a command is.
3606
3607 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3608 connections types.
3609 (nntp-open-network-stream): Remove.
3610 (nntp-open-ssl-stream): Remove.
3611 (nntp-open-tls-stream): Remove.
3612 (nntp-ssl-program): Remove.
3613
3614 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3615
3616 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
3617
3618 * nnir.el: Fix typos.
3619 (nnir-retrieve-headers-override-function): Rename variable to reflect
3620 new semantics.
3621 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3622 macros.
3623 (nnir-request-article, nnir-request-move-article): Use them.
3624 (nnir-categorize): New function.
3625 (nnir-run-query): Use it.
3626 (nnir-retrieve-headers): Rewrite to batch header retrieval.
3627 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3628 sorted.
3629 (nnir-group-full-name): Use gnus-group-full-name instead.
3630 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3631 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3632
3633 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3634
3635 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3636
3637 * proto-stream.el: New library to provide protocol-specific
3638 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3639 protocols.
3640 (open-proto-stream): Complete the documentation.
3641 (proto-stream-open-network): Fix some typos.
3642
3643 * nnimap.el (nnimap-open-connection): Use it.
3644
3645 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
3646
3647 * pop3.el (pop3-open-server): Read server greeting before starting TLS
3648 negotiation.
3649
3650 2010-11-26 Julien Danjou <julien@danjou.info>
3651
3652 * color.el: Rename various rgb functions to srgb.
3653
3654 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3655
3656 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3657 names.
3658
3659 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3660
3661 * shr.el (shr-insert): Revert last change.
3662 (shr-find-fill-point): Never leave point being at bol;
3663 relax the kinsoku limitation when rendering tables.
3664
3665 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3668 results from -accept-article.
3669
3670 * shr-color.el: Require cl when compiling.
3671
3672 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3673 checkin.
3674
3675 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3676
3677 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3678
3679 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3680 'add and 'delete to set backend marks.
3681
3682 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3683
3684 * nnheader.el (nnheader-update-marks-actions): Refactor out.
3685
3686 * nntp.el (nntp-request-set-mark): Use it.
3687
3688 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3689
3690 * nnml.el (nnml-request-set-mark): Ditto.
3691
3692 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3693 introduces regressions in article selection.
3694 (nnimap-find-uid-response): New function.
3695 (nnimap-request-accept-article): Use the UID returned, if any.
3696 (nnimap-request-move-article): Use the UID returned, if any.
3697 (nnimap-get-groups): Reimplement to work with folded lines.
3698 (nnimap-find-uid-response): The UID is the last element in the list.
3699 (nnimap-request-set-mark): Extend syntax with 'set.
3700
3701 * nnml.el (nnml-request-set-mark): Ditto.
3702
3703 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3704
3705 * nntp.el (nntp-request-set-mark): Ditto.
3706
3707 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3708
3709 * message.el (message-called-interactively-p): A temporary macro.
3710 (message-goto-body): Use it temporarily.
3711
3712 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713
3714 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3715 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3716 (nnimap-last-response-string): Fix last unfolding fix.
3717
3718 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3719
3720 * shr.el (shr-insert): Fix the way to fold lines.
3721
3722 2010-11-25 Julien Danjou <julien@danjou.info>
3723
3724 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3725
3726 * color.el: Rename from color-lab.el
3727 (color-rgb->hex): Add.
3728 (color-complement): Add.
3729 (color-complement-hex): Add.
3730
3731 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3732
3733 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * shr-color.el (shr-color-visible): Don't bug out if the colour names
3736 don't exist.
3737
3738 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3739
3740 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3741 assuming that article displaying or another mml-preview may be
3742 interrupted for an error or for the like.
3743
3744 * shr.el (shr-get-background): Fix argument name.
3745
3746 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3747
3748 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3749
3750 * gnus-sum.el (gnus-summary-include-articles): New function.
3751
3752 * message.el (message-goto-body): called-interactively-p needs a
3753 parameter, so use `any'.
3754
3755 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3756 clear marks before moving, since they're synced from the Gnus side
3757 first.
3758
3759 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3760 (gnus-summary-move-article): Copy over all marks before moving, so that
3761 IMAP doesn't think a new article has arrived.
3762
3763 2010-11-24 Julien Danjou <julien@danjou.info>
3764
3765 * shr.el (shr-insert-background-overlay): Fix typo.
3766 (shr-render-td): Copy the background before rendering.
3767
3768 * shr-color.el (shr-color-visible): Fix docstring.
3769
3770 * shr.el (shr-tag-table): Add bgcolor support.
3771 (shr-render-td): Add bgcolor support.
3772 (shr-get-background): Add.
3773 (shr-insert-foreground-overlay): Use shr-get-background.
3774
3775 * message.el (message-goto-body): Use called-interactively-p.
3776 (message-in-body-p): message-goto-body returns point.
3777
3778 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3779
3780 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3781 Fixes something or other in Emacs 23, and is backwards compatible.
3782
3783 * message.el (message-goto-body): Remove the <#secure special-casing,
3784 which is too special.
3785
3786 * shr.el (shr-parse-style): Drop !important from styles.
3787
3788 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3789
3790 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3791 this function to return incorrect results when calling it with an
3792 explicit article argument different from
3793 (gnus-summary-article-number).
3794
3795 2010-11-24 Julien Danjou <julien@danjou.info>
3796
3797 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3798 (shr-tag-body): Add background support.
3799 (shr-descend): Add background support.
3800 (shr-tag-title): Add.
3801
3802 * shr-color.el (shr-color-visible): Really return original background
3803 if fixed.
3804
3805 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * shr.el (shr-color-check): Protect against non-existent colour names.
3808
3809 2010-11-24 Julien Danjou <julien@danjou.info>
3810
3811 * color-lab.el: Require 'cl when compiling.
3812
3813 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3814
3815 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3816 matched part.
3817
3818 * color-lab.el: Fix all expt calls to use float type.
3819
3820 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3821
3822 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3823 expression to shr-color-check as is.
3824
3825 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3826
3827 * color-lab.el: Add coding cookie.
3828 (float-pi): Use eval-and-compile.
3829
3830 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3831
3832 * shr.el (shr-insert-color-overlay): Split stuff like
3833 "#444444 !important" to find the real colour.
3834 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3835 parse <font color="red"> entries.
3836
3837 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3838
3839 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3840 point when parsing headers.
3841
3842 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3843 is positioned properly when parsing headers.
3844
3845 2010-11-23 Julien Danjou <julien@danjou.info>
3846
3847 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3848
3849 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3850
3851 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3852
3853 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3854 Use shr-color-hue-to-rgb.
3855 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3856
3857 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3858
3859 * shr.el (shr-color->hexadecimal): Autoload.
3860 (shr-descend): Add color to all tags.
3861
3862 2010-11-22 Julien Danjou <julien@danjou.info>
3863
3864 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3865 shr-color->hexadecimal.
3866
3867 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3868 RGB() or HSL() color representation.
3869
3870 * shr.el (shr-tag-font): Add.
3871 (shr-tag-color-check): New function to get better colors.
3872 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3873 tag-span.
3874
3875 * shr-color.el: New file.
3876
3877 * color-lab.el: New file.
3878
3879 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3880
3881 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3882
3883 * nnir.el: Fix typo in comments.
3884 (nnir-run-imap): Simplify code. No need to reverse artlist.
3885 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3886
3887 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3888
3889 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3890
3891 * nnimap.el (nnimap-get-capabilities): Refactor out.
3892 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3893
3894 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
3895
3896 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3897 appearing when `mm-uu-hide-markers' is nil.
3898
3899 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3900
3901 * nnimap.el (nnimap-unselect-group): Make into its own function.
3902 (nnimap-request-rename-group): Unselect group before renaming.
3903 This had gotten lost somewhere.
3904 (nnimap-request-accept-article): Keep track of examined groups, and
3905 unselect the group before APPENDing to read-only groups.
3906 (nnimap-request-move-article): Clear flags before moving so that they
3907 can be re-set later.
3908
3909 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3910
3911 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3912 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3913
3914 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3915
3916 * gnus-art.el (gnus-mime-display-single)
3917 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3918 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3919 parameter.
3920
3921 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3922
3923 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3924 (shr-table-vertical-line): New variable.
3925 (shr-insert-table): Use it.
3926
3927 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * gnus-html.el (gnus-html-wash-images): Don't display images if
3930 gnus-inhibit-images is non-nil; register displayer for cid images.
3931 (gnus-html-display-image): Work for cid image.
3932 (gnus-html-insert-image): Allow arguments.
3933 (gnus-html-put-image): Inhibit read-only.
3934 (gnus-html-prefetch-images): Don't prefetch images if
3935 gnus-inhibit-images is non-nil.
3936
3937 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
3939 * shr.el (shr-put-image): Break lines when inserting big pictures.
3940
3941 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3942
3943 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3944 sender, thanks Katsumi Yamaoka.
3945
3946 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3947
3948 * nnir.el (nnir-run-imap): Reverse the article list for each group
3949 rather than the whole list.
3950
3951 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3952
3953 * shr.el (shr-image-displayer): Protect function against non-existent
3954 image source.
3955
3956 * gnus-art.el (gnus-inhibit-images): New user option.
3957 (gnus-mime-display-single): Don't display image if it is non-nil.
3958
3959 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3960 gnus-inhibit-images.
3961
3962 * shr.el (shr-image-displayer): New function.
3963 (shr-tag-img): Use it.
3964
3965 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3966
3967 * mml2015.el (mml2015-epg-sign): Use From header.
3968
3969 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3970
3971 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3972
3973 * gnus-util.el (gnus-find-text-property-region): Return markers.
3974
3975 * shr.el (shr-tag-img): Put a displayer in the text property.
3976
3977 * gnus-util.el (gnus-find-text-property-region): New utility function.
3978
3979 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3980 (gnus-html-show-images): Remove.
3981
3982 * gnus-art.el (gnus-article-show-images): New, more general function.
3983
3984 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3985 image url text properties.
3986
3987 * shr.el: Ditto.
3988
3989 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3990 gnus-agent-auto-agentize-methods is set. Which it isn't.
3991
3992 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3993
3994 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3995 work for two or more articles.
3996
3997 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3998
3999 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4000 divide an image that's in an html article to two or more when washing
4001 non-ASCII characters in alt text of it.
4002
4003 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4004
4005 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4006 smime-decrypt-region using function argument.
4007 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4008
4009 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4010
4011 * smime.el (smime-decrypt-region): Catch it.
4012
4013 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * smime.el (smime-mode-map): Move initialization into declaration.
4016 (gnus-run-mode-hooks): Don't autoload.
4017 (smime-mode): Use define-derived-mode.
4018
4019 2010-11-11 Glenn Morris <rgm@gnu.org>
4020
4021 * smime.el (from): Restrict declaration to XEmacs.
4022
4023 * nnir.el (gnus-group-topic-name): Autoload.
4024
4025 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4026
4027 * shr.el (shr-insert): Don't break long line if it is because of
4028 kinsoku-bol characters in the line end.
4029
4030 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
4031
4032 * nnir.el (nnir-request-move-article): Fix to provide original group
4033 and subject.
4034 (nnir-warp-to-article): Don't fail on articles whose headers haven't
4035 been retrieved.
4036
4037 * gnus-sum.el (gnus-summary-move-article): Use original group and
4038 subject for virtual articles such as those in an nnir summary buffer.
4039
4040 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4041
4042 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4043 least 21.5).
4044
4045 * smime.el (from): Declare it again for XEmacs.
4046
4047 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4048
4049 * message.el (message-resend): Don't disable encoding unless it's
4050 already encoded.
4051
4052 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4053 low-numbered articles.
4054
4055 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4056
4057 * rfc2047.el (rfc2047-syntax-table): Simplify.
4058
4059 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4060 set-char-table-range for XEmacs.
4061
4062 2010-11-10 Glenn Morris <rgm@gnu.org>
4063
4064 * smime.el (from): Remove unused declaration.
4065
4066 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4067 (gnus-float-time): On Emacs, always an alias.
4068
4069 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4070 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4071
4072 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4075
4076 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4077
4078 * shr.el (browse-url-mailto): Autoload.
4079
4080 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4081
4082 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4083 regexp doesn't need quoting.
4084
4085 2010-11-09 Sven Joachim <svenjoac@gmx.de>
4086
4087 * message.el (message-subject-trailing-was-ask-regexp)
4088 (message-subject-trailing-was-regexp): Match was: in addition to was.
4089
4090 2010-11-09 Glenn Morris <rgm@gnu.org>
4091
4092 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4093 (nnbabyl-check-mbox): Use point-at-bol.
4094
4095 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4096
4097 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4098
4099 * message.el (message-mailto): New function.
4100 (message-mailto): Should accept other parameters.
4101 (message-mailto): Remove since it duplicates browse-url-mailto
4102 functionality.
4103
4104 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4105
4106 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4107 methods.
4108 (gnus-read-active-file): Ditto.
4109
4110 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4111 ": " from the prompt.
4112 (gnus-group-make-group): Ditto.
4113
4114 2010-11-07 Glenn Morris <rgm@gnu.org>
4115
4116 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4117 (gnus-bookmark-kill-line): Use point-at-eol.
4118
4119 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4120
4121 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4122 asterisks in From header.
4123
4124 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4125
4126 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4127 string to avoid making the From headers syntactically invalid.
4128
4129 * message.el (message-send-mail): Don't insert courtesy messages if the
4130 message already has List-Post and List-ID messages.
4131
4132 2010-11-06 Glenn Morris <rgm@gnu.org>
4133
4134 * gnus-art.el (gnus-treat-article): Give dynamic local variables
4135 `condition', `type', `length' a prefix.
4136 (gnus-treat-predicate): Update for above name changes.
4137
4138 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
4139
4140 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4141 binding. Handled by `gnus-summary-refer-thread' instead.
4142 (nnir-warp-to-article): New backend function.
4143
4144 * nnimap.el (nnimap-request-thread): Force dependency updating.
4145
4146 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4147 (gnus-summary-refer-thread): Rework to improve thread-referral.
4148
4149 * gnus-int.el (gnus-warp-to-article): New function.
4150
4151 * gnus-sum.el (gnus-summary-article-map): Bind it.
4152
4153 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
4154
4155 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4156 gnus-summary-refer-thread.
4157
4158 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4159 headers.
4160 (gnus-summary-limit-include-thread): Prevent articles in thread from
4161 being cut in gnus-cut-threads.
4162 (gnus-summary-refer-thread): Limit retrieved headers to those in
4163 thread.
4164
4165 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166
4167 * message.el (message-send-mail): Use the value of
4168 message-courtesy-message from the message buffer.
4169
4170 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4171
4172 * shr.el (shr-browse-url): Implement mailto: URLs.
4173
4174 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4175 "raw".
4176
4177 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4178 if it's already selected.
4179
4180 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4181
4182 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4183
4184 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4185 to measure the length and truncate alt text.
4186
4187 2010-11-03 Glenn Morris <rgm@gnu.org>
4188
4189 * nndiary.el (nndiary-generate-nov-databases-1)
4190 (nndiary-generate-active-info): Rename dynamic variable `files' to
4191 something less generic.
4192
4193 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
4194
4195 * nnir.el (nnir-request-move-article): Call the underlying backend to
4196 move articles from nnir.
4197
4198 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4199
4200 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4201
4202 2010-11-02 Julien Danjou <julien@danjou.info>
4203
4204 * nnir.el: Remove wais support.
4205
4206 2010-11-02 Glenn Morris <rgm@gnu.org>
4207
4208 * gnus-html.el: Reorder requirements to quieten compiler.
4209
4210 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4211
4212 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4213 properly for XEmacs as well.
4214 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4215 (gnus-article-natural-long-line-p): Use window-width rather than
4216 frame-width.
4217
4218 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
4219
4220 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
4221 (nnir-read-parms): Don't modify query.
4222 (nnir-run-query): Add ability to search topic on current line.
4223 (nnir-get-active): Clean up.
4224
4225 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4226
4227 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4228 degenerate articles.
4229
4230 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4231 (gnus-print-buffer): Just print the buffer as is, without any copying
4232 to a buffer and then re-highlighting.
4233
4234 * nnimap.el (nnimap-request-group): Store the new updated info.
4235 (nnimap-request-group): Select the group when we don't know whether it
4236 exists or not.
4237
4238 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4239 groups.
4240
4241 * gnus-group.el (gnus-group-find-new-groups): Display all the new
4242 groups.
4243
4244 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4245 groups.
4246
4247 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4248 long-lines case by only filling the long lines.
4249
4250 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4251 (bug #7311).
4252
4253 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4254
4255 * shr.el: No need to declare `declare-function' since shr.el is for
4256 only Emacsen that provide `libxml-parse-html-region'.
4257
4258 2010-11-01 Glenn Morris <rgm@gnu.org>
4259
4260 * mm-util.el (gnus-completing-read): Autoload.
4261 (mm-read-coding-system): Simplify Emacs definition.
4262
4263 * nnmail.el (gnus-activate-group):
4264 * nnimap.el (gnutls-negotiate):
4265 * nntp.el (netrc-parse): Fix declarations.
4266
4267 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4268
4269 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4270 string-match-p in Emacs >=23.
4271
4272 * gnus-msg.el (gnus-configure-posting-styles)
4273 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4274
4275 2010-11-01 Glenn Morris <rgm@gnu.org>
4276
4277 * nnir.el (declare-function): Add compat stub.
4278 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4279 (nnir-run-gmane): Require 'mm-url.
4280
4281 * mm-util.el (mm-string-to-multibyte): Simplify.
4282
4283 * shr.el (declare-function): Add compat stub.
4284 (url-cache-create-filename): Declare.
4285 (mm-disable-multibyte, widget-convert-button): Autoload.
4286
4287 * smime.el (ldap-search): Declare.
4288 (smime-cert-by-ldap-1): Require ldap on Emacs.
4289
4290 * nnimap.el: Require nnmail, and gnus-sum when compiling.
4291 (nnimap-keepalive): Use gnus-float-time.
4292
4293 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4294 (mail-source-delete-crash-box): Use gnus-float-time.
4295
4296 * gnus-dired.el (gnus-completing-read): Autoload.
4297
4298 * mm-view.el (gnus-rescale-image): Autoload.
4299
4300 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4301
4302 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4303
4304 * sieve-manage.el: Require 'cl when compiling.
4305
4306 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4307 (gnus-iswitchb-completing-read): Require iswitchb.
4308 (gnus-select-frame-set-input-focus): Silence compiler.
4309
4310 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4311
4312 * message.el (message-subject-trailing-was-query): Change default to t,
4313 since I think that's what most people want.
4314
4315 * nnimap.el (nnimap-request-accept-article): Erase buffer before
4316 appending for easier debugging.
4317 (nnimap-wait-for-connection): Take a regexp.
4318 (nnimap-request-accept-article): Wait for the continuation line before
4319 sending anything unless we're streaming.
4320
4321 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4322 leave the header washing to take place.
4323
4324 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4325
4326 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4327 regular expression match and replace in posting styles.
4328
4329 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
4330
4331 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4332 an entire server.
4333 (nnir-get-active): New function.
4334 (nnir-run-imap): Use it.
4335 (nnir-run-gmane): Who knew, gmane search returns an article score!
4336
4337 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4338 server on the current line with nnir.
4339
4340 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4341
4342 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4343 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4344 left edge.
4345 (gnus-article-foldable-buffer): Skip past the prefix when determining
4346 raggedness.
4347
4348 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4349 the raw article, and change `C-u g' to show the article without doing
4350 treatments.
4351
4352 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4353 on to `gnus-treat-article'.
4354 (gnus-inhibit-article-treatments): New variable.
4355
4356 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4357
4358 * gnus-art.el (gnus-treatment-function-alist): Have
4359 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4360 (gnus-treat-fill-long-lines): Change default to fill all text/plain
4361 sections.
4362
4363 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4364 parameter.
4365 (gnus-article-fill-cited-long-lines): New function.
4366 (gnus-article-fill-cited-article): Allow filling only long sections.
4367
4368 * shr.el (shr-find-fill-point): Don't break lines between punctuation
4369 and non-punctuation (like after the apostrophe in "'We").
4370
4371 * gnus-sum.el (gnus-summary-select-article): Make sure
4372 gnus-original-article-buffer is alive.
4373
4374 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4375 reflect the order they're in in the digest.
4376
4377 * gnus.el (gnus-group-startup-message): Move point to the start of the
4378 buffer.
4379
4380 * nnimap.el (nnimap-capability): New function.
4381 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4382 is set.
4383
4384 2010-10-31 David Engster <dengste@eml.cc>
4385
4386 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4387 conform with changes to gnus-completing-read.
4388
4389 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4390
4391 * shr.el (shr-tag-img): Output "*" instead of "[img]".
4392
4393 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4394
4395 * nnir.el: Move defvar, defcustom around to keep file organized
4396 and keep byte-compiler quiet.
4397 (nnir-read-parms): Accept search-engine as arg.
4398 (nnir-run-query): Pass search-engine as arg.
4399 (nnir-search-engine): Remove.
4400
4401 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4402
4403 * shr.el (shr-generic): The text nodes should be text, not :text.
4404
4405 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4406 later in the file.
4407
4408 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4409
4410 * nnir.el: General clean up. Allow searching with multiple engines.
4411 Allow separate extra-parameters for each engine.
4412 Batch queries when possible.
4413 (nnir-imap-default-search-key,nnir-method-default-engines):
4414 Add customize interface.
4415 (nnir-run-gmane): New engine.
4416 (nnir-engines): Use it. Qualify all prompts with engine name.
4417 (nnir-search-engine): Remove global variable.
4418 (nnir-run-hyrex): Restore for now.
4419 (nnir-extra-parms,nnir-search-history): New variables.
4420 (gnus-group-make-nnir-group): Use them.
4421 (nnir-group-server): Remove in favor of gnus-group-server.
4422 (nnir-request-group): Avoid searching twice.
4423 (nnir-sort-groups-by-server): New function.
4424
4425 2010-10-30 Julien Danjou <julien@danjou.info>
4426
4427 * gnus-group.el: Remove gnus-group-fetch-control.
4428
4429 * gnus-start.el (gnus-find-new-newsgroups):
4430 Remove gnus-check-first-time-used.
4431
4432 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4433
4434 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4435
4436 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4437 set on groups that don't have \* permanentflags.
4438
4439 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4440
4441 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4442 control the background color.
4443 (shr-tag-img): Ignore very small web bug type images.
4444 (shr-put-image): Add help-echo alt texts to the images.
4445 (shr-tag-video): Show the video poster image.
4446
4447 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4448
4449 * shr.el (shr-table-depth): New variable.
4450 (shr-tag-table-1): Only insert the images after the top-level table.
4451
4452 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4453
4454 * gnus-util.el (gnus-list-memq-of-list): New function.
4455
4456 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4457 selected.
4458 (nnimap-unsplittable-articles): New slot.
4459 (nnimap-new-articles): Use it.
4460
4461 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
4462
4463 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4464 move to the previous line on `M-g'.
4465
4466 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4467
4468 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4469 *-request-group, which seems unnecessary.
4470
4471 * nnimap.el (nnimap-quote-specials): Function copied over from
4472 imap.el.
4473 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4474 they support that. Suggested by Tom Regner.
4475
4476 2010-10-29 Julien Danjou <julien@danjou.info>
4477
4478 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4479 defalias.
4480 (gnus-summary-delete-marked-with): Remove obsolete defalias.
4481
4482 * gnus.el: Remove `gnus-nntp-service' variable.
4483 (gnus-secondary-servers): Make obsolete.
4484 (gnus-nntp-server): Make obsolete.
4485
4486 * gnus-start.el (gnus-1): Remove x-splash calls.
4487
4488 * gnus-ems.el (gnus-x-splash): Remove.
4489
4490 * gnus.el (gnus-group-startup-message): Simplify/update code.
4491
4492 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4493 capability before doing anything.
4494 (gnus-group-insert-group-line): Remove useless
4495 gnus-group-remove-excess-properties.
4496
4497 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4498
4499 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4500
4501 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4502
4503 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4504 config after reselecting.
4505
4506 2010-10-28 Julien Danjou <julien@danjou.info>
4507
4508 * shr.el (shr-put-image): Use point even if only inserting text.
4509 (shr-put-image): Save excursion when inserting alt text on non-graphic
4510 display, so the behaviour is the same when we are on a graphic display.
4511
4512 * nnir.el (nnir-run-swish-e): Remove hyrex support.
4513
4514 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4515
4516 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4517 (gnus-mime-copy-part): Check coding system, not charset.
4518 (gnus-mime-view-part-externally): Never remove part.
4519 (gnus-mime-view-part-internally): Don't remove part here.
4520 (gnus-article-part-wrapper): Make sure MIME tag is visible.
4521 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4522 multipart/alternative.
4523
4524 * mm-decode.el (mm-display-part): Take optional arg `force'.
4525
4526 2010-10-26 Julien Danjou <julien@danjou.info>
4527
4528 * gnus-group.el (gnus-group-default-list-level): Add this function to
4529 compute the default list level.
4530 (gnus-group-default-list-level): Add possibility to use a function.
4531
4532 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
4533
4534 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4535
4536 * gnus-group.el (gnus-group-completing-read)
4537 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4538 gnus-replace-in-string.
4539
4540 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4541
4542 * shr.el (shr-tag-div): Add.
4543
4544 2010-10-25 Julien Danjou <julien@danjou.info>
4545
4546 * gnus-util.el: Remove `gnus-with-local-quit'.
4547
4548 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4549
4550 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4551
4552 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4553 the original article buffer.
4554
4555 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4556
4557 * nnimap.el (nnimap-request-head): New function.
4558 (nnimap-request-move-article): Try to be slighly faster by not
4559 requesting the entire message when moving.
4560 (nnimap-transform-headers): Don't bug out on bodiless articles.
4561 (nnimap-send-command): Have no outstanding messages if the IMAP server
4562 doesn't support streaming.
4563 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4564
4565 2010-10-24 Julien Danjou <julien@danjou.info>
4566
4567 * message.el (message-default-headers): Fix type.
4568
4569 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4572 prefetching images.
4573
4574 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4575 backend for unknown groups. This is mainly useful for nnimap groups.
4576
4577 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4578 group isn't covered by the agent.
4579
4580 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
4581
4582 * nnir.el (nnir-method-default-engines): New variable.
4583 (nnir-run-query): Use it.
4584 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4585 (gnus-summary-nnir-goto-thread): Change group if needed.
4586
4587 * gnus-group.el (gnus-group-group-map): Add key binding for
4588 gnus-group-make-nnir-group.
4589
4590 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4591
4592 * shr.el (shr-tag-object): Add.
4593
4594 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4595 original article buffer live.
4596 (gnus-summary-select-article-buffer):
4597 Mention gnus-widen-article-buffer.
4598
4599 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4600
4601 * shr.el (shr-tag-strong): Add.
4602
4603 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4604
4605 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4606 group names. They mess up the group buffer badly.
4607
4608 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4609
4610 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4611 instead of the summary one.
4612
4613 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
4614
4615 * mml.el (mml-preview): Work properly when editing article.
4616
4617 * gnus-start.el (gnus-read-active-file-1): Don't add method to
4618 gnus-have-read-active-file if it's already been in.
4619
4620 2010-10-22 Tom Tromey <tromey@redhat.com>
4621
4622 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4623 gnus-group-completing-read.
4624
4625 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4626
4627 * message.el (message-mode-map): Don't bind M-; to comment region, to
4628 allow the global comment-dwim to work.
4629
4630 2010-10-21 Julien Danjou <julien@danjou.info>
4631
4632 * message.el (message-setup-1): Allow message-default-headers to be a
4633 function.
4634
4635 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4636
4637 * shr.el (shr-tag-table): Simplify.
4638
4639 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640
4641 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4642 to avoid trying to snarf invalid stuff.
4643
4644 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4645
4646 * gnus.el (gnus-message-archive-group): Quote value.
4647 (gnus-message-archive-group): Mark as changed.
4648
4649 * shr.el (shr-add-font): Don't put the font properties on the newline
4650 or the indentation.
4651
4652 * message.el (message-fix-before-sending): Change options when sending
4653 non-printable characters.
4654
4655 * gnus.el (gnus-message-archive-method): Change the default to
4656 monthly outgoing groups.
4657
4658 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4659 that have gotten new numbers.
4660
4661 * nnimap.el (nnimap-request-replace-article): New function.
4662
4663 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4664
4665 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4666 (nnrss-request-article): Don't use special html washing code.
4667
4668 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4669
4670 * shr.el (shr-tag-table): Remove useless nconc.
4671
4672 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4673
4674 * gnus-art.el (article-wash-html): Simplify and remove the charset
4675 stuff. Use the normal html rendering code instead of the special html
4676 washing code.
4677
4678 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4679 `gnus-w3m' symbols.
4680 (mm-text-html-washer-alist): Remove.
4681
4682 * mm-decode.el (mm-inline-text-html-renderer): Remove.
4683 (mm-inline-media-tests): Remove use.
4684 (mm-text-html-renderer): Change default to the `shr' symbol.
4685
4686 * mm-view.el (mm-inline-text-html): Remove use.
4687
4688 * gnus-art.el (gnus-blocked-images): New function. Allow the
4689 `gnus-blocked-images' to be a function.
4690 (gnus-article-wash-function): Remove.
4691
4692 2010-10-20 Julien Danjou <julien@danjou.info>
4693
4694 * spam.el (spam-list-of-processors): Mark as obsolete.
4695
4696 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4697 (nnimap-insert-partial-structure): Fix boundary detection.
4698
4699 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4700
4701 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4702 run file-truename on remote files. This can be expensive and even
4703 prevent one from editing drafts if some unrelated buffer has a stale
4704 connection.
4705
4706 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4707
4708 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4709 kinsoku-eol regardless of shr-kinsoku-shorten.
4710 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4711 (shr-tag-table): Support caption, thead, and tfoot.
4712
4713 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714
4715 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4716 lines.
4717 (shr-save-contents): New command and keystroke.
4718
4719 * nndoc.el (nndoc-type-alist): Add git support.
4720 (nndoc-git-type-p): New function.
4721 (nndoc-transform-git-article): Ditto.
4722 (nndoc-transform-git-headers): Ditto.
4723 (nndoc-transform-git-headers): Generate Subject headers.
4724
4725 * shr.el (shr-parse-style): New function.
4726 (shr-tag-span): Ditto.
4727
4728 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4729 to `G G' to avoid collisions.
4730
4731 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4732
4733 * shr.el: Load kinsoku if necessary.
4734 (shr-kinsoku-shorten): New internal variable.
4735 (shr-find-fill-point): Make kinsoku shorten text line if
4736 shr-kinsoku-shorten is bound to non-nil.
4737 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4738 shr-indentation too when testing if table is wider than frame width.
4739 (shr-insert-table): Use `string-width' instead of `length' to measure
4740 text width.
4741 (shr-insert-table-ruler): Make sure indentation is done at bol.
4742
4743 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4746 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4747 undecoded network data.
4748
4749 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4750
4751 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4752 name in the mode line spec so that the mode line menu works
4753 (bug #2431).
4754
4755 * message.el (message-get-reply-headers): If we're fed `to-address',
4756 then always use that.
4757
4758 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4759 aren't so wide as to need to switch off the edit menu.
4760
4761 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4762 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4763
4764 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4765 `M-g'.
4766 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4767 the permanent marks.
4768
4769 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4770
4771 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4772 Splitting according to references/in-reply-to obeys the ignore-groups
4773 variable, while splitting by sender and subject do not.
4774
4775 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4776
4777 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4778 alist, so that we can look for non-Unicode chars.
4779 (article-translate-strings): Allow both character and string maps.
4780
4781 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4782
4783 * shr.el (shr-insert): Don't insert space behind a wide character
4784 categorized as kinsoku-bol, or between characters both categorized as
4785 nospace.
4786
4787 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4788
4789 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4790 headers to gnus-newsgroup-headers.
4791
4792 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4793
4794 * shr.el (shr-tag-img): Don't align images -- since we're not
4795 rescaling, this often leads to ugly displays.
4796
4797 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4798
4799 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4800 duplicates.
4801
4802 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4803
4804 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4805 call.
4806
4807 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4808
4809 * gnus.el: Autoload gnus-html-show-images.
4810
4811 * nnimap.el: Use nnheader-message throughout.
4812
4813 * shr.el (shr-tag-img): Ignore images with no data.
4814
4815 2010-10-15 Julien Danjou <julien@danjou.info>
4816
4817 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4818 a possibility to disable format=flow encoding when using hard newlines.
4819
4820 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4821
4822 * shr.el (shr-insert): Remove space inserted before or after a
4823 breakable character or at the beginning or the end of a line.
4824 (shr-find-fill-point): Do kinsoku; find the second best point or give
4825 it up if there's no breakable point.
4826
4827 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4828
4829 * nnimap.el (nnimap-open-connection): Message when opening connection
4830 for debugging purposes.
4831
4832 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4833 on every setup buffer call to allow this to change from article to
4834 article.
4835
4836 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4837 buffers where we have a wide table.
4838
4839 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4840
4841 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4842 uses *-request-thread.
4843
4844 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4845
4846 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4847 incantation, which is no longer valid.
4848
4849 2010-10-14 Julien Danjou <julien@danjou.info>
4850
4851 * shr.el: Fix defcustom type (char -> character).
4852
4853 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4854
4855 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4856 programs.
4857
4858 2010-10-14 Julien Danjou <julien@danjou.info>
4859
4860 * shr.el (shr-tag-a): Use url-link as widget type.
4861
4862 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4863 `gnus-group-get-icon'.
4864
4865 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4866
4867 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4868 This should make server editing work better.
4869
4870 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4871
4872 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4873 (nnimap-parse-flags): Fix regexp.
4874
4875 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4876 probably work for CJVK text, too.
4877
4878 * nnimap.el (nnimap-extend-tls-programs): Remove.
4879 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4880
4881 2010-10-13 Julien Danjou <julien@danjou.info>
4882
4883 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4884 responses.
4885
4886 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4887
4888 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4889
4890 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4891 anything in Emacs.
4892
4893 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4894
4895 2010-10-13 Julien Danjou <julien@danjou.info>
4896
4897 * shr.el (shr-width): Make shr-width a defcustom with default to
4898 fill-column.
4899 (shr-tag-img): Use shr-width rather than fill-column.
4900
4901 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4902
4903 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4904
4905 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4906 position when (X-)Faces exist.
4907 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4908 avatars when called interactively.
4909
4910 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4911
4912 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4913 gnus-article-x-face-too-ugly is bound.
4914
4915 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4916
4917 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4918
4919 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4920 mailbox that doesn't exist.
4921
4922 2010-10-12 Julien Danjou <julien@danjou.info>
4923
4924 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4925 (shr-get-image-data): Encode URL properly when fetching from cache.
4926 (shr-tag-img): Use aligned-to spaces to align correctly images.
4927
4928 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4929 before inserting the Gravatar.
4930
4931 * shr.el (shr-tag-img): Add align attribute support for <img>.
4932
4933 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4934
4935 * gnus-gravatar.el (gnus-art): Require.
4936
4937 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4938 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4939 Remove long obsoleted functions.
4940
4941 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4942
4943 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4944
4945 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4946 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4947 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4948 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4949 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4950 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4951 Fix comment for declare-function.
4952
4953 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4954
4955 * nnimap.el (nnimap-request-rename-group): Select group read-only
4956 before renaming it.
4957
4958 * shr.el (shr-insert): Fix up the white space only regexp.
4959
4960 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4961 bodies. Protect against this. Reported by Michael Welsh Duggan.
4962
4963 * shr.el (shr-current-column): New function.
4964 (shr-find-fill-point): New function.
4965
4966 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4967
4968 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4969 numbers.
4970
4971 2010-10-11 Julien Danjou <julien@danjou.info>
4972
4973 * shr.el (shr-hr-line): Add.
4974 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4975 display hr lines.
4976 (shr-max-columns): Do not change state to nil if we just inserting
4977 spaces.
4978
4979 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4980
4981 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4982 select the last group.
4983
4984 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4985
4986 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4987
4988 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4989
4990 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4991 for Gnus.
4992 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4993 (nnimap-update-qresync-info): Mark \Seen articles as read.
4994
4995 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4996 non-variable, too.
4997
4998 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4999 available.
5000 (nnimap-update-info): Rely more on the current active than the param
5001 active to avoid marking articles as read too much.
5002
5003 * auth-source.el (auth-source-create): Use (user-login-name) for the
5004 user name default.
5005
5006 * nnimap.el (nnimap-update-info): If the server doesn't return any
5007 useful info, just use the previous info.
5008 (nnimap-update-info): Prefer old info over start-article.
5009 (nnimap-update-qresync-info): Finish implementing QRESYNC.
5010
5011 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
5012
5013 * nnir.el (autoload): Clean up autoloads.
5014 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5015 Use key rather than value.
5016 (nnir-imap-search-other): New variable.
5017 (nnir-read-parm): Use it.
5018 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5019 (gnus-summary-nnir-goto-thread): Modify to work with imap.
5020
5021 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5024 the process, too.
5025
5026 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5027
5028 * spam.el (gnus-summary-mode-map): Bind to "$".
5029 Suggested by Russ Allbery.
5030
5031 * shr.el: Rework the way things are indented by <li> slightly.
5032
5033 * gnus.el (gnus-group-set-parameter): Fix typo.
5034
5035 * nnimap.el: Start implementing QRESYNC support.
5036
5037 2010-10-09 Julien Danjou <julien@danjou.info>
5038
5039 * nnir.el (nnir-engines): Fix too many arguments.
5040
5041 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5042
5043 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5044 group is the "last", so that the backends like nnfolder actually save
5045 their folders.
5046
5047 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5048 try to use that for the tls stream.
5049 (nnimap-retrieve-group-data-early): Rework the marks code to heed
5050 UIDVALIDITY and find out which groups are read-only and not.
5051 (nnimap-get-flags): Use the same marks parsing code as the rest of
5052 nnimap.
5053
5054 2010-10-09 Julien Danjou <julien@danjou.info>
5055
5056 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5057
5058 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5059 retrieving gravatars.
5060
5061 * shr.el (shr-table-corner): Add.
5062 (shr-table-line): Add.
5063 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5064
5065 2010-10-08 Julien Danjou <julien@danjou.info>
5066
5067 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5068
5069 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
5070
5071 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5072
5073 * gnus-sum.el (gnus-mark-article-as-unread)
5074 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5075 (gnus-summary-set-bookmark): Use it.
5076
5077 * gnus-msg.el (gnus-setup-message): Use it.
5078
5079 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5080
5081 * gnus.el (gnus-group-remove-parameter): Use it.
5082
5083 * gnus-group.el (gnus-group-make-web-group): Use it.
5084
5085 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5086
5087 * nnregistry.el: Update docs to mention manual.
5088
5089 * gnus-registry.el: Update docs to mention nnregistry.el.
5090 (gnus-registry-initialize): Don't install nnregistry refer method
5091 automatically.
5092 (gnus-registry-install-nnregistry): Remove it.
5093
5094 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5095
5096 * shr.el (shr-insert): Don't insert double spaces.
5097
5098 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
5099
5100 * gnus-gravatar.el (gnus-treat-from-gravatar)
5101 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5102 called interactively.
5103
5104 * gnus-art.el (gnus-mime-view-part-externally)
5105 (gnus-mime-view-part-internally): Make predicate function passed to
5106 gnus-mime-view-part-as-type assume argument is a mime type, not a list
5107 of a mime type.
5108
5109 * shr.el (shr-table-widths): Don't use cl function `reduce'.
5110
5111 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5112
5113 * shr.el (require): Require cl when compiling.
5114 (shr-tag-hr): New function.
5115
5116 * nnimap.el (nnimap-update-info): Remove double setting of high.
5117 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5118 This makes nnimap work properly on Courier again.
5119
5120 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5121 the variable for backwards compatibility.
5122
5123 * mm-decode.el (mm-save-part): If given a non-directory result, expand
5124 the file name before using to avoid setting mm-default-directory to
5125 nil.
5126
5127 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5128 bidning gnus-agent variables.
5129
5130 * shr.el (shr-render-td): Use a cache for the table rendering function
5131 to avoid getting an exponential rendering behaviour in nested tables.
5132 (shr-insert): Rework the line-breaking algorithm.
5133 (shr-insert): Don't leave trailing spaces.
5134 (shr-insert-table): Also insert empty TDs.
5135 (shr-tag-blockquote): Ensure paragraphs after </ul>.
5136
5137 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * gnus-sum.el (gnus-number): Rename from `number'.
5140 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5141 (gnus-summary-limit-children): Update uses correspondingly.
5142
5143 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5144
5145 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5146 (gnus-gravatar-transform-address): Don't show avatars of people of
5147 which mail addresses match gnus-gravatar-too-ugly.
5148
5149 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5150
5151 * shr.el (shr-table-widths): Expand TD elements to fill available
5152 space.
5153
5154 2010-10-07 Julien Danjou <julien@danjou.info>
5155
5156 * nnimap.el (nnimap-request-rename-group): Add this method.
5157
5158 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5159
5160 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5161 name from XEmacs' function-arglist.
5162
5163 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5164 gravatar under XEmacs.
5165
5166 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
5167
5168 * auth-source.el: Update docs with TODO items.
5169
5170 * gnus-sync.el: Update docs to explain state and plans.
5171
5172 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5173 Hooks for mark updates.
5174 (gnus-request-set-mark, gnus-request-update-mark): Use them.
5175
5176 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5177 hooks with arguments, which is needed for mark update hooks.
5178
5179 2010-10-06 Julien Danjou <julien@danjou.info>
5180
5181 * gnus.el (gnus-expand-group-parameter): Only return and act on what
5182 was matched.
5183
5184 * sieve-manage.el: Update example in `Commentary'.
5185
5186 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5187
5188 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5189 not 2000.
5190 (sieve-manage-authenticate): Re-add function.
5191
5192 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5193
5194 * shr.el (shr-insert): Get 'space transition right.
5195 (shr-render-td): Only delete space at the end of the TD.
5196
5197 * nnimap.el (nnimap-open-connection): Prepare to support
5198 open-gnutls-stream.
5199
5200 * shr.el: Rearrange function order to be more logical.
5201
5202 2010-10-06 Julien Danjou <julien@danjou.info>
5203
5204 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5205 (nnrss-discover-feed): Remove 404 URL in docstring.
5206
5207 * nnir.el: Fix Swish-E URL.
5208 Fix Namazu URL.
5209
5210 * message.el (message-change-subject): Remove 404 URL in a comment.
5211
5212 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
5213
5214 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5215 called interactively.
5216
5217 * gnus-util.el (gnus-remove-if): Allow hash table.
5218 (gnus-remove-if-not): New function.
5219
5220 * gnus-art.el (gnus-mime-view-part-as-type)
5221 * gnus-score.el (gnus-summary-score-effect)
5222 * gnus-sum.el (gnus-read-move-group-name):
5223 Replace remove-if-not with gnus-remove-if-not.
5224
5225 * gnus-group.el (gnus-group-completing-read):
5226 Regard collection as a hash table if it is not a list.
5227
5228 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5229
5230 * shr.el (shr-render-td): Allow blank/missing <TD>s.
5231
5232 * shr.el: Document the table-rendering algorithm.
5233
5234 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5235 invalid URLs.
5236
5237 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5238 line-broken.
5239 (shr-tag-img): Ignore image fetching errors.
5240 (shr-overlays-in-region): Compute overlay positions correctly.
5241
5242 * mm-decode.el (mm-shr): Require shr.
5243
5244 * gnus-art.el (gnus-blocked-images): Move variable here.
5245
5246 * shr.el (shr-insert-table): Bind free variable.
5247
5248 * mm-decode.el (mm-shr): Bind shr-content-function.
5249
5250 * shr.el (shr-content-function): New variable.
5251
5252 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5253 added for symmetry.
5254
5255 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5256
5257 * gnus-group.el (gnus-group-make-group): Doc fix.
5258
5259 * nnimap.el (nnimap-request-newgroups): Return success.
5260
5261 * shr.el (shr-find-elements): New function.
5262 (shr-tag-table): Put all the images after the table.
5263 (shr-tag-table): Really inhibit images inside the table.
5264 (shr-collect-overlays): Copy over overlays from the TD elements to the
5265 main document.
5266
5267 * mm-decode.el (mm-shr): Bind shr-blocked-images to
5268 gnus-blocked-images.
5269
5270 2010-10-05 Julien Danjou <julien@danjou.info>
5271
5272 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5273
5274 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5275 (gnus-html-maximum-image-size): Add this function.
5276 (gnus-html-put-image): Use gnus-html-maximum-image-size.
5277
5278 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5279 server-value of the capability is nil.
5280
5281 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5282
5283 * shr.el (shr-tag-em): Add <EM> tag.
5284
5285 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
5286
5287 * sieve-manage.el (sieve-manage-default-stream): Make default stream
5288 customizable.
5289
5290 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5291 handing broken links to browse-url.
5292
5293 2010-10-05 Julien Danjou <julien@danjou.info>
5294
5295 * gnus-util.el (gnus-emacs-completing-read)
5296 (gnus-iswitchb-completing-read): Use autoload rather than require.
5297
5298 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
5299
5300 * gnus-util.el (gnus-completing-read-function): Exclude
5301 gnus-icompleting-read and gnus-ido-completing-read from candidates for
5302 XEmacs since iswitchb.el is very old and ido.el is unavailable in
5303 XEmacs.
5304
5305 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5306 not to use `delete-dups' that is unavailable in XEmacs 21.4.
5307
5308 * gnus-html.el: Don't require help-fns under XEmacs.
5309 (gnus-html-schedule-image-fetching): Work for XEmacs.
5310
5311 * mm-decode.el (mm-shr): Decode contents by charset.
5312
5313 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5314
5315 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5316 unknown.
5317
5318 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5319 (shr-get-image-data): Ensure against the cache file missing.
5320
5321 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5322 for data.
5323
5324 * spam-report.el (spam-report-url-ping-plain): Don't query about
5325 killing the process.
5326
5327 * shr.el (shr-render-td): Protect against too-wide text.
5328
5329 2010-10-04 Julien Danjou <julien@danjou.info>
5330
5331 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5332 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5333
5334 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5335 retrieved.
5336
5337 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5338
5339 * shr.el (browse-url): Require.
5340 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5341 lines.
5342 (shr-show-alt-text, shr-browse-image): New commands.
5343 (shr-browse-url, shr-copy-url): New commands.
5344
5345 * gnus-sum.el (gnus-widen-article-window): New variable.
5346 (gnus-summary-select-article-buffer): Use it.
5347
5348 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5349 without @ signs.
5350
5351 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5352
5353 * nnir.el (nnir-run-imap): Remove spurious space in search string.
5354
5355 2010-10-04 Julien Danjou <julien@danjou.info>
5356
5357 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5358 for XEmacs.
5359
5360 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5361
5362 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5363
5364 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5365 (nnimap-close-server): Implement.
5366
5367 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5368 (shr-insert): Tweak line breaking.
5369 (shr-insert): Handle <pre> better.
5370 (shr-tag-li): Get <li> indentation right.
5371 (shr-tag-li): Get <li> indentation even righter.
5372 (shr-tag-blockquote): Ensure paragraph start.
5373 (shr-make-table): Tweak table generation.
5374 (shr-make-table): Fix typo.
5375
5376 * shr.el: Implement table rendering.
5377
5378 2010-10-04 Julien Danjou <julien@danjou.info>
5379
5380 * gnus-html.el (gnus-html-put-image): Fix resize image code.
5381
5382 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5383
5384 * shr.el (shr-insert): Use string anchors instead of line anchors.
5385
5386 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5387
5388 * shr.el: Add headings.
5389 (shr-ensure-paragraph): Actually work.
5390 (shr-tag-li): Make <ul> prettier.
5391 (shr-insert): Get white space at the beginning/end of elements right.
5392 (shr-tag-p): Collapse subsequent <p>s.
5393 (shr-ensure-paragraph): Don't insert double line feeds after blank
5394 lines.
5395 (shr-insert): \t is also space.
5396 (shr-tag-s): Fix "s" tag name function.
5397 (shr-tag-s): Fix face prop name.
5398
5399 2010-10-03 Julien Danjou <julien@danjou.info>
5400
5401 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5402
5403 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5404 gnus-window-inside-pixel-edges.
5405
5406 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5407 gnus-ems.
5408
5409 * mm-view.el (mm-inline-image-emacs): Support image resizing.
5410
5411 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5412 function.
5413
5414 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5415 resize choice.
5416
5417 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5418
5419 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5420 beginning of the buffer.
5421
5422 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5423 article buffer again.
5424
5425 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5426
5427 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5428 when it's at the start of the buffer.
5429
5430 * shr.el (shr-tag-blockquote): Convert name.
5431 (shr-rescale-image): Use the right image-size variant.
5432
5433 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5434 buffer isn't shown, then select the current article first instead of
5435 bugging out.
5436 (gnus-summary-select-article-buffer): Show both the article and summary
5437 buffers again.
5438
5439 * shr.el (shr-fontize-cont): Protect against regions with no text.
5440 Rename tag functions to shr-tag-* for enhanced security.
5441 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5442
5443 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5444
5445 * shr.el (shr-insert):
5446 * pop3.el (pop3-movemail):
5447 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5448 loaded.
5449
5450 2010-10-03 Glenn Morris <rgm@gnu.org>
5451
5452 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5453
5454 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5455
5456 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5457
5458 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5459
5460 * gnus-util.el (gnus-make-local-hook): Simplify.
5461
5462 2010-10-02 Julien Danjou <julien@danjou.info>
5463
5464 * gnus-util.el (gnus-iswitchb-completing-read): New function.
5465 (gnus-ido-completing-read): New function.
5466 (gnus-emacs-completing-read): New function.
5467 (gnus-completing-read): Use gnus-completing-read-function.
5468 Add gnus-completing-read-function.
5469
5470 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5471
5472 * shr.el (shr-insert-document): Autoload.
5473 (shr-img): Be silent.
5474 (shr-insert): Add a newline after every picture before text.
5475 (shr-add-font): Use overlays for combining faces.
5476 (shr-insert): Pass upwards the text start point.
5477
5478 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5479 possible.
5480 (mm-shr): New function.
5481
5482 2010-10-02 Julien Danjou <julien@danjou.info>
5483
5484 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5485 should go backward.
5486
5487 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
5488
5489 * shr.el (shr): Fix typo in provide call.
5490
5491 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5492
5493 * shr.el: New file.
5494
5495 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5496
5497 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5498 completing read.
5499
5500 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5501
5502 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5503 we're being queried about. Suggested by Dan Jacobson.
5504
5505 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5506 Suggested by Jason Eisner.
5507
5508 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5509 table, too. Suggested by Stefan Wiens.
5510 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5511 the table unnecessary. Suggested by Stefan Wiens.
5512
5513 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5514 longer needed, and probably doesn't work either, as pointed out by
5515 Stefan Wiens.
5516 (gnus-summary-exit): Remove call to the clearing function.
5517 (gnus-summary-exit-no-update): Ditto.
5518
5519 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5520 instead of gnus-eval-in-buffer-window to avoid popping up frames.
5521 Reported by Stefan Monnier.
5522 (gnus-summary-save-in-rmail): Ditto.
5523
5524 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5525 article buffer, instead of both the article buffer and the summary
5526 buffer. Sort of suggested by Dan Jacobson.
5527
5528 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5529
5530 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5531 Suggested by Dan Jacobson.
5532
5533 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5534 documentation clearer.
5535
5536 * message.el (message-shorten-references): Comment on the number "21".
5537 Suggested by Stefan Monnier.
5538
5539 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5540 Suggested by Dan Jacobson.
5541
5542 * gnus.el (gnus-large-newsgroup):
5543 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
5544
5545 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5546 externalize attachments. Bug reported by Steve Wen.
5547
5548 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5549 really message anything to the user.
5550
5551 * nnmail.el (nnmail-article-group): Allow using the fancy split method
5552 directly.
5553
5554 * nnimap.el (nnimap-request-group): Low higher than high to signal no
5555 messages in empty groups.
5556
5557 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
5558
5559 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5560 non-UIDNEXT group.
5561
5562 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5565 not the value from the collection.
5566
5567 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5568 values. This sometimes happens on some groups that have no info.
5569 (nnimap-request-newgroups): New function.
5570
5571 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
5572
5573 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5574 check into `gnus-registry-initialize'.
5575 (gnus-registry-initialize): Ditto.
5576 Fix and extend header docs.
5577
5578 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5579
5580 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5581 regexp backtrace overflows.
5582
5583 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5584 for starttls that tls.el implements; i.e. openssl.
5585
5586 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
5587
5588 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5589 (gravatar-create-image): New function that's an alias to
5590 gnus-xmas-create-image, gnus-create-image, or create-image.
5591 (gravatar-data->image): Use it.
5592
5593 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5594
5595 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5596 install the nnregistry refer method.
5597 (gnus-registry-install-hooks): Use it.
5598 (gnus-registry-unfollowed-groups): Add nnmairix to the default
5599 unfollowed groups.
5600
5601 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
5602
5603 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5604 expanding threads.
5605
5606 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5607
5608 * nnir.el: Use the server names without suffixes (bug #7009).
5609
5610 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5611 unencrypted to STARTTLS, if possible.
5612
5613 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5614
5615 * message.el (message-ignored-supersedes-headers): Strip Injection-*
5616 headers before superseding.
5617
5618 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5619
5620 * nnrss.el (nnrss-use-local): Add documentation.
5621
5622 * nnimap.el (nnimap-extend-tls-programs): New function.
5623 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5624 (nnimap-wait-for-connection): Accept the greeting from the stupid
5625 output from openssl s_client -starttls, too.
5626
5627 * nnimap.el (nnimap-find-article-by-message-id): Really return the
5628 article number.
5629 (nnimap-split-fancy): New variable.
5630 (nnimap-split-incoming-mail): Use it.
5631
5632 * nntp.el (nntp-server-list-active-group): Document.
5633
5634 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5635 SELECT to get the message-id.
5636
5637 * mail-source.el (mail-sources): Remove webmail support.
5638 (defvar): Ditto.
5639 (mail-source-fetcher-alist): Ditto.
5640 (mail-source-fetch-webmail): Remove.
5641
5642 * webmail.el: Remove -- doesn't seem relevant any more.
5643
5644 * gnus.el: Fix up make-obsolete-variable declarations throughout.
5645
5646 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5647 the \r.
5648
5649 2010-09-30 Julien Danjou <julien@danjou.info>
5650
5651 * gnus-agent.el (gnus-agent-add-group): Fix call to
5652 gnus-completing-read.
5653
5654 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5655
5656 * nndoc.el (nndoc-retrieve-groups): New function.
5657
5658 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5659 `default', use nnmail-split-methods.
5660 (nnimap-request-article): Downcase the NILs so that they are nil.
5661
5662 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5663 symbol.
5664
5665 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5666 code, since if the user has requested network, that's what they ought
5667 to get.
5668 (nnimap-request-set-mark): Erase the buffer before issuing commands.
5669 (nnimap-split-rule): Mark as obsolete.
5670
5671 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5672 New variable.
5673
5674 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5675 correct slot, too.
5676
5677 2010-09-29 Julien Danjou <julien@danjou.info>
5678
5679 * gnus.el (gnus-local-domain): Declare variable obsolete.
5680
5681 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5682 Fix history computing.
5683 (gnus-ido-completing-read): Require ido.
5684
5685 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5686
5687 * gnus-registry.el: Don't prompt on load, which makes it impossible to
5688 build Gnus.
5689
5690 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5691 when interpreting the structures.
5692 (nnimap-request-accept-article): Add \r\n to the lines to make this
5693 work with Cyrus.
5694
5695 * nndraft.el (nndraft-request-expire-articles): Use the group name
5696 instead if "nndraft". Fix found by Nils Ackermann.
5697
5698 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5699
5700 * nnregistry.el: Add.
5701
5702 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * nnmail.el (group, group-art-list, group-art):
5705 Remove unneeded directives.
5706
5707 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5708
5709 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5710 (mm-mime-charset)
5711 * rfc2047.el (rfc2047-syntax-table)
5712 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5713
5714 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5715 rather than `insert-file-contents' and `eval-region'.
5716
5717 2010-09-29 Julien Danjou <julien@danjou.info>
5718
5719 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5720 replacement of `gnus-gravatar-relief' to mimic
5721 `gnus-faces-properties-alist'.
5722 Add :version property.
5723
5724 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5725
5726 * mail-source.el (mail-source-report-new-mail)
5727 * message.el (message-default-mail-headers)
5728 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5729
5730 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5731
5732 2010-09-28 Julien Danjou <julien@danjou.info>
5733
5734 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5735 mail-address contains the same string as real-name.
5736
5737 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5738 non-blank in header, otherwise it'll get stripped.
5739
5740 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5741 real-name, and then for mail address rather than doing : or , search.
5742
5743 2010-09-27 Julien Danjou <julien@danjou.info>
5744
5745 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5746 right completing-read function.
5747 (gnus-use-ido): New variable
5748 (gnus-completing-read-with-default): Remove.
5749 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5750 (gnus-agent-add-group):
5751 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5752 * mm-view.el (mm-view-pkcs7-decrypt):
5753 * mm-util.el (mm-codepage-setup):
5754 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5755 * mml-smime.el (mml-smime-openssl-sign-query):
5756 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5757 (mml-insert-multipart):
5758 * gnus-msg.el (gnus-summary-yank-message):
5759 * gnus-int.el (gnus-start-news-server):
5760 * mm-decode.el (mm-interactively-view-part):
5761 * gnus-dired.el (gnus-dired-attach):
5762 * gnus.el (gnus-read-method):
5763 * gnus-bookmark.el (gnus-bookmark-jump):
5764 * gnus-art.el (gnus-mime-view-part-as-type)
5765 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5766 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5767 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5768 * nnmairix.el (nnmairix-create-server-and-default-group)
5769 (nnmairix-update-groups, nnmairix-get-server)
5770 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5771 (nnmairix-get-group-from-file-path):
5772 * nnrss.el (nnrss-find-rss-via-syndic8):
5773 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5774 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5775 (gnus-group-browse-foreign-server):
5776 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5777 (gnus-summary-execute-command, gnus-summary-respool-article)
5778 (gnus-read-move-group-name):
5779 * gnus-score.el (gnus-summary-increase-score)
5780 (gnus-summary-score-effect):
5781 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5782
5783 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5784
5785 * nnimap.el (auth-source-forget-user-or-password)
5786 (auth-source-user-or-password): Autoload.
5787
5788 * message.el (message-from-style, message-interactive)
5789 (message-signature): Remove comment.
5790 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5791 always.
5792 (message-sendmail-envelope-from): Comment fix.
5793 (message-yank-prefix): Default to mail-yank-prefix always.
5794 (message-indentation-spaces):
5795 Default to mail-indentation-spaces always.
5796 (message-signature-file): Default to mail-signature-file always.
5797
5798 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5799
5800 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5801 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5802 new articles.
5803
5804 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5805 parts.
5806 (nnimap-request-article): Work with the t setting, too.
5807
5808 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5809 that you don't get flashes of other buffers.
5810 (gnus-summary-show-complete-article): Intern before setting.
5811
5812 2010-09-27 David Engster <dengste@eml.cc>
5813
5814 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5815 well as HEADERS.
5816 (nnmairix-retrieve-headers): Provide new argument for the above.
5817
5818 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5819
5820 * gnus-sum.el (gnus-summary-move-article): Don't alter
5821 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5822 group.
5823
5824 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5825
5826 * message.el (message-cite-prefix-regexp): Revert my last edit.
5827
5828 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5829 variable instead of the Gnus variable.
5830
5831 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5832
5833 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5834
5835 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5836 since some servers don't like it.
5837 (nnimap-open-connection): Forget credentials if the server says the
5838 password was wrong.
5839 (nnimap-parse-line): Protect against invalid data.
5840
5841 * gnus-sum.el (gnus-summary-move-article): Add comment.
5842 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5843 nothing alters it while scanning for new messages.
5844
5845 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5846 which may or may not help.
5847 (nnimap-open-connection): If we're doing a stream connection, and then
5848 discover we're on a STARTTLS-capable server, then open a STARTTLS
5849 connection instead.
5850
5851 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5852
5853 * nnimap.el (utf7): Require.
5854
5855 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5856 prefix.
5857
5858 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5859
5860 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5861
5862 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5863
5864 * nnimap.el (nnimap-request-accept-article): Message the error on
5865 error.
5866
5867 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5870
5871 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5872
5873 * nndoc.el (nndoc-request-list): Return success always.
5874
5875 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5876 `fetch-old' -- we only want to fetch the articles we've requested.
5877 The rest are in the agent, probably.
5878 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5879 disappeared server" to something low. It's not important.
5880
5881 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5882 arrived before the FETCH data.
5883
5884 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5885 target here, because we don't know the Gnus name of the group.
5886
5887 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5888 for the correct group.
5889
5890 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5891
5892 * gnus.el (gnus): Give a final warning after startup.
5893
5894 * gnus-util.el (gnus-action-message-log): New variable.
5895 (gnus-message): Use it.
5896 (gnus-final-warning): New function.
5897
5898 * nnimap.el (nnimap-open-connection): Record the greeting.
5899 (nnimap): Add greeting.
5900
5901 2010-09-26 Julien Danjou <julien@danjou.info>
5902
5903 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5904 arguments.
5905 (gnus-html-wash-images): Fix spec computing to include start/end.
5906
5907 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5908
5909 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5912 deletion.
5913 (nnimap-retrieve-headers): Don't select the group, because that's
5914 already done by nnimap-possibly-change-group.
5915
5916 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5917 (gnus-picon-transform-address): Use it.
5918
5919 * mail-source.el (mail-source-value): Revert previous patch.
5920
5921 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5922 on failure.
5923 (nnimap-open-connection): Look up both virtual and physical server name
5924 credentials.
5925
5926 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5927
5928 2009-02-08 Dave Love <fx@gnu.org>
5929
5930 * gnus-win.el (gnus-window-to-buffer-helper)
5931 (gnus-all-windows-visible-p): Function needn't be a symbol.
5932
5933 * mail-source.el (mail-source-value): Function needn't be a symbol.
5934
5935 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5936
5937 * message.el (message-cite-prefix-regexp): Remove } from the cite
5938 prefix.
5939
5940 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5941 highlight again, so that the highlight is correct.
5942
5943 * gnus-picon.el (gnus-picon): Remove again.
5944 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5945
5946 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5947 doing the header highlightling, so that the background colour of the
5948 picon is correct.
5949
5950 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5951 (gnus-picon): Ditto.
5952 (gnus-picon): Reinstate. The background colour for picons is white.
5953 (gnus-picon-insert-glyph): Make the background white.
5954
5955 * nnml.el (nnml-open-nov): Don't return dead buffers.
5956
5957 * auth-source.el (auth-source-create): Query the user for whether to
5958 store the credentials.
5959
5960 * auth-source.el (auth-source-user-or-password): Use the existing auth
5961 sources, if any, for creation.
5962
5963 * gnus.el (gnus-group-fast-parameter): Return the last matching
5964 parameter instead of the first matching parameter.
5965
5966 2010-09-26 Julien Danjou <julien@danjou.info>
5967
5968 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5969
5970 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5971
5972 * mml2015.el (mml2015-use): Remove gpg support.
5973
5974 * mml1991.el (mml1991-function-alist): Remove gpg function.
5975 (mml1991-gpg-sign): Remove.
5976
5977 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5978
5979 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5980 (gnus-browse-unsubscribe-current-group): Document it.
5981 (gnus-browse-unsubscribe-group): Use it.
5982
5983 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5984
5985 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5986 address to the To list for easier response.
5987
5988 * gnus.el (gnus-play-startup-jingle): Remove.
5989 (gnus-splash): Don't play jingle.
5990 (gnus): Silence gnus-load message.
5991
5992 * gnus-art.el (gnus-treat-play-sounds): Remove.
5993
5994 * gnus.el (gnus-play-jingle): Remove audio support.
5995
5996 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5997
5998 * earcon.el: Remove -- no users.
5999
6000 * gnus-audio.el: Remove -- no users of this package.
6001
6002 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6003
6004 * gnus-start.el (gnus-setup-news): Remove nocem support.
6005
6006 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6007
6008 * gnus.el (gnus-use-nocem): Remove.
6009
6010 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6011 Remove.
6012
6013 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
6014 uses NoCeM any more.
6015
6016 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6017 (gnus-button-ctan-handler): Ditto.
6018 (gnus-button-handle-ctan-bogus-regexp): Ditto.
6019 (gnus-button-ctan-directory-regexp): Ditto.
6020 (gnus-button-handle-ctan): Ditto.
6021 (gnus-button-tex-level): Ditto.
6022 (gnus-button-alist): Remove CTAN stuff.
6023
6024 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6025
6026 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6027 nnimap-streaming test.
6028
6029 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6030 servers twice.
6031
6032 * nnimap.el (nnimap-open-connection): Add more error reporting when
6033 nnimap fails early.
6034
6035 * nnheader.el (nnheader-get-report-string): New function.
6036 (nnheader-get-report): Use it.
6037
6038 * gnus-int.el (gnus-check-server): Say what the error was when opening
6039 failed.
6040
6041 * nnimap.el (nnimap-wait-for-response): Search further when we're not
6042 using streaming.
6043
6044 2010-09-25 Julien Danjou <julien@danjou.info>
6045
6046 * gnus-html.el (gnus-html-rescale-image): Use our defalias
6047 gnus-window-inside-pixel-edges.
6048
6049 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6050
6051 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6052
6053 * mm-decode.el (mm-save-part): Allow saving to other directories the
6054 normal Emacs way.
6055
6056 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6057 Suggested by Jay Berkenbilt.
6058
6059 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6060 there isn't a single byte.
6061
6062 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6063 just do it. It doesn't really seem to matter what the user responds
6064 here, I think, so it's just a confusing question.
6065
6066 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6067 non-streaming case.
6068
6069 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6070 (gnus-article-encrypt-body): Use it.
6071
6072 * gnus-sum.el (gnus-summary-show-complete-article): New command and
6073 keystroke.
6074
6075 * nnimap.el (nnimap-find-wanted-parts-1):
6076 Use gnus-fetch-partial-articles.
6077
6078 * gnus-art.el (gnus-fetch-partial-articles): New variable.
6079
6080 * nnimap.el (nnimap-insert-partial-structure): New function.
6081 (nnimap-get-partial-article): New function.
6082 (nnimap-request-article): Use it.
6083 (nnimap-wait-for-response): Return whether the wait was successful.
6084 (nnimap-finish-retrieve-group-infos): Don't do anything if the
6085 retrieval wasn't successful.
6086 (nnimap-retrieve-group-data-early): Allow throttling servers.
6087 (nnimap-streaming): New variable.
6088 (nnimap-fetch-partial-articles): Remove.
6089
6090 * mm-decode.el (mm-with-part): Protect against killed buffers.
6091
6092 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6093 for prettier summary display.
6094
6095 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
6096
6097 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6098
6099 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6100
6101 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6102 apparently third-party libraries depend on it.
6103
6104 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6105 before starting negotiation.
6106
6107 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6108 privacy reasons.
6109 (gnus-treat-mail-gravatar): Ditto.
6110
6111 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6112 buffer when inserting images. Inserting text into the headers, for
6113 instance, can make them invalid.
6114
6115 2010-09-25 Julien Danjou <julien@danjou.info>
6116
6117 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6118 variables.
6119
6120 * nnheader.el: Remove useless variables news-reply-yank-from and
6121 news-reply-yank-message-id.
6122
6123 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6124 variables.
6125
6126 * mml1991.el: Remove useless mml1991-verbose.
6127
6128 * gnus.el: Remove useless variable gnus-use-generic-from.
6129 Remove obsolete variable gnus-topic-indentation.
6130
6131 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6132
6133 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6134
6135 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6136
6137 * gnus-group.el: Remove useless gnus-group-icon-cache.
6138 Remove useless gnus-ephemeral-group-server.
6139
6140 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6141
6142 * mml2015.el: Remove useless mml2015-verbose.
6143
6144 * mml-smime.el: Remove useless mml-smime-verbose.
6145
6146 * gnus.el: Remove useless gnus-local-domain.
6147
6148 * gnus-gravatar.el (gnus-gravatar-transform-address):
6149 Use gnus-gravatar-size.
6150
6151 * gnus-art.el: Remove useless gnus-treat-translate.
6152
6153 2010-09-24 Julien Danjou <julien@danjou.info>
6154
6155 * gnus-sum.el: Add support for Gravatars.
6156
6157 * gnus-art.el: Add support for Gravatars.
6158
6159 * gnus-gravatar.el: Add this file.
6160
6161 * gravatar.el: Add this file.
6162
6163 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6164
6165 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6166
6167 * gnus-group.el (gnus-group-fetch-faq): Remove.
6168
6169 * gnus.el (gnus-group-faq-directory): Remove.
6170
6171 * gnus-group.el (gnus-group-fetch-charter): Remove.
6172
6173 * gnus.el (gnus-group-charter-alist): Remove.
6174
6175 * gnus-group.el (gnus-group-archive-directory): Remove.
6176 (gnus-group-recent-archive-directory): Ditto.
6177 (gnus-group-make-archive-group): Remove.
6178
6179 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6180
6181 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6182 use the same article number for all the cached articles.
6183
6184 * nnimap.el (nnimap-command): Register the last command time so
6185 that we can use it for idling NOOPs.
6186 (nnimap-open-connection): Start the keeplive timer.
6187 (nnimap-make-process-buffer): Store all the process buffers.
6188 (nnimap-keepalive): New function.
6189
6190 * starttls.el (starttls-open-stream): Add autoload cookie.
6191
6192 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6193
6194 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6195 handling.
6196
6197 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6198
6199 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6200 its data structures.
6201
6202 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6203 instead of the cl.el copy-list.
6204 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6205 equalp.
6206
6207 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6210 and tool-bar-local-item-from-menu.
6211
6212 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6213 mode-line-highlight face for Emacs.
6214
6215 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6216 loading gnus-sum.elc; fix comment for canlock-verify.
6217 (gnus-article-jump-to-part): Use read-number.
6218 (gnus-insert-mime-button, gnus-insert-mime-security-button):
6219 Remove Emacs pre-21 compatible code for help-echo.
6220 (gnus-article-next-page-1): No need to adjust the number of lines.
6221 (gnus-article-describe-bindings): Always use help-buffer.
6222
6223 * gnus-audio.el (gnus-audio-inline-sound)
6224 * gnus-cus.el (gnus-custom-mode)
6225 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6226
6227 * gnus-sum.el (gnus-remove-overlays): Doc fix.
6228
6229 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6230 compatible code.
6231
6232 2010-09-24 Glenn Morris <rgm@gnu.org>
6233
6234 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6235 visiting the fcc file in rmail-mode.
6236
6237 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6238
6239 * nnir.el: Silence the byte compiler.
6240
6241 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6242 alias to browse-url-url-encode-chars if any.
6243 (gnus-html-encode-url): Use it.
6244
6245 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * gnus-start.el (gnus-use-backend-marks): New variable.
6248 (gnus-get-unread-articles-in-group): Use it.
6249
6250 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6251 makeover.
6252
6253 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6254
6255 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6256
6257 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6258
6259 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6260 Remove.
6261 (gnus-setup-news-hook):
6262 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6263
6264 * gnus-int.el (gnus-request-update-info): Protect against backends not
6265 having the function.
6266
6267 * nnimap.el (nnimap-stream): Mention starttls.
6268 (nnimap-open-connection): Add starttls support.
6269
6270 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6271
6272 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6273
6274 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6275
6276 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6277 BODYSTRUCTUREs.
6278 (nnimap-transform-headers): Unfold quoted {42} headers.
6279
6280 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6281 the info.
6282 (gnus-get-unread-articles): Only call updatep on backends that support
6283 it.
6284
6285 * nnweb.el (nnweb-request-update-info): NOOP.
6286
6287 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6288
6289 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6290 since it only deals with marks.
6291
6292 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6293 gnus-request-marks, and make a new gnus-request-update-info.
6294
6295 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6296 the active instead of the high number, which is usually too low.
6297
6298 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6299
6300 * encrypt.el: Remove.
6301
6302 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6303
6304 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6305 server in symbolic form.
6306
6307 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6308
6309 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6310
6311 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6312 (nnimap-update-info): Fix up code slightly.
6313
6314 * gnus-int.el (gnus-open-server): Add tracing for performance
6315 debugging.
6316
6317 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6318 (gnus-group-insert-group-line): Pass the real group name so that it
6319 gets the right data.
6320
6321 * gnus-start.el (gnus-get-unread-articles): Don't have
6322 `gnus-get-unread-articles-in-group' update info, since that can be
6323 really slow and doesn't seem to be needed?
6324
6325 2010-09-22 Julien Danjou <julien@danjou.info>
6326
6327 * gnus-group.el (gnus-group-insert-group-line):
6328 Call gnus-group-highlight-line.
6329 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6330 default hook list.
6331 (gnus-group-update-eval-form): Add new function.
6332 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6333 (gnus-group-get-icon): Use gnus-group-update-eval-form.
6334
6335 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6338 immediate, then expire all articles.
6339 (nnimap-update-info): Fix off-by-one errors.
6340 (nnimap-flags-to-marks): Would return no marks lists for group with no
6341 flags. Instead return the other data.
6342
6343 2010-09-22 Julien Danjou <julien@danjou.info>
6344
6345 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6346 Only return an icon.
6347 (gnus-group-insert-group-line): Compute icon to return.
6348
6349 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6350 (gnus-html-image-fetched): Only cache if
6351 gnus-html-image-automatic-caching is set.
6352 (gnus-html-image-fetched): Check for errors.
6353
6354 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6355
6356 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6357 once per method on `g'. This ensures that backends like nnfolder don't
6358 open all their folders.
6359
6360 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6361 (nnimap-request-list): Nix out group in the correct buffer.
6362 (nnimap-parse-flags): Implement by using `read' instead of
6363 hand-parsing.
6364 (nnimap-flags-to-marks): Pass on permanent-flags.
6365 (nnimap-make-process-buffer): Record the server name.
6366 (nnimap-parse-flags): Fix typo.
6367 (nnimap-request-scan): Run split on the server in general, not just a
6368 single group.
6369
6370 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6371 parameter, and propagate this downwards.
6372
6373 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6374 since EXAMINE changes it on the server.
6375
6376 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6377 this command might take a while.
6378
6379 2010-09-22 Julien Danjou <julien@danjou.info>
6380
6381 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
6382 harmful if you have 2 images side-by-side, they can't be properly
6383 update on text deletion. Using text-property is safer here.
6384 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6385 data.
6386
6387 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6388
6389 * nnimap.el (nnimap-expunge-inbox): Remove.
6390 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6391 (nnimap-expunge): Flip default to t.
6392
6393 * gnus.el (gnus-method-to-server): Don't push things to the cache
6394 unless it's unique.
6395 (gnus-server-to-method): Ditto.
6396
6397 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6398
6399 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6400
6401 2010-09-22 Julien Danjou <julien@danjou.info>
6402
6403 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6404 get the start of data.
6405 (gnus-html-encode-url): Add this function to encode special chars in
6406 URL.
6407 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6408 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6409
6410 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6411 default.
6412 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6413
6414 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6415 images alt-text.
6416 (gnus-html-put-image): Put alt-text as help-echo.
6417
6418 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6419
6420 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6421 * mm-util.el (mm-decompress-buffer)
6422 * nnir.el (nnir-run-find-grep)
6423 * pop3.el (pop3-list): Use 3rd arg of split-string.
6424
6425 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6426
6427 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6428 outside the active range. Suggested by Dan Christensen.
6429
6430 * gnus-start.el (gnus-get-unread-articles): Get the extended method
6431 slightly later to avoid double-getting it.
6432
6433 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6434 previous patch.
6435
6436 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6437
6438 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
6439
6440 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6441
6442 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6443
6444 * gnus-int.el (gnus-open-server): Give a better error message in the
6445 "go offline" case.
6446
6447 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6448 marks for nnimap, which is seldom the right thing to do.
6449
6450 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6451 (gnus-same-method-different-name): New function.
6452
6453 * nnimap.el (parse-time): Require.
6454
6455 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6456 method in the presence of many similar methods.
6457
6458 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6459
6460 * nnimap.el (nnimap-find-expired-articles): Don't refer to
6461 nnml-inhibit-expiry.
6462
6463 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6464 find out whether methods are equal.
6465
6466 * nnimap.el (nnimap-find-expired-articles): New function.
6467 (nnimap-process-expiry-targets): New function.
6468 (nnimap-request-move-article): Request the article before looking at
6469 what the Message-ID is. Fix found by Andrew Cohen.
6470 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6471
6472 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6473 for oldness in addition to being a predicate.
6474
6475 * nnimap.el (nnimap-request-group): When we have zero articles, return
6476 the right data to Gnus.
6477 (nnimap-request-expire-articles): Only delete articles immediately if
6478 the target is 'delete.
6479
6480 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6481 method, this would bug out.
6482
6483 * gnus-group.el (gnus-group-expunge-group): Rename from
6484 gnus-group-nnimap-expunge, and implemented as a normal interface
6485 function.
6486
6487 * gnus-int.el (gnus-request-expunge-group): New function.
6488
6489 * nnimap.el (nnimap-request-create-group): Implement.
6490 (nnimap-request-expunge-group): New function.
6491
6492 2010-09-21 Julien Danjou <julien@danjou.info>
6493
6494 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6495 (gnus-html-cache-expired): Add new function.
6496 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6497 wethever we should display image for fetch it.
6498 Compute alt-text earlier to pass it to the fetching function too.
6499 (gnus-html-schedule-image-fetching): Change function argument to only
6500 get one image at a time, not a list.
6501 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6502 cache.
6503 (gnus-html-get-image-data): New function to retrieve image data from
6504 cache.
6505 (gnus-html-put-image): Change buffer argument to use image data rather
6506 than file, and place image above region rather than inserting a new
6507 one. Do not take alt-text as argument, since it's useless now: we place
6508 the image above alt-text.
6509 (gnus-html-prune-cache): Remove.
6510 (gnus-html-show-images): Start to fetch image when we find one, do not
6511 push into a temporary list.
6512 (gnus-html-prefetch-images): Only fetch image if they have expired.
6513 (gnus-html-browse-image): Fix, use 'gnus-image-url.
6514 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6515
6516 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6517
6518 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6519
6520 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6521
6522 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6523 spec inser "*" if the group isn't active instead of 0.
6524
6525 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6526 opening the server.
6527 (nnimap-request-delete-group): Implement group deletion.
6528 (nnimap-transform-headers): Return the size of the entire message in
6529 the Bytes header, not just the size of the first part.
6530 (nnimap-request-move-article): When moving an article from nnimap,
6531 request the article first so the accepting form has an article to
6532 accept. Reported by Dan Christensen.
6533 (nnimap-command): Make sure that the error message doesn't error out.
6534
6535 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
6536
6537 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6538 we haven't requested anything.
6539
6540 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6541
6542 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6543 "". Fix found by Andrew Cohen.
6544
6545 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6546 instead of -encode-string.
6547
6548 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6551
6552 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6553 by mm-subst-char-in-string.
6554
6555 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6556
6557 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6558 waiting for the connection string.
6559
6560 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6561 arriving.
6562
6563 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6564 bogus characters. This allows selecting certain Gmail groups.
6565
6566 * nnimap.el (nnimap-find-wanted-parts-1): New function.
6567 (nnimap-fetch-partial-articles): New variable.
6568 (nnimap-open-connection): When looking for credentials, also use the
6569 nnimap-server-port.
6570 (nnimap-request-article): Return the group/article number, so that Gnus
6571 `^' works as expected.
6572 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6573
6574 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6575 comments.
6576 (gnus-methods-sloppily-equal): New function.
6577 (gnus): When using the development version of Gnus, load the gnus-load
6578 file.
6579
6580 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6581 `gnus-open-server' on each method before trying to scan them etc.
6582 This ensures that all the backend parameters are set correctly.
6583
6584 * nnimap.el (nnimap-authenticator): New variable.
6585 (nnimap-open-connection): Allow anonymous login.
6586 (nnimap-transform-headers): The chars header is called Chars not Bytes.
6587 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6588
6589 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6590 patch, found by Knut Anders Hatlen.
6591
6592 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
6593
6594 * gnus-agent.el (gnus-agent-batch-confirmation)
6595 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6596 to gnus-message.
6597 * gnus-art.el (gnus-article-describe-briefly): Likewise.
6598 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6599 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6600 * gnus-int.el (gnus-open-server): Likewise.
6601 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6602 (gnus-score-check-syntax): Likewise.
6603 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6604 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6605 Likewise.
6606 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6607
6608 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6609
6610 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6611 calling conventions so that prefetch doesn't bug out.
6612
6613 2010-09-19 Julien Danjou <julien@danjou.info>
6614
6615 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6616 rather than `subst-char-in-region' in order to be able to replace ASCII
6617 char by UTF-8 ones.
6618
6619 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6620 than curl.
6621 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6622 the right URL and ALT text on images.
6623 (gnus-html-wash-tags): Fix tag case.
6624 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
6625 (gnus-article-html): Add -o display_ins_del=2 option.
6626 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6627
6628 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6629
6630 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6631 the extra mail headers, which sometimes seem to happen for unknown
6632 reasons.
6633
6634 * mail-parse.el (mail-header-encode-parameter): Define as
6635 rfc2045-encode-string instead of as rfc2231-encode-string, since some
6636 (or most, perhaps?) mail readers don't understand the latter, but do
6637 understand the former.
6638
6639 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6640 to nil, so that no methods are automatically agentized. I think this
6641 is probably what most users want.
6642
6643 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6644 from url-retrieve, for instance about invalid URLs.
6645
6646 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6647 groups that have no articles.
6648 (nnimap-request-article): Check that we really got an article when we
6649 requested one.
6650
6651 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6652 doesn't exist.
6653
6654 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6655 nntp buffer so the agent can save it.
6656 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6657 that CRLF doesn't get translated to \n.
6658 (nnimap-open-connection): Don't make 'shell commands only send \n.
6659
6660 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6663 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6664 Update var name.
6665 (nnml-generate-nov-file): Use dolist.
6666 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6667 Use with-current-buffer.
6668
6669 2010-09-18 Julien Danjou <julien@danjou.info>
6670
6671 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6672 parallel.
6673
6674 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6675
6676 * nnimap.el (nnimap-update-info): When doing partial marks update, get
6677 the range update right.
6678 (nnimap-request-group): Don't make `M-g' bug out on group with no
6679 marks.
6680 (nnoo): Require, so that other packages can require nnimap.
6681 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6682 command we're looking for. This helps when the server sends more
6683 responses after we've gotten everything we expected.
6684 (nnimap): Add a `newlinep' field to keep track of end-of-line
6685 conventions.
6686 Don't send CRLF to things that don't want it.
6687 (nnimap-request-accept-article): Ditto.
6688
6689 2010-09-18 Julien Danjou <julien@danjou.info>
6690
6691 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6692 than curl to retrieve images.
6693
6694 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6695
6696 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6697 the marks.
6698 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6699 (nnimap-wait-for-connection): New function.
6700 (nnimap-open-connection): If we have PREAUTH, don't query for login
6701 credentials.
6702 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6703 when doing a partial update.
6704
6705 2010-09-18 Julien Danjou <julien@danjou.info>
6706
6707 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6708 tags.
6709
6710 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6711
6712 * nnimap.el (nnimap-credentials): New function.
6713 (nnimap-open-connection): Use the new function to look for credentials
6714 also on the numeric equivalents of "imap" and "imaps".
6715
6716 * gnus-start.el (gnus-activate-group): Send the info to
6717 gnus-request-group.
6718
6719 * nnimap.el (nnimap-request-group): Have the "check" version of the
6720 function parse flags and update the info, so that a `M-g' get a total
6721 resync of all flags from the group.
6722
6723 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6724 to allow backends to alter the info on group selection. Also alter all
6725 the backend -request-group functions to take the parameter.
6726
6727 * nnimap.el (nnimap-store-info): New function.
6728 (nnimap-update-info): Store the info for later usage.
6729 (nnimap-request-group): Use the stored info for the dont-check case, so
6730 that we don't retrieve all marks when we enter a group.
6731
6732 * nnimap.el: Use deffoo instead of defun for interface functions.
6733
6734 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6735 update the group info. This makes the nndraft groups, for instance, go
6736 back to their old behaviour.
6737
6738 * gnus-sum.el (gnus-select-newsgroup): Indent.
6739
6740 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6741 in.
6742 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6743 nothing.
6744
6745 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6746 from methods that are denied.
6747
6748 * gnus-int.el (gnus-method-denied-p): New function.
6749
6750 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6751 store the password instead of netrc.
6752 (nnimap-open-connection): Don't error out when we can't make a
6753 connections.
6754
6755 * auth-source.el (auth-source-create): In the password prompt, say what
6756 we're querying for. Also prompt for user name if that hasn't been
6757 given.
6758
6759 * nnimap.el (nnimap-with-process-buffer): Remove.
6760
6761 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6762
6763 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6764 method when we're reading from the agent.
6765
6766 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6767
6768 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6769 that's probably most useful for users.
6770
6771 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6772 "failed" all the time.
6773
6774 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6775 ...)) with (with-current-buffer ... ).
6776
6777 * nntp.el (nntp-open-server): Return whether the open was successful or
6778 not.
6779
6780 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6781 select an unread unseen article first.
6782
6783 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6784 /etc/services, supply some sensible port defaults.
6785
6786 2010-09-17 Julien Danjou <julien@danjou.info>
6787
6788 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6789
6790 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6791
6792 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6793 doesn't have any parameters.
6794
6795 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6796
6797 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6798 only upcased checks.
6799
6800 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6801
6802 * nnimap.el (nnimap-open-shell-stream): New function.
6803 (nnimap-open-connection): Use it.
6804 (nnimap-transform-headers): Get the number of lines in each message.
6805 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6806 number of lines.
6807 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6808 problem.
6809
6810 * utf7.el (utf7-encode): Autoload.
6811
6812 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6813 to allow the mail splitting to not return a default group. This is
6814 useful for nnimap, which will leave unmatched mail in the inbox.
6815
6816 * nnimap.el: Rewritten.
6817
6818 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6819 nnimap usage.
6820
6821 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6822 if the move is internal, so that nnimap can do fast internal moves.
6823
6824 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6825 data.
6826 (gnus-read-active-for-groups): Support finishing the early retrieval of
6827 data.
6828
6829 * gnus-range.el (gnus-range-nconcat): New function.
6830
6831 * gnus-int.el (gnus-finish-retrieve-group-infos)
6832 (gnus-retrieve-group-data-early): New functions.
6833
6834 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6837 (nnrss-retrieve-groups):
6838 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6839 (pop3-quit): Use with-current-buffer.
6840
6841 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6842
6843 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6844 instead of nnheader-accept-process-output.
6845
6846 * gnus-html.el (gnus-html-schedule-image-fetching)
6847 (gnus-html-prefetch-images): Replace process-kill-without-query by
6848 gnus-set-process-query-on-exit-flag.
6849
6850 2010-09-16 Romain Francoise <romain@orebokech.com>
6851
6852 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6853
6854 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6855
6856 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6857 parameter to unintern is mandatory-ish in Emacs 24.
6858
6859 * gnus-html.el (gnus-html-schedule-image-fetching)
6860 (gnus-html-prefetch-images): Check for curl before using it.
6861
6862 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6863 depend on curl, which isn't essential.
6864
6865 * imap.el: Revert back to version
6866 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6867 seem problematic.
6868
6869 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6870
6871 * gnus-registry.el (gnus-registry-install-shortcuts):
6872 Explicitly pass `obarray' to `unintern' to avoid a warning.
6873
6874 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6875
6876 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6877 change.
6878
6879 * nnrss.el (nnrss-request-list): Remove this function and related
6880 functions, including the moreover stuff.
6881
6882 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6883
6884 * nnrss.el (nnrss-retrieve-groups): New function.
6885
6886 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6887
6888 * .dir-locals.el: Add no-byte-compile cookie.
6889
6890 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6891
6892 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6893 for back end that doesn't support request-scan.
6894
6895 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6896
6897 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6898 then do request scans from the backends.
6899
6900 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6901 avoid running a hook per line, since this takes a lot of time,
6902 profiling shows.
6903 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6904 directly if gnus-visual-p is true.
6905
6906 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6907
6908 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6909 groups; replace mapcar with dolist which is a bit faster; pass groups
6910 info to gnus-read-active-file-1.
6911 (gnus-read-active-file-1): Scan only specified groups if the new
6912 optional arg `infos' is given.
6913
6914 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6915
6916 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6917
6918 * pop3.el (pop3-movemail): Remove.
6919 (pop3-streaming-movemail): Rename to pop3-movemail.
6920
6921 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6922 don't restrict end-tag searches to the end of the line.
6923
6924 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6925
6926 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6927 articles of every unchecked group to t, which means unknown since the
6928 server has never been opened.
6929
6930 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6931
6932 * gnus-html.el (gnus-html-show-alt-text): New command.
6933 (gnus-html-browse-image): Ditto.
6934 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6935 to browse the image directly.
6936 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6937 better.
6938
6939 * gnus-async.el (gnus-async-article-callback):
6940 Call `gnus-html-prefetch-images' unconditionally.
6941
6942 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6943 before feeding URLs to curl.
6944
6945 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6946
6947 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6948 internal images as deletable by `W D D'.
6949
6950 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6951 (gnus-async-article-callback): Fix typo.
6952
6953 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6954
6955 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6956 current line to work around bugs in the output from w3m.
6957
6958 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6959 for groups that want that.
6960
6961 * nntp.el (nntp-wait-for-string): Supply a timeout for
6962 accept-process-output to ensure progress.
6963
6964 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6965 level to get unread articles from, then use that for foreign groups,
6966 too.
6967
6968 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6969 confuses the rest of the function.
6970
6971 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6972 for the methods that support -retrieve-groups, too.
6973
6974 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6975
6976 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6977
6978 * pop3.el: Require cl when compiling.
6979 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6980
6981 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6982
6983 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6984 that aren't going to be activated.
6985 (gnus-get-unread-articles): Fix up the last commit.
6986
6987 * gnus-html.el (gnus-article-html): Allow calling without specifying
6988 the handle. In that case, dissect the buffer first.
6989
6990 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6991
6992 * nnimap.el (nnimap-open-connection): Revert the change that would look
6993 into authinfo for imaps instead of imap.
6994
6995 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6996 say that you don't want to call gnus-request-group with don-check, but
6997 do check the reponse. This is for virtual groups only.
6998 (gnus-get-unread-articles): Count the archive groups as secondary, so
6999 that they're activated the same way as before.
7000
7001 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7002 case-insensitively.
7003 (nnimap-debug): Remove.
7004
7005 * mail-source.el (mail-source-fetch): Don't message if we're fetching
7006 mail from a file, and the file doesn't exist.
7007
7008 * pop3.el (pop3-streaming-movemail): Return t for success.
7009
7010 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7011 .authinfo if we're using ssl connection.
7012
7013 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7014 already have if we're in a main Gnus `g' run.
7015
7016 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7017
7018 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7021
7022 * nnmh.el (nnmh-request-list-1): Bind `file'.
7023
7024 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7025 alias to set-process-query-on-exit-flag or process-kill-without-query.
7026 (pop3-open-server): Use it.
7027
7028 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7029
7030 * mail-source.el (mail-source-delete-crash-box): Always move the crash
7031 box to the Incoming file. Fixes mistake in previous checkin.
7032
7033 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7034 request loop (for debugging purposes) removed.
7035
7036 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7037 culprit is more visible.
7038 (nnml-save-incremental-nov, nnml-open-incremental-nov)
7039 (nnml-add-incremental-nov): New functions to do "incremental" nov
7040 updates, where we just append to the end of the existing nov files
7041 without reading/writing them in full.
7042
7043 * mail-source.el (mail-source-delete-crash-box): Really only check the
7044 incoming files once in a while.
7045
7046 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7047
7048 * mail-source.el (mail-source-delete-crash-box): Only check the
7049 incoming files for deletion once per day to save a lot of file
7050 accesses.
7051
7052 * pop3.el (pop3-logon): Fix up unbound variable typo.
7053
7054 * mail-source.el (pop3-streaming-movemail): Autoload.
7055
7056 * pop3.el (pop3-streaming-movemail):
7057 Respect pop3-leave-mail-on-server.
7058
7059 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7060 retrieval.
7061
7062 * pop3.el (pop3-process-filter): Remove unused function.
7063 (pop3-streaming-movemail, pop3-send-streaming-command)
7064 (pop3-wait-for-messages, pop3-write-to-file)
7065 (pop3-number-of-responses): New functions for streaming pop3
7066 retrieval.
7067
7068 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7069 come from no known methods.
7070 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7071 list.
7072
7073 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7074 message sizes.
7075 (pop3-movemail): Use erase-buffer instead of looping and deleting
7076 regions, which seems rather odd.
7077
7078 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7079 file once per `g' run.
7080
7081 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7082 directories. This makes the draft queue directory work.
7083
7084 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7085 data from the backends, so that we only request the list of groups from
7086 each method once. This should speed things up considerably.
7087
7088 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7089 detect that it's not implemented.
7090
7091 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7092 we actually do recurse down into the tree, but don't stat all leaf
7093 nodes.
7094
7095 * gnus-html.el (gnus-html-show-images): If there are no images to show,
7096 then say so instead of bugging out.
7097
7098 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7099 files exist before trying to read them.
7100
7101 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7102 around <pre_int>.
7103
7104 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7105
7106 * nnmh.el (nnmh-request-list-1): Optimize for speed.
7107
7108 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7109
7110 * mm-util.el (mm-image-load-path): Just return the image directories,
7111 not all directories in the path in addition to the image directories.
7112 (mm-image-load-path): Maintain a cache of the image directories so that
7113 the `g' command in Gnus doesn't have to stat dozens of directories each
7114 time.
7115
7116 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7117 (gnus-html-wash-tags): Add a new `i' command to insert images.
7118 (gnus-html-insert-image): New command and keystroke.
7119 (gnus-html-redisplay-with-images): New command and keystroke.
7120 (gnus-html-show-images): Rename command.
7121 (gnus-html-wash-tags): Remove more white space before <pre_int> image
7122 spacers.
7123 (gnus-html-wash-tags): Decode entities at the end, so that entities
7124 inside the tags don't mess up the rest of the "parsing".
7125
7126 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7127 so that nnimap methods aren't agentized by default. There's apparently
7128 many problems related to agent/imap behaviour.
7129
7130 * gnus-art.el (gnus-article-copy-string): New command and key binding.
7131
7132 * gnus-html.el: Doc fix.
7133
7134 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
7135
7136 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7137 glyph-width and glyph-height instead of display-graphic-p and
7138 image-size; make avoidance of displaying small images work for XEmacs.
7139
7140 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7141 for XEmacs.
7142
7143 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7144 of symbol that holds plist data.
7145 (gnus-process-plist): Remove plist of process after getting it.
7146
7147 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7148
7149 * message.el (message-generate-hashcash): Change default to
7150 'opportunistic if hashcash is installed.
7151
7152 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7153 (gnus-html-put-image): Only call image-size once, since it's somewhat
7154 time-consuming on remote X servers.
7155
7156 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7157
7158 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7159 decoded contents.
7160 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7161
7162 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7163
7164 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7165 group line format, since it isn't very interesting.
7166
7167 * gnus-agent.el (gnus-agent-short-article),
7168 (gnus-agent-long-article): Increase values for these two variables,
7169 since most people are likely to have more network connection and
7170 storage than before.
7171
7172 * gnus.el (gnus-refer-article-method): Change default to 'current.
7173 When referring an article, the common behaviour is to refer it from the
7174 current select method, not the native select method. The chances of
7175 the native select method having the message in question is rather slim
7176 these days.
7177
7178 * gnus-sum.el (gnus-auto-select-subject): Change default to
7179 `unseen-or-unread'. I think it's likely that most people want to
7180 select an unseen article over a previously seen, but unread one.
7181
7182 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
7183 means that in the article buffer none of the minor mode elements will
7184 be shown, usually, and this is not desirable in most cases.
7185
7186 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7187 that commands like `d' (and the like) go to the next line in the
7188 buffer, instead of the next unread article. I think this is the
7189 behaviour that is most natural for most users.
7190 (gnus-single-article-buffer): Change default to nil, so that people can
7191 have as many article buffers open as they have summary buffer. I think
7192 this is the most natural way for the groups to behave.
7193
7194 * message.el (message-generate-new-buffers): Change default to
7195 `unsent', so that all new message buffers start their names with the
7196 string "*unsent", and it's easier to find the buffers if you move from
7197 them.
7198
7199 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7200
7201 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7202 small. They're probably tracking images.
7203 (gnus-html-wash-tags): Remove all <pre_int> place holders.
7204 (gnus-html-rescale-image): Yet another try at getting the image sizing
7205 right.
7206
7207 * nntp.el (nntp-request-set-mark): Refuse to do marks if
7208 nntp-marks-file-name is nil.
7209
7210 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7211
7212 * gnus-html.el (gnus-html-wash-tags)
7213 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7214 Better logging.
7215
7216 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7217
7218 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7219
7220 * gnus-html.el (gnus-html-wash-tags): Check the value of
7221 gnus-blocked-images in the summary buffer.
7222
7223 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7224
7225 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7226
7227 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7228
7229 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7230 like "a", it seems like.
7231 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7232 since it needs to be picked from the correct buffer.
7233
7234 * nnwfm.el: Remove.
7235
7236 * nnlistserv.el: Remove.
7237
7238 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7239
7240 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7241 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7242
7243 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7244
7245 * nnkiboze.el: Remove.
7246
7247 * nndb.el: Remove.
7248
7249 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7250 alt text.
7251 (gnus-html-rescale-image): Try to get the rescaling logic right for
7252 images that are just wide and not tall.
7253
7254 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7255 overshadow variable bindings.
7256
7257 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7258
7259 * gnus-html.el (gnus-html-wash-tags)
7260 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7261 Add extra logging.
7262
7263 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7264
7265 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7266 (gnus-max-image-proportion): New variable.
7267 (gnus-html-rescale-image): New function.
7268 (gnus-html-put-image): Rescale images.
7269
7270 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 Fix up some byte-compiler warnings.
7273 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7274 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7275 (gnus-article-fill-cited-article, gnus-article-hide-citation)
7276 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7277 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7278 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7279 (gnus-group-update-group): Use save-excursion and with-current-buffer.
7280
7281 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7282
7283 * gnus-html.el (gnus-article-html): Decode contents by charset.
7284
7285 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7286
7287 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7288 (gnus-html-frame-width, gnus-blocked-images)
7289 * message.el (message-prune-recipient-rules): Add custom version.
7290 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7291
7292 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7293 functions.
7294
7295 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7296 gnus-process-get.
7297
7298 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
7299
7300 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7301 instead of lsub directly.
7302
7303 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7304
7305 * nnwarchive.el: Remove.
7306
7307 * gnus-soup.el: Remove.
7308
7309 * nnsoup.el: Remove.
7310
7311 * nnultimate.el: Remove.
7312
7313 * gnus-html.el (gnus-blocked-images): New variable.
7314
7315 * message.el (message-prune-recipients): New function.
7316 (message-prune-recipient-rules): New variable.
7317
7318 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7319 guess whether a long line is natural text or not.
7320
7321 * gnus-html.el (gnus-html-schedule-image-fetching):
7322 Use gnus-process-plist and friends for compatibility.
7323
7324 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * gnus-html.el: Require packages that define macros used in this file.
7327 (gnus-article-mouse-face): Declare to silence byte-compiler.
7328 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7329 process-get.
7330 (gnus-html-put-image): Use plist-get to avoid getf.
7331 (gnus-html-prefetch-images): Use with-current-buffer.
7332
7333 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7334
7335 * gnus-ems.el: Provide compatibility functions for
7336 gnus-set-process-plist.
7337
7338 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7339 * gnus.el (gnus-valid-select-methods)
7340 * message.el (message-send-mail-partially-limit)
7341 * mm-decode.el (mm-text-html-renderer)
7342 * mml.el (mml-insert-mime-headers-always)
7343 * smiley.el (smiley-regexp-alist): Bump custom version.
7344
7345 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7346
7347 * gnus-html.el: require mm-url.
7348 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7349 with the url to `url'.
7350 (gnus-html-wash-tags): Support cid: URLs/images.
7351
7352 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7353
7354 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7355 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7356 bindings, as they aren't useful at all. `w' is moved to `W w'.
7357
7358 * gnus-move.el: Remove file, since it doesn't really work.
7359
7360 * gnus-html.el (gnus-article-html): Tell w3m that the input is
7361 UTF-8. This seems to fix problems with some German web feeds.
7362
7363 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7364 at the top so that the proper colours are applied.
7365
7366 * gnus-art.el (gnus-article-view-part): Doc fix.
7367
7368 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7369 XEmacs-compatible.
7370 (gnus-html-put-image): Don't do images on non-graphic displays.
7371
7372 * nnslashdot.el: Remove this unused backend.
7373
7374 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7375 actions.
7376 (gnus-undo-register-1): Revert last change.
7377
7378 * gnus-group.el (gnus-group-completing-read): Protect against not
7379 having completion-styles bound.
7380
7381 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7382 make broken recipients happier.
7383
7384 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7385
7386 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7387 point parameter.
7388
7389 * gnus-group.el (gnus-group-completing-read): Add 'substring to
7390 completion-styles for group selection.
7391
7392 2009-02-04 Andreas Schwab <schwab@suse.de>
7393
7394 * gnus-score.el (gnus-score-string): Fix regex for matching extra
7395 headers and regexp-quote the match if necessary.
7396
7397 2009-03-24 Miles Bader <miles@gnu.org>
7398
7399 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7400 the blinking smiley.
7401
7402 2009-03-24 Simon Josefsson <simon@josefsson.org>
7403
7404 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7405 blink smiley.
7406
7407 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7408
7409 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7410 where the dribbel file lives exists.
7411
7412 * message.el (message-send-mail-partially-limit): Change the default to
7413 nil, since most people don't want this.
7414
7415 * mm-url.el (mm-url-decode-entities): Also decode entities like
7416 &#x3212.
7417
7418 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
7419
7420 * gnus-sum.el (gnus-summary-idna-message):
7421 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7422 Hyperlink urls in docstrings with URL `...'.
7423
7424 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
7425
7426 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7427 functions.
7428
7429 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7430
7431 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7432 say what the mouseover text should be.
7433
7434 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7435 version of the mm-w3m-safe-url-regexp variable to only download images
7436 in the groups where we want that to happen.
7437
7438 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7439
7440 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7441 easier debugging.
7442 (gnus-article-beginning-of-window): Add kludge to allow spacing past
7443 big pictures in the article buffer.
7444
7445 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7446 gnus-article-html.
7447 (mm-text-html-renderer): gnus-article-html needs curl in addition to
7448 w3m.
7449
7450 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7451
7452 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7453
7454 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7455 which doesn't exist.
7456
7457 * message.el (message-inhibit-ecomplete): New variable to allow some
7458 function to inhibit ecomplete address storage.
7459 (message-resend): Disable ecomplete message storage when resending
7460 messages.
7461
7462 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7463
7464 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
7465
7466 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7467 Save excursion while copying, moving, and deleting articles in order to
7468 prevent the cursor from jumping to unforeseen place.
7469
7470 2010-08-17 Glenn Morris <rgm@gnu.org>
7471
7472 * gnus-sync.el: Require gnus components whose functions are used.
7473
7474 * gnus-art.el (bookmark-make-record-function):
7475 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7476 Declare for compiler.
7477
7478 * mm-url.el (mml-compute-boundary): Autoload.
7479
7480 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
7481
7482 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7483
7484 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
7485
7486 Typo fix "hoo4a" -> "hook".
7487
7488 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7489
7490 2010-08-14 Glenn Morris <rgm@gnu.org>
7491
7492 * gnus-sync.el (gnus-sync): Fix defgroup version.
7493
7494 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
7495
7496 Doc fixes and keep unknown groups (ammended for nunion bug fix).
7497
7498 * gnus-sync.el: Fix docs.
7499 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7500 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7501
7502 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7503
7504 Optimizations for gnus-sync.el.
7505
7506 * gnus-sync.el: Add docs about gnus-sync-backend
7507 possibilities.
7508 (gnus-sync-save): Remove unnecessary message.
7509 (gnus-sync-read): Optimize and show what groups were skipped.
7510
7511 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7512
7513 Minor bug fixes for gnus-sync.el.
7514
7515 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7516 Don't read the sync on get-new-news.
7517
7518 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7519 quiet.
7520
7521 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7522 (fix typo).
7523
7524 2010-07-30 Lawrence Mitchell <wence@gmx.li>
7525
7526 Make saving and restoring of hidden threads work with overlays.
7527 Patch applied by Ted Zlatanov.
7528
7529 * gnus-sum.el (gnus-hidden-threads-configuration)
7530 (gnus-restore-hidden-threads-configuration): Update to deal with text
7531 properties, rather than searching for a magic character.
7532
7533 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7534
7535 New gnus-sync.el library for synchronization of marks.
7536
7537 * gnus-sync.el: New library for synchronization of marks.
7538
7539 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7540 renamed from `gnus-registry-grep-in-list'.
7541
7542 * gnus-registry.el (gnus-registry-follow-group-p):
7543 Use `gnus-grep-in-list'.
7544
7545 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7546
7547 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7550 determining charset of text fails.
7551
7552 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7553
7554 * nnmail.el (nnmail-get-new-mail-1): Revert.
7555
7556 * nnml.el (nnml-active-number): Make sure names of newly created groups
7557 in nnml-group-alist are encoded.
7558
7559 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7562 containing non-ASCII characters in active file for nnml back end.
7563
7564 2010-07-24 David Engster <dengste@eml.cc>
7565
7566 * mml-smime.el (mml-smime-epg-verify): Also accept the older
7567 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7568
7569 2010-07-21 Daiki Ueno <ueno@unixuser.org>
7570
7571 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7572 tag (Bug#6654).
7573
7574 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7575
7576 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7577 the article buffer, not the summary buffer.
7578
7579 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7582 Emacs 23 as well.
7583
7584 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7585
7586 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7587 Patch applied by Karl Fogel.
7588
7589 * gnus-sum.el (gnus-summary-bookmark-make-record):
7590 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7591
7592 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7593
7594 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7595 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
7596 C-w still not working correctly from Article buffers; Thierry's
7597 patch to fix that will be applied after this.
7598
7599 * gnus-art.el (bookmark-make-record-function): New local variable.
7600
7601 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7602 article buffer.
7603 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7604
7605 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7606
7607 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7608 on changes in bookmark.el.
7609
7610 2010-06-22 Mark A. Hershberger <mah@everybody.org>
7611
7612 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7613 the *other* type of HTML form submission.
7614
7615 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
7616
7617 * auth-source.el (auth-source-pick): If choice does not contain a
7618 questioned keyword, set the check to t.
7619
7620 2010-06-12 Romain Francoise <romain@orebokech.com>
7621
7622 * gnus-util.el (gnus-date-get-time): Move up before first use.
7623
7624 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
7625
7626 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7627 (gnus-article-edit-part): Bind it to make last part that is substituted
7628 or deleted visible.
7629 (gnus-mime-display-single): Buttonize part of which id equals to
7630 gnus-mime-buttonized-part-id.
7631
7632 2010-06-10 Dan Christensen <jdc@uwo.ca>
7633
7634 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7635 (gnus-dd-mmm): Use gnus-date-get-time.
7636 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7637 simplify logic.
7638 (gnus-summary-limit-to-age): Use gnus-date-get-time.
7639 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7640
7641 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
7642
7643 * auth-source.el (top): Autoload `secrets-list-collections',
7644 `secrets-create-item', `secrets-delete-item'.
7645 (auth-sources): Fix tag string.
7646 (auth-get-source, auth-source-retrieve, auth-source-create)
7647 (auth-source-delete): New defuns.
7648 (auth-source-pick): Rewrite in order to avoid 2 passes.
7649 (auth-source-forget-user-or-password): New parameter USERNAME.
7650 (auth-source-user-or-password): New parameters CREATE-MISSING and
7651 DELETE-EXISTING. Retrieve password interactively, if needed.
7652
7653 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7654
7655 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7656 deleting unused directories when gnus-expert-user is t.
7657
7658 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7661 for each temp file when gnus-article-browse-delete-temp is ask.
7662
7663 2010-05-20 Kevin Ryde <user42@zip.com.au>
7664
7665 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
7666
7667 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
7668
7669 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7670 article unless decoding article to be saved.
7671
7672 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7675 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7676 generated within the mm-with-unibyte-current-buffer macro.
7677
7678 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7681 to nil when we're in a mml-preview buffer and no group is selected.
7682
7683 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
7684
7685 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7686 when catching the `C-g'. Reported by "Leo".
7687
7688 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7689
7690 * message.el (message-forward-make-body-plain)
7691 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7692 multibyte-string-p.
7693
7694 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7695
7696 * message.el (message-forward-make-body-mml): Assume original message
7697 is multibyte string; error on unibyte.
7698 (message-forward-make-body-plain): Ditto; don't add excessive newline
7699 in body end.
7700
7701 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7702
7703 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7704 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7705
7706 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7707
7708 * mm-extern.el (mm-extern-url): Don't use
7709 mm-with-unibyte-current-buffer.
7710 (mm-extern-cache-contents): Use with-current-buffer instead of
7711 save-excursion + set-buffer.
7712
7713 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * mm-util.el (mm-emacs-mule): Remove.
7716
7717 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7718
7719 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7720 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7721 change.
7722
7723 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7724
7725 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7726 bind the default value of enable-multibyte-characters to nil.
7727
7728 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7729
7730 * message.el (message-forward-make-body-plain)
7731 (message-forward-make-body-mml):
7732 Don't use mm-with-unibyte-current-buffer.
7733
7734 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7735
7736 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7737 (Bug#5592).
7738
7739 2010-05-07 Julien Danjou <julien@danjou.info>
7740
7741 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7742 it to mm-pipe-part.
7743
7744 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7745 it is given.
7746
7747 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * nnweb.el (nnweb-gmane-search)
7750 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7751 XEmacs.
7752
7753 * gnus-art.el (gnus-article-browse-html-parts)
7754 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7755 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7756 make-temp-file.
7757
7758 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7759 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7760 compiling.
7761
7762 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7763 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7764 XEmacs when compiling.
7765
7766 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7767 gnus-pick-mode-off-hook for XEmacs when compiling.
7768 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7769 gnus-binary-mode-off-hook for XEmacs when compiling.
7770
7771 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7772 Return nil if char-charset is not available.
7773
7774 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7775 macro.
7776
7777 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7778 instead of encode-coding-string.
7779
7780 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7781 'xemacs) instead of mm-emacs-mule to switch function definitions.
7782 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7783
7784 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7785
7786 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7787
7788 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7789
7790 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7791 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7792
7793 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7796 alias `jka-compr-delete-temp-file' no longer exists.
7797
7798 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 Use define-minor-mode in Gnus where applicable.
7801 * mml.el (mml-mode): Use define-minor-mode.
7802 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7803 (gnus-undo-mode): Use define-minor-mode.
7804 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7805 (gnus-dead-summary-mode): Use define-minor-mode.
7806 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7807 Initialize in declaration.
7808 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7809 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7810 (gnus-mailing-list-mode): Use define-minor-mode.
7811 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7812 (gnus-draft-mode): Use define-minor-mode.
7813 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7814 (gnus-dired-mode): Use define-minor-mode.
7815
7816 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7817
7818 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7819 handles on recursive mml-to-mime translation and check them for
7820 boundary delimiter collisions. Reported by Greg Troxel.
7821
7822 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7825
7826 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * mm-util.el (mm-find-buffer-file-coding-system):
7829 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7830
7831 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7832
7833 * message.el (message-generate-headers): Record insertion of optional
7834 headers as well. Otherwise the check to prevent repeated insertion of
7835 optional headers is a no-op.
7836
7837 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7838
7839 * smime.el: Don't mention CVS.
7840
7841 * nnrss.el (nnrss-fetch): Don't mention CVS.
7842
7843 * nnir.el: Don't mention CVS.
7844
7845 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * gnus-sum.el (gnus-summary-bookmark-make-record):
7848 Add `location' field.
7849
7850 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7853 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7854 Use with-current-buffer to silence the byte-compiler.
7855 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7856 bother to require `gnus'.
7857 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7858
7859 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7860
7861 * gnus-sum.el (gnus-summary-bookmark-make-record)
7862 (gnus-summary-bookmark-jump): New functions.
7863 (gnus-summary-mode): Setup bookmark support.
7864
7865 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7866
7867 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7868 if set.
7869
7870 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7871
7872 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7873 gnus-article-browse-html-save-cid-image; make it work recursively for
7874 forwarded messages as well.
7875 (gnus-article-browse-html-parts): Work when prefix arg is given.
7876 (gnus-article-browse-html-article): Doc fix.
7877
7878 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * message.el (message-default-mail-headers):
7881 (message-default-headers): Carry the value mail-default-headers over
7882 into message-default-mail-headers, rather than message-default-headers.
7883
7884 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7885
7886 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7887 charset.
7888
7889 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7890 charset into the <meta> tag when the article is encoded to utf-8.
7891
7892 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7893
7894 * gnus-art.el (gnus-article-browse-delete-temp-files):
7895 Delete directories as well.
7896 (gnus-article-browse-html-parts): Work for images that do not specify
7897 file names; delete temp directory when quitting; insert header at the
7898 right place; use file: scheme for image files.
7899
7900 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
7901
7902 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7903 (gnus-article-browse-html-parts): Use it to make temporary cid image
7904 files in addition to html file so that browser may display them.
7905
7906 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7907
7908 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7909
7910 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7911
7912 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7913
7914 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7915
7916 * auth-source.el (auth-sources): Change default to be simpler.
7917 Explain about Secret Service API sources. Improve Customize options.
7918 (auth-source-pick): Change to accept any number of search parameters.
7919 Implement fallbacks iteratively, not recursively. Add scoring on the
7920 second pass and sort by score. Call Secret Service API when needed.
7921 (auth-source-user-or-password): Use it. Call Secret Service API
7922 directly when needed to get the user name and the password.
7923
7924 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7925
7926 * message.el (message-interactive): Doc fix.
7927 (message-qmail-inject-args): Reflow.
7928 (message-kill-to-signature): Fix typo in docstring.
7929
7930 * smiley.el (smiley-buffer): Fix typo in docstring.
7931
7932 2010-03-24 Glenn Morris <rgm@gnu.org>
7933
7934 * mail-source.el (gnus-message): Declare.
7935 (mail-source-delete-old-incoming): Require gnus-util.
7936
7937 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7938
7939 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7940
7941 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7942
7943 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7944 password-cache's default if it is not bound.
7945 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7946 password-cache-expiry's default if it is not bound.
7947
7948 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7949 available in Emacs 21.
7950
7951 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7952
7953 * auth-source.el (auth-sources): Fix up definition so extra parameters
7954 are always inline.
7955
7956 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7957
7958 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7959 wasn't updated after mismatch. Clear cached mailbox info correctly
7960 when uidvalidity changes.
7961 (nnimap-group-prefixed-name): New function to avoid some code
7962 duplication.
7963 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7964 (nnimap-request-group): Use it.
7965 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7966 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7967 with many imap folders. This is done by caching the group status from
7968 the imap server persistently in a group parameter `imap-status'. (This
7969 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7970 but not persistently, so every Gnus startup was still very slow.)
7971
7972 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7973
7974 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7975 secrets.el dependency.
7976 (auth-sources): Add optional user name. Add secrets.el configuration
7977 choice (unused right now).
7978
7979 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7980
7981 * gnus-sum.el (gnus-summary-make-menu-bar):
7982 Let `gnus-registry-install-shortcuts' fill in the functions.
7983
7984 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7985 warnings.
7986 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7987 (gnus-registry-install-shortcuts): Populate and use it in a
7988 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7989
7990 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7991
7992 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7993 In-place substitutions for the group name encoding/decoding.
7994 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7995 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7996 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7997 (nnimap-update-unseen, nnimap-request-list)
7998 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7999 (nnimap-request-set-mark, nnimap-split-to-groups)
8000 (nnimap-split-articles, nnimap-request-newgroups)
8001 (nnimap-request-create-group, nnimap-request-accept-article)
8002 (nnimap-request-delete-group, nnimap-request-rename-group)
8003 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
8004 `encoded-mbx' for consistency.
8005 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8006 variable `imap-current-mailbox'.
8007
8008 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8009 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8010
8011 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
8012
8013 * pop3.el (pop3-display-message-size-flag): Display message size byte
8014 counts during POP3 download.
8015 (pop3-movemail): Use it.
8016 (pop3-list): Implement listing of available messages.
8017
8018 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
8019
8020 * nnir.el (nnir-get-article-nov-override-function): New function to
8021 override the normal NOV retrieval.
8022 (nnir-retrieve-headers): Use it.
8023
8024 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
8025
8026 * auth-source.el (netrc-machine-user-or-password): Autoload.
8027
8028 2010-03-19 Glenn Morris <rgm@gnu.org>
8029
8030 Stop message.el from loading about 40 libraries it doesn't always need.
8031 The general approach is to autoload rather than require, and to
8032 require in the specific functions rather than the file. (Bug#5642)
8033
8034 * gmm-utils.el: Don't require wid-edit.
8035 (widget-create-child-value, widget-convert, widget-default-get):
8036 Autoload.
8037
8038 * gnus-util.el: Don't require time-date, netrc.
8039 (message-fetch-field, gnus-group-name-decode): Declare rather than
8040 autoloading.
8041 (gnus-fetch-field): Require message.
8042 (gnus-decode-newsgroups): Require gnus-group.
8043
8044 * ietf-drums.el: Don't require time-date.
8045
8046 * message.el: Don't require hashcash, canlock, ecomplete.
8047 Do require mail-utils. Require nnheader only when compiling.
8048 (smtpmail-default-smtp-server): Remove declaration.
8049 (message-send-mail-function): Check smtpmail-default-smtp-server
8050 is bound rather than requiring smtpmail.
8051 (message-auto-save-directory, message-insert-signature):
8052 Use expand-file-name rather than nnheader-concat.
8053 (nnheader-insert-file-contents): Autoload.
8054 (hashcash-wait-async): Declare.
8055 (message-send-mail): Only call gnus-setup-posting-charset if
8056 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
8057 (message-send-mail-with-sendmail): Require sendmail.
8058 (canlock-password, canlock-password-for-verify): Declare.
8059 (message-canlock-password): Require canlock.
8060 (nnheader-get-report): Autoload.
8061 (gnus-setup-posting-charset): Declare.
8062 (message-send-news): Require gnus-msg.
8063 (message-make-references, message-make-in-reply-to): Use mail-header-id
8064 rather than the alias mail-header-message-id.
8065 (ecomplete-add-item, ecomplete-save): Declare.
8066 (message-put-addresses-in-ecomplete): Require ecomplete.
8067 (ecomplete-display-matches): Autoload.
8068
8069 * mm-decode.el: Don't require mailcap, gnus-util.
8070 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8071 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8072 Autoload.
8073 (mailcap-mime-extensions): Declare.
8074
8075 * mm-encode.el: Don't require mailcap.
8076 (mailcap-extension-to-mime): Autoload.
8077
8078 * mml-sec.el: Don't require password-cache.
8079
8080 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8081 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8082 (mml-minibuffer-read-type): Require mailcap.
8083 (mml-preview): Require gnus-msg.
8084
8085 * mml1991.el: Require password-cache.
8086 (password-cache-expiry): Remove declaration.
8087
8088 * mml2015.el: Require password-cache.
8089 (password-cache-expiry): Remove declaration.
8090
8091 * nneething.el (mailcap): Require mailcap.
8092
8093 * nnheader.el (declare-function): Add compatibility stub.
8094 (message-remove-header): Declare rather than autoload.
8095 (nnheader-replace-header): Require message.
8096
8097 * nnimap.el (declare-function): Add compatibility stub.
8098 (netrc-parse, netrc-machine-user-or-password): Declare.
8099 (nnimap-open-connection): Require netrc.
8100
8101 * nntp.el (declare-function): Add compatibility stub.
8102 (netrc-parse, netrc-machine, netrc-get): Declare.
8103 (nntp-send-authinfo): Require netrc.
8104
8105 * rfc2047.el: Don't require qp.
8106 (quoted-printable-encode-region, quoted-printable-decode-string):
8107 Autoload.
8108
8109 * sieve-mode.el: Don't require easymenu.
8110 (easy-menu-add-item): Autoload it.
8111
8112 * spam-stat.el (time-to-number-of-days): Autoload it.
8113
8114 2010-03-17 Kevin Ryde <user42@zip.com.au>
8115
8116 * mml.el (mml-read-tag): Unquote values with `read' to reverse
8117 prin1 in mml-insert-tag (just stripping the quotes gave wrong
8118 value if any backslash escapes).
8119
8120 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8121
8122 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8123 if it is available. (bug#5647)
8124
8125 2010-02-26 Glenn Morris <rgm@gnu.org>
8126
8127 * message.el (message-send-mail-function): Change the default, so that
8128 it inherits from a customized send-mail-function. (Bug#5643)
8129
8130 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8133 shell-command-to-string signals an error (bug#5299).
8134
8135 2010-02-24 Glenn Morris <rgm@gnu.org>
8136
8137 * message.el (message-smtpmail-send-it)
8138 (message-send-mail-with-mailclient): Doc fixes.
8139
8140 2010-02-16 Glenn Morris <rgm@gnu.org>
8141
8142 * message.el (message-default-mail-headers): Change the default value
8143 to ease the transition from mail-mode to message-mode. (Bug#5555)
8144
8145 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * message.el (message-mail): Just pass yank-action on to message-setup.
8148 (message-setup): Handle (FUN . ARGS) form of yank-action.
8149 (message-with-reply-buffer, message-widen-reply)
8150 (message-yank-original): Handle non-buffer values of
8151 message-reply-buffer (Bug#4080).
8152 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8153
8154 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8155
8156 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8157 Fix typo in docstring.
8158
8159 2010-01-08 Jason Rumney <jasonr@gnu.org>
8160
8161 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8162 response.
8163
8164 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8165
8166 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8167
8168 * message.el (message-check-news-header-syntax): Protect against a
8169 string that `rfc822-addresses' returns when parsing fails.
8170
8171 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8172
8173 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8174 (gnus-previous-char-property-change): New functions.
8175
8176 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8177
8178 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
8179
8180 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8181 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
8182
8183 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8184
8185 * message.el (message-exchange-point-and-mark): Rework last change to
8186 avoid using optional arg of exchange-point-and-mark, for backward
8187 compatibility.
8188
8189 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8190
8191 * message.el (message-exchange-point-and-mark):
8192 Call exchange-point-and-mark with an argument rather than setting
8193 mark-active by hand (Bug#5175).
8194
8195 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8196
8197 * nntp.el (nntp-service-to-port): Work for service expressed with
8198 numeric string; replace [:digit:] with [0-9] for XEmacs.
8199
8200 2009-12-17 Glenn Morris <rgm@gnu.org>
8201
8202 * gnus-group.el (gnus-bug-group-download-format-alist):
8203 Change emacs entry to debbugs.gnu.org. Bump :version.
8204
8205 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8206
8207 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8208
8209 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8210
8211 * message.el (message-info): Explain why we use `Info-goto-node'.
8212
8213 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * message.el (message-completion-in-region): New compatibility function.
8216 (message-expand-group): Use it.
8217
8218 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8219
8220 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8221 with no unread article should be listed if the 2nd arg `predicate' is
8222 given.
8223
8224 2009-11-29 Juri Linkov <juri@jurta.org>
8225
8226 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8227 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
8228 on `gnus-recenter'. (Bug#4698, Bug#4981)
8229
8230 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8231
8232 * message.el (message-from-style, message-interactive)
8233 (message-signature): Always set default values from the corresponding
8234 mail-* variables.
8235 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8236 (message-yank-prefix, message-indentation-spaces)
8237 (message-signature-file, message-default-headers): Use boundp rather
8238 than (featurep 'xemacs) to check if the corresponding mail-* variables
8239 exist.
8240
8241 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8242
8243 * message.el (message-send-mail-with-sendmail): Revert last change.
8244
8245 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8246
8247 * message.el (message-from-style, message-interactive)
8248 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8249 (message-yank-prefix, message-indentation-spaces, message-signature)
8250 (message-signature-file, message-default-headers): For GNU Emacs, set
8251 default values from the corresponding mail-* variables.
8252 (message-send-mail-with-sendmail): Use envelope-from only if
8253 mail-specify-envelope-from is non-nil.
8254
8255 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8256
8257 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8258 containing tspecial characters if they have been already quoted.
8259
8260 2009-10-24 Glenn Morris <rgm@gnu.org>
8261
8262 * gnus-art.el (help-xref-stack-item): Define for compiler.
8263
8264 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8265
8266 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8267
8268 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8269
8270 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8271 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8272
8273 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
8274
8275 * gnus.el (gnus-overlay-get): New alias to overlay-get.
8276 (gnus-overlays-in): New alias to overlays-in.
8277
8278 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8279 gnus-overlay-get, and gnus-delete-overlay.
8280 (gnus-summary-show-thread): Make it work as well for systems in which
8281 next-single-char-property-change is not available.
8282 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8283
8284 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
8285
8286 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8287
8288 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8289
8290 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8291 and XEmacs that don't have `remove-overlays'.
8292
8293 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8296 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8297 selective display. Use overlays instead.
8298
8299 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8300
8301 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8302
8303 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8304
8305 * spam-stat.el (spam-stat-load): Fix typo in message.
8306
8307 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
8308
8309 * gnus-art.el (gnus-article-encrypt-body):
8310 * message.el (message-check-recipients):
8311 * mm-util.el (mm-codepage-setup):
8312 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8313 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8314
8315 2009-09-22 Daiki Ueno <ueno@unixuser.org>
8316
8317 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8318 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8319 keys from the menu if mm-{sign,encrypt}-option is 'guided.
8320 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8321 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8322
8323 2009-09-18 Glenn Morris <rgm@gnu.org>
8324
8325 * gnus-diary.el (gnus-diary-check-message):
8326 * message.el (message-insert-formatted-citation-line):
8327 * nnbabyl.el (top-level):
8328 * nndiary.el (nndiary-schedule):
8329 Fix typos in condition-case handlers.
8330
8331 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8332
8333 * gnus-art.el (gnus-article-edit-part): Work for the buffer
8334 configuration that provides the sole article window in a frame;
8335 position point correctly after deleting a part.
8336
8337 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
8338
8339 * spam.el (spam-unregister-on-reregister): Add boolean variable.
8340 (spam-resolve-registrations-routine): Use it to unregister articles
8341 that change status.
8342
8343 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * nnrss.el (nnrss-request-article): Remove binding of
8346 default-enable-multibyte-characters that has gotten needless by
8347 the 2007-07-13 change in rfc2047-encode-message-header.
8348
8349 * mml.el (mml-insert-multipart): Error on the message header.
8350 (mml-insert-part): Error on the message header; position point at
8351 the end of a MIME tag.
8352
8353 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8356 (gnus-float-time): Alias to float-time if it exists.
8357
8358 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8359 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8360 float-time is available; suppress compile warning for time-to-seconds.
8361
8362 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8363
8364 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8365 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8366 Add the optional argument `encoding' that overrides the default.
8367
8368 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8369 mm-encode-buffer.
8370
8371 2009-09-04 Glenn Morris <rgm@gnu.org>
8372
8373 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8374 mm-disable-multibyte, rather than default-enable-multibyte-characters.
8375 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8376 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8377 * mm-util.el (mm-with-unibyte-current-buffer)
8378 (mm-find-buffer-file-coding-system):
8379 * yenc.el (yenc-decode-region): Use default-value rather than
8380 default-enable-multibyte-characters.
8381
8382 2009-09-03 Glenn Morris <rgm@gnu.org>
8383
8384 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8385 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8386 than default-enable-multibyte-characters.
8387
8388 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
8389
8390 * gnus-art.el (gnus-article-read-summary-keys):
8391 Fix gnus-buffer-configuration's value temporarily used.
8392
8393 2009-09-02 Glenn Morris <rgm@gnu.org>
8394
8395 * gnus-util.el (gnus-float-time): New function.
8396 * gnus-delay.el (gnus-delay-article):
8397 * gnus-sum.el (gnus-thread-latest-date):
8398 * gnus-util.el (gnus-user-date): Use gnus-float-time.
8399 * nnspool.el (nnspool-request-newgroups):
8400 Use gnus-float-time rather than time-to-seconds.
8401 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8402
8403 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8404 (gnus-header-subject-face, gnus-header-newsgroups-face)
8405 (gnus-header-name-face, gnus-header-content-face):
8406 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8407 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8408 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8409 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8410 (gnus-cite-face-11):
8411 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8412 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8413 (gnus-server-closed-face, gnus-server-denied-face)
8414 (gnus-server-offline-face):
8415 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8416 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8417 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8418 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8419 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8420 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8421 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8422 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8423 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8424 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8425 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8426 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8427 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8428 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8429 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8430 (gnus-summary-high-undownloaded-face)
8431 (gnus-summary-low-undownloaded-face)
8432 (gnus-summary-normal-undownloaded-face)
8433 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8434 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8435 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8436 (gnus-splash-face):
8437 * message.el (message-header-to-face, message-header-cc-face)
8438 (message-header-subject-face, message-header-newsgroups-face)
8439 (message-header-other-face, message-header-name-face)
8440 (message-header-xheader-face, message-separator-face)
8441 (message-cited-text-face, message-mml-face):
8442 * sieve-mode.el (sieve-control-commands-face)
8443 (sieve-action-commands-face, sieve-test-commands-face)
8444 (sieve-tagged-arguments-face):
8445 * spam.el (spam-face):
8446 Mark face aliases with "-face" in the name as obsolete.
8447
8448 2009-09-01 Glenn Morris <rgm@gnu.org>
8449
8450 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8451 than goto-line.
8452
8453 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8454
8455 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8456 Don't move point if the command is invoked inside the message header.
8457
8458 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8461 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8462 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8463 * nnir.el (nnir-swish-e-index-file):
8464 * gnus-sum.el (gnus-summary-delete-marked-as-read)
8465 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8466 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8467 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8468 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8469 (gnus-treat-display-xface): Add Emacs version of obsolescence.
8470
8471 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
8472
8473 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8474 Don't save excursion.
8475
8476 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * nnheader.el (nnheader-find-file-noselect):
8479 * mm-util.el (mm-insert-file-contents):
8480 Use (default-value 'major-mode) instead of default-major-mode.
8481
8482 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8485
8486 2009-08-25 Glenn Morris <rgm@gnu.org>
8487
8488 * nnir.el (top-level): Don't require cl at run-time.
8489 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8490 Replace cl-function substitute with gnus-replace-in-string.
8491 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8492 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8493 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8494 simplified expansions.
8495
8496 2009-08-22 Glenn Morris <rgm@gnu.org>
8497
8498 * gnus-art.el (gnus-button-patch): Use forward-line rather than
8499 goto-line.
8500
8501 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8504
8505 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8506 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8507 (gnus-mm-display-part, gnus-mime-display-single)
8508 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8509 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8510
8511 * gnus-sum.el
8512 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8513 (gnus-summary-move-article): Add expirable mark to articles copied or
8514 moved to group that has auto-expire turned on if the option is non-nil.
8515
8516 2009-07-24 Glenn Morris <rgm@gnu.org>
8517
8518 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8519 Fix typo. (Bug#3903)
8520
8521 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8522
8523 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8524 gnus-article-read-summary-keys rather than gnus-summary-edit-article
8525 that should not be used for draft articles.
8526 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8527 that has no concern in minor mode keys.
8528 (gnus-article-summary-command, gnus-article-summary-command-nosave):
8529 Abolish.
8530
8531 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8532
8533 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8534 article without making inquiry to a user for unknown encoding.
8535
8536 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8537 (nnmaildir--scan): Assume i-node and device number that file-attributes
8538 returns might be cons-cell.
8539
8540 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
8541
8542 * auth-source.el: Remove docs now in auth.texi. Don't use
8543 `gnus-message' for logging. Add new variables `auth-source-debug' and
8544 `auth-source-hide-passwords' and use them.
8545
8546 2009-07-15 Glenn Morris <rgm@gnu.org>
8547
8548 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8549
8550 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8551
8552 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8553 excessive whitespace from the default values of title and description.
8554
8555 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8556
8557 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8558 mail-fetch-field to fetch Content-Description header in order to
8559 exclude newlines.
8560
8561 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8562
8563 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8564 to deleted part.
8565
8566 2009-05-30 David Engster <dengste@eml.cc>
8567
8568 * nnmairix.el: Remove old documentation in the commentary block.
8569 (nnmairix-request-group): Do not update active file for nnml back ends.
8570 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8571 end so that overview files are ignored.
8572 (nnmairix-update-groups): Make updating the groups more robust by using
8573 marks.
8574 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8575 with dollar characters in message-id.
8576
8577 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
8578
8579 * spam.el: Use dns-query instead of query-dns. Was renamed on
8580 2008-12-25 in dns.el.
8581
8582 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8585 could happen if the text is only composed of spaces and/or tabs.
8586
8587 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
8588
8589 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8590 when sending a queued message to avoid extra mml tags.
8591
8592 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8593
8594 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8595
8596 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
8597
8598 * gnus-dired.el: Remove autoload for gnus-setup-message.
8599 (gnus-dired-attach): Fake this-command value to prevent Gnus from
8600 displaying Gnus logo; always use compose-mail.
8601
8602 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8603
8604 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8605
8606 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
8607
8608 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8609 (gnus-nocem-issuers): List currently active issuers; fix custom type.
8610 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8611 available.
8612 (gnus-nocem-epg-verify): New function.
8613
8614 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
8615
8616 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8617
8618 2009-02-15 Glenn Morris <rgm@gnu.org>
8619
8620 * gnus-util.el (rmail-insert-rmail-file-header)
8621 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8622 autoloads.
8623 (rmail-default-rmail-file): Remove unnecessary declaration.
8624 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8625
8626 2009-02-14 Glenn Morris <rgm@gnu.org>
8627
8628 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8629 variable (only used in gnus-util, which declares it anyway).
8630 (rmail-output-to-rmail-file): Remove autoload of deleted function,
8631 which was only needed by gnus-art (changed to not use it any more).
8632 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8633 only used in gnus-util, which autoloads it itself.
8634 (rmail-update-summary): Fix autoload.
8635
8636 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8637 rather than rmail-output-to-rmail-file.
8638
8639 2009-02-07 Glenn Morris <rgm@gnu.org>
8640
8641 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8642 autoload of function that no longer exists.
8643 (rmail-toggle-header): Declare.
8644 (message-forward-rmail-make-body): Handle mbox Rmail.
8645
8646 2009-01-31 Glenn Morris <rgm@gnu.org>
8647
8648 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8649 2009-01-09 change.
8650
8651 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
8652
8653 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8654 (auth-source-forget-all-cached): New convenience function.
8655 (auth-source-user-or-password): Accept list of modes or a single mode.
8656
8657 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8658 auth-source modes.
8659
8660 * nnimap.el (nnimap-open-connection): Use list of
8661 auth-source modes.
8662
8663 * nntp.el (nntp-send-authinfo): Use list of
8664 auth-source modes.
8665
8666 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8667
8668 * auth-source.el: Update docs to reflect epa-file-enable is to be used
8669 now.
8670
8671 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8674 coding system in XEmacs; add a workaround for XEmacs.
8675
8676 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
8677
8678 * mm-util.el (mm-coding-system-priorities): Protect against nil value
8679 of current-language-environment.
8680
8681 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8682
8683 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8684 available at runtime.
8685
8686 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8687
8688 * gnus-art.el (article-date-ut): Fix end point of narrowing.
8689
8690 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
8691
8692 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8693 the greatest positive fixnum value doesn't work under an XEmacs with
8694 bignum support; use the most-positive-fixnum constant instead,
8695 available since Emacs 21.1 with cl and XEmacs 21.1.
8696
8697 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8698
8699 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8700 XEmacs gets not to work.
8701
8702 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8703
8704 * mm-util.el (mm-coding-system-priorities): Allow the value like
8705 "Japanese (UTF-8)" of current-language-environment.
8706
8707 2009-01-09 Glenn Morris <rgm@gnu.org>
8708
8709 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8710 with last-command-event.
8711
8712 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8713
8714 * message.el (message-fix-before-sending): Amend comment.
8715
8716 2009-01-07 David Engster <dengste@eml.cc>
8717
8718 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8719 simplified server definitions by converting it via
8720 gnus-server-to-method.
8721
8722 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8723
8724 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8725 parameter's operands.
8726
8727 2009-01-06 David Engster <dengste@eml.cc>
8728
8729 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8730 primary select method (for gnus-group-mark-article-as-read).
8731
8732 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8733
8734 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8735 `(gnus)Face', not `(gnus)X-Face'.
8736
8737 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * mm-util.el (mm-ucs-to-char): New function.
8740
8741 * mm-url.el (mm-url-decode-entities): Use it.
8742
8743 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8744
8745 * message.el (message-fix-before-sending): Add `eight-bit' to
8746 illegible-text check.
8747
8748 2009-01-03 Michael Olson <mwolson@gnu.org>
8749
8750 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8751 `headers' is nil. This can occur if the IMAP server does not have
8752 permissions to read messages from a folder, but can write new messages
8753 to the folder.
8754 (nnimap-request-article-part): Do not insert `data' if it is nil.
8755
8756 2009-01-01 Dave Love <fx@gnu.org>
8757
8758 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8759
8760 * nnimap.el: Fix author email.
8761 (nnimap-split-rule): Add FIXME comment.
8762 (nnimap-debug): Fix doc string.
8763
8764 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8767 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8768 to check if those variables exist (first appeared in Emacs 18.50).
8769
8770 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8771
8772 * mm-util.el (mm-line-number-at-pos): New function.
8773
8774 * spam-report.el (spam-report-process-queue): Use it.
8775
8776 2008-12-24 David Engster <dengste@eml.cc>
8777
8778 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8779 parameters that haven't existed as variables as buffer-local variables.
8780
8781 2008-12-23 Dave Love <fx@gnu.org>
8782
8783 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8784 cadar.
8785
8786 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8787 imap-starttls-p.
8788 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8789
8790 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8791
8792 * spam-report.el (spam-report-gmane-max-requests): New constant.
8793 (spam-report-gmane-wait): New variable.
8794 (spam-report-gmane-ham, spam-report-gmane-spam)
8795 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8796 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8797 the server.
8798
8799 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8800 Add explanations.
8801
8802 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8803 nnheader-accept-process-output and nnheader-read-timeout if available.
8804 (pop3-movemail): Use it.
8805
8806 * message.el (message-check-news-body-syntax): Fix signature check if
8807 there's an attachment.
8808
8809 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * mm-util.el: Add comments to the mm- emulating functions.
8812
8813 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8814
8815 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8816 Reported by Stephen Berman <stephen.berman@gmx.net>.
8817
8818 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8819
8820 * mm-util.el (mm-substring-no-properties): New function.
8821 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8822 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8823 (mm-string-to-multibyte): Doc fix.
8824
8825 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8826
8827 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8828
8829 * mml.el (mml-attach-file): Strip text properties from file name.
8830 (Bug#1574)
8831
8832 2008-12-16 Glenn Morris <rgm@gnu.org>
8833
8834 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8835
8836 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8839 knows since the charset specified might be a bogus alias that
8840 mm-charset-synonym-alist provides.
8841
8842 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8843
8844 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8845 "ISO_8859-1".
8846
8847 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8848
8849 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * mm-util.el (mm-charset-eval-alist):
8852 Define it before mm-charset-to-coding-system.
8853 (mm-charset-to-coding-system): Add optional argument `silent';
8854 define it before mm-charset-override-alist.
8855 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8856 default value if it can be used in Emacs currently running;
8857 silence mm-charset-to-coding-system.
8858
8859 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8860
8861 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8862 `allow-override' which says whether to use `mm-charset-override-alist'.
8863 (rfc2047-decode-encoded-words): Use it.
8864
8865 * mm-util.el (mm-charset-override-alist): Fix custom type;
8866 add `(gb2312 . gbk)' to choices.
8867
8868 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8869
8870 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8871 fast.
8872
8873 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8874
8875 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
8876
8877 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8878 on links.
8879
8880 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8881
8882 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8883
8884 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8885 users' addresses that don't have domain parts.
8886 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8887 rather than message-narrow-to-head since there will be the message
8888 header separator.
8889
8890 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8893 since the result is inserted in a unibyte buffer anyway.
8894 (nnimap-demule-use-string-to-multibyte): Remove.
8895 (nnimap-demule): Alias it to mm-string-to-multibyte.
8896
8897 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8898
8899 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8900 variable for debugging bug#464 and bug#1174.
8901 (nnimap-demule): Use it.
8902
8903 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8904
8905 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8906 score calculation correctly.
8907
8908 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * message.el (message-send-mail): Just set the buffer to unibyte
8911 rather than use mm-with-unibyte-current-buffer which does a lot more.
8912 (message-send-mail-partially): Don't bother with
8913 mm-with-unibyte-current-buffer since it's already been made unibyte by
8914 message-send-mail.
8915
8916 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8917
8918 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8919
8920 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8921
8922 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8923
8924 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8927 require itself and to remove `with-no-warnings'.
8928
8929 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8930
8931 * starttls.el (starttls-any-program-available): Get the name of the
8932 available TLS layer program.
8933 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8934 well as the host name in the "opening" message.
8935
8936 * auth-source.el (auth-source-cache, auth-source-do-cache)
8937 (auth-source-user-or-password): Cache passwords and logins by default,
8938 allow override with `auth-source-do-cache'.
8939 (auth-source-forget-user-or-password): Allow users to remove cache
8940 entries if needed.
8941
8942 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8943
8944 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8945 condition-case to only the forward-sexp call.
8946
8947 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8948
8949 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8950 quotes contained. Make it more robust regardless by an extra
8951 condition-case wrapper.
8952
8953 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8954
8955 * nnml.el (nnml-request-expire-articles): Check if the function set to
8956 `nnmail-expiry-target' returns the symbol `delete'.
8957
8958 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8959
8960 * nnmail.el (nnmail-expiry-target): Fix custom type.
8961
8962 2008-10-02 Glenn Morris <rgm@gnu.org>
8963
8964 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8965 Silence compiler warning.
8966
8967 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * mml.el (mml-menu): Don't assume mml2015 is bound.
8970
8971 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8972
8973 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8974 exists.
8975
8976 2008-09-27 Glenn Morris <rgm@gnu.org>
8977
8978 * gnus-util.el (mail-header-remove-comments): Autoload it.
8979
8980 2008-09-27 Andreas Schwab <schwab@suse.de>
8981
8982 * gnus-util.el (gnus-split-references): Strip comments.
8983 (gnus-parent-id): Likewise.
8984
8985 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8986
8987 * message.el (message-confirm-send): Fix version.
8988
8989 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * message.el (message-idna-to-ascii-rhs-1): Use
8992 mail-extract-address-components rather than mail-header-parse-addresses
8993 that is an alias by default to ietf-drums-parse-addresses that does not
8994 support non-ASCII names in headers' contents.
8995
8996 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8997
8998 * message.el (message-confirm-send): Fix variable documentation to
8999 avoid the "y/n" wording.
9000
9001 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
9002
9003 * message.el (message-set-auto-save-file-name): Save to a different
9004 filename so multiple messages (especially drafts) can be recovered.
9005
9006 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
9007
9008 * message.el (message-confirm-send): Add appropriate version.
9009
9010 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9011
9012 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9013 defvar.
9014
9015 2008-09-22 Daiki Ueno <ueno@unixuser.org>
9016
9017 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9018 (mm-pkcs7-enveloped-magic): Ditto.
9019
9020 2008-09-17 Simon Josefsson <simon@josefsson.org>
9021
9022 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9023 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9024
9025 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
9026
9027 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9028 default, it's better.
9029
9030 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
9031
9032 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9033 summary line gnus-number property and ignore them (with a warning
9034 message).
9035
9036 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9037
9038 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9039 macro caddr in the interactive form since it won't be expanded.
9040
9041 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9042
9043 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9044 `charset'; fix name of function called recursively.
9045 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9046
9047 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9048
9049 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9050 (gnus-mime-set-charset-parameters): New function.
9051 (gnus-mime-view-part-as-charset): Use it to correctly display part
9052 specifying wrong charset.
9053
9054 2008-09-08 David Engster <dengste@eml.cc>
9055
9056 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9057 in completing-read for back end server.
9058
9059 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
9060
9061 * message.el (message-confirm-send): New variable to confirm sending a
9062 message.
9063 (message-send): Use it.
9064
9065 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
9066
9067 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9068
9069 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
9070
9071 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9072
9073 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
9074
9075 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9076 prevent tracking too many groups.
9077 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9078 Use it.
9079
9080 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
9081
9082 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9083 moving point to the bottom of the window in order to avoid recentering.
9084
9085 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
9086
9087 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9088 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9089 (gnus-article-beginning-of-window): Fix calculation.
9090
9091 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
9092
9093 * gnus-msg.el (gnus-summary-supersede-article)
9094 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9095 value of gnus-newsgroup-charset to decode non-MIME encoded text in
9096 message header.
9097
9098 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9099
9100 * message.el:
9101 * gnus-start.el:
9102 * gnus-registry.el: Remove VMS support.
9103
9104 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9105
9106 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9107 macro.
9108 (rfc2104-hash): Use it.
9109
9110 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
9111
9112 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9113 (gnus-summary-sort-by-most-recent-date): New commands.
9114 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9115 and menu entries.
9116
9117 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9118
9119 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9120 don't redisplay article for raw contents; remove plural articles stuff.
9121
9122 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9123 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9124 on gnus-summary-save-article; display results properly.
9125
9126 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9127
9128 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9129
9130 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9131
9132 * gnus-art.el (gnus-summary-save-in-pipe):
9133 Consider gnus-save-all-headers.
9134
9135 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9136
9137 * gnus-util.el (ns-focus-frame): Remove declaration.
9138 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
9139 like x.
9140
9141 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9142
9143 * rfc2104.el (rfc2104-zero): Delete defconst.
9144 (rfc2104-hex-alist): Likewise.
9145 (rfc2104-hex-to-int): Delete func.
9146 (rfc2104-hexstring-to-bitstring): Likewise.
9147 (rfc2104-nybbles): New defconst.
9148 (rfc2104-hash): Rewrite for speed.
9149
9150 2008-07-16 Glenn Morris <rgm@gnu.org>
9151
9152 * gnus-util.el (ns-focus-frame): Declare for compiler.
9153
9154 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
9155
9156 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9157 set as a group parameter.
9158 (gnus-summary-save-in-pipe): Work when it is called independently.
9159 (gnus-summary-pipe-to-muttprint): Don't modify
9160 gnus-summary-pipe-output-default-command.
9161
9162 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * message.el (message-send-mail-with-sendmail):
9165 Display the error message.
9166
9167 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9168
9169 * gnus-art.el (gnus-default-article-saver):
9170 Add gnus-summary-save-in-pipe to choices.
9171 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9172 gnus-summary-pipe-output-default-command as the default command.
9173 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9174 instead of gnus-last-shell-command.
9175
9176 * gnus-sum.el (gnus-summary-pipe-output-default-command):
9177 New user option.
9178 (gnus-summary-muttprint-program): Mention the value will be changed.
9179 (gnus-summary-save-article): Force showing of all headers.
9180 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9181
9182 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
9183
9184 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9185
9186 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
9187
9188 * nnimap.el (nnimap-id):
9189 * sieve-manage.el (sieve-manage-open): Doc fixes.
9190
9191 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9192
9193 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9194 if available.
9195
9196 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9199
9200 * nnkiboze.el (nnkiboze-generate-group):
9201 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9202
9203 * nnmairix.el: Require CL.
9204
9205 2008-06-15 David Engster <dengste@eml.cc>
9206
9207 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9208
9209 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
9210
9211 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9212 New macros that expand to an `aset'/`aref' call under Emacs, and to a
9213 runtime choice under XEmacs.
9214
9215 * gnus-sum.el (gnus-summary-set-display-table):
9216 Use `gnus-put-display-table', `gnus-get-display-table',
9217 `gnus-set-display-table' for the display table, instead of `aset'.
9218
9219 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9220
9221 * nnmairix.el: Add autoloads.
9222
9223 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9224
9225 * nnmairix.el (nnmairix-delete-recreate-group)
9226 (nnmairix-update-and-clear-marks): Fix error messages.
9227
9228 2008-06-14 David Engster <dengste@eml.cc>
9229
9230 * nnmairix.el: Upgrade to version 0.6.
9231 (nnmairix-group-toggle-propmarks-this-group)
9232 (nnmairix-group-toggle-readmarks-this-group)
9233 (nnmairix-group-delete-recreate-this-group)
9234 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9235 (nnmairix-remove-tick-mark-original-article): New commands.
9236 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9237 (nnmairix-propagate-marks-to-nnmairix-groups)
9238 (nnmairix-only-use-registry, nnmairix-allowfast-default)
9239 (nnmairix-marks-cache, nnmairix-version-output): New variables.
9240 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9241 functions needed for marks propagation and manipulation of read marks.
9242 (nnmairix-update-groups): New function.
9243 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9244 (nnmairix-determine-original-group-from-registry)
9245 (nnmairix-determine-original-group-from-path)
9246 (nnmairix-get-group-from-file-path, nnmairix-map-range)
9247 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9248 New helper functions.
9249 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9250 keystrokes for new commands.
9251 (nnmairix-delete-and-create-on-change): Doc string cleanup.
9252 (nnmairix-request-group): Check allow-fast group parameter.
9253 (nnmairix-request-create-group): Set allow-fast group parameter if
9254 nnmairix-allowfast-default is set.
9255 (nnmairix-close-group): Propagate marks upon closing if needed.
9256 (nnmairix-group-toggle-threads-this-group): Use new.
9257 nnmairix-group-toggle-parameter helper function.
9258 (nnmairix-search): Better check for empty search result.
9259 (nnmairix-goto-original-article): Use new helper functions for
9260 determining original article.
9261 (nnmairix-show-original-article): Make sure message-id is in brackets.
9262 (nnmairix-call-mairix-binary): Change variable name.
9263 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9264 helper function.
9265 (nnmairix-widget-toggle-activate): Fix doc string.
9266
9267 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9268
9269 * nnir.el: Require edmacro when compiling with XEmacs.
9270 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9271 available in Emacs 21.
9272
9273 2008-06-11 Glenn Morris <rgm@gnu.org>
9274
9275 * gnus-util.el (x-focus-frame):
9276 * gnus.el (image-size):
9277 * mm-decode.el (image-size): Declare.
9278
9279 * gnus-picon.el (declare-function): Add compat definition.
9280 (image-size): Declare.
9281
9282 * gnus-group.el (tool-bar-map):
9283 * gnus-sum.el (tool-bar-map): Define for compiler.
9284
9285 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9286
9287 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9288
9289 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9290 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9291 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9292 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9293 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9294 * sieve-manage.el, spam-report.el, spam.el:
9295 Remove unnecessary eval-and-compile of autoloads.
9296
9297 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9298
9299 * auth-source.el: Precise Tramp doc.
9300
9301 2008-06-07 Glenn Morris <rgm@gnu.org>
9302
9303 * nnmairix.el: Remove unnecessary eval-when-compile.
9304
9305 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
9306
9307 * nnir.el: New file.
9308
9309 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * gnus-util.el (gnus-read-shell-command): New function.
9312 * mm-decode.el (mm-pipe-part):
9313 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9314
9315 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9316
9317 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9318
9319 2008-06-03 Glenn Morris <rgm@gnu.org>
9320
9321 * pop3.el (nnheader-accept-process-output): Autoload it.
9322
9323 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9324
9325 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9326 are not 2-digit hexadecimal characters that follow `%'s.
9327
9328 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9329
9330 * message.el (message-bogus-recipient-p): Fix type in doc string.
9331 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9332 (message-bogus-addresses): Rename from message-bogus-address-regexp.
9333 Improve custom options.
9334 (message-bogus-recipient-p): Adjust accordingly.
9335
9336 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9337
9338 * nnmairix.el: Require edmacro when compiling with XEmacs.
9339
9340 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
9341
9342 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9343 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9344
9345 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
9346
9347 * auth-source.el: Add more docs.
9348
9349 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9350
9351 * nnheader.el (nnheader-read-timeout): Change the default timeout from
9352 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
9353 retrieval faster in some cases, but might make CPU usage larger.
9354 If this has any bad side effects, we might revert this change.
9355
9356 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9357 seems to make mail retrieval much, much faster.
9358 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9359 unconditionally.
9360
9361 * gnus-draft.el (gnus-group-send-queue):
9362 Bind message-send-mail-partially-limit to nil to avoid being prompted.
9363
9364 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9365
9366 * mml.el (mml-attach-buffer): Prompt for `disposition'.
9367
9368 * message.el (message-bogus-address-regexp): Fix and improve custom
9369 type.
9370 (message-setup-hook): Add message-check-recipients as custom option.
9371
9372 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
9373
9374 * message.el (message-cite-function): Remove bogus autoload which crept
9375 in during merge from v5-10.
9376
9377 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
9378
9379 * nnimap.el (nnimap-open-connection): Fix login/password bug.
9380
9381 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9382
9383 * auth-source.el: Preliminary Tramp docs.
9384 (auth-sources): Change the default auth-sources to use
9385 EPA .gpg files.
9386
9387 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
9388
9389 * nntp.el: Autoload `auth-source-user-or-password'.
9390 (nntp-send-authinfo): Use it.
9391
9392 * nnimap.el: Autoload `auth-source-user-or-password'.
9393 (nnimap-open-connection): Use it.
9394
9395 * auth-source.el: Add docs on using with url-auth. Import gnus-util
9396 for the gnus-message function.
9397 (auth-source-user-or-password): Use it.
9398
9399 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9402 rfc2104-hexstring-to-byte-list. Return a unibyte string.
9403 (rfc2104-hash): Use it.
9404
9405 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9406
9407 * gnus-art.el (gnus-article-toggle-truncate-lines):
9408 Don't use `iff' in docstring.
9409
9410 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
9411
9412 * gnus-registry.el: Adjusted copyright dates and added a keyword.
9413
9414 * gnus-util.el (gnus-extract-address-component-name)
9415 (gnus-extract-address-component-email): Convenience functions around
9416 `gnus-extract-address-components'.
9417
9418 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9419 Use `gnus-extract-address-component-email' to fix bug of comparing full
9420 sender name to `user-mail-address'.
9421
9422 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
9423
9424 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9425 catch/throw to optimize.
9426 (gnus-registry-find-keywords): Just use member to find a keyword.
9427
9428 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9431 is current before calling gnus-server-prepare.
9432 (gnus-server-setup-buffer, gnus-server-update-server)
9433 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9434
9435 2008-05-04 Juri Linkov <juri@jurta.org>
9436
9437 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9438 (mailcap-file-default-commands): Use mailcap-replace-in-string
9439 instead of replace-regexp-in-string, and mailcap-delete-duplicates
9440 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
9441
9442 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
9443
9444 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9445
9446 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9447
9448 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9449 hooks.
9450 (gnus-update-read-articles): Speed up non-marks-using users.
9451 (gnus-use-marks): Define gnus-use-marks.
9452 (gnus-propagate-marks): Rename variable to something more sensible.
9453
9454 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9455
9456 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9457 (gmm-image-load-path-for-library): Fix typos in docstrings.
9458 (gmm-message): Reflow docstring.
9459
9460 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
9461
9462 * mail-source.el (mail-source-set-1, mail-source-bind):
9463 Move auth-source code out of the macro to clean it up and fix bugs.
9464
9465 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
9466
9467 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9468 by sender if it's equal to user-mail-address, it's likely to be
9469 useless.
9470
9471 * mail-source.el (mail-source-bind): Don't use user or password if they
9472 are not bound. Unintern them if they are nil. Don't use server unless
9473 it's bound, and default it to empty string otherwise.
9474
9475 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
9476
9477 * mail-source.el: Load auth-source.el.
9478 (mail-source-bind): Add comments. Call auth-source-user-or-password to
9479 get user name or password, if auth-sources is set up.
9480
9481 * gnus-registry.el (gnus-registry-split-strategy): New variable for
9482 strategy of splitting with parent.
9483 (gnus-registry-split-fancy-with-parent)
9484 (gnus-registry-post-process-groups): Use it and fix prior
9485 bug (returning a list as the split result).
9486
9487 * auth-source.el (auth-sources): Remove server parameter.
9488 (auth-source-pick, auth-source-user-or-password)
9489 (auth-source-user-or-password-imap)
9490 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9491 (auth-source-user-or-password-sftp)
9492 (auth-source-user-or-password-smtp): Remove server parameter.
9493
9494 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
9495
9496 * smime.el (smime-sign-region, smime-encrypt-region)
9497 (smime-decrypt-region):
9498 Remove redundant calls to `generate-new-buffer-name'.
9499
9500 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
9501
9502 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9503 Don't use QP for message/rfc822.
9504 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9505
9506 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * sieve-manage.el (sieve-string-bytes): Remove.
9509 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9510 correct byte-length only if the process's coding-system is the same as
9511 the one used internally by Emacs to represent strings.
9512
9513 2008-04-22 Juri Linkov <juri@jurta.org>
9514
9515 * mailcap.el (mailcap-file-default-commands): New function.
9516
9517 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9518
9519 * message.el (message-signature-separator, message-cite-function):
9520 Change custom version.
9521
9522 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9523
9524 * mm-decode.el (mm-display-external): Make temp file read-only.
9525
9526 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9527
9528 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9529 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
9530 `C-c C-f d'.
9531
9532 2008-04-12 Adrian Aichner <adrian@xemacs.org>
9533
9534 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9535
9536 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9537
9538 * auth-source.el: Add docs.
9539 (auth-sources): Modify format to support server.
9540 (auth-source-pick, auth-source-user-or-password)
9541 (auth-source-user-or-password-imap)
9542 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9543 (auth-source-user-or-password-sftp)
9544 (auth-source-user-or-password-smtp): Add server parameter.
9545
9546 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
9547
9548 * gnus-registry.el: Initialize the registry when gnus-registry-install
9549 is t.
9550
9551 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
9552
9553 * compface.el (uncompface): Make buffer unibyte.
9554
9555 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * mail-source.el (mail-source-value):
9558 Prefer fboundp to functionp so it works with macros as well.
9559
9560 2008-04-05 Glenn Morris <rgm@gnu.org>
9561
9562 * gnus-ems.el (mm-disable-multibyte): Autoload it.
9563
9564 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9567 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9568
9569 * nnheader.el (nnheader-init-server-buffer): Change buffer's
9570 multibyteness after rather than before erasing it.
9571
9572 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9573 mm-with-multibyte.
9574 (gnus-request-article-this-buffer): Make sure the proper decoding is
9575 used if gnus-original-article-buffer happens to be unibyte.
9576
9577 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9578 default-enable-multibyte-characters.
9579
9580 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9581 default-enable-multibyte-characters.
9582
9583 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9584
9585 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9586
9587 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9590 Fix last change in case the element is not even a symbol.
9591
9592 2008-04-02 Simon Josefsson <simon@josefsson.org>
9593
9594 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9595 imap-enable-exchange-bug-workaround.
9596 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9597
9598 2008-04-01 Simon Josefsson <simon@josefsson.org>
9599
9600 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9601 a 100 byte status-checks into a 2-3MB transfer for each group.
9602 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9603 to enable bug workaround or not.
9604 (nnimap-find-minmax-uid): Only enable workaround conditionally.
9605
9606 2008-03-31 Glenn Morris <rgm@gnu.org>
9607
9608 * message.el (mml2015-use): Declare for compiler.
9609 (message-info): Require mml2015 when appropriate.
9610
9611 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9614 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9615 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9616 (nntp-service-to-port): New function.
9617 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9618 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9619 (nntp-open-netcat-stream): New function.
9620 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9621
9622 2008-03-29 Sven Joachim <svenjoac@gmx.de>
9623
9624 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9625
9626 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9629
9630 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
9631
9632 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9633
9634 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9635
9636 * message.el (message-signature-separator): Change default.
9637 Improve custom type.
9638 (message-cite-function): Change default to
9639 message-cite-original-without-signature.
9640
9641 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9642 toggle.
9643
9644 * message.el (message-check-news-body-syntax): Fix signature check.
9645 (message-setup-1): Mark buffer as unmodified _after_ running
9646 message-setup-hook and handling message-alternative-emails.
9647 (message-shorten-references): Be more strict when building list of
9648 valid references to comply with GNKSA.
9649
9650 * gnus-group.el (gnus-read-ephemeral-bug-group)
9651 (gnus-read-ephemeral-debian-bug-group)
9652 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9653
9654 * message.el (message-info): Don't use booleanp which isn't supported
9655 in Emacs 21 and XEmacs.
9656
9657 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
9658
9659 * gnus-group.el (gnus-gmane-group-download-format): Rename from
9660 gnus-group-gmane-group-download-format.
9661 (gnus-group-read-ephemeral-gmane-group): Rename from
9662 gnus-group-read-ephemeral-gmane-group.
9663 (gnus-read-ephemeral-gmane-group-url): Rename from
9664 gnus-group-read-ephemeral-gmane-group-url.
9665 (gnus-bug-group-download-format-alist): New variable.
9666 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9667 (gnus-read-ephemeral-emacs-bug-group): New commands.
9668
9669 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9670
9671 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9672 (gnus-visible-headers): Improve custom type.
9673
9674 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * mml.el (mml-menu): Add workarounds for XEmacs.
9677
9678 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9679 X-Boundary header.
9680
9681 * message.el (message-simplify-recipients): Fix previous commit.
9682
9683 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * mm-util.el (mm-set-buffer-multibyte): New function.
9686 * mm-decode.el (mm-copy-to-buffer): Use it.
9687
9688 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9689 Prefer fboundp to functionp so it works with macros as well.
9690
9691 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9692
9693 * message.el (message-alter-recipients-discard-bogus-full-name):
9694 New function.
9695 (message-alter-recipients-function): New variable.
9696 (message-get-reply-headers): Use it.
9697 (message-replace-header): New helper function.
9698 (message-recipients-without-full-name): New variable.
9699 (message-simplify-recipients): New command.
9700
9701 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9702
9703 * message.el (message-info): Handle EasyPG manual.
9704
9705 * mml.el (mml-menu): Add entry for EasyPG.
9706
9707 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9708
9709 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9710 parameter.
9711
9712 * message.el (message-disassociate-draft): Specify drafts group name
9713 fully.
9714
9715 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9716
9717 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9718 Eliminate unnecessary duplicates from the match list.
9719
9720 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9721
9722 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9723 args of `how-many' of which the XEmacs version doesn't take; declare
9724 Info-index-next as function.
9725
9726 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9727
9728 * gnus-score.el (gnus-score-headers): Fix handling of
9729 gnus-inhibit-slow-scoring.
9730
9731 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9732 string.
9733 (gnus-button-url-regexp): Improve handling of parenthesis.
9734 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9735 (gnus-button-handle-info-keystrokes): Handle index entries.
9736
9737 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9738
9739 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9740 Incoming* files.
9741
9742 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9743
9744 * auth-source.el (auth-sources): Rename from auth-source-choices.
9745 (auth-source-pick): Use it.
9746
9747 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9748
9749 * auth-source.el (auth-source-protocols)
9750 (auth-source-protocols-customize, auth-source-choices): Add and
9751 modified variable customizations and defaults.
9752 (auth-source-pick, auth-source-user-or-password)
9753 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9754 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9755 (auth-source-user-or-password-sftp)
9756 (auth-source-user-or-password-smtp): Use new variables and provide an
9757 interface to netrc.el.
9758
9759 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9760
9761 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9762 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9763 Make sure the nntp port to specify is a string.
9764
9765 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * nntp.el: Use with-current-buffer.
9768 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9769 dubious mm-with-unibyte-current-buffer.
9770 (nntp-with-open-group-function): New function extracted from
9771 nntp-with-open-group macro.
9772 (nntp-with-open-group): Use the function, so it's easier to debug.
9773 Add indentation and debugging info.
9774 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9775 Recommend the use of the netcat alternatives.
9776
9777 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9778 Avoid mm-string-as-multibyte as well.
9779
9780 * nnweb.el (nnweb-insert-html):
9781 Remove use of nnheader-string-as-multibyte.
9782
9783 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9784 (nnheader-string-as-multibyte): Remove.
9785
9786 * mm-view.el: Use inhibit-read-only.
9787 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9788 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9789 or unibyte-string.
9790
9791 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9792 (mm-uu-yenc-extract): Use with-current-buffer.
9793
9794 * gnus-soup.el (gnus-soup-send-packet): Don't use
9795 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9796
9797 * nnmh.el: Use with-current-buffer.
9798 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9799 mm-string-as-multibyte on the output of mm-encode-coding-string.
9800
9801 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9802 (nnimap-request-move-article): Use with-current-buffer.
9803
9804 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9805 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9806 conversion uses string-make-unibyte rather than string-as-unibyte.
9807
9808 * gnus-msg.el: Use with-current-buffer.
9809
9810 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9811
9812 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9813
9814 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9815 string for caching if it is 'PIN.
9816
9817 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9818
9819 * mail-source.el (mail-source-delete-old-incoming-confirm):
9820 Change default to nil.
9821 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9822
9823 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9824
9825 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9826 (gnus-article-goto-prev-page): Work for articles having ^L's.
9827
9828 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9829
9830 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9831
9832 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9833
9834 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9835 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9836 (gnus-bookmark-jump): Adjust some variable names.
9837
9838 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9839
9840 * auth-source.el: New package.
9841 (auth-source-choices): Add customization entry point variable.
9842
9843 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9844 bug.
9845
9846 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9847
9848 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9849 (gnus-registry-initialize, gnus-registry-install-p): Use it.
9850 (gnus-registry-install-shortcuts): Rename from
9851 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9852 the `gnus-registry-mark-map' keymap dynamically from
9853 `gnus-registry-marks'. The generated functions update the summary line
9854 when a registry mark is added or deleted, and will call
9855 `gnus-registry-install-p' (see the comments in the code).
9856 (gnus-registry-user-format-function-M): Use concat intelligently.
9857
9858 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9859 the registry mark functions.
9860
9861 2008-03-05 Glenn Morris <rgm@gnu.org>
9862
9863 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9864 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9865 gnus-art.
9866 (top-level): No need to load own source when compiling.
9867
9868 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9869
9870 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9871 Suggested by <chris.anderton@zetnet.co.uk>.
9872
9873 2008-03-04 Glenn Morris <rgm@gnu.org>
9874
9875 * gnus-sum.el (top-level): No need to require gnus when compiling,
9876 since unconditionally required near start of file.
9877 (gnus-summary-display-while-building): Move definition before use.
9878
9879 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9880
9881 * gnus-registry.el (gnus-registry-user-format-function-M):
9882 Add formatting function.
9883
9884 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9885
9886 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9887 with plists.
9888 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9889 Use new format.
9890
9891 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9892
9893 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9894 `where-is-internal' that returns a range of key sequences.
9895
9896 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9899
9900 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9901 (gnus-summary-jump-to-group): Consider windows on other displayed
9902 frames as well. Similar changes might be needed elsewhere, but that's
9903 the one I've bumped into during my use.
9904
9905 * nndoc.el (nndoc-oe-dbx-type-p):
9906 * gnus-msg.el (gnus-debug):
9907 * gnus-group.el (gnus-update-group-mark-positions):
9908 Use mm-string-to-multibyte.
9909
9910 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9911
9912 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9913 doesn't handle NotDashEscaped.
9914
9915 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9916 (mml-dnd-attach-options): Fix typo in custom choice.
9917
9918 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9919 Change nndoc-article-type to mbox.
9920 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9921
9922 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9923 to nil, instead of html2text.
9924
9925 * imap.el (imap-debug): Add `imap-ping-server'.
9926
9927 * gnus-bookmark.el: Add FIXMEs.
9928
9929 * message.el (message-form-letter-separator)
9930 (message-send-form-letter-delay): New variables.
9931 (message-send-form-letter): Use them. New command to send form
9932 letters. Requested by Uwe Siart.
9933 (message-send-mail-function): Doc fix. Add "Other" custom option.
9934
9935 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9936
9937 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9938 empty author.
9939
9940 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9941
9942 * gnus-registry.el (gnus-registry-marks): Add variable for
9943 customization of marks and their appearance.
9944 (gnus-registry-read-mark): Use it.
9945 (gnus-registry-do-marks): Add utility function to loop through
9946 `gnus-registry-marks'.
9947 (gnus-registry-install-shortcuts-and-menus): Add function to install
9948 shortcuts and menus.
9949 (gnus-registry-initialize): Use it.
9950 (gnus-registry-default-mark): Clarify documentation.
9951
9952 2008-02-29 Glenn Morris <rgm@gnu.org>
9953
9954 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9955 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9956 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9957 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9958 Change defcustom :version from 23.0 to 23.1.
9959
9960 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9961
9962 * gnus-registry.el (gnus-registry-follow-group-p)
9963 (gnus-registry-post-process-groups): Add functions to aid registry
9964 splitting and improve logging. Clarify behavior in function
9965 documentation.
9966 (gnus-registry-split-fancy-with-parent): Use them.
9967
9968 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * gnus-art.el: Use with-current-buffer.
9971
9972 2008-02-27 David Engster <dengste@eml.cc>
9973
9974 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9975 Express real group name in the response.
9976
9977 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9978
9979 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9980 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9981 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9982 autoload gnus-registry-fetch-group when compiling.
9983 (nnmairix-request-group-with-article-number-correction):
9984 Remove unreferenced argument passed to nnmairix-call-backend.
9985
9986 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9987
9988 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9989 (mm-uu-extract): Improve face for low color ttys.
9990 Reported by Sascha Wilde.
9991
9992 2008-02-27 Glenn Morris <rgm@gnu.org>
9993
9994 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9995 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9996 variables to defconsts. Convert comments to doc-strings.
9997 (nnmairix-last-server, nnmairix-current-server): Convert from free
9998 variables to defvars. Convert comments to doc-strings.
9999 (gnus-registry-fetch-group): Autoload.
10000 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10001 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10002 (nnmairix-widget-build-editable-fields): Use car cddr rather than
10003 caddr.
10004 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10005 nnmairix-request-group-with-article-number-correction call.
10006 (nnmairix-fast, nnmairix-group): New, less general names, for free
10007 variables passed from nnmairix-request-group to
10008 nnmairix-request-group-with-article-number-correction. Declare.
10009 (nnmairix-request-group-with-article-number-correction):
10010 Use nnmairix-fast, nnmairix-group rather than fast, group.
10011
10012 2008-02-26 David Engster <dengste@eml.cc>
10013
10014 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
10015 version 0.5.
10016
10017 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
10018
10019 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10020 instead of making an extra function call. Don't add the current group
10021 to articles only when they have the group. Use
10022 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10023 Reported by David <de_bb@arcor.de>.
10024
10025 2008-02-24 Miles Bader <miles@gnu.org>
10026
10027 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10028 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10029 (mm-find-mime-charset-region):
10030 * mm-bodies.el (mm-encode-body):
10031 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10032
10033 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
10034
10035 * mail-source.el (mail-source-delete-incoming): Change default.
10036 Supplement doc string.
10037
10038 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10039
10040 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10041
10042 * nnmail.el (nnmail-message-id-cache-file): Derive from
10043 `gnus-home-directory'.
10044
10045 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
10046
10047 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10048 Document negative prefix.
10049
10050 * gnus-group.el (gnus-group-read-group): Document negative prefix.
10051
10052 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10053
10054 * message.el (message-unsent-separator): Add the Exim bounce
10055 separator.
10056
10057 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10058
10059 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10060 list.
10061 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10062 recipient/signer list.
10063
10064 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10065
10066 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10067 fbound (Emacs 23 unicode), signal an error.
10068
10069 2008-02-08 Glenn Morris <rgm@gnu.org>
10070
10071 * gnus-art.el (pgg-display-output-buffer): Declare as function.
10072
10073 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
10074
10075 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10076 ports to the calls to `netrc-machine-user-or-password' in addition to
10077 "imap" and "imaps".
10078
10079 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
10080
10081 * gnus.el (gnus-group-startup-message): Add `find-image' call before
10082 image-load-path is let-bound. Reported by Harald Hanche-Olsen
10083 <hanche@math.ntnu.no>.
10084
10085 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10086
10087 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10088
10089 2008-02-01 Zhang Wei <id.brep@gmail.com>
10090
10091 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10092
10093 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10094
10095 2008-02-01 Miles Bader <miles@gnu.org>
10096
10097 * mml.el (mml-parse-1): Remove apparently vestigial use of
10098 `mm-hack-charsets'.
10099 * mm-bodies.el (mm-encode-body): Likewise.
10100
10101 2008-02-01 Kenichi Handa <handa@m17n.org>
10102
10103 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10104 rfc2104-hexstring-to-bitstring and changed to return a byte list.
10105 (rfc2104-hash): Convert the result of concat to unibyte string.
10106
10107 2008-02-01 Dave Love <fx@gnu.org>
10108
10109 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10110 coding-system-for-read.
10111 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10112
10113 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10114 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10115 (mm-find-mime-charset-region): Remove hack-charsets stuff.
10116
10117 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
10118
10119 * mail-source.el (mail-sources): Add `group' choice.
10120
10121 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10122 parameter `in-group' to control into which group the articles go.
10123 Add treatment of `group' mail-source.
10124
10125 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10126
10127 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10128 * message.el (message-beginning-of-line): Use featurep instead of bound
10129 tests in order to resolve conditionals at compile time.
10130
10131 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10132
10133 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10134
10135 * mm-decode.el (mm-dissect-buffer): Decode description.
10136
10137 * mml.el (mml-to-mime): Encode message header first.
10138
10139 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
10140
10141 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10142 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10143
10144 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
10145
10146 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10147
10148 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10149
10150 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10151 prefix keys.
10152 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10153 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10154 gnus-xmas.el.
10155
10156 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10157
10158 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10159 Add new variables for article mark management.
10160 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10161 list of extra data entries which, when present, will indicate that the
10162 article ID should not be trimmed from the registry.
10163 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10164 functions.
10165 (gnus-registry-read-mark): New function to read a mark name from the
10166 user.
10167 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10168 (gnus-registry-set-article-mark-internal): New functions to add and
10169 remove marks.
10170 (gnus-registry-get-article-marks): New function to show the marks for
10171 an article, or retrieve them for further use.
10172
10173 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10174
10175 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10176 keys when no argument is given.
10177
10178 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10179
10180 * gnus-sum.el (gnus-article-sort-by-random)
10181 (gnus-thread-sort-by-random): Fix doc strings.
10182 Reported by jidanni@jidanni.org.
10183
10184 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
10185
10186 * gnus-art.el (gnus-article-describe-bindings): New function.
10187 (gnus-article-read-summary-keys): Use it.
10188 (gnus-article-mode-map): Bind `C-h b' to it.
10189
10190 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10191
10192 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10193 XEmacs.
10194 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10195 Protect against non-character events.
10196
10197 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
10198
10199 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10200 New command.
10201 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10202 instead of END. Change name of the temp file.
10203 (gnus-group-gmane-group-download-format): Add doc string. Make it
10204 customizable.
10205
10206 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10207
10208 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10209 bind `S W' to gnus-article-wide-reply-with-original; set default
10210 binding to gnus-article-read-summary-send-keys.
10211 (gnus-article-read-summary-keys): Fix the order of keys; display
10212 continuation keys correctly in the echo area; describe bindings
10213 correctly when keys end with `C-h'.
10214 (gnus-article-read-summary-send-keys): New function.
10215 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10216 Work for gnus-article-read-summary-send-keys; display continuation keys
10217 correctly in the echo area.
10218 (gnus-article-reply-with-original): Ignore prefix argument.
10219 (gnus-article-wide-reply-with-original): New function.
10220
10221 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
10222
10223 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10224 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10225
10226 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
10227
10228 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10229 (gnus-group-read-ephemeral-gmane-group): New command.
10230
10231 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10232
10233 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10234
10235 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10236
10237 * message.el (message-send-mail-function): Increase custom version.
10238
10239 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10240 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
10241
10242 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
10243
10244 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10245 html parts correctly; support forwarded messages.
10246 (gnus-article-browse-html-article): Remove work buffers.
10247
10248 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10249 compiling.
10250 (netrc-bound-and-true-p): New macro.
10251 (netrc-parse): Use it instead of bound-and-true-p that is not available
10252 in XEmacs 21.4.
10253
10254 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
10255
10256 * gnus-registry.el (gnus-registry-mark-article)
10257 (gnus-registry-article-marks): Add functionality to mark articles
10258 through the Gnus registry.
10259
10260 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10261 (netrc-parse): Use encrypt-file-alist to determine if
10262 encrypt-find-model or encrypt-insert-file-contents should be used.
10263
10264 2007-12-19 Glenn Morris <rgm@gnu.org>
10265
10266 * mml.el (message-options-set, message-narrow-to-head)
10267 (message-in-body-p, message-mail-p, message-encode-message-body):
10268 Autoload.
10269 (message-remove-header, message-narrow-to-headers-or-head)
10270 (message-subscribed-p, message-make-mail-followup-to)
10271 (message-position-on-field, message-news-p)
10272 (message-options-set-recipient, message-generate-headers)
10273 (message-sort-headers): Declare as functions.
10274
10275 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10276
10277 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10278 convention in doc string.
10279
10280 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10281
10282 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10283 title to html parts.
10284 (gnus-article-browse-html-article): Pass message header to it.
10285
10286 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10287
10288 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
10289
10290 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10291 or password compatible with XEmacs.
10292
10293 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10294
10295 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10296 format document.
10297 (gnus-mime-delete-part): Don't write description line if empty.
10298 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10299
10300 2007-12-14 Johan Bockgård <bojohan@gnu.org>
10301
10302 * gnus-sum.el (gnus-summary-mark-unread-as-read)
10303 (gnus-summary-mark-read-and-unread-as-read)
10304 (gnus-summary-mark-current-read-and-unread-as-read)
10305 (gnus-summary-mark-unread-as-ticked): Doc fix.
10306 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10307
10308 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10309
10310 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10311 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10312
10313 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10314
10315 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10316 yes-or-no-p.
10317
10318 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
10319
10320 * mm-decode.el (mm-add-meta-html-tag): New function.
10321 (mm-save-part-to-file, mm-pipe-part): Use it.
10322
10323 * gnus-art.el (gnus-article-browse-delete-temp-files):
10324 Use gnus-y-or-n-p instead of y-or-n-p.
10325 (gnus-article-browse-html-parts): Work with message/external-body; use
10326 mm-add-meta-html-tag.
10327
10328 2007-12-11 Glenn Morris <rgm@gnu.org>
10329
10330 * gnus-cache.el: Require gnus-sum not just when compiling.
10331
10332 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10333
10334 * gnus-int.el (gnus-server-opened, gnus-status-message):
10335 Move definitions before use.
10336
10337 * mm-decode.el: Require gnus-util.
10338 (mm-remove-part): Only call delete-annotation on XEmacs.
10339
10340 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10341
10342 * nnmail.el: Require gnus-int.
10343
10344 * spam.el: Move `require's before `eval-when-compile's.
10345
10346 * gnus-ems.el (gnus-alive-p):
10347 * gnus-fun.el (message-goto-eoh):
10348 * gnus-util.el (gnus-group-name-decode):
10349 * mail-source.el (gnus-compress-sequence):
10350 * message.el (Info-goto-node, format-spec):
10351 * mm-bodies.el (message-options-get):
10352 * mm-decode.el (mm-view-pkcs7):
10353 * mm-util.el (gmm-write-region):
10354 * mml-smime.el (mml-compute-boundary)
10355 (gnus-completing-read-with-default):
10356 * mml.el (widget-button-press, gnus-make-hashtable):
10357 * mml1991.el (mm-decode-content-transfer-encoding)
10358 (mm-encode-content-transfer-encoding)
10359 (message-options-get, message-options-set):
10360 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10361 * nnfolder.el (gnus-request-group):
10362 * nnheader.el (ietf-drums-unfold-fws):
10363 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10364 * smime.el (gnus-run-mode-hooks):
10365 * spam-stat.el (gnus-message): Autoload.
10366
10367 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10368 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10369 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10370 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10371 Add declare-function compatibility definition.
10372
10373 * gnus-cache.el (nnvirtual-find-group-art):
10374 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10375 (gnus-add-image, gnus-add-wash-type):
10376 * gnus-group.el (nnkiboze-score-file):
10377 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10378 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10379 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10380 (message-tokenize-header, gnus-get-buffer-create)
10381 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10382 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10383 * gnus.el (gnus-group-decoded-name):
10384 * mail-source.el (imap-capability):
10385 * mm-bodies.el (message-options-set):
10386 * mm-decode.el (gnus-configure-windows):
10387 * mm-extern.el (message-goto-body):
10388 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10389 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10390 (epg-sub-key-validity, message-options-set):
10391 * mml.el (widget-event-point, gnus-configure-windows):
10392 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10393 * mml2015.el (epg-check-configuration, epg-configuration)
10394 (message-options-set):
10395 * nndb.el (nndb-request-article):
10396 * nnfolder.el (gnus-request-create-group):
10397 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10398 * nnmaildir.el (gnus-group-mark-article-read):
10399 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10400 * rfc1843.el (message-fetch-field):
10401 * spam.el (gnus-extract-address-components):
10402 Declare as functions.
10403
10404 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10405
10406 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10407
10408 2007-12-09 Glenn Morris <rgm@gnu.org>
10409
10410 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10411
10412 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10413 * message.el, mm-view.el, sieve-manage.el, smime.el:
10414 Add declare-function compatibility definition.
10415
10416 * gnus-art.el (w3-region, w3m-region, Info-menu):
10417 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10418 * gnus-sum.el (gnus-get-predicate):
10419 * gnus-util.el (mm-append-to-file, w32-focus-frame):
10420 * message.el (mail-abbrev-in-expansion-header-p):
10421 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10422 (w3m-detect-meta-charset, w3m-region):
10423 * sieve-manage.el (password-read, password-cache-add)
10424 (password-cache-remove):
10425 * smime.el (password-read-and-add): Declare as functions.
10426
10427 2007-12-08 David Kastrup <dak@gnu.org>
10428
10429 * gnus-sum.el (gnus-summary-simplify-subject-query):
10430 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10431 `message'.
10432
10433 2007-12-07 Glenn Morris <rgm@gnu.org>
10434
10435 * gnus-art.el (article-make-date-line): Revert previous change.
10436
10437 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10438
10439 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10440
10441 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
10442
10443 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10444 Call gnus-add-to-range ranges only once with a prepared article-list.
10445
10446 2007-12-06 Paul Jarc <prj@po.cwru.edu>
10447
10448 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10449 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10450 group names with backslashes.
10451 Reported by Tassilo Horn <tassilo@member.fsf.org>.
10452
10453 2007-12-06 Deepak Goel <deego3@gmail.com>
10454
10455 * gnus-art.el (article-make-date-line):
10456 * gnus-start.el (gnus-load):
10457 * pop3.el (pop3-read-response): Fix buggy call to `error'.
10458
10459 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10460
10461 * gnus-art.el (gnus-use-idna)
10462 * gnus-start.el (gnus-site-init-file)
10463 * message.el (message-use-idna)
10464 * mm-uu.el (mm-uu-hide-markers)
10465 * smiley.el (smiley-style): Revert changes that suppress warnings.
10466
10467 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10468
10469 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10470 specify charset to html source.
10471 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10472
10473 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10474
10475 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10476 idna-program in order to suppress byte compile warning issued by XEmacs
10477 that came to byte compile the default value section of defcustom forms
10478 recently.
10479
10480 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10481 value of installation-directory.
10482
10483 * message.el (message-use-idna): Don't directly refer to the value of
10484 idna-program.
10485
10486 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10487
10488 * smiley.el (smiley-style): Don't directly call face-attribute.
10489
10490 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
10491
10492 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10493
10494 * gnus-dired.el: Reduce Gnus dependencies.
10495 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10496 Don't require. Use autoloads instead.
10497 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10498 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10499 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10500 (gnus-dired-mode): Adjust doc string.
10501 (gnus-dired-mail-mode): New variable.
10502 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10503 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10504 (gnus-dired-mail-buffers): New function. Return mail or message
10505 composition buffers.
10506 (gnus-dired-attach): Use it.
10507 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10508 NO-DECODE.
10509 (gnus-dired-print): Use `gnus-print-buffer' depending on
10510 `gnus-dired-mail-mode'.
10511
10512 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10513
10514 * rfc2047.el (rfc2047-encoded-word-regexp)
10515 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10516 explaining what regexp patterns are for.
10517
10518 2007-12-04 Glenn Morris <rgm@gnu.org>
10519
10520 * password.el: Move to ../password-cache.el.
10521
10522 * mml1991.el (password-read, password-cache-add, password-cache-remove):
10523 * mml2015.el (password-read, password-cache-add, password-cache-remove):
10524 * mml-smime.el (password-read, password-cache-add)
10525 (password-cache-remove):
10526 No need to autoload, since mml-sec requires password.
10527
10528 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10529 * message.el (gnus-extract-address-components):
10530 * mml-smime.el (gnus-extract-address-components): Define for compiler.
10531
10532 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10533 password.
10534
10535 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10536
10537 * mailcap.el: Reduce dependencies.
10538 (mail-header-parse-content-type): Autoload.
10539 (mailcap-delete-duplicates): New alias.
10540 (mailcap-mime-info): Add optional argument NO-DECODE.
10541 (mailcap-mime-types): Use mailcap-delete-duplicates.
10542
10543 * message.el (message-ignored-supersedes-headers): Add "X-ID".
10544
10545 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10546
10547 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10548 function.
10549
10550 * gnus-uu.el (gnus-uu-decode-yenc): New command.
10551 (gnus-uu-yenc-article): New function.
10552
10553 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10554
10555 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10556
10557 2007-12-02 Glenn Morris <rgm@gnu.org>
10558
10559 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10560 Move to ../net.
10561
10562 * binhex.el, uudecode.el: Move to ../mail.
10563
10564 * encrypt.el: Remove file.
10565
10566 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
10567
10568 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10569 matches on patches.
10570
10571 * gnus-art.el (gnus-article-browse-html-article):
10572 Mention `mm-text-html-renderer' in the doc string.
10573
10574 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10575 string. Add comments.
10576
10577 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10578 if rhs is ASCII.
10579
10580 2007-12-01 Glenn Morris <rgm@gnu.org>
10581
10582 * dig.el, dns.el: Move to ../net.
10583 * format-spec.el, hex-util.el, sha1.el: Move to ../.
10584
10585 * mail-source.el (top-level): Require format-spec before
10586 eval-when-compile.
10587
10588 2007-11-30 Glenn Morris <rgm@gnu.org>
10589
10590 * encrypt.el: Require password, rather than autoloading password-read.
10591
10592 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
10593
10594 * gnus.el (gnus-method-to-server): Add an optional parameter so the
10595 caller can indicate whether the cache should be disregarded for this
10596 call. This way the result of the call is reproducible at all times and
10597 can be considered a canonical server name for the supplied method.
10598 (gnus-agent-method-p): Canonicalize server names by pushing their
10599 method through `gnus-method-to-server' using the no-cache argument.
10600
10601 * gnus-srvr.el (gnus-server-insert-server-line):
10602 Call `gnus-method-to-server' with `no-cache' argument.
10603
10604 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10605 gnus-agent-possibly-synchronize-flags as this should be called when the
10606 server is actually being opened.
10607 (gnus-agent-possibly-synchronize-flags)
10608 (gnus-agent-possibly-synchronize-flags-server): Move check for the
10609 flags file of an agentized server to the latter function.
10610
10611 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10612 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10613 after a connection has been established successfully.
10614
10615 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
10616
10617 * gnus-art.el (article-display-face): Force to display face if called
10618 interactively; check if gnus-article-x-face-too-ugly matches author.
10619 (article-display-x-face): Display face even if From header is missing
10620 as article-display-face does.
10621
10622 2007-11-28 Richard Stallman <rms@gnu.org>
10623
10624 * md4.el: Move to ../.
10625 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10626
10627 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
10628
10629 * mail-source.el (mail-sources): Default to fetch from file for
10630 compatibility with default of nnmail-spool-file.
10631
10632 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
10633
10634 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10635 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10636 to look for encoded word that should be encoded again.
10637 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10638 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10639 encoding pattern.
10640 (rfc2047-decode-region): Switch strict regexp and loose one according
10641 to rfc2047-allow-irregular-q-encoded-words.
10642
10643 2007-11-26 Simon Josefsson <simon@josefsson.org>
10644
10645 * imap.el: Move to ../net directory.
10646
10647 2007-11-25 Romain Francoise <romain@orebokech.com>
10648
10649 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10650
10651 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10652
10653 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10654 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10655
10656 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10657 `nnmail-spool-file'.
10658
10659 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10660 `nnmail-spool-file'.
10661
10662 * gnus-move.el (gnus-change-server): Ditto.
10663
10664 * gnus-kill.el (gnus-batch-score): Ditto.
10665
10666 * gnus-cache.el (gnus-jog-cache): Ditto.
10667
10668 * gnus-msg.el (gnus-summary-reply):
10669 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10670
10671 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10672
10673 * gnus-cache.el (gnus-cache-generate-nov-databases):
10674 Use nnml-generate-nov-databases-directory instead of
10675 nnml-generate-nov-databases-1.
10676
10677 2007-11-24 Glenn Morris <rgm@gnu.org>
10678
10679 * message.el (message-tool-bar-retro): Update for rename
10680 mail_send.xpm->mail-send.xpm.
10681
10682 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10683
10684 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10685 `smime-ldap-search' for Emacs 22 and up.
10686
10687 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10688
10689 * hashcash.el: Move to ../mail directory.
10690
10691 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10692
10693 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10694 `smime-ldap-search' for Emacs 22 and up.
10695
10696 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10699
10700 * message.el (message-send-mail-function): Fix error convention.
10701 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10702 (message-widen-reply, message-send-mail, message-talkative-question)
10703 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10704 (message-clone-locals, message-send-news): Use with-current-buffer.
10705 (message-insert-or-toggle-importance): Remove unused var `valid'.
10706 (message-make-references): Remove unused var `new-references'.
10707 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10708
10709 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10710
10711 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10712 (spam-split-symbolic-return-positive): Reflow docstring.
10713 (spam-backends, spam-summary-exit-behavior)
10714 (spam-mark-ham-unread-before-move-from-spam-group)
10715 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10716 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10717 (spam-clear-cache, spam-backend-check, spam-install-backend)
10718 (spam-install-statistical-backend, spam-list-of-processors)
10719 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10720 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10721 (spam-check-crm114, spam-initialize, spam-unload-hook):
10722 Fix typos in docstrings.
10723
10724 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10725
10726 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10727 been checked if they have never been read and those group levels are
10728 higher than the one that a user specified.
10729
10730 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10731
10732 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10733 foreign groups unless a group level is specified by a user.
10734 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10735
10736 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10737
10738 * message.el (message-send-mail-function): Require sendmail.
10739
10740 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10741
10742 * message.el (message-send-mail-function): Check for smtpmail too.
10743
10744 * utf7.el (utf7-encode, utf7-decode): Use coding system
10745 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10746
10747 * message.el (message-send-mail-function): New function.
10748 (message-send-mail-function): Set default using
10749 message-send-mail-function. Adjust doc string.
10750 (message-send-mail-with-mailclient): New function.
10751
10752 2007-11-17 Richard Stallman <rms@gnu.org>
10753
10754 * assistant.el: Remove file.
10755
10756 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10757
10758 * smime.el (from):
10759 * rfc2047.el (message-posting-charset):
10760 * qp.el (mm-use-ultra-safe-encoding):
10761 * pop3.el (parse-time-months):
10762 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10763 * nnml.el (files):
10764 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10765 (jka-compr-compression-info-list, ange-ftp-path-format)
10766 (efs-path-regexp):
10767 * nndiary.el (files):
10768 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10769 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10770 (epg-digest-algorithm-alist, inhibit-redisplay)
10771 (password-cache-expiry):
10772 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10773 (pgg-output-buffer, password-cache-expiry):
10774 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10775 (efs-path-regexp):
10776 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10777 (inhibit-redisplay):
10778 * mm-uu.el (file-name, start-point, end-point, entry)
10779 (gnus-newsgroup-name, gnus-newsgroup-charset):
10780 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10781 (latin-unity-ucs-list):
10782 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10783 (mm-uu-binhex-decode-function):
10784 * message.el (gnus-message-group-art, gnus-list-identifiers)
10785 (rmail-enable-mime-composing, gnus-local-organization)
10786 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10787 (gnus-read-active-file, facemenu-add-face-function)
10788 (facemenu-remove-face-function, gnus-article-decoded-p)
10789 (tool-bar-mode):
10790 * mail-source.el (display-time-mail-function):
10791 * gnus-util.el (nnmail-pathname-coding-system)
10792 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10793 (gnus-original-article-buffer, gnus-user-agent)
10794 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10795 (xemacs-codename, sxemacs-codename, emacs-program-version):
10796 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10797 * gnus-start.el (gnus-agent-covered-methods)
10798 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10799 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10800 (gnus-newsgroup-headers, gnus-group-list-mode)
10801 (gnus-group-mark-positions, gnus-newsgroup-data)
10802 (gnus-newsgroup-unreads, nnoo-state-alist)
10803 (gnus-current-select-method, mail-sources)
10804 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10805 (nnmail-spool-file, gnus-cache-active-hashtb):
10806 * gnus-mh.el (mh-lib-progs):
10807 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10808 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10809 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10810 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10811 (gnus-group-buffer):
10812 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10813 (font-lock-set-defaults):
10814 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10815 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10816 (gnus-summary-post-menu, total-parts, type, condition, length):
10817 * gnus-agent.el (gnus-agent-read-agentview):
10818 * flow-fill.el (show-trailing-whitespace):
10819 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10820 eval-and-compile wrappers for byte compiler pacifiers.
10821
10822 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10823 (mm-display-inline-fontify): Check for featurep 'xemacs not
10824 extent-list.
10825
10826 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10827 itimer-list.
10828 (mm-create-image-xemacs): Only do something for XEmacs.
10829 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10830
10831 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10832
10833 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10834 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10835
10836 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * nnimap.el (nnimap-split-download-body):
10839 * gnus-demon.el (gnus-demon):
10840 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10841
10842 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10843
10844 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10845 New macros.
10846 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10847 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10848 copy data from unibyte buffer to multibyte current buffer.
10849 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10850 to copy data from unibyte current buffer to multibyte buffer.
10851 (nntp-make-process-buffer): Make process buffer unibyte.
10852
10853 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10854
10855 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10856
10857 * pop3.el (pop3-open-server): Accept and process data more robustly at
10858 connexion start to avoid spurious "POP SSL connexion failed" errors.
10859
10860 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10861
10862 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10863 read group names.
10864
10865 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10866
10867 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10868
10869 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10870
10871 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10872 (nnmail-save-active): Use a unibyte buffer when saving active file,
10873 which may contain non-ASCII group names.
10874
10875 * nnml.el (nnml-request-group): Decode group names in messages.
10876
10877 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10878
10879 * message.el (message-citation-line-function)
10880 (message-insert-formatted-citation-line): Fix spelling of
10881 `message-insert-formated-citation-line'.
10882
10883 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10884
10885 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10886
10887 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10888
10889 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10890 nnmail-pathname-coding-system.
10891
10892 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10893 that a user enters; decode group names in messages.
10894
10895 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10896
10897 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10898
10899 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10900
10901 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10902
10903 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10904 risky local variable.
10905
10906 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10907
10908 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10909
10910 * encrypt.el: Improve documentation to fix function name typo.
10911 Reported by Daiki Ueno <ueno@unixuser.org>.
10912
10913 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10914
10915 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10916 even if the point is not in the last page of an article.
10917 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10918 back to the previous page.
10919
10920 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10921
10922 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10923
10924 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10925
10926 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10927
10928 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * message.el (message-check-news-body-syntax):
10931 Avoid mm-string-as-multibyte.
10932 (message-hide-headers): Don't assume (point-min)==1.
10933
10934 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10935
10936 * message.el (message-remove-blank-cited-lines): Fix if remove is
10937 given.
10938 (message-bogus-address-regexp): New variable.
10939 (message-bogus-recipient-p): New function.
10940 (message-check-recipients): New command.
10941 (message-syntax-checks): Add `bogus-recipient'.
10942 (message-fix-before-sending): Add `bogus-recipient'.
10943
10944 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10945 (gnus-treat-body-boundary): Don't test window-system.
10946
10947 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10948
10949 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10950
10951 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10952
10953 * gnus.el: Bump version to Gnus v5.13.
10954
10955 2007-10-28 Miles Bader <miles@gnu.org>
10956
10957 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10958 at compile-time too.
10959
10960 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10961
10962 * gnus-msg.el (gnus-message-setup-hook):
10963 Add `message-remove-blank-cited-lines' to options.
10964
10965 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10966
10967 * message.el (message-remove-blank-cited-lines): New function.
10968 Suggested by Karl Plästerer.
10969
10970 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10971
10972 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10973 mapc.
10974
10975 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10976 (top-level): Use mapc to set functions to be traced for debugging.
10977
10978 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10979 called for effect with while loop.
10980
10981 * message.el (message-talkative-question): Replace mapcar called for
10982 effect with mapc.
10983
10984 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10985 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10986 called for effect with dolist.
10987
10988 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10989
10990 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10991 gnus-extra-headers and nnmail-extra-headers.
10992
10993 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10994 called for effect with dolist.
10995 (top-level): Use mapc to set functions to be traced for debugging.
10996
10997 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10998 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10999 dolist.
11000
11001 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11002 Replace mapcar called for effect with mapc.
11003 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11004 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11005 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11006 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11007
11008 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11009 remove-if that's a cl function.
11010
11011 * webmail.el (webmail-debug): Replace mapcar called for effect with
11012 dolist.
11013
11014 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
11015
11016 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11017 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11018 with while loop.
11019
11020 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11021 functions from article-* functions.
11022 (gnus-multi-decode-header): Replace mapcar called for effect with
11023 dolist.
11024
11025 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11026 (gnus-bookmark-show-details): Replace mapcar called for effect with
11027 while loop.
11028
11029 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11030 called for effect with while loop.
11031
11032 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11033 with dolist.
11034
11035 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11036 Replace mapcar called for effect with dolist.
11037
11038 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11039
11040 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11041 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11042 Replace mapcar called for effect with dolist.
11043 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11044 mapc.
11045
11046 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11047 Replace mapcar called for effect with dolist.
11048 (gnus-topic-list): Replace mapcar called for effect with mapc.
11049
11050 * gnus.el: Use mapc instead of mapcar to add autoloads.
11051
11052 2007-10-23 Richard Stallman <rms@gnu.org>
11053
11054 * gnus-group.el (gnus-group-highlight): Mark as risky.
11055
11056 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
11057
11058 * gnus.el (gnus-server-to-method): Return method found first in
11059 gnus-newsrc-alist.
11060
11061 * gnus-art.el (gnus-article-highlight-signature)
11062 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11063 button overlay without the front stickiness.
11064
11065 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
11066
11067 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11068 overview buffer needed a catch to receive its throw.
11069 (gnus-agent-flush-cache): Declare as interactive to make this function
11070 easier to use.
11071
11072 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11073
11074 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11075 `next-line'.
11076
11077 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
11078
11079 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11080 exclude address matching message-dont-reply-to-names.
11081
11082 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11083
11084 * gnus-util.el (gnus-string<): New function.
11085
11086 * gnus-sum.el (gnus-article-sort-by-author)
11087 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11088
11089 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11090
11091 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11092 the frame-focus tag is set in gnus-buffer-configuration.
11093
11094 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11095
11096 * gnus-art.el (gnus-article-add-button): Make a button overlay without
11097 the front stickiness.
11098
11099 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11100
11101 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11102 url pattern; remove duplicate one.
11103 (gnus-article-extend-url-button): New function.
11104 (gnus-article-add-buttons): Use it.
11105 (gnus-button-push): Use concatenated url that it makes.
11106
11107 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
11108
11109 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11110 (sieve-manage-open): Use `mapc' instead of `mapcar'.
11111
11112 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11115 Don't hardcode point-min==1.
11116
11117 2007-09-30 David Kastrup <dak@gnu.org>
11118
11119 * gnus-art.el (gnus-article-reply-with-original)
11120 (gnus-article-followup-with-original): When `transient-mark-mode' is
11121 off, refrain from active-region behavior for followups.
11122
11123 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
11124
11125 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11126 Fix comment about "iso8859-1".
11127
11128 2007-10-08 Daiki Ueno <ueno@unixuser.org>
11129
11130 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11131 ones returned from the verify-function.
11132
11133 * mm-uu.el (mm-uu-pgp-signed-extract-1):
11134 Call mml2015-extract-cleartext-signature if extraction failed.
11135
11136 2007-10-07 Daiki Ueno <ueno@unixuser.org>
11137
11138 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11139 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11140 failed.
11141
11142 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11143
11144 * Relicense "GPLv2 or later" files to "GPLv3 or later".
11145
11146 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11147
11148 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11149 to mark a thread as expirable. Add variable `hide' to handle hiding of
11150 thread for both the null and zero (kill/expire thread) universal prefix
11151 cases.
11152 (gnus-summary-expire-thread): Add new function to expire a thread,
11153 using gnus-summary-kill-thread.
11154 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11155 shortcuts for gnus-summary-expire-thread.
11156 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11157 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
11158
11159 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11160
11161 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11162 extras value, so an extras entry can be deleted.
11163 (gnus-registry-delete-extra-entry): Use it.
11164 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11165 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11166 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11167 storage through the gnus-registry, and provide an appropriate API for
11168 it.
11169
11170 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11171
11172 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11173 Suggested by Leo <sdl.web@gmail.com>.
11174
11175 * gnus.el: Do.
11176
11177 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11178
11179 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11180 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
11181
11182 * gnus-agent.el (gnus-agent-fetch-headers): Do.
11183
11184 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11185 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11186
11187 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11188
11189 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11190 newline.
11191 (nnmbox-request-accept-article): Don't change article in source buffer;
11192 narrow to header to use message-fetch-field rather than
11193 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11194 (nnmbox-request-replace-article): Quote lines that'll be misidentified
11195 as delimiters; make sure article ends with newline.
11196 (nnmbox-delete-mail): Correct last position of article to be deleted;
11197 ignore X-Gnus-Newsgroup header in article body.
11198 (nnmbox-save-mail): Quote lines looking like delimiters at the right
11199 positions; make sure article ends with newline.
11200
11201 * message.el (message-display-abbrev): Don't infloop when a user
11202 inserts SPC in the beginning of header.
11203
11204 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
11205
11206 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11207 list of groups not followed by default. Fix type to be regexp.
11208 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11209
11210 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
11211
11212 * hmac-def.el (define-hmac-function): Switch from old-style to
11213 new-style backquotes.
11214
11215 * md4.el (md4-make-step): Likewise.
11216
11217 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11218
11219 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11220 raw-text coding system when saving .newsrc file, which may contain
11221 non-ASCII group names.
11222
11223 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11224
11225 * gnus-cus.el (gnus-score-extra): New widget.
11226 (gnus-score-extra-convert): New function.
11227 (gnus-score-customize): Use it for Extra.
11228
11229 2007-08-31 Daiki Ueno <ueno@unixuser.org>
11230
11231 * mml2015.el (mml2015-extract-cleartext-signature): New function.
11232 (mml2015-mailcrypt-clear-verify): Use it.
11233 (mml2015-gpg-clear-verify): Use it.
11234 (mml2015-pgg-clear-verify): Use it.
11235 (mml2015-epg-clear-verify): Replace the current part with the output
11236 from GnuPG; don't extract the plaintext by itself.
11237
11238 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11239 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11240 mml2015-clear-verify-function; don't touch the armor headers or
11241 dash-escaped text here.
11242
11243 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11244
11245 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11246 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11247 parts, or application/octet-stream as a last resort.
11248 (gnus-mime-view-part-as-type): Don't toggle display.
11249 (gnus-mime-view-part-as-charset): Don't turn off display before
11250 querying charset.
11251
11252 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11253 stuff to undisplayer function in Emacs.
11254 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11255
11256 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11257 text/calendar parts.
11258
11259 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11260
11261 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11262 decoding text/calendar parts.
11263
11264 * message.el (message-forward-make-body-mime): Always mark body as
11265 having no illegible text; remove signed-or-encrypted argument.
11266 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11267
11268 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11269 (mml-generate-mime-1): Don't encode body if it is specified to be in
11270 raw form; don't make buffer be unibyte when inserting multibyte string.
11271
11272 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11273
11274 * sha1.el: Fix up comment style.
11275 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11276 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11277
11278 * hex-util.el: Fix up comment style.
11279 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11280
11281 * gnus-salt.el: Use with-current-buffer.
11282 (gnus-pick-setup-message): Fix long-standing typo.
11283
11284 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
11285
11286 * imap.el (imap-logout-timeout): New variable.
11287 (imap-logout, imap-logout-wait): New functions.
11288 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11289
11290 * nnimap.el (nnimap-logout-timeout): New server variable.
11291 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11292 nnimap-logout-timeout.
11293
11294 * gnus-art.el (gnus-article-summary-command-nosave)
11295 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11296
11297 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
11298
11299 * gnus.el (gnus-maximum-newsgroup): New variable.
11300
11301 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11302 according to gnus-maximum-newsgroup.
11303
11304 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11305 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11306 Limit the range of articles according to gnus-maximum-newsgroup.
11307
11308 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
11309
11310 * gnus-art.el (gnus-sticky-article): Fix problems described in
11311 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
11312 Don't perform gnus-configure-windows here; reuse existing sticky
11313 article buffer.
11314
11315 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11316 it doesn't exist in gnus-article-mode.
11317
11318 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
11319
11320 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11321 (gnus-agent-decoded-group-name): New function.
11322 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11323 (gnus-agent-expire-group-1): Use it; decode group name in messages.
11324
11325 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
11326
11327 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11328 Add binding for gnus-sticky-article.
11329 (gnus-summary-exit): Don't kill sticky article buffers.
11330
11331 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11332 article buffer.
11333 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11334 (gnus-kill-sticky-article-buffers): New commands.
11335
11336 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
11337
11338 * nntp.el (nntp-xref-number-is-evil): New server variable.
11339 (nntp-find-group-and-number): If it is non-nil, don't trust article
11340 numbers in the Xref header.
11341
11342 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11343
11344 * gnus-agent.el (gnus-agent-read-group): New function.
11345 (gnus-agent-flush-group, gnus-agent-expire-group)
11346 (gnus-agent-regenerate-group): Use it.
11347 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11348 nnmail-pathname-coding-system.
11349
11350 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11351
11352 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11353
11354 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11355 that are unread as unread, and also as selected so that information of
11356 marks having been changed by a user may be updated when exiting group.
11357
11358 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11361
11362 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
11363
11364 * gnus-art.el (gnus-mime-display-single): Pass part number that is
11365 calculated ignoring signature parts to gnus-treat-article.
11366
11367 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11368
11369 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11370 a point here in order to keep the window start.
11371 (gnus-insert-mime-security-button): Make a button overlay without the
11372 front stickiness.
11373 (gnus-mime-display-security): Goto the end of a button.
11374
11375 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11376
11377 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11378
11379 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11380 group-name-at-point.
11381 (gnus-group-completing-read): New function that offers decoded
11382 non-ASCII group names for completion.
11383 (gnus-fetch-group, gnus-group-read-ephemeral-group)
11384 (gnus-group-jump-to-group, gnus-group-make-group-simple)
11385 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11386 (gnus-group-fetch-control): Use it.
11387 (gnus-fetch-group): Use group-name-at-point for the initial value
11388 rather than the default value; use gnus-alive-p.
11389
11390 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11391 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11392 (gnus-summary-post-news): Use gnus-group-completing-read.
11393
11394 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11395 (gnus-read-move-group-name): Decode group name for completion.
11396
11397 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
11398
11399 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11400 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11401 Yamaoka slightly modified the code).
11402
11403 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11404
11405 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11406 (nnmail-split-incoming): Bind it.
11407
11408 * nnml.el (nnml-group-name-charset): New function.
11409 (nnml-decoded-group-name): Use it; don't decode group name if
11410 nnmail-group-names-not-encoded-p is non-nil.
11411 (nnml-encoded-group-name): New function.
11412 (nnml-group-pathname): Inline nnml-decoded-group-name.
11413 (nnml-request-expire-articles): Decode group name in message.
11414 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11415 nnmail-pathname-coding-system.
11416 (nnml-save-mail, nnml-active-number): Work with decoded group names and
11417 not decoded ones according to nnmail-group-names-not-encoded-p.
11418 (nnml-generate-active-info): Use nnml-encoded-group-name.
11419
11420 2007-08-08 Glenn Morris <rgm@gnu.org>
11421
11422 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11423 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11424 doc-strings and comments.
11425
11426 2007-07-25 Glenn Morris <rgm@gnu.org>
11427
11428 * Relicense all FSF files to GPLv3 or later.
11429
11430 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11431
11432 * gnus-sum.el (gnus-summary-move-article):
11433 Make gnus-summary-respool-article work.
11434
11435 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
11436
11437 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11438 string.
11439
11440 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
11441
11442 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
11443 that should be ignored when comparing distant RSS articles with local
11444 ones.
11445 (nnrss-make-hash-index): New function. Create a hash index according
11446 to the ignored fields.
11447 (nnrss-check-group): Use it.
11448
11449 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11450
11451 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11452
11453 * gnus-art.el (article-decode-group-name): Decode Xref header too.
11454
11455 * gnus-group.el (gnus-group-make-group): Encode group name here unless
11456 the new optional argument ENCODED is non-nil.
11457 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11458 coding system for encoding group name.
11459 (gnus-group-make-rss-group): Pass un-encoded group name to
11460 gnus-group-make-group.
11461 (gnus-group-set-info): Tell gnus-group-make-group that group name is
11462 encoded.
11463
11464 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11465 Encode group name to which articles are moved or copied.
11466 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11467 coding system for encoding Newsgroup, Followup-To and Xref headers.
11468
11469 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11470 marks; use nnheader-file-coding-system to write a file.
11471 (nnagent-retrieve-headers): Bind file-name-coding-system to
11472 nnmail-pathname-coding-system.
11473
11474 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11475
11476 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11477 (nnml-request-article, nnml-request-create-group)
11478 (nnml-request-rename-group, nnml-find-id)
11479 (nnml-possibly-change-directory, nnml-possibly-create-directory)
11480 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11481 (nnml-save-marks): Use nnml-group-pathname instead of
11482 nnmail-group-pathname.
11483
11484 (nnml-request-create-group, nnml-request-expire-articles)
11485 (nnml-request-move-article, nnml-request-delete-group)
11486 (nnml-deletable-article-p, nnml-possibly-create-directory)
11487 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11488 (nnml-open-marks): Bind file-name-coding-system to
11489 nnmail-pathname-coding-system.
11490
11491 (nnml-request-article): Pass server argument to nnml-find-group-number.
11492 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11493 Pass server argument to nnml-possibly-create-directory.
11494 (nnml-request-accept-article): Pass server argument to
11495 nnml-active-number and nnml-save-mail.
11496 (nnml-find-group-number): Pass server argument to nnml-find-id.
11497 (nnml-request-update-info): Pass server argument to
11498 nnml-marks-changed-p.
11499
11500 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11501 (nnml-save-mail, nnml-active-number): Add server argument.
11502
11503 (nnml-request-delete-group): Warn if group is missing.
11504 (nnml-get-nov-buffer): Decode group name.
11505 (nnml-generate-active-info): Encode group name.
11506 (nnml-open-marks): Decode group name in messages.
11507
11508 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11511 if it is not specified.
11512 (gnus-article-pipe-part, gnus-article-save-part)
11513 (gnus-article-interactively-view-part, gnus-article-copy-part)
11514 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11515 (gnus-article-inline-part, gnus-article-save-part-and-strip)
11516 (gnus-article-replace-part, gnus-article-delete-part)
11517 (gnus-article-view-part-as-type): Pass raw prefix argument to
11518 gnus-article-part-wrapper.
11519
11520 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
11521
11522 * gnus-agent.el (gnus-agent-save-active):
11523 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11524
11525 * gnus-cache.el (gnus-cache-save-buffers)
11526 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11527 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11528 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11529 (gnus-cache-braid-nov, gnus-cache-braid-heads)
11530 (gnus-cache-generate-active, gnus-cache-rename-group)
11531 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11532 (gnus-cache-update-overview-total-fetched-for):
11533 Bind file-name-coding-system to nnmail-pathname-coding-system.
11534 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11535 New variables.
11536 (gnus-cache-decoded-group-name): New function.
11537 (gnus-cache-file-name): Use it.
11538 (gnus-cache-generate-active): Use non-decoded group name for active.
11539
11540 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11541 right place.
11542 (gnus-write-active-file): Don't break non-ASCII group names.
11543
11544 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11545 nnmail-pathname-coding-system.
11546
11547 * gnus-uu.el (gnus-uu-decode-save): Typo.
11548
11549 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11550
11551 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11552
11553 2007-07-14 David Kastrup <dak@gnu.org>
11554
11555 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11556 finishing actions if we did not edit the article.
11557
11558 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11561 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11562 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11563 (gnus-agent-flush-group, gnus-agent-flush-cache)
11564 (gnus-agent-fetch-headers, gnus-agent-load-alist)
11565 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11566 (gnus-agent-retrieve-headers, gnus-agent-request-article)
11567 (gnus-agent-regenerate-group)
11568 (gnus-agent-update-files-total-fetched-for)
11569 (gnus-agent-update-view-total-fetched-for):
11570 Bind file-name-coding-system to nnmail-pathname-coding-system.
11571 (gnus-agent-group-pathname): Don't encode file names by
11572 nnmail-pathname-coding-system.
11573 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11574 coding-system-for-write instead of buffer-file-coding-system to
11575 gnus-agent-file-coding-system.
11576
11577 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11578 Decode group name.
11579
11580 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11581
11582 * gnus-start.el (gnus-update-active-hashtb-from-killed)
11583 (gnus-read-newsrc-el-file): Make group names unibyte.
11584
11585 * nnmail.el (nnmail-group-pathname): Don't encode file names by
11586 nnmail-pathname-coding-system.
11587
11588 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11589 (nnrss-request-delete-group): Bind file-name-coding-system to
11590 nnmail-pathname-coding-system.
11591 (nnrss-read-server-data, nnrss-read-group-data):
11592 Bind file-name-coding-system correctly.
11593 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11594
11595 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11596 (nntp-server-to-method-cache): New variable.
11597 (nntp-group-pathname): New function that decodes non-ASCII group names.
11598 (nntp-possibly-create-directory, nntp-marks-changed-p)
11599 (nntp-save-marks, nntp-open-marks): Use it.
11600 (nntp-possibly-create-directory, nntp-open-marks):
11601 Bind file-name-coding-system to nnmail-pathname-coding-system.
11602 (nntp-open-marks): Decode group names when bootstrapping marks.
11603
11604 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11605 Newsgroups and Folowup-To headers.
11606
11607 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11610 (gnus-server-closed-face, gnus-server-denied-face)
11611 (gnus-server-offline-face): Remove variable.
11612 (gnus-server-font-lock-keywords): Use faces that are not aliases.
11613
11614 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11615 of modifying message-stack directly for XEmacs.
11616
11617 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11618 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11619 if the coding-system argument is nil for XEmacs.
11620
11621 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11622 mm-charset-override-alist.
11623
11624 * rfc2047.el: Don't require base64; require rfc2045 for the function
11625 rfc2045-encode-string.
11626 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11627 to quote the parameter value.
11628
11629 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
11630
11631 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11632 form in gnus-group-name-charset-method-alist.
11633
11634 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11635 overrides the default layout edit-form.
11636
11637 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11638
11639 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11640
11641 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
11642
11643 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11644 as unfetched articles.
11645
11646 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
11647
11648 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11649
11650 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11651
11652 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11653 original back end that keeps marks in the local system.
11654
11655 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
11656
11657 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11658 arg of pop-to-buffer for XEmacs.
11659 (gnus-article-read-summary-keys): Ditto; don't restore window
11660 configuration if summary command ends up with neither article buffer
11661 nor summary buffer; describe bindings if summary keys end with C-h.
11662
11663 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11664
11665 * message.el (message-fix-before-sending): Skip raw message part to be
11666 forwarded while checking illegible text.
11667 (message-forward-make-body-mime, message-forward-make-body):
11668 Mark signed or encrypted raw message as having no illegible text.
11669
11670 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11671
11672 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11673 (gnus-message-with-timestamp-1): New macro.
11674 (gnus-message-with-timestamp): New function.
11675 (gnus-message): Use them.
11676
11677 * nnheader.el (nnheader-message): Use them.
11678
11679 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
11680
11681 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11682 .newsrc.eld file.
11683
11684 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11685
11686 * gnus-agent.el (gnus-agent-fetch-headers)
11687 (gnus-agent-retrieve-headers):
11688 Bind gnus-decode-encoded-address-function to identity.
11689
11690 * nntp.el (nntp-send-xover-command): Recognize an xover command is
11691 available also when the server returns simply a dot.
11692
11693 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11694
11695 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11696
11697 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11698
11699 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11700
11701 * gnus-ems.el (gnus-x-splash): Make it work.
11702
11703 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11704 from being used.
11705
11706 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11707
11708 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11709 the front stickiness.
11710 (gnus-article-summary-command-nosave): Correct the order of the
11711 arguments passed to pop-to-buffer.
11712 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11713 summary command ends up with the article buffer.
11714
11715 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11716 the same faces.
11717
11718 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11719
11720 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11721
11722 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11723
11724 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11725 * gnus-sum.el (gnus-summary-highlight):
11726 * mail-source.el (mail-source-delete-old-incoming-confirm):
11727 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11728
11729 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11730
11731 * gnus-art.el (gnus-mime-view-part-externally)
11732 (gnus-mime-view-part-internally): Fix predicate function passed to
11733 completing-read.
11734
11735 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11736
11737 * gnus.el (gnus-update-message-archive-method): Add :version.
11738
11739 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11740
11741 * gnus.el (gnus-update-message-archive-method): New variable.
11742
11743 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11744 according to gnus-message-archive-method if
11745 gnus-update-message-archive-method is non-nil.
11746
11747 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11748
11749 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11750 Suggested by Loic Dachary <loic@dachary.org>.
11751 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11752
11753 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11754
11755 * message.el (message-pop-to-buffer): Add switch-function argument.
11756 (message-mail): Pass switch-function argument to it.
11757
11758 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11759
11760 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11761 Improve doc string.
11762
11763 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11764
11765 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11766 (gnus-header-content)
11767 * gnus-cite.el (gnus-cite-10)
11768 * gnus-srvr.el (gnus-server-closed)
11769 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11770 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11771 (gnus-group-mail-3-empty, gnus-group-mail-low)
11772 (gnus-group-mail-low-empty, gnus-splash)
11773 * message.el (message-header-to, message-header-cc)
11774 (message-header-subject, message-header-other, message-header-name)
11775 (message-header-xheader, message-separator, message-cited-text)
11776 (message-mml): Lighten colors of faces used for dark background.
11777
11778 2007-05-24 Simon Josefsson <simon@josefsson.org>
11779
11780 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11781 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11782
11783 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11784
11785 * message.el (message-narrow-to-headers-or-head):
11786 Ignore mail-header-separator in the body.
11787
11788 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11789
11790 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11791 same as window size.
11792
11793 2007-05-22 Kevin Ryde <user42@zip.com.au>
11794
11795 * message.el (message-font-lock-keywords): Use message-header-xheader
11796 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11797 ahead of the anything pattern, to get it recognised.
11798
11799 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11800
11801 * gnus-sum.el (gnus-articles-to-read)
11802 (gnus-summary-insert-old-articles): Don't truncate group name for
11803 `read-string'.
11804
11805 * gnus-util.el (gnus-limit-string): Delete this function.
11806
11807 * gnus-sum.el (gnus-simplify-subject-fully):
11808 Use `truncate-string-to-width' instead.
11809
11810 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11811
11812 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11813 Tell if, on summary exit, the next group has to be selected.
11814 (gnus-summary-exit): Use it.
11815
11816 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11817
11818 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11819 non-break space.
11820
11821 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11824 Check if group is not a directory.
11825 (nnfolder-request-expire-articles): Don't delete articles if the target
11826 group is not available.
11827
11828 * nnml.el (nnml-request-create-group): Properly check if group is not a
11829 file.
11830 (nnml-request-expire-articles): Don't delete articles if the target
11831 group is not available.
11832
11833 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11834 Don't quote characters that are within parentheses.
11835
11836 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11837
11838 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11839 (gnus-handle-ephemeral-exit): Select article according to it.
11840
11841 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11842
11843 * message.el (message-insert-formated-citation-line): Remove newline.
11844 (message-citation-line-format): Add final \n here so that the user can
11845 avoid a blank line.
11846
11847 2007-05-03 Dan Christensen <jdc@uwo.ca>
11848
11849 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11850 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11851 Update lanl/arXiv support.
11852
11853 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11854
11855 * gnus.el: Bump version number.
11856
11857 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11858
11859 * gnus.el (gnus-version-number): Bump version.
11860
11861 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11862
11863 * gnus.el: No Gnus v0.6 is released.
11864
11865 2007-04-27 Didier Verna <didier@xemacs.org>
11866
11867 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11868 * gmm-utils.el (gmm-regexp-concat): ... here.
11869 * message.el: Don't require 'gnus-util.
11870 (message-dont-reply-to-names): Handle name change above.
11871 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11872
11873 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11874
11875 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11876 since the initial value varies according to the system.
11877
11878 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11879
11880 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11881
11882 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11883
11884 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11885
11886 2007-04-24 Didier Verna <didier@xemacs.org>
11887
11888 Improve the type of gnus-ignored-from-addresses.
11889 * gnus-util.el (gnus-orify-regexp): New function.
11890 * message.el (gnus-util): Require it.
11891 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11892 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11893 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11894
11895 2007-04-24 Didier Verna <didier@xemacs.org>
11896
11897 * gnus-sum.el:
11898 * gnus-utils.el: Fix some trailing whitespaces.
11899
11900 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11901
11902 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11903 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11904 article's Message-ID; refer parent article in summary buffer.
11905
11906 * message.el (message-bounce): Call mime-to-mml.
11907
11908 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11909
11910 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11911
11912 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11913
11914 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11915 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11916 displayed of multipart/alternative part if it is invoked from summary
11917 buffer.
11918
11919 * mm-view.el (mm-inline-text-html-render-with-w3m)
11920 (mm-inline-text-html-render-with-w3m-standalone)
11921 (mm-inline-render-with-function): Use mail-parse-charset by default.
11922
11923 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11924
11925 * parse-time.el (parse-time-string-chars): Check if CHAR
11926 is less than the length of parse-time-syntax.
11927
11928 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11929
11930 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11931 from gnus-newsgroup-processable.
11932
11933 2007-04-16 Didier Verna <didier@xemacs.org>
11934
11935 * gnus-msg.el (gnus-configure-posting-styles):
11936 Handle message-signature-directory properly with :file syntax.
11937 Reported by "Leo".
11938
11939 2007-04-11 Didier Verna <didier@xemacs.org>
11940
11941 New user option: message-signature-directory.
11942 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11943 * message.el (message-insert-signature): Ditto.
11944 * message.el (message-signature-file): Doc update.
11945 * message.el (message-signature-directory): New.
11946
11947 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11948
11949 * gnus-msg.el (gnus-inews-yank-articles):
11950 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11951
11952 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11953
11954 * message.el (message-yank-original): Make sure cited text ends with
11955 newline; don't exchange point and mark.
11956
11957 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11958
11959 * tls.el (open-tls-stream): Properly handle case where there
11960 is no associated buffer.
11961
11962 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11963
11964 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11965 message-yank-original, make sure (< mark TEXT point).
11966
11967 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11968
11969 * message.el (message-fill-column): New variable.
11970 (message-mode): Use it. Add comment on a possible new hook.
11971
11972 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11973 (nnmail-get-new-mail): Reformat.
11974
11975 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11976
11977 * gmm-utils.el: Fix Commentary.
11978 (gmm-tool-bar-from-list): Fix typo in doc string.
11979
11980 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11981
11982 * message.el (message-yank-original): Don't switch point and mark
11983 unnecessarily to put point and mark as documented.
11984
11985 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11986
11987 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11988 from the message heads.
11989
11990 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11991
11992 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11993 article buffer does not have a window. This may not be the best
11994 solution but is certainly better than setting the start of the null,
11995 that is the current, window.
11996
11997 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11998
11999 * gnus-draft.el (gnus-draft-setup-hook): New hook.
12000 (gnus-draft-setup): Run it.
12001
12002 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12003 gnus-score-fast-scoring. Allow regexp.
12004 (gnus-score-headers): Use it.
12005
12006 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12007 XEmacs.
12008
12009 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12010 string.
12011 (gnus-button-alist): Also catch `<f1> k ...'.
12012 (gnus-treat-display-x-face): Fix doc string.
12013
12014 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12015
12016 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12017 evaluation of gnus-extended-version to ensure correct generation of the
12018 User-Agent header when message-generate-headers-first is used.
12019
12020 2007-03-24 Simon Josefsson <simon@josefsson.org>
12021
12022 * hashcash.el (hashcash-generate-payment-async): Don't crash if
12023 hashcash-path is nil. Don't call callback with incorrect number of
12024 parameters if val is 0.
12025
12026 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12027
12028 * message.el (message-required-news-headers):
12029 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12030
12031 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12032
12033 * message.el (message-generate-new-buffers): Change the meaning of the
12034 nil value; add `standard' to the choices; treat t as `unique'; improve
12035 doc string.
12036 (gnus-select-frame-set-input-focus): Autoload.
12037 (message-buffer-name): Search for the existing message buffer if
12038 message-generate-new-buffers is nil or `standard'; treat the value t of
12039 message-generate-new-buffers as `unique'.
12040 (message-pop-to-buffer): Raise the frame already displaying the message
12041 buffer; clear the echo area after querying.
12042 (message-setup): Pass the `continue' argument to compose-mail.
12043 (message-mail): Prefer `switch-function' if it is given; search for the
12044 existing message buffer if the `continue' argument is non-nil; pass
12045 continue and switch-function arguments to compose-mail by way of
12046 message-setup.
12047 (message-mail-other-window): Adjust argument of message-setup.
12048 (message-mail-other-frame): Ditto.
12049
12050 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12051
12052 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12053 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12054 to turn font-lock on when turning gnus-message-citation-mode on.
12055
12056 2007-03-06 Daiki Ueno <ueno@unixuser.org>
12057
12058 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12059 (mml-smime-function-alist): New variable; add epg as the backend.
12060 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12061 mml-smime- functions instead.
12062 * mm-view.el: Require smime.
12063
12064 2007-03-05 Didier Verna <didier@xemacs.org>
12065
12066 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12067 instead of just inheritance for posting styles.
12068 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12069
12070 2007-02-24 John Paul Wallington <jpw@pobox.com>
12071
12072 * tls.el (tls-certtool-program): Fix custom type.
12073
12074 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12075
12076 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12077 and point-at-eol instead of line-(beginning|end)-position.
12078
12079 * assistant.el (assistant-parse-buffer): Ditto.
12080
12081 2007-02-28 Daiki Ueno <ueno@unixuser.org>
12082
12083 * mml2015.el (mml2015-epg-find-usable-key): New function.
12084 (mml2015-epg-sign): Use it.
12085 (mml2015-epg-encrypt): Use it.
12086
12087 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12088
12089 * message.el (message-make-in-reply-to): Quote name containing
12090 non-ASCII characters. It will make the RFC2047 encoder cause an error
12091 if there are special characters. Reported by NAKAJI Hiroyuki
12092 <nakaji@jp.freebsd.org>.
12093
12094 2007-02-27 Didier Verna <didier@xemacs.org>
12095
12096 Include the group parameters as well as the topic ones in the
12097 inheritance filter process.
12098 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12099 argument GROUP-PARAMS-LIST.
12100 * gnus-topic.el (gnus-group-topic-parameters): Use it.
12101
12102 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12103
12104 * nntp.el (nntp-never-echoes-commands)
12105 (nntp-open-connection-functions-never-echo-commands): New variables.
12106 (nntp-send-command): Use them.
12107
12108 2007-02-20 Daiki Ueno <ueno@unixuser.org>
12109
12110 * mml2015.el (mml2015-epg-verify): Simplify.
12111
12112 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12113
12114 * mml.el (mml-content-disposition-alist): New user option.
12115 (mml-content-disposition): New function.
12116 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12117 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12118
12119 2007-02-19 Daiki Ueno <ueno@unixuser.org>
12120
12121 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12122 verification.
12123
12124 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12125
12126 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12127 articles posted in the last 24 hours.
12128
12129 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
12130
12131 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12132
12133 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
12134
12135 * nntp.el (nntp-send-command): Don't wait for echoes when
12136 nntp-open-ssl-stream is used.
12137
12138 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12139
12140 * gnus-cite.el (gnus-test-font-lock-add-keywords)
12141 (gnus-message-add-citation-keywords)
12142 (gnus-message-remove-citation-keywords): Remove.
12143 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12144 directly, make the variables in font-lock-defaults buffer-local, add
12145 gnus-message-citation-keywords to them and then update the value of
12146 font-lock-keywords.
12147
12148 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
12149
12150 * message.el (message-cite-original-1): Don't call
12151 gnus-article-highlight-citation.
12152
12153 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12154 citations; fix line count.
12155
12156 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12157
12158 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12159 (gnus-message-add-citation-keywords)
12160 (gnus-message-remove-citation-keywords): Use it; fix the emulating
12161 versions of font-lock-add-keywords and font-lock-remove-keywords to
12162 work with XEmacs correctly.
12163
12164 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12165
12166 * gnus-cite.el (gnus-cite-face-list): Set the values of
12167 gnus-message-max-citation-depth and gnus-message-citation-keywords.
12168 (gnus-message-max-citation-depth): Use defvar rather than defconst.
12169 (gnus-message-cite-prefix-regexp): New variable.
12170 (gnus-message-search-citation-line): Use it; protect against long
12171 citation prefix; fill match data with nil rather than 0 for XEmacs; set
12172 the 0th match data for Emacs.
12173 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12174 (gnus-message-add-citation-keywords): Append keywords rather than
12175 prepending; emulate font-lock-add-keywords if it is not available.
12176 (gnus-message-remove-citation-keywords):
12177 Emulate font-lock-remove-keywords if it is not available.
12178
12179 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12180
12181 * message.el (message-cite-prefix-regexp): Set the value of
12182 gnus-message-cite-prefix-regexp.
12183
12184 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12185
12186 * nnweb.el (nnweb-google-parse-1): Update parser.
12187
12188 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
12189
12190 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12191
12192 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12193
12194 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12195 regexp.
12196
12197 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12198
12199 * uudecode.el (uudecode-string-to-multibyte): New function emulating
12200 string-to-multibyte.
12201 (uudecode-decode-region-internal): Use it.
12202
12203 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12204
12205 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12206 Fix custom choice.
12207
12208 * gnus-art.el (gnus-signature-limit): Fix custom choice.
12209
12210 2007-01-22 Daiki Ueno <ueno@unixuser.org>
12211
12212 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12213
12214 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12215 `write-region' to respect `mm-inhibit-file-name-handlers'.
12216
12217 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
12218
12219 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12220 Use gnus-home-directory instead of "~/" or "$HOME".
12221
12222 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
12223
12224 * encrypt.el (encrypt-insert-file-contents): Add better prompt
12225 to mention filename.
12226 Add comments at beginning regarding usage.
12227 (encrypt-write-file-contents): Change interactive so a string is
12228 acceptable. If the file has no associated model, show an error instead
12229 of a nonsense prompt.
12230
12231 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12232
12233 * spam.el (spam-bsfilter-ham-switch): Fix typo.
12234 Thanks to Yoshihiko Yamada for kind notification of this typo.
12235
12236 2007-01-12 Kenichi Handa <handa@m17n.org>
12237
12238 * uudecode.el (uudecode-decode-region-internal): Make it work in a
12239 multibyte buffer.
12240
12241 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
12242
12243 * gnus-score.el (gnus-score-fast-scoring): New variable.
12244 (gnus-score-headers): Use it.
12245
12246 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12247
12248 * message.el (message-cite-original-1):
12249 Call gnus-article-highlight-citation if requested.
12250 (message-make-from): Allow name and address as optional arguments.
12251
12252 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12253
12254 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12255 bugs to doc string.
12256 (gnus-button-alist): Add mid\\|message-id.
12257 (gnus-button-fetch-group): Extend for use in
12258 `browse-url-browser-function'.
12259 (gnus-button-url-regexp): Try to catch paired parentheses like in
12260 Wikipedia URLs.
12261
12262 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12263 Suggested by Simon Krahnke <overlord@gmx.li>.
12264
12265 2007-01-13 Romain Francoise <romain@orebokech.com>
12266
12267 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12268 Update copyright.
12269
12270 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
12271
12272 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12273
12274 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12275
12276 * gnus-registry.el (gnus-registry-unfollowed-groups)
12277 (gnus-registry-split-fancy-with-parent): Fix documentation.
12278
12279 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12280
12281 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12282 from nnweb groups.
12283
12284 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12285
12286 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12287 Xref urls. Erase buffer before requesting head.
12288
12289 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12290
12291 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12292
12293 * gnus-soup.el (gnus-soup): New custom group. Make user variables
12294 customizable.
12295
12296 2007-01-05 Daiki Ueno <ueno@unixuser.org>
12297
12298 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12299 no signing key is found.
12300 (mml2015-epg-encrypt): Ask user whether to skip or abort if
12301 no encrypting and/or signing key is found.
12302
12303 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12304
12305 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12306
12307 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12308
12309 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12310 headers read from disk with the ones newly found in the current search.
12311 This should no longer cause problems, because the article numbers in
12312 Gmane's `nov.php' output are ignored since the previous change.
12313
12314 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12315
12316 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12317
12318 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12319
12320 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12321
12322 2007-01-01 Romain Francoise <romain@orebokech.com>
12323
12324 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12325
12326 2006-12-31 Steve Youngs <steve@sxemacs.org>
12327
12328 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12329 `define-minor-mode' macro definition expanded properly.
12330 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12331 exclude it there.
12332
12333 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12334 of 2006-12-30. The default is nil on (S)XEmacs already because of the
12335 `fboundp' test.
12336 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12337 This is OK to autoload in (S)XEmacs now.
12338
12339 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12340
12341 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12342 keystroke.
12343 (gnus-summary-limit-to-singletons): Fix typo.
12344
12345 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12346 else fails.
12347
12348 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12349
12350 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12351 docstring.
12352
12353 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12354 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12355 (gnus-summary-insert-dormant-articles): Fix typo in message.
12356
12357 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
12358
12359 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12360 nil for XEmacs.
12361 (gnus-message-citation-mode): Don't autoload in XEmacs.
12362
12363 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12364
12365 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
12366
12367 * nnimap.el (nnimap-expunge-search-string):
12368 Mention nnimap-search-uids-not-since-is-evil in docstring.
12369
12370 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12371
12372 * spam.el: Revert to make-obsolete-variable because
12373 define-obsolete-variable-alias is not supported in Emacs 21.
12374
12375 * spam.el (spam-ifile-path, spam-ifile-database-path)
12376 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12377 make-obsolete-variable.
12378 (spam-bsfilter-path, spam-bsfilter-program)
12379 (spam-spamassassin-path, spam-spamassassin-program)
12380 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12381 Don't use "path" inappropriately.
12382 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12383 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12384 variable names.
12385
12386 2006-12-28 Daiki Ueno <ueno@unixuser.org>
12387
12388 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12389 summary buffer.
12390
12391 * password.el (password-cache-remove): Use clear-string to burn
12392 password, if available.
12393
12394 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12395
12396 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12397
12398 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12399
12400 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12401 (gnus-message-highlight-citation): Move defcustom here from
12402 gnus-cite.el.
12403 (gnus-message-citation-mode): Autoload.
12404
12405 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
12406 checks to make it compile with XEmacs.
12407 (gnus-message-citation-mode): New minor mode.
12408 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12409 (gnus-message-highlight-citation): New variables.
12410 (gnus-message-search-citation-line)
12411 (gnus-message-add-citation-keywords)
12412 (gnus-message-remove-citation-keywords)
12413 (turn-on-gnus-message-citation-mode)
12414 (turn-off-gnus-message-citation-mode): New functions.
12415
12416 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
12417
12418 * gnus-cite.el: Enable highlighting of different citation levels in
12419 message-mode.
12420
12421 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12422
12423 * message.el (message-make-fqdn): Fix comment.
12424 (message-bogus-system-names): Add ".local".
12425
12426 * spam.el (spam-ifile-path, spam-ifile-program)
12427 (spam-ifile-database-path, spam-ifile-database)
12428 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12429 Don't use "path" inappropriately.
12430 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12431 strings.
12432 (spam-check-ifile, spam-ifile-register-with-ifile)
12433 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12434 Use new variable names.
12435
12436 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12437 (gnus-treat-display-smileys): Simplify using
12438 gnus-image-type-available-p.
12439
12440 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12441 available.
12442
12443 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12444
12445 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12446 one after turning on the buffer's multibyteness instead of decoding
12447 them directly in the unibyte buffer that causes unexpected conversion
12448 in Emacs 23 (unicode).
12449
12450 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12451
12452 * message.el (message-generate-hashcash): Fix custom type.
12453
12454 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12455
12456 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12457
12458 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12459
12460 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12461 disconnect icons. Add help text.
12462
12463 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
12464
12465 * spam.el (spam-extra-header-to-number): CRM114 spam score is
12466 negated to be consistent with the others we handle.
12467
12468 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12469
12470 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12471 version of gnus-summary-buffer to something, so that we can use two
12472 article buffers at the same time.
12473
12474 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
12475
12476 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12477 trigger all the extra headers.
12478 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12479 sorting.
12480
12481 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12482
12483 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12484 solid groups.
12485
12486 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12487
12488 * legacy-gnus-agent.el: Add Copyright notice.
12489
12490 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
12491
12492 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12493
12494 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12495
12496 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12497
12498 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12499 to make it work reliably in CVS Emacs.
12500 (gnus-summary-limit-strange-charsets-predicate)
12501 (gnus-summary-limit-to-predicate): New functions.
12502
12503 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12506 specifying array size.
12507 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12508 array if it is too small.
12509 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12510 (gnus-sort-threads-loop): New function.
12511
12512 2006-12-06 Chris Moore <dooglus@gmail.com>
12513
12514 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12515 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12516
12517 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
12518
12519 * mm-url.el (mm-url-predefined-programs): Call curl with correct
12520 options.
12521
12522 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12523
12524 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12525 DOS-ing the recipient.
12526
12527 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12528 the headers when creating the mapping to avoid mismappings.
12529 (nnweb-gmane-create-mapping): Always nix out old mapping.
12530
12531 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12532
12533 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12534 and mm-verify-option to never.
12535
12536 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12537
12538 * message.el (message-signed-or-encrypted-p): New function.
12539 (message-forward-make-body): Use it.
12540
12541 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12542 Replace encode-coding-string with mm-encode-coding-string.
12543
12544 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
12545
12546 * nneething.el (nneething-decode-file-name):
12547 Replace decode-coding-string with mm-decode-coding-string.
12548
12549 * gnus-int.el (gnus-open-server): Say failed server's name.
12550
12551 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
12552
12553 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12554 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12555
12556 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12557 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12558 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12559 (gnus-group-make-directory-group, gnus-group-transpose-groups):
12560 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12561 (gnus-subscribe-newsgroup, gnus-1):
12562 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12563 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12564 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12565 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12566
12567 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12568
12569 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12570 keystroke.
12571 (gnus-summary-limit-to-bodies): Implement headersp.
12572
12573 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12574
12575 * dns.el (query-dns): Protect against "Process dns deleted" strings.
12576
12577 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12578
12579 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12580
12581 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12582
12583 * message.el (message-generate-hashcash): Expand range of values to
12584 include `opportunistic'.
12585 (message-send-mail): Use it.
12586
12587 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12588
12589 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12590 and comment it.
12591
12592 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12593
12594 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
12595
12596 * gnus-util.el (gnus-extract-address-components): Improve comment.
12597
12598 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12599
12600 * gnus-util.el (gnus-extract-address-components): Work with address in
12601 which the name portion contains @.
12602
12603 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12604
12605 * gnus.el (gnus-start): Move custom group up.
12606 (gnus-select-method): Don't autoload, but make it available for
12607 `customize-variable'.
12608 (gnus-getenv-nntpserver): Don't autoload.
12609
12610 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
12611
12612 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12613
12614 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12615
12616 * message.el (message-sendmail-extra-arguments): New variable.
12617 (message-send-mail-with-sendmail): Use it.
12618
12619 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12620
12621 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12622 mm-with-unibyte-current-buffer to make string unibyte.
12623
12624 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12625 mm-string-as-multibyte.
12626
12627 2006-11-14 Daiki Ueno <ueno@unixuser.org>
12628
12629 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12630 Reported by Werner Koch <wk@gnupg.org>.
12631
12632 2006-11-14 Daiki Ueno <ueno@p360>
12633
12634 * mml2015.el: Autoload epa-select-keys when compiling.
12635
12636 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12637
12638 * mml2015.el (mml2015-epg-sign): Save the signing keys in
12639 message-options.
12640 (mml2015-epg-encrypt): Save the recipient keys in message-options.
12641
12642 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12643
12644 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12645 EasyPG (< 0.0.6).
12646 (mml2015-always-trust): New user option.
12647 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12648 prompt.
12649
12650 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12651
12652 * nntp.el (nntp-authinfo-force): New variable.
12653 (nntp-send-authinfo): Use it.
12654
12655 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
12656
12657 * message.el (message-strip-subject-encoded-words): Allow _not_ to
12658 decode encoded words. Improve prompt. Add comment about forwarding.
12659 (message-replacement-char): Move up.
12660
12661 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12662
12663 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12664 instead of gnus-intersection because arguments of gnus-sorted-nunion
12665 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
12666
12667 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
12668
12669 * message.el (message-strip-subject-encoded-words): Reformat prompt.
12670 (message-simplify-subject-functions):
12671 Enable message-strip-subject-encoded-words by default.
12672
12673 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
12674
12675 * message.el (message-strip-subject-encoded-words): New function.
12676 (message-simplify-subject-functions): New variable.
12677 (message-simplify-subject): Use it. Fix typo in doc string.
12678 Support message-strip-subject-encoded-words.
12679
12680 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * gnus-diary.el (gnus-diary-delay-format-function):
12683 * nndiary.el (nndiary-reminders):
12684 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12685
12686 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12687
12688 * gnus-art.el (article-hide-boring-headers): Fetch date from
12689 gnus-original-article-buffer to avoid problems with localized date
12690 strings.
12691
12692 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12693
12694 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12695
12696 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12697
12698 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12699 New variables.
12700 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12701 (mm-charset-synonym-alist): Move some entries to
12702 mm-codepage-iso-8859-list.
12703 (mm-charset-synonym-alist, mm-charset-override-alist):
12704 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12705
12706 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12707
12708 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12709
12710 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12711
12712 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12713 with Emacs 21 and XEmacs.
12714
12715 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12716
12717 * spam.el (spam-parse-address): New function for better parsing,
12718 catching errors, etc.
12719 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12720
12721 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12722
12723 * mm-view.el: Add interactive arg to html2text autoload.
12724
12725 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12726
12727 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12728
12729 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12730
12731 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12732 New variables.
12733 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12734 (mm-charset-synonym-alist): Move some entries to
12735 mm-codepage-iso-8859-list.
12736
12737 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12738
12739 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12740
12741 * message.el (message-citation-line-format)
12742 (message-insert-formated-citation-line): Fix implementation of %E, %N
12743 and %n according to the doc string.
12744
12745 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12746
12747 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12748 Use car-safe to avoid bad parses.
12749
12750 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12751
12752 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12753 names.
12754
12755 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12756
12757 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12758
12759 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12760 header.
12761
12762 * message.el (message-draft-headers): Add Date.
12763 (message-headers-to-generate): Fix typo in docstring.
12764
12765 * nndraft.el (nndraft-required-headers): New variable.
12766 (nndraft-generate-headers): Use it.
12767
12768 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12769
12770 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12771
12772 * gnus-registry.el (gnus-registry-wash-for-keywords)
12773 (gnus-registry-find-keywords): New functions to allow easy searching of
12774 articles that are in the registry.
12775
12776 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12777
12778 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12779 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12780 Reported by Damien Elmes <damien@repose.cx>.
12781
12782 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12783
12784 * gnus.el (gnus-mime): Remove unused custom group.
12785
12786 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12787
12788 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12789 "blank line" when searching for end of armor headers.
12790
12791 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12792
12793 * gmm-utils.el (gmm-write-region): Fix variable name.
12794
12795 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12796
12797 * gmm-utils.el (gmm-write-region): New function based on compatibility
12798 code from `mm-make-temp-file'.
12799
12800 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12801
12802 * nnmaildir.el (nnmaildir--update-nov)
12803 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12804 Use `gmm-write-region'.
12805
12806 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12807
12808 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12809 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12810
12811 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12812
12813 * message.el (message-replacement-char): New variable.
12814 (message-fix-before-sending): Use it.
12815 (message-simplify-subject): New function to remove duplicate code.
12816 (message-reply, message-followup): Use it.
12817
12818 * gnus-sum.el (gnus-summary-make-menu-bar):
12819 Clarify gnus-summary-limit-to-articles.
12820
12821 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12822
12823 * gnus-util.el (gnus-with-local-quit): New macro.
12824
12825 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12826
12827 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12828
12829 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12830 ignore non-string data.
12831
12832 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12833
12834 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12835 non-string data (needs to be done in the registry too).
12836
12837 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12838
12839 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12840 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12841 (gnus-registry-split-fancy-with-parent)
12842 (gnus-registry-fetch-simplified-message-subject-fast)
12843 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12844 Remove text properties on ingress into the registry and when it's saved.
12845 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12846 registry from entries with no groups.
12847
12848 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12849
12850 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12851 function to remove string properties.
12852
12853 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12854
12855 * gmm-utils.el (gmm): Adjust custom version.
12856
12857 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12858 Adjust custom version.
12859
12860 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12861
12862 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12863
12864 * gnus-art.el (gnus-insert-prev-page-button)
12865 (gnus-insert-next-page-button): Simplify. Reformat.
12866
12867 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12868
12869 * gnus-art.el (gnus-insert-prev-page-button)
12870 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12871
12872 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
12873
12874 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12875
12876 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12877
12878 * gnus-art.el (gnus-insert-mime-button)
12879 (gnus-insert-mime-security-button):
12880 Apply gnus-article-button-face to MIME and security buttons.
12881
12882 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12883
12884 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12885 readable.
12886
12887 2006-09-20 Steve Youngs <steve@sxemacs.org>
12888
12889 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12890 `browse-url-of-file' instead of `browse-url'.
12891
12892 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12893
12894 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12895 regexp. Articles containing quotation were cut prematurely.
12896
12897 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12898
12899 * message.el (message-cite-original-1): Use nobody by default for the
12900 value of From header.
12901 (message-reply): Ditto.
12902
12903 2006-09-11 Daiki Ueno <ueno@unixuser.org>
12904
12905 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12906 to the gnus-info. This fixes a bug of inline-PGP message verification.
12907 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12908
12909 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12910
12911 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12912 mails in the doc string. Add some URLs in comment.
12913 (pop3-movemail): Warn about pop3-leave-mail-on-server.
12914
12915 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12916
12917 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12918 backslashes handling and the way to find boundaries of quoted strings.
12919
12920 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12921
12922 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12923 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12924 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12925 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12926
12927 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12928
12929 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12930 doc string.
12931 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12932
12933 2006-09-06 Simon Josefsson <jas@extundo.com>
12934
12935 * mml2015.el (mml2015-use): Doc fix, mention epg.
12936
12937 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12938
12939 * mml2015.el (mml2015-use): Default to epg, if available.
12940
12941 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12942
12943 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12944 message-sender.
12945 (mml1991-epg-encrypt): Ditto.
12946 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12947 message-sender.
12948 (mml2015-epg-encrypt): Ditto.
12949
12950 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12951
12952 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12953 several common directories.
12954
12955 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12956
12957 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12958 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12959
12960 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12961
12962 * gnus-art.el (article-decode-encoded-words): Make it fast.
12963
12964 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12965
12966 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12967
12968 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12969 in quoted string into `\'.
12970
12971 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12972
12973 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12974 Use standard-syntax-table.
12975
12976 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12977
12978 * gnus-art.el (gnus-decode-address-function): New variable.
12979 (article-decode-encoded-words): Use it to decode headers which are
12980 assumed to contain addresses.
12981 (gnus-mime-delete-part): Remove useless `or'.
12982
12983 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12984 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12985 (gnus-nov-parse-line): Use it to decode From header.
12986 (gnus-get-newsgroup-headers): Ditto.
12987 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12988
12989 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12990 (mail-decode-encoded-address-string): New alias.
12991
12992 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12993 New function.
12994 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12995 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12996 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12997 (rfc2047-decode-string): Ditto.
12998 (rfc2047-decode-address-region): New function.
12999 (rfc2047-decode-address-string): New function.
13000
13001 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
13002
13003 * message.el (message-caesar-buffer-body): Allow rotating headers.
13004
13005 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13006
13007 * message.el (message-insert-formated-citation-line): Fix %f.
13008 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13009
13010 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
13011
13012 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13013 (gnus-bookmark-mouse-available-p): New macro.
13014 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13015 (gnus-bookmark-bmenu-show-infos): Use it.
13016 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13017 (gnus-bookmark-bmenu-hide-infos): Ditto.
13018 (gnus-bookmark-remove-properties): New function.
13019 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13020 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13021 (gnus-bookmark-write-file): Bind coding-system-for-write.
13022 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13023 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13024 group before selecting it.
13025 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13026 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13027 quit-window if it is not available; use gnus-mouse-2 and bind it to
13028 gnus-bookmark-bmenu-select-by-mouse.
13029 (gnus-bookmark-show-details): Remove unused variable `details-list'.
13030 (gnus-bookmark-bmenu-select-by-mouse): New function.
13031
13032 2006-08-13 Romain Francoise <romain@orebokech.com>
13033
13034 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13035 space.
13036
13037 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13038
13039 * compface.el (uncompface): Use binary rather than raw-text-unix.
13040
13041 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13042
13043 * compface.el (uncompface): Make sure the eol conversion doesn't take
13044 place when communicating with the external programs.
13045 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13046
13047 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
13048
13049 * nnheader.el (nnheader-insert-head): Fix typo in comment.
13050
13051 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13052
13053 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13054 Make it more robust by parsing author and date independently.
13055
13056 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13057
13058 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13059
13060 2006-07-28 Daiki Ueno <ueno@unixuser.org>
13061
13062 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13063 first matching secret key.
13064 (mml2015-epg-encrypt): Ditto.
13065
13066 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13067 first matching secret key.
13068 (mml1991-epg-encrypt): Ditto.
13069
13070 * mml2015.el (mml2015-encrypt-to-self): New user option.
13071 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13072 mml2015-epg-encrypt-to-self is set.
13073
13074 * mml1991.el (mml1991-encrypt-to-self): New variable.
13075 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13076 mml1991-epg-encrypt-to-self is set.
13077
13078 * mml2015.el (mml2015-signers): New user option.
13079 (mml2015-epg-sign): Reflect the value of mml2015-signers.
13080 (mml2015-epg-encrypt): Allow to select signing keys.
13081
13082 * mml1991.el (mml1991-signers): New variable.
13083 (mml1991-epg-sign): Reflect the value of mml1991-signers.
13084 (mml1991-epg-encrypt): Allow to select signing keys.
13085
13086 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13087
13088 * nnheader.el (nnheader-insert-head): Make it work even if the file
13089 uses CRLF for the line-break code.
13090
13091 2006-07-25 Daiki Ueno <ueno@unixuser.org>
13092
13093 * mml2015.el: Require mml-sec instead of password.
13094 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13095 (mml2015-cache-passphrase): Inherit the default value from
13096 mml-secure-cache-passphrase.
13097 (mml2015-passphrase-cache-expiry): Inherit the default value from
13098 mml-secure-passphrase-cache-expiry.
13099
13100 * mml1991.el: Require mml-sec instead of password.
13101 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13102 (mml1991-cache-passphrase): Inherit the default value from
13103 mml-secure-cache-passphrase.
13104 (mml1991-passphrase-cache-expiry): Inherit the default value from
13105 mml-secure-passphrase-cache-expiry.
13106
13107 * mml-sec.el: Require password.
13108 (mml-secure-verbose): New user option.
13109 (mml-secure-cache-passphrase): New user option.
13110 (mml-secure-passphrase-cache-expiry): New user option.
13111
13112 2006-07-24 Daiki Ueno <ueno@unixuser.org>
13113
13114 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13115 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
13116 andreas@altroot.de (Andreas Vögele).
13117
13118 FIXME: Use `tiny change'?
13119
13120 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13121
13122 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13123 workaround for the url package included with Emacs.
13124
13125 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13126
13127 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13128
13129 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13130 correctly. This fixes a bug caused by the 2006-05-12 change.
13131
13132 2006-07-18 Karl Fogel <kfogel@red-bean.com>
13133
13134 * nnmail.el (nnmail-article-group): If splitting raises an error, give
13135 some information about the error when saying that the `bogus' mail
13136 group will be used.
13137
13138 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
13139
13140 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13141 string.
13142
13143 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
13144
13145 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13146
13147 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13148
13149 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13150
13151 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13152
13153 * mml1991.el (mml1991-function-alist): Add epg.
13154 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13155 (mml1991-epg-encrypt): New functions.
13156
13157 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13158
13159 * mml2015.el (mml2015-verbose): New variable.
13160 (mml2015-cache-passphrase): Ditto.
13161 (mml2015-passphrase-cache-expiry): Ditto.
13162 (mml2015-function-alist): Add epg.
13163 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13164 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13165 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13166 New functions.
13167
13168 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13169
13170 * message.el (message-cite-original-1): Preserve region when removing
13171 quoted text due to X-No-Archive in order to avoid bogus attribution
13172 when citing multiple messages.
13173
13174 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13175
13176 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13177 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13178
13179 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
13180
13181 * gnus-diary.el (gnus-user-format-function-d)
13182 (gnus-user-format-function-D): Autoload.
13183
13184 * imap.el (Commentary): Fix typo.
13185
13186 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13187 2006-04-22 contribution.
13188
13189 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13190
13191 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13192 It didn't really fix the bogosity I'm seeing with solid web groups.
13193
13194 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13195
13196 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13197 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13198 created using server names. If we use the feature without declaring
13199 it, Gnus does not properly manage server and group state.
13200
13201 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13202 bound.
13203
13204 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13205
13206 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13207 looking up the method using GROUP's prefix before inventing a new one.
13208 It is used on killed/unknown groups in various places where returning
13209 an all-new method isn't expected by the caller.
13210
13211 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13212 and match semantics of gnus-group-real-prefix.
13213
13214 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
13215
13216 * nnmail.el (nnmail-broken-references-mailers): New variable.
13217 (nnmail-ignore-broken-references): New function generalizing
13218 nnmail-fix-eudora-headers.
13219 (nnmail-fix-eudora-headers): Now obsolete.
13220
13221 * gnus-art.el (gnus-button-handle-custom):
13222 Support `customize-apropos*'.
13223
13224 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13225
13226 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13227
13228 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13229 articles.
13230
13231 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13232
13233 * message.el (message-cite-reply-above): New variable.
13234 (message-yank-original): Use it.
13235
13236 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
13237
13238 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13239
13240 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
13241
13242 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13243 as read.
13244
13245 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13246
13247 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
13248
13249 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13250 (gnus-bookmark-default-file): Use gnus-directory.
13251 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13252 Remove "*" in doc string.
13253 (gnus-bookmark-write-file): Simplify.
13254 (gnus-bookmark-maybe-sort-alist): Use `when'.
13255 (gnus-bookmark-get-bookmark): Fix typo in doc string.
13256 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13257 Add FIXME about Emacs 21 and XEmacs compatibility.
13258 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13259 compatibility.
13260 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13261 compatibility.
13262 (gnus-bookmark-menu-heading): Fix version.
13263
13264 2006-06-19 Bastien Guerry <bzg@altern.org>
13265
13266 * gnus-bookmark.el: New file.
13267
13268 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13269
13270 * message.el (message-syntax-checks): Doc fix.
13271
13272 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13273
13274 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13275 unsubscribed groups as if they were killed ones. It causes duplicate
13276 entries in gnus-newsrc-alist.
13277
13278 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13279
13280 * message.el (message-syntax-checks): Doc fix.
13281 (message-send-mail): Add check for continuation headers.
13282 (message-check-news-header-syntax): Fix regexp used to check for
13283 continuation headers.
13284
13285 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13286
13287 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13288
13289 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13292
13293 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13294
13295 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13296 default-truncate-lines.
13297
13298 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
13299
13300 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13301 to fill the utf-8 entry.
13302
13303 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13304
13305 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13306
13307 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
13308
13309 * gnus-agent.el (directory-files-and-attributes): Move all the way
13310 forward (the third and final move).
13311 (gnus-agent-read-agentview): Trap reconstruction errors due to
13312 nonexistent directory. Handle by returning nil.
13313
13314 2006-05-30 Didier Verna <didier@xemacs.org>
13315
13316 * message.el (message-dont-reply-to-names): Update the custom type.
13317 * message.el (message-dont-reply-to-names): New defsubst: potentially
13318 convert a list of regexps into a single one.
13319 * message.el (message-get-reply-headers): Use it.
13320 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13321
13322 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13323
13324 * gnus-agent.el (directory-files-and-attributes): Move forward.
13325
13326 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13327
13328 * gnus-ml.el (gnus-mailing-list-subscribe)
13329 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13330 (gnus-mailing-list-message): Fix doc strings.
13331
13332 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13333
13334 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13335 of doing it manually.
13336
13337 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13338
13339 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13340 comment.
13341
13342 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
13343
13344 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13345 (gnus-agent-read-agentview): Fix handling of end-of-file error.
13346 (gnus-agent-read-local): All symbols allocated in my-obarray.
13347 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13348 (gnus-agent-regenerate-group): Check numeric names to see if they are
13349 messages or groups.
13350 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13351 better way of do this...)
13352
13353 * gnus-cache.el (gnus-agent-total-fetched-for):
13354 Ignore 'dummy.group' (there should be a better way of do this...)
13355
13356 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13357
13358 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13359 (gnus-saved-headers): Ditto.
13360 (gnus-default-article-saver): Mention functions may have properties.
13361 (gnus-article-save): Override gnus-save-all-headers and
13362 gnus-saved-headers by :headers property which saver function may have.
13363 (gnus-summary-save-in-file): Add :headers property.
13364 (gnus-summary-write-to-file): Ditto.
13365
13366 * gnus-sum.el (gnus-summary-save-article): Bind
13367 gnus-prompt-before-saving to t when saving many articles in a file;
13368 always show all headers.
13369
13370 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13371
13372 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13373 marks.
13374
13375 * message.el (message-indent-citation): Add optional arguments to allow
13376 using it outside of message buffers.
13377
13378 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13379 (gnus-article-treat-unfold-headers): Use it.
13380 (gnus-article-truncate-lines): New variable.
13381 (gnus-article-mode): Use it.
13382 (gnus-article-toggle-truncate-lines): New function.
13383
13384 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13385 Add gnus-article-toggle-truncate-lines.
13386
13387 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13388 coding system in XEmacs, use binary.
13389
13390 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13391
13392 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13393 after-load-alist.
13394
13395 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13396 this function should save decoded articles.
13397 (gnus-summary-write-to-file): Use property to specify this function
13398 should save decoded articles and specify gnus-summary-save-in-file
13399 should be used to save articles other than the first one when saving
13400 many articles.
13401 (gnus-summary-save-body-in-file): Use property to specify this
13402 function should save decoded articles.
13403 (gnus-summary-write-body-to-file): Use property to specify this
13404 function should save decoded articles and specify
13405 gnus-summary-save-body-in-file should be used to save articles other
13406 than the first one when saving many articles.
13407
13408 * gnus-sum.el (gnus-summary-save-article): Simplify.
13409
13410 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13411
13412 * gnus-art.el (gnus-default-article-saver):
13413 Add gnus-summary-write-body-to-file.
13414 (gnus-article-save-coding-system): Don't use coding system object
13415 in XEmacs.
13416 (gnus-read-save-file-name): Add optional `dir-var' argument which
13417 specifies directory in which files are saved; work even if optional
13418 `variable' argument is not specified.
13419 (gnus-summary-write-to-file): Read file name.
13420 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13421 (gnus-summary-write-body-to-file): New function.
13422
13423 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13424 (gnus-summary-local-variables): Add it.
13425 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13426 (gnus-summary-save-article): Remove optional `decode' argument;
13427 determine whether to decode articles by the value of
13428 gnus-default-article-saver; when saving many files using
13429 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13430 it first and use gnus-summary-save-in-file or
13431 gnus-summary-save-body-in-file thereafter unless
13432 gnus-prompt-before-saving is always; move point to article which
13433 will be saved.
13434 (gnus-summary-save-article-file): Revert.
13435 (gnus-summary-write-article-file): Revert.
13436 (gnus-summary-save-article-body-file): Revert.
13437 (gnus-summary-write-article-body-file): New function.
13438
13439 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13440
13441 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13442
13443 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13444
13445 * gnus-art.el (gnus-default-article-saver): Doc fix.
13446 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13447 from gnus-summary-save-article-coding-system, and default to a
13448 certain coding system.
13449 (gnus-output-to-file): Add coding cookie and encode text according
13450 to gnus-article-save-coding-system; don't use mm-append-to-file.
13451
13452 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13453 gnus-art.el and rename to gnus-article-save-coding-system.
13454 (gnus-summary-save-article): Require gnus-art; don't show all
13455 headers if it decodes articles; don't add coding cookie here;
13456 don't bind mm-text-coding-system-for-write.
13457 (gnus-summary-save-article-file): Save decoded articles.
13458 (gnus-summary-write-article-file): When saving many files, use
13459 gnus-summary-write-to-file first and gnus-summary-save-in-file
13460 thereafter unless gnus-prompt-before-saving is always.
13461 (gnus-summary-save-article-body-file): Save decoded articles.
13462
13463 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13464
13465 * nnrss.el (nnrss-check-group): Bind hash-index.
13466
13467 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
13468
13469 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13470 its hash index. Store this hash in `nnrss-group-data'.
13471 (nnrss-read-group-data): Update accordingly.
13472
13473 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13474
13475 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13476 entry.
13477
13478 * gnus-sum.el (gnus-summary-make-menu-bar):
13479 Add gnus-article-browse-html-article.
13480
13481 2006-05-23 Hynek Schlawack <hynek@ularx.de>
13482
13483 * gnus-sum.el (gnus-summary-mime-map):
13484 Add gnus-article-browse-html-article.
13485
13486 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13487
13488 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13489 suitable coding systems in customize.
13490
13491 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13492
13493 * mail-source.el (mail-sources): Fix custom type.
13494
13495 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13496
13497 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13498 (gnus-summary-expire-articles-now): Shorten prompt.
13499
13500 * gmm-utils.el (wid-edit): Require.
13501 (defun-gmm): Rename from `gmm-defun-compat'.
13502 (gmm-image-search-load-path): Use it.
13503 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
13504
13505 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13506
13507 * gnus-sum.el (gnus-summary-save-article-coding-system):
13508 New variable.
13509 (gnus-summary-save-article): Add optional `decode' argument.
13510 If it is set and gnus-summary-save-article-coding-system is non-nil,
13511 save decoded article.
13512 (gnus-summary-write-article-file): Save decoded article if
13513 gnus-summary-save-article-coding-system is non-nil.
13514
13515 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13516 type.
13517
13518 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13519
13520 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13521
13522 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
13523
13524 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13525 first to test gnus-single-article-buffer which may be buffer-local.
13526
13527 * gnus-sum.el (gnus-summary-setup-buffer):
13528 Make gnus-single-article-buffer buffer-local and nil in ephemeral
13529 group; make gnus-article-buffer, gnus-article-current, and
13530 gnus-original-article-buffer always buffer-local.
13531 (gnus-summary-exit): Kill article buffer belonging to ephemeral
13532 group.
13533 (gnus-handle-ephemeral-exit): Don't move to next summary line.
13534
13535 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13536
13537 * nnml.el (nnml-request-compact-group): Compressed files might not
13538 have .gz extension.
13539
13540 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13543 (mm-copy-to-buffer): Use with-current-buffer.
13544 (mm-display-part): Simplify.
13545 (mm-inlinable-p): Add optional arg `type'.
13546
13547 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13550 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13551 Try harder to show the attachment internally or externally using
13552 gnus-mime-view-part-as-type.
13553
13554 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13555
13556 * message.el (message-from-style, message-signature-separator)
13557 (message-user-organization-file, message-send-mail-function)
13558 (message-citation-line-function, message-yank-prefix)
13559 (message-indent-citation-function, message-signature)
13560 (message-signature-file, message-signature-insert-empty-line):
13561 Remove autoloads.
13562
13563 * gnus-art.el (gnus-buttonized-mime-types):
13564 Remove "multipart/signed". Revert 2006-04-26 change.
13565
13566 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13567
13568 * gnus.el (gnus-version-number): Bump version.
13569
13570 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13571
13572 * gnus.el: No Gnus v0.5 is released.
13573
13574 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13575
13576 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13577 fetching articles by message-id.
13578
13579 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13580
13581 * message.el (hashcash): Require hashcash as normal.
13582
13583 * ecomplete.el (ecomplete-highlight-match-line):
13584 Use point-at-eol.
13585 (ecomplete-highlight-match-line): Use `highlight', because that
13586 face exists in both Emacs and XEmacs.
13587
13588 * message.el (message-display-abbrev): Use point-at-bol.
13589
13590 * mail-source.el: Don't require timer/timer-funcs.
13591
13592 * gnus-async.el: Ditto.
13593
13594 * password.el: Ditto.
13595
13596 * mm-url.el: Ditto.
13597
13598 * mm-util.el: Require timer/timer-funcs.
13599
13600 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13601
13602 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13603 Close.
13604
13605 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13606
13607 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13608 unibyte after clear-decrypt function runs.
13609
13610 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13611 returns as a unibyte string.
13612
13613 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
13614
13615 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13616 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13617 (mml1991-pgg-encrypt): Ditto.
13618
13619 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
13620
13621 * message.el (message-user-organization-file): Check several
13622 locations of the organization file.
13623
13624 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13625 Add gnus-article-view-part-as-type.
13626
13627 * gnus-art.el (gnus-article-view-part-as-type): New function.
13628
13629 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13630 .mobi and .travel. Remove .nato, .bitnet and .uucp.
13631
13632 * mml.el: Simplify autoload.
13633 (mml-mode): defvar dnd-protocol-alist instead of using
13634 symbol-value.
13635 (mml-default-directory): New variable.
13636 (mml-minibuffer-read-file): Use it.
13637 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13638
13639 * message.el (message-citation-line-format): New variable.
13640 (message-insert-formated-citation-line): New function.
13641 (message-citation-line-function):
13642 Add `message-insert-formated-citation-line' to custom type.
13643
13644 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13645 to doc string.
13646
13647 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13648 depending on mm-verify-option.
13649
13650 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13651
13652 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13653 binding pgg-* variables; reimplement the section which prevents
13654 MIME header from being signed.
13655 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13656 pgg-text-mode; remove a blank line at the top of body.
13657
13658 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13659 lines at the top of body; use gnus-newsgroup-charset if there's no
13660 Charset header.
13661
13662 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13663
13664 * message.el (message-self-insert-commands): Doc fix.
13665
13666 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13667 (mm-uu-pgp-encrypted-test): Ditto.
13668 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13669 between header and body; return application/pgp-encrypted handle
13670 if decryption failed; decode decrypted body by charset.
13671
13672 * mm-decode.el (mm-automatic-display): Don't make application/pgp
13673 element match to application/pgp-*.
13674
13675 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13676
13677 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13678 HTML.
13679
13680 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13681
13682 * mail-source.el (mail-source-call-script): Message the error
13683 string.
13684
13685 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13686
13687 * gnus-util.el (gnus-byte-compile): Use it.
13688
13689 2006-04-22 xyblor <fake@invalid.email> (tiny change)
13690
13691 * gnus-util.el (kill-empty-logs): New function.
13692
13693 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13694
13695 * message.el (message-mail-alias-type): Doc fix.
13696 (message-mail-alias-type-p): New function.
13697 (message-send): Use it.
13698 (message-mode): Ditto.
13699 (message-strip-forbidden-properties): Ditto.
13700
13701 * ecomplete.el (ecomplete-database-file-coding-system):
13702 New variable.
13703 (ecomplete-save): Use it.
13704 (ecomplete-setup): Use it.
13705
13706 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13707
13708 * message.el (message-self-insert-commands): New variable.
13709 (message-strip-forbidden-properties): Use it.
13710
13711 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13712
13713 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13714 that doesn't make XEmacs choke.
13715
13716 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13717
13718 * gnus-util.el (gnus-replace-in-string):
13719 Prefer replace-regexp-in-string over of replace-in-string.
13720
13721 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13722
13723 * gnus-util.el (gnus-select-frame-set-input-focus):
13724 Use select-frame-set-input-focus if it is available in XEmacs; use
13725 definition defined in Emacs 22 for old Emacsen.
13726
13727 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13728
13729 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13730
13731 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13732
13733 * gnus-registry.el (gnus-registry-cache-save): Remove text
13734 properties when saving via the temp buffer.
13735
13736 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13737
13738 * message.el (message-generate-hashcash): Honor custom type.
13739
13740 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13741
13742 * message.el (message-generate-hashcash): Default to non-nil when
13743 hashcash is found.
13744
13745 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13746 (gnus-refer-thread-limit): Increase default to 500.
13747
13748 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13749
13750 * flow-fill.el (fill-flowed): Allow delete-space.
13751
13752 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13753
13754 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13755 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13756 Remove autoloads.
13757
13758 2006-04-18 Simon Josefsson <jas@extundo.com>
13759
13760 * message.el (message-generate-hashcash): Default to.
13761
13762 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13763
13764 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13765 concatenating segments rather than before concatenating them.
13766
13767 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13768
13769 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13770
13771 * imap.el (imap-quote-specials): New function.
13772 (imap-login-auth): Quote specials.
13773
13774 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13775
13776 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13777
13778 * message.el (message-forward-make-body-plain):
13779 Allow message-forward-ignored-headers to be a list.
13780 (message-remove-ignored-headers): Factor out into function.
13781 (message-forward-make-body-mml): Use it.
13782 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13783 (rfc2231-parse-string): Allow concatanation of parameters that
13784 aren't contiguous. The test case is
13785 (mail-header-parse-content-type "message/external-body;
13786 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13787 access-type=LOCAL-FILE;
13788 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13789
13790 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * nntp.el (nntp-accept-process-output): Return the value of
13793 `nnheader-accept-process-output'.
13794
13795 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13796
13797 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13798 (gnus-button-alist): Recognize more diff formats.
13799 (gnus-button-patch): Strip directory.
13800
13801 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13802
13803 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13804 Emacs 22 when setting focus.
13805
13806 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13807
13808 * gnus-art.el (gnus-article-treat-types): Do treatment of
13809 text/x-verbatim parts.
13810 (gnus-button-patch): New command.
13811
13812 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13813 addresses that contain invalid characters.
13814
13815 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13816
13817 * message.el (message-put-addresses-in-ecomplete):
13818 Use gnus-replace-in-string.
13819 (message-is-yours-p): Use the more correct
13820 mail-header-parse-address instead of
13821 mail-extract-address-components.
13822 (message-put-addresses-in-ecomplete): Fix typo.
13823
13824 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13825 keystroke.
13826
13827 * gnus-art.el (gnus-treatment-function-alist): Change order of
13828 newsgroups/generic header folding to avoid double-folding.
13829
13830 * message.el (message-hidden-headers): Add X-Draft-From.
13831
13832 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13833 New command.
13834 (gnus-summary-repeat-search-article-backward): New command.
13835
13836 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13837 groups in the parent topic.
13838
13839 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13840
13841 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13842 (spam-extra-header-to-number): Return the CRM114 number as a
13843 number instead of a string.
13844
13845 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13846
13847 * gnus-art.el (gnus-face-properties-alist): Move here from
13848 gnus-fun.
13849
13850 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13851
13852 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13853
13854 * message.el (message-strip-forbidden-properties): Only display on
13855 self-insert-command.
13856
13857 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13858 reindent.
13859 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13860
13861 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13862
13863 * smiley.el (smiley-style): Fix typo.
13864
13865 2006-03-23 Kenichi Handa <handa@m17n.org>
13866
13867 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13868 instead of set-buffer-multibyte.
13869
13870 2006-03-23 Kenichi Handa <handa@m17n.org>
13871
13872 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13873 buffer and then decode the buffer text if necessary.
13874 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13875 first, and after mm-encode-body, change the buffer to unibyte.
13876
13877 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13878
13879 * hashcash.el (hashcash-insert-payment-async-2):
13880 Use message-goto-eoh instead of doing it manually.
13881 (mail-add-payment): Use message-narrow-to-header instead of trying
13882 to do the same itself.
13883
13884 * message.el (message-hidden-headers): Add Face.
13885
13886 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13887 reparenting code.
13888 (gnus-summary-reparent-children): Refactored out code.
13889 (gnus-summary-thread-map): New keystroke.
13890 (gnus-summary-reparent-children): Make into command.
13891
13892 * smiley.el (smiley-style): Default to `medium' if using a large
13893 font.
13894
13895 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13896 does it itself.
13897
13898 * message.el (message-point-in-header-p): Simplify definition.
13899
13900 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13901
13902 * nnagent.el (nnagent-request-set-mark): Silence log file
13903 writing.
13904 (nnagent-request-set-mark): Use write-region instead of
13905 append-to-file.
13906
13907 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13908 strange select method.
13909
13910 * ecomplete.el (ecomplete-display-matches): Get highlightling
13911 right.
13912 (ecomplete-display-matches): Use literals.
13913 (ecomplete-display-matches): Disable message logging.
13914
13915 * message.el (message-display-abbrev): Small optimization.
13916
13917 * ecomplete.el (ecomplete-display-matches): Allow automatic
13918 display.
13919
13920 * message.el (message-strip-forbidden-properties):
13921 Display abbrevs.
13922 (message-display-abbrev): Get automatic display right.
13923
13924 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13925 keystrokes.
13926
13927 2006-04-13 Romain Francoise <romain@orebokech.com>
13928
13929 TODO: Backport to v5-10!
13930
13931 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13932 Move here (and rename) from gnus-registry.el.
13933
13934 * gnus-registry.el: Require gnus-util.
13935 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13936
13937 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13938
13939 * gnus-group.el (gnus-group-catchup-current):
13940 Change if-then-else-if-then-else into cond.
13941 (gnus-group-catchup): Indent.
13942 (group-name-at-point): New function.
13943 (gnus-fetch-group): Provide default from thing at point.
13944
13945 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13946
13947 * message.el (message-display-abbrev): Fix regexp.
13948
13949 * ecomplete.el (ecomplete-highlight-match-line):
13950 Reimplement choosing.
13951 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13952 dead variables.
13953
13954 * message.el (message-newline-and-indent): Remove debugging.
13955 (message-display-abbrev): Use new implementation.
13956
13957 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13958
13959 * gnus-art.el (gnus-article-mode):
13960 Set cursor-in-non-selected-windows to nil.
13961
13962 * smiley.el: Revert previous change.
13963 (smiley-data-directory): defvar it before using it in the
13964 defcustom of `smiley-style'.
13965
13966 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13967
13968 * message.el (message-newline-and-indent): New function.
13969
13970 * ecomplete.el: Implement more bits.
13971
13972 * message.el (message-put-addresses-in-ecomplete): Clean up the
13973 string.
13974
13975 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13976
13977 * gnus-sum.el (gnus-summary-save-parts):
13978 Bind gnus-summary-save-parts-counter and use it to make unique file
13979 names.
13980
13981 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13982
13983 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13984 parameter to say whether to actually parse the individual
13985 addresses.
13986
13987 * message.el (message-put-addresses-in-ecomplete): New function.
13988 (ecomplete): Require.
13989 (message-mail-alias-type): Add ecomplete as an option.
13990
13991 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13992
13993 * flow-fill.el (fill-flowed): Remove trailing space from blank
13994 quoted lines.
13995
13996 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13997
13998 * smiley.el (smiley-style): Move definition later to avoid a
13999 compilation warning.
14000
14001 2006-04-12 Kenichi Handa <handa@m17n.org>
14002
14003 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14004 buffer and then decode the buffer text if necessary.
14005 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14006 first, and after mm-encode-body, change the buffer to unibyte.
14007 Use mm-disable-multibyte instead of set-buffer-multibyte.
14008
14009 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14010
14011 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14012 Content-Type header instead of Content-Disposition header.
14013 (gnus-mime-inline-part): Ditto.
14014 (gnus-mime-view-part-as-charset): Ignore charset that the part
14015 specifies.
14016
14017 * mm-decode.el (mm-display-part): Work with external parts and
14018 usual parts similarly.
14019
14020 * mm-extern.el (mm-inline-external-body): Use mm-display-part
14021 instead of gnus-display-mime.
14022
14023 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14024 instead of with-temp-buffer.
14025
14026 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14027 tag to summarized topics part in order to encode non-ASCII text.
14028
14029 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14030
14031 * smiley.el (smiley-style): New variable.
14032 (smiley-directory): New function.
14033 (smiley-data-directory): Derive from `smiley-style' using
14034 `smiley-directory'.
14035 (smiley-regexp-alist): Add new entries.
14036
14037 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14038 (gnus-article-browse-delete-temp): Add :version.
14039
14040 2006-04-11 Arne Jørgensen <arne@arnested.dk>
14041
14042 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14043 the sieve region.
14044
14045 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14046
14047 * gnus.el (gnus-version-number): Bump version.
14048
14049 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14050
14051 * gnus.el: No Gnus v0.4 is released.
14052
14053 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14054
14055 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14056 layout.
14057
14058 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14059 unknown charset.
14060
14061 * message.el (message-header-synonyms): Add Original-To to the
14062 default.
14063
14064 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14065 optional parameter.
14066
14067 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14068
14069 * gnus-fun.el (gnus): Require it for gnus-directory.
14070
14071 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14072
14073 * gnus-fun.el (gnus-face-properties-alist): Add :version.
14074
14075 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14076
14077 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14078
14079 2006-04-05 Simon Josefsson <jas@extundo.com>
14080
14081 * password.el (password-reset): New function.
14082
14083 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14084
14085 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14086 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14087
14088 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14089
14090 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14091 Some whitespace was matched into the url, which broke browsing hits
14092 > 100 when mm-url-use-external was nil.
14093
14094 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14095
14096 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14097 Check gnus-extra-headers for 'Newsgroups.
14098
14099 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14100 bound.
14101
14102 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14103
14104 * pgg-gpg.el: Clean up process buffers every time gpg processes
14105 complete.
14106
14107 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14108
14109 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14110 doc string.
14111
14112 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14113
14114 * pgg-gpg.el (pgg-gpg-process-filter)
14115 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14116
14117 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14118 lines, temporary fix.
14119
14120 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14121
14122 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14123
14124 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14125
14126 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14127 default-enable-multibyte-characters. This reverts the change from
14128 revision 6.17 which is no longer necessary because the passphrase
14129 is sent separately now. GnuPG messages are unreadable under
14130 multibyte locales with default-enable-multibyte-characters set to
14131 nil.
14132
14133 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
14134
14135 * message.el (message-tool-bar-gnome): Move "spell".
14136
14137 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
14138
14139 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14140 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
14141 instead.
14142
14143 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
14144
14145 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14146 Improve newsgroups handling for NNTP overviews which don't include
14147 Newsgroups.
14148
14149 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14150
14151 * message.el (message-resend): Bind message-generate-hashcash to nil.
14152
14153 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14154
14155 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14156 when searching for already-paid recipients.
14157
14158 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14159
14160 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14161 passphrases when it is not needed.
14162 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14163 passphrase stuff from gpg, should only be necessary when you use
14164 gpg with a smartcard.
14165
14166 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14167
14168 * mml.el (mml-insert-mime): Ignore cached contents of
14169 message/external-body part.
14170
14171 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14172 (mm-insert-part): Ditto.
14173
14174 2006-03-23 Simon Josefsson <jas@extundo.com>
14175
14176 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14177 Reiner.
14178 (pgg-gpg-use-agent-p): Use it again.
14179
14180 2006-03-23 Simon Josefsson <jas@extundo.com>
14181
14182 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14183 older emacsen.
14184 (pgg-gpg-use-agent-p): Don't use it.
14185
14186 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
14187
14188 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14189 if we can.
14190
14191 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14192
14193 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14194 (pgg-gpg-update-agent): New function.
14195 (pgg-gpg-use-agent-p): New function.
14196 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14197 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14198 (pgg-gpg-sign-region): Use it.
14199
14200 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14201
14202 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14203 Reported by Ralf Wachinger <rwachinger@gmx.de>.
14204
14205 2006-03-21 Simon Josefsson <jas@extundo.com>
14206
14207 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14208 <wilde@sha-bang.de>.
14209 (pgg-gpg-use-agent): New variable.
14210 (pgg-gpg-process-region): Use it.
14211 (pgg-gpg-encrypt-region): Likewise.
14212 (pgg-gpg-encrypt-symmetric-region): Likewise.
14213 (pgg-gpg-decrypt-region): Likewise.
14214 (pgg-gpg-sign-region): Likewise.
14215 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14216
14217 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14218
14219 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14220
14221 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14222 Add comment on version.
14223
14224 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14225
14226 * smiley.el: Add missing test smiley.
14227
14228 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14229
14230 * mm-decode.el (mm-with-part): New macro.
14231 (mm-get-part): Use it; work with message/external-body as well.
14232 (mm-save-part): Treat name and filename equally.
14233
14234 * mm-extern.el (mm-extern-cache-contents): New function.
14235 (mm-inline-external-body): Use it; force the part to be displayed;
14236 move undisplayer added to the cached handle to the parent.
14237
14238 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14239 (gnus-mime-view-part-as-type): Work with message/external-body.
14240
14241 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14242
14243 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14244
14245 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14246 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14247 Emacs.]
14248
14249 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14250
14251 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14252 path rather than symbol. Always return list of directories.
14253 Guarantee that image directory comes first. [Sync with image.el,
14254 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14255
14256 * message.el (message-make-tool-bar): Adjust to new API of
14257 `gmm-image-load-path-for-library'.
14258
14259 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14260
14261 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14262
14263 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14264
14265 * gnus-art.el (gnus-article-only-boring-p):
14266 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14267 intangible text.
14268 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14269
14270 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
14271
14272 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14273 Use `defun' instead of `gmm-defun-compat'.
14274
14275 2006-03-14 Simon Josefsson <jas@extundo.com>
14276
14277 * message.el (message-unique-id): Don't use message-number-base36
14278 if (user-uid) is a float.
14279 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14280
14281 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14282
14283 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14284
14285 * gnus-art.el (gnus-mime-display-single): Make sure there is an
14286 empty line between a part and a message part.
14287
14288 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
14289
14290 * smiley.el: Add more test smileys.
14291 (smiley-data-directory, smiley-regexp-alist)
14292 (gnus-smiley-file-types): Fix doc strings.
14293 (smiley-update-cache): Clear smiley-cached-regexp-alist before
14294 adding new elements.
14295 (smiley-mouse-map): Unused code. Make it a comment.
14296
14297 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14298
14299 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14300 scan latest NoCeM messages instead of old ones.
14301 (gnus-nocem-check-article): Fix regexps so as to match to PGP
14302 delimiters that are recently used.
14303 (gnus-nocem-load-cache): Add autoload cookie.
14304
14305 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14306
14307 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14308 level which is larger than gnus-use-nocem is specified.
14309
14310 * gnus-group.el (gnus-group-get-new-news): Ditto.
14311
14312 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14313
14314 * gnus-util.el (gnus-tool-bar-update): New function.
14315
14316 * gnus-group.el (gnus-group-update-tool-bar): New variable.
14317 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14318
14319 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14320
14321 * gnus-group.el (gnus-group-redraw-when-idle)
14322 (gnus-group-redraw-check): Remove.
14323 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14324
14325 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14326
14327 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14328 if optional last element is specified in splits (FIELD VALUE...).
14329
14330 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
14331
14332 * message.el (message-make-tool-bar): Rename gmm-image-load-path
14333 to gmm-image-load-path-for-library. Call with no-error argument.
14334 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14335
14336 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14337
14338 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14339
14340 * gmm-utils.el (gmm-image-load-path): Remove alias.
14341
14342 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
14343
14344 * gmm-utils.el (gmm-image-load-path): Add alias.
14345
14346 * nnml.el (nnml-generate-nov-databases-directory): Rename from
14347 nnml-generate-nov-databases-1.
14348 (nnml-generate-nov-databases): Use it.
14349 (nnml-generate-nov-databases-directory): Document no-active
14350 argument.
14351
14352 * gmm-utils.el (gmm-image-load-path-for-library): Return single
14353 directory if path is t. Add no-error.
14354
14355 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14356 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14357
14358 * gnus-art.el (gnus-article-browse-delete-temp-files):
14359 Simplify resetting gnus-article-browse-html-temp-list.
14360
14361 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14362 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
14363 Add example to docstring. Rename local variables. Move error
14364 checks to default case in cond and simplify.
14365
14366 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
14367
14368 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14369 handle is multipart when calling it recursively.
14370 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14371
14372 2006-03-03 Daniel Pittman <daniel@rimspace.net>
14373
14374 * nnimap.el (nnimap-request-update-info-internal): Optimize.
14375 Don't `gnus-uncompress-range' to avoid excessive memory usage.
14376
14377 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14378
14379 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14380 is loaded.
14381
14382 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14383 loaded.
14384
14385 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14386
14387 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14388 to "Emacs 23 (unicode)" in doc string.
14389
14390 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14391 "Emacs 23 (unicode)" in comment.
14392
14393 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14394
14395 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14396
14397 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14398 characters 160 through 255 in Emacs 23.
14399
14400 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14401
14402 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14403 gnus-article-browse-html-temp.
14404 (gnus-article-browse-delete-temp): Make it customizable.
14405 Add `file'. Adjust doc string.
14406 (gnus-article-browse-delete-temp-files): Add argument.
14407 Allow query for each file. Adjust doc string.
14408 (gnus-article-browse-html-parts):
14409 Add `gnus-article-browse-delete-temp-files' to
14410 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14411
14412 2006-03-02 Hynek Schlawack <hynek@ularx.de>
14413
14414 * gnus-art.el (gnus-article-browse-html-temp)
14415 (gnus-article-browse-delete-temp): New variables.
14416 (gnus-article-browse-delete-temp-files): New function.
14417 (gnus-article-browse-html-parts): Use it.
14418
14419 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14420
14421 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14422
14423 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14424 string.
14425
14426 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14427 gnus-summary-insert-new-articles when unplugged.
14428 Remove gnus-summary-search-article-forward.
14429
14430 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14431 display-visual-class instead of display-color-cells.
14432
14433 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
14434
14435 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14436 message/* containing non-ASCII text properly.
14437
14438 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
14439
14440 * message.el: Require gmm-utils, remove autoloads.
14441 (message-tool-bar): Set default based on
14442 gmm-tool-bar-style.
14443 (message-tool-bar-gnome): Add gmm-customize-mode.
14444
14445 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14446 gmm-tool-bar-style.
14447 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14448
14449 * gnus-group.el (gnus-group-tool-bar): Set default based on
14450 gmm-tool-bar-style.
14451 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14452
14453 * gmm-utils.el (gmm-image-directory): Rename variable from
14454 gmm-image-load-path.
14455 (gmm-image-load-path): Use gmm-image-directory.
14456 (gmm-customize-mode): New function.
14457 (gmm-tool-bar-style): New variable.
14458
14459 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14460 gnus-group-redraw-line-number.
14461 (gnus-group-redraw-check): Simplify.
14462 (gnus-group-tool-bar-update): Remove redraw check.
14463 (gnus-group-make-tool-bar): Add redraw check.
14464
14465 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14466
14467 * gnus-art.el (gnus-button): Add missing parentheses.
14468
14469 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14470
14471 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14472
14473 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14474
14475 * gnus-art.el (gnus-button): New face.
14476 (gnus-article-button-face): Use it.
14477
14478 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14479 Add gnus-summary-next-page. Re-order.
14480
14481 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14482 next-node are now included.
14483 (gnus-group-redraw-line-number): New internal variable.
14484 (gnus-group-redraw-check): Helper function for updating the tool
14485 bar.
14486 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14487
14488 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14489
14490 * spam.el (spam-spamassassin-score-regexp): New internal variable.
14491 (spam-extra-header-to-number, spam-check-spamassassin-headers):
14492 Use it to match format of Spamassassin 3.0 and later.
14493 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14494 (spam-check-bogofilter)
14495 (spam-bogofilter-register-with-bogofilter): Fix args of
14496 `gnus-error' calls.
14497
14498 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14499
14500 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14501 unnecessary interaction when sending queued mails.
14502 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14503
14504 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14505
14506 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14507 first or last are nil.
14508
14509 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14510
14511 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14512
14513 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14514
14515 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14516
14517 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14518
14519 * dns.el (query-dns): Protect more against buggy tcp output.
14520
14521 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14522
14523 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14524 nov.php.
14525
14526 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14527
14528 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14529 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14530 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
14531 output on the server side.
14532 (nnweb-google-create-mapping): Update regexps and add some
14533 progress indication.
14534
14535 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
14536
14537 * gnus-group.el (gnus-group-tool-bar-gnome):
14538 Fix gnus-agent-toggle-plugged. Re-order icons.
14539 (gnus-group-tool-bar-gnome):
14540 Add gnus-group-{prev,next}-unread-group.
14541 (gnus-group-tool-bar-gnome): Re-order icons.
14542
14543 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14544 Move gnus-summary-insert-new-articles.
14545
14546 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14547 Fix comments.
14548
14549 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
14550 also available in Emacs 21.3.
14551
14552 * message.el (message-fix-before-sending): Change "Emacs 22" to
14553 "Emacs 23 (unicode)" in comment.
14554
14555 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14556 "Emacs 23 (unicode)" in comment.
14557
14558 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14559 comment.
14560 (mm-coding-system-p): Add comment about no-MULE XEmacs.
14561
14562 * mm-view.el (mm-fill-flowed): Add :version.
14563
14564 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
14565
14566 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14567 and load-path.
14568
14569 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
14570
14571 * message.el: Autoload gmm-image-load-path.
14572 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14573 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
14574 consitency.
14575
14576 * gmm-utils.el (gmm-image-load-path): Also search in
14577 "../etc/images". Don't set gmm-image-load-path if we don't find
14578 the image.
14579
14580 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
14581
14582 * gmm-utils.el (gmm-image-load-path): Don't make
14583 `gmm-image-load-path' include subdirectories which the second arg
14584 `image' might specify.
14585
14586 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14587 subdirectory to icon file names.
14588
14589 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14590
14591 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14592
14593 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14594 gmm-image-load-path calls.
14595
14596 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14597
14598 * message.el (message-make-tool-bar): Ditto.
14599
14600 * mml.el (mml-preview): Add comment concerning tool bar icons.
14601
14602 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14603 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14604
14605 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14606 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14607
14608 * message.el (message-tool-bar-gnome): Use new icon names.
14609 (message-make-tool-bar): Use `gmm-image-load-path'.
14610
14611 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14612 New functions from MH-E.
14613 (gmm-image-load-path): New variable from MH-E.
14614 (gmm-image-load-path): New function from MH-E. Add arguments
14615 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
14616 *-image-load-path-called-flag.
14617
14618 2006-02-21 Milan Zamazal <pdm@brailcom.org>
14619
14620 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14621
14622 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
14623
14624 * nnimap.el (nnimap-request-move-article): Change folder back to
14625 source group before deleting.
14626
14627 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
14628
14629 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14630
14631 * gnus-art.el (mm-url-insert-file-contents-external):
14632 Autoload mm-url.
14633
14634 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14635
14636 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
14637
14638 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14639 coding system which mm-charset-to-coding-system returns for a
14640 given charset is valid.
14641
14642 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14643
14644 * html2text.el (html2text-remove-tag-list):
14645 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14646
14647 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14648
14649 * gnus-cus.el: Revert 2005-10-17 change.
14650
14651 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14652
14653 * gnus-art.el (article-strip-banner):
14654 Call article-really-strip-banner only when the regexp match is made.
14655
14656 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
14657
14658 * gnus-art.el (article-strip-banner):
14659 Use gnus-extract-address-components instead of
14660 mail-header-parse-addresses to make it work with non-ASCII text;
14661 remove mail-encode-encoded-word-string.
14662
14663 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14664 values which are surrounded with \"...\"; make it never cause a
14665 Lisp error; give up parsing of parameters if it failed in
14666 extracting type.
14667
14668 2006-02-14 Arne Jørgensen <arne@arnested.dk>
14669
14670 * smime.el (smime-cert-by-ldap-1): Fix bug where
14671 `smime-ldap-search' returns results without userCertificates.
14672
14673 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14674
14675 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14676
14677 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14678
14679 * spam.el (spam-check-spamassassin-headers): Adapt format for
14680 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
14681 <ari@mbf.ocn.ne.jp>.
14682 (spam-list-of-processors): Add spam-use-gmane.
14683
14684 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14685
14686 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14687 make-temp-file; make it work with XEmacs as well.
14688
14689 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14690 mm-make-temp-file.
14691
14692 * mm-decode.el (mm-display-external): Use the 3rd arg of
14693 mm-make-temp-file.
14694 (mm-create-image-xemacs): Ditto.
14695
14696 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14697
14698 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14699 with message-narrow-to-headers.
14700 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14701 (gnus-draft-check-draft-articles): New function.
14702 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14703
14704 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14705
14706 * gnus-art.el (gnus-article-browse-html-parts):
14707 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14708 Don't use suffix argument for mm-make-temp-file for Emacs 21
14709 compatibility. Remove useless `format'.
14710
14711 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14712
14713 * nnweb.el (nnweb-google-wash-article): Update regexps.
14714 (nnweb-group-alist): Use defvoo instead of defvar.
14715
14716 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14717
14718 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14719 re-loading nn* modules.
14720
14721 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14722
14723 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14724 for `tool-bar-mode' and don't check it's default-value.
14725
14726 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14727
14728 * message.el (message-make-tool-bar): Ditto.
14729
14730 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14731 `substring'. Shorten tmp-file name.
14732
14733 * gnus.el: Remove bogus comment.
14734
14735 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14736
14737 * gnus-art.el (gnus-article-browse-html-parts): New function.
14738 (gnus-article-browse-html-article): New function for viewing html
14739 articles with a browser.
14740
14741 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14742
14743 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14744 (mml2015-pgg-encrypt): Ditto.
14745
14746 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14747 (mml1991-pgg-encrypt): Ditto.
14748
14749 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14750
14751 * nnfolder.el (nnfolder-insert-newsgroup-line):
14752 Use message-make-date instead of current-time-string.
14753
14754 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14755 to gnus-decoded which mm-uu might set.
14756
14757 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14758
14759 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14760 don't decode quoted parameters; remove misimported Emacs code.
14761 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14762 (rfc2231-decode-encoded-string): Don't use split-string which
14763 behaves differently according to Emacs version; use
14764 mm-decode-coding-region to convert charset to coding-system.
14765 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14766 (rfc2231-encode-string): Remove misimported Emacs code.
14767
14768 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14769
14770 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14771 when calling mail-header-parse-content-type.
14772 (article-de-quoted-unreadable): Ditto.
14773 (article-de-base64-unreadable): Ditto.
14774 (article-wash-html): Ditto.
14775
14776 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14777 calling mail-header-parse-content-type and
14778 mail-header-parse-content-disposition.
14779 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14780 mail-header-parse-content-type.
14781
14782 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14783 insert charset and format parameters; encode description after
14784 inserting it to buffer.
14785 (mml-insert-parameter): Fold lines properly even if a parameter is
14786 segmented into two or more lines; change the max column to 76.
14787
14788 * rfc1843.el (rfc1843-decode-article-body): Don't use
14789 ignore-errors when calling mail-header-parse-content-type.
14790
14791 * rfc2231.el (rfc2231-parse-string): Return at least type if
14792 possible; don't cause an error even if it fails in parsing of
14793 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14794 (rfc2231-encode-string): Don't break lines at the beginning, leave
14795 it to mml-insert-parameter.
14796
14797 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14798 calling mail-header-parse-content-type.
14799
14800 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14801
14802 * spam-report.el (spam-report-gmane-use-article-number):
14803 Improve doc string.
14804 (spam-report-gmane-internal): Check if a suitable header was found
14805 in the article.
14806
14807 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14808
14809 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14810 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14811
14812 2006-02-05 Romain Francoise <romain@orebokech.com>
14813
14814 Update copyright notices of all files in the gnus directory.
14815
14816 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14817
14818 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14819
14820 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14821
14822 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14823 segmented lines of parameter value to cope with Thunderbird 1.5
14824 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14825 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14826 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14827
14828 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14829
14830 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14831 parts.
14832
14833 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14834
14835 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14836 there's only one active file for all servers.
14837 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14838 solid groups. Gnus might have used a FAST request to select the group.
14839 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14840 and nnweb-search redundantly in the active file.
14841 (nnweb-request-list): Don't list bogus groups. There can only be one.
14842 (nnweb-request-create-group): Don't use ARGS.
14843 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14844 initialisations. Let nnoo do the work.
14845
14846 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
14847
14848 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14849 Say the part has been decoded.
14850
14851 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14852
14853 2006-01-31 Kevin Ryde <user42@zip.com.au>
14854
14855 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14856 mailcap-viewer-test-cache when there's no 'test clause, since that
14857 will invert the meaning of a "nil" test previously determined by
14858 mailcap-mailcap-entry-passes-test.
14859
14860 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
14861
14862 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14863 compiling.
14864
14865 * gnus-sum.el: Ditto.
14866
14867 * message.el: Don't bind tool-bar-map when compiling.
14868
14869 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
14870
14871 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14872
14873 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14874
14875 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14876 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14877 current Google Groups.
14878
14879 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
14880
14881 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14882 and tool-bar-mode.
14883
14884 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14885 and tool-bar-mode.
14886
14887 * message.el (message-tool-bar-update): Simplify.
14888 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14889
14890 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14891 gnus-summary-buffer.
14892 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14893 gnus-summary-reply.
14894
14895 * gmm-utils.el (gmm): Add :version.
14896
14897 2006-01-26 Steve Youngs <steve@sxemacs.org>
14898
14899 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14900 Don't autoload.
14901
14902 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14903
14904 * gmm-utils.el (gmm-verbose): Add :group.
14905
14906 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
14907
14908 * message.el: Change some comments WRT tool-bars.
14909
14910 * gnus-sum.el (gnus-summary-tool-bar)
14911 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14912 (gnus-summary-tool-bar-zap-list): New variables.
14913 (gnus-summary-make-tool-bar): Complete rewrite using
14914 `gmm-tool-bar-from-list'.
14915
14916 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14917 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14918 New variables.
14919 (gnus-group-make-tool-bar): Complete rewrite using
14920 `gmm-tool-bar-from-list'.
14921 (gnus-group-tool-bar-update): New function.
14922
14923 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14924
14925 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14926
14927 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14928 is dissected into a single part of which the type is the same as
14929 the given one; decode charset.
14930
14931 2006-01-21 Kevin Ryde <user42@zip.com.au>
14932
14933 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14934 into alists as symbol not string, since that's what
14935 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14936 look for.
14937
14938 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14939
14940 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14941 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14942
14943 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14944
14945 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14946
14947 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14948 (gnus-mime-security-button-menu): New definition.
14949 (gnus-mime-security-button-map): Use them.
14950 (gnus-mime-security-button-menu): New function.
14951 (gnus-insert-mime-security-button): Addition to help echo.
14952 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14953 (gnus-mime-security-pipe-part): New functions.
14954
14955 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14956 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14957
14958 * mm-decode.el (mm-handle-set-disposition): Remove.
14959 (mm-handle-set-description): Remove.
14960
14961 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14962
14963 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14964 (mm-w3m-standalone-supports-m17n-p): New function.
14965 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14966 w3m usage.
14967
14968 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14969 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14970
14971 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14972
14973 * message.el (message-tool-bar-zap-list):
14974 Use gmm-tool-bar-zap-list as custom type.
14975 (message-tool-bar-update): New function.
14976 (message-tool-bar, message-tool-bar-gnome)
14977 (message-tool-bar-retro): Add message-tool-bar-update.
14978 (message-tool-bar-gnome): Add flyspell-buffer.
14979
14980 * gnus-util.el (gnus-error): Describe `args'.
14981
14982 * gmm-utils.el (gmm-error): Describe `args'.
14983 (gmm-tool-bar-zap-list): New widget.
14984 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14985
14986 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14987
14988 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14989 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14990 the number of recursive calls.
14991
14992 * mm-decode.el (mm-handle-set-disposition): New macro.
14993 (mm-handle-set-description): New macro.
14994
14995 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14998 encoding.
14999
15000 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15001
15002 * message.el (message-tool-bar-zap-list, message-tool-bar)
15003 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15004 (message-tool-bar-local-item-from-menu): Remove.
15005 (message-tool-bar-map): Replace by `message-make-tool-bar'.
15006 (message-make-tool-bar): New function.
15007 (message-mode): Use `message-make-tool-bar'.
15008
15009 * gmm-utils.el: New file.
15010 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15011 (gmm-lazy): New widget copied from `nnmail.el'.
15012 (gmm-tool-bar-from-list): New function for creating customizable
15013 tool bars.
15014 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
15015 output.
15016 (gmm): Add :prefix to defgroup.
15017
15018 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
15019
15020 * gmm-utils.el (gmm-widget-p): New function.
15021
15022 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15023
15024 * mml.el (mml-attach-file): Describe `description' in doc string.
15025 (mml-menu): Add Emacs MIME manual and PGG manual.
15026
15027 2006-01-20 Richard M. Stallman <rms@gnu.org>
15028
15029 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15030
15031 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
15032
15033 * nntp.el (nntp-end-of-line): Doc fix.
15034
15035 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * imap.el (imap-open): Handle case where buffer is a buffer
15038 object.
15039
15040 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * gnus-delay.el (gnus-delay): Don't autoload.
15043 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15044 to be re-loaded when customizing the `gnus-delay' group.
15045
15046 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
15047
15048 * message.el (message-insert-citation-line): Use newlines.
15049
15050 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
15051
15052 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15053
15054 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15055
15056 2006-01-19 Mark D. Baushke <mdb@gnu.org>
15057
15058 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15059
15060 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15061
15062 * mm-decode.el (mm-inlined-types): Add application/pgp.
15063 (mm-automatic-display): Ditto.
15064
15065 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15066 part as text.
15067
15068 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
15069
15070 * nnrss.el: Update copyright.
15071 (nnrss-opml-import): Query whether to subscribe to each entry.
15072
15073 * gnus-art.el:
15074 * gnus-sum.el:
15075 * mm-uu.el:
15076 * mm-view.el: Update copyright.
15077
15078 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
15079
15080 * message.el (message-info): New function.
15081 (message-mode-menu): Add it.
15082 Update copyright.
15083
15084 * ChangeLog: Fix and update copyright.
15085
15086 2006-01-13 Romain Francoise <romain@orebokech.com>
15087
15088 * message.el (message-forward-subject-name-subject): Prefer the
15089 address to 'nowhere' if the sender has no name.
15090 Fix typo. Update copyright year.
15091
15092 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
15093
15094 * gnus-art.el (article-wash-html):
15095 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15096 (gnus-article-wash-html-with-w3m-standalone): New function.
15097
15098 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15099 mm-inline-text-html-render-with-w3m-standalone.
15100 (mm-text-html-washer-alist): Map w3m-standalone to
15101 gnus-article-wash-html-with-w3m-standalone.
15102 (mm-inline-text-html-render-with-w3m-standalone): New function.
15103
15104 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15105
15106 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15107 Improve LaTeX.
15108
15109 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
15110
15111 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15112 (nnrss-request-article): Render text/plain parts as HTML.
15113
15114 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15115 the buffer.
15116
15117 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
15118
15119 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15120 custom definition of `gnus-posting-styles'.
15121
15122 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15123 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15124
15125 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15126
15127 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15128 Use nntp for bug archive.
15129
15130 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15131
15132 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15133 parts.
15134 (nnrss-normalize-date): New function converts ISO 8601 date into
15135 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15136 (nnrss-check-group): Use it.
15137
15138 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15139
15140 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15141
15142 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15143 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15144 (nnrss-insert-w3): Ditto.
15145
15146 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15147
15148 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15149 the articles to be forwarded including the case where neither a
15150 number of articles nor a region is specified.
15151
15152 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15153
15154 * nnrss.el (nnrss-request-article): Fix last change; fill
15155 text/plain parts.
15156
15157 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15158
15159 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15160 in text/plain part.
15161 (nnrss-check-group): Don't add excessive newline to dc:subject.
15162
15163 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
15164
15165 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15166 article.
15167
15168 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
15169
15170 * nnml.el: Don't require gnus-bcklg. Autoload it.
15171 (nnml-use-compressed-files, nnml-save-mail): Support other
15172 comression programs such as bzip2.
15173
15174 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15175
15176 * dns.el (query-dns): Make sure we check the buffer size before
15177 removing tcp headers.
15178
15179 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15180
15181 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15182 remove MIME buttons associated with multipart/alternative parts.
15183 (gnus-mime-display-alternative): Tag buttons using `article-type'
15184 text property.
15185
15186 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15187 associated with multipart/alternative parts.
15188
15189 * gnus-art.el (gnus-signature-separator): Fix custom type.
15190
15191 * mm-decode.el (mm-inlined-types): Fix custom type.
15192 (mm-keep-viewer-alive-types): Ditto.
15193 (mm-automatic-display): Ditto.
15194 (mm-attachment-override-types): Ditto.
15195 (mm-inline-override-types): Ditto.
15196 (mm-automatic-external-display): Ditto.
15197
15198 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
15199
15200 * spam-report.el (spam-report-user-mail-address)
15201 (spam-report-user-agent): New variables.
15202 (spam-report-url-ping-plain): Use spam-report-user-agent.
15203
15204 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
15205
15206 * gnus-art.el (gnus-button-handle-custom): Do not just use
15207 `customize-apropos' for any "M-x customize-*" button but the
15208 function called for. Accept both the function name and its
15209 argument in order to achieve this.
15210 (gnus-button-alist): Remove support for "custom:" URL's.
15211 Pass function name to `gnus-button-handle-custom' in case of "M-x
15212 customize-*" buttons.
15213
15214 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15215
15216 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15217 multipart/alternative and add xref to mm-discouraged-alternatives
15218 in doc string.
15219
15220 * mm-decode.el (mm-discouraged-alternatives): Add xref to
15221 gnus-buttonized-mime-types in doc string.
15222
15223 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
15224
15225 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15226 Suggest image/.* in the doc string.
15227
15228 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
15229
15230 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15231 message-marks (Debian bug #342521).
15232
15233 2005-12-12 Simon Josefsson <jas@extundo.com>
15234
15235 * password.el (password-read-from-cache): Add.
15236 (password-read): Use it.
15237
15238 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15239
15240 * rfc2047.el (rfc2047-charset-to-coding-system):
15241 Recognize us-ascii as a MIME charset.
15242
15243 * mm-bodies.el (mm-decode-content-transfer-encoding):
15244 Protect against the case where the 2nd arg TYPE is nil.
15245
15246 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15247
15248 * pop3.el (pop3-stream-type): Fix custom version.
15249
15250 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15251
15252 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15253
15254 * mm-decode.el (mm-display-external): Add missing cdr.
15255
15256 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
15257
15258 * mm-decode.el (mm-display-external): Use nametemplate (defined in
15259 RFC1524) if it is in mailcap or add a suffix according to
15260 mailcap-mime-extensions when generating a temp filename; postpone
15261 deleting a temp file for 2 seconds for some wrappers, shell
15262 scripts, and so on, which might exit right after having started a
15263 viewer command as a background job.
15264
15265 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15266
15267 * nntp.el (nntp-marks-directory): Fix custom group.
15268
15269 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15270 steps when < 10.
15271
15272 * gnus-start.el (gnus-no-server-1):
15273 Mention `gnus-level-default-subscribed' in doc string.
15274
15275 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15276
15277 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15278 parens.
15279
15280 2005-11-26 Dave Love <fx@gnu.org>
15281
15282 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15283 (tls-program, tls-success): Provide openssl alternative.
15284
15285 * starttls.el: Doc fixes.
15286 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15287 SERVICE to PORT.
15288
15289 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
15290 port null or service name.
15291 (starttls-negotiate): Autoload.
15292
15293 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15294
15295 * message.el (message-kill-to-signature): Fix interactive spec.
15296
15297 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
15298
15299 * pop3.el (pop3-open-server): Recognize a string as a service name.
15300
15301 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
15302
15303 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15304
15305 2005-11-23 Dave Love <fx@gnu.org>
15306
15307 Add pop3s, pop3/starttls.
15308
15309 * pop3.el (pop3-authentication-scheme): Clarify doc.
15310 (open-tls-stream, starttls-open-stream): Autoload.
15311 (pop3-stream-type): New.
15312 (pop3-open-server): Use it.
15313
15314 * mail-source.el (mail-sources): Fix some :types. Add stream type
15315 for POP.
15316 (mail-source-keyword-map): Add :stream for POP.
15317 (mail-source-fetch-pop): Use pop3-stream-type.
15318
15319 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
15320
15321 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15322 of current-time-string.
15323
15324 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
15325
15326 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15327 date header.
15328
15329 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15330
15331 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15332 it can seriously impact performance as it bypasses the agent's
15333 local caches.
15334
15335 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15336
15337 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15338 must be explicitly online rather than "not explicitly offline" for
15339 its flags to be synchronized.
15340
15341 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15342 that gnus-uu-unmark-thread will function correctly.
15343
15344 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15345 1024K is instead displayed as 1M.
15346
15347 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15348
15349 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15350
15351 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
15352
15353 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15354
15355 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
15356
15357 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15358 error message to display actual error condition.
15359 (gnus-agent-save-local): Avoid saving symbols that are bound to
15360 nil as they simply result in a warning message in
15361 gnus-agent-read-local.
15362
15363 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15364
15365 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15366 rather than make-variable-buffer-local for file-precious-flag.
15367
15368 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15369
15370 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15371 for duplicates which are removed. The invalid sort check then
15372 triggers a rescan after the sort as sorting may have moved
15373 duplicate entries such that they can be cheaply detected.
15374
15375 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15376
15377 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15378
15379 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15380
15381 * gnus-agent.el (gnus-agent-article-alist-save-format):
15382 Change internal variable to a custom variable. Change default value
15383 from compressed(2) to uncompressed(1).
15384 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15385 support for uncompressed agentview files. Taken together, reading
15386 the agentview file should now be 6-7 times faster.
15387
15388 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
15389
15390 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15391 as a buffer-local variable. This avoids creating truncated
15392 dribble files as a result of a hang up, eg.
15393
15394 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15395
15396 * gnus-start.el (gnus-start-draft-setup):
15397 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15398
15399 * gnus.el (gnus-splash): Change custom group.
15400 (gnus-group-get-parameter, gnus-group-parameter-value):
15401 Describe allow-list argument.
15402
15403 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15404 string.
15405
15406 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15407
15408 * gnus-art.el (gnus-default-article-saver): Add user-defined
15409 `function' to custom type.
15410
15411 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15412
15413 * imap.el (imap-open): Handle case where buffer is a buffer
15414 object.
15415
15416 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15417
15418 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15419 long lines.
15420 (gnus-cache-delete-group): Wrap doc strings.
15421
15422 * gnus-agent.el (gnus-agent-rename-group)
15423 (gnus-agent-delete-group): Wrap doc strings.
15424
15425 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15426
15427 * gnus-start.el (gnus-1): Add "native" to
15428 gnus-predefined-server-alist.
15429
15430 * gnus.el (gnus-method-to-server): Don't add "native" to the
15431 lists here, because that leads to problems when
15432 gnus-select-method is bound.
15433
15434 2005-11-09 Simon Josefsson <jas@extundo.com>
15435
15436 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15437 use (not sort-by-date) instead.
15438
15439 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * gnus-delay.el (gnus-delay-group): Don't autoload.
15442 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15443 to be re-loaded when customizing the `gnus-delay' group.
15444
15445 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15446
15447 * message.el: Revert last changes.
15448 (message-insert-citation-line): Use newlines.
15449
15450 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15451
15452 * message.el (message-courtesy-message)
15453 (message-mark-insert-begin, message-mark-insert-end)
15454 (message-elide-ellipsis, message-cancel-message)
15455 (message-add-header, message-change-subject)
15456 (message-cross-post-followup-to-header)
15457 (message-cross-post-insert-note, message-reduce-to-to-cc)
15458 (message-widen-reply, message-delete-not-region)
15459 (message-kill-to-signature, message-insert-signature)
15460 (message-insert-importance-high, message-insert-importance-low)
15461 (message-insert-or-toggle-importance)
15462 (message-insert-disposition-notification-to)
15463 (message-indent-citation, message-yank-original)
15464 (message-cite-original-without-signature, message-cite-original)
15465 (message-insert-citation-line, message-position-on-field)
15466 (message-fix-before-sending, message-send-mail-partially)
15467 (message-send-mail, message-send-mail-with-sendmail)
15468 (message-send-mail-with-qmail, message-send-news)
15469 (message-check-news-header-syntax, message-generate-headers)
15470 (message-insert-courtesy-copy, message-fill-address)
15471 (message-fill-header, message-shorten-references)
15472 (message-setup-1, message-cancel-news)
15473 (message-forward-make-body-plain, message-forward-make-body-mime)
15474 (message-forward-make-body-mml, message-encode-message-body)
15475 (message-forward-make-body-digest-plain)
15476 (message-forward-make-body-digest-mime)
15477 (message-use-alternative-email-as-from): Insert `hard-newline'
15478 instead of ordinary newlines.
15479
15480 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
15481
15482 * message.el (message-generate-headers): Downcase the argument
15483 given to message-check-element.
15484
15485 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
15486
15487 * nntp.el (nntp-authinfo-rejected): New error condition.
15488 (nntp-wait-for): Use new error condition to signal authentication
15489 error.
15490 (nntp-retrieve-data): Rethrow new error condition to break out of
15491 recursive call to nntp-send-authinfo.
15492
15493 2005-11-08 Romain Francoise <romain@orebokech.com>
15494
15495 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15496 (gnus-summary-exit-map): Bind to `Z p'.
15497 (gnus-summary-make-menu-bar): Add menu item.
15498
15499 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
15500
15501 * gnus-art.el (gnus-article-treat-custom): Add `first'.
15502 (gnus-treat-*): Add `first' in all doc strings.
15503
15504 * gnus-group.el (gnus-group-compact-group): Fix typo.
15505
15506 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15507
15508 * gnus.el (gnus-parameters-case-fold-search): New variable.
15509 (gnus-parameters-get-parameter): Use it.
15510
15511 * gnus-score.el (gnus-home-score-file): Doc fix.
15512
15513 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
15514
15515 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15516
15517 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
15518
15519 * mm-util.el (mm-special-display-p): New function.
15520
15521 * mml.el (mml-preview): Use it; doc fix.
15522
15523 2005-10-29 Romain Francoise <romain@orebokech.com>
15524
15525 * message.el (message-fix-before-sending): Fix comment.
15526
15527 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15528
15529 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15530
15531 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15532
15533 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15534 Used in gnus-score.el.
15535
15536 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15537
15538 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15539
15540 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15541
15542 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15543 whitespace removed in revision 7.8. Use concatenated string to
15544 protect trailing whitespace.
15545
15546 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
15547
15548 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15549 (nnimap-request-expire-articles): Use it to avoid sending 'UID
15550 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15551 Courier IMAP ("some version from 2004"). Mostly based on similar
15552 code in the same function.
15553
15554 2005-10-26 Didier Verna <didier@xemacs.org>
15555
15556 * gnus-group.el (gnus-group-compact-group): Invalidate original
15557 article buffer.
15558 * gnus-srvr.el (gnus-server-compact-server): Ditto.
15559 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15560 NOV database and in article itself.
15561 Invalidate article backlog.
15562
15563 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15564
15565 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15566
15567 2005-10-26 Simon Josefsson <jas@extundo.com>
15568
15569 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15570 part of 2004-07-25 change.
15571
15572 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15573
15574 * message.el (message-display-completion-list): New function.
15575 (message-expand-group): Use it; make sure the Completions buffer
15576 is modifiable.
15577
15578 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15579
15580 * imap.el (imap-open): Handle case where buffer is a buffer object.
15581
15582 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15583
15584 * pgg-def.el:
15585 * pgg-gpg.el:
15586 * pgg-parse.el:
15587 * pgg-pgp.el:
15588 * pgg-pgp5.el:
15589 * pgg.el: Move to the parent lisp directory.
15590
15591 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15592
15593 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15594 user-mail-name is an empty string.
15595
15596 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15597
15598 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15599 depending on gnus-score-decay-constant.
15600
15601 * encrypt.el (encrypt-insert-file-contents)
15602 (encrypt-write-file-contents): Don't use `gnus-message'.
15603
15604 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15605 arguments.
15606 (mm-uu-type-alist): Add message-marks and insert-marks.
15607 Pass arguments to mm-uu-verbatim-marks-extract.
15608 (mm-uu-hide-markers): New variable.
15609 (mm-uu-extract): Use face similar to `gnus-cite-3'.
15610
15611 * gnus-fun.el (gnus-convert-image-to-x-face-command)
15612 (gnus-convert-image-to-face-command): Use "convert" by default to
15613 allow other input image formats.
15614 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15615 accordingly.
15616
15617 2005-10-23 Simon Josefsson <jas@extundo.com>
15618
15619 * imap.el (imap-gssapi-program): Align command line parameters
15620 with latest GNU SASL.
15621 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15622
15623 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15624
15625 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15626 HTML.
15627 (nnslashdot-request-article): Ditto.
15628
15629 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15630
15631 * mail-source.el (mail-source-fetch-pop): Require pop3.
15632 (mail-source-check-pop): Ditto.
15633
15634 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15635
15636 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15637 errors.
15638
15639 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15640
15641 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15642 (gnus-treat-strip-leading-blank-lines): Improve doc string.
15643
15644 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15645
15646 * mm-bodies.el (mm-decode-string):
15647 Call `mm-charset-to-coding-system' with allow-override argument.
15648
15649 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15650
15651 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15652 (rfc2047-charset-to-coding-system): New function.
15653 (rfc2047-decode-encoded-words): New function.
15654 (rfc2047-decode-region): Use them.
15655 (rfc2047-decode-cte): Remove.
15656 (rfc2047-parse-and-decode): Remove.
15657 (rfc2047-decode): Remove.
15658
15659 2005-10-15 Kenichi Handa <handa@m17n.org>
15660
15661 * rfc2047.el (rfc2047-decode-cte): New function.
15662 (rfc2047-decode-region): Change the way to decode successive
15663 encoded-words: decode B- or Q-encoding in each encoded-word,
15664 concatenate them, and decode it as charset.
15665
15666 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15667
15668 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
15669 widget-move-and-invoke.
15670 (gnus-custom-mode): Use gnus-custom-map.
15671
15672 2005-10-15 Bill Wohler <wohler@newt.com>
15673
15674 * message.el (message-tool-bar-map): Rename image file from
15675 mail_send to mail/send.
15676
15677 2005-10-16 Masatake YAMATO <jet@gyve.org>
15678
15679 * message.el (message-expand-group): Pass the common
15680 prefix substring of completion to `display-completion-list'.
15681
15682 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
15683
15684 * mml-sec.el (mml-secure-method): New internal variable.
15685 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15686 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15687 New functions using mml-secure-method.
15688
15689 * mml.el (mml-mode-map): Add key bindings for those functions.
15690 (mml-menu): Simplify security menu entries. Suggested by Jesper
15691 Harder <harder@myrealbox.com>.
15692 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15693 Goto end of message if point is the headers of the message.
15694
15695 * message.el (message-in-body-p): New function.
15696
15697 * assistant.el: Autoload gnus-util and netrc.
15698
15699 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15700 Use `mm-charset-override-alist' only when decoding.
15701
15702 * mm-bodies.el (mm-decode-body):
15703 Call `mm-charset-to-coding-system' with allow-override argument.
15704
15705 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15706 `filename' from Content-Disposition if Content-Type doesn't
15707 provide `name'.
15708 (gnus-mime-view-part-as-type): Set default instead of
15709 initial-input.
15710
15711 2005-10-09 Daniel Brockman <daniel@brockman.se>
15712
15713 * format-spec.el (format-spec): Propagate text properties of % spec.
15714
15715 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15716
15717 * gnus-art.el (gnus-treat-predicate): Add `first'.
15718
15719 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15720
15721 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15722 (mm-charset-override-alist): New variable.
15723 (mm-charset-to-coding-system): Use it.
15724 (mm-codepage-setup): New helper function.
15725 (mm-charset-eval-alist): New variable.
15726 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15727 Warn about unknown charsets.
15728
15729 2005-10-04 David Hansen <david.hansen@gmx.net>
15730
15731 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15732 (nnrss-check-group): Ditto.
15733
15734 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15735
15736 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15737 Rename x-gnus-verbatim to x-verbatim.
15738 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15739
15740 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15741 x-verbatim.
15742
15743 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15744
15745 * gnus-util.el (gnus-remove-duplicates): Remove.
15746
15747 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15748 instead of gnus-remove-duplicates.
15749
15750 * message.el (message-remove-duplicates): Remove.
15751 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15752 message-remove-duplicates.
15753
15754 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15755 available, else use implementation from `delete-dups'.
15756
15757 * message.el (message-insert-expires): New function.
15758 (message-mode-map): Add key binding.
15759 (message-mode-field-menu): Add menu entry.
15760 (message-mode): Document it.
15761 (message-make-expires-date): Use `message-make-date'.
15762
15763 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15764
15765 * message.el (message-make-expires-date): New function.
15766
15767 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15768
15769 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15770
15771 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15774 function rather than the diff-mode.el package.
15775 (mm-display-external): Use with-current-buffer.
15776 (mm-viewer-completion-map, mm-viewer-completion-map):
15777 Move initialization inside declaration.
15778
15779 2005-09-29 Simon Josefsson <jas@extundo.com>
15780
15781 * spam.el: Load hashcash when compiling, to avoid warnings.
15782 Don't autoload mail-check-payment.
15783 (spam-check-hashcash): Define unconditionally, since hashcash.el
15784 is part of Gnus now. Ignore errors from payment checking.
15785
15786 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15787
15788 * message.el (message-bold-region, message-unbold-region):
15789 Rename from `bold-region' and `unbold-region'.
15790
15791 * message.el: Remove useless autoloads.
15792
15793 2005-09-28 Simon Josefsson <jas@extundo.com>
15794
15795 * message.el (message-use-idna): Default to t.
15796 (message-use-idna): Test whether encoding works too. Doc fix.
15797
15798 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15799
15800 * nntp.el (nntp-warn-about-losing-connection): Remove.
15801
15802 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15803
15804 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15805 customizable. Change default value.
15806 (mm-uu-diff-groups-regexp): Change default value.
15807 (mm-uu-type-alist): Add doc string.
15808 (mm-uu-configure): Add doc string. Make it interactive.
15809 (mm-uu-tex-groups-regexp): New variable.
15810 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15811 (mm-uu-type-alist): Add LaTeX documents.
15812 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15813 of "text/verbatim".
15814 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15815
15816 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15817 instead of "text/verbatim".
15818
15819 * message.el (message-mark-inserted-region)
15820 (message-mark-insert-file): Use slrn style marks when called with
15821 prefix argument.
15822
15823 2005-09-27 Simon Josefsson <jas@extundo.com>
15824
15825 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15826
15827 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15828
15829 * message.el (message-remove-duplicates): New function.
15830 Implementation borrowed from `gnus-remove-duplicates'.
15831 (message-idna-to-ascii-rhs): Also encode idna addresses in
15832 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15833 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15834 only ask about the same idna domain once per header and also tell
15835 in what header to replace the idna domain.
15836
15837 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15838 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15839 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15840 a header is decoded and not just the last one.
15841
15842 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15843
15844 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15845 has been decoded.
15846
15847 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15848 (mm-insert-part): Don't modify text if it has been decoded.
15849
15850 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15851 decoded.
15852
15853 * mm-view.el (mm-inline-text): Don't strip text props unless
15854 decoding enriched or richtext parts.
15855
15856 2005-09-25 Romain Francoise <romain@orebokech.com>
15857
15858 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15859 * gnus-start.el (gnus-subscribe-interactively):
15860 * gnus-uu.el (gnus-uu-grab-articles):
15861 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15862 space.
15863
15864 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15865
15866 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15867 * mm-view.el (mm-view-pkcs7-decrypt):
15868 * gnus-sum.el (gnus-summary-limit-to-extra)
15869 (gnus-summary-respool-article, gnus-read-move-group-name):
15870 * gnus-score.el (gnus-summary-increase-score):
15871 * gnus-util.el (gnus-completing-read-with-default):
15872 * gnus-art.el (gnus-read-save-file-name)
15873 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15874 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15875 * message.el (message-check-news-header-syntax):
15876 Follow convention for reading with the minibuffer.
15877
15878 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15879
15880 * spam-report.el (spam-report-url-ping-plain):
15881 Use gnus-extended-version as User-Agent.
15882
15883 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15884 default value is nil.
15885
15886 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15887 (mm-uu-verbatim-marks-extract): New function.
15888 (mm-uu-extract): New face.
15889 (mm-uu-copy-to-buffer): Use it.
15890
15891 * spam-report.el (spam-report-gmane-ham): Rename from
15892 `spam-report-gmane-unspam'.
15893 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15894 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15895
15896 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15897 Autoload.
15898 (spam-report-gmane-unregister-routine):
15899 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15900
15901 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15902
15903 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15904 (spam-report-gmane-unregister-routine): Add support for gmane
15905 unregistration.
15906
15907 * spam-report.el (spam-report-gmane-unspam)
15908 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15909 (spam-report-gmane): Change to take a single article and do unspam
15910 registration.
15911
15912 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15913
15914 * mm-url.el (mm-url-decode-entities): Fix regexp.
15915
15916 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15917
15918 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15919 default to nil, to be able to use Gnus at all. If the default
15920 switches to something else, then the function should be fixed not
15921 be exceedingly slow.
15922
15923 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15924
15925 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15926 fail hard.
15927
15928 * spam-report.el: Add better Keywords line.
15929
15930 * spam.el: Add Maintainer and better Keywords line.
15931
15932 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15933
15934 * gnus-art.el (gnus-article-replace-part)
15935 (gnus-mime-replace-part): New functions.
15936 (gnus-mime-action-alist, gnus-mime-button-commands)
15937 (gnus-mime-save-part-and-strip): Add file argument.
15938 (gnus-article-part-wrapper): Add interactive argument.
15939
15940 * gnus-sum.el (gnus-summary-mime-map):
15941 Add `gnus-article-replace-part'.
15942
15943 2005-09-19 Didier Verna <didier@xemacs.org>
15944
15945 The nnml compaction feature:
15946 * nnml.el (nnml-request-compact-group): New function.
15947 * nnml.el (nnml-request-compact): New function.
15948 * gnus-int.el (gnus-request-compact-group): New function.
15949 * gnus-int.el (gnus-request-compact): New function.
15950 * gnus-group.el (gnus-group-compact-group): New function.
15951 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15952 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15953 * gnus-srvr.el (gnus-server-compact-server): New function.
15954 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15955 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15956
15957 2005-09-18 Deepak Goel <deego@gnufans.org>
15958
15959 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15960 format spec.
15961
15962 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15963
15964 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15965
15966 2005-09-15 Romain Francoise <romain@orebokech.com>
15967
15968 * message.el (message-fill-paragraph): Clarify docstring.
15969
15970 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15971
15972 * gnus-art.el (gnus-mime-display-part): Protect against broken
15973 MIME messages.
15974
15975 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15976
15977 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15978 before parsing header.
15979
15980 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15981
15982 * html2text.el (html2text-replace-list): Add new entities.
15983
15984 2005-09-11 Romain Francoise <romain@orebokech.com>
15985
15986 * message.el (message-alternative-emails): Improve docstring.
15987 (message-setup-1): Call `message-use-alternative-email-as-from'
15988 after `message-setup-hook' to give it precedence over posting
15989 styles, etc.
15990 (message-use-alternative-email-as-from): Add docstring.
15991 Remove the original From header if present.
15992
15993 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15994 (nnml-save-mail): Use it.
15995
15996 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15997 articles. Add new argument `silent'.
15998 (gnus-uu-mark-all): Report the total number of marked articles.
15999
16000 2005-09-10 Romain Francoise <romain@orebokech.com>
16001
16002 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16003 (gnus-uu-mark-series): Likewise.
16004
16005 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
16006
16007 * spam-report.el (spam-report-gmane): Fix generation of spam
16008 report URL.
16009
16010 2005-09-10 Simon Josefsson <jas@extundo.com>
16011
16012 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16013 t, based on discussion on the ding list with Robert Epprecht
16014 <epprecht@solnet.ch>.
16015
16016 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
16017
16018 * spam-report.el (spam-report-gmane): Make it work without
16019 X-Report-Spam header. Gmane now only provides Archived-At.
16020 This is only used if `spam-report-gmane-use-article-number' is nil.
16021 (spam-report-gmane-spam-header): Remove. Not used anymore.
16022
16023 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16024 make `gnus-summary-sort-by-recipient' work with threading.
16025
16026 * nnweb.el (nnweb-google-wash-article): Print a message if article
16027 is not available.
16028
16029 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16030
16031 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16032 change. Decode text/* parts content before displaying.
16033
16034 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16035
16036 * mml-smime.el: Remove defvar of gnus-extract-address-components.
16037
16038 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
16039
16040 * mm-view.el (mm-display-inline-fontify): Disable support modes.
16041
16042 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
16043
16044 * message.el (message-tab-body-function): Fix mismatched custom type.
16045
16046 * gnus.el (gnus-group-change-level-function): Ditto.
16047
16048 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16049
16050 * gnus-art.el (gnus-signature-limit)
16051 (gnus-article-mime-part-function): Ditto.
16052
16053 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
16054
16055 * mml.el (mml-mode): Silence the byte compiler.
16056
16057 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16058 using `(sit-for 0)' before moving the point to the specified part;
16059 skip unbuttonized parts.
16060 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16061 return to the summary window if gnus-auto-select-part is non-nil.
16062
16063 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
16064
16065 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16066 New variables.
16067 (mml-dnd-attach-file, mml-mode): Use them.
16068
16069 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16070 Make fetching article by MID work again for Google Groups.
16071 Add FIXME concerning gnus-group-make-web-group.
16072
16073 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16074 Don't depend on Gnus by using mail-extract-address-components if
16075 gnus-extract-address-components is not bound.
16076
16077 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16078
16079 * gnus-art.el (gnus-mime-display-security): Don't display the
16080 signature, but only the signed part.
16081
16082 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
16083
16084 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16085
16086 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16087 list, not listp.
16088
16089 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
16090
16091 * mm-encode.el (mm-encode-content-transfer-encoding):
16092 Likewise when encoding.
16093
16094 * mm-bodies.el (mm-decode-content-transfer-encoding):
16095 De-canonicalize CRLF for all text content types, not just
16096 text/plain.
16097
16098 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16099
16100 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16101 valid article; point arrow and cursor at the MIME button.
16102
16103 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16104
16105 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16106 Suggested by Dan Christensen <jdc@uwo.ca>.
16107
16108 * mm-decode.el (mm-save-part): Enable change of prompt.
16109
16110 2005-08-29 Jari Aalto <jari.aalto@cante.net>
16111
16112 * gnus-msg.el (gnus-inews-add-send-actions):
16113 Make `message-post-method' lambda parameter ARG `&optional'.
16114
16115 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16116
16117 * gnus-sum.el (gnus-summary-mime-map):
16118 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16119 gnus-article-jump-to-part.
16120
16121 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16122 (gnus-article-edit-part): Use it.
16123 (gnus-article-part-wrapper): Add no-handle argument.
16124 (gnus-article-save-part-and-strip, gnus-article-delete-part):
16125 New functions.
16126
16127 2005-08-29 Romain Francoise <romain@orebokech.com>
16128
16129 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16130 docstring.
16131 (gnus-face-from-file): Likewise.
16132
16133 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16134
16135 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16136 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16137 non-nil.
16138 (gnus-auto-select-part): New variable.
16139 (gnus-article-jump-to-part): New function.
16140 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16141 (gnus-mime-delete-part): Allow selecting specified part after
16142 deleting or stripping parts.
16143 (gnus-article-jump-to-part): Don't use `read-number'. Use last
16144 part if argument is bogus.
16145
16146 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16147
16148 * gnus-art.el (w3m-minor-mode-map):
16149 * gnus-spec.el (gnus-newsrc-file-version):
16150 * gnus-util.el (nnmail-active-file-coding-system)
16151 (gnus-original-article-buffer, gnus-user-agent):
16152 * gnus.el (gnus-ham-process-destinations)
16153 (gnus-parameter-ham-marks-alist)
16154 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16155 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16156 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16157 * mm-decode.el (gnus-current-window-configuration):
16158 * mm-extern.el (gnus-article-mime-handles):
16159 * mm-url.el (url-current-object, url-package-name)
16160 (url-package-version):
16161 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16162 (smime-keys, w3m-cid-retrieve-function-alist)
16163 (w3m-current-buffer, w3m-display-inline-images)
16164 (w3m-minor-mode-map):
16165 * mml-smime.el (gnus-extract-address-components):
16166 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16167 (gnus-newsrc-hashtb, message-default-charset)
16168 (message-deletable-headers, message-options)
16169 (message-posting-charset, message-required-mail-headers)
16170 (message-required-news-headers):
16171 * mml1991.el (mc-pgp-always-sign):
16172 * mml2015.el (mc-pgp-always-sign):
16173 * nnheader.el (nnmail-extra-headers):
16174 * rfc1843.el (gnus-decode-encoded-word-function)
16175 (gnus-decode-header-function, gnus-newsgroup-name):
16176 * spam-stat.el (gnus-original-article-buffer): Add defvars.
16177
16178 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
16179
16180 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16181 the end of the date treatments.
16182
16183 2005-08-15 Simon Josefsson <jas@extundo.com>
16184
16185 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16186 it in url-handlers.el and XEmacs in url.el. Reported by Luca
16187 Capello and Romain Francoise.
16188 (pgg-fetch-key-function): Remove, not used?
16189 (pgg-insert-url-with-w3): Require url, to get
16190 url-insert-file-contents regardless of where it is defined.
16191
16192 2005-08-13 Romain Francoise <romain@orebokech.com>
16193
16194 * message.el (message-cite-original-1): New function.
16195 (message-cite-original): Use it.
16196 (message-cite-original-without-signature): Ditto.
16197
16198 2005-08-08 Romain Francoise <romain@orebokech.com>
16199
16200 * message.el (message-yank-empty-prefix): New variable.
16201 (message-indent-citation): Use it.
16202 (message-cite-original-without-signature): Respect X-No-Archive.
16203
16204 2005-08-08 Simon Josefsson <jas@extundo.com>
16205
16206 * pgg.el: Autoload url-insert-file-contents instead of loading
16207 w3/url.
16208 (pgg-insert-url-with-w3): Don't load url here.
16209
16210 2005-08-07 Jesper Harder <harder@phys.au.dk>
16211
16212 * message.el (message-kill-to-signature): Don't insert newline at
16213 bol.
16214 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16215
16216 2005-08-06 Romain Francoise <romain@orebokech.com>
16217
16218 * message.el (message-user-fqdn): Fix typo in docstring.
16219
16220 2005-08-05 Daiki Ueno <ueno@unixuser.org>
16221
16222 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16223
16224 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16225
16226 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16227
16228 * mm-bodies.el (mm-encode-body): Use coding system rather than
16229 charset to encode text.
16230
16231 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16232 number of charsets if utf-8 is available (XEmacs).
16233
16234 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
16235
16236 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16237 taken from `gnus-button-mid-or-mail-regexp'.
16238 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16239 (gnus-button-alist): Improve regexp for domain part of the MIDs
16240 for news:localpart@domain buttons.
16241 (gnus-button-ctan-directory-regexp): Update.
16242
16243 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
16244
16245 * sieve-manage.el (sieve-manage-interactive-login):
16246 Use make-local-variable rather than make-variable-buffer-local.
16247 (sieve-manage-open): Ditto.
16248 (sieve-manage-authenticate): Ditto.
16249
16250 * mml.el (mml-generate-mime-1): Make the content type default to
16251 text/plain if the filename is not specified.
16252
16253 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
16254
16255 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16256 instead of insert-buffer.
16257
16258 * message.el (message-yank-original): Ditto; set the mark at the
16259 end of the yanked message.
16260
16261 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
16262
16263 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16264 lines to scroll rather than to stop it.
16265
16266 * mml.el (mml-generate-default-type): Add doc string.
16267 (mml-generate-mime-1): Use mm-default-file-encoding or make it
16268 default to application/octet-stream when determining the content
16269 type if it is not specified for the part or the mml contents; add
16270 a comment about mml-generate-default-type.
16271
16272 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
16273
16274 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16275 make it default to application/octet-stream when determining the
16276 content type if it is not specified for the external contents.
16277
16278 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16279
16280 * rfc2231.el (rfc2231-parse-string): Take care that not only a
16281 segmented parameter but also other parameters might be there.
16282
16283 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16284
16285 * mm-decode.el (mm-display-external): Delete temp file, directory
16286 and buffer immediately if the external process is exited.
16287
16288 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
16289
16290 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16291 fewer lines than that of scroll-margin.
16292 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16293
16294 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16295
16296 * gnus-art.el (gnus-article-next-page): Revert.
16297 (gnus-article-beginning-of-window): New macro.
16298 (gnus-article-next-page-1): Use it.
16299 (gnus-article-prev-page): Ditto.
16300 (gnus-article-edit-part): Use insert-buffer-substring instead of
16301 insert-buffer.
16302 (gnus-article-edit-exit): Ditto.
16303
16304 * gnus-util.el (gnus-beginning-of-window): Remove.
16305 (gnus-end-of-window): Remove.
16306
16307 2005-07-25 Simon Josefsson <jas@extundo.com>
16308
16309 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16310 to have the url package without w3. Reported by Daiki Ueno
16311 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16312
16313 2005-07-20 Didier Verna <didier@xemacs.org>
16314
16315 * gnus-diary.el: Remove the description comment (nndiary is now
16316 properly documented in the Gnus manual).
16317 Fix the spelling of "Back End".
16318 * nndiary.el: Ditto.
16319 Fix the copyright notice.
16320
16321 2005-07-18 Romain Francoise <romain@orebokech.com>
16322
16323 * gnus-sum.el (gnus-summary-to-prefix)
16324 (gnus-summary-newsgroup-prefix): New variables.
16325 (gnus-summary-from-or-to-or-newsgroups): Use them.
16326
16327 2005-07-17 Romain Francoise <romain@orebokech.com>
16328
16329 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16330 space as it's generally not especially interesting to the user.
16331
16332 2005-07-16 Romain Francoise <romain@orebokech.com>
16333
16334 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16335 nil to avoid prompting and file modification if one of the
16336 messages at the top of the nnfolder file contains a copyright
16337 notice.
16338 Update copyright notice.
16339
16340 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16341 instead of `current-time-string' as the latter creates a time
16342 string that is not RFC 2822 compliant (it lacks the zone).
16343 Update copyright notice.
16344
16345 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
16346
16347 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16348 for text/rtf. Display default in prompt. Pass default for M-n.
16349
16350 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16351
16352 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16353
16354 * gnus-msg.el (gnus-button-mailto):
16355 Remove save-selected-window-window hackery because it relies on
16356 save-selected-window internals.
16357
16358 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
16359
16360 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16361 (gnus-article-next-page-1): Use gnus-beginning-of-window.
16362 (gnus-article-prev-page): Ditto.
16363
16364 * gnus-util.el (gnus-beginning-of-window): New function.
16365 (gnus-end-of-window): New function.
16366
16367 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
16368
16369 * gnus-score.el (gnus-score-edit-all-score):
16370 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16371 gnus-message.
16372
16373 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16374
16375 * gnus-msg.el (gnus-button-mailto):
16376 Remove save-selected-window-window hackery because it relies on
16377 save-selected-window internals.
16378
16379 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
16380
16381 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16382 add-minor-mode.
16383 (gnus-binary-mode): Ditto.
16384
16385 * gnus-topic.el (gnus-topic-mode): Ditto.
16386
16387 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
16388
16389 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16390 (gnus-article-prev-page): Take scroll-margin into consideration.
16391
16392 2005-07-04 Lute Kamstra <lute@gnu.org>
16393
16394 Update FSF's address in GPL notices.
16395
16396 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16397
16398 * gnus.el (gnus-exit):
16399 * gnus-group.el (gnus-group-icons):
16400 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16401
16402 * gnus-nocem.el (gnus-nocem):
16403 * message.el (message-various, message-buffers, message-sending)
16404 (message-interface, message-forwarding, message-insertion)
16405 (message-headers, message-news, message-mail):
16406 * pgg-gpg.el (pgg-gpg):
16407 * pgg-parse.el (pgg-parse):
16408 * pgg-pgp.el (pgg-pgp):
16409 * pgg-pgp5.el (pgg-pgp5):
16410 * pop3.el (pop3): Finish `defgroup' description with period.
16411
16412 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16413
16414 * gnus-art.el (article-display-face): Improve the efficiency.
16415 (article-display-x-face): Ditto; remove grey x-face stuff.
16416
16417 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
16418
16419 * gnus-art.el (article-display-face): Correct the position in
16420 which Faces are inserted.
16421
16422 2005-06-29 Didier Verna <didier@xemacs.org>
16423
16424 * gnus-art.el (article-display-face): Display faces in correct
16425 order.
16426
16427 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16428
16429 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16430 (gnus-fill-real-hashtb): Use hash table instead of obarray.
16431 (gnus-nocem-check-article): Fetch the Type header.
16432 (gnus-nocem-message-wanted-p): Fix the way to examine types.
16433 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16434 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16435 make sure gnus-nocem-hashtb is initialized.
16436 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16437 (gnus-nocem-unwanted-article-p): Ditto.
16438
16439 * pgg.el (pgg-verify): Return the verification result.
16440
16441 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16442
16443 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16444 is ascii.
16445
16446 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16447
16448 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16449 `show-nonbreak-escape'.
16450
16451 2005-06-23 Lute Kamstra <lute@gnu.org>
16452
16453 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16454
16455 * dig.el (dig-mode):
16456 * smime.el (smime-mode): Use gnus-run-mode-hooks.
16457
16458 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16459
16460 * nnimap.el (nnimap-split-download-body): Fix spellings.
16461
16462 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16463
16464 * gnus-art.el (gnus-article-encrypt-body):
16465 * gnus-cus.el (gnus-score-customize):
16466 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16467 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16468
16469 2005-06-16 Arne Jørgensen <arne@arnested.dk>
16470
16471 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16472 header by looking for magic "MII" at the beginnig.
16473
16474 2005-06-16 Miles Bader <miles@gnu.org>
16475
16476 * assistant.el (assistant-field): Remove "-face" suffix from face name.
16477 (assistant-field-face): New backward-compatibility alias for renamed
16478 face.
16479 (assistant-render-text): Use renamed assistant-field face.
16480
16481 * spam.el (spam): Remove "-face" suffix from face name.
16482 (spam-face): New backward-compatibility alias for renamed face.
16483 (spam-face, spam-initialize): Use renamed spam face.
16484
16485 * message.el (message-header-to, message-header-cc)
16486 (message-header-subject, message-header-newsgroups)
16487 (message-header-other, message-header-name)
16488 (message-header-xheader, message-separator, message-cited-text)
16489 (message-mml): Remove "-face" suffix from face names.
16490 (message-header-to-face, message-header-cc-face)
16491 (message-header-subject-face, message-header-newsgroups-face)
16492 (message-header-other-face, message-header-name-face)
16493 (message-header-xheader-face, message-separator-face)
16494 (message-cited-text-face, message-mml-face):
16495 New backward-compatibility aliases for renamed faces.
16496 (message-font-lock-keywords): Use renamed message faces.
16497
16498 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16499 (sieve-test-commands, sieve-tagged-arguments):
16500 Remove "-face" suffix from face names.
16501 (sieve-control-commands-face, sieve-action-commands-face)
16502 (sieve-test-commands-face, sieve-tagged-arguments-face):
16503 New backward-compatibility aliases for renamed faces.
16504 (sieve-control-commands-face, sieve-action-commands-face)
16505 (sieve-test-commands-face, sieve-tagged-arguments-face):
16506 Use renamed sieve faces.
16507
16508 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16509 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16510 (gnus-group-news-3-empty, gnus-group-news-4)
16511 (gnus-group-news-4-empty, gnus-group-news-5)
16512 (gnus-group-news-5-empty, gnus-group-news-6)
16513 (gnus-group-news-6-empty, gnus-group-news-low)
16514 (gnus-group-news-low-empty, gnus-group-mail-1)
16515 (gnus-group-mail-1-empty, gnus-group-mail-2)
16516 (gnus-group-mail-2-empty, gnus-group-mail-3)
16517 (gnus-group-mail-3-empty, gnus-group-mail-low)
16518 (gnus-group-mail-low-empty, gnus-summary-selected)
16519 (gnus-summary-cancelled, gnus-summary-high-ticked)
16520 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16521 (gnus-summary-high-ancient, gnus-summary-low-ancient)
16522 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16523 (gnus-summary-low-undownloaded)
16524 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16525 (gnus-summary-low-unread, gnus-summary-normal-unread)
16526 (gnus-summary-high-read, gnus-summary-low-read)
16527 (gnus-summary-normal-read, gnus-splash):
16528 Remove "-face" suffix from face names.
16529 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16530 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16531 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16532 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16533 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16534 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16535 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16536 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16537 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16538 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16539 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16540 (gnus-summary-selected-face, gnus-summary-cancelled-face)
16541 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16542 (gnus-summary-normal-ticked-face)
16543 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16544 (gnus-summary-normal-ancient-face)
16545 (gnus-summary-high-undownloaded-face)
16546 (gnus-summary-low-undownloaded-face)
16547 (gnus-summary-normal-undownloaded-face)
16548 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16549 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16550 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16551 (gnus-splash-face):
16552 New backward-compatibility aliases for renamed faces.
16553 (gnus-group-startup-message): Use renamed gnus faces.
16554
16555 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16556 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16557 (gnus-server-agent): Remove "-face" suffix from face names.
16558 (gnus-server-agent-face, gnus-server-opened-face)
16559 (gnus-server-closed-face, gnus-server-denied-face)
16560 (gnus-server-offline-face):
16561 New backward-compatibility aliases for renamed faces.
16562 (gnus-server-agent-face, gnus-server-opened-face)
16563 (gnus-server-closed-face, gnus-server-denied-face)
16564 (gnus-server-offline-face): Use renamed gnus faces.
16565
16566 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16567 Remove "-face" suffix from face names.
16568 (gnus-picon-xbm-face, gnus-picon-face):
16569 New backward-compatibility aliases for renamed faces.
16570
16571 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16572 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16573 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16574 (gnus-cite-11): Remove "-face" suffix from face names.
16575 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16576 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16577 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16578 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16579 New backward-compatibility aliases for renamed faces.
16580 (gnus-cite-attribution-face, gnus-cite-face-list)
16581 (gnus-article-boring-faces): Use renamed gnus faces.
16582
16583 * gnus-art.el (gnus-signature, gnus-header-from)
16584 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16585 (gnus-header-content): Remove "-face" suffix from face names.
16586 (gnus-signature-face, gnus-header-from-face)
16587 (gnus-header-subject-face, gnus-header-newsgroups-face)
16588 (gnus-header-name-face, gnus-header-content-face):
16589 New backward-compatibility aliases for renamed faces.
16590 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16591
16592 * gnus-sum.el (gnus-summary-selected-face)
16593 (gnus-summary-highlight): Use renamed gnus faces.
16594 * gnus-group.el (gnus-group-highlight): Likewise.
16595
16596 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16597
16598 * gnus-sieve.el (gnus-sieve-article-add-rule):
16599 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16600 * spam-stat.el (spam-stat-buffer-change-to-spam)
16601 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16602
16603 * message.el (message-is-yours-p):
16604 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16605
16606 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16607
16608 * mm-view.el (mm-inline-text): Withdraw the last change.
16609
16610 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16611
16612 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16613 executing enriched-decode.
16614
16615 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16616
16617 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16618 charset of tar files.
16619
16620 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16621
16622 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16623
16624 2005-06-04 Lute Kamstra <lute@gnu.org>
16625
16626 * nnfolder.el (nnfolder-read-folder): Make sure that undo
16627 information is never recorded.
16628
16629 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16630
16631 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16632
16633 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
16634
16635 * pop3.el (pop3-apop): Run md5 in the binary mode.
16636
16637 * starttls.el (starttls-set-process-query-on-exit-flag):
16638 Use eval-and-compile.
16639
16640 2005-05-31 Simon Josefsson <jas@extundo.com>
16641
16642 * smime.el (smime-replace-in-string): Define.
16643 (smime-cert-by-ldap-1): Use it.
16644
16645 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
16646
16647 * gnus-art.el (article-display-x-face): Replace
16648 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16649
16650 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16651 set-process-query-on-exit-flag or process-kill-without-query.
16652
16653 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16654 loop instead of replace-regexp.
16655
16656 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16657 instead of process-kill-without-query if it is available.
16658
16659 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16660 instead of find-file-hooks if it is available.
16661
16662 * mml1991.el: Bind pgg-default-user-id when compiling.
16663
16664 * mml2015.el: Bind pgg-default-user-id when compiling.
16665
16666 * nndraft.el (nndraft-request-associate-buffer):
16667 Use write-contents-functions instead of write-contents-hooks if it is
16668 available.
16669
16670 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16671 instead of find-file-hooks if it is available.
16672
16673 * nntp.el (nntp-open-connection): Replace
16674 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16675 (nntp-open-ssl-stream): Ditto.
16676 (nntp-open-tls-stream): Ditto.
16677
16678 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16679 set-process-query-on-exit-flag or process-kill-without-query.
16680 (starttls-open-stream-gnutls): Use it instead of
16681 process-kill-without-query.
16682 (starttls-open-stream): Ditto.
16683
16684 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
16685
16686 * smime.el (smime-cert-by-ldap-1): Don't use
16687 replace-regexp-in-string.
16688
16689 2005-05-31 Arne Jørgensen <arne@arnested.dk>
16690
16691 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16692
16693 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16694 in PEM format. Adjust to the XEmacs compatibility.
16695
16696 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16697
16698 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16699 by `string-to-number'.
16700 * gnus-agent.el (gnus-agent-regenerate-group)
16701 (gnus-agent-fetch-articles): Ditto.
16702 * gnus-art.el (gnus-button-fetch-group): Ditto.
16703 * gnus-cache.el (gnus-cache-generate-active)
16704 (gnus-cache-articles-in-group): Ditto.
16705 * gnus-group.el (gnus-group-set-current-level)
16706 (gnus-group-insert-group-line): Ditto.
16707 * gnus-score.el (gnus-score-set-expunge-below)
16708 (gnus-score-set-mark-below, gnus-summary-score-effect)
16709 (gnus-summary-score-entry): Ditto.
16710 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16711 (gnus-soup-pack): Ditto.
16712 * gnus-spec.el (gnus-xmas-format): Ditto.
16713 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16714 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16715 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16716 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16717 * nndb.el (nndb-get-remote-expire-response): Ditto.
16718 * nndiary.el (nndiary-parse-schedule-value)
16719 (nndiary-string-to-number, nndiary-request-replace-article)
16720 (nndiary-request-article): Ditto.
16721 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16722 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16723 * nneething.el (nneething-make-head): Ditto.
16724 * nnfolder.el (nnfolder-request-article)
16725 (nnfolder-retrieve-headers): Ditto.
16726 * nnheader.el (nnheader-file-to-number): Ditto.
16727 * nnkiboze.el (nnkiboze-request-article): Ditto.
16728 * nnmail.el (nnmail-process-unix-mail-format)
16729 (nnmail-process-babyl-mail-format): Ditto.
16730 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16731 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16732 (nnmh-request-create-group, nnmh-request-list-1)
16733 (nnmh-request-group, nnmh-request-article): Ditto.
16734 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16735 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16736 * nnsoup.el (nnsoup-make-active): Ditto.
16737 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16738 * nntp.el (nntp-find-group-and-number)
16739 (nntp-retrieve-headers-with-xover): Ditto.
16740 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16741 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16742 (pgg-format-key-identifier): Ditto.
16743 * pop3.el (pop3-last, pop3-stat): Ditto.
16744 * qp.el (quoted-printable-decode-region): Ditto.
16745
16746 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16747 of concat.
16748
16749 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16750
16751 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16752
16753 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16754
16755 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16756
16757 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16758
16759 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16760
16761 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16762
16763 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16764 (gnus-carpal-mode): Ditto.
16765
16766 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16767 (gnus-browse-mode): Ditto.
16768
16769 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16770
16771 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16772
16773 2005-05-29 Richard M. Stallman <rms@gnu.org>
16774
16775 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16776
16777 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16778
16779 * gnus-util.el (gnus-run-mode-hooks): New function.
16780
16781 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16782
16783 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16784
16785 * gnus-agent.el (gnus-agent-make-mode-line-string):
16786 Use mode-line-highlight as mouse-face.
16787
16788 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16789
16790 * canlock.el (canlock): Change the parent group to news.
16791
16792 * deuglify.el (gnus-outlook-deuglify): Add :group.
16793
16794 * dig.el (dig): Add :group.
16795
16796 * dns-mode.el (dns-mode): Add :group.
16797
16798 * encrypt.el (encrypt): Add :group.
16799
16800 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16801 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16802 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16803 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16804 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16805
16806 * gnus-diary.el (gnus-diary): Add :group.
16807
16808 * gnus.el (gnus-group-news-1-face): Add :group.
16809 (gnus-group-news-1-empty-face): Ditto.
16810 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16811 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16812 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16813 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16814 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16815 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16816 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16817 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16818 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16819 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16820 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16821 (gnus-summary-high-ticked-face): Ditto.
16822 (gnus-summary-low-ticked-face): Ditto.
16823 (gnus-summary-normal-ticked-face): Ditto.
16824 (gnus-summary-high-ancient-face): Ditto.
16825 (gnus-summary-low-ancient-face): Ditto.
16826 (gnus-summary-normal-ancient-face): Ditto.
16827 (gnus-summary-high-undownloaded-face): Ditto.
16828 (gnus-summary-low-undownloaded-face): Ditto.
16829 (gnus-summary-normal-undownloaded-face): Ditto.
16830 (gnus-summary-high-unread-face): Ditto.
16831 (gnus-summary-low-unread-face): Ditto.
16832 (gnus-summary-normal-unread-face): Ditto.
16833 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16834 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16835
16836 * hashcash.el (hashcash): New custom group.
16837 (hashcash-default-payment): Add :group.
16838 (hashcash-payment-alist): Ditto.
16839 (hashcash-default-accept-payment): Ditto.
16840 (hashcash-accept-resources): Ditto.
16841 (hashcash-path): Ditto.
16842 (hashcash-extra-generate-parameters): Ditto.
16843 (hashcash-double-spend-database): Ditto.
16844 (hashcash-in-news): Ditto.
16845
16846 * message.el (message-minibuffer-local-map): Add :group.
16847
16848 * netrc.el (netrc): Add :group.
16849
16850 * sieve-manage.el (sieve-manage-log): Add :group.
16851 (sieve-manage-default-user): Diito.
16852 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16853 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16854 (sieve-manage-authenticators): Ditto.
16855 (sieve-manage-authenticator-alist): Ditto.
16856 (sieve-manage-default-port): Ditto.
16857
16858 * sieve-mode.el (sieve-control-commands-face): Add :group.
16859 (sieve-action-commands-face): Ditto.
16860 (sieve-test-commands-face): Ditto.
16861 (sieve-tagged-arguments-face): Ditto.
16862
16863 * smime.el (smime): Add :group.
16864
16865 * spam-report.el (spam-report): Add :group.
16866
16867 * spam.el (spam, spam-face): Add :group.
16868
16869 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16870
16871 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16872 return \n.\n.\n at the end of articles. Protect against that.
16873 (nntp-with-open-group): Allow debugging.
16874
16875 * nnheader.el (mail-header-set-extra): Make into a function
16876 because I just could't understand how to quote the list properly.
16877
16878 * dns.el (query-dns-cached): New function.
16879
16880 2005-05-26 Lute Kamstra <lute@gnu.org>
16881
16882 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16883
16884 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16885
16886 * gnus-art.el: Don't autoload mail-extract-address-components.
16887
16888 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16889 eval-and-compile to evaluate it.
16890
16891 * hashcash.el: Don't autoload executable-find.
16892
16893 * nndb.el: Don't declare the nndb back end two or more times; don't
16894 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16895
16896 * nntp.el: Autoload format-spec instead of format; use
16897 eval-and-compile to evaluate autoload forms.
16898
16899 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16900
16901 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16902
16903 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16904
16905 * gnus.el (gnus-version-number): Bump version.
16906
16907 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16908
16909 * gnus.el: No Gnus v0.3 is released.
16910
16911 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16912
16913 * gnus-art.el (gnus-article-edit-part): Disable undo.
16914
16915 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16916
16917 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16918 gnus-article-date-lapsed-new-header is t if date timer is active;
16919 skip headers in which the original date value is empty.
16920 (gnus-article-save-original-date): Redefine it as a macro.
16921 (gnus-display-mime): Use it.
16922
16923 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16924
16925 * gnus-art.el (article-date-ut): Support converting date in
16926 forwarded parts as well.
16927 (gnus-article-save-original-date): New function.
16928 (gnus-display-mime): Use it.
16929
16930 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16931
16932 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16933 enclosure element of <item>.
16934
16935 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16936
16937 * message.el (message-kill-buffer-query): Rename from
16938 `message-kill-buffer-query-if-modified'. Add :version.
16939
16940 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16941
16942 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16943 window layout.
16944
16945 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16946
16947 * mml.el: Autoload dnd when compiling.
16948
16949 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16950
16951 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16952 x-dnd-*.
16953
16954 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16955
16956 * qp.el (quoted-printable-encode-region): Save excursion.
16957
16958 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16959
16960 * message.el (message-kill-buffer-query-if-modified): Add new variable
16961 so the user can kill a modified message buffer quickly.
16962 (message-kill-buffer): Use it.
16963
16964 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16965
16966 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16967 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16968
16969 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16970
16971 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16972 contained in text because xml.el decodes entities) with LFs.
16973
16974 2005-04-11 Lute Kamstra <lute@gnu.org>
16975
16976 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16977 differently.
16978
16979 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * mm-util.el (mm-detect-coding-region): Typo.
16982
16983 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16984
16985 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16986
16987 2005-04-06 Deepak Goel <deego@gnufans.org>
16988
16989 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16990 user-function allow user modifications of the scores.
16991 (spam-stat-score-buffer-user): New function, to allow
16992 user-computed modifications to the score.
16993 (spam-stat-score-buffer-user-functions): List of additional
16994 scoring functions.
16995 (spam-stat-error-holder): Global temporary error holder.
16996 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16997 variable.
16998
16999 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
17000
17001 * gnus-registry.el (gnus-registry-clean-empty-function)
17002 (gnus-registry-trim, gnus-registry-fetch-groups)
17003 (gnus-registry-delete-group): Groups that match
17004 `gnus-registry-ignored-groups' are removed from the registry
17005 entries, not just ignored for splitting. This helps clean up the
17006 registry. Also, `gnus-registry-fetch-groups' is a convenient way
17007 to get all the groups a message ID is in.
17008
17009 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17010 (spam-stat-split-fancy): Change "threshhold" to "threshold".
17011 (spam-stat-score-buffer-user-functions): Add :number custom type.
17012
17013 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17014
17015 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17016 argument in XEmacs.
17017
17018 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17019 (nnrss-request-group): Decode group name first.
17020 (nnrss-request-article): Make a text/plain article if mml-to-mime
17021 failed.
17022 (nnrss-get-encoding): Return a compatible encoding according to
17023 nnrss-compatible-encoding-alist.
17024 (nnrss-find-el): Use consp instead of listp.
17025 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17026
17027 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17028
17029 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17030 which Emacs 20 doesn't support.
17031 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17032
17033 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17034
17035 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17036 silence the byte compiler inside the defun.
17037
17038 * gnus-demon.el (parse-time-string): Add autoload.
17039
17040 * gnus-delay.el (parse-time-string): Add autoload.
17041
17042 * gnus-art.el (parse-time-string): Add autoload.
17043
17044 * nnultimate.el (parse-time): Require for `parse-time-string'.
17045
17046 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17047
17048 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17049
17050 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17051
17052 * smime.el (smime-ldap-host-list): Add :version.
17053
17054 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17055
17056 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17057 pass it to `gnus-browse-read-group'.
17058 (gnus-browse-read-group): Add NUMBER argument and pass it to
17059 `gnus-group-read-ephemeral-group'.
17060
17061 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17062 argument and pass it to `gnus-group-read-group'.
17063
17064 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
17065
17066 * mm-util.el (mm-xemacs-find-mime-charset): Only call
17067 mm-xemacs-find-mime-charset-1 if we have the mule feature
17068 available at runtime.
17069
17070 2005-03-25 Werner Lemberg <wl@gnu.org>
17071
17072 * nnmaildir.el: Replace `illegal' with `invalid'.
17073
17074 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17075
17076 * gnus-start.el (gnus-display-time-event-handler):
17077 Check display-time-timer at runtime rather than only at load time
17078 in case display-time-mode is turned off in the mean time.
17079
17080 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17081
17082 * nnimap.el (nnimap-open-connection): Print which authinfo file is
17083 used.
17084
17085 * nneething.el (nneething-map-file-directory): Derive from
17086 `gnus-directory'.
17087
17088 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17089 the To/Cc button.
17090
17091 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17092
17093 * nnmaildir.el (nnmaildir-request-accept-article):
17094 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17095
17096 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17097
17098 * gnus-async.el: Require timer-funcs at compile time when in
17099 XEmacs for `run-with-idle-timer'.
17100
17101 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17102
17103 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17104 autoloaded function.
17105
17106 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17107
17108 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17109
17110 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
17111
17112 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17113
17114 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17115
17116 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17117 Add gnus-expert-user to default.
17118
17119 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
17120
17121 * nnimap.el (nnimap-open-server): Ditto.
17122
17123 * imap.el (imap-authenticate): Fix typo.
17124
17125 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
17126
17127 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17128 buffer (since IMAP server might return FETCH response out of
17129 order, and the nntp buffer must be sorted).
17130
17131 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
17132
17133 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17134 comparison on string.
17135
17136 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17137 (gnus-agent-score): Rename category keywords to match gnus-cus.
17138 (gnus-agent-summary-fetch-series): Modify to protect against
17139 gnus-agent-summary-fetch-group clearing processable flags.
17140 (gnus-agent-synchronize-group-flags): Update live group buffer as
17141 synchronization may occur due to the user toggle the plugged
17142 status.
17143 (gnus-agent-fetch-group-1): Clear downloadable flag when article
17144 successfully downloaded.
17145 (gnus-agent-expire-group-1): Avoid using markers when the overview
17146 is in ascending order; greatly improves performance.
17147 (gnus-agent-regenerate-group):
17148 Use gnus-agent-synchronize-group-flags to reset read status in both
17149 gnus and server.
17150 (gnus-agent-update-files-total-fetched-for): Fix initial size.
17151
17152 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17153
17154 * message.el: Don't autoload former message-utils variables.
17155 (message-strip-subject-trailing-was): Change doc string.
17156
17157 * nnweb.el: Fixes for `gnus-group-make-web-group'.
17158 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
17159 (nnweb-google-search): Add "hl=en" here.
17160 (nnweb-google-parse-1, nnweb-google-create-mapping):
17161 Don't hardcode URL.
17162
17163 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17164
17165 * message.el (message-get-reply-headers, message-followup):
17166 Mention related variables `message-use-followup-to' and
17167 `message-use-mail-followup-to', in the information buffer.
17168
17169 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17170 of broken groups(-beta).google.com.
17171
17172 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
17173
17174 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17175 parameter to invoked gnus-request-move-article; remove the
17176 redundant gnus-sum-hint-move-is-internal variable; apply the marks
17177 all at once instead of once per article.
17178 (gnus-summary-remove-process-mark): Accept a list of articles as
17179 well as a single article for processing.
17180
17181 * gnus-int.el (gnus-request-move-article): Add move-is-internal
17182 parameter.
17183
17184 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17185
17186 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17187
17188 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17189 parameter.
17190
17191 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17192 parameter.
17193
17194 * nnimap.el (nnimap-request-move-article): Add move-is-internal
17195 parameter and remove the gnus-sum-hint-move-is-internal variable.
17196
17197 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17198 parameter.
17199
17200 * nndraft.el (nndraft-request-move-article): Add move-is-internal
17201 parameter.
17202
17203 * nndiary.el (nndiary-request-move-article): Add move-is-internal
17204 parameter.
17205
17206 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17207
17208 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17209 parameter.
17210
17211 * nnagent.el (nnagent-request-move-article): Add move-is-internal
17212 parameter.
17213
17214 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17215
17216 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17217 a more conservative way.
17218
17219 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17220
17221 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17222 buffer, so it moves the window's cursor.
17223
17224 2005-02-26 Arne Jørgensen <arne@arnested.dk>
17225
17226 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17227 `mm-dissect-multipart' and receive the from field as an (optional)
17228 argument from `mm-dissect-multipart'.
17229 (mm-dissect-multipart): Receive the from field as an argument and
17230 pass it on when we call `mm-dissect-buffer' on MIME parts.
17231 Fixes verification/decryption of signed/encrypted MIME parts.
17232
17233 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
17234
17235 * gnus-sum.el (gnus-summary-move-article):
17236 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17237 whatever it calls (right now, only nnimap-request-move article
17238 respects it).
17239
17240 * nnimap.el (nnimap-request-move-article):
17241 When gnus-sum-hint-move-is-internal is set, don't do the extra
17242 nnimap-request-article.
17243
17244 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17245
17246 * nnheader.el (nnheader-find-file-noselect): Add doc string.
17247
17248 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17249 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17250
17251 * gnus-sum.el (gnus-summary-caesar-message):
17252 Apply `gnus-treat-article' after rotation.
17253
17254 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17255 doc string.
17256
17257 2005-02-22 Simon Josefsson <jas@extundo.com>
17258
17259 * encrypt.el (encrypt-password-cache-expiry): Remove (use
17260 `password-cache-expiry' instead). Reported by Arne Jørgensen
17261 <arne@arnested.dk>.
17262 (encrypt): Add password-cache and password-cache-expiry as group
17263 members.
17264
17265 2005-02-22 Arne Jørgensen <arne@arnested.dk>
17266
17267 * smime.el (smime-ldap-host-list): Doc fix.
17268 (smime-ask-passphrase): Use `password-read-and-add' to read (and
17269 cache) password.
17270 (smime-sign-region): Use it.
17271 (smime-decrypt-region): Use it.
17272 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17273 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17274 fails.
17275 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17276 certificate from DER to PEM format rather than calling openssl.
17277
17278 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17279
17280 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17281 for signing/encryption.
17282
17283 * mml.el (mml-parse-1): Use them.
17284
17285 2005-02-21 Arne Jørgensen <arne@arnested.dk>
17286
17287 * nnrss.el (nnrss-verbose): Remove.
17288 (nnrss-request-group): Use `nnheader-message' instead.
17289
17290 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
17291
17292 * nnrss.el (nnrss-verbose): New variable.
17293 (nnrss-request-group): Make it say nnrss is requesting a group.
17294
17295 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17296
17297 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17298 Handle news URL with given port correctly.
17299
17300 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
17301
17302 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17303 containing special characters.
17304
17305 * gnus-sum.el (gnus-summary-edit-article): Ditto.
17306
17307 * mml.el (mime-to-mml): Ditto.
17308
17309 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17310 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17311 (rfc2047-decode-region): Quote decoded words containing special
17312 characters when rfc2047-quote-decoded-words-containing-tspecials
17313 is non-nil.
17314
17315 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
17316
17317 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17318
17319 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17320
17321 2005-02-15 Simon Josefsson <jas@extundo.com>
17322
17323 * nnimap.el (nnimap-debug): Doc fix.
17324
17325 * imap.el (imap-debug): Doc fix.
17326
17327 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17328
17329 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17330
17331 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17332
17333 * gnus.el (spam-contents): Improve docs for spam-contents
17334 parameter in its variable incarnation.
17335
17336 2005-02-14 Simon Josefsson <jas@extundo.com>
17337
17338 * smime-ldap.el: Use require instead of load-library for ldap.
17339 (smime-ldap-search): Indent.
17340 (smime-ldap-search-internal): Shorten line.
17341
17342 * smime.el (smime-cert-by-dns): Add doc-string.
17343 (smime-cert-by-ldap-1): Indent.
17344
17345 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17346 mml-smime-get-dns-ldap.
17347 (mml-smime-encrypt-query): Use new function. Default to ldap.
17348
17349 2005-02-14 Arne Jørgensen <arne@arnested.dk>
17350
17351 * smime.el: Require smime-ldap.
17352 (smime-ldap-host-list): New variable.
17353 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17354
17355 * mml-smime.el (mml-smime-encrypt-query): New function.
17356 (mml-smime-encrypt-query): Use it.
17357
17358 * smime-ldap.el: New file.
17359
17360 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17361
17362 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17363
17364 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17365
17366 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17367 argument in doc string. Make query for type more clear.
17368
17369 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17370
17371 * gnus.el (gnus-group-startup-message): Search for gnus images in
17372 etc/images/gnus.
17373 * mm-util.el (mm-image-load-path): Likewise.
17374 * smiley.el (smiley-data-directory): Search for smilies in
17375 etc/images/smilies.
17376
17377 2005-02-09 Kim F. Storm <storm@cua.dk>
17378
17379 Change Emacs release version from 21.4 to 22.1 throughout.
17380 Change Emacs development version from 21.3.50 to 22.0.50.
17381
17382 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17383
17384 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17385
17386 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17387 non-Mule XEmacs as well.
17388 (mm-decompress-buffer): Signal an error intentionally if it does
17389 not decompress compressed data because auto-compression-mode is
17390 disabled.
17391
17392 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
17393
17394 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17395 an ID in the registry even if it has no groups.
17396
17397 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
17398
17399 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17400 merge it into mm-decompress-buffer.
17401 (gnus-mime-copy-part): Use the MIME part charset, the value which
17402 a user specified or gnus-newsgroup-charset for decoding, like
17403 gnus-mime-inline-part does; set buffer-file-coding-system to tell
17404 save-buffer what was used. Suggested by Kevin Ryde
17405 <user42@zip.com.au>.
17406 (gnus-mime-inline-part): Allow the name parameter as well as the
17407 filename parameter; force decompressing of compressed data; always
17408 display contents being not decoded as unibyte.
17409
17410 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17411 as well as the filename parameter.
17412
17413 * mm-util.el (mm-decompress-buffer):
17414 Merge gnus-mime-jka-compr-maybe-uncompress.
17415 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17416 of compressed data.
17417
17418 2005-02-08 Simon Josefsson <jas@extundo.com>
17419
17420 * imap.el (imap-log): Doc fix.
17421
17422 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17423
17424 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17425 the coding cookies; decompress compressed parts.
17426
17427 * mml.el (mml-generate-mime-1): Add the charset parameter according
17428 to the value which a user specified manually or the coding cookie.
17429
17430 * mm-util.el (mm-string-to-multibyte): New function.
17431 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17432 (mm-coding-system-to-mime-charset): New function.
17433 (mm-decompress-buffer): New function.
17434 (mm-find-buffer-file-coding-system): New function.
17435
17436 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17437 (mm-display-inline-fontify): Rewrite for decoding and decompressing
17438 parts.
17439
17440 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17441
17442 * mm-view.el (mm-display-inline-fontify): Decode a part according
17443 to the charset parameter.
17444
17445 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17446
17447 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17448 prefix arg is neither nil nor a number, as info specifies.
17449
17450 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
17451
17452 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17453 timestamps.
17454
17455 2005-02-02 Jari Aalto <jari.aalto@cante.net>
17456
17457 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17458 groups error checking and notify user.
17459
17460 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
17461
17462 * message.el (message-send-mail-function): Check existence of
17463 sendmail-program first before using default value
17464 `message-send-mail-with-sendmail'. Otherwise use more generic
17465 `smtpmail-send-it'.
17466
17467 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
17468
17469 * nntp.el (nntp-request-update-info): Always return nil.
17470
17471 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
17472
17473 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17474
17475 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * message.el (message-beginning-of-line): Change the behavior when
17478 invoked between BOL and : so that it first moves backward.
17479
17480 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17481
17482 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17483 article buffer when editing of the article is discarded.
17484 (gnus-article-prepare): Revert.
17485
17486 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17487
17488 * gnus-art.el (gnus-article-prepare):
17489 Remove message-strip-forbidden-properties from the local hook.
17490
17491 2005-01-27 Simon Josefsson <jas@extundo.com>
17492
17493 * password.el (password-cache-add): Only start one timer per key.
17494 Reported by Derek Atkins <warlord@MIT.EDU>.
17495
17496 2005-01-26 Steve Youngs <steve@sxemacs.org>
17497
17498 * run-at-time.el: Remove. It is no longer needed as
17499 timer-funcs.el in the xemacs-base package has a working version of
17500 `run-at-time'.
17501
17502 * password.el: Require timer-funcs instead of run-at-time in
17503 XEmacs.
17504 Remove `password-run-at-time' macro.
17505 (password-cache-add): Use `run-at-time' instead of
17506 `password-run-at-time'.
17507
17508 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17509 for `run-with-idle-timer'.
17510
17511 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17512 for `run-at-time'.
17513
17514 * mm-url.el: Require timer-funcs at compile time when in XEmacs
17515 for `with-timeout'.
17516
17517 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17518
17519 * mml.el (mml-generate-mime-1): Convert string into unibyte when
17520 inserting " *mml*" buffer's contents into a unibyte temp buffer.
17521
17522 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
17523
17524 * mail-source.el (mail-source-fetch-imap): Search for ^From case
17525 sensitively.
17526
17527 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
17528
17529 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17530
17531 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
17532
17533 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17534 which will be inserted according to the multibyteness of a buffer
17535 rather than the type of contents. Suggested by ARISAWA Akihiro
17536 <ari@mbf.ocn.ne.jp>.
17537
17538 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17539 of string which old xml.el may return rather than a string.
17540
17541 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17542
17543 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17544
17545 2005-01-16 Simon Josefsson <jas@extundo.com>
17546
17547 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17548 idn/idna.el isn't available.
17549 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
17550 <michael@waxrat.com>.
17551
17552 * hashcash.el: Remove non-FSF copyright header.
17553
17554 * hashcash.el (hashcash-extra-generate-parameters): New variable.
17555 (hashcash-generate-payment): Use it.
17556 (hashcash-generate-payment-async): Use it.
17557
17558 2005-01-15 Simon Josefsson <jas@extundo.com>
17559
17560 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17561 Suggested by Raymond Scholz <ray-2005@zonix.de>.
17562
17563 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17564 gnus-summary-idna-message.
17565 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17566 (gnus-summary-idna-message): New function.
17567
17568 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17569
17570 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17571 gnus-novice-user.
17572
17573 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
17574
17575 * nnrss.el (nnrss-request-delete-group): Delete entries in
17576 nnrss-group-alist as well.
17577 (nnrss-save-server-data): Insert newline.
17578
17579 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
17580
17581 * gnus.el (gnus-user-agent): Use list of symbols instead of
17582 symbols. Display full version number for (S)XEmacs.
17583 Optionally display (S)XEmacs codename.
17584
17585 * gnus-util.el (gnus-emacs-version): Update for new
17586 `gnus-user-agent'.
17587
17588 * gnus-msg.el (gnus-extended-version): Make it possible to omit
17589 Gnus version.
17590
17591 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17592
17593 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
17594 which is unreadable in some setups.
17595
17596 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17597
17598 * gnus-spec.el (gnus-update-format-specifications): Flush the
17599 group format spec cache if it doesn't support decoded group names.
17600
17601 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
17602
17603 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17604 Allow to apply decay on score files matching a regexp.
17605
17606 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
17607
17608 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17609 compatibility in %g and %c.
17610
17611 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
17612
17613 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17614 name for only %g and %c.
17615 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17616 of gnus-tmp-group to decoded group name.
17617 (gnus-group-make-rss-group): Exclude `/'s from group names.
17618
17619 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
17620
17621 * nnrss.el (nnrss-get-encoding): Fix regexp.
17622
17623 2004-12-27 Simon Josefsson <jas@extundo.com>
17624
17625 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17626 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17627 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
17628
17629 2004-12-17 Kim F. Storm <storm@cua.dk>
17630
17631 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17632
17633 * gnus-sum.el (gnus-summary-mode-map): Likewise.
17634
17635 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17636
17637 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17638
17639 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
17640
17641 * nnrss.el: Require rfc2047 and mml.
17642 (nnrss-file-coding-system): New variable.
17643 (nnrss-format-string): Redefine it as an inline function.
17644 (nnrss-decode-group-name): New function.
17645 (nnrss-string-as-multibyte): Remove.
17646 (nnrss-retrieve-headers): Decode group name; don't use
17647 nnrss-format-string.
17648 (nnrss-request-group): Decode group name.
17649 (nnrss-request-article): Decode group name; allow a Message-ID as
17650 well as an article number; don't use nnrss-format-string; encode a
17651 Message-ID string which may contain non-ASCII characters; use
17652 mml-to-mime to compose a MIME article.
17653 (nnrss-request-expire-articles): Decode group name.
17654 (nnrss-request-delete-group): Decode group name.
17655 (nnrss-fetch): Clarify error message.
17656 (nnrss-read-server-data): Use insert-file-contents instead of load;
17657 bind file-name-coding-system; use multibyte buffer.
17658 (nnrss-save-server-data): Bind coding-system-for-write to the
17659 value of nnrss-file-coding-system; bind file-name-coding-system;
17660 add coding cookie.
17661 (nnrss-read-group-data): Use insert-file-contents instead of load;
17662 bind file-name-coding-system; use multibyte buffer.
17663 (nnrss-save-group-data): Bind coding-system-for-write to the
17664 value of nnrss-file-coding-system; bind file-name-coding-system.
17665 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17666 make it work with non-ASCII text.
17667 (nnrss-find-el): Make it work with old xml.el as well.
17668
17669 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17670
17671 * nnrss.el (nnrss-get-encoding): New function.
17672 (nnrss-fetch): Use unibyte buffer initially; bind
17673 coding-system-for-read while performing mm-url-insert; remove ^Ms;
17674 decode contents according to the encoding attribute.
17675 (nnrss-save-group-data): Add coding cookie.
17676 (nnrss-mime-encode-string): New function.
17677 (nnrss-check-group): Use it to encode subject and author.
17678
17679 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
17680
17681 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17682 imaginary variable.
17683
17684 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17685
17686 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17687 correctly even if there are wide characters.
17688
17689 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17690
17691 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17692 downcased symbol names; make a new cache instead of reusing
17693 bbdb-hashtable.
17694
17695 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17696
17697 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17698 concatenating segments rather than before concatenating them.
17699 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17700
17701 * message.el (message-get-reply-headers): Bind `extra'.
17702
17703 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17704
17705 * message.el (message-extra-wide-headers): New variable.
17706 (message-get-reply-headers): Use it.
17707
17708 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17709
17710 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17711 (gnus-agent-group-pathname): Ditto.
17712
17713 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17714
17715 * gnus-group.el (gnus-group-make-group): Decode group name.
17716 (gnus-group-make-rss-group): Register the group data after opening
17717 the nnrss group.
17718
17719 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17720
17721 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17722 by expiry now get marked as read.
17723
17724 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17725
17726 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17727
17728 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17729
17730 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17731 unify Latin characters in XEmacs.
17732 (mm-find-mime-charset-region): Use it.
17733
17734 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17735
17736 * gnus-util.el (gnus-delete-directory): New function.
17737
17738 * gnus-agent.el (gnus-agent-delete-group): Use it.
17739
17740 * gnus-cache.el (gnus-cache-delete-group): Use it.
17741
17742 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17743
17744 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17745 names.
17746
17747 2004-12-16 Simon Josefsson <jas@extundo.com>
17748
17749 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17750
17751 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17752
17753 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17754
17755 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17756 (gnus-group-set-current-level): Decode group name.
17757
17758 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17759
17760 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17761 failed.
17762
17763 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17764
17765 * gnus-group.el (gnus-group-delete-group): Decode group name.
17766 (gnus-group-make-rss-group): Encode group name.
17767 (gnus-group-catchup-current): Decode group name.
17768 (gnus-group-kill-group): Decode group name.
17769
17770 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17773
17774 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17775
17776 * gnus-group.el (gnus-group-make-rss-group):
17777 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17778
17779 * gnus-start.el (gnus-setup-news): Honor user's setting to
17780 gnus-message-archive-method. Suggested by Lute Kamstra
17781 <lute@gnu.org>.
17782
17783 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17784
17785 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17786 global counterparts of the buffer-local variables.
17787
17788 2004-11-16 Romain Francoise <romain@orebokech.com>
17789
17790 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17791 counterparts of the buffer-local variables.
17792
17793 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17794
17795 * message.el (message-forbidden-properties): Fix typo in doc
17796 string.
17797
17798 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17799
17800 * gnus-util.el (gnus-replace-in-string): Add doc string.
17801
17802 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17803 to avoid problems when splitting mails with many recipients.
17804
17805 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17808 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17809
17810 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17811
17812 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17813 if there is no hashtable in memory or file modification time is
17814 newer than cached timestamp.
17815
17816 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17817
17818 * gnus-sum.el (gnus-summary-limit-to-recipient):
17819 Implement not-matching option.
17820
17821 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17822
17823 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17824 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17825 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17826 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17827 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17828 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17829
17830 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17831
17832 * message.el (message-forward-make-body-mml): Remove headers
17833 according to message-forward-ignored-headers if a message is decoded.
17834
17835 2004-12-02 Romain Francoise <romain@orebokech.com>
17836
17837 * message.el (message-forward-make-body-plain): Always remove
17838 headers according to message-forward-ignored-headers.
17839
17840 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17841
17842 * spam.el (spam-summary-prepare-exit): Remove the
17843 gnus-summary-limit pop for now, it has problems with ham marks for
17844 me.
17845
17846 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17847
17848 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17849 correctly.
17850
17851 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17852
17853 * format-spec.el (format-spec): Message the char.
17854
17855 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17856
17857 * gnus-art.el (gnus-split-methods): Reformat comments.
17858
17859 * spam.el (spam-summary-prepare-exit): Remove article limits
17860 before exiting the summary buffer.
17861
17862 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17863
17864 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17865 order to silence the byte compiler.
17866
17867 * spam.el: Fix the way to silence the byte compiler, which
17868 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17869 bbdb-search-simple, spam-BBDB-register-routine,
17870 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17871 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17872 spam-stat-buffer-is-spam, spam-stat-load,
17873 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17874 spam-stat-save and spam-stat-split-fancy.
17875
17876 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17877
17878 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17879 which may confuse users.
17880 (canlock-password-for-verify): Ditto.
17881
17882 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17883
17884 * gnus-art.el (gnus-emphasis-alist): Ditto.
17885
17886 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17887
17888 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17889
17890 * gnus-start.el (gnus-save-killed-list): Ditto.
17891
17892 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17893 (gnus-sum-thread-tree-root): Ditto.
17894 (gnus-sum-thread-tree-false-root): Ditto.
17895 (gnus-sum-thread-tree-single-indent): Ditto.
17896
17897 * message.el (message-courtesy-message): Ditto.
17898 (message-archive-note): Ditto.
17899 (message-subscribed-address-file): Ditto.
17900 (message-user-fqdn): Ditto.
17901
17902 * spam-report.el (spam-report-gmane-regex): Ditto.
17903
17904 * spam.el (spam-blackhole-good-server-regex): Ditto.
17905
17906 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17907
17908 * mml.el (mml-preview): Widen the message buffer before copying
17909 the contents to the preview buffer; sort headers before previewing.
17910
17911 * message.el (message-hidden-headers): Fix the way to avoid a bug
17912 in the `repeat' widget in Emacs 21.3 or earlier.
17913
17914 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17915
17916 * message.el (message-hidden-headers): Default to "^References:".
17917 Improve customization type. Suggested by Reiner Steib
17918 <Reiner.Steib@gmx.de>.
17919
17920 2004-11-25 Romain Francoise <romain@orebokech.com>
17921
17922 * message.el (message-strip-forbidden-properties): Remove check for
17923 obsolete `message-hidden' text property, hidden headers are not
17924 accessible in the buffer anymore.
17925
17926 2004-11-22 Romain Francoise <romain@orebokech.com>
17927
17928 * message.el (message-header-format-alist): Add `From' in list
17929 so that it can be sorted.
17930 (message-fix-before-sending): Widen and sort headers before
17931 sending.
17932 (message-hide-headers): Use narrowing to hide headers by moving
17933 them to the top of the buffer and narrowing to the region
17934 underneath.
17935
17936 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17937
17938 * message.el (message-strip-forbidden-properties):
17939 Bind buffer-read-only (etc) to nil.
17940
17941 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17942
17943 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17944 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17945
17946 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17947
17948 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17949
17950 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17951
17952 * dns.el (query-dns): Use sit-for to time instead of
17953 accept-process-output, since that doesn't seem to work on udp
17954 sockets.
17955
17956 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17957
17958 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17959
17960 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17961
17962 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17963 doc string. Improve doc string.
17964
17965 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17966
17967 * nntp.el (nntp-request-update-info): Return nil if
17968 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17969 may not call gnus-activate-group which uselessly issues the GROUP
17970 commands for all nntp groups and wastes time. Reported by Romain
17971 Francoise <romain@orebokech.com>.
17972
17973 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17974
17975 2004-11-15 Simon Josefsson <jas@extundo.com>
17976
17977 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17978 headers separately.
17979 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17980 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17981
17982 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17983
17984 * gnus-start.el (gnus-convert-old-newsrc):
17985 Assign legacy-gnus-agent to 5.10.7.
17986
17987 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17988
17989 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17990 start of the lines.
17991
17992 2004-11-14 Magnus Henoch <mange@freemail.hu>
17993
17994 * hashcash.el (hashcash-default-payment): Change default to 20.
17995 (hashcash-default-accept-payment): Change default to 20.
17996 (hashcash-process-alist): New variable.
17997 (hashcash-generate-payment-async): Add.
17998 (hashcash-already-paid-p): Add.
17999 (hashcash-insert-payment): Don't generate payments twice.
18000 (hashcash-insert-payment-async): Add.
18001 (hashcash-insert-payment-async-2): Add.
18002 (hashcash-cancel-async): Add.
18003 (hashcash-wait-async): Add.
18004 (hashcash-processes-running-p): Add.
18005 (hashcash-wait-or-cancel): Add.
18006 (mail-add-payment): New optional argument. Conditionally start
18007 asynchronous calculation.
18008 (mail-add-payment-async): Add.
18009
18010 * message.el (message-send-mail): Wait for asynchronous hashcash
18011 results. Don't clobber existing X-Hashcash headers.
18012 (message-setup-1): Call mail-add-payment-async when
18013 message-generate-hashcash is non-nil.
18014
18015 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18016
18017 * message.el (message-use-alternative-email-as-from): Examine the
18018 From header as well; use message-make-from in order to include a
18019 user's full name.
18020
18021 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
18022
18023 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18024 default; improve customization type.
18025 (gnus-emphasis-custom-with-format): New macro.
18026 (gnus-emphasis-custom-value-to-external): New function.
18027 (gnus-emphasis-custom-value-to-internal): New function.
18028
18029 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18030
18031 * dns.el (query-dns): Resolve reverse addresses.
18032
18033 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18034
18035 * gnus-group.el (gnus-group-get-new-news): Use it.
18036
18037 * gnus-start.el (gnus-check-reasonable-setup): New function.
18038
18039 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
18040
18041 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18042 "Args out of range" error. Reported by Arnaud Giersch
18043 <arnaud.giersch@free.fr>.
18044
18045 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
18046
18047 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18048
18049 2004-11-04 Richard M. Stallman <rms@gnu.org>
18050
18051 * spam.el (spam group): Add :version.
18052
18053 * pgg-def.el (pgg group): Add :version.
18054
18055 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
18056
18057 * gnus-art.el (gnus-article-edit-article): Don't associate the
18058 article buffer with a draft file. This is a temporary measure
18059 against the 2004-08-22 change to gnus-article-edit-mode.
18060
18061 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
18062
18063 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18064 (html2text-format-tags): Remove unused variable `attr'.
18065
18066 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
18067
18068 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18069
18070 * spam-stat.el (spam-stat): Add :version.
18071
18072 * sieve.el (sieve): Add :version.
18073
18074 * sha1.el (sha1): Add :version.
18075 (sha1-use-external): Remove redundant version.
18076
18077 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18078 (nnmail-cache-ignore-groups, nnmail-spool-hook)
18079 (nnmail-split-fancy-match-partial-words)
18080 (nnmail-split-lowercase-expanded): Add :version.
18081
18082 * nndiary.el (nndiary): Add :version.
18083
18084 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18085
18086 * mml-sec.el (mml-default-sign-method)
18087 (mml-default-encrypt-method, mml-signencrypt-style-alist):
18088 Add :version.
18089
18090 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18091
18092 * mm-url.el (mm-url-use-external, mm-url-program)
18093 (mm-url-arguments): Add :version.
18094
18095 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18096 (mm-attachment-file-modes, mm-decrypt-option)
18097 (mm-w3m-safe-url-regexp): Add :version.
18098
18099 * message.el (message-cite-prefix-regexp)
18100 (message-sendmail-envelope-from, message-minibuffer-local-map)
18101 (message-user-fqdn, message-completion-alist): Add :version.
18102
18103 * gnus-win.el (gnus-configure-windows-hook)
18104 (gnus-use-frames-on-any-display): Add :version.
18105
18106 * gnus-art.el (gnus-article-address-banner-alist)
18107 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18108 (gnus-treat-from-picon, gnus-treat-mail-picon)
18109 (gnus-treat-x-pgp-sig): Add :version.
18110
18111 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18112 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18113 (gnus-summary-article-delete-hook)
18114 (gnus-summary-display-while-building): Add :version.
18115
18116 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18117 (gnus-get-top-new-news-hook): Add :version.
18118
18119 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18120 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18121
18122 * gnus-registry.el (gnus-registry): Add :version.
18123
18124 * gnus-spec.el (gnus-use-correct-string-widths)
18125 (gnus-make-format-preserve-properties): Add :version.
18126
18127 * gnus.el (gnus-group-charter-alist)
18128 (gnus-group-fetch-control-use-browse-url)
18129 (gnus-install-group-spam-parameters): Add :version.
18130
18131 * gnus-diary.el (gnus-diary): Add :version.
18132
18133 * gnus-delay.el (gnus-delay): Add :version.
18134
18135 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18136 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18137 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18138 Add :version.
18139
18140 * gnus-agent.el (gnus-agent-max-fetch-size)
18141 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18142 (gnus-agent-prompt-send-queue): Add :version.
18143
18144 * deuglify.el (gnus-outlook-deuglify): Add :version.
18145
18146 * html2text.el: Beautify code. Improve doc strings.
18147 Some checkdoc cleanup.
18148 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18149
18150 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18151
18152 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18153
18154 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
18155
18156 * gnus-registry.el (gnus-registry-hashtb): Create the registry
18157 when package is loaded.
18158
18159 * spam.el (spam-summary-score-preferred-header): Add global preference
18160 for people who want to override the default SpamAssassin over
18161 Bogofilter preference (when both are set).
18162 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18163 (spam-user-format-function-S):
18164 Check spam-summary-score-preferred-header.
18165 (spam-extra-header-to-number): Add X-Bogosity header parsing.
18166 (spam-user-format-function-S): Format the score correctly.
18167
18168 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
18169
18170 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18171 signature file. Suggested by Manoj Srivastava
18172 <srivasta@golden-gryphon.com>.
18173
18174 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18175 iso-2022-jp even in the Japanese language environment.
18176 Suggested by Jason Rumney <jasonr@gnu.org>.
18177
18178 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
18179
18180 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18181 use the same characters as the dummy marks; make it free from
18182 getting affected by the language environment.
18183 (gnus-summary-read-group-1): Update mark positions only when the
18184 format spec is updated.
18185
18186 * gnus-spec.el (gnus-update-format-specifications): Return a list
18187 of updated types.
18188
18189 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
18190
18191 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18192 of boundp to check if display-warning is available.
18193
18194 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
18195
18196 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18197
18198 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18199
18200 * nnspool.el (nnspool-spool-directory): Use news-path if the
18201 news-directory variable is not bound.
18202
18203 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18204 function instead of display-warning if it is not available.
18205
18206 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18207
18208 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18209 v5-10: Use `point-at-bol'.
18210
18211 2004-10-26 Simon Josefsson <jas@extundo.com>
18212
18213 * hashcash.el: Fix URL in comment, reported by Cheng Gao
18214 <chenggao@gmail.com>.
18215
18216 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18217
18218 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
18219 instead.
18220
18221 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
18222
18223 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18224 to remove a server from the nnimap-server-buffer-alist.
18225 (nnimap-open-connection, nnimap-close-server): Use it.
18226
18227 * gnus-encrypt.el: Remove file in favor of encrypt.el.
18228
18229 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
18230
18231 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18232 running the major-mode function.
18233
18234 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18235
18236 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18237 dummy marks in the right way.
18238
18239 2004-10-18 David Edmondson <dme@dme.org>
18240
18241 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18242 excessively.
18243
18244 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
18245
18246 * gnus-util.el (gnus-split-references): Accept a nil references
18247 string and go on blissfully.
18248
18249 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18250 cases where the references string is non-nil but has no references.
18251
18252 * encrypt.el: Add autoload tags.
18253
18254 * spam.el (spam-resolve-registrations-routine): Remove article
18255 from unregistration list too. Reported by David Hanak
18256 <dhanak@isis.vanderbilt.edu>
18257
18258 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
18259
18260 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18261 nil. Change custom type.
18262
18263 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
18264
18265 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18266
18267 * gnus-sum.el (gnus-summary-move-article): Use it.
18268
18269 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
18270
18271 * encrypt.el: Add autoload cookies.
18272
18273 * spam.el (spam-backend-article-list-property)
18274 (spam-backend-get-article-todo-list)
18275 (spam-backend-put-article-todo-list)
18276 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18277 Resolve registrations separately.
18278 (spam-register-routine): Format comments.
18279 (spam-unregister-routine, spam-register-routine): Always call with
18280 specific-articles, no default list.
18281 (spam-summary-prepare-exit): Use the spam-classifications function.
18282
18283 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18284 gnus-encrypt.el.
18285
18286 * encrypt.el: Copied from gnus-encrypt.el.
18287
18288 * gnus-encrypt.el: Commented that it's obsolete.
18289
18290 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18291
18292 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18293 (gnus-score-save): Use it.
18294
18295 * message.el (message-bury): Use `window-dedicated-p'.
18296
18297 2004-10-15 Simon Josefsson <jas@extundo.com>
18298
18299 * pop3.el (top-level): Don't require nnheader.
18300 (pop3-read-timeout): Add.
18301 (pop3-accept-process-output): Add.
18302 (pop3-read-response, pop3-retr): Use it.
18303
18304 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
18305
18306 * spam.el (spam-register-routine): Move comment.
18307 (spam-verify-bogofilter): Use 'unknown for the initial
18308 spam-bogofilter-valid state, not 'never.
18309
18310 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18311 for netrc-machine.
18312
18313 * nnimap.el (nnimap-open-connection):
18314 Use netrc-machine-user-or-password.
18315
18316 2004-10-17 Richard M. Stallman <rms@gnu.org>
18317
18318 * gnus-registry.el (gnus-registry-unload-hook):
18319 Set as a variable with add-hook.
18320
18321 * nnspool.el (nnspool-spool-directory): Use news-directory instead
18322 of news-path.
18323
18324 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18325
18326 * spam.el: Delete duplicate `provide'.
18327 (spam-unload-hook): Set as a variable with add-hook.
18328
18329 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18330
18331 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18332 in the doc string.
18333
18334 * message.el (message-ignored-news-headers)
18335 (message-ignored-supersedes-headers)
18336 (message-ignored-resent-headers)
18337 (message-forward-ignored-headers): Improve custom type.
18338
18339 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
18340
18341 * message.el (message-tokenize-header): Fix 2004-09-06 change
18342 which used point-min in the wrong place.
18343
18344 2004-10-12 Simon Josefsson <jas@extundo.com>
18345
18346 * tls.el (tls-certtool-program): New variable.
18347 (tls-certificate-information): New function, based on
18348 ssl-certificate-information.
18349
18350 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
18351
18352 * compface.el: Move the version of ELisp-based uncompface program
18353 to the contrib directory because of the copyright problem.
18354
18355 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18356
18357 * message.el (message-kill-buffer): Raise the current frame.
18358
18359 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
18360
18361 * gnus-sum.el: Mention that multibyte characters don't work as marks.
18362
18363 * gnus.el (message-y-or-n-p): Autoload.
18364
18365 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18366 (pop3-password-required, pop3-authentication-scheme)
18367 (pop3-leave-mail-on-server): Make customizable.
18368 (pop3): New custom group.
18369 (pop3-retr): Remove `sleep-for' statements.
18370 Suggested by Dave Love <fx@gnu.org>.
18371
18372 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18373 Windows/DOS.
18374
18375 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18376 (imap-parse-body): Fix incorrect use of `assert'.
18377 Suggested by Dave Love <fx@gnu.org>.
18378
18379 * mml.el (mml-minibuffer-read-disposition): Require match.
18380 Suggested by Dave Love <fx@gnu.org>.
18381
18382 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18383
18384 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
18385 doc string.
18386
18387 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
18388
18389 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18390
18391 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18392
18393 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18394 instead of calling `mm-insert-inline', to decode text/* parts
18395 before displaying them.
18396
18397 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
18398
18399 * mm-uu.el (mm-uu-text-plain-type): New variable.
18400 (mm-uu-pgp-signed-extract-1): Use it.
18401 (mm-uu-pgp-encrypted-extract-1): Use it.
18402 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18403 bind mm-uu-text-plain-type with that value.
18404 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18405 mm-uu-dissect.
18406
18407 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18408
18409 * gnus-group.el (gnus-update-group-mark-positions):
18410 * gnus-sum.el (gnus-update-summary-mark-positions):
18411 * message.el (message-check-news-body-syntax):
18412 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18413 of string-as-multibyte.
18414
18415 2004-10-05 Juri Linkov <juri@jurta.org>
18416
18417 * gnus-group.el (gnus-update-group-mark-positions):
18418 * gnus-sum.el (gnus-update-summary-mark-positions):
18419 * message.el (message-check-news-body-syntax):
18420 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18421 8-bit unibyte values to a multibyte string for search functions.
18422
18423 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18424
18425 * mm-uu.el (mm-uu-dissect): Allow optional arg.
18426 (mm-uu-dissect-text-parts): New function.
18427
18428 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18429 dissect text parts.
18430
18431 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18432 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18433
18434 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18435
18436 * gnus-topic.el (gnus-topic-hierarchical-parameters):
18437 Use gnus-current-topics instead of gnus-current-topic.
18438
18439 2004-10-06 Jesper Harder <harder@ifa.au.dk>
18440
18441 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18442
18443 2004-10-05 Jesper Harder <harder@ifa.au.dk>
18444
18445 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18446 where approriate.
18447
18448 * nnml.el (nnml-generate-active-info): do.
18449
18450 * nndiary.el (nndiary-generate-active-info): do.
18451
18452 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18453 (gnus-topic-move): do.
18454
18455 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18456 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18457
18458 * gnus-srvr.el (gnus-server-prepare)
18459 (gnus-server-open-all-servers): do.
18460
18461 * gnus-msg.el (gnus-summary-cancel-article)
18462 (gnus-summary-resend-message)
18463 (gnus-summary-mail-crosspost-complaint): do.
18464
18465 * gnus-move.el (gnus-change-server): do.
18466
18467 * gnus-group.el (gnus-group-unmark-all-groups)
18468 (gnus-group-set-current-level): do.
18469
18470 2004-10-04 Simon Josefsson <jas@extundo.com>
18471
18472 * message.el (message-generate-hashcash): Doc fix.
18473
18474 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
18475
18476 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18477 avoid infinite recursion via gnus-get-function.
18478
18479 2004-10-02 Jesper Harder <harder@ifa.au.dk>
18480
18481 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18482
18483 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18484
18485 * nnmail.el (nnmail-split-history): do.
18486
18487 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18488 (nnml-request-delete-group): do.
18489
18490 * nnslashdot.el (nnslashdot-read-groups): do.
18491
18492 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18493 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18494
18495 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18496 (nnspool-sift-nov-with-sed): Use last.
18497 (nnspool-retrieve-headers-with-nov): Use mapc.
18498 (nnspool-request-newgroups): Use dolist.
18499 (nnspool-request-group): Use last.
18500
18501 * nntp.el (nntp-read-server-type): Use dolist.
18502
18503 * nnvirtual.el (nnvirtual-create-mapping)
18504 (nnvirtual-update-read-and-marked): Use dolist.
18505 (nnvirtual-convert-headers): Simplify.
18506
18507 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18508
18509 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18510 Add support for sync'ing tick marks.
18511
18512 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
18513
18514 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18515 there's no visible header.
18516
18517 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18518
18519 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18520 When necessary, pass full group name to gnus-request-set-marks.
18521
18522 2004-10-01 Simon Josefsson <jas@extundo.com>
18523
18524 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
18525 acroread.
18526
18527 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18528
18529 * spam-report.el (spam-report-gmane): Fix interactive.
18530
18531 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18532
18533 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18534 when writing file.
18535 (gnus-agent-synchronize-flags): Don't default to being
18536 interactive.
18537
18538 2004-09-30 Simon Josefsson <jas@extundo.com>
18539
18540 * message.el (message-generate-hashcash): Add.
18541 (message-send-mail): Use it, call mail-add-payment.
18542
18543 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
18544
18545 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18546
18547 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
18548
18549 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18550 gnus-requst-update-info with explicit code to sync the in-memory
18551 info read flags with the marks being sync'd to the backend.
18552
18553 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18554
18555 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18556
18557 * spam.el (spam-verify-bogofilter): Add new function.
18558 (spam-check-bogofilter)
18559 (spam-bogofilter-register-with-bogofilter): Use it.
18560 (spam-verify-bogofilter): Add small fixes.
18561
18562 2004-09-28 Simon Josefsson <jas@extundo.com>
18563
18564 * hashcash.el (hashcash-generate-payment): Revert.
18565
18566 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18567
18568 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18569 Use gnus-extract-references instead of gnus-split-references.
18570
18571 * gnus-util.el (gnus-extract-references): Add new function, analogous
18572 to gnus-split-references but extracts only the message-ID without
18573 anything extra.
18574
18575 * hashcash.el (hashcash-generate-payment)
18576 (hashcash-check-payment): Do the right thing if hashcash-path is
18577 nil (because the hashcash program could not be found).
18578
18579 * spam.el (spam-use-hashcash): Remove comment.
18580
18581 2004-09-27 Jesper Harder <harder@ifa.au.dk>
18582
18583 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18584 (gnus-cache-enter-article, gnus-cache-remove-article)
18585 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18586
18587 * gnus-async.el (gnus-async-prefetch-remove-group): do.
18588
18589 * gnus-art.el (article-hide-boring-headers)
18590 (article-translate-strings, article-display-face)
18591 (gnus-article-mime-match-handle-first)
18592 (gnus-article-highlight-headers)
18593 (gnus-article-add-buttons-to-head): do.
18594
18595 2004-09-27 Simon Josefsson <jas@extundo.com>
18596
18597 * hashcash.el: New version, from
18598 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
18599 ../contrib/.
18600
18601 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18602
18603 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18604
18605 2004-09-26 Jesper Harder <harder@ifa.au.dk>
18606
18607 * gnus-dup.el (gnus-dup-open): Use mapc.
18608 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18609
18610 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18611 Reported by Stefan Wiens <s.wi@gmx.net>.
18612
18613 * gnus.el (gnus-shutdown): Use dolist.
18614
18615 * gnus-undo.el (gnus-undo): Use mapc.
18616
18617 * nnrss.el (nnrss-generate-active): do.
18618
18619 * message.el (message-cite-original-without-signature)
18620 (message-cite-original): Use mapc.
18621 (message-do-actions, message-make-forward-subject): Use dolist.
18622
18623 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18624
18625 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18626 deletion to remove entire duplicate line. Fixes merged article
18627 number bug.
18628
18629 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18630
18631 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18632 servers that are offline. Avoids having gnus-agent-toggle-plugged
18633 first ask if you want to open a server and then, even when you
18634 responded with no, asking if you want to synchronize the server's
18635 flags.
18636 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18637 multi-line expressions.
18638 (gnus-agent-synchronize-group-flags): New internal function.
18639 Updates marks in memory (in the info structure) AND in the
18640 backend.
18641
18642 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18643
18644 * nnagent.el (nnagent-request-set-mark):
18645 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18646 method, to ensure that synchronization updates marks in the
18647 backend and in the info (in memory) structure.
18648
18649 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
18650
18651 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18652 convention fully; don't miss the root article of a thread; make
18653 the X-Draft-From header with correct article numbers.
18654
18655 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
18656
18657 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18658 unless plugged. Disable the agent so that an open failure causes
18659 an error.
18660
18661 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18662 Revert 2004-09-21 change. The backend must be opened while
18663 synchronizing flags even when the backend stores the flags
18664 locally.
18665
18666 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
18667
18668 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18669 in `header' match. Reported by Svend Tollak Munkejord.
18670
18671 * message.el (message-cite-original): Fix use of
18672 `message-cite-articles-with-x-no-archive'.
18673
18674 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
18675
18676 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18677 (gnus-window-to-buffer): Ditto.
18678
18679 * mml.el (mml-preview-buffer): New variable.
18680 (mml-preview): Manage window layout with gnus-buffer-configuration.
18681
18682 * gnus-msg.el (gnus-setup-message): Put article numbers into the
18683 X-Draft-From header even if those articles aren't quoted.
18684
18685 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
18686
18687 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18688 (gnus-request-set-mark, gnus-request-update-mark): Use new
18689 g-s-t-u-l-m to decide to use backend even when unplugged.
18690
18691 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18692
18693 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18694 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18695
18696 2004-09-20 Simon Josefsson <jas@extundo.com>
18697
18698 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18699 "utf-16-le".
18700
18701 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18704
18705 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18706
18707 * uudecode.el (uudecode-use-external): Add :version.
18708
18709 * smime.el (smime-CA-file, smime-encrypt-cipher)
18710 (smime-dns-server): Add :version.
18711
18712 * smiley.el (gnus-smiley-file-types): Add :version.
18713
18714 * sha1.el (sha1-use-external): Add :version.
18715
18716 * pgg-def.el (pgg-query-keyserver): Add :version.
18717
18718 * nnmail.el (nnmail-fancy-expiry-targets)
18719 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18720 Add :version.
18721
18722 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18723 (nnimap-retrieve-groups-asynchronous): Add :version.
18724 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18725
18726 * mml.el (mml-content-disposition-parameters)
18727 (mml-insert-mime-headers-always): Add :version.
18728
18729 * mm-util.el (mm-coding-system-priorities): Add :version.
18730
18731 * mm-decode.el (mm-inline-text-html-with-images)
18732 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18733 (mm-verify-option): Add :version.
18734 (mm-text-html-renderer): Change :version.
18735
18736 * message.el (message-fcc-externalize-attachments)
18737 (message-required-headers, message-draft-headers)
18738 (message-subject-trailing-was-query)
18739 (message-subject-trailing-was-ask-regexp)
18740 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18741 (message-mark-insert-end, message-archive-header)
18742 (message-archive-note, message-cross-post-default)
18743 (message-cross-post-note, message-followup-to-note)
18744 (message-cross-post-note-function, message-use-mail-followup-to)
18745 (message-subscribed-address-functions)
18746 (message-subscribed-address-file, message-subscribed-addresses)
18747 (message-subscribed-regexps, message-allow-no-recipients)
18748 (message-yank-cited-prefix, message-signature-insert-empty-line)
18749 (message-hidden-headers, message-hierarchical-addresses)
18750 (message-mail-user-agent, message-use-idna)
18751 (message-valid-fqdn-regexp)
18752 (message-strip-special-text-properties, message-header-synonyms)
18753 (message-beginning-of-line, message-tab-body-function): Add :version.
18754 (message-insert-canlock, message-wide-reply-confirm-recipients):
18755 Change :version.
18756
18757 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18758 and :version.
18759 (mail-source-delete-old-incoming-confirm)
18760 (mail-source-movemail-program): Add :version.
18761
18762 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18763 (gnus-agent-cache, gnus-agent): Change :version.
18764
18765 * gnus-util.el (gnus-use-byte-compile): Change :version.
18766
18767 * gnus-sum.el (gnus-summary-make-false-root-always)
18768 (gnus-summary-default-high-score)
18769 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18770 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18771 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18772 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18773 (gnus-sum-thread-tree-single-indent)
18774 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18775 (gnus-sum-thread-tree-leaf-with-other)
18776 (gnus-sum-thread-tree-single-leaf): Add :version.
18777 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18778 (gnus-article-loose-mime): Change :version.
18779
18780 * gnus-start.el (gnus-backup-startup-file)
18781 (gnus-save-startup-file-via-temp-buffer): Add :version.
18782
18783 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18784 (gnus-server-offline-face): Add :version.
18785
18786 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18787
18788 * gnus-msg.el (gnus-gcc-externalize-attachments)
18789 (gnus-debug-files, gnus-debug-exclude-variables)
18790 (gnus-discouraged-post-methods): Change :version.
18791 (gnus-confirm-mail-reply-to-news)
18792 (gnus-confirm-treat-mail-like-news): Add :version.
18793
18794 * gnus-int.el (gnus-server-unopen-status): Add :version.
18795
18796 * gnus-group.el (gnus-group-jump-to-group-prompt)
18797 (gnus-large-ephemeral-newsgroup)
18798 (gnus-fetch-old-ephemeral-headers): Add :version.
18799
18800 * gnus-fun.el (gnus-x-face-directory)
18801 (gnus-convert-pbm-to-x-face-command)
18802 (gnus-convert-image-to-x-face-command)
18803 (gnus-convert-image-to-face-command): Add :version.
18804
18805 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18806
18807 * gnus-cite.el (gnus-cite-blank-line-after-header)
18808 (gnus-article-boring-faces): Add :version.
18809
18810 * gnus-art.el (gnus-buttonized-mime-types)
18811 (gnus-inhibit-mime-unbuttonizing)
18812 (gnus-treat-display-face)
18813 (gnus-treat-body-boundary): Change :version.
18814 (gnus-body-boundary-delimiter, gnus-picon-databases)
18815 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18816 (gnus-treat-date-english, gnus-treat-fold-headers)
18817 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18818 (gnus-treat-mail-picon, gnus-treat-wash-html)
18819 (gnus-article-encrypt-protocol)
18820 (gnus-use-idna, gnus-article-over-scroll)
18821 (gnus-mime-display-multipart-alternative-as-mixed)
18822 (gnus-mime-display-multipart-related-as-mixed)
18823 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18824 (gnus-ctan-url, gnus-button-ctan-handler)
18825 (gnus-button-handle-ctan-bogus-regexp)
18826 (gnus-button-ctan-directory-regexp)
18827 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18828 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18829 (gnus-button-man-level, gnus-button-emacs-level)
18830 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18831
18832 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18833 (gnus-agent-go-online): Change :version.
18834 (gnus-agent-expire-unagentized-dirs)
18835 (gnus-agent-auto-agentize-methods): Add :version.
18836
18837 * flow-fill.el (fill-flowed-display-column)
18838 (fill-flowed-encode-column): Add :version.
18839
18840 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18841 (gnus-outlook-deuglify-unwrap-max)
18842 (gnus-outlook-deuglify-cite-marks)
18843 (gnus-outlook-deuglify-unwrap-stop-chars)
18844 (gnus-outlook-deuglify-no-wrap-chars)
18845 (gnus-outlook-deuglify-attrib-cut-regexp)
18846 (gnus-outlook-deuglify-attrib-verb-regexp)
18847 (gnus-outlook-deuglify-attrib-end-regexp)
18848 (gnus-outlook-display-hook): Add :version.
18849
18850 * binhex.el (binhex-use-external): Add :version.
18851
18852 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18853
18854 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18855 and `invisible'.
18856
18857 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18858
18859 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18860 in gnus-registry-trim.
18861
18862 2004-09-13 Simon Josefsson <jas@extundo.com>
18863
18864 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18865
18866 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18867
18868 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18869 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18870 <yamaoka@jpl.org>.
18871 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18872 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18873 <yamaoka@jpl.org>.
18874
18875 * sieve.el (sieve-manage-mode): Ditto.
18876
18877 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18878
18879 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18880
18881 2004-09-11 Simon Josefsson <jas@extundo.com>
18882
18883 * dns-mode.el: Add.
18884
18885 * mm-view.el (mm-display-dns-inline): Add.
18886
18887 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18888 (mm-automatic-display): Ditto.
18889
18890 * mailcap.el (mailcap-mime-data): Add text/dns.
18891 (mailcap-mime-extensions): Map .soa to text/dns.
18892
18893 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18894
18895 * gnus-art.el (article-decode-mime-words, article-babel)
18896 (gnus-article-highlight-signature, gnus-article-add-buttons)
18897 (gnus-signature-toggle): Remove unnecessary bindings of
18898 `inhibit-read-only' inherited from v5.10 merge.
18899
18900 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18901
18902 * nntp.el (nntp): New customization group.
18903 (nntp-authinfo-file): Add customization group.
18904
18905 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18906
18907 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18908
18909 * gnus.el (to-address, to-list, subscribed)
18910 (large-newsgroup-initial): Ditto.
18911
18912 * flow-fill.el (fill-flowed-display-column)
18913 (fill-flowed-encode-column): Ditto.
18914
18915 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18916
18917 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18918 Use point-min rather than 1.
18919 (message-send-mail): Use buffer-size rather than point-max.
18920
18921 * gnus-sum.el (gnus-summary-search-article-forward):
18922 Signal a specific `search-failed' rather than a generic `error'.
18923
18924 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18925 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18926 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18927
18928 2004-09-10 Simon Josefsson <jas@extundo.com>
18929
18930 * nndb.el (require): Remove tcp and duplicate cl.
18931
18932 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18933
18934 * gnus-agent.el (directory-files-and-attributes): Move forward.
18935
18936 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18937
18938 * gnus-agent.el (directory-files-and-attributes):
18939 Optionally defined to support XEmacs.
18940
18941 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18942
18943 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18944 to avoid run-time CL dependencies.
18945 (gnus-agent-unfetch-articles): New function.
18946 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18947 article numbers even when local .overview file is missing.
18948 (gnus-agent-read-article-number): New function. Only accepts
18949 27-bit article numbers.
18950 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18951 Use gnus-agent-read-article-number.
18952 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18953 from backend while recognizing that article numbers in .overview
18954 must be valid.
18955 (gnus-agent-update-files-total-fetched-for):
18956 Use directory-files-and-attributes to improve performance.
18957 * gnus-int.el (gnus-request-move-article):
18958 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18959 improve performance.
18960
18961 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18962 some users confused by references to .newsrc when they only have a
18963 .newsrc.eld file.
18964 (gnus-convert-mark-converter-prompt)
18965 (gnus-convert-converter-needs-prompt): Fix use of property list.
18966 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18967 New function. Used internally to only display 'gnus converting
18968 files' message when actually necessary.
18969
18970 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18971 methods now autoloaded.
18972
18973 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18974
18975 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18976 identifiers.
18977
18978 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18979
18980 * gnus-picon.el: Fix indentation and closing parenthesis.
18981
18982 2004-09-01 Simon Josefsson <jas@extundo.com>
18983
18984 * message.el (message-canlock-generate): Require sha1, not
18985 sha1-el. (Can we get rid of this require altogether? It is ugly
18986 to require within a function. Sadly, if sha1.el isn't loaded, the
18987 let binding in m-c-g will hide the defcustom definition, which is
18988 bad.)
18989
18990 * canlock.el: Require sha1, not sha1-el.
18991
18992 * message.el: Don't autoload sha1 (there is a autoload cookie in
18993 sha1.el).
18994
18995 * sha1-el.el: Rename to sha1.el.
18996
18997 2004-08-30 Juanma Barranquero <lektu@terra.es>
18998
18999 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19000
19001 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19004
19005 2004-08-30 Kim F. Storm <storm@cua.dk>
19006
19007 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19008
19009 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19010 Add :group 'nnimap.
19011
19012 2004-08-30 Andreas Schwab <schwab@suse.de>
19013
19014 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19015 ?* and ?\;.
19016
19017 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19018 and ?\' to symbol instead of whitespace.
19019
19020 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19021
19022 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19023
19024 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19025 instead of re-search-forward.
19026
19027 * gnus-uu.el (gnus-uu-save-article): Ditto.
19028 (gnus-uu-post-encode-uuencode): Ditto.
19029
19030 * html2text.el (html2text-clean-list-items): Ditto.
19031 (html2text-clean-dtdd): Ditto.
19032 (html2text-format-tags): Ditto.
19033
19034 * message.el (message-send-mail-with-sendmail): Fix regexp.
19035 (message-fill-field-general): Use search-forward instead of
19036 re-search-forward.
19037 (unbold-region): Ditto.
19038
19039 * nnrss.el (nnrss-request-article): Ditto.
19040
19041 * nnslashdot.el (nnslashdot-request-article): Ditto.
19042
19043 * nnweb.el (nnweb-gmane-wash-article): Ditto.
19044
19045 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19046 "Unrecognized menu descriptor" error in XEmacs.
19047
19048 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
19049
19050 * gnus-sum.el (gnus-read-header): Don't remove a header for the
19051 parent article of a sparse article in the thread hashtb.
19052
19053 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
19054
19055 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19056 (nnmail-expand-newtext): Lowercase expanded entries if
19057 nnmail-split-lowercase-expanded is non-nil.
19058
19059 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
19060
19061 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19062
19063 * gnus-group.el (gnus-group-line-format-alist): Convert the value
19064 of gnus-tmp-news-method into string under XEmacs. It will be
19065 passed to gnus-correct-length which takes only a string argument.
19066
19067 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
19068
19069 * gnus-util.el (gnus-bind-print-variables): New macro.
19070 (gnus-prin1): Use it.
19071 (gnus-prin1-to-string): Use it.
19072 (gnus-pp): New function.
19073 (gnus-pp-to-string): New function.
19074
19075 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19076 Replace pp-to-string with gnus-pp-to-string.
19077 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19078 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19079 * gnus-msg.el (gnus-debug): Ditto.
19080 * gnus-score.el (gnus-score-save): Ditto.
19081 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19082 gnus-pp-to-string.
19083 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19084 with gnus-pp.
19085 * score-mode.el (gnus-score-pretty-print): Ditto.
19086 * webmail.el (webmail-debug): Ditto.
19087
19088 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
19089
19090 * gnus-art.el (article-display-face, article-display-x-face):
19091 Use buffer-read-only.
19092
19093 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
19094
19095 * gnus-art.el (article-hide-list-identifiers):
19096 Bind inhibit-read-only as t.
19097
19098 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
19099
19100 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19101
19102 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19103
19104 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19105 (gnus-narrow-to-page): Don't assume point-min == 1.
19106 (gnus-article-edit-mode): Derive from message-mode.
19107
19108 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19109 point-min == 1.
19110
19111 * imap.el (imap-parse-address-list, imap-parse-body-ext):
19112 Disable incorrect use of `assert'.
19113
19114 * message.el (message-mode): Set comment-start-skip.
19115
19116 2004-08-22 Sam Steingold <sds@gnu.org>
19117
19118 * pop3.el (pop3-leave-mail-on-server): New user variable.
19119 (pop3-movemail): Delete mail only when it is nil.
19120
19121 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
19122
19123 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19124
19125 * mml.el (mml-preview): Use `pop-to-buffer'.
19126
19127 * message.el (message-goto-mail-followup-to): Insert after "To".
19128 (message-carefully-insert-headers): Add comment.
19129
19130 * gnus.el: Remove unused variable `gnus-article-check-size'.
19131
19132 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19133
19134 * gnus-art.el (gnus-button-alist):
19135 Improve `gnus-button-handle-library' entry.
19136
19137 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
19138
19139 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19140 Use downcase, since XEmacs capitalizes error messages differently.
19141
19142 2004-08-18 Jesper Harder <harder@ifa.au.dk>
19143
19144 * nntp.el: Add (require 'gnus) due to reference to
19145 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
19146
19147 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
19148
19149 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19150 Bind `mm-fill-flowed'.
19151
19152 * mm-decode.el (mm-dissect-singlepart): Check it.
19153
19154 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
19155
19156 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19157 'imap' for netrc parsing.
19158
19159 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
19160
19161 * mailcap.el (mailcap-mime-data): Mark as risky.
19162
19163 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
19164
19165 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19166 may be included in the encoded word.
19167 (rfc2047-encode): Don't append a space if the encoded word
19168 includes close parenthesis.
19169
19170 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
19171
19172 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19173 of text within parentheses.
19174
19175 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
19176
19177 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19178 (gnus-encrypt-write-file-contents): Make the password key the file
19179 name PLUS the cipher, not just the cipher. Also remove failed
19180 passwords from the cache.
19181
19182 2004-08-06 Simon Josefsson <jas@extundo.com>
19183
19184 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19185 Doc fix.
19186
19187 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19188
19189 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19190 LWSP.
19191
19192 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
19193
19194 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19195 Try to append in-reply-to: data to the references: header.
19196
19197 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19198 (netrc-parse): Use gnus-encrypt.el functions.
19199
19200 * gnus-encrypt.el: Add new file for encryption support; currently
19201 does only a few GPG ciphers and an internal XOR cipher.
19202
19203 * password.el: Add comments on using password-read-and-add.
19204 (password-read-and-add): Add function to read and add the
19205 password to the cache at once.
19206
19207 2004-07-28 Simon Josefsson <jas@extundo.com>
19208
19209 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19210 parameter (but don't use it, for now).
19211
19212 * imap.el (imap-ssl-open): Use imap-process-connection-type,
19213 instead of hard coding to nil.
19214
19215 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19216
19217 * mm-view.el (mm-inline-image-emacs): Open lines under an image
19218 as mm-inline-image-xemacs does.
19219
19220 2004-07-26 Simon Josefsson <jas@extundo.com>
19221
19222 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19223 Revert part of 2004-07-17 change below.
19224
19225 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19226
19227 * rfc2047.el (rfc2047-encode-region): Don't infloop.
19228 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19229
19230 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
19231
19232 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19233 quotes that actually start with ">" at the beginning of the
19234 lines.
19235
19236 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
19237
19238 * rfc2047.el (rfc2047-encode-region): Fix last change.
19239 (rfc2047-encode-parameter): Remove useless concat.
19240
19241 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
19242
19243 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19244 encode special characters; fix some kind of misconfigured headers;
19245 signal a real error if debug-on-quit or debug-on-error is non-nil.
19246 (rfc2047-encode-max-chars): New variable.
19247 (rfc2047-encode-1): Use it.
19248 (rfc2047-encode-parameter): New function.
19249
19250 * mml.el (mml-insert-parameter): Remove an excessive space.
19251
19252 2004-07-17 Simon Josefsson <jas@extundo.com>
19253
19254 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19255 Kai Grossjohann <kai@emptydomain.de>.
19256 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19257 (gnus-group-make-menu-bar): Ditto.
19258
19259 * gnus-util.el (gnus-group-server): Add.
19260
19261 2004-07-16 Jesper Harder <harder@ifa.au.dk>
19262
19263 * message.el (message-clone-locals): Clone sendmail and smtp
19264 variables.
19265
19266 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19267
19268 * rfc2047.el (rfc2047-encode-region): Fix last change.
19269
19270 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19271
19272 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19273 characters as non-special.
19274
19275 2004-07-09 Simon Josefsson <jas@extundo.com>
19276
19277 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19278 Users will lose all flag changes made while unplugged with
19279 e.g. nntp unless flag synchronization happens, thus `nil' is not a
19280 good default. See numerous reports on ding mailing list.
19281
19282 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
19283
19284 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19285 add generate-head-function and generate-article-function to the
19286 rfc822-forward entry.
19287 (nndoc-rfc822-forward-generate-article): New function.
19288 (nndoc-rfc822-forward-generate-head): New function.
19289
19290 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19291
19292 2004-07-06 Dan Christensen <jdc@uwo.ca>
19293
19294 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19295 respect display group parameter and gnus-summary-expunge-below.
19296 (gnus-articles-to-read): Remove unused reference to display group
19297 parameter.
19298
19299 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19300
19301 * nnheader.el (nnheader-uniquify-message-id): New experimental
19302 variable.
19303 (nnheader-nov-read-message-id): Use it.
19304
19305 * spam-report.el (spam-report-gmane): Add interactive.
19306
19307 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
19308
19309 * mm-encode.el (mm-content-transfer-encoding-defaults):
19310 Use qp-or-base64 for the application/* types.
19311
19312 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
19313
19314 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19315
19316 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
19317
19318 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19319 trim value.
19320
19321 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19322
19323 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19324 New macro and function.
19325 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19326
19327 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19328
19329 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19330 after-load-alist.
19331
19332 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19333
19334 * gnus-group.el (gnus-group-get-new-news-this-group):
19335 Don't update info that isn't there.
19336
19337 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
19338
19339 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19340 entry.
19341
19342 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19343
19344 * mm-view.el (mm-inline-render-with-function): Use multibyte
19345 buffer; decode html source by charset.
19346
19347 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19348
19349 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19350 Mule-UCS is loaded under XEmacs.
19351 (mm-mime-mule-charset-alist): Avoid duplicated entries.
19352
19353 2004-06-28 Jesper Harder <harder@ifa.au.dk>
19354
19355 * nnheader.el (nnheader-max-head-length): Increase to 8192.
19356
19357 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
19358
19359 * mm-util.el (mm-coding-system-p): Return a coding-system.
19360 (mm-mime-mule-charset-alist): Use shift_jis instead of
19361 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19362 entries for the mime charsets iso-2022-jp-3 and shift_jis.
19363 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19364 instead of japanese-shift-jis and iso-latin-1 respectively in
19365 order to share the default value with both Emacs and XEmacs-mule.
19366 (mm-mule-charset-to-mime-charset):
19367 Make mm-coding-system-priorities effective.
19368 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19369 while predicating of candidates upon the priorities.
19370
19371 2004-06-27 Jesper Harder <harder@ifa.au.dk>
19372
19373 * gnus-sum.el (gnus-summary-make-menu-bar):
19374 Add gnus-uu-invert-processable.
19375
19376 * gnus.el: Autoload gnus-uu-invert-processable.
19377
19378 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
19379
19380 * mm-util.el (mm-with-multibyte-buffer): New macro.
19381
19382 * rfc2047.el (rfc2047-encode-string): Use it.
19383 (rfc2047-encode-region): Move point to the end of the region after
19384 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19385
19386 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19387
19388 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19389 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19390
19391 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19392
19393 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19394 (gnus-cite-parse): Ignore quoted envelope From_.
19395 Suggested by Karl Chen <quarl@nospam.quarl.org>.
19396
19397 2004-06-23 Jesper Harder <harder@ifa.au.dk>
19398
19399 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19400 invalid addresses.
19401
19402 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
19403
19404 * spam.el: Change section markers, revise TODO list.
19405 (spam-backends): Make new master list of all installed backends.
19406 (spam-summary-exit-behavior): Add new variable to determine how
19407 messages moves are done at summary exit.
19408 (spam-move-spam-nonspam-groups-only)
19409 (spam-process-ham-in-nonham-groups)
19410 (spam-process-ham-in-spam-groups): Remove variables, the
19411 spam-summary-exit-behavior variable should be used to manage this
19412 behavior.
19413 (spam-old-ham-articles, spam-old-spam-articles): Remove.
19414 (spam-old-articles): Add variable, replacing spam-old-ham-articles
19415 and spam-old-spam-articles.
19416 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19417 Add empty variables, placeholders for the backends they represent.
19418 (spam-set-difference): Move, unchanged.
19419 (spam-list-of-processors): Declare OBSOLETE, not used anymore
19420 unless the user has a processor variable.
19421 (spam-classifications, spam-classification-valid-p)
19422 (spam-backend-properties, spam-backend-property-valid-p)
19423 (spam-backend-function-type-valid-p)
19424 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19425 (spam-report-articles-gmane, spam-report-articles-resend):
19426 Remove functions, they are not needed.
19427 (spam-install-backend-super, spam-backend-list)
19428 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19429 (spam-backend-function, spam-backend-ham-registration-function)
19430 (spam-backend-spam-registration-function)
19431 (spam-backend-ham-unregistration-function)
19432 (spam-backend-spam-unregistration-function)
19433 (spam-backend-statistical-p, spam-backend-mover-p)
19434 (spam-install-backend-alias, spam-install-checkonly-backend)
19435 (spam-install-mover-backend, spam-install-nocheck-backend)
19436 (spam-install-backend, spam-install-statistical-backend)
19437 (spam-install-statistical-checkonly-backend): Add backend installation
19438 support.
19439 (spam-summary-prepare-exit): Rewrite to use the new backend code.
19440 (spam-group-processor-p): Use the new backend code and respect the
19441 summary exit behavior.
19442 (spam-mark-spam-as-expired-and-move-routine): Remove.
19443 (spam-summary-prepare): Change to use the new spam-old-articles
19444 variable.
19445 (spam-copy-or-move-routine, spam-copy-spam-routine)
19446 (spam-move-spam-routine, spam-copy-ham-routine)
19447 (spam-move-ham-routine): Add code to copy/move ham or spam.
19448 (spam-fetch-field-fast): Improve doc and code, plus allow the
19449 'number request.
19450 (spam-list-of-checks, spam-list-of-statistical-checks):
19451 Remove variables.
19452 (spam-split, spam-find-spam): Use the new backend code.
19453 (spam-registration-functions): Remove variable.
19454 (spam-unregister-routine): Add convenience wrapper.
19455 (spam-log-undo-registration, spam-register-routine)
19456 (spam-log-processing-to-registry)
19457 (spam-log-unregistration-needed-p): Rename "check" to "backend"
19458 where possible.
19459 (spam-check-gmane-xref, spam-check-regex-headers)
19460 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19461 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19462 (spam-check-bogofilter-headers, spam-check-spamoracle)
19463 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19464 (spam-check-crm114-headers): Use the spam-split-group that
19465 spam-split prepares, no need to determine it every time.
19466
19467 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19468 to the nnheader-parse-naked-head call.
19469
19470 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19471
19472 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19473 the nnheader-nov-read-message-id call.
19474
19475 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
19476
19477 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19478 gnus-activate-group twice. Suggested by Markus Peter
19479 <warp@spin.de>.
19480
19481 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
19482
19483 * gnus-art.el (gnus-article-time-format): Exchange the order of
19484 day and month in the default value; fix customization type.
19485 (article-date-ut): Use add-text-properties.
19486 (article-make-date-line): Use message-make-date instead of
19487 current-time-string.
19488
19489 * message.el (message-fetch-field): Don't use set-text-properties.
19490 (message-make-date): Simplify.
19491
19492 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
19493
19494 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19495 (rfc2047-encode-region): Treat text within parentheses as special;
19496 show the original text when error has occurred.
19497
19498 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19499 already-computed method to gnus-activate-group.
19500
19501 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19502 same select-methods identical Lisp objects.
19503
19504 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19505 object when modifying the info.
19506
19507 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
19508
19509 * gnus-srvr.el (gnus-server-set-info): Remove the server from
19510 gnus-opened-servers since it has never been opened with the new
19511 configuration yet.
19512
19513 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
19514
19515 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19516 arg to nnheader-generate-fake-message-id.
19517
19518 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
19519
19520 * nnheader.el (nnheader-generate-fake-message-id): Accept a
19521 number and build a fake message ID localized to a group and
19522 article number (so it's repeatable from that point on).
19523 (nnheader-fake-message-id-p): Change regex to accommodate new fake
19524 ID format.
19525
19526 * gnus-sum.el (gnus-get-newsgroup-headers):
19527 Call nnheader-generate-fake-message-id with the article number.
19528
19529 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
19530
19531 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19532 end-of-buffer.
19533
19534 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19535
19536 * message.el (message-ignored-supersedes-headers): Add Approved.
19537
19538 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
19539
19540 * rfc2047.el (rfc2047-encode-message-header): Remove useless
19541 goto-char.
19542 (rfc2047-encode): Fold the line before encoding.
19543
19544 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19545
19546 * rfc2047.el (rfc2047-encode-message-header): Disabled header
19547 folding -- not all headers can be folded, and this should be done
19548 by the message composition mode. Probably. I think.
19549
19550 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
19551
19552 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19553 fast.
19554
19555 * gnus-ems.el (gnus-remove-image): Don't use
19556 message-text-with-property; remove only the image found first.
19557
19558 2004-06-09 Jesper Harder <harder@ifa.au.dk>
19559
19560 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19561
19562 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19563
19564 * message.el (message-text-with-property): Make it fast and accept
19565 optional arguments.
19566 (message-strip-forbidden-properties): Use it.
19567 (message-fix-before-sending): Follow the m-t-w-p change.
19568
19569 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19570
19571 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
19572
19573 * gnus-art.el (article-hide-headers): Don't change the buffer
19574 mistakenly when performing mml-preview even if
19575 gnus-single-article-buffer is nil.
19576
19577 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
19578
19579 * message.el (message-expand-name-databases): New user option.
19580 (message-expand-name): Use it.
19581
19582 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
19583
19584 * spam.el (spam-report-articles-resend)
19585 (spam-report-resend-register-routine): Allow ham reporting.
19586 (spam-report-resend-register-ham-routine): Add wrapper.
19587 (spam-registration-functions): Add ham resending functions.
19588 (spam-list-of-processors): Add ham resend processor.
19589
19590 * gnus.el (ham-resend-to): Add new group parameter.
19591 (spam-process): Add ham resend option.
19592
19593 * spam-report.el (spam-report-resend): Allow reporting ham.
19594 (spam-report-resend-ham): Add wrapper.
19595
19596 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19597
19598 * message.el (message-cite-articles-with-x-no-archive):
19599 New variable.
19600 (message-cite-original): Use it.
19601
19602 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19603
19604 * message.el (message-cite-original): Respect X-No-Archive.
19605
19606 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
19607
19608 * gnus-art.el (article-hide-headers): Refer to the values for
19609 gnus-ignored-headers and gnus-visible-headers in the summary
19610 buffer since a user may have set them as group parameters.
19611
19612 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
19613
19614 * assistant.el (assistant-node-name): Add convenience function.
19615 (assistant-render-text, assistant-render-node): Add error handling,
19616 plus handle multiple next nodes.
19617 (assistant-find-next-node): Comment out for now.
19618 (assistant-find-next-nodes): Add function, returns list of next
19619 nodes.
19620
19621 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
19622
19623 * mail-source.el (mail-source-directory): Fix doc-string.
19624
19625 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
19626
19627 * assistant.el (assistant-render-text, assistant-eval): Add :set
19628 widget type, which is different because it takes and returns a
19629 list. Much hilarity ensues.
19630
19631 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
19632
19633 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19634
19635 * gnus-group.el (gnus-group-get-new-news-this-group):
19636 Add doc-string.
19637
19638 * gnus-start.el (gnus-activate-group): Add doc-string.
19639
19640 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
19641
19642 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19643
19644 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
19645
19646 * assistant.el (assistant-render-text): Try to add a :set
19647 widget, more to come.
19648
19649 * spam.el (spam-group-spam-contents-p): Handle empty groupname
19650 strings.
19651 (spam-report-articles-resend)
19652 (spam-register-routine): Do registration iff any articles warrant
19653 it.
19654 (spam-summary-prepare-exit): Change log message for nil group
19655 destinations.
19656
19657 2004-05-27 Daniel Pittman <daniel@rimspace.net>
19658
19659 * spam.el (spam-report-resend-register-routine):
19660 Allow spam-report-resend-to to be a group parameter or a global value.
19661
19662 2004-05-26 Simon Josefsson <jas@extundo.com>
19663
19664 * starttls.el: Merge with my GNUTLS based starttls.el.
19665 (starttls-gnutls-program, starttls-use-gnutls)
19666 (starttls-extra-arguments, starttls-process-connection-type)
19667 (starttls-connect, starttls-failure, starttls-success):
19668 New variables.
19669 (starttls-program, starttls-extra-args): Doc fix.
19670 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19671 New functions.
19672 (starttls-negotiate, starttls-open-stream):
19673 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19674 function if it is set.
19675
19676 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19677
19678 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19679 structured fields.
19680
19681 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19682
19683 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19684
19685 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
19686
19687 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19688 Add variable.
19689 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
19690 assigning the spam-mark to new messages.
19691
19692 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19693
19694 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19695
19696 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19697
19698 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19699 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19700 default.
19701
19702 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19703
19704 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19705 correct data.
19706
19707 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19708
19709 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19710 (spam-group-processor-p): Fix function.
19711 (spam-group-processor-multiple-p)
19712 (spam-group-spam-processor-report-gmane-p)
19713 (spam-group-spam-processor-report-resend-p)
19714 (spam-group-spam-processor-bogofilter-p)
19715 (spam-group-spam-processor-blacklist-p)
19716 (spam-group-spam-processor-ifile-p)
19717 (spam-group-ham-processor-ifile-p)
19718 (spam-group-spam-processor-spamoracle-p)
19719 (spam-group-spam-processor-crm114-p)
19720 (spam-group-ham-processor-bogofilter-p)
19721 (spam-group-spam-processor-stat-p)
19722 (spam-group-ham-processor-stat-p)
19723 (spam-group-ham-processor-whitelist-p)
19724 (spam-group-ham-processor-BBDB-p)
19725 (spam-group-ham-processor-spamoracle-p)
19726 (spam-group-ham-processor-copy-p): Remove functions with some
19727 prejudice against unneeded code.
19728 (spam-report-articles-resend)
19729 (spam-report-resend-register-routine): Allow the group/topic
19730 spam-resend-to value to override spam-report-resend-to.
19731 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19732 properly now.
19733
19734 * gnus.el (spam-resend-to): Add group/topic parameter.
19735 (spam-process): Move the OBSOLETE processors to the end of the
19736 choices.
19737
19738 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19739
19740 * spam-report.el (spam-report-resend-to, spam-report-resend):
19741 Start with resend-to set to nil, and then ask the user if necessary.
19742 (spam-report-resend): spam-report-resend takes a list of articles, not
19743 separate article numbers.
19744
19745 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19746
19747 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19748 addition to emacs-w3m.
19749
19750 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19751
19752 * assistant.el (assistant-authinfo-data): New function.
19753 (assistant-eval): Eval for entire assistant.
19754
19755 * netrc.el (netrc-services-file): New variable.
19756 (netrc-parse-services): New function.
19757 (netrc-find-service-name): New function.
19758 (netrc-find-service-number): New function.
19759 (netrc-port-equal): New function.
19760 (netrc-machine): Use it.
19761
19762 * nnimap.el (nnimap-open-connection): Use netrc.
19763
19764 * gnus-util.el (gnus-netrc-get): Remove aliases.
19765
19766 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19767
19768 * assistant.el (wid-edit): Fix compilation.
19769
19770 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19771
19772 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19773
19774 * gnus-util.el (gnus-set-file-modes): New function. (small
19775 patch).
19776
19777 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19778
19779 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19780
19781 * assistant.el (assistant-render-node): Fix up rendering and
19782 read-only text.
19783 (assistant-render-node): Reset.
19784 (assistant-make-read-only): Not sticky.
19785
19786 2004-05-20 Danny Siu <dsiu@adobe.com>
19787
19788 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19789 centered even when gnus-auto-center-summary is t
19790
19791 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19792
19793 * dns.el (dns-get-txt-answer): New function.
19794 (dns-read-txt): Ditto.
19795 (query-dns): Use it.
19796
19797 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19798
19799 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19800 active for foreign groups even if the group level is higher than
19801 the specified value.
19802
19803 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19804
19805 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19806 non-active groups.
19807
19808 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19809
19810 2004-05-20 Magnus Henoch <mange@freemail.hu>
19811
19812 * dns.el (dns-read-type): Add support for SVR. (small patch)
19813
19814 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
19815
19816 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19817 (spam-crm114-header, spam-crm114-spam-switch)
19818 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19819 (spam-crm114-positive-spam-header)
19820 (spam-crm114-database-directory, spam-list-of-processors)
19821 (spam-group-spam-processor-crm114-p)
19822 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19823 (spam-generic-score, spam-list-of-checks)
19824 (spam-list-of-statistical-checks, spam-registration-functions)
19825 (spam-check-crm114-headers, spam-crm114-score)
19826 (spam-check-crm114, spam-crm114-register-with-crm114)
19827 (spam-crm114-register-spam-routine)
19828 (spam-crm114-unregister-spam-routine)
19829 (spam-crm114-register-ham-routine)
19830 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19831
19832 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19833
19834 * gnus.el: Add spam-use-crm114.
19835
19836 * spam.el (spam-list-of-processors, spam-registration-functions):
19837 Add spam-use-resend.
19838 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19839 (spam-report-articles-gmane): Add doc fix.
19840 (spam-report-articles-resend, spam-report-resend-register-routine):
19841 Add wrappers around spam-report-resend-to.
19842
19843 * spam-report.el (spam-report-resend-to, spam-report-resend):
19844 Add support for resending spam.
19845 (spam-report-gmane): Fix line length >80.
19846
19847 * gnus.el (spam-process): Add spam-use-resend.
19848
19849 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19850
19851 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19852 number of processed spam messages.
19853 (spam-ham-copy-or-move-routine): Return the number of processed
19854 ham messages.
19855 (spam-summary-prepare-exit): Use the above values to decide
19856 whether status messages shouled be displayed.
19857
19858 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
19859
19860 * rfc2047.el (rfc2047-encode-function-alist): Rename from
19861 `rfc2047-encoding-function-alist' in order to avoid conflicting
19862 with the old version.
19863 (rfc2047-encode-region): Concatenate words containing non-ASCII
19864 characters in structured fields; don't encode space-delimited
19865 ASCII words even in unstructured fields; don't break words at
19866 char-category boundaries.
19867 (rfc2047-encode-1): New function.
19868 (rfc2047-encode): Use it; encode text so that it occupies the
19869 maximum width within 76-column; work correctly on Q encoding for
19870 iso-2022-* charsets.
19871 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19872 sure not to break a line just after the header name.
19873 (rfc2047-b-encode-region): Remove.
19874 (rfc2047-b-encode-string): New function.
19875 (rfc2047-q-encode-region): Remove.
19876 (rfc2047-q-encode-string): New function.
19877
19878 * mm-util.el (mm-replace-in-string): New function.
19879
19880 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19881
19882 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19883 Really get it right.
19884 (gnus-inews-make-draft): Really.
19885
19886 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
19887
19888 * nnmh.el (nnmh-request-list-1): Don't check the link count
19889 before descending. (small patch)
19890
19891 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19892
19893 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19894 stuff.
19895
19896 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19897 Match on real group name.
19898
19899 * gnus-art.el (gnus-signature-limit): Doc fix.
19900
19901 * gnus-msg.el (gnus-inews-make-draft): Quote list.
19902
19903 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19904
19905 * gnus-draft.el (gnus-draft-send):
19906 Bind rfc2047-encode-encoded-words.
19907
19908 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19909 (rfc2047-encodable-p): Say that =? needs encoding.
19910 (rfc2047-encode-encoded-words): New variable.
19911
19912 * gnus-group.el (gnus-group-select-group): Doc fix.
19913
19914 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19915
19916 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19917 to nil.
19918
19919 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19920
19921 * nnheader.el (nnheader-get-lines-and-char): New function.
19922
19923 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19924
19925 * gnus-msg.el (gnus-summary-followup-with-original):
19926 Document yanking of region when active.
19927
19928 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19929
19930 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19931 groups if the group level is higher than the specified value.
19932
19933 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19934
19935 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19936 (gnus-group-jump-to-group): Add prefix argument using
19937 `gnus-group-jump-to-group-prompt'. Query before jumping to
19938 non-active group.
19939
19940 * compface.el (uncompface): Be verbose when changing
19941 `uncompface-use-external'.
19942
19943 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19944 handle manual section.
19945
19946 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19947
19948 * gnus-art.el (gnus-button-alist): Revert previous change.
19949
19950 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19951
19952 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19953
19954 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19955
19956 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19957 whether backend can accept message.
19958
19959 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19960
19961 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19962
19963 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19964 Avoid creating directory when nntp-marks-is-evil is true.
19965 Reported by Reiner Steib.
19966
19967 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19968
19969 * gnus-picon.el (gnus-picon-insert-glyph):
19970 Add optional `nostring' argument.
19971
19972 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19973
19974 * gnus-picon.el (gnus-picon-style): New variable.
19975 (gnus-picon-transform-address): Support `gnus-picon-style'.
19976
19977 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19978
19979 * message.el (message-fill-field): Return point.
19980 (message-generate-headers): Go to end of field.
19981
19982 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19983 stuff for non-living groups.
19984
19985 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19986
19987 * gnus-art.el (gnus-article-followup-with-original)
19988 (gnus-article-reply-with-original): gnus-mark-active-p ->
19989 gnus-region-active-p.
19990
19991 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19992
19993 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19994 only when there is spam or ham to be processed.
19995
19996 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19997
19998 * mail-source.el (mail-source-delete-crash-box): Refactor.
19999 (mail-source-fetch): Use it.
20000 (mail-source-fetch-file): Ditto.
20001 (mail-source-fetch-directory): Run postscript in loop.
20002 (mail-source-fetch-pop): Delete.
20003 (mail-source-fetch-maildir): Ditto.
20004 (mail-source-fetch-imap): Ditto.
20005
20006 * imap.el (imap-authenticators): Comment out sasl.
20007
20008 * message.el (message-skip-to-next-address): New function.
20009 (message-fill-header-address): Refactor.
20010 (message-fill-address): Use it.
20011 (message-delete-address): Use it.
20012 (message-fill-header-general): Refactor.
20013 (message-fill-field-address): Rename.
20014 (message-narrow-to-field): Find the start of the header.
20015 (message-header-format-alist): Don't pre-fill.
20016 (message-fill-header): Remove.
20017 (message-insert-header): New function.
20018 (message-shorten-references): Use it.
20019
20020 * rfc2047.el (rfc2047-field-value): Strip props.
20021
20022 * mail-parse.el (mail-header-make-address): New alias.
20023
20024 * ietf-drums.el (ietf-drums-make-address): New function.
20025
20026 * imap.el: Add compiler directives.
20027
20028 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20029
20030 * gnus-art.el (article-decode-idna-rhs): Don't use
20031 message-idna-inside-rhs-p.
20032
20033 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20034
20035 * message.el (message-idna-inside-rhs-p): Remove.
20036 (message-idna-to-ascii-rhs-1): Use proper address parsing.
20037
20038 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20039 false positives.
20040
20041 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20042
20043 * imap.el (imap-sasl-make-mechanisms): Use sasl.
20044
20045 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20046
20047 * nneething.el (nneething-file-name): Don't create spurious
20048 files.
20049
20050 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20051 (gnus-inews-do-gcc): Remove sleep.
20052
20053 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20054 part under point.
20055
20056 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20057 (gnus-agent-regenerate-group): Using nil messages aren't valid.
20058
20059 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
20060
20061 * spam.el (spam-summary-prepare-exit): Fix (length).
20062
20063 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
20064
20065 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20066 as expired without moving it" message when there are spam
20067 messages left.
20068
20069 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
20070
20071 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20072 header is not nil.
20073
20074 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
20075
20076 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20077 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20078 (nntp-marks-changed-p): New arg SERVER.
20079 (nntp-request-update-info): Adjust caller.
20080
20081 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
20082
20083 * nntp.el (nntp-save-marks): Pass missing arg.
20084
20085 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
20086
20087 * nntp.el: Support marks.
20088 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20089 (nntp-marks-modtime, nntp-marks-directory): New variables.
20090 (nntp-request-set-mark, nntp-request-update-info)
20091 (nntp-possibly-create-directory, nntp-marks-changed-p)
20092 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20093 New functions.
20094
20095 2004-05-12 Jesper Harder <harder@ifa.au.dk>
20096
20097 * gnus-score.el (gnus-score-insert-help):
20098 Use gnus-select-lowest-window.
20099
20100 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20101 appt-select-lowest-window and rename to gnus-select-lowest-window.
20102
20103 * gnus.el: do.
20104
20105 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20106
20107 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20108 encodings of MIME-encoded words, in order to improve
20109 interoperability with several broken MUAs.
20110
20111 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20112
20113 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20114 tags, only when charsets are not specified in headers.
20115 (mm-inline-text-html-render-with-w3m): Ditto.
20116
20117 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20118
20119 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20120 instead of MIME-decoded from fields when checking
20121 `gnus-article-address-banner-alist'.
20122
20123 2004-05-03 Jesper Harder <harder@ifa.au.dk>
20124
20125 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20126 description rather than subject.
20127
20128 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20129
20130 * gnus.el (gnus-version-number): Bump.
20131
20132 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20133
20134 * gnus.el: No Gnus v0.2 is released.
20135
20136 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20137
20138 * gnus-agent.el (gnus-agent-read-agentview):
20139 Inline gnus-uncompress-range.
20140
20141 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20142
20143 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20144 `exec-installed-p'.
20145
20146 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20147
20148 * gnus.el (spam-process, spam-autodetect-methods):
20149 Add bsfilter and bsfilter-headers.
20150
20151 * spam.el (spam-bsfilter): New customize group.
20152 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20153 (spam-bsfilter-header, spam-bsfilter-probability-header)
20154 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20155 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20156 (spam-bsfilter-database-directory): New options.
20157 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20158 (spam-list-of-statistical-checks, spam-registration-functions):
20159 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20160 (spam-bsfilter-score): New command.
20161 (spam-check-bsfilter-headers, spam-check-bsfilter)
20162 (spam-bsfilter-register-with-bsfilter)
20163 (spam-bsfilter-register-spam-routine)
20164 (spam-bsfilter-unregister-spam-routine)
20165 (spam-bsfilter-register-ham-routine)
20166 (spam-bsfilter-unregister-ham-routine): New functions.
20167 (spam-generic-score): Support bsfilter; Accept an optional argument
20168 to recalcurate spam score even if scoring header has already been
20169 added.
20170 (spam-bogofilter-score, spam-spamassassin-score): Accept an
20171 optional argument to recalcurate spam score even if scoring header
20172 has already been added.
20173
20174 2004-04-29 Jesper Harder <harder@ifa.au.dk>
20175
20176 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20177 strings! Reported by David D. Smith <davidsmith@acm.org>.
20178 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20179 link is missing.
20180
20181 2004-04-28 Jesper Harder <harder@ifa.au.dk>
20182
20183 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20184 (html2text-get-attr): Rewrite.
20185
20186 * message.el (message-setup-1): Remove redundant put-text-property
20187 on mail-header-separator.
20188
20189 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
20190
20191 * gnus-registry.el (gnus-registry-cache-whitespace)
20192 (gnus-registry-action, gnus-registry-spool-action)
20193 (gnus-registry-split-fancy-with-parent): Change message levels
20194 from 5 to 3 or 7, as needed.
20195
20196 * spam.el (spam-summary-prepare-exit)
20197 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20198 (spam-split, spam-find-spam, spam-log-undo-registration)
20199 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20200 level from 5 to 6.
20201
20202 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
20203
20204 * gnus-ems.el: Autoload appt-select-lowest-window (revert
20205 2004-03-04 change).
20206
20207 2004-04-25 Jesper Harder <harder@ifa.au.dk>
20208
20209 * sieve-manage.el (sieve-manage-open):
20210 * nnweb.el (nnweb-insert-html):
20211 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20212 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20213 * nnspool.el (nnspool-request-group):
20214 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20215 * nnml.el (nnml-request-update-info):
20216 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20217 (nnmh-request-create-group, nnmh-update-gnus-unreads):
20218 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20219 (nnimap-request-set-mark):
20220 * nnfolder.el (nnfolder-request-update-info):
20221 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20222 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20223 * gnus-uu.el (gnus-uu-find-articles-matching):
20224 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20225 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20226 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20227 * gnus-nocem.el (gnus-nocem-scan-groups):
20228 * gnus-int.el (gnus-start-news-server):
20229 * gnus-group.el (gnus-group-make-kiboze-group)
20230 (gnus-group-browse-foreign-server):
20231 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20232 Use mapc when appropriate.
20233
20234 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
20235
20236 FIXME: Make separate entries for each person.
20237
20238 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20239 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20240 <shields@msrl.com>:
20241
20242 * spam.el (spam-necessary-extra-headers): Get the extra headers we
20243 may need for spam sorting and scoring.
20244 (spam-user-format-function-S): Add user format function suitable for
20245 general use.
20246 (spam-article-sort-by-spam-status): Add sorting function for summary
20247 sorting.
20248 (spam-extra-header-to-number): Add function to get a score from a
20249 header.
20250 (spam-summary-score): Add function to get a numeric score from the
20251 headers.
20252 (spam-generic-score): Fix function doc, was in wrong place.
20253 (spam-initialize): Take symbols when it's run, and install the
20254 extra headers that spam-necessary-extra-headers thinks we need.
20255
20256 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
20257
20258 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20259 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20260
20261 2004-04-17 Jesper Harder <harder@ifa.au.dk>
20262
20263 * gnus-sum.el (gnus-set-global-variables)
20264 (gnus-build-all-threads, gnus-get-newsgroup-headers)
20265 (gnus-article-get-xrefs, gnus-summary-best-group)
20266 (gnus-summary-next-article, gnus-summary-enter-digest-group)
20267 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20268 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20269 Use with-current-buffer.
20270
20271 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
20272
20273 * spam.el (spam-summary-prepare-exit): Simplify logic.
20274 (spam-fetch-article-header): Read the article header if it's not
20275 available.
20276 (spam-list-articles): Simplify logic.
20277 (spam-filelist-register-routine): Fix bug with unregister-list.
20278
20279 * gnus-registry.el: Fix comments at beginning.
20280
20281 2004-04-16 Jesper Harder <harder@ifa.au.dk>
20282
20283 * message.el (message-cater-to-broken-inn): Remove.
20284 (message-shorten-references): Make sure the total folded length of
20285 References is shorter than 998 characters to cater to a bug in INN
20286 2.3. Also, don't pretend that references aren't folded -- this
20287 hasn't worked for a while.
20288
20289 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20290
20291 * gnus-agent.el (gnus-agentize):
20292 gnus-agent-send-mail-real-function no longer set to current value
20293 of message-send-mail-function but rather a lambda that calls
20294 message-send-mail-function. The change makes the agent real-time
20295 responsive to user changes to message-send-mail-function.
20296
20297 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20298
20299 * legacy-gnus-agent.el
20300 (gnus-agent-convert-to-compressed-agentview): Fix typos with
20301 help from Florian Weimer <fw@deneb.enyo.de>
20302
20303 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
20304
20305 * nnmail.el (nnmail-cache-insert): Revert last change.
20306
20307 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
20308
20309 * nnmail.el (nnmail-cache-insert): Always check whether
20310 nnmail-cache-ignore-groups matches a group name.
20311
20312 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
20313
20314 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20315 (spam-find-spam, spam-log-processing-to-registry)
20316 (spam-log-registered-p, spam-log-unregistration-needed-p)
20317 (spam-log-undo-registration): Use gnus-message instead of
20318 gnus-error, none of these errors are fatal.
20319
20320 * gnus-registry.el (gnus-registry-clean-empty-function)
20321 (gnus-registry-clean-empty): Remove only empty entries without
20322 extra data.
20323
20324 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
20325
20326 * spam-stat.el (spam-stat-buffer-change-to-spam)
20327 (spam-stat-buffer-change-to-non-spam): Change (error) to
20328 (gnus-message 8) invocation.
20329
20330 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20331
20332 * nntp.el (nntp-via-netcat-command): New variable.
20333 (nntp-via-netcat-switches): New variable.
20334 (nntp-open-via-rlogin-and-netcat): New function.
20335 (nntp-open-connection-function): Doc fix.
20336 (nntp-telnet-command): Doc fix.
20337 (nntp-end-of-line): Doc fix.
20338 (nntp-via-rlogin-command): Doc fix.
20339 (nntp-via-user-name): Doc fix.
20340 (nntp-via-address): Doc fix.
20341
20342 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
20343
20344 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20345 error in Emacs 21.1.
20346
20347 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
20348
20349 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20350
20351 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
20352
20353 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20354 (gnus-agent-with-refreshed-group): New macro.
20355 (gnus-agent-rename-group): New function.
20356 (gnus-agent-delete-group): New function.
20357 (gnus-agent-save-group-info): Use gnus-command-method when
20358 `method' parameter is nil. Don't write nil entries into the
20359 active file.
20360 (gnus-agent-get-group-info): New function.
20361 (gnus-agent-fetch-articles):
20362 Use gnus-agent-update-files-total-fetched-for to increment disk space
20363 used.
20364 (gnus-agent-fetch-headers, gnus-agent-save-alist):
20365 Use gnus-agent-update-view-total-fetched-for to increment disk space
20366 used.
20367 (gnus-agent-get-local): Add optional parameters to avoid calling
20368 gnus-group-real-name and gnus-find-method-for-group.
20369 (gnus-agent-set-local): Delete stored entry if either min, or max,
20370 are nil.
20371 (gnus-agent-fetch-session): Reworded error/quit messages.
20372 On quit, use gnus-agent-regenerate-group to record existence of any
20373 articles fetched to disk before the quit occurred.
20374 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20375 gnus-agent-update-view-total-fetched-for, and
20376 gnus-agent-update-files-total-fetched-for to decrement disk space
20377 used.
20378 (gnus-agent-retrieve-headers):
20379 Use gnus-agent-update-view-total-fetched-for to increment disk space
20380 used.
20381 (gnus-agent-regenerate-group): Replace gnus-group-update-group
20382 with gnus-agent-update-files-total-fetched-for to decrement disk
20383 space and fresh group buffer.
20384 (gnus-agent-inhibit-update-total-fetched-for): New variable.
20385 (gnus-agent-need-update-total-fetched-for): New variable.
20386 (gnus-agent-update-files-total-fetched-for): New function.
20387 (gnus-agent-update-view-total-fetched-for): New function.
20388 (gnus-agent-total-fetched-for): New function.
20389
20390 * gnus-cache.el (gnus-cache-save-buffers):
20391 Use gnus-cache-update-overview-total-fetched-for to change disk space
20392 used by this group.
20393 (gnus-cache-possibly-enter-article):
20394 Use gnus-cache-update-file-total-fetched-for to increment disk space
20395 used by this group.
20396 (gnus-cache-possibly-remove-article):
20397 Use gnus-cache-update-file-total-fetched-for to decrement disk space
20398 used by this group.
20399 (gnus-cache-generate-nov-databases): Purge total fetched cache.
20400 (gnus-cache-rename-group): New function.
20401 (gnus-cache-delete-group): New function.
20402 (gnus-cache-inhibit-update-total-fetched-for): New variable.
20403 (gnus-cache-need-update-total-fetched-for): New variable.
20404 (gnus-cache-with-refreshed-group): New macro.
20405 (gnus-cache-update-file-total-fetched-for): New function.
20406 (gnus-cache-update-overview-total-fetched-for): New function.
20407 (gnus-cache-rename-group-total-fetched-for): New function.
20408 (gnus-cache-delete-group-total-fetched-for): New function.
20409 (gnus-cache-total-fetched-for): New function.
20410
20411 * gnus-group.el: Require gnus-sum and autoload functions to
20412 resolve warnings when gnus-group.el compiled alone.
20413 (gnus-group-line-format): Documented new %F.
20414 (size of Fetched data) group line format; identifies disk space
20415 used by agent and cache.
20416 (gnus-group-line-format-alist): Defined new F format.
20417 (gnus-total-fetched-for): New function.
20418 (gnus-group-delete-group): No longer update
20419 gnus-cache-active-altered as gnus-request-delete-group now keeps
20420 the cache in sync.
20421 (gnus-group-list-active): Let the agent store a server's active
20422 list if currently plugged.
20423
20424 * gnus-int.el (gnus-request-delete-group):
20425 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20426 local disk in sync with the server.
20427 (gnus-request-rename-group):
20428 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20429 local disk in sync with the server.
20430
20431 * gnus-start.el (gnus-get-unread-articles):
20432 Cosmetic simplification to logic.
20433
20434 * gnus-util.el (gnus-rename-file): New function.
20435
20436 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
20437
20438 * mm-util.el (mm-image-load-path): Handle nil in load-path.
20439
20440 2004-04-07 Jesper Harder <harder@ifa.au.dk>
20441
20442 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20443 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
20444
20445 2004-04-06 Jesper Harder <harder@ifa.au.dk>
20446
20447 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20448 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
20449
20450 2004-04-03 Jesper Harder <harder@ifa.au.dk>
20451
20452 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20453
20454 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
20455
20456 * spam.el (spam-set-difference): Add function to replace
20457 gnus-set-difference in spam.el.
20458 (spam-summary-prepare-exit): Use spam-set-difference.
20459
20460 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20461
20462 * gnus-registry.el (gnus-registry-cache-file): Update to use
20463 gnus-dribble-directory OR gnus-home-directory OR ~.
20464 (gnus-registry-split-fancy-with-parent): Fix doc.
20465
20466 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
20467
20468 * message.el (message-exchange-point-and-mark):
20469 Use message-mark-active-p. Suggested by Jesper Harder
20470 <harder@ifa.au.dk>.
20471
20472 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
20473
20474 * message.el (message-exchange-point-and-mark): Don't activate
20475 region if it was inactive. Suggested by Hiroshi Fujishima
20476 <pooh@nature.tsukuba.ac.jp>.
20477
20478 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
20479
20480 * gnus-art.el (article-display-face): Display Faces in the same
20481 order as X-Faces.
20482
20483 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
20484
20485 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20486
20487 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
20488
20489 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20490 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20491 (gnus-article-mime-hierarchy): Remove.
20492 (gnus-article-mime-hierarchy-next): Remove.
20493 (gnus-article-mode): Revert 2004-03-19 change.
20494 (gnus-article-setup-buffer): Revert 2004-03-19 change.
20495 (gnus-insert-mime-button): Revert 2004-03-19 change.
20496 (gnus-mime-accumulate-hierarchy): Remove.
20497 (gnus-mime-enter-multipart): Remove.
20498 (gnus-mime-leave-multipart): Remove.
20499 (gnus-mime-display-part): Revert 2004-03-19 change.
20500 (gnus-mime-display-alternative): Revert 2004-03-19 change.
20501
20502 * mml.el (mml-preview): Revert 2004-03-19 change.
20503
20504 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
20505
20506 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20507
20508 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
20509
20510 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20511 t while entering a file name using the mm-with-multibyte macro.
20512 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20513
20514 * mm-util.el (mm-with-multibyte): New macro.
20515
20516 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
20517
20518 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20519 New user option.
20520 (gnus-mime-multipart-functions): Doc and customization fix.
20521 (gnus-article-mime-hierarchy): New variable.
20522 (gnus-article-mime-hierarchy-next): New variable.
20523 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20524 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20525 gnus-article-mime-hierarchy-next to nil.
20526 (gnus-insert-mime-button): Show hierarchy numbers.
20527 (gnus-mime-accumulate-hierarchy): New function.
20528 (gnus-mime-enter-multipart): New function.
20529 (gnus-mime-leave-multipart): New function.
20530 (gnus-mime-display-part): Recompute hierarchical MIME structure.
20531 (gnus-mime-display-alternative): Show hierarchy numbers.
20532
20533 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20534 gnus-article-mime-hierarchy-next to nil.
20535
20536 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
20537
20538 * dns.el: Don't require gnus-xmas.
20539
20540 2004-03-17 Jesper Harder <harder@ifa.au.dk>
20541
20542 * mml.el (mml-generate-mime-1): Don't use format=flowed with
20543 inline PGP.
20544 (mml-menu): Disable mml-quote-region if mark is inactive.
20545
20546 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
20547
20548 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20549 when the group's active is not available.
20550
20551 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
20552
20553 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20554 error.
20555
20556 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
20557
20558 * imap.el (imap-store-password): New variable.
20559 (imap-interactive-login): Use it.
20560 Suggested by Mark Plaksin <happy@mcplaksin.org>.
20561
20562 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
20563
20564 * gnus-art.el (gnus-article-read-summary-keys): Restore new
20565 window-start and hscroll to summary window.
20566
20567 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
20568
20569 * gnus-start.el (gnus-convert-old-newsrc): Only write the
20570 conversion message to newsrc-dribble when an actual conversion is
20571 performed.
20572
20573 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
20574
20575 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20576
20577 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
20578
20579 * mm-decode.el (mm-complicated-handles): New function reviving
20580 former definition of mm-multiple-handles.
20581
20582 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20583 (gnus-mime-delete-part): Use it.
20584
20585 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
20586
20587 * gnus-agent.el (gnus-agent-read-local):
20588 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20589 avoid the implicit assumption that they will always be equal.
20590 (gnus-agent-save-local): Bind buffer-file-coding-system, not
20591 coding-system-for-write, as the with-temp-file macro first prints
20592 to a buffer then saves the buffer.
20593
20594 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
20595
20596 * gnus-art.el (gnus-article-edit-part): New function.
20597 (gnus-mime-save-part-and-strip): Use it; do query instead of
20598 signaling an error; don't use mm-multiple-handles.
20599 (gnus-mime-delete-part): Ditto.
20600
20601 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
20602
20603 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20604 old file versions.
20605 (gnus-group-prepare-hook): Remove function that converted list
20606 form of gnus-agent-expire-days to group properties.
20607
20608 * gnus-int.el: Autoload gnus-agent-regenerate-group.
20609 (gnus-request-accept-article): Re-indented.
20610
20611 * gnus-start.el (gnus-convert-old-newsrc): Registered new
20612 converters to handle old agent file formats. Add logic for a
20613 "backup before upgrading warning".
20614 (gnus-convert-mark-converter-prompt): Developers can mark
20615 functions as needing (default), or not needing,
20616 gnus-convert-old-newsrc's "backup before upgrading warning".
20617 (gnus-convert-converter-needs-prompt): Tests whether the user
20618 should be protected from potentially irreversable changes by the
20619 function.
20620
20621 * legacy-gnus-agent.el: New. Provides converters that are only
20622 loaded when gnus-convert-old-newsrc needs to call them.
20623
20624 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
20625
20626 * mail-source.el (mail-source-touch-pop): Doc fix.
20627
20628 * message.el (message-smtpmail-send-it): Doc fix.
20629
20630 2004-03-05 Jesper Harder <harder@ifa.au.dk>
20631
20632 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20633
20634 * nnmail.el (nnmail-split-fancy): do.
20635
20636 * gnus-kill.el (gnus-kill, gnus-execute): do.
20637
20638 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20639
20640 * gnus-sum.el (gnus-widget-reversible-match)
20641 (gnus-widget-reversible-to-internal)
20642 (gnus-widget-reversible-to-external): New functions.
20643 (gnus-widget-reversible): New widget.
20644 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20645
20646 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
20647
20648 * gnus-sum.el (gnus-thread-sort-functions)
20649 (gnus-article-sort-functions): Document `(not F)' items.
20650
20651 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
20652
20653 * spam.el (spam-use-gmane-xref): Add new backend.
20654 (spam-gmane-xref-spam-group): Add variable to control the name of the
20655 Gmane spam group.
20656 (spam-blackhole-servers, spam-blackhole-good-server-regex)
20657 (spam-regex-headers-spam, spam-regex-headers-ham)
20658 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20659 (spam-list-of-checks): Add spam-use-gmane-xref to list of
20660 backends and checks.
20661 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20662
20663 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20664 an autodetect method.
20665
20666 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20667
20668 * gnus-int.el (gnus-request-accept-article): Inform the agent that
20669 articles are being added to a group.
20670 (gnus-request-replace-article): Inform the agent that articles
20671 need to be uncached as the cached contents are no longer valid.
20672
20673 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20674
20675 * binhex.el: Don't autoload executable-find.
20676
20677 * canlock.el: Don't autoload mail-fetch-field.
20678
20679 * gnus-ems.el: Don't autoload appt-select-lowest-window.
20680
20681 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20682 rmail-dont-reply-to and rmail-output.
20683
20684 * gnus-score.el: Don't autoload ffap-string-at-point.
20685
20686 * gnus-setup.el: Don't autoload sc-cite-original.
20687
20688 * imap.el: Don't autoload base64-decode-string,
20689 base64-encode-string and md5.
20690
20691 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20692 and rmail-msg-restore-non-pruned-header.
20693
20694 * mm-decode.el: Don't autoload executable-find.
20695
20696 * mm-url.el: Don't autoload executable-find.
20697
20698 * mm-view.el: Don't autoload diff-mode.
20699
20700 * nndb.el: Don't autoload news-reply-mode, news-setup,
20701 cancel-timer and telnet.
20702
20703 * password.el: Don't autoload run-at-time for Emacs.
20704
20705 * sha1-el.el: Don't autoload executable-find.
20706
20707 * sieve-mode.el: Don't autoload c-mode.
20708
20709 * uudecode.el: Don't autoload executable-find.
20710
20711 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20712
20713 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20714 (gnus-agent-possibly-alter-active): Avoid null in numeric
20715 comparison.
20716 (gnus-agent-set-local): Refuse to save null in local object table.
20717 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20718 list of articles that will be marked as unread.
20719
20720 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20721
20722 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20723
20724 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20725
20726 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20727 language tags.
20728
20729 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20730
20731 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20732 Don't bind "obarray".
20733
20734 * gnus-sum.el (gnus-thread-sort-functions):
20735 Add `gnus-thread-sort-by-most-recent-number' and
20736 `gnus-thread-sort-by-most-recent-date'.
20737 Reported by Kai Grossjohann <kai@emptydomain.de>.
20738
20739 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20740
20741 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20742
20743 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20744
20745 * gnus-cus.el (gnus-agent-customize-category):
20746 Remove ignore-errors macro reference that required cl to be loaded at
20747 run-time.
20748
20749 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20750 single-interval range of the form (min . max). Previously the
20751 range had to look like ((min . max)). Likewise, return
20752 (min . max) rather than ((min . max)).
20753 (gnus-range-map): Use gnus-range-normalize to accept
20754 single-interval range.
20755
20756 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20757 the cache, but not the agent, now appear with their usual face.
20758
20759 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20760
20761 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20762 w3m-safe-url-regexp variable buffer-local.
20763
20764 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20765
20766 2004-02-27 Simon Josefsson <jas@extundo.com>
20767
20768 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20769 gnus-group-real-prefix.
20770 (gnus-summary-move-article): Use it, instead of
20771 gnus-group-real-prefix.
20772
20773 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20774
20775 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20776 w3m-safe-url-regexp variable buffer-local and set it as the value
20777 of mm-w3m-safe-url-regexp.
20778
20779 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20780
20781 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20782 parsing gnus-posting-styles when the message is not for replying.
20783
20784 * nnrss.el (nnrss-opml-export):
20785 Use mm-set-buffer-file-coding-system instead of
20786 set-buffer-file-coding-system.
20787
20788 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20789
20790 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20791 of checkdoc.el).
20792 * nnrss.el: do.
20793 * gnus-mlspl.el: do.
20794 * gnus-ml.el: do.
20795 * gnus-srvr.el: do.
20796
20797 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20798
20799 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20800
20801 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20802 Corrections to custom-manual links.
20803
20804 * gnus-art.el (gnus-article): Ditto.
20805
20806 * mm-decode.el (mime-display, mime-security): Ditto.
20807
20808 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20809
20810 * flow-fill.el: Typo.
20811
20812 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20813
20814 * spam-wash.el: New file.
20815
20816 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20817
20818 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20819
20820 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20821
20822 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20823 to be run with new-articles as LIST1, not LIST2.
20824 (spam-registration-functions): Add spam-use-ham-copy as a nil
20825 registration backend.
20826
20827 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20828
20829 * spam-stat.el (spam-stat-washing-hook): New option.
20830 (spam-stat-buffer-words): Use it.
20831 (spam-stat-process-directory, spam-stat-test-directory):
20832 Use insert-file-contents-literally.
20833 (spam-stat-coding-system): New variable.
20834 (spam-stat-load, spam-stat-save): Use it.
20835
20836 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20837
20838 * spam-report.el (spam-report-plug-agent):
20839 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20840
20841 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20842
20843 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20844 Allow / in mailto URLs.
20845
20846 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20847
20848 * spam-report.el (spam-report-process-queue): Fix interactive use.
20849 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20850 (spam-report-unplug-agent): Doc fixes.
20851 (spam-report-url-ping-mm-url, spam-report-url-to-file)
20852 (spam-report-agentize, spam-report-deagentize):
20853 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
20854
20855 * message.el (message-setup-fill-variables): Add mml tags to
20856 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20857 <ajk@iu.edu>.
20858 (message-mode): Don't modify paragraph-separate there.
20859
20860 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
20861
20862 * compface.el (uncompface-use-external): Default to undecided.
20863 (uncompface-use-external-threshold): New variable.
20864 (uncompface-float-time): New macro.
20865 (uncompface): Determine whether to use the external decoder if
20866 uncompface-use-external is undecided.
20867
20868 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20869
20870 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20871 after images.
20872
20873 * gnus-art.el (gnus-mime-display-single): Remove dead code.
20874
20875 2004-02-14 Jesper Harder <harder@ifa.au.dk>
20876
20877 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20878
20879 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20880
20881 * gnus-sum.el (gnus-summary-limit-to-age)
20882 (gnus-summary-limit-children): do.
20883
20884 * gnus-int.el (gnus-request-scan): do.
20885
20886 * gnus-group.el (gnus-group-suspend): do.
20887
20888 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20889
20890 * gnus-cite.el (gnus-cite-parse-attributions): do.
20891
20892 * gnus-agent.el (gnus-summary-set-agent-mark)
20893 (gnus-agent-regenerate-group): do.
20894
20895 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20896
20897 * binhex.el (binhex-decode-region-internal): do.
20898
20899 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20900
20901 * gnus-fun.el (gnus-face-properties-alist): New user option.
20902 (gnus-display-x-face-in-from): Use it.
20903
20904 * gnus-art.el (article-display-face): Ditto.
20905
20906 * compface.el (uncompface-use-external): Default to nil.
20907
20908 2004-02-12 Jesper Harder <harder@ifa.au.dk>
20909
20910 * nntp.el (nntp-erase-buffer): New function.
20911 (nntp-retrieve-data, nntp-send-command)
20912 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20913 (nntp-possibly-change-group): Use it.
20914
20915 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20916 Use with-current-buffer.
20917
20918 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
20919
20920 * compface.el: Merge the ELisp-based uncompface program.
20921 (compface): New customization group.
20922 (uncompface-use-external): New user option.
20923 (uncompface): Call uncompface-internal if uncompface-use-external
20924 is nil.
20925 (uncompface-internal): New function. Note that there are also
20926 some other functions and variables added for this function.
20927
20928 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20929
20930 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20931 if necessary.
20932
20933 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20934
20935 * spam-report.el (spam-report-unplug-agent)
20936 (spam-report-plug-agent, spam-report-deagentize)
20937 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20938 Add support for the Agent in spam-report: when unplugged, report to a
20939 file; when plugged, submit all the requests.
20940
20941 * spam.el (spam-register-routine): Fix message about
20942 registration.
20943
20944 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20945
20946 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20947 dependencies.
20948 (rfc2047-encode): Use it.
20949
20950 * gnus-art.el (gnus-button-marker-list): Move before first
20951 reference.
20952
20953 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20954 (imap-parse-body): Fix format string mismatch.
20955
20956 * gnus-score.el (gnus-summary-increase-score): do.
20957
20958 * nnrss.el (nnrss-close): New function.
20959
20960 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20961
20962 * nnrss.el (nnrss-make-filename): New function.
20963 (nnrss-request-delete-group, nnrss-read-server-data)
20964 (nnrss-save-server-data, nnrss-read-group-data)
20965 (nnrss-save-group-data): Use it.
20966 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20967 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20968 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20969
20970 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20971
20972 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20973
20974 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20975
20976 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20977 files.
20978
20979 * message.el (message-generate-headers-first): Don't quote nil
20980 and t in docstrings.
20981
20982 * imap.el (imap-id): do.
20983
20984 * gnus-agent.el (gnus-agent-consider-all-articles)
20985 (gnus-agent-queue-mail): do.
20986
20987 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20988
20989 * spam-report.el (spam-report-process-queue): New function.
20990 Process requests from `spam-report-requests-file'.
20991 (spam-report-process-queue): Doc fix.
20992
20993 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20994
20995 * spam.el (spam-register-routine)
20996 (spam-log-processing-to-registry, spam-log-registered-p)
20997 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20998 Change "check" to "spam-check" for semi-clarity.
20999
21000 2004-02-05 Jesper Harder <harder@ifa.au.dk>
21001
21002 * pop3.el: Require nnheader.
21003
21004 * mml-smime.el: Require cl. Autoload message-fetch-field.
21005
21006 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21007
21008 * gnus-picon.el: Require cl.
21009
21010 * gnus-fun.el: Require gnus-ems and gnus-util.
21011
21012 * gnus.el (gnus-method-to-server): Move defsubst before first use.
21013
21014 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21015
21016 * gnus-art.el (gnus-article-edit-mode): Define before first
21017 reference.
21018
21019 2004-02-04 Jesper Harder <harder@ifa.au.dk>
21020
21021 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21022 (gnus-uu-post-encoded): Use point-at-bol.
21023
21024 * gnus-topic.el (gnus-group-active-topic-p): do.
21025
21026 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21027
21028 * gnus-group.el (gnus-group-kill-region): do.
21029
21030 * gnus-art.el (article-date-ut): do.
21031
21032 * message.el (message-fetch-field): Remove redundant
21033 case-fold-search binding.
21034 (message-narrow-to-field): Simplify.
21035
21036 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
21037
21038 * spam.el (spam-directory): Derive from `gnus-directory'.
21039
21040 * spam-report.el (spam-report-url-to-file)
21041 (spam-report-requests-file): New function and variable for offline
21042 reporting.
21043 (spam-report-url-ping-function): Add `spam-report-url-to-file'
21044 and user defined function.
21045 (spam-report-url-ping-mm-url): Remove doubled slash.
21046
21047 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
21048
21049 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21050
21051 2004-02-03 Jesper Harder <harder@ifa.au.dk>
21052
21053 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21054 Fix format string mismatch.
21055
21056 * sieve.el (sieve-deactivate-all): do.
21057
21058 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21059
21060 * nnlistserv.el (nnlistserv-kk-wash-article): do.
21061
21062 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21063
21064 * mm-bodies.el (mm-7bit-chars): Don't include \r.
21065
21066 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
21067
21068 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21069 the list of checks.
21070
21071 2004-01-31 Jesper Harder <harder@ifa.au.dk>
21072
21073 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21074 padding.
21075
21076 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
21077
21078 * mm-view.el (mm-fill-flowed): New variable.
21079 (mm-inline-text): Use it.
21080
21081 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
21082
21083 * spam.el (spam-spamassassin-register-ham-routine)
21084 (spam-spamassassin-register-spam-routine): Fix function names.
21085
21086 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
21087
21088 * gnus.el (gnus-tmp-grouplens): Remove.
21089 (gnus-summary-line-format): Remove grouplens.
21090
21091 * gnus-group.el (gnus-group-line-format): Ditto.
21092
21093 * gnus-spec.el (gnus-format-specs): Ditto.
21094 (gnus-update-format-specifications): Flush the group format spec
21095 cache if there's the grouplens stuff.
21096 (gnus-parse-simple-format): Replace %l with the empty string.
21097
21098 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
21099
21100 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21101 omission.
21102
21103 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
21104
21105 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21106 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21107
21108 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21109
21110 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21111 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21112 New macros and functions.
21113 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21114 Handle > NLINK_MAX messages.
21115 * nnmaildir.el (nnmaildir-request-set-mark):
21116 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21117
21118 2004-01-25 Alex Schroeder <alex@gnu.org>
21119
21120 * spam-stat.el (spam-stat-process-directory-age): New option.
21121 (spam-stat-process-directory): Use it.
21122
21123 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
21124
21125 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21126 (spam-stat-save): Accept prefix argument.
21127
21128 2004-01-23 Paul Jarc <prj@po.cwru.edu>
21129
21130 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21131 links" error.
21132
21133 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21134
21135 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21136 compatibility with old .newsrc.eld files.
21137
21138 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21139
21140 * gnus-start.el (gnus-1): do.
21141
21142 * gnus-group.el (gnus-group-line-format-alist): do.
21143
21144 * gnus.el (gnus-use-grouplens, gnus-visual): do.
21145
21146 * gnus-gl.el: Remove.
21147
21148 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
21149
21150 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21151 marks consisting of a single range {for example, (3 . 5)} rather
21152 than a list of a single range { ((3 . 5)) }.
21153
21154 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21155
21156 * spam-stat.el (spam-stat-store-gnus-article-buffer):
21157 Use with-current-buffer.
21158 (spam-stat-store-current-buffer): Use insert-buffer-substring to
21159 avoid consing a string.
21160
21161 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21162 Remove obsolete entries for big5 and gb2312.
21163
21164 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
21165
21166 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21167 uncompressed list.
21168
21169 2004-01-22 Jesper Harder <harder@ifa.au.dk>
21170
21171 * spam-stat.el (spam-stat-strip-xref): New function.
21172 (spam-stat-process-directory): Use it.
21173
21174 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21175 here -- it's done in message-fetch-field.
21176
21177 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
21178
21179 * gnus-agent.el (gnus-agent-queue-mail)
21180 (gnus-agent-prompt-send-queue): New variables.
21181 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21182 * gnus-draft.el (gnus-group-send-queue): Pass the group name
21183 "nndraft:queue" along to gnus-draft-send.
21184 Use gnus-agent-prompt-send-queue.
21185 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21186 is "nndraft:queue". Suggested by Gaute Strokkenes
21187 <gs234@srcf.ucam.org>
21188
21189 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21190 (agent-enable-undownloaded-faces): Add.
21191 (gnus-agent-cat-groups): Use eval-and-compile, not
21192 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21193 method of gnus-agent-cat-groups even when the buffer has been
21194 evaled.
21195 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21196 delete gnus-agent-save-active-1.
21197 (gnus-agent-save-groups): Delete. Identical to
21198 gnus-agent-save-active.
21199 (gnus-agent-write-active): No longer adjust agent's copy of active
21200 file as agent's adjustments are now stored in their own
21201 file. Remove optional parameter.
21202 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21203 servers. Add use of min/max range limits from server's local
21204 file.
21205 (gnus-agent-save-alist): Remove unused optional argument.
21206 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21207 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21208 (gnus-agent-set-local): A per-server file that keeps min/max range
21209 limits for articles known to the agent. Provides a fast mechanism
21210 for altering many active ranges.
21211 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21212 active file (local makes it unnecessary).
21213 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21214
21215 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21216 (agent-enable-undownloaded-faces): Add.
21217
21218 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21219 disable it when sending to "nndraft:queue".
21220 (gnus-group-send-queue): Add safety check to avoid sending queue
21221 when unplugged.
21222
21223 * gnus-group.el (gnus-group-catchup): Use new
21224 gnus-sequence-of-unread-articles, not
21225 gnus-list-of-unread-articles, to avoid exhausting memory with huge
21226 numbers of articles. Use gnus-range-map to avoid having to
21227 uncompress the unread list.
21228 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21229 Fix invalid ange-ftp reference.
21230
21231 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21232 (gnus-sorted-range-intersection): Intersection of two ranges
21233 without requiring that they first be uncompressed.
21234
21235 * gnus-start.el (gnus-activate-group): Unless blocked by the
21236 caller, possibly expand the active range to include both cached
21237 and agentized articles.
21238 (gnus-convert-old-newsrc): Rewrote in anticipation of having
21239 multiple version-dependent converters.
21240 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21241 gnus-agent-save-active.
21242 (gnus-save-newsrc-file): Save dirty agent range limits.
21243
21244 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21245 gnus-agent-possibly-alter-active.
21246 (gnus-adjust-marked-articles): Faster handling of simple lists
21247
21248 2004-01-21 Jesper Harder <harder@ifa.au.dk>
21249
21250 * spam-stat.el (spam-stat-test-directory): New optional argument
21251 displays a list of files detected. Suggested by Andrew Cohen
21252 <cohen@andy.bu.edu>.
21253 (spam-stat-buffer-words-with-scores): Don't narrow and change
21254 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
21255
21256 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
21257
21258 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21259 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21260 (spam-spamassassin-arguments)
21261 (spam-spamassassin-spam-flag-header)
21262 (spam-spamassassin-positive-spam-flag-header)
21263 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21264 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21265 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21266 (spam-list-of-processors, spam-list-of-checks)
21267 (spam-list-of-statistical-checks, spam-registration-functions)
21268 (spam-check-spamassassin-headers, spam-check-spamassassin)
21269 (spam-spamassassin-score)
21270 (spam-spamassassin-register-with-sa-learn)
21271 (spam-spamassassin-register-spam-routine)
21272 (spam-spamassassin-register-ham-routine)
21273 (spam-assassin-register-spam-routine)
21274 (spam-assassin-register-ham-routine): Add SpamAssassin support.
21275 (spam-bogofilter-score): Fix to show article before scoring.
21276
21277 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
21278
21279 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21280 default scoring function.
21281 (spam-generic-score): Call spam-spamassassin-score if
21282 spam-use-spamassassin or spam-use-spamassassin-headers is on;
21283 spam-bogofilter-score otherwise.
21284
21285 * gnus.el (spam-process, spam-autodetect-methods):
21286 Add spamassassin and spamassassin-headers.
21287
21288 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
21289
21290 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21291 Suppress unnecessary messages.
21292
21293 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21294
21295 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21296 make-hash-table.
21297
21298 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
21299
21300 * canlock.el (base64-encode-string): Don't autoload it.
21301
21302 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
21303
21304 * run-at-time.el: Remove useless (require 'itimer),
21305 eval-and-compile and (featurep 'xemacs).
21306
21307 2004-01-16 Jesper Harder <harder@ifa.au.dk>
21308
21309 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21310 GROUP is a virtual group.
21311
21312 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
21313
21314 * gnus.el: Autoload `message-y-or-n-p'.
21315
21316 2004-01-15 Jesper Harder <harder@ifa.au.dk>
21317
21318 * pgg-parse.el: Remove unnecessary (require 'custom).
21319
21320 * pgg-def.el: do.
21321
21322 * nnmail.el: do.
21323
21324 * gnus-undo.el: do.
21325
21326 * gnus-picon.el: do.
21327
21328 * gnus-util.el: do.
21329
21330 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
21331
21332 * gnus-sum.el (gnus-pick-line-number): Add autoload.
21333
21334 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
21335
21336 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21337 handle, as well as a list.
21338
21339 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21340 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21341 (mm-w3m-cid-retrieve): Simplify.
21342
21343 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
21344
21345 * message.el (message-kill-to-signature): Allow prefix arg to
21346 specify number of lines to keep before signature.
21347
21348 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
21349
21350 * message.el (message-kill-to-signature): Change docstring.
21351
21352 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
21353
21354 * canlock.el: Always require sha1-el.
21355 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21356
21357 * message.el: Autoload sha1 only when compiling.
21358
21359 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
21360
21361 * message.el (message-canlock-generate): Require sha1-el.
21362
21363 2004-01-13 Jesper Harder <harder@ifa.au.dk>
21364
21365 * message.el (message-expand-name): Silence the byte compiler.
21366
21367 2004-01-13 Simon Josefsson <jas@extundo.com>
21368
21369 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21370 Invoke gnus-score-mode.
21371 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21372
21373 * gnus-range.el (gnus-compress-sequence): Doc fix.
21374 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21375
21376 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21377
21378 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21379
21380 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
21381
21382 * spam.el (spam-get-article-as-string): Update to use
21383 gnus-request-article-this-buffer, much simpler.
21384 (spam-get-article-as-buffer): Remove.
21385
21386 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
21387
21388 * message.el (message-expand-name): Use EUDC if the user uses that.
21389
21390 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21391
21392 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21393 character for the encoding to avoid consing a string.
21394
21395 * rfc2047.el (rfc2047-decode-string): Don't cons a string
21396 unnecessarily.
21397
21398 * mm-util.el (mm-replace-chars-in-string): Remove.
21399
21400 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21401 of mm-replace-chars-in-string.
21402
21403 2004-01-11 Jesper Harder <harder@ifa.au.dk>
21404
21405 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21406
21407 * mm-util.el (mm-subst-char-in-string): Support inplace.
21408
21409 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21410 a new string in every iteration. Use shy groups.
21411
21412 2004-01-10 Jesper Harder <harder@ifa.au.dk>
21413
21414 * gnus-srvr.el (gnus-browse-unsubscribe-group):
21415 * gnus-soup.el (gnus-soup-group-brew):
21416 * gnus-msg.el (gnus-put-message):
21417 * gnus-move.el (gnus-group-move-group-to-server):
21418 * gnus-kill.el (gnus-batch-score):
21419 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21420 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21421 (gnus-group-update-group, gnus-group-read-group)
21422 (gnus-group-make-group, gnus-group-make-help-group)
21423 (gnus-group-make-archive-group, gnus-group-make-directory-group)
21424 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21425 (gnus-group-sort-by-unread, gnus-group-catchup)
21426 (gnus-group-unsubscribe-group, gnus-group-kill-group)
21427 (gnus-group-yank-group, gnus-group-set-info)
21428 (gnus-group-list-groups):
21429 * gnus.el (gnus-generate-new-group-name):
21430 * gnus-delay.el (gnus-delay-send-queue):
21431 * nnvirtual.el (nnvirtual-catchup-group):
21432 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21433 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21434 (gnus-group-prepare-topics, gnus-topic-check-topology):
21435 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21436 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21437 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21438 (gnus-group-make-articles-read):
21439 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21440 (gnus-group-change-level, gnus-kill-newsgroup)
21441 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21442 (gnus-get-unread-articles, gnus-make-articles-unread)
21443 (gnus-make-ascending-articles-unread): Use accessor
21444 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21445 to get group information for improved readability.
21446
21447 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21448
21449 * gnus-art.el (article-decode-mime-words, article-babel)
21450 (gnus-article-highlight-signature, gnus-article-add-buttons)
21451 (gnus-signature-toggle): Use gnus-with-article-buffer.
21452
21453 * gnus-art.el (gnus-article-highlight-headers)
21454 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21455
21456 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21457 (gnus-article-set-globals, gnus-request-article-this-buffer)
21458 (gnus-button-message-id, gnus-article-maybe-hide-headers)
21459 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21460 (gnus-mime-display-alternative): Use with-current-buffer.
21461
21462 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21463
21464 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21465 also under 80 char limit, and call gnus-error if needed.
21466 (spam-fetch-article-header): Fix - it was a
21467 buffer-local variable (gnus-newsgroup-data).
21468 (spam-find-spam): Use spam-generate-fake-headers, forget about
21469 spam-insert-fake-headers.
21470 (spam-insert-fake-headers): Remove.
21471
21472 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21473
21474 * deuglify.el (gnus-article-outlook-unwrap-lines)
21475 (gnus-outlook-rearrange-article)
21476 (gnus-outlook-repair-attribution-outlook)
21477 (gnus-outlook-repair-attribution-block)
21478 (gnus-outlook-repair-attribution-other): Remove redundant
21479 save-excursion.
21480
21481 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21482
21483 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21484 (spam-fetch-field-subject-fast)
21485 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21486 (spam-fetch-article-header): Add functions to deal with Gnus
21487 internals for fast retrieval of article header data.
21488 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21489
21490 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21491
21492 * pop3.el (pop3-md5): Remove.
21493 (pop3-apop): Replace pop3-md5 with md5.
21494
21495 * mm-bodies.el: base64 is always built-in.
21496
21497 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21498 Use with-current-buffer.
21499
21500 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
21501
21502 * canlock.el (canlock-insert-header): Remove excessive grouping in
21503 regexp.
21504
21505 * gnus-sum.el (gnus-summary-read-document): Ditto.
21506
21507 * gnus-uu.el (gnus-uu-part-number): Ditto.
21508
21509 * html2text.el (html2text-remove-tags): Ditto.
21510 (html2text-format-tags): Ditto.
21511 (html2text-format-single-elements): Ditto.
21512
21513 * mml.el (mml-parse-1): Ditto.
21514
21515 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21516
21517 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21518
21519 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21520
21521 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21522
21523 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21524
21525 2003-11-15 Simon Josefsson <jas@extundo.com>
21526
21527 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21528 (pgg-gpg-lookup-key): Use regexp match instead of
21529 split-string (split-string is different between emacs 21.2 and
21530 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
21531
21532 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21533
21534 * gnus-art.el (gnus-mime-view-all-parts)
21535 (gnus-article-part-wrapper, gnus-article-view-part):
21536 Use with-current-buffer.
21537
21538 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21539
21540 * spam.el (spam-disable-spam-split-during-ham-respool)
21541 (spam-spamoracle-database, spam-cache-lookups)
21542 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21543 (spam-group-ham-mark-p, spam-group-spam-mark-p)
21544 (spam-group-ham-marks, spam-group-spam-marks)
21545 (spam-group-spam-contents-p, spam-group-ham-contents-p)
21546 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21547 also add spam-use-blackholes to the statistical checks.
21548 (spam-fetch-field-fast): Add interface to fetching fields, may
21549 become a macro.
21550 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21551 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21552 (spam-insert-fake-headers): Fake an article when needed.
21553 (spam-find-spam): Fake article when possible.
21554 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21555 (spam-check-bogofilter-headers): Use message-fetch-field instead
21556 of nnmail-fetch-field.
21557
21558 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
21559
21560 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21561
21562 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21563
21564 * spam.el (spam-split): Do not require spam-use-CHECK to be
21565 enabled if that check is passed to spam-split explicitly; also
21566 fix so 'spam doesn't get converted to spam-split-group when
21567 spam-split-symbolic-return is t.
21568 (spam-find-spam): Find registrations of the article and use those
21569 instead of re-running spam-split to find the spam/ham
21570 classification of the article.
21571 (spam-log-processing-to-registry, spam-log-registered-p)
21572 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21573 Use gnus-error instead of gnus-message.
21574 (spam-log-registration-type): Add function to determine the
21575 classification of a message based on registry entries; will
21576 return nil if both 'spam and 'ham are found.
21577 (spam-check-BBDB): Expand all the BBDB macros here so we can have
21578 a reasonably fast local cache without the loading errors.
21579 (spam-cache-lookups): Set to t by default.
21580 (spam-find-spam): Don't try to guess spam-cache-lookups.
21581 (spam-enter-whitelist, spam-enter-blacklist): Clear the
21582 spam-caches entry.
21583 (spam-filelist-build-cache, spam-filelist-check-cache):
21584 Fix caching of whitelist/blacklist entries.
21585 (spam-check-whitelist, spam-check-blacklist):
21586 Invoke spam-from-listed-p with a type, not a cache variable.
21587 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21588
21589 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21590
21591 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21592
21593 * nnmail.el (nnmail-split-fancy): do.
21594
21595 * mml.el (mml-parse): do.
21596
21597 * gnus-score.el (gnus-enter-score-words-into-hashtb)
21598 (gnus-score-adaptive): do.
21599
21600 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21601
21602 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21603 (gnus-mime-button-map): Don't set keymap parent.
21604 (gnus-button-ctan-directory-regexp): Use shy grouping.
21605 (gnus-prev-page-map): Don't set keymap parent.
21606 (gnus-prev-page-map): Remove duplicated one.
21607 (gnus-next-page-map): Don't set keymap parent.
21608 (gnus-mime-security-button-map): Ditto.
21609
21610 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21611 version number.
21612
21613 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21614
21615 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21616
21617 * canlock.el (canlock-sha1-function): Remove.
21618 (canlock-sha1-function-for-verify): Remove.
21619 (canlock-openssl-program): Remove.
21620 (canlock-openssl-args): Remove.
21621 (canlock-ignore-errors): Remove.
21622 (canlock-sha1-with-openssl): Remove.
21623 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21624 (canlock-verify): Don't use canlock-ignore-errors.
21625
21626 * sha1-el.el (sha1-string-external): Make it can return a string
21627 in binary form.
21628 (sha1-region-external): Ditto.
21629 (sha1-string-internal): Ditto.
21630 (sha1-region-internal): Ditto.
21631 (sha1-region): Ditto.
21632 (sha1-string): Ditto.
21633 (sha1): Ditto.
21634
21635 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21636
21637 * spam.el (spam-report-articles-gmane): New command.
21638
21639 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21640
21641 * gnus.el: Don't make unnecessary *Group* buffer when loading.
21642
21643 * run-at-time.el (run-at-time-saved): Remove.
21644 (run-at-time): Doc fix.
21645
21646 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21647
21648 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21649 (gnus-summary-limit-map): Add it.
21650 (gnus-summary-make-menu-bar): do.
21651
21652 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
21653
21654 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21655 Make attempt at some caching support (done for BBDB only now).
21656 (spam-find-spam): Set spam-cache-lookups if there are more than 2
21657 addresses to be checked.
21658 (spam-clear-cache-BBDB): Add function, to be invoked by
21659 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21660 (spam-check-BBDB): Check and use the caches, if
21661 spam-cache-lookups is on, remove superfluous (provide).
21662
21663 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
21664
21665 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21666
21667 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
21668
21669 * run-at-time.el (run-at-time-saved): Move to after the definition
21670 of `run-at-time'.
21671
21672 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21673
21674 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21675 mm-w3m-local-map-property.
21676
21677 * mm-view.el (mm-w3m-mode-map): Remove.
21678 (mm-w3m-local-map-property): Remove.
21679 (mm-inline-text-html-render-with-w3m): Don't use
21680 mm-w3m-local-map-property.
21681
21682 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21683
21684 * run-at-time.el: New file.
21685
21686 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21687 of gnus-set-text-properties.
21688
21689 * gnus-uu.el (gnus-uu-save-article): Ditto.
21690
21691 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21692
21693 * gnus-cite.el (gnus-cite-parse): Ditto.
21694
21695 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21696 of gnus-.
21697
21698 * gnus.el: Change calls to nnheader-run-at-time and
21699 password-run-at-time throughout to use run-at-time directly.
21700
21701 * password.el: Remove definition of run-at-time.
21702
21703 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21704
21705 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21706 in prompt.
21707
21708 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21709
21710 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21711 XEmacs version.
21712
21713 * dns.el (dns-make-network-process): Use `open-network-stream'
21714 instead of `gnus-xmas-open-network-stream'.
21715
21716 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21717
21718 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21719
21720 * gnus-art.el (gnus-mime-display-alternative)
21721 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21722 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21723 Don't use gnus-local-map-property.
21724
21725 * gnus-util.el (gnus-local-map-property): Remove.
21726
21727 * mm-view.el (mm-view-pkcs7-decrypt):
21728 Replace gnus-completing-read-maybe-default with completing-read.
21729
21730 * gnus-util.el (gnus-completing-read): do.
21731 (gnus-completing-read-maybe-default): Remove.
21732
21733 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21734
21735 * password.el: Only autoload `run-at-time' if not XEmacs.
21736 Only autoload the itimer functions if XEmacs.
21737
21738 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21739
21740 * gnus-art.el (gnus-read-string): Remove.
21741 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21742 read-string.
21743
21744 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21745
21746 * netrc.el: Autoload password-read.
21747 (netrc): Add configuration group.
21748 (netrc-encoding-method, netrc-openssl-path):
21749 Add variables for encoding and decoding of files with symmetric
21750 ciphers.
21751 (netrc-encode): Add assistant function to encode a file with
21752 netrc-encoding-method.
21753 (netrc-parse): Add interactive parameter, added optional
21754 decoding if netrc-encoding-method is non-nil but otherwise
21755 behavior is standard.
21756 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21757 Do s/encode/encrypt/ everywhere.
21758
21759 * spam.el: Remove executable-find autoload.
21760
21761 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21762
21763 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21764
21765 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21766
21767 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21768
21769 * gnus-art.el (gnus-treat-ansi-sequences)
21770 (article-treat-ansi-sequences): New variable and function.
21771 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21772
21773 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21774 Use it.
21775
21776 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21777
21778 * mm-util.el (mm-quote-arg): Remove.
21779
21780 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21781 shell-quote-argument.
21782
21783 * gnus-uu.el (gnus-uu-command): do.
21784
21785 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21786
21787 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21788 with make-char.
21789
21790 * mm-util.el (mm-make-char): Remove.
21791
21792 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21793 add-minor-mode.
21794
21795 * gnus-undo.el (gnus-undo-mode): do.
21796
21797 * gnus-topic.el (gnus-topic-mode): do.
21798
21799 * gnus-sum.el (gnus-dead-summary-mode): do.
21800
21801 * gnus-start.el (gnus-slave-mode): do.
21802
21803 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21804
21805 * gnus-ml.el (gnus-mailing-list-mode): do.
21806
21807 * gnus-gl.el (gnus-grouplens-mode): do.
21808
21809 * gnus-draft.el (gnus-draft-mode): do.
21810
21811 * gnus-dired.el (gnus-dired-mode): do.
21812
21813 * gnus-ems.el (gnus-add-minor-mode): Remove.
21814
21815 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21816 Replace gnus-char-width with char-width.
21817
21818 * gnus-ems.el (gnus-char-width): Remove.
21819
21820 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21821 Replace gnus-char-width with char-width.
21822
21823 * gnus-ems.el (gnus-char-width): Remove.
21824
21825 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21826 definition.
21827 Remove Emacs 20 hash table compatibility code.
21828
21829 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21830 20 compatibility code.
21831
21832 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21833
21834 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21835
21836 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21837 Replace with point-at-{eol,bol}.
21838
21839 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21840
21841 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21842
21843 * flow-fill.el (fill-flowed-point-at-bol)
21844 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21845
21846 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21847 Replace with point-at-{eol,bol} throughout all files.
21848
21849 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
21850
21851 * ntlm.el (ntlm-string-as-unibyte): New macro.
21852 (ntlm-build-auth-response): Use it.
21853
21854 Remove Emacs 20 stuff:
21855 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21856 of delq and copy-sequence.
21857 * gnus-art.el (popup-menu): Remove the compiler macro.
21858 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21859 Emacs 20.
21860
21861 2004-01-05 Simon Josefsson <jas@extundo.com>
21862
21863 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21864 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21865 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21866 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21867 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21868 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21869 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21870 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21871 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21872 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21873 ntlm-string-permute, string-lshift into ntlm-string-lshift,
21874 string-xor into ntlm-string-xor.
21875 Suggested by Jesper Harder <harder@myrealbox.com>.
21876
21877 * ntlm.el: Don't include poem.
21878
21879 * md4.el (print-int32, print-string-hexa): Remove.
21880 Suggested by Jesper Harder <harder@myrealbox.com>.
21881
21882 * sasl-ntlm.el, ntlm.el, md4.el: New files.
21883
21884 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21885 probably breaks emacs with DL patch, but do we care? Is anyone
21886 still using the DL stuff?)
21887
21888 * sieve-manage.el: Use the password package.
21889 (sieve-manage-read-passwd): Remove.
21890 (sieve-manage-interactive-login): Use password. Re-add
21891 condition-case around loop.
21892
21893 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21894 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21895 Use the password package.
21896
21897 2003-02-19 Simon Josefsson <jas@extundo.com>
21898
21899 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21900 token.
21901
21902 2002-08-07 Simon Josefsson <jas@extundo.com>
21903
21904 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21905 (sieve-manage-authenticators):
21906 (sieve-manage-authenticator-alist): Add some SASL mechs.
21907 (sieve-sasl-auth): New function.
21908 (sieve-manage-cram-md5-auth):
21909 (sieve-manage-plain-auth): Rewrite using SASL library.
21910 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21911 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21912 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21913 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21914
21915 2004-01-05 Simon Josefsson <jas@extundo.com>
21916
21917 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21918 New files.
21919
21920 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21921
21922 * gnus-group.el (gnus-no-groups-message): Update.
21923
21924 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21925
21926 2003-11-09 Simon Josefsson <jas@extundo.com>
21927
21928 * imap.el: Support for ID IMAP extension (RFC 2971).
21929 (imap-local-variables): Add imap-id.
21930 (imap-id): New variable.
21931 (imap-id): New function.
21932 (imap-parse-response): Parse untagged ID response.
21933 * nnimap.el (nnimap-id): New variable.
21934 (nnimap-open-connection): Use it.
21935
21936 2003-12-28 Simon Josefsson <jas@extundo.com>
21937
21938 * gnus-score.el (gnus-score-edit-all-score): New.
21939 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21940
21941 2004-01-04 Simon Josefsson <jas@extundo.com>
21942
21943 * password.el: Add.
21944
21945 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21946
21947 * dns.el (dns-query-types): Fix typo.
21948 (dns-query-types): New function.
21949 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21950 PTR and SOA replies, see RFC 1035.
21951
21952 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21953
21954 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21955
21956 * Move to Changelog.2.
21957
21958 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21959
21960 * gnus.el (gnus-version-number): Bump version.
21961
21962 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21963
21964 * gnus.el: No Gnus v0.1 is released.
21965
21966 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21967
21968 * gnus.el: No Gnus v0.0 is released.
21969
21970 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21971
21972 * gnus.el (gnus-version-number): Bump.
21973 (gnus-version): No.
21974
21975 See ChangeLog.2 for earlier changes.
21976
21977 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21978
21979 This file is part of GNU Emacs.
21980
21981 GNU Emacs is free software: you can redistribute it and/or modify
21982 it under the terms of the GNU General Public License as published by
21983 the Free Software Foundation, either version 3 of the License, or
21984 (at your option) any later version.
21985
21986 GNU Emacs is distributed in the hope that it will be useful,
21987 but WITHOUT ANY WARRANTY; without even the implied warranty of
21988 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21989 GNU General Public License for more details.
21990
21991 You should have received a copy of the GNU General Public License
21992 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21993
21994 ;; Local Variables:
21995 ;; coding: utf-8
21996 ;; fill-column: 79
21997 ;; add-log-time-zone-rule: t
21998 ;; End: