nnmail.el (nnmail-expiry-target-group): Protect against degenerate results from ...
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4 results from -accept-article.
5
6 * shr-color.el: Require cl when compiling.
7
8 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9 checkin.
10
11 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
12
13 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
14
15 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
16 'add and 'delete to set backend marks.
17
18 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
19
20 * nnheader.el (nnheader-update-marks-actions): Refactor out.
21
22 * nntp.el (nntp-request-set-mark): Use it.
23
24 * nnfolder.el (nnfolder-request-set-mark): Ditto.
25
26 * nnml.el (nnml-request-set-mark): Ditto.
27
28 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
29 introduces regressions in article selection.
30 (nnimap-find-uid-response): New function.
31 (nnimap-request-accept-article): Use the UID returned, if any.
32 (nnimap-request-move-article): Use the UID returned, if any.
33 (nnimap-get-groups): Reimplement to work with folded lines.
34 (nnimap-find-uid-response): The UID is the last element in the list.
35 (nnimap-request-set-mark): Extend syntax with 'set.
36
37 * nnml.el (nnml-request-set-mark): Ditto.
38
39 * nnfolder.el (nnfolder-request-set-mark): Ditto.
40
41 * nntp.el (nntp-request-set-mark): Ditto.
42
43 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
44
45 * message.el (message-called-interactively-p): A temporary macro.
46 (message-goto-body): Use it temporarily.
47
48 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
51 (nnimap-last-response-string): Unfold quoted lines, if they exist.
52 (nnimap-last-response-string): Fix last unfolding fix.
53
54 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
55
56 * shr.el (shr-insert): Fix the way to fold lines.
57
58 2010-11-25 Julien Danjou <julien@danjou.info>
59
60 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
61
62 * color.el: Rename from color-lab.el
63 (color-rgb->hex): Add.
64 (color-complement): Add.
65 (color-complement-hex): Add.
66
67 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
68
69 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
70
71 * shr-color.el (shr-color-visible): Don't bug out if the colour names
72 don't exist.
73
74 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
75
76 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
77 assuming that article displaying or another mml-preview may be
78 interrupted for an error or for the like.
79
80 * shr.el (shr-get-background): Fix argument name.
81
82 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
83
84 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
85
86 * gnus-sum.el (gnus-summary-include-articles): New function.
87
88 * message.el (message-goto-body): called-interactively-p needs a
89 parameter, so use `any'.
90
91 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
92 clear marks before moving, since they're synced from the Gnus side
93 first.
94
95 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
96 (gnus-summary-move-article): Copy over all marks before moving, so that
97 IMAP doesn't think a new article has arrived.
98
99 2010-11-24 Julien Danjou <julien@danjou.info>
100
101 * shr.el (shr-insert-background-overlay): Fix typo.
102 (shr-render-td): Copy the background before rendering.
103
104 * shr-color.el (shr-color-visible): Fix docstring.
105
106 * shr.el (shr-tag-table): Add bgcolor support.
107 (shr-render-td): Add bgcolor support.
108 (shr-get-background): Add.
109 (shr-insert-foreground-overlay): Use shr-get-background.
110
111 * message.el (message-goto-body): Use called-interactively-p.
112 (message-in-body-p): message-goto-body returns point.
113
114 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
115
116 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
117 Fixes something or other in Emacs 23, and is backwards compatible.
118
119 * message.el (message-goto-body): Remove the <#secure special-casing,
120 which is too special.
121
122 * shr.el (shr-parse-style): Drop !important from styles.
123
124 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
125
126 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
127 this function to return incorrect results when calling it with an
128 explicit article argument different from
129 (gnus-summary-article-number).
130
131 2010-11-24 Julien Danjou <julien@danjou.info>
132
133 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
134 (shr-tag-body): Add background support.
135 (shr-descend): Add background support.
136 (shr-tag-title): Add.
137
138 * shr-color.el (shr-color-visible): Really return original background
139 if fixed.
140
141 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
142
143 * shr.el (shr-color-check): Protect against non-existant colour names.
144
145 2010-11-24 Julien Danjou <julien@danjou.info>
146
147 * color-lab.el: Require 'cl when compiling.
148
149 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
150
151 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
152 matched part.
153
154 * color-lab.el: Fix all expt calls to use float type.
155
156 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
157
158 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
159 expression to shr-color-check as is.
160
161 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
162
163 * color-lab.el: Add coding cookie.
164 (float-pi): Use eval-and-compile.
165
166 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
167
168 * shr.el (shr-insert-color-overlay): Split stuff like
169 "#444444 !important" to find the real colour.
170 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
171 parse <font color="red"> entries.
172
173 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
174
175 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
176 point when parsing headers.
177
178 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
179 is positioned properly when parsing headers.
180
181 2010-11-23 Julien Danjou <julien@danjou.info>
182
183 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
184
185 * shr-color.el (shr-color->hexadecimal): Add support for color names.
186
187 * shr.el (shr-parse-style): Replace \n with space in style parsing.
188
189 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
190 shr-color-hue-to-rgb.
191 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
192
193 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
194
195 * shr.el (shr-color->hexadecimal): Autoload.
196 (shr-descend): Add color to all tags.
197
198 2010-11-22 Julien Danjou <julien@danjou.info>
199
200 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
201 shr-color->hexadecimal.
202
203 * shr-color.el (shr-color->hexadecimal): Add converting functions for
204 RGB() or HSL() color representation.
205
206 * shr.el (shr-tag-font): Add.
207 (shr-tag-color-check): New function to get better colors.
208 (shr-tag-insert-color-overlay): Factorize code between tag-font and
209 tag-span.
210
211 * shr-color.el: New file.
212
213 * color-lab.el: New file.
214
215 * gnus-art.el (gnus-url-mailto): Do not downcase args.
216
217 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
218
219 * nnir.el: Fix typo in comments.
220 (nnir-run-imap): Simplify code. No need to reverse artlist.
221 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
222
223 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
226
227 * nnimap.el (nnimap-get-capabilities): Refactor out.
228 (nnimap-open-connection): Re-request capabilities after STARTTLS.
229
230 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
231
232 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
233 appearing when `mm-uu-hide-markers' is nil.
234
235 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
236
237 * nnimap.el (nnimap-unselect-group): Make into its own function.
238 (nnimap-request-rename-group): Unselect group before renaming.
239 This had gotten lost somewhere.
240 (nnimap-request-accept-article): Keep track of examined groups, and
241 unselect the group before APPENDing to read-only groups.
242 (nnimap-request-move-article): Clear flags before moving so that they
243 can be re-set later.
244
245 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
246
247 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
248 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
249
250 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
251
252 * gnus-art.el (gnus-mime-display-single)
253 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
254 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
255 parameter.
256
257 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
260 (shr-table-vertical-line): New variable.
261 (shr-insert-table): Use it.
262
263 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
264
265 * gnus-html.el (gnus-html-wash-images): Don't display images if
266 gnus-inhibit-images is non-nil; register displayer for cid images.
267 (gnus-html-display-image): Work for cid image.
268 (gnus-html-insert-image): Allow arguments.
269 (gnus-html-put-image): Inhibit read-only.
270 (gnus-html-prefetch-images): Don't prefetch images if
271 gnus-inhibit-images is non-nil.
272
273 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
274
275 * shr.el (shr-put-image): Break lines when inserting big pictures.
276
277 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
278
279 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
280 sender, thanks Katsumi Yamaoka.
281
282 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
283
284 * nnir.el (nnir-run-imap): Reverse the article list for each group
285 rather than the whole list.
286
287 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
288
289 * shr.el (shr-image-displayer): Protect function against non-existent
290 image source.
291
292 * gnus-art.el (gnus-inhibit-images): New user option.
293 (gnus-mime-display-single): Don't display image if it is non-nil.
294
295 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
296 gnus-inhibit-images.
297
298 * shr.el (shr-image-displayer): New function.
299 (shr-tag-img): Use it.
300
301 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
302
303 * mml2015.el (mml2015-epg-sign): Use From header.
304
305 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
306
307 * gnus-html.el (gnus-html-wash-images): Register a displayer.
308
309 * gnus-util.el (gnus-find-text-property-region): Return markers.
310
311 * shr.el (shr-tag-img): Put a displayer in the text property.
312
313 * gnus-util.el (gnus-find-text-property-region): New utility function.
314
315 * gnus-html.el (gnus-html-display-image): Make the alt optional.
316 (gnus-html-show-images): Remove.
317
318 * gnus-art.el (gnus-article-show-images): New, more general function.
319
320 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
321 image url text properties.
322
323 * shr.el: Ditto.
324
325 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
326 gnus-agent-auto-agentize-methods is set. Which it isn't.
327
328 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
329
330 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
331 work for two or more articles.
332
333 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
334
335 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
336 divide an image that's in an html article to two or more when washing
337 non-ASCII characters in alt text of it.
338
339 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
340
341 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
342 smime-decrypt-region using function argument.
343 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
344
345 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
346
347 * smime.el (smime-decrypt-region): Catch it.
348
349 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * smime.el (smime-mode-map): Move initialization into declaration.
352 (gnus-run-mode-hooks): Don't autoload.
353 (smime-mode): Use define-derived-mode.
354
355 2010-11-11 Glenn Morris <rgm@gnu.org>
356
357 * smime.el (from): Restrict declaration to XEmacs.
358
359 * nnir.el (gnus-group-topic-name): Autoload.
360
361 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
362
363 * shr.el (shr-insert): Don't break long line if it is because of
364 kinsoku-bol characters in the line end.
365
366 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
367
368 * nnir.el (nnir-request-move-article): Fix to provide original group
369 and subject.
370 (nnir-warp-to-article): Don't fail on articles whose headers haven't
371 been retrieved.
372
373 * gnus-sum.el (gnus-summary-move-article): Use original group and
374 subject for virtual articles such as those in an nnir summary buffer.
375
376 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
377
378 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
379 least 21.5).
380
381 * smime.el (from): Declare it again for XEmacs.
382
383 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
384
385 * message.el (message-resend): Don't disable encoding unless it's
386 already encoded.
387
388 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
389 low-numbered articles.
390
391 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
392
393 * rfc2047.el (rfc2047-syntax-table): Simplify.
394
395 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
396 set-char-table-range for XEmacs.
397
398 2010-11-10 Glenn Morris <rgm@gnu.org>
399
400 * smime.el (from): Remove unused declaration.
401
402 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
403 (gnus-float-time): On Emacs, always an alias.
404
405 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
406 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
407
408 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
409
410 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
411
412 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
413
414 * shr.el (browse-url-mailto): Autoload.
415
416 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
417
418 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
419 regexp doesn't need quoting.
420
421 2010-11-09 Sven Joachim <svenjoac@gmx.de>
422
423 * message.el (message-subject-trailing-was-ask-regexp)
424 (message-subject-trailing-was-regexp): Match was: in addition to was.
425
426 2010-11-09 Glenn Morris <rgm@gnu.org>
427
428 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
429 (nnbabyl-check-mbox): Use point-at-bol.
430
431 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
432
433 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
434
435 * message.el (message-mailto): New function.
436 (message-mailto): Should accept other parameters.
437 (message-mailto): Remove since it duplicates browse-url-mailto
438 functionality.
439
440 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
441
442 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
443 methods.
444 (gnus-read-active-file): Ditto.
445
446 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
447 ": " from the prompt.
448 (gnus-group-make-group): Ditto.
449
450 2010-11-07 Glenn Morris <rgm@gnu.org>
451
452 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
453 (gnus-bookmark-kill-line): Use point-at-eol.
454
455 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
456
457 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
458 asterisks in From header.
459
460 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
461
462 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
463 string to avoid making the From headers syntactically invalid.
464
465 * message.el (message-send-mail): Don't insert courtesy messages if the
466 message already has List-Post and List-ID messages.
467
468 2010-11-06 Glenn Morris <rgm@gnu.org>
469
470 * gnus-art.el (gnus-treat-article): Give dynamic local variables
471 `condition', `type', `length' a prefix.
472 (gnus-treat-predicate): Update for above name changes.
473
474 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
475
476 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
477 binding. Handled by `gnus-summary-refer-thread' instead.
478 (nnir-warp-to-article): New backend function.
479
480 * nnimap.el (nnimap-request-thread): Force dependency updating.
481
482 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
483 (gnus-summary-refer-thread): Rework to improve thread-referral.
484
485 * gnus-int.el (gnus-warp-to-article): New function.
486
487 * gnus-sum.el (gnus-summary-article-map): Bind it.
488
489 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
490
491 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
492 gnus-summary-refer-thread.
493
494 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
495 headers.
496 (gnus-summary-limit-include-thread): Prevent articles in thread from
497 being cut in gnus-cut-threads.
498 (gnus-summary-refer-thread): Limit retrieved headers to those in
499 thread.
500
501 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
502
503 * message.el (message-send-mail): Use the value of
504 message-courtesy-message from the message buffer.
505
506 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
507
508 * shr.el (shr-browse-url): Implement mailto: URLs.
509
510 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
511 "raw".
512
513 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
514 if it's already selected.
515
516 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
517
518 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
519
520 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
521 to measure the length and truncate alt text.
522
523 2010-11-03 Glenn Morris <rgm@gnu.org>
524
525 * nndiary.el (nndiary-generate-nov-databases-1)
526 (nndiary-generate-active-info): Rename dynamic variable `files' to
527 something less generic.
528
529 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
530
531 * nnir.el (nnir-request-move-article): Call the underlying backend to
532 move articles from nnir.
533
534 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
535
536 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
537
538 2010-11-02 Julien Danjou <julien@danjou.info>
539
540 * nnir.el: Remove wais support.
541
542 2010-11-02 Glenn Morris <rgm@gnu.org>
543
544 * gnus-html.el: Reorder requirements to quieten compiler.
545
546 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
547
548 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
549 properly for XEmacs as well.
550 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
551 (gnus-article-natural-long-line-p): Use window-width rather than
552 frame-width.
553
554 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
555
556 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
557 (nnir-read-parms): Don't modify query.
558 (nnir-run-query): Add ability to search topic on current line.
559 (nnir-get-active): Clean up.
560
561 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
562
563 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
564 degenerate articles.
565
566 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
567 (gnus-print-buffer): Just print the buffer as is, without any copying
568 to a buffer and then re-highlighting.
569
570 * nnimap.el (nnimap-request-group): Store the new updated info.
571 (nnimap-request-group): Select the group when we don't know whether it
572 exists or not.
573
574 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
575 groups.
576
577 * gnus-group.el (gnus-group-find-new-groups): Display all the new
578 groups.
579
580 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
581 groups.
582
583 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
584 long-lines case by only filling the long lines.
585
586 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
587 (bug #7311).
588
589 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
590
591 * shr.el: No need to declare `declare-function' since shr.el is for
592 only Emacsen that provide `libxml-parse-html-region'.
593
594 2010-11-01 Glenn Morris <rgm@gnu.org>
595
596 * mm-util.el (gnus-completing-read): Autoload.
597 (mm-read-coding-system): Simplify Emacs definition.
598
599 * nnmail.el (gnus-activate-group):
600 * nnimap.el (gnutls-negotiate):
601 * nntp.el (netrc-parse): Fix declarations.
602
603 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
604
605 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
606 string-match-p in Emacs >=23.
607
608 * gnus-msg.el (gnus-configure-posting-styles)
609 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
610
611 2010-11-01 Glenn Morris <rgm@gnu.org>
612
613 * nnir.el (declare-function): Add compat stub.
614 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
615 (nnir-run-gmane): Require 'mm-url.
616
617 * mm-util.el (mm-string-to-multibyte): Simplify.
618
619 * shr.el (declare-function): Add compat stub.
620 (url-cache-create-filename): Declare.
621 (mm-disable-multibyte, widget-convert-button): Autoload.
622
623 * smime.el (ldap-search): Declare.
624 (smime-cert-by-ldap-1): Require ldap on Emacs.
625
626 * nnimap.el: Require nnmail, and gnus-sum when compiling.
627 (nnimap-keepalive): Use gnus-float-time.
628
629 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
630 (mail-source-delete-crash-box): Use gnus-float-time.
631
632 * gnus-dired.el (gnus-completing-read): Autoload.
633
634 * mm-view.el (gnus-rescale-image): Autoload.
635
636 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
637
638 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
639
640 * sieve-manage.el: Require 'cl when compiling.
641
642 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
643 (gnus-iswitchb-completing-read): Require iswitchb.
644 (gnus-select-frame-set-input-focus): Silence compiler.
645
646 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
647
648 * message.el (message-subject-trailing-was-query): Change default to t,
649 since I think that's what most people want.
650
651 * nnimap.el (nnimap-request-accept-article): Erase buffer before
652 appending for easier debugging.
653 (nnimap-wait-for-connection): Take a regexp.
654 (nnimap-request-accept-article): Wait for the continuation line before
655 sending anything unless we're streaming.
656
657 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
658 leave the header washing to take place.
659
660 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
661
662 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
663 regular expression match and replace in posting styles.
664
665 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
666
667 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
668 an entire server.
669 (nnir-get-active): New function.
670 (nnir-run-imap): Use it.
671 (nnir-run-gmane): Who knew, gmane search returns an article score!
672
673 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
674 server on the current line with nnir.
675
676 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
677
678 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
679 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
680 left edge.
681 (gnus-article-foldable-buffer): Skip past the prefix when determining
682 raggedness.
683
684 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
685 the raw article, and change `C-u g' to show the article without doing
686 treatments.
687
688 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
689 on to `gnus-treat-article'.
690 (gnus-inhibit-article-treatments): New variable.
691
692 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
693
694 * gnus-art.el (gnus-treatment-function-alist): Have
695 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
696 (gnus-treat-fill-long-lines): Change default to fill all text/plain
697 sections.
698
699 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
700 parameter.
701 (gnus-article-fill-cited-long-lines): New function.
702 (gnus-article-fill-cited-article): Allow filling only long sections.
703
704 * shr.el (shr-find-fill-point): Don't break lines between punctuation
705 and non-punctuation (like after the apostrophe in "'We").
706
707 * gnus-sum.el (gnus-summary-select-article): Make sure
708 gnus-original-article-buffer is alive.
709
710 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
711 reflect the order they're in in the digest.
712
713 * gnus.el (gnus-group-startup-message): Move point to the start of the
714 buffer.
715
716 * nnimap.el (nnimap-capability): New function.
717 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
718 is set.
719
720 2010-10-31 David Engster <dengste@eml.cc>
721
722 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
723 conform with changes to gnus-completing-read.
724
725 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
726
727 * shr.el (shr-tag-img): Output "*" instead of "[img]".
728
729 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
730
731 * nnir.el: Move defvar, defcustom around to keep file organized
732 and keep byte-compiler quiet.
733 (nnir-read-parms): Accept search-engine as arg.
734 (nnir-run-query): Pass search-engine as arg.
735 (nnir-search-engine): Remove.
736
737 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
738
739 * shr.el (shr-generic): The text nodes should be text, not :text.
740
741 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
742 later in the file.
743
744 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
745
746 * nnir.el: General clean up. Allow searching with multiple engines.
747 Allow separate extra-parameters for each engine.
748 Batch queries when possible.
749 (nnir-imap-default-search-key,nnir-method-default-engines):
750 Add customize interface.
751 (nnir-run-gmane): New engine.
752 (nnir-engines): Use it. Qualify all prompts with engine name.
753 (nnir-search-engine): Remove global variable.
754 (nnir-run-hyrex): Restore for now.
755 (nnir-extra-parms,nnir-search-history): New variables.
756 (gnus-group-make-nnir-group): Use them.
757 (nnir-group-server): Remove in favor of gnus-group-server.
758 (nnir-request-group): Avoid searching twice.
759 (nnir-sort-groups-by-server): New function.
760
761 2010-10-30 Julien Danjou <julien@danjou.info>
762
763 * gnus-group.el: Remove gnus-group-fetch-control.
764
765 * gnus-start.el (gnus-find-new-newsgroups):
766 Remove gnus-check-first-time-used.
767
768 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
769
770 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
771
772 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
773 set on groups that don't have \* permanentflags.
774
775 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
776
777 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
778 control the background color.
779 (shr-tag-img): Ignore very small web bug type images.
780 (shr-put-image): Add help-echo alt texts to the images.
781 (shr-tag-video): Show the video poster image.
782
783 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
784
785 * shr.el (shr-table-depth): New variable.
786 (shr-tag-table-1): Only insert the images after the top-level table.
787
788 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
789
790 * gnus-util.el (gnus-list-memq-of-list): New function.
791
792 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
793 selected.
794 (nnimap-unsplittable-articles): New slot.
795 (nnimap-new-articles): Use it.
796
797 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
798
799 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
800 move to the previous line on `M-g'.
801
802 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
803
804 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
805 *-request-group, which seems unnecessary.
806
807 * nnimap.el (nnimap-quote-specials): Function copied over from
808 imap.el.
809 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
810 they support that. Suggested by Tom Regner.
811
812 2010-10-29 Julien Danjou <julien@danjou.info>
813
814 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
815 defalias.
816 (gnus-summary-delete-marked-with): Remove obsolete defalias.
817
818 * gnus.el: Remove `gnus-nntp-service' variable.
819 (gnus-secondary-servers): Make obsolete.
820 (gnus-nntp-server): Make obsolete.
821
822 * gnus-start.el (gnus-1): Remove x-splash calls.
823
824 * gnus-ems.el (gnus-x-splash): Remove.
825
826 * gnus.el (gnus-group-startup-message): Simplify/update code.
827
828 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
829 capability before doing anything.
830 (gnus-group-insert-group-line): Remove useless
831 gnus-group-remove-excess-properties.
832
833 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
834
835 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
836
837 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
838
839 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
840 config after reselecting.
841
842 2010-10-28 Julien Danjou <julien@danjou.info>
843
844 * shr.el (shr-put-image): Use point even if only inserting text.
845 (shr-put-image): Save excursion when inserting alt text on non-graphic
846 display, so the behaviour is the same when we are on a graphic display.
847
848 * nnir.el (nnir-run-swish-e): Remove hyrex support.
849
850 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
851
852 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
853 (gnus-mime-copy-part): Check coding system, not charset.
854 (gnus-mime-view-part-externally): Never remove part.
855 (gnus-mime-view-part-internally): Don't remove part here.
856 (gnus-article-part-wrapper): Make sure MIME tag is visible.
857 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
858 multipart/alternative.
859
860 * mm-decode.el (mm-display-part): Take optional arg `force'.
861
862 2010-10-26 Julien Danjou <julien@danjou.info>
863
864 * gnus-group.el (gnus-group-default-list-level): Add this function to
865 compute the default list level.
866 (gnus-group-default-list-level): Add possibility to use a function.
867
868 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
869
870 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
871
872 * gnus-group.el (gnus-group-completing-read)
873 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
874 gnus-replace-in-string.
875
876 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
877
878 * shr.el (shr-tag-div): Add.
879
880 2010-10-25 Julien Danjou <julien@danjou.info>
881
882 * gnus-util.el: Remove `gnus-with-local-quit'.
883
884 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
885
886 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
887
888 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
889 the original article buffer.
890
891 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
892
893 * nnimap.el (nnimap-request-head): New function.
894 (nnimap-request-move-article): Try to be slighly faster by not
895 requesting the entire message when moving.
896 (nnimap-transform-headers): Don't bug out on bodiless articles.
897 (nnimap-send-command): Have no outstanding messages if the IMAP server
898 doesn't support streaming.
899 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
900
901 2010-10-24 Julien Danjou <julien@danjou.info>
902
903 * message.el (message-default-headers): Fix type.
904
905 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
906
907 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
908 prefetching images.
909
910 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
911 backend for unknown groups. This is mainly useful for nnimap groups.
912
913 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
914 group isn't covered by the agent.
915
916 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
917
918 * nnir.el (nnir-method-default-engines): New variable.
919 (nnir-run-query): Use it.
920 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
921 (gnus-summary-nnir-goto-thread): Change group if needed.
922
923 * gnus-group.el (gnus-group-group-map): Add key binding for
924 gnus-group-make-nnir-group.
925
926 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
927
928 * shr.el (shr-tag-object): Add.
929
930 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
931 original article buffer live.
932 (gnus-summary-select-article-buffer):
933 Mention gnus-widen-article-buffer.
934
935 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
936
937 * shr.el (shr-tag-strong): Add.
938
939 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
940
941 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
942 group names. They mess up the group buffer badly.
943
944 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
945
946 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
947 instead of the summary one.
948
949 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
950
951 * mml.el (mml-preview): Work properly when editing article.
952
953 * gnus-start.el (gnus-read-active-file-1): Don't add method to
954 gnus-have-read-active-file if it's already been in.
955
956 2010-10-22 Tom Tromey <tromey@redhat.com>
957
958 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
959 gnus-group-completing-read.
960
961 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
962
963 * message.el (message-mode-map): Don't bind M-; to comment region, to
964 allow the global comment-dwim to work.
965
966 2010-10-21 Julien Danjou <julien@danjou.info>
967
968 * message.el (message-setup-1): Allow message-default-headers to be a
969 function.
970
971 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
972
973 * shr.el (shr-tag-table): Simplify.
974
975 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
976
977 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
978 to avoid trying to snarf invalid stuff.
979
980 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
981
982 * gnus.el (gnus-message-archive-group): Quote value.
983 (gnus-message-archive-group): Mark as changed.
984
985 * shr.el (shr-add-font): Don't put the font properties on the newline
986 or the indentation.
987
988 * message.el (message-fix-before-sending): Change options when sending
989 non-printable characters.
990
991 * gnus.el (gnus-message-archive-method): Change the default to
992 monthly outgoing groups.
993
994 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
995 that have gotten new numbers.
996
997 * nnimap.el (nnimap-request-replace-article): New function.
998
999 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1002 (nnrss-request-article): Don't use special html washing code.
1003
1004 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1005
1006 * shr.el (shr-tag-table): Remove useless nconc.
1007
1008 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1009
1010 * gnus-art.el (article-wash-html): Simplify and remove the charset
1011 stuff. Use the normal html rendering code instead of the special html
1012 washing code.
1013
1014 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1015 `gnus-w3m' symbols.
1016 (mm-text-html-washer-alist): Remove.
1017
1018 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1019 (mm-inline-media-tests): Remove use.
1020 (mm-text-html-renderer): Change default to the `shr' symbol.
1021
1022 * mm-view.el (mm-inline-text-html): Remove use.
1023
1024 * gnus-art.el (gnus-blocked-images): New function. Allow the
1025 `gnus-blocked-images' to be a function.
1026 (gnus-article-wash-function): Remove.
1027
1028 2010-10-20 Julien Danjou <julien@danjou.info>
1029
1030 * spam.el (spam-list-of-processors): Mark as obsolete.
1031
1032 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1033 (nnimap-insert-partial-structure): Fix boundary detection.
1034
1035 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1036
1037 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1038 run file-truename on remote files. This can be expensive and even
1039 prevent one from editing drafts if some unrelated buffer has a stale
1040 connection.
1041
1042 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1043
1044 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1045 kinsoku-eol regardless of shr-kinsoku-shorten.
1046 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1047 (shr-tag-table): Support caption, thead, and tfoot.
1048
1049 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1050
1051 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1052 lines.
1053 (shr-save-contents): New command and keystroke.
1054
1055 * nndoc.el (nndoc-type-alist): Add git support.
1056 (nndoc-git-type-p): New function.
1057 (nndoc-transform-git-article): Ditto.
1058 (nndoc-transform-git-headers): Ditto.
1059 (nndoc-transform-git-headers): Generate Subject headers.
1060
1061 * shr.el (shr-parse-style): New function.
1062 (shr-tag-span): Ditto.
1063
1064 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1065 to `G G' to avoid collisions.
1066
1067 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1068
1069 * shr.el: Load kinsoku if necessary.
1070 (shr-kinsoku-shorten): New internal variable.
1071 (shr-find-fill-point): Make kinsoku shorten text line if
1072 shr-kinsoku-shorten is bound to non-nil.
1073 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1074 shr-indentation too when testing if table is wider than frame width.
1075 (shr-insert-table): Use `string-width' instead of `length' to measure
1076 text width.
1077 (shr-insert-table-ruler): Make sure indentation is done at bol.
1078
1079 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1082 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1083 undecoded network data.
1084
1085 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1086
1087 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1088 name in the mode line spec so that the mode line menu works
1089 (bug #2431).
1090
1091 * message.el (message-get-reply-headers): If we're fed `to-address',
1092 then always use that.
1093
1094 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1095 aren't so wide as to need to switch off the edit menu.
1096
1097 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1098 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1099
1100 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1101 `M-g'.
1102 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1103 the permanent marks.
1104
1105 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1106
1107 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1108 Splitting according to references/in-reply-to obeys the ignore-groups
1109 variable, while splitting by sender and subject do not.
1110
1111 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1112
1113 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1114 alist, so that we can look for non-Unicode chars.
1115 (article-translate-strings): Allow both character and string maps.
1116
1117 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1118
1119 * shr.el (shr-insert): Don't insert space behind a wide character
1120 categorized as kinsoku-bol, or between characters both categorized as
1121 nospace.
1122
1123 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1124
1125 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
1126 headers to gnus-newsgroup-headers.
1127
1128 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1129
1130 * shr.el (shr-tag-img): Don't align images -- since we're not
1131 rescaling, this often leads to ugly displays.
1132
1133 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1134
1135 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1136 duplicates.
1137
1138 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1139
1140 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1141 call.
1142
1143 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1144
1145 * gnus.el: Autoload gnus-html-show-images.
1146
1147 * nnimap.el: Use nnheader-message throughout.
1148
1149 * shr.el (shr-tag-img): Ignore images with no data.
1150
1151 2010-10-15 Julien Danjou <julien@danjou.info>
1152
1153 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1154 a possibility to disable format=flow encoding when using hard newlines.
1155
1156 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1157
1158 * shr.el (shr-insert): Remove space inserted before or after a
1159 breakable character or at the beginning or the end of a line.
1160 (shr-find-fill-point): Do kinsoku; find the second best point or give
1161 it up if there's no breakable point.
1162
1163 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1164
1165 * nnimap.el (nnimap-open-connection): Message when opening connection
1166 for debugging purposes.
1167
1168 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1169 on every setup buffer call to allow this to change from article to
1170 article.
1171
1172 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1173 buffers where we have a wide table.
1174
1175 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1176
1177 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1178 uses *-request-thread.
1179
1180 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1181
1182 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1183 incantation, which is no longer valid.
1184
1185 2010-10-14 Julien Danjou <julien@danjou.info>
1186
1187 * shr.el: Fix defcustom type (char -> character).
1188
1189 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1190
1191 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1192 programs.
1193
1194 2010-10-14 Julien Danjou <julien@danjou.info>
1195
1196 * shr.el (shr-tag-a): Use url-link as widget type.
1197
1198 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1199 `gnus-group-get-icon'.
1200
1201 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1202
1203 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1204 This should make server editing work better.
1205
1206 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1207
1208 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1209 (nnimap-parse-flags): Fix regexp.
1210
1211 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1212 probably work for CJVK text, too.
1213
1214 * nnimap.el (nnimap-extend-tls-programs): Remove.
1215 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1216
1217 2010-10-13 Julien Danjou <julien@danjou.info>
1218
1219 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1220 responses.
1221
1222 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1223
1224 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1225
1226 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1227 anything in Emacs.
1228
1229 * shr.el (shr-current-column): Remove buggy and unnecessary function.
1230
1231 2010-10-13 Julien Danjou <julien@danjou.info>
1232
1233 * shr.el (shr-width): Make shr-width a defcustom with default to
1234 fill-column.
1235 (shr-tag-img): Use shr-width rather than fill-column.
1236
1237 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
1238
1239 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1240
1241 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1242 position when (X-)Faces exist.
1243 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1244 avatars when called interactively.
1245
1246 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1249 gnus-article-x-face-too-ugly is bound.
1250
1251 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1252
1253 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1254
1255 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1256 mailbox that doesn't exist.
1257
1258 2010-10-12 Julien Danjou <julien@danjou.info>
1259
1260 * shr.el (shr-tag-img): Encode URL properly when retrieving.
1261 (shr-get-image-data): Encode URL properly when fetching from cache.
1262 (shr-tag-img): Use aligned-to spaces to align correctly images.
1263
1264 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1265 before inserting the Gravatar.
1266
1267 * shr.el (shr-tag-img): Add align attribute support for <img>.
1268
1269 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270
1271 * gnus-gravatar.el (gnus-art): Require.
1272
1273 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1274 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1275 Remove long obsoleted functions.
1276
1277 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1278
1279 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1280
1281 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1282 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1283 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1284 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1285 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1286 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1287 Fix comment for declare-function.
1288
1289 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1290
1291 * nnimap.el (nnimap-request-rename-group): Select group read-only
1292 before renaming it.
1293
1294 * shr.el (shr-insert): Fix up the white space only regexp.
1295
1296 * nnimap.el (nnimap-transform-split-mail): Not all articles have
1297 bodies. Protect against this. Reported by Michael Welsh Duggan.
1298
1299 * shr.el (shr-current-column): New function.
1300 (shr-find-fill-point): New function.
1301
1302 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1303
1304 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1305 numbers.
1306
1307 2010-10-11 Julien Danjou <julien@danjou.info>
1308
1309 * shr.el (shr-hr-line): Add.
1310 (shr-tag-hr): Use shr-hr-line to specify which character to use to
1311 display hr lines.
1312 (shr-max-columns): Do not change state to nil if we just inserting
1313 spaces.
1314
1315 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1316
1317 * gnus-topic.el (gnus-topic-read-group): If after the last group,
1318 select the last group.
1319
1320 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1321
1322 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1323
1324 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1325
1326 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1327 for Gnus.
1328 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1329 (nnimap-update-qresync-info): Mark \Seen articles as read.
1330
1331 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1332 non-variable, too.
1333
1334 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1335 available.
1336 (nnimap-update-info): Rely more on the current active than the param
1337 active to avoid marking articles as read too much.
1338
1339 * auth-source.el (auth-source-create): Use (user-login-name) for the
1340 user name default.
1341
1342 * nnimap.el (nnimap-update-info): If the server doesn't return any
1343 useful info, just use the previous info.
1344 (nnimap-update-info): Prefer old info over start-article.
1345 (nnimap-update-qresync-info): Finish implementing QRESYNC.
1346
1347 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
1348
1349 * nnir.el (autoload): Clean up autoloads.
1350 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1351 Use key rather than value.
1352 (nnir-imap-search-other): New variable.
1353 (nnir-read-parm): Use it.
1354 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1355 (gnus-summary-nnir-goto-thread): Modify to work with imap.
1356
1357 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1360 the process, too.
1361
1362 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * spam.el (gnus-summary-mode-map): Bind to "$".
1365 Suggested by Russ Allbery.
1366
1367 * shr.el: Rework the way things are indented by <li> slightly.
1368
1369 * gnus.el (gnus-group-set-parameter): Fix typo.
1370
1371 * nnimap.el: Start implementing QRESYNC support.
1372
1373 2010-10-09 Julien Danjou <julien@danjou.info>
1374
1375 * nnir.el (nnir-engines): Fix too many arguments.
1376
1377 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1378
1379 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1380 group is the "last", so that the backends like nnfolder actually save
1381 their folders.
1382
1383 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1384 try to use that for the tls stream.
1385 (nnimap-retrieve-group-data-early): Rework the marks code to heed
1386 UIDVALIDITY and find out which groups are read-only and not.
1387 (nnimap-get-flags): Use the same marks parsing code as the rest of
1388 nnimap.
1389
1390 2010-10-09 Julien Danjou <julien@danjou.info>
1391
1392 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1393
1394 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1395 retrieving gravatars.
1396
1397 * shr.el (shr-table-corner): Add.
1398 (shr-table-line): Add.
1399 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1400
1401 2010-10-08 Julien Danjou <julien@danjou.info>
1402
1403 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1404
1405 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
1406
1407 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1408
1409 * gnus-sum.el (gnus-mark-article-as-unread)
1410 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1411 (gnus-summary-set-bookmark): Use it.
1412
1413 * gnus-msg.el (gnus-setup-message): Use it.
1414
1415 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1416
1417 * gnus.el (gnus-group-remove-parameter): Use it.
1418
1419 * gnus-group.el (gnus-group-make-web-group): Use it.
1420
1421 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1422
1423 * nnregistry.el: Update docs to mention manual.
1424
1425 * gnus-registry.el: Update docs to mention nnregistry.el.
1426 (gnus-registry-initialize): Don't install nnregistry refer method
1427 automatically.
1428 (gnus-registry-install-nnregistry): Remove it.
1429
1430 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1431
1432 * shr.el (shr-insert): Don't insert double spaces.
1433
1434 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1435
1436 * gnus-gravatar.el (gnus-treat-from-gravatar)
1437 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1438 called interactively.
1439
1440 * gnus-art.el (gnus-mime-view-part-externally)
1441 (gnus-mime-view-part-internally): Make predicate function passed to
1442 gnus-mime-view-part-as-type assume argument is a mime type, not a list
1443 of a mime type.
1444
1445 * shr.el (shr-table-widths): Don't use cl function `reduce'.
1446
1447 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1448
1449 * shr.el (require): Require cl when compiling.
1450 (shr-tag-hr): New function.
1451
1452 * nnimap.el (nnimap-update-info): Remove double setting of high.
1453 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1454 This makes nnimap work properly on Courier again.
1455
1456 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1457 the variable for backwards compatability.
1458
1459 * mm-decode.el (mm-save-part): If given a non-directory result, expand
1460 the file name before using to avoid setting mm-default-directory to
1461 nil.
1462
1463 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1464 bidning gnus-agent variables.
1465
1466 * shr.el (shr-render-td): Use a cache for the table rendering function
1467 to avoid getting an exponential rendering behaviour in nested tables.
1468 (shr-insert): Rework the line-breaking algorithm.
1469 (shr-insert): Don't leave trailing spaces.
1470 (shr-insert-table): Also insert empty TDs.
1471 (shr-tag-blockquote): Ensure paragraphs after </ul>.
1472
1473 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * gnus-sum.el (gnus-number): Rename from `number'.
1476 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1477 (gnus-summary-limit-children): Update uses correspondingly.
1478
1479 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1480
1481 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1482 (gnus-gravatar-transform-address): Don't show avatars of people of
1483 which mail addresses match gnus-gravatar-too-ugly.
1484
1485 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1486
1487 * shr.el (shr-table-widths): Expand TD elements to fill available
1488 space.
1489
1490 2010-10-07 Julien Danjou <julien@danjou.info>
1491
1492 * nnimap.el (nnimap-request-rename-group): Add this method.
1493
1494 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1495
1496 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1497 name from XEmacs' function-arglist.
1498
1499 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1500 gravatar under XEmacs.
1501
1502 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
1503
1504 * auth-source.el: Update docs with TODO items.
1505
1506 * gnus-sync.el: Update docs to explain state and plans.
1507
1508 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1509 Hooks for mark updates.
1510 (gnus-request-set-mark, gnus-request-update-mark): Use them.
1511
1512 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1513 hooks with arguments, which is needed for mark update hooks.
1514
1515 2010-10-06 Julien Danjou <julien@danjou.info>
1516
1517 * gnus.el (gnus-expand-group-parameter): Only return and act on what
1518 was matched.
1519
1520 * sieve-manage.el: Update example in `Commentary'.
1521
1522 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1523
1524 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1525 not 2000.
1526 (sieve-manage-authenticate): Re-add function.
1527
1528 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1529
1530 * shr.el (shr-insert): Get 'space transition right.
1531 (shr-render-td): Only delete space at the end of the TD.
1532
1533 * nnimap.el (nnimap-open-connection): Prepare to support
1534 open-gnutls-stream.
1535
1536 * shr.el: Rearrange function order to be more logical.
1537
1538 2010-10-06 Julien Danjou <julien@danjou.info>
1539
1540 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1541 (nnrss-discover-feed): Remove 404 URL in docstring.
1542
1543 * nnir.el: Fix Swish-E URL.
1544 Fix Namazu URL.
1545
1546 * message.el (message-change-subject): Remove 404 URL in a comment.
1547
1548 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1549
1550 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1551 called interactively.
1552
1553 * gnus-util.el (gnus-remove-if): Allow hash table.
1554 (gnus-remove-if-not): New function.
1555
1556 * gnus-art.el (gnus-mime-view-part-as-type)
1557 * gnus-score.el (gnus-summary-score-effect)
1558 * gnus-sum.el (gnus-read-move-group-name):
1559 Replace remove-if-not with gnus-remove-if-not.
1560
1561 * gnus-group.el (gnus-group-completing-read):
1562 Regard collection as a hash table if it is not a list.
1563
1564 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1565
1566 * shr.el (shr-render-td): Allow blank/missing <TD>s.
1567
1568 * shr.el: Document the table-rendering algorithm.
1569
1570 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1571 invalid URLs.
1572
1573 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1574 line-broken.
1575 (shr-tag-img): Ignore image fetching errors.
1576 (shr-overlays-in-region): Compute overlay positions correctly.
1577
1578 * mm-decode.el (mm-shr): Require shr.
1579
1580 * gnus-art.el (gnus-blocked-images): Move variable here.
1581
1582 * shr.el (shr-insert-table): Bind free variable.
1583
1584 * mm-decode.el (mm-shr): Bind shr-content-function.
1585
1586 * shr.el (shr-content-function): New variable.
1587
1588 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1589 added for symmetry.
1590
1591 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1592
1593 * gnus-group.el (gnus-group-make-group): Doc fix.
1594
1595 * nnimap.el (nnimap-request-newgroups): Return success.
1596
1597 * shr.el (shr-find-elements): New function.
1598 (shr-tag-table): Put all the images after the table.
1599 (shr-tag-table): Really inhibit images inside the table.
1600 (shr-collect-overlays): Copy over overlays from the TD elements to the
1601 main document.
1602
1603 * mm-decode.el (mm-shr): Bind shr-blocked-images to
1604 gnus-blocked-images.
1605
1606 2010-10-05 Julien Danjou <julien@danjou.info>
1607
1608 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1609
1610 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1611 (gnus-html-maximum-image-size): Add this function.
1612 (gnus-html-put-image): Use gnus-html-maximum-image-size.
1613
1614 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1615 server-value of the capability is nil.
1616
1617 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618
1619 * shr.el (shr-tag-em): Add <EM> tag.
1620
1621 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
1622
1623 * sieve-manage.el (sieve-manage-default-stream): Make default stream
1624 customizable.
1625
1626 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1627 handing broken links to browse-url.
1628
1629 2010-10-05 Julien Danjou <julien@danjou.info>
1630
1631 * gnus-util.el (gnus-emacs-completing-read)
1632 (gnus-iswitchb-completing-read): Use autoload rather than require.
1633
1634 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1635
1636 * gnus-util.el (gnus-completing-read-function): Exclude
1637 gnus-icompleting-read and gnus-ido-completing-read from candidates for
1638 XEmacs since iswitchb.el is very old and ido.el is unavailable in
1639 XEmacs.
1640
1641 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1642 not to use `delete-dups' that is unavailable in XEmacs 21.4.
1643
1644 * gnus-html.el: Don't require help-fns under XEmacs.
1645 (gnus-html-schedule-image-fetching): Work for XEmacs.
1646
1647 * mm-decode.el (mm-shr): Decode contents by charset.
1648
1649 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1650
1651 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1652 unknown.
1653
1654 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1655 (shr-get-image-data): Ensure against the cache file missing.
1656
1657 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1658 for data.
1659
1660 * spam-report.el (spam-report-url-ping-plain): Don't query about
1661 killing the process.
1662
1663 * shr.el (shr-render-td): Protect against too-wide text.
1664
1665 2010-10-04 Julien Danjou <julien@danjou.info>
1666
1667 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1668 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1669
1670 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1671 retrieved.
1672
1673 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1674
1675 * shr.el (browse-url): Require.
1676 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1677 lines.
1678 (shr-show-alt-text, shr-browse-image): New commands.
1679 (shr-browse-url, shr-copy-url): New commands.
1680
1681 * gnus-sum.el (gnus-widen-article-window): New variable.
1682 (gnus-summary-select-article-buffer): Use it.
1683
1684 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1685 without @ signs.
1686
1687 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1688
1689 * nnir.el (nnir-run-imap): Remove spurious space in search string.
1690
1691 2010-10-04 Julien Danjou <julien@danjou.info>
1692
1693 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1694 for XEmacs.
1695
1696 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1697
1698 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1699
1700 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1701 (nnimap-close-server): Implement.
1702
1703 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1704 (shr-insert): Tweak line breaking.
1705 (shr-insert): Handle <pre> better.
1706 (shr-tag-li): Get <li> indentation right.
1707 (shr-tag-li): Get <li> indentation even righter.
1708 (shr-tag-blockquote): Ensure paragraph start.
1709 (shr-make-table): Tweak table generation.
1710 (shr-make-table): Fix typo.
1711
1712 * shr.el: Implement table rendering.
1713
1714 2010-10-04 Julien Danjou <julien@danjou.info>
1715
1716 * gnus-html.el (gnus-html-put-image): Fix resize image code.
1717
1718 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1719
1720 * shr.el (shr-insert): Use string anchors instead of line anchors.
1721
1722 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1723
1724 * shr.el: Add headings.
1725 (shr-ensure-paragraph): Actually work.
1726 (shr-tag-li): Make <ul> prettier.
1727 (shr-insert): Get white space at the beginning/end of elements right.
1728 (shr-tag-p): Collapse subsequent <p>s.
1729 (shr-ensure-paragraph): Don't insert double line feeds after blank
1730 lines.
1731 (shr-insert): \t is also space.
1732 (shr-tag-s): Fix "s" tag name function.
1733 (shr-tag-s): Fix face prop name.
1734
1735 2010-10-03 Julien Danjou <julien@danjou.info>
1736
1737 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1738
1739 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1740 gnus-window-inside-pixel-edges.
1741
1742 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1743 gnus-ems.
1744
1745 * mm-view.el (mm-inline-image-emacs): Support image resizing.
1746
1747 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1748 function.
1749
1750 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1751 resize choice.
1752
1753 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1754
1755 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1756 beginning of the buffer.
1757
1758 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1759 article buffer again.
1760
1761 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1762
1763 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1764 when it's at the start of the buffer.
1765
1766 * shr.el (shr-tag-blockquote): Convert name.
1767 (shr-rescale-image): Use the right image-size variant.
1768
1769 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1770 buffer isn't shown, then select the current article first instead of
1771 bugging out.
1772 (gnus-summary-select-article-buffer): Show both the article and summary
1773 buffers again.
1774
1775 * shr.el (shr-fontize-cont): Protect against regions with no text.
1776 Rename tag functions to shr-tag-* for enhanced security.
1777 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1778
1779 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * shr.el (shr-insert):
1782 * pop3.el (pop3-movemail):
1783 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1784 loaded.
1785
1786 2010-10-03 Glenn Morris <rgm@gnu.org>
1787
1788 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1789
1790 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1791
1792 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1793
1794 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1795
1796 * gnus-util.el (gnus-make-local-hook): Simplify.
1797
1798 2010-10-02 Julien Danjou <julien@danjou.info>
1799
1800 * gnus-util.el (gnus-iswitchb-completing-read): New function.
1801 (gnus-ido-completing-read): New function.
1802 (gnus-emacs-completing-read): New function.
1803 (gnus-completing-read): Use gnus-completing-read-function.
1804 Add gnus-completing-read-function.
1805
1806 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1807
1808 * shr.el (shr-insert-document): Autoload.
1809 (shr-img): Be silent.
1810 (shr-insert): Add a newline after every picture before text.
1811 (shr-add-font): Use overlays for combining faces.
1812 (shr-insert): Pass upwards the text start point.
1813
1814 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1815 possible.
1816 (mm-shr): New function.
1817
1818 2010-10-02 Julien Danjou <julien@danjou.info>
1819
1820 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1821 should go backward.
1822
1823 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * shr.el (shr): Fix typo in provide call.
1826
1827 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1828
1829 * shr.el: New file.
1830
1831 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1832
1833 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1834 completing read.
1835
1836 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1837
1838 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1839 we're being queried about. Suggested by Dan Jacobson.
1840
1841 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1842 Suggested by Jason Eisner.
1843
1844 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1845 table, too. Suggested by Stefan Wiens.
1846 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1847 the table unnecessary. Suggested by Stefan Wiens.
1848
1849 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1850 longer needed, and probably doesn't work either, as pointed out by
1851 Stefan Wiens.
1852 (gnus-summary-exit): Remove call to the clearing function.
1853 (gnus-summary-exit-no-update): Ditto.
1854
1855 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1856 instead of gnus-eval-in-buffer-window to avoid popping up frames.
1857 Reported by Stefan Monnier.
1858 (gnus-summary-save-in-rmail): Ditto.
1859
1860 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1861 article buffer, instead of both the article buffer and the summary
1862 buffer. Sort of suggested by Dan Jacobson.
1863
1864 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1865
1866 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1867 Suggested by Dan Jacobson.
1868
1869 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1870 documentation clearer.
1871
1872 * message.el (message-shorten-references): Comment on the number "21".
1873 Suggested by Stefan Monnier.
1874
1875 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1876 Suggested by Dan Jacobson.
1877
1878 * gnus.el (gnus-large-newsgroup):
1879 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
1880
1881 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1882 externalize attachments. Bug reported by Steve Wen.
1883
1884 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1885 really message anything to the user.
1886
1887 * nnmail.el (nnmail-article-group): Allow using the fancy split method
1888 directly.
1889
1890 * nnimap.el (nnimap-request-group): Low higher than high to signal no
1891 messages in empty groups.
1892
1893 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
1894
1895 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1896 non-UIDNEXT group.
1897
1898 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1899
1900 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1901 not the value from the collection.
1902
1903 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1904 values. This sometimes happens on some groups that have no info.
1905 (nnimap-request-newgroups): New function.
1906
1907 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
1908
1909 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1910 check into `gnus-registry-initialize'.
1911 (gnus-registry-initialize): Ditto.
1912 Fix and extend header docs.
1913
1914 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1915
1916 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1917 regexp backtrace overflows.
1918
1919 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1920 for starttls that tls.el implements; i.e. openssl.
1921
1922 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1923
1924 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1925 (gravatar-create-image): New function that's an alias to
1926 gnus-xmas-create-image, gnus-create-image, or create-image.
1927 (gravatar-data->image): Use it.
1928
1929 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1930
1931 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1932 install the nnregistry refer method.
1933 (gnus-registry-install-hooks): Use it.
1934 (gnus-registry-unfollowed-groups): Add nnmairix to the default
1935 unfollowed groups.
1936
1937 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
1938
1939 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1940 expanding threads.
1941
1942 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1943
1944 * nnir.el: Use the server names without suffixes (bug #7009).
1945
1946 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1947 unencrypted to STARTTLS, if possible.
1948
1949 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1950
1951 * message.el (message-ignored-supersedes-headers): Strip Injection-*
1952 headers before superseding.
1953
1954 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1955
1956 * nnrss.el (nnrss-use-local): Add documentation.
1957
1958 * nnimap.el (nnimap-extend-tls-programs): New function.
1959 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1960 (nnimap-wait-for-connection): Accept the greeting from the stupid
1961 output from openssl s_client -starttls, too.
1962
1963 * nnimap.el (nnimap-find-article-by-message-id): Really return the
1964 article number.
1965 (nnimap-split-fancy): New variable.
1966 (nnimap-split-incoming-mail): Use it.
1967
1968 * nntp.el (nntp-server-list-active-group): Document.
1969
1970 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1971 SELECT to get the message-id.
1972
1973 * mail-source.el (mail-sources): Remove webmail support.
1974 (defvar): Ditto.
1975 (mail-source-fetcher-alist): Ditto.
1976 (mail-source-fetch-webmail): Remove.
1977
1978 * webmail.el: Remove -- doesn't seem relevant any more.
1979
1980 * gnus.el: Fix up make-obsolete-variable declarations throughout.
1981
1982 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1983 the \r.
1984
1985 2010-09-30 Julien Danjou <julien@danjou.info>
1986
1987 * gnus-agent.el (gnus-agent-add-group): Fix call to
1988 gnus-completing-read.
1989
1990 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1991
1992 * nndoc.el (nndoc-retrieve-groups): New function.
1993
1994 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1995 `default', use nnmail-split-methods.
1996 (nnimap-request-article): Downcase the NILs so that they are nil.
1997
1998 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1999 symbol.
2000
2001 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2002 code, since if the user has requested network, that's what they ought
2003 to get.
2004 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2005 (nnimap-split-rule): Mark as obsolete.
2006
2007 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2008 New variable.
2009
2010 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2011 correct slot, too.
2012
2013 2010-09-29 Julien Danjou <julien@danjou.info>
2014
2015 * gnus.el (gnus-local-domain): Declare variable obsolete.
2016
2017 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2018 Fix history computing.
2019 (gnus-ido-completing-read): Require ido.
2020
2021 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2022
2023 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2024 build Gnus.
2025
2026 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2027 when interpreting the structures.
2028 (nnimap-request-accept-article): Add \r\n to the lines to make this
2029 work with Cyrus.
2030
2031 * nndraft.el (nndraft-request-expire-articles): Use the group name
2032 instead if "nndraft". Fix found by Nils Ackermann.
2033
2034 2010-09-29 Ludovic Courtes <ludo@gnu.org>
2035
2036 * nnregistry.el: Add.
2037
2038 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * nnmail.el (group, group-art-list, group-art):
2041 Remove unneeded directives.
2042
2043 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2044
2045 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2046 (mm-mime-charset)
2047 * rfc2047.el (rfc2047-syntax-table)
2048 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2049
2050 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2051 rather than `insert-file-contents' and `eval-region'.
2052
2053 2010-09-29 Julien Danjou <julien@danjou.info>
2054
2055 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2056 replacement of `gnus-gravatar-relief' to mimic
2057 `gnus-faces-properties-alist'.
2058 Add :version property.
2059
2060 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * mail-source.el (mail-source-report-new-mail)
2063 * message.el (message-default-mail-headers)
2064 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2065
2066 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2067
2068 2010-09-28 Julien Danjou <julien@danjou.info>
2069
2070 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2071 mail-address contains the same string as real-name.
2072
2073 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2074 non-blank in header, otherwise it'll get stripped.
2075
2076 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2077 real-name, and then for mail address rather than doing : or , search.
2078
2079 2010-09-27 Julien Danjou <julien@danjou.info>
2080
2081 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2082 right completing-read function.
2083 (gnus-use-ido): New variable
2084 (gnus-completing-read-with-default): Remove.
2085 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2086 (gnus-agent-add-group):
2087 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2088 * mm-view.el (mm-view-pkcs7-decrypt):
2089 * mm-util.el (mm-codepage-setup):
2090 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2091 * mml-smime.el (mml-smime-openssl-sign-query):
2092 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2093 (mml-insert-multipart):
2094 * gnus-msg.el (gnus-summary-yank-message):
2095 * gnus-int.el (gnus-start-news-server):
2096 * mm-decode.el (mm-interactively-view-part):
2097 * gnus-dired.el (gnus-dired-attach):
2098 * gnus.el (gnus-read-method):
2099 * gnus-bookmark.el (gnus-bookmark-jump):
2100 * gnus-art.el (gnus-mime-view-part-as-type)
2101 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2102 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2103 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2104 * nnmairix.el (nnmairix-create-server-and-default-group)
2105 (nnmairix-update-groups, nnmairix-get-server)
2106 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2107 (nnmairix-get-group-from-file-path):
2108 * nnrss.el (nnrss-find-rss-via-syndic8):
2109 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2110 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2111 (gnus-group-browse-foreign-server):
2112 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2113 (gnus-summary-execute-command, gnus-summary-respool-article)
2114 (gnus-read-move-group-name):
2115 * gnus-score.el (gnus-summary-increase-score)
2116 (gnus-summary-score-effect):
2117 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2118
2119 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2120
2121 * nnimap.el (auth-source-forget-user-or-password)
2122 (auth-source-user-or-password): Autoload.
2123
2124 * message.el (message-from-style, message-interactive)
2125 (message-signature): Remove comment.
2126 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2127 always.
2128 (message-sendmail-envelope-from): Comment fix.
2129 (message-yank-prefix): Default to mail-yank-prefix always.
2130 (message-indentation-spaces):
2131 Default to mail-indentation-spaces always.
2132 (message-signature-file): Default to mail-signature-file always.
2133
2134 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2135
2136 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2137 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2138 new articles.
2139
2140 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2141 parts.
2142 (nnimap-request-article): Work with the t setting, too.
2143
2144 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2145 that you don't get flashes of other buffers.
2146 (gnus-summary-show-complete-article): Intern before setting.
2147
2148 2010-09-27 David Engster <dengste@eml.cc>
2149
2150 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2151 well as HEADERS.
2152 (nnmairix-retrieve-headers): Provide new argument for the above.
2153
2154 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2155
2156 * gnus-sum.el (gnus-summary-move-article): Don't alter
2157 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2158 group.
2159
2160 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2161
2162 * message.el (message-cite-prefix-regexp): Revert my last edit.
2163
2164 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2165 variable instead of the Gnus variable.
2166
2167 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2168
2169 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2170
2171 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2172 since some servers don't like it.
2173 (nnimap-open-connection): Forget credentials if the server says the
2174 password was wrong.
2175 (nnimap-parse-line): Protect against invalid data.
2176
2177 * gnus-sum.el (gnus-summary-move-article): Add comment.
2178 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2179 nothing alters it while scanning for new messages.
2180
2181 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2182 which may or may not help.
2183 (nnimap-open-connection): If we're doing a stream connection, and then
2184 discover we're on a STARTTLS-capable server, then open a STARTTLS
2185 connection instead.
2186
2187 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2188
2189 * nnimap.el (utf7): Require.
2190
2191 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2192 prefix.
2193
2194 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2197
2198 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2199
2200 * nnimap.el (nnimap-request-accept-article): Message the error on
2201 error.
2202
2203 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2204
2205 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2206
2207 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2208
2209 * nndoc.el (nndoc-request-list): Return success always.
2210
2211 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2212 `fetch-old' -- we only want to fetch the articles we've requested.
2213 The rest are in the agent, probably.
2214 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2215 disappeared server" to something low. It's not important.
2216
2217 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2218 arrived before the FETCH data.
2219
2220 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2221 target here, because we don't know the Gnus name of the group.
2222
2223 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2224 for the correct group.
2225
2226 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2227
2228 * gnus.el (gnus): Give a final warning after startup.
2229
2230 * gnus-util.el (gnus-action-message-log): New variable.
2231 (gnus-message): Use it.
2232 (gnus-final-warning): New function.
2233
2234 * nnimap.el (nnimap-open-connection): Record the greeting.
2235 (nnimap): Add greeting.
2236
2237 2010-09-26 Julien Danjou <julien@danjou.info>
2238
2239 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2240 arguments.
2241 (gnus-html-wash-images): Fix spec computing to include start/end.
2242
2243 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2244
2245 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2246
2247 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2248 deletion.
2249 (nnimap-retrieve-headers): Don't select the group, because that's
2250 already done by nnimap-possibly-change-group.
2251
2252 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2253 (gnus-picon-transform-address): Use it.
2254
2255 * mail-source.el (mail-source-value): Revert previous patch.
2256
2257 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2258 on failure.
2259 (nnimap-open-connection): Look up both virtual and physical server name
2260 credentials.
2261
2262 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2263
2264 2009-02-08 Dave Love <fx@gnu.org>
2265
2266 * gnus-win.el (gnus-window-to-buffer-helper)
2267 (gnus-all-windows-visible-p): Function needn't be a symbol.
2268
2269 * mail-source.el (mail-source-value): Function needn't be a symbol.
2270
2271 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2272
2273 * message.el (message-cite-prefix-regexp): Remove } from the cite
2274 prefix.
2275
2276 * gnus-art.el (gnus-treatment-function-alist): Do picons before
2277 highlight again, so that the highlight is correct.
2278
2279 * gnus-picon.el (gnus-picon): Remove again.
2280 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2281
2282 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2283 doing the header highlightling, so that the background colour of the
2284 picon is correct.
2285
2286 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2287 (gnus-picon): Ditto.
2288 (gnus-picon): Reinstate. The background colour for picons is white.
2289 (gnus-picon-insert-glyph): Make the background white.
2290
2291 * nnml.el (nnml-open-nov): Don't return dead buffers.
2292
2293 * auth-source.el (auth-source-create): Query the user for whether to
2294 store the credentials.
2295
2296 * auth-source.el (auth-source-user-or-password): Use the existing auth
2297 sources, if any, for creation.
2298
2299 * gnus.el (gnus-group-fast-parameter): Return the last matching
2300 parameter instead of the first matching parameter.
2301
2302 2010-09-26 Julien Danjou <julien@danjou.info>
2303
2304 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2305
2306 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2307
2308 * mml2015.el (mml2015-use): Remove gpg support.
2309
2310 * mml1991.el (mml1991-function-alist): Remove gpg function.
2311 (mml1991-gpg-sign): Remove.
2312
2313 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2314
2315 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2316 (gnus-browse-unsubscribe-current-group): Document it.
2317 (gnus-browse-unsubscribe-group): Use it.
2318
2319 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2320
2321 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2322 address to the To list for easier response.
2323
2324 * gnus.el (gnus-play-startup-jingle): Remove.
2325 (gnus-splash): Don't play jingle.
2326 (gnus): Silence gnus-load message.
2327
2328 * gnus-art.el (gnus-treat-play-sounds): Remove.
2329
2330 * gnus.el (gnus-play-jingle): Remove audio support.
2331
2332 * gnus-cus.el (gnus-score-customize): Remove audio reference.
2333
2334 * earcon.el: Remove -- no users.
2335
2336 * gnus-audio.el: Remove -- no users of this package.
2337
2338 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2339
2340 * gnus-start.el (gnus-setup-news): Remove nocem support.
2341
2342 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2343
2344 * gnus.el (gnus-use-nocem): Remove.
2345
2346 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2347 Remove.
2348
2349 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
2350 uses NoCeM any more.
2351
2352 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2353 (gnus-button-ctan-handler): Ditto.
2354 (gnus-button-handle-ctan-bogus-regexp): Ditto.
2355 (gnus-button-ctan-directory-regexp): Ditto.
2356 (gnus-button-handle-ctan): Ditto.
2357 (gnus-button-tex-level): Ditto.
2358 (gnus-button-alist): Remove CTAN stuff.
2359
2360 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2361
2362 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2363 nnimap-streaming test.
2364
2365 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2366 servers twice.
2367
2368 * nnimap.el (nnimap-open-connection): Add more error reporting when
2369 nnimap fails early.
2370
2371 * nnheader.el (nnheader-get-report-string): New function.
2372 (nnheader-get-report): Use it.
2373
2374 * gnus-int.el (gnus-check-server): Say what the error was when opening
2375 failed.
2376
2377 * nnimap.el (nnimap-wait-for-response): Search further when we're not
2378 using streaming.
2379
2380 2010-09-25 Julien Danjou <julien@danjou.info>
2381
2382 * gnus-html.el (gnus-html-rescale-image): Use our defalias
2383 gnus-window-inside-pixel-edges.
2384
2385 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2386
2387 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2388
2389 * mm-decode.el (mm-save-part): Allow saving to other directories the
2390 normal Emacs way.
2391
2392 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2393 Suggested by Jay Berkenbilt.
2394
2395 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2396 there isn't a single byte.
2397
2398 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2399 just do it. It doesn't really seem to matter what the user responds
2400 here, I think, so it's just a confusing question.
2401
2402 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2403 non-streaming case.
2404
2405 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2406 (gnus-article-encrypt-body): Use it.
2407
2408 * gnus-sum.el (gnus-summary-show-complete-article): New command and
2409 keystroke.
2410
2411 * nnimap.el (nnimap-find-wanted-parts-1):
2412 Use gnus-fetch-partial-articles.
2413
2414 * gnus-art.el (gnus-fetch-partial-articles): New variable.
2415
2416 * nnimap.el (nnimap-insert-partial-structure): New function.
2417 (nnimap-get-partial-article): New function.
2418 (nnimap-request-article): Use it.
2419 (nnimap-wait-for-response): Return whether the wait was successful.
2420 (nnimap-finish-retrieve-group-infos): Don't do anything if the
2421 retrieval wasn't successful.
2422 (nnimap-retrieve-group-data-early): Allow throttling servers.
2423 (nnimap-streaming): New variable.
2424 (nnimap-fetch-partial-articles): Remove.
2425
2426 * mm-decode.el (mm-with-part): Protect against killed buffers.
2427
2428 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2429 for prettier summary display.
2430
2431 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
2432
2433 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2434
2435 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2436
2437 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2438 apparently third-party libraries depend on it.
2439
2440 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2441 before starting negotiation.
2442
2443 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2444 privacy reasons.
2445 (gnus-treat-mail-gravatar): Ditto.
2446
2447 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2448 buffer when inserting images. Inserting text into the headers, for
2449 instance, can make them invalid.
2450
2451 2010-09-25 Julien Danjou <julien@danjou.info>
2452
2453 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2454 variables.
2455
2456 * nnheader.el: Remove useless variables news-reply-yank-from and
2457 news-reply-yank-message-id.
2458
2459 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2460 variables.
2461
2462 * mml1991.el: Remove useless mml1991-verbose.
2463
2464 * gnus.el: Remove useless variable gnus-use-generic-from.
2465 Remove obsolete variable gnus-topic-indentation.
2466
2467 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2468
2469 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2470
2471 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2472
2473 * gnus-group.el: Remove useless gnus-group-icon-cache.
2474 Remove useless gnus-ephemeral-group-server.
2475
2476 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2477
2478 * mml2015.el: Remove useless mml2015-verbose.
2479
2480 * mml-smime.el: Remove useless mml-smime-verbose.
2481
2482 * gnus.el: Remove useless gnus-local-domain.
2483
2484 * gnus-gravatar.el (gnus-gravatar-transform-address):
2485 Use gnus-gravatar-size.
2486
2487 * gnus-art.el: Remove useless gnus-treat-translate.
2488
2489 2010-09-24 Julien Danjou <julien@danjou.info>
2490
2491 * gnus-sum.el: Add support for Gravatars.
2492
2493 * gnus-art.el: Add support for Gravatars.
2494
2495 * gnus-gravatar.el: Add this file.
2496
2497 * gravatar.el: Add this file.
2498
2499 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2500
2501 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2502
2503 * gnus-group.el (gnus-group-fetch-faq): Remove.
2504
2505 * gnus.el (gnus-group-faq-directory): Remove.
2506
2507 * gnus-group.el (gnus-group-fetch-charter): Remove.
2508
2509 * gnus.el (gnus-group-charter-alist): Remove.
2510
2511 * gnus-group.el (gnus-group-archive-directory): Remove.
2512 (gnus-group-recent-archive-directory): Ditto.
2513 (gnus-group-make-archive-group): Remove.
2514
2515 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2516
2517 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2518 use the same article number for all the cached articles.
2519
2520 * nnimap.el (nnimap-command): Register the last command time so
2521 that we can use it for idling NOOPs.
2522 (nnimap-open-connection): Start the keeplive timer.
2523 (nnimap-make-process-buffer): Store all the process buffers.
2524 (nnimap-keepalive): New function.
2525
2526 * starttls.el (starttls-open-stream): Add autoload cookie.
2527
2528 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2529
2530 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2531 handling.
2532
2533 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
2535 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2536 its data structures.
2537
2538 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2539 instead of the cl.el copy-list.
2540 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2541 equalp.
2542
2543 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2544
2545 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2546 and tool-bar-local-item-from-menu.
2547
2548 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2549 mode-line-highlight face for Emacs.
2550
2551 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2552 loading gnus-sum.elc; fix comment for canlock-verify.
2553 (gnus-article-jump-to-part): Use read-number.
2554 (gnus-insert-mime-button, gnus-insert-mime-security-button):
2555 Remove Emacs pre-21 compatible code for help-echo.
2556 (gnus-article-next-page-1): No need to adjust the number of lines.
2557 (gnus-article-describe-bindings): Always use help-buffer.
2558
2559 * gnus-audio.el (gnus-audio-inline-sound)
2560 * gnus-cus.el (gnus-custom-mode)
2561 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2562
2563 * gnus-sum.el (gnus-remove-overlays): Doc fix.
2564
2565 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2566 compatible code.
2567
2568 2010-09-24 Glenn Morris <rgm@gnu.org>
2569
2570 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2571 visiting the fcc file in rmail-mode.
2572
2573 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * nnir.el: Silence the byte compiler.
2576
2577 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2578 alias to browse-url-url-encode-chars if any.
2579 (gnus-html-encode-url): Use it.
2580
2581 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2582
2583 * gnus-start.el (gnus-use-backend-marks): New variable.
2584 (gnus-get-unread-articles-in-group): Use it.
2585
2586 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2587 makeover.
2588
2589 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2590
2591 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2592
2593 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2594
2595 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2596 Remove.
2597 (gnus-setup-news-hook):
2598 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2599
2600 * gnus-int.el (gnus-request-update-info): Protect against backends not
2601 having the function.
2602
2603 * nnimap.el (nnimap-stream): Mention starttls.
2604 (nnimap-open-connection): Add starttls support.
2605
2606 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2607
2608 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2609
2610 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2613 BODYSTRUCTUREs.
2614 (nnimap-transform-headers): Unfold quoted {42} headers.
2615
2616 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2617 the info.
2618 (gnus-get-unread-articles): Only call updatep on backends that support
2619 it.
2620
2621 * nnweb.el (nnweb-request-update-info): NOOP.
2622
2623 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2624
2625 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2626 since it only deals with marks.
2627
2628 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2629 gnus-request-marks, and make a new gnus-request-update-info.
2630
2631 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2632 the active instead of the high number, which is usually too low.
2633
2634 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
2635
2636 * encrypt.el: Remove.
2637
2638 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2639
2640 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2641 server in symbolic form.
2642
2643 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2644
2645 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2646
2647 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2648 (nnimap-update-info): Fix up code slightly.
2649
2650 * gnus-int.el (gnus-open-server): Add tracing for performance
2651 debugging.
2652
2653 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2654 (gnus-group-insert-group-line): Pass the real group name so that it
2655 gets the right data.
2656
2657 * gnus-start.el (gnus-get-unread-articles): Don't have
2658 `gnus-get-unread-articles-in-group' update info, since that can be
2659 really slow and doesn't seem to be needed?
2660
2661 2010-09-22 Julien Danjou <julien@danjou.info>
2662
2663 * gnus-group.el (gnus-group-insert-group-line):
2664 Call gnus-group-highlight-line.
2665 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2666 default hook list.
2667 (gnus-group-update-eval-form): Add new function.
2668 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2669 (gnus-group-get-icon): Use gnus-group-update-eval-form.
2670
2671 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2672
2673 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2674 immediate, then expire all articles.
2675 (nnimap-update-info): Fix off-by-one errors.
2676 (nnimap-flags-to-marks): Would return no marks lists for group with no
2677 flags. Instead return the other data.
2678
2679 2010-09-22 Julien Danjou <julien@danjou.info>
2680
2681 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2682 Only return an icon.
2683 (gnus-group-insert-group-line): Compute icon to return.
2684
2685 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2686 (gnus-html-image-fetched): Only cache if
2687 gnus-html-image-automatic-caching is set.
2688 (gnus-html-image-fetched): Check for errors.
2689
2690 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2691
2692 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2693 once per method on `g'. This ensures that backends like nnfolder don't
2694 open all their folders.
2695
2696 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2697 (nnimap-request-list): Nix out group in the correct buffer.
2698 (nnimap-parse-flags): Implement by using `read' instead of
2699 hand-parsing.
2700 (nnimap-flags-to-marks): Pass on permanent-flags.
2701 (nnimap-make-process-buffer): Record the server name.
2702 (nnimap-parse-flags): Fix typo.
2703 (nnimap-request-scan): Run split on the server in general, not just a
2704 single group.
2705
2706 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2707 parameter, and propagate this downwards.
2708
2709 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2710 since EXAMINE changes it on the server.
2711
2712 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2713 this command might take a while.
2714
2715 2010-09-22 Julien Danjou <julien@danjou.info>
2716
2717 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2718 harmful if you have 2 images side-by-side, they can't be properly
2719 update on text deletion. Using text-property is safer here.
2720 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2721 data.
2722
2723 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724
2725 * nnimap.el (nnimap-expunge-inbox): Remove.
2726 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2727 (nnimap-expunge): Flip default to t.
2728
2729 * gnus.el (gnus-method-to-server): Don't push things to the cache
2730 unless it's unique.
2731 (gnus-server-to-method): Ditto.
2732
2733 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2734
2735 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2736
2737 2010-09-22 Julien Danjou <julien@danjou.info>
2738
2739 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2740 get the start of data.
2741 (gnus-html-encode-url): Add this function to encode special chars in
2742 URL.
2743 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2744 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2745
2746 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2747 default.
2748 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2749
2750 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2751 images alt-text.
2752 (gnus-html-put-image): Put alt-text as help-echo.
2753
2754 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2755
2756 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2757 * mm-util.el (mm-decompress-buffer)
2758 * nnir.el (nnir-run-find-grep)
2759 * pop3.el (pop3-list): Use 3rd arg of split-string.
2760
2761 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2762
2763 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2764 outside the active range. Suggested by Dan Christensen.
2765
2766 * gnus-start.el (gnus-get-unread-articles): Get the extended method
2767 slightly later to avoid double-getting it.
2768
2769 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2770 previous patch.
2771
2772 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2773
2774 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
2775
2776 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2777
2778 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2779
2780 * gnus-int.el (gnus-open-server): Give a better error message in the
2781 "go offline" case.
2782
2783 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2784 marks for nnimap, which is seldom the right thing to do.
2785
2786 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2787 (gnus-same-method-different-name): New function.
2788
2789 * nnimap.el (parse-time): Require.
2790
2791 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2792 method in the presence of many similar methods.
2793
2794 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2795
2796 * nnimap.el (nnimap-find-expired-articles): Don't refer to
2797 nnml-inhibit-expiry.
2798
2799 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2800 find out whether methods are equal.
2801
2802 * nnimap.el (nnimap-find-expired-articles): New function.
2803 (nnimap-process-expiry-targets): New function.
2804 (nnimap-request-move-article): Request the article before looking at
2805 what the Message-ID is. Fix found by Andrew Cohen.
2806 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2807
2808 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2809 for oldness in addition to being a predicate.
2810
2811 * nnimap.el (nnimap-request-group): When we have zero articles, return
2812 the right data to Gnus.
2813 (nnimap-request-expire-articles): Only delete articles immediately if
2814 the target is 'delete.
2815
2816 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2817 method, this would bug out.
2818
2819 * gnus-group.el (gnus-group-expunge-group): Rename from
2820 gnus-group-nnimap-expunge, and implemented as a normal interface
2821 function.
2822
2823 * gnus-int.el (gnus-request-expunge-group): New function.
2824
2825 * nnimap.el (nnimap-request-create-group): Implement.
2826 (nnimap-request-expunge-group): New function.
2827
2828 2010-09-21 Julien Danjou <julien@danjou.info>
2829
2830 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2831 (gnus-html-cache-expired): Add new function.
2832 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2833 wethever we should display image for fetch it.
2834 Compute alt-text earlier to pass it to the fetching function too.
2835 (gnus-html-schedule-image-fetching): Change function argument to only
2836 get one image at a time, not a list.
2837 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2838 cache.
2839 (gnus-html-get-image-data): New function to retrieve image data from
2840 cache.
2841 (gnus-html-put-image): Change buffer argument to use image data rather
2842 than file, and place image above region rather than inserting a new
2843 one. Do not take alt-text as argument, since it's useless now: we place
2844 the image above alt-text.
2845 (gnus-html-prune-cache): Remove.
2846 (gnus-html-show-images): Start to fetch image when we find one, do not
2847 push into a temporary list.
2848 (gnus-html-prefetch-images): Only fetch image if they have expired.
2849 (gnus-html-browse-image): Fix, use 'gnus-image-url.
2850 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2851
2852 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2853
2854 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2855
2856 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2857
2858 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2859 spec inser "*" if the group isn't active instead of 0.
2860
2861 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2862 opening the server.
2863 (nnimap-request-delete-group): Implement group deletion.
2864 (nnimap-transform-headers): Return the size of the entire message in
2865 the Bytes header, not just the size of the first part.
2866 (nnimap-request-move-article): When moving an article from nnimap,
2867 request the article first so the accepting form has an article to
2868 accept. Reported by Dan Christensen.
2869 (nnimap-command): Make sure that the error message doesn't error out.
2870
2871 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
2872
2873 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2874 we haven't requested anything.
2875
2876 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2877
2878 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2879 "". Fix found by Andrew Cohen.
2880
2881 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2882 instead of -encode-string.
2883
2884 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2885
2886 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2887
2888 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2889 by mm-subst-char-in-string.
2890
2891 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2892
2893 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2894 waiting for the connection string.
2895
2896 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2897 arriving.
2898
2899 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2900 bogus characters. This allows selecting certain Gmail groups.
2901
2902 * nnimap.el (nnimap-find-wanted-parts-1): New function.
2903 (nnimap-fetch-partial-articles): New variable.
2904 (nnimap-open-connection): When looking for credentials, also use the
2905 nnimap-server-port.
2906 (nnimap-request-article): Return the group/article number, so that Gnus
2907 `^' works as expected.
2908 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2909
2910 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2911 comments.
2912 (gnus-methods-sloppily-equal): New function.
2913 (gnus): When using the development version of Gnus, load the gnus-load
2914 file.
2915
2916 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2917 `gnus-open-server' on each method before trying to scan them etc.
2918 This ensures that all the backend parameters are set correctly.
2919
2920 * nnimap.el (nnimap-authenticator): New variable.
2921 (nnimap-open-connection): Allow anonymous login.
2922 (nnimap-transform-headers): The chars header is called Chars not Bytes.
2923 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2924
2925 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2926 patch, found by Knut Anders Hatlen.
2927
2928 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
2929
2930 * gnus-agent.el (gnus-agent-batch-confirmation)
2931 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2932 to gnus-message.
2933 * gnus-art.el (gnus-article-describe-briefly): Likewise.
2934 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2935 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2936 * gnus-int.el (gnus-open-server): Likewise.
2937 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2938 (gnus-score-check-syntax): Likewise.
2939 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2940 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2941 Likewise.
2942 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2943
2944 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2945
2946 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2947 calling conventions so that prefetch doesn't bug out.
2948
2949 2010-09-19 Julien Danjou <julien@danjou.info>
2950
2951 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2952 rather than `subst-char-in-region' in order to be able to replace ASCII
2953 char by UTF-8 ones.
2954
2955 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2956 than curl.
2957 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2958 the right URL and ALT text on images.
2959 (gnus-html-wash-tags): Fix tag case.
2960 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
2961 (gnus-article-html): Add -o display_ins_del=2 option.
2962 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2963
2964 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2965
2966 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2967 the extra mail headers, which sometimes seem to happen for unknown
2968 reasons.
2969
2970 * mail-parse.el (mail-header-encode-parameter): Define as
2971 rfc2045-encode-string instead of as rfc2231-encode-string, since some
2972 (or most, perhaps?) mail readers don't understand the latter, but do
2973 understand the former.
2974
2975 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2976 to nil, so that no methods are automatically agentized. I think this
2977 is probably what most users want.
2978
2979 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2980 from url-retrieve, for instance about invalid URLs.
2981
2982 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2983 groups that have no articles.
2984 (nnimap-request-article): Check that we really got an article when we
2985 requested one.
2986
2987 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2988 doesn't exist.
2989
2990 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2991 nntp buffer so the agent can save it.
2992 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2993 that CRLF doesn't get translated to \n.
2994 (nnimap-open-connection): Don't make 'shell commands only send \n.
2995
2996 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2999 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3000 Update var name.
3001 (nnml-generate-nov-file): Use dolist.
3002 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3003 Use with-current-buffer.
3004
3005 2010-09-18 Julien Danjou <julien@danjou.info>
3006
3007 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3008 parallel.
3009
3010 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3011
3012 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3013 the range update right.
3014 (nnimap-request-group): Don't make `M-g' bug out on group with no
3015 marks.
3016 (nnoo): Require, so that other packages can require nnimap.
3017 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3018 command we're looking for. This helps when the server sends more
3019 responses after we've gotten everything we expected.
3020 (nnimap): Add a `newlinep' field to keep track of end-of-line
3021 conventions.
3022 Don't send CRLF to things that don't want it.
3023 (nnimap-request-accept-article): Ditto.
3024
3025 2010-09-18 Julien Danjou <julien@danjou.info>
3026
3027 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3028 than curl to retrieve images.
3029
3030 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031
3032 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3033 the marks.
3034 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3035 (nnimap-wait-for-connection): New function.
3036 (nnimap-open-connection): If we have PREAUTH, don't query for login
3037 credentials.
3038 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3039 when doing a partial update.
3040
3041 2010-09-18 Julien Danjou <julien@danjou.info>
3042
3043 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3044 tags.
3045
3046 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3047
3048 * nnimap.el (nnimap-credentials): New function.
3049 (nnimap-open-connection): Use the new function to look for credentials
3050 also on the numeric equivalents of "imap" and "imaps".
3051
3052 * gnus-start.el (gnus-activate-group): Send the info to
3053 gnus-request-group.
3054
3055 * nnimap.el (nnimap-request-group): Have the "check" version of the
3056 function parse flags and update the info, so that a `M-g' get a total
3057 resync of all flags from the group.
3058
3059 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3060 to allow backends to alter the info on group selection. Also alter all
3061 the backend -request-group functions to take the parameter.
3062
3063 * nnimap.el (nnimap-store-info): New function.
3064 (nnimap-update-info): Store the info for later usage.
3065 (nnimap-request-group): Use the stored info for the dont-check case, so
3066 that we don't retrieve all marks when we enter a group.
3067
3068 * nnimap.el: Use deffoo instead of defun for interface functions.
3069
3070 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3071 update the group info. This makes the nndraft groups, for instance, go
3072 back to their old behaviour.
3073
3074 * gnus-sum.el (gnus-select-newsgroup): Indent.
3075
3076 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3077 in.
3078 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3079 nothing.
3080
3081 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3082 from methods that are denied.
3083
3084 * gnus-int.el (gnus-method-denied-p): New function.
3085
3086 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3087 store the password instead of netrc.
3088 (nnimap-open-connection): Don't error out when we can't make a
3089 connections.
3090
3091 * auth-source.el (auth-source-create): In the password prompt, say what
3092 we're querying for. Also prompt for user name if that hasn't been
3093 given.
3094
3095 * nnimap.el (nnimap-with-process-buffer): Remove.
3096
3097 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3098
3099 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3100 method when we're reading from the agent.
3101
3102 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3103
3104 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3105 that's probably most useful for users.
3106
3107 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3108 "failed" all the time.
3109
3110 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3111 ...)) with (with-current-buffer ... ).
3112
3113 * nntp.el (nntp-open-server): Return whether the open was successful or
3114 not.
3115
3116 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3117 select an unread unseen article first.
3118
3119 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3120 /etc/services, supply some sensible port defaults.
3121
3122 2010-09-17 Julien Danjou <julien@danjou.info>
3123
3124 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3125
3126 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3127
3128 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3129 doesn't have any parameters.
3130
3131 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3132
3133 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3134 only upcased checks.
3135
3136 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3137
3138 * nnimap.el (nnimap-open-shell-stream): New function.
3139 (nnimap-open-connection): Use it.
3140 (nnimap-transform-headers): Get the number of lines in each message.
3141 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3142 number of lines.
3143 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3144 problem.
3145
3146 * utf7.el (utf7-encode): Autoload.
3147
3148 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3149 to allow the mail splitting to not return a default group. This is
3150 useful for nnimap, which will leave unmatched mail in the inbox.
3151
3152 * nnimap.el: Rewritten.
3153
3154 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3155 nnimap usage.
3156
3157 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3158 if the move is internal, so that nnimap can do fast internal moves.
3159
3160 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3161 data.
3162 (gnus-read-active-for-groups): Support finishing the early retrieval of
3163 data.
3164
3165 * gnus-range.el (gnus-range-nconcat): New function.
3166
3167 * gnus-int.el (gnus-finish-retrieve-group-infos)
3168 (gnus-retrieve-group-data-early): New functions.
3169
3170 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3173 (nnrss-retrieve-groups):
3174 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3175 (pop3-quit): Use with-current-buffer.
3176
3177 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3178
3179 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3180 instead of nnheader-accept-process-output.
3181
3182 * gnus-html.el (gnus-html-schedule-image-fetching)
3183 (gnus-html-prefetch-images): Replace process-kill-without-query by
3184 gnus-set-process-query-on-exit-flag.
3185
3186 2010-09-16 Romain Francoise <romain@orebokech.com>
3187
3188 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3189
3190 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3191
3192 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3193 parameter to unintern is mandatory-ish in Emacs 24.
3194
3195 * gnus-html.el (gnus-html-schedule-image-fetching)
3196 (gnus-html-prefetch-images): Check for curl before using it.
3197
3198 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3199 depend on curl, which isn't essential.
3200
3201 * imap.el: Revert back to version
3202 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3203 seem problematic.
3204
3205 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * gnus-registry.el (gnus-registry-install-shortcuts):
3208 Explicitly pass `obarray' to `unintern' to avoid a warning.
3209
3210 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3211
3212 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3213 change.
3214
3215 * nnrss.el (nnrss-request-list): Remove this function and related
3216 functions, including the moreover stuff.
3217
3218 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3219
3220 * nnrss.el (nnrss-retrieve-groups): New function.
3221
3222 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * .dir-locals.el: Add no-byte-compile cookie.
3225
3226 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3227
3228 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3229 for back end that doesn't support request-scan.
3230
3231 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3232
3233 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3234 then do request scans from the backends.
3235
3236 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3237 avoid running a hook per line, since this takes a lot of time,
3238 profiling shows.
3239 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3240 directly if gnus-visual-p is true.
3241
3242 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3243
3244 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3245 groups; replace mapcar with dolist which is a bit faster; pass groups
3246 info to gnus-read-active-file-1.
3247 (gnus-read-active-file-1): Scan only specified groups if the new
3248 optional arg `infos' is given.
3249
3250 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3251
3252 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3253
3254 * pop3.el (pop3-movemail): Remove.
3255 (pop3-streaming-movemail): Rename to pop3-movemail.
3256
3257 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3258 don't restrict end-tag searches to the end of the line.
3259
3260 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3261
3262 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3263 articles of every unchecked group to t, which means unknown since the
3264 server has never been opened.
3265
3266 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3267
3268 * gnus-html.el (gnus-html-show-alt-text): New command.
3269 (gnus-html-browse-image): Ditto.
3270 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3271 to browse the image directly.
3272 (gnus-html-wash-tags): Search for images first, so that <a><img> works
3273 better.
3274
3275 * gnus-async.el (gnus-async-article-callback):
3276 Call `gnus-html-prefetch-images' unconditionally.
3277
3278 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3279 before feeding URLs to curl.
3280
3281 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3282
3283 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3284 internal images as deletable by `W D D'.
3285
3286 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3287 (gnus-async-article-callback): Fix typo.
3288
3289 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3290
3291 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3292 current line to work around bugs in the output from w3m.
3293
3294 * gnus-async.el (gnus-async-article-callback): Always prefetch images
3295 for groups that want that.
3296
3297 * nntp.el (nntp-wait-for-string): Supply a timeout for
3298 accept-process-output to ensure progress.
3299
3300 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3301 level to get unread articles from, then use that for foreign groups,
3302 too.
3303
3304 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3305 confuses the rest of the function.
3306
3307 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3308 for the methods that support -retrieve-groups, too.
3309
3310 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3311
3312 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3313
3314 * pop3.el: Require cl when compiling.
3315 (pop3-number-of-responses): Search for "+OK", not "+OK ".
3316
3317 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3318
3319 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3320 that aren't going to be activated.
3321 (gnus-get-unread-articles): Fix up the last commit.
3322
3323 * gnus-html.el (gnus-article-html): Allow calling without specifying
3324 the handle. In that case, dissect the buffer first.
3325
3326 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3327
3328 * nnimap.el (nnimap-open-connection): Revert the change that would look
3329 into authinfo for imaps instead of imap.
3330
3331 * gnus-start.el (gnus-activate-group): Take an optional parameter to
3332 say that you don't want to call gnus-request-group with don-check, but
3333 do check the reponse. This is for virtual groups only.
3334 (gnus-get-unread-articles): Count the archive groups as secondary, so
3335 that they're activated the same way as before.
3336
3337 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3338 case-insensitively.
3339 (nnimap-debug): Remove.
3340
3341 * mail-source.el (mail-source-fetch): Don't message if we're fetching
3342 mail from a file, and the file doesn't exist.
3343
3344 * pop3.el (pop3-streaming-movemail): Return t for success.
3345
3346 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3347 .authinfo if we're using ssl connection.
3348
3349 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3350 already have if we're in a main Gnus `g' run.
3351
3352 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3353
3354 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3355
3356 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3357
3358 * nnmh.el (nnmh-request-list-1): Bind `file'.
3359
3360 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3361 alias to set-process-query-on-exit-flag or process-kill-without-query.
3362 (pop3-open-server): Use it.
3363
3364 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3365
3366 * mail-source.el (mail-source-delete-crash-box): Always move the crash
3367 box to the Incoming file. Fixes mistake in previous checkin.
3368
3369 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3370 request loop (for debugging purposes) removed.
3371
3372 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3373 culprit is more visible.
3374 (nnml-save-incremental-nov, nnml-open-incremental-nov)
3375 (nnml-add-incremental-nov): New functions to do "incremental" nov
3376 updates, where we just append to the end of the existing nov files
3377 without reading/writing them in full.
3378
3379 * mail-source.el (mail-source-delete-crash-box): Really only check the
3380 incoming files once in a while.
3381
3382 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3383
3384 * mail-source.el (mail-source-delete-crash-box): Only check the
3385 incoming files for deletion once per day to save a lot of file
3386 accesses.
3387
3388 * pop3.el (pop3-logon): Fix up unbound variable typo.
3389
3390 * mail-source.el (pop3-streaming-movemail): Autoload.
3391
3392 * pop3.el (pop3-streaming-movemail):
3393 Respect pop3-leave-mail-on-server.
3394
3395 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3396 retrieval.
3397
3398 * pop3.el (pop3-process-filter): Remove unused function.
3399 (pop3-streaming-movemail, pop3-send-streaming-command)
3400 (pop3-wait-for-messages, pop3-write-to-file)
3401 (pop3-number-of-responses): New functions for streaming pop3
3402 retrieval.
3403
3404 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3405 come from no known methods.
3406 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3407 list.
3408
3409 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3410 message sizes.
3411 (pop3-movemail): Use erase-buffer instead of looping and deleting
3412 regions, which seems rather odd.
3413
3414 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3415 file once per `g' run.
3416
3417 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3418 directories. This makes the draft queue directory work.
3419
3420 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3421 data from the backends, so that we only request the list of groups from
3422 each method once. This should speed things up considerably.
3423
3424 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3425 detect that it's not implemented.
3426
3427 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3428 we actually do recurse down into the tree, but don't stat all leaf
3429 nodes.
3430
3431 * gnus-html.el (gnus-html-show-images): If there are no images to show,
3432 then say so instead of bugging out.
3433
3434 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3435 files exist before trying to read them.
3436
3437 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3438 around <pre_int>.
3439
3440 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3441
3442 * nnmh.el (nnmh-request-list-1): Optimize for speed.
3443
3444 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3445
3446 * mm-util.el (mm-image-load-path): Just return the image directories,
3447 not all directories in the path in addition to the image directories.
3448 (mm-image-load-path): Maintain a cache of the image directories so that
3449 the `g' command in Gnus doesn't have to stat dozens of directories each
3450 time.
3451
3452 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3453 (gnus-html-wash-tags): Add a new `i' command to insert images.
3454 (gnus-html-insert-image): New command and keystroke.
3455 (gnus-html-redisplay-with-images): New command and keystroke.
3456 (gnus-html-show-images): Rename command.
3457 (gnus-html-wash-tags): Remove more white space before <pre_int> image
3458 spacers.
3459 (gnus-html-wash-tags): Decode entities at the end, so that entities
3460 inside the tags don't mess up the rest of the "parsing".
3461
3462 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3463 so that nnimap methods aren't agentized by default. There's apparently
3464 many problems related to agent/imap behaviour.
3465
3466 * gnus-art.el (gnus-article-copy-string): New command and key binding.
3467
3468 * gnus-html.el: Doc fix.
3469
3470 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
3471
3472 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3473 glyph-width and glyph-height instead of display-graphic-p and
3474 image-size; make avoidance of displaying small images work for XEmacs.
3475
3476 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3477 for XEmacs.
3478
3479 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3480 of symbol that holds plist data.
3481 (gnus-process-plist): Remove plist of process after getting it.
3482
3483 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3484
3485 * message.el (message-generate-hashcash): Change default to
3486 'opportunistic if hashcash is installed.
3487
3488 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3489 (gnus-html-put-image): Only call image-size once, since it's somewhat
3490 time-consuming on remote X servers.
3491
3492 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
3493
3494 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3495 decoded contents.
3496 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3497
3498 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3499
3500 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3501 group line format, since it isn't very interesting.
3502
3503 * gnus-agent.el (gnus-agent-short-article),
3504 (gnus-agent-long-article): Increase values for these two variables,
3505 since most people are likely to have more network connection and
3506 storage than before.
3507
3508 * gnus.el (gnus-refer-article-method): Change default to 'current.
3509 When referring an article, the common behaviour is to refer it from the
3510 current select method, not the native select method. The chances of
3511 the native select method having the message in question is rather slim
3512 these days.
3513
3514 * gnus-sum.el (gnus-auto-select-subject): Change default to
3515 `unseen-or-unread'. I think it's likely that most people want to
3516 select an unseen article over a previously seen, but unread one.
3517
3518 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
3519 means that in the article buffer none of the minor mode elements will
3520 be shown, usually, and this is not desirable in most cases.
3521
3522 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3523 that commands like `d' (and the like) go to the next line in the
3524 buffer, instead of the next unread article. I think this is the
3525 behaviour that is most natural for most users.
3526 (gnus-single-article-buffer): Change default to nil, so that people can
3527 have as many article buffers open as they have summary buffer. I think
3528 this is the most natural way for the groups to behave.
3529
3530 * message.el (message-generate-new-buffers): Change default to
3531 `unsent', so that all new message buffers start their names with the
3532 string "*unsent", and it's easier to find the buffers if you move from
3533 them.
3534
3535 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3536
3537 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3538 small. They're probably tracking images.
3539 (gnus-html-wash-tags): Remove all <pre_int> place holders.
3540 (gnus-html-rescale-image): Yet another try at getting the image sizing
3541 right.
3542
3543 * nntp.el (nntp-request-set-mark): Refuse to do marks if
3544 nntp-marks-file-name is nil.
3545
3546 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3547
3548 * gnus-html.el (gnus-html-wash-tags)
3549 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3550 Better logging.
3551
3552 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3553
3554 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3555
3556 * gnus-html.el (gnus-html-wash-tags): Check the value of
3557 gnus-blocked-images in the summary buffer.
3558
3559 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3560
3561 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3562
3563 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3564
3565 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3566 like "a", it seems like.
3567 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3568 since it needs to be picked from the correct buffer.
3569
3570 * nnwfm.el: Remove.
3571
3572 * nnlistserv.el: Remove.
3573
3574 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3575
3576 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3577 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3578
3579 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3580
3581 * nnkiboze.el: Remove.
3582
3583 * nndb.el: Remove.
3584
3585 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3586 alt text.
3587 (gnus-html-rescale-image): Try to get the rescaling logic right for
3588 images that are just wide and not tall.
3589
3590 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3591 overshadow variable bindings.
3592
3593 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3594
3595 * gnus-html.el (gnus-html-wash-tags)
3596 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3597 Add extra logging.
3598
3599 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600
3601 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3602 (gnus-max-image-proportion): New variable.
3603 (gnus-html-rescale-image): New function.
3604 (gnus-html-put-image): Rescale images.
3605
3606 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 Fix up some byte-compiler warnings.
3609 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3610 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3611 (gnus-article-fill-cited-article, gnus-article-hide-citation)
3612 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3613 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3614 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3615 (gnus-group-update-group): Use save-excursion and with-current-buffer.
3616
3617 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3618
3619 * gnus-html.el (gnus-article-html): Decode contents by charset.
3620
3621 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3622
3623 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3624 (gnus-html-frame-width, gnus-blocked-images)
3625 * message.el (message-prune-recipient-rules): Add custom version.
3626 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3627
3628 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3629 functions.
3630
3631 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3632 gnus-process-get.
3633
3634 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
3635
3636 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3637 instead of lsub directly.
3638
3639 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3640
3641 * nnwarchive.el: Remove.
3642
3643 * gnus-soup.el: Remove.
3644
3645 * nnsoup.el: Remove.
3646
3647 * nnultimate.el: Remove.
3648
3649 * gnus-html.el (gnus-blocked-images): New variable.
3650
3651 * message.el (message-prune-recipients): New function.
3652 (message-prune-recipient-rules): New variable.
3653
3654 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3655 guess whether a long line is natural text or not.
3656
3657 * gnus-html.el (gnus-html-schedule-image-fetching):
3658 Use gnus-process-plist and friends for compatibility.
3659
3660 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * gnus-html.el: Require packages that define macros used in this file.
3663 (gnus-article-mouse-face): Declare to silence byte-compiler.
3664 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3665 process-get.
3666 (gnus-html-put-image): Use plist-get to avoid getf.
3667 (gnus-html-prefetch-images): Use with-current-buffer.
3668
3669 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3670
3671 * gnus-ems.el: Provide compatibility functions for
3672 gnus-set-process-plist.
3673
3674 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3675 * gnus.el (gnus-valid-select-methods)
3676 * message.el (message-send-mail-partially-limit)
3677 * mm-decode.el (mm-text-html-renderer)
3678 * mml.el (mml-insert-mime-headers-always)
3679 * smiley.el (smiley-regexp-alist): Bump custom version.
3680
3681 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * gnus-html.el: require mm-url.
3684 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3685 with the url to `url'.
3686 (gnus-html-wash-tags): Support cid: URLs/images.
3687
3688 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3689
3690 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3691 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3692 bindings, as they aren't useful at all. `w' is moved to `W w'.
3693
3694 * gnus-move.el: Remove file, since it doesn't really work.
3695
3696 * gnus-html.el (gnus-article-html): Tell w3m that the input is
3697 UTF-8. This seems to fix problems with some German web feeds.
3698
3699 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3700 at the top so that the proper colours are applied.
3701
3702 * gnus-art.el (gnus-article-view-part): Doc fix.
3703
3704 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3705 XEmacs-compatible.
3706 (gnus-html-put-image): Don't do images on non-graphic displays.
3707
3708 * nnslashdot.el: Remove this unused backend.
3709
3710 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3711 actions.
3712 (gnus-undo-register-1): Revert last change.
3713
3714 * gnus-group.el (gnus-group-completing-read): Protect against not
3715 having completion-styles bound.
3716
3717 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3718 make broken recipients happier.
3719
3720 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3721
3722 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3723 point parameter.
3724
3725 * gnus-group.el (gnus-group-completing-read): Add 'substring to
3726 completion-styles for group selection.
3727
3728 2009-02-04 Andreas Schwab <schwab@suse.de>
3729
3730 * gnus-score.el (gnus-score-string): Fix regex for matching extra
3731 headers and regexp-quote the match if necessary.
3732
3733 2009-03-24 Miles Bader <miles@gnu.org>
3734
3735 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3736 the blinking smiley.
3737
3738 2009-03-24 Simon Josefsson <simon@josefsson.org>
3739
3740 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3741 blink smiley.
3742
3743 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3744
3745 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3746 where the dribbel file lives exists.
3747
3748 * message.el (message-send-mail-partially-limit): Change the default to
3749 nil, since most people don't want this.
3750
3751 * mm-url.el (mm-url-decode-entities): Also decode entities like
3752 &#x3212.
3753
3754 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
3755
3756 * gnus-sum.el (gnus-summary-idna-message):
3757 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3758 Hyperlink urls in docstrings with URL `...'.
3759
3760 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
3761
3762 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3763 functions.
3764
3765 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3768 say what the mouseover text should be.
3769
3770 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3771 version of the mm-w3m-safe-url-regexp variable to only download images
3772 in the groups where we want that to happen.
3773
3774 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3775
3776 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3777 easier debugging.
3778 (gnus-article-beginning-of-window): Add kludge to allow spacing past
3779 big pictures in the article buffer.
3780
3781 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3782 gnus-article-html.
3783 (mm-text-html-renderer): gnus-article-html needs curl in addition to
3784 w3m.
3785
3786 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3787
3788 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3789
3790 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3791 which doesn't exist.
3792
3793 * message.el (message-inhibit-ecomplete): New variable to allow some
3794 function to inhibit ecomplete address storage.
3795 (message-resend): Disable ecomplete message storage when resending
3796 messages.
3797
3798 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3799
3800 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
3801
3802 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3803 Save excursion while copying, moving, and deleting articles in order to
3804 prevent the cursor from jumping to unforeseen place.
3805
3806 2010-08-17 Glenn Morris <rgm@gnu.org>
3807
3808 * gnus-sync.el: Require gnus components whose functions are used.
3809
3810 * gnus-art.el (bookmark-make-record-function):
3811 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3812 Declare for compiler.
3813
3814 * mm-url.el (mml-compute-boundary): Autoload.
3815
3816 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3817
3818 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3819
3820 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
3821
3822 Typo fix "hoo4a" -> "hook".
3823
3824 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3825
3826 2010-08-14 Glenn Morris <rgm@gnu.org>
3827
3828 * gnus-sync.el (gnus-sync): Fix defgroup version.
3829
3830 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
3831
3832 Doc fixes and keep unknown groups (ammended for nunion bug fix).
3833
3834 * gnus-sync.el: Fix docs.
3835 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3836 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3837
3838 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3839
3840 Optimizations for gnus-sync.el.
3841
3842 * gnus-sync.el: Add docs about gnus-sync-backend
3843 possibilities.
3844 (gnus-sync-save): Remove unnecessary message.
3845 (gnus-sync-read): Optimize and show what groups were skipped.
3846
3847 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3848
3849 Minor bug fixes for gnus-sync.el.
3850
3851 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3852 Don't read the sync on get-new-news.
3853
3854 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3855 quiet.
3856
3857 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3858 (fix typo).
3859
3860 2010-07-30 Lawrence Mitchell <wence@gmx.li>
3861
3862 Make saving and restoring of hidden threads work with overlays.
3863 Patch applied by Ted Zlatanov.
3864
3865 * gnus-sum.el (gnus-hidden-threads-configuration)
3866 (gnus-restore-hidden-threads-configuration): Update to deal with text
3867 properties, rather than searching for a magic character.
3868
3869 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3870
3871 New gnus-sync.el library for synchronization of marks.
3872
3873 * gnus-sync.el: New library for synchronization of marks.
3874
3875 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3876 renamed from `gnus-registry-grep-in-list'.
3877
3878 * gnus-registry.el (gnus-registry-follow-group-p):
3879 Use `gnus-grep-in-list'.
3880
3881 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3882
3883 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3884
3885 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3886 determining charset of text fails.
3887
3888 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3889
3890 * nnmail.el (nnmail-get-new-mail-1): Revert.
3891
3892 * nnml.el (nnml-active-number): Make sure names of newly created groups
3893 in nnml-group-alist are encoded.
3894
3895 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3896
3897 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3898 containing non-ASCII characters in active file for nnml back end.
3899
3900 2010-07-24 David Engster <dengste@eml.cc>
3901
3902 * mml-smime.el (mml-smime-epg-verify): Also accept the older
3903 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3904
3905 2010-07-21 Daiki Ueno <ueno@unixuser.org>
3906
3907 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3908 tag (Bug#6654).
3909
3910 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3911
3912 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3913 the article buffer, not the summary buffer.
3914
3915 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3916
3917 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3918 Emacs 23 as well.
3919
3920 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3921
3922 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3923 Patch applied by Karl Fogel.
3924
3925 * gnus-sum.el (gnus-summary-bookmark-make-record):
3926 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3927
3928 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3929
3930 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3931 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
3932 C-w still not working correctly from Article buffers; Thierry's
3933 patch to fix that will be applied after this.
3934
3935 * gnus-art.el (bookmark-make-record-function): New local variable.
3936
3937 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3938 article buffer.
3939 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3940
3941 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3942
3943 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3944 on changes in bookmark.el.
3945
3946 2010-06-22 Mark A. Hershberger <mah@everybody.org>
3947
3948 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3949 the *other* type of HTML form submission.
3950
3951 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
3952
3953 * auth-source.el (auth-source-pick): If choice does not contain a
3954 questioned keyword, set the check to t.
3955
3956 2010-06-12 Romain Francoise <romain@orebokech.com>
3957
3958 * gnus-util.el (gnus-date-get-time): Move up before first use.
3959
3960 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3961
3962 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3963 (gnus-article-edit-part): Bind it to make last part that is substituted
3964 or deleted visible.
3965 (gnus-mime-display-single): Buttonize part of which id equals to
3966 gnus-mime-buttonized-part-id.
3967
3968 2010-06-10 Dan Christensen <jdc@uwo.ca>
3969
3970 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3971 (gnus-dd-mmm): Use gnus-date-get-time.
3972 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3973 simplify logic.
3974 (gnus-summary-limit-to-age): Use gnus-date-get-time.
3975 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3976
3977 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
3978
3979 * auth-source.el (top): Autoload `secrets-list-collections',
3980 `secrets-create-item', `secrets-delete-item'.
3981 (auth-sources): Fix tag string.
3982 (auth-get-source, auth-source-retrieve, auth-source-create)
3983 (auth-source-delete): New defuns.
3984 (auth-source-pick): Rewrite in order to avoid 2 passes.
3985 (auth-source-forget-user-or-password): New parameter USERNAME.
3986 (auth-source-user-or-password): New parameters CREATE-MISSING and
3987 DELETE-EXISTING. Retrieve password interactively, if needed.
3988
3989 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3990
3991 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3992 deleting unused directories when gnus-expert-user is t.
3993
3994 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
3995
3996 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3997 for each temp file when gnus-article-browse-delete-temp is ask.
3998
3999 2010-05-20 Kevin Ryde <user42@zip.com.au>
4000
4001 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4002
4003 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4004
4005 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4006 article unless decoding article to be saved.
4007
4008 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4009
4010 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4011 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4012 generated within the mm-with-unibyte-current-buffer macro.
4013
4014 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4017 to nil when we're in a mml-preview buffer and no group is selected.
4018
4019 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4020
4021 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4022 when catching the `C-g'. Reported by "Leo".
4023
4024 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4025
4026 * message.el (message-forward-make-body-plain)
4027 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4028 multibyte-string-p.
4029
4030 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4031
4032 * message.el (message-forward-make-body-mml): Assume original message
4033 is multibyte string; error on unibyte.
4034 (message-forward-make-body-plain): Ditto; don't add excessive newline
4035 in body end.
4036
4037 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4038
4039 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4040 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4041
4042 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4043
4044 * mm-extern.el (mm-extern-url): Don't use
4045 mm-with-unibyte-current-buffer.
4046 (mm-extern-cache-contents): Use with-current-buffer instead of
4047 save-excursion + set-buffer.
4048
4049 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4050
4051 * mm-util.el (mm-emacs-mule): Remove.
4052
4053 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4054
4055 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4056 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4057 change.
4058
4059 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4060
4061 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4062 bind the default value of enable-multibyte-characters to nil.
4063
4064 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4065
4066 * message.el (message-forward-make-body-plain)
4067 (message-forward-make-body-mml):
4068 Don't use mm-with-unibyte-current-buffer.
4069
4070 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4071
4072 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4073 (Bug#5592).
4074
4075 2010-05-07 Julien Danjou <julien@danjou.info>
4076
4077 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4078 it to mm-pipe-part.
4079
4080 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4081 it is given.
4082
4083 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4084
4085 * nnweb.el (nnweb-gmane-search)
4086 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4087 XEmacs.
4088
4089 * gnus-art.el (gnus-article-browse-html-parts)
4090 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4091 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4092 make-temp-file.
4093
4094 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4095 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4096 compiling.
4097
4098 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4099 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4100 XEmacs when compiling.
4101
4102 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4103 gnus-pick-mode-off-hook for XEmacs when compiling.
4104 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4105 gnus-binary-mode-off-hook for XEmacs when compiling.
4106
4107 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4108 Return nil if char-charset is not available.
4109
4110 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4111 macro.
4112
4113 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4114 instead of encode-coding-string.
4115
4116 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4117 'xemacs) instead of mm-emacs-mule to switch function definitions.
4118 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4119
4120 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4121
4122 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4123
4124 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4125
4126 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4127 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4128
4129 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4132 alias `jka-compr-delete-temp-file' no longer exists.
4133
4134 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 Use define-minor-mode in Gnus where applicable.
4137 * mml.el (mml-mode): Use define-minor-mode.
4138 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4139 (gnus-undo-mode): Use define-minor-mode.
4140 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4141 (gnus-dead-summary-mode): Use define-minor-mode.
4142 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4143 Initialize in declaration.
4144 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4145 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4146 (gnus-mailing-list-mode): Use define-minor-mode.
4147 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4148 (gnus-draft-mode): Use define-minor-mode.
4149 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4150 (gnus-dired-mode): Use define-minor-mode.
4151
4152 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4153
4154 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4155 handles on recursive mml-to-mime translation and check them for
4156 boundary delimiter collisions. Reported by Greg Troxel.
4157
4158 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4159
4160 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4161
4162 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * mm-util.el (mm-find-buffer-file-coding-system):
4165 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4166
4167 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4168
4169 * message.el (message-generate-headers): Record insertion of optional
4170 headers as well. Otherwise the check to prevent repeated insertion of
4171 optional headers is a no-op.
4172
4173 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4174
4175 * smime.el: Don't mention CVS.
4176
4177 * nnrss.el (nnrss-fetch): Don't mention CVS.
4178
4179 * nnir.el: Don't mention CVS.
4180
4181 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * gnus-sum.el (gnus-summary-bookmark-make-record):
4184 Add `location' field.
4185
4186 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4189 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4190 Use with-current-buffer to silence the byte-compiler.
4191 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4192 bother to require `gnus'.
4193 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4194
4195 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4196
4197 * gnus-sum.el (gnus-summary-bookmark-make-record)
4198 (gnus-summary-bookmark-jump): New functions.
4199 (gnus-summary-mode): Setup bookmark support.
4200
4201 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4202
4203 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4204 if set.
4205
4206 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4207
4208 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4209 gnus-article-browse-html-save-cid-image; make it work recursively for
4210 forwarded messages as well.
4211 (gnus-article-browse-html-parts): Work when prefix arg is given.
4212 (gnus-article-browse-html-article): Doc fix.
4213
4214 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * message.el (message-default-mail-headers):
4217 (message-default-headers): Carry the value mail-default-headers over
4218 into message-default-mail-headers, rather than message-default-headers.
4219
4220 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4221
4222 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4223 charset.
4224
4225 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4226 charset into the <meta> tag when the article is encoded to utf-8.
4227
4228 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
4229
4230 * gnus-art.el (gnus-article-browse-delete-temp-files):
4231 Delete directories as well.
4232 (gnus-article-browse-html-parts): Work for images that do not specify
4233 file names; delete temp directory when quitting; insert header at the
4234 right place; use file: scheme for image files.
4235
4236 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
4237
4238 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4239 (gnus-article-browse-html-parts): Use it to make temporary cid image
4240 files in addition to html file so that browser may display them.
4241
4242 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
4243
4244 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4245
4246 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4247
4248 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4249
4250 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4251
4252 * auth-source.el (auth-sources): Change default to be simpler.
4253 Explain about Secret Service API sources. Improve Customize options.
4254 (auth-source-pick): Change to accept any number of search parameters.
4255 Implement fallbacks iteratively, not recursively. Add scoring on the
4256 second pass and sort by score. Call Secret Service API when needed.
4257 (auth-source-user-or-password): Use it. Call Secret Service API
4258 directly when needed to get the user name and the password.
4259
4260 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * message.el (message-interactive): Doc fix.
4263 (message-qmail-inject-args): Reflow.
4264 (message-kill-to-signature): Fix typo in docstring.
4265
4266 * smiley.el (smiley-buffer): Fix typo in docstring.
4267
4268 2010-03-24 Glenn Morris <rgm@gnu.org>
4269
4270 * mail-source.el (gnus-message): Declare.
4271 (mail-source-delete-old-incoming): Require gnus-util.
4272
4273 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4274
4275 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4276
4277 * message.el (ecomplete-setup): Autoload it for Emacs <23.
4278
4279 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4280 password-cache's default if it is not bound.
4281 (mml-secure-passphrase-cache-expiry): Default to 16 that is
4282 password-cache-expiry's default if it is not bound.
4283
4284 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4285 available in Emacs 21.
4286
4287 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
4288
4289 * auth-source.el (auth-sources): Fix up definition so extra parameters
4290 are always inline.
4291
4292 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
4293
4294 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4295 wasn't updated after mismatch. Clear cached mailbox info correctly
4296 when uidvalidity changes.
4297 (nnimap-group-prefixed-name): New function to avoid some code
4298 duplication.
4299 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4300 (nnimap-request-group): Use it.
4301 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4302 (nnimap-update-unseen): Significantly improved speed of Gnus startup
4303 with many imap folders. This is done by caching the group status from
4304 the imap server persistently in a group parameter `imap-status'. (This
4305 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4306 but not persistently, so every Gnus startup was still very slow.)
4307
4308 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4309
4310 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
4311 secrets.el dependency.
4312 (auth-sources): Add optional user name. Add secrets.el configuration
4313 choice (unused right now).
4314
4315 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4316
4317 * gnus-sum.el (gnus-summary-make-menu-bar):
4318 Let `gnus-registry-install-shortcuts' fill in the functions.
4319
4320 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4321 warnings.
4322 (gnus-registry-misc-menus): Variable to hold registry mark menus.
4323 (gnus-registry-install-shortcuts): Populate and use it in a
4324 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4325
4326 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
4327
4328 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4329 In-place substitutions for the group name encoding/decoding.
4330 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4331 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4332 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4333 (nnimap-update-unseen, nnimap-request-list)
4334 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4335 (nnimap-request-set-mark, nnimap-split-to-groups)
4336 (nnimap-split-articles, nnimap-request-newgroups)
4337 (nnimap-request-create-group, nnimap-request-accept-article)
4338 (nnimap-request-delete-group, nnimap-request-rename-group)
4339 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
4340 `encoded-mbx' for consistency.
4341 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4342 variable `imap-current-mailbox'.
4343
4344 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4345 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4346
4347 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
4348
4349 * pop3.el (pop3-display-message-size-flag): Display message size byte
4350 counts during POP3 download.
4351 (pop3-movemail): Use it.
4352 (pop3-list): Implement listing of available messages.
4353
4354 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
4355
4356 * nnir.el (nnir-get-article-nov-override-function): New function to
4357 override the normal NOV retrieval.
4358 (nnir-retrieve-headers): Use it.
4359
4360 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
4361
4362 * auth-source.el (netrc-machine-user-or-password): Autoload.
4363
4364 2010-03-19 Glenn Morris <rgm@gnu.org>
4365
4366 Stop message.el from loading about 40 libraries it doesn't always need.
4367 The general approach is to autoload rather than require, and to
4368 require in the specific functions rather than the file. (Bug#5642)
4369
4370 * gmm-utils.el: Don't require wid-edit.
4371 (widget-create-child-value, widget-convert, widget-default-get):
4372 Autoload.
4373
4374 * gnus-util.el: Don't require time-date, netrc.
4375 (message-fetch-field, gnus-group-name-decode): Declare rather than
4376 autoloading.
4377 (gnus-fetch-field): Require message.
4378 (gnus-decode-newsgroups): Require gnus-group.
4379
4380 * ietf-drums.el: Don't require time-date.
4381
4382 * message.el: Don't require hashcash, canlock, ecomplete.
4383 Do require mail-utils. Require nnheader only when compiling.
4384 (smtpmail-default-smtp-server): Remove declaration.
4385 (message-send-mail-function): Check smtpmail-default-smtp-server
4386 is bound rather than requiring smtpmail.
4387 (message-auto-save-directory, message-insert-signature):
4388 Use expand-file-name rather than nnheader-concat.
4389 (nnheader-insert-file-contents): Autoload.
4390 (hashcash-wait-async): Declare.
4391 (message-send-mail): Only call gnus-setup-posting-charset if
4392 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
4393 (message-send-mail-with-sendmail): Require sendmail.
4394 (canlock-password, canlock-password-for-verify): Declare.
4395 (message-canlock-password): Require canlock.
4396 (nnheader-get-report): Autoload.
4397 (gnus-setup-posting-charset): Declare.
4398 (message-send-news): Require gnus-msg.
4399 (message-make-references, message-make-in-reply-to): Use mail-header-id
4400 rather than the alias mail-header-message-id.
4401 (ecomplete-add-item, ecomplete-save): Declare.
4402 (message-put-addresses-in-ecomplete): Require ecomplete.
4403 (ecomplete-display-matches): Autoload.
4404
4405 * mm-decode.el: Don't require mailcap, gnus-util.
4406 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4407 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4408 Autoload.
4409 (mailcap-mime-extensions): Declare.
4410
4411 * mm-encode.el: Don't require mailcap.
4412 (mailcap-extension-to-mime): Autoload.
4413
4414 * mml-sec.el: Don't require password-cache.
4415
4416 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4417 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4418 (mml-minibuffer-read-type): Require mailcap.
4419 (mml-preview): Require gnus-msg.
4420
4421 * mml1991.el: Require password-cache.
4422 (password-cache-expiry): Remove declaration.
4423
4424 * mml2015.el: Require password-cache.
4425 (password-cache-expiry): Remove declaration.
4426
4427 * nneething.el (mailcap): Require mailcap.
4428
4429 * nnheader.el (declare-function): Add compatibility stub.
4430 (message-remove-header): Declare rather than autoload.
4431 (nnheader-replace-header): Require message.
4432
4433 * nnimap.el (declare-function): Add compatibility stub.
4434 (netrc-parse, netrc-machine-user-or-password): Declare.
4435 (nnimap-open-connection): Require netrc.
4436
4437 * nntp.el (declare-function): Add compatibility stub.
4438 (netrc-parse, netrc-machine, netrc-get): Declare.
4439 (nntp-send-authinfo): Require netrc.
4440
4441 * rfc2047.el: Don't require qp.
4442 (quoted-printable-encode-region, quoted-printable-decode-string):
4443 Autoload.
4444
4445 * sieve-mode.el: Don't require easymenu.
4446 (easy-menu-add-item): Autoload it.
4447
4448 * spam-stat.el (time-to-number-of-days): Autoload it.
4449
4450 2010-03-17 Kevin Ryde <user42@zip.com.au>
4451
4452 * mml.el (mml-read-tag): Unquote values with `read' to reverse
4453 prin1 in mml-insert-tag (just stripping the quotes gave wrong
4454 value if any backslash escapes).
4455
4456 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4459 if it is available. (bug#5647)
4460
4461 2010-02-26 Glenn Morris <rgm@gnu.org>
4462
4463 * message.el (message-send-mail-function): Change the default, so that
4464 it inherits from a customized send-mail-function. (Bug#5643)
4465
4466 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4469 shell-command-to-string signals an error (bug#5299).
4470
4471 2010-02-24 Glenn Morris <rgm@gnu.org>
4472
4473 * message.el (message-smtpmail-send-it)
4474 (message-send-mail-with-mailclient): Doc fixes.
4475
4476 2010-02-16 Glenn Morris <rgm@gnu.org>
4477
4478 * message.el (message-default-mail-headers): Change the default value
4479 to ease the transition from mail-mode to message-mode. (Bug#5555)
4480
4481 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * message.el (message-mail): Just pass yank-action on to message-setup.
4484 (message-setup): Handle (FUN . ARGS) form of yank-action.
4485 (message-with-reply-buffer, message-widen-reply)
4486 (message-yank-original): Handle non-buffer values of
4487 message-reply-buffer (Bug#4080).
4488 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4489
4490 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4491
4492 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4493 Fix typo in docstring.
4494
4495 2010-01-08 Jason Rumney <jasonr@gnu.org>
4496
4497 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4498 response.
4499
4500 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4501
4502 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4503
4504 * message.el (message-check-news-header-syntax): Protect against a
4505 string that `rfc822-addresses' returns when parsing fails.
4506
4507 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4508
4509 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4510 (gnus-previous-char-property-change): New functions.
4511
4512 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4513
4514 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
4515
4516 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4517 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
4518
4519 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * message.el (message-exchange-point-and-mark): Rework last change to
4522 avoid using optional arg of exchange-point-and-mark, for backward
4523 compatibility.
4524
4525 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * message.el (message-exchange-point-and-mark):
4528 Call exchange-point-and-mark with an argument rather than setting
4529 mark-active by hand (Bug#5175).
4530
4531 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4532
4533 * nntp.el (nntp-service-to-port): Work for service expressed with
4534 numeric string; replace [:digit:] with [0-9] for XEmacs.
4535
4536 2009-12-17 Glenn Morris <rgm@gnu.org>
4537
4538 * gnus-group.el (gnus-bug-group-download-format-alist):
4539 Change emacs entry to debbugs.gnu.org. Bump :version.
4540
4541 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
4542
4543 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4544
4545 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
4546
4547 * message.el (message-info): Explain why we use `Info-goto-node'.
4548
4549 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * message.el (message-completion-in-region): New compatibility function.
4552 (message-expand-group): Use it.
4553
4554 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4555
4556 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4557 with no unread article should be listed if the 2nd arg `predicate' is
4558 given.
4559
4560 2009-11-29 Juri Linkov <juri@jurta.org>
4561
4562 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4563 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
4564 on `gnus-recenter'. (Bug#4698, Bug#4981)
4565
4566 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4567
4568 * message.el (message-from-style, message-interactive)
4569 (message-signature): Always set default values from the corresponding
4570 mail-* variables.
4571 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4572 (message-yank-prefix, message-indentation-spaces)
4573 (message-signature-file, message-default-headers): Use boundp rather
4574 than (featurep 'xemacs) to check if the corresponding mail-* variables
4575 exist.
4576
4577 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * message.el (message-send-mail-with-sendmail): Revert last change.
4580
4581 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * message.el (message-from-style, message-interactive)
4584 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4585 (message-yank-prefix, message-indentation-spaces, message-signature)
4586 (message-signature-file, message-default-headers): For GNU Emacs, set
4587 default values from the corresponding mail-* variables.
4588 (message-send-mail-with-sendmail): Use envelope-from only if
4589 mail-specify-envelope-from is non-nil.
4590
4591 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4592
4593 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4594 containing tspecial characters if they have been already quoted.
4595
4596 2009-10-24 Glenn Morris <rgm@gnu.org>
4597
4598 * gnus-art.el (help-xref-stack-item): Define for compiler.
4599
4600 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4601
4602 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4603
4604 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4605
4606 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4607 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4608
4609 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
4610
4611 * gnus.el (gnus-overlay-get): New alias to overlay-get.
4612 (gnus-overlays-in): New alias to overlays-in.
4613
4614 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4615 gnus-overlay-get, and gnus-delete-overlay.
4616 (gnus-summary-show-thread): Make it work as well for systems in which
4617 next-single-char-property-change is not available.
4618 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4619
4620 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
4621
4622 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4623
4624 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4625
4626 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4627 and XEmacs that don't have `remove-overlays'.
4628
4629 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4632 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4633 selective display. Use overlays instead.
4634
4635 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4638
4639 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * spam-stat.el (spam-stat-load): Fix typo in message.
4642
4643 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * gnus-art.el (gnus-article-encrypt-body):
4646 * message.el (message-check-recipients):
4647 * mm-util.el (mm-codepage-setup):
4648 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4649 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4650
4651 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4652
4653 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4654 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4655 keys from the menu if mm-{sign,encrypt}-option is 'guided.
4656 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4657 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4658
4659 2009-09-18 Glenn Morris <rgm@gnu.org>
4660
4661 * gnus-diary.el (gnus-diary-check-message):
4662 * message.el (message-insert-formatted-citation-line):
4663 * nnbabyl.el (top-level):
4664 * nndiary.el (nndiary-schedule):
4665 Fix typos in condition-case handlers.
4666
4667 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4668
4669 * gnus-art.el (gnus-article-edit-part): Work for the buffer
4670 configuration that provides the sole article window in a frame;
4671 position point correctly after deleting a part.
4672
4673 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
4674
4675 * spam.el (spam-unregister-on-reregister): Add boolean variable.
4676 (spam-resolve-registrations-routine): Use it to unregister articles
4677 that change status.
4678
4679 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4680
4681 * nnrss.el (nnrss-request-article): Remove binding of
4682 default-enable-multibyte-characters that has gotten needless by
4683 the 2007-07-13 change in rfc2047-encode-message-header.
4684
4685 * mml.el (mml-insert-multipart): Error on the message header.
4686 (mml-insert-part): Error on the message header; position point at
4687 the end of a MIME tag.
4688
4689 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4690
4691 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4692 (gnus-float-time): Alias to float-time if it exists.
4693
4694 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4695 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4696 float-time is available; suppress compile warning for time-to-seconds.
4697
4698 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4699
4700 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4701 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4702 Add the optional argument `encoding' that overrides the default.
4703
4704 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4705 mm-encode-buffer.
4706
4707 2009-09-04 Glenn Morris <rgm@gnu.org>
4708
4709 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4710 mm-disable-multibyte, rather than default-enable-multibyte-characters.
4711 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4712 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4713 * mm-util.el (mm-with-unibyte-current-buffer)
4714 (mm-find-buffer-file-coding-system):
4715 * yenc.el (yenc-decode-region): Use default-value rather than
4716 default-enable-multibyte-characters.
4717
4718 2009-09-03 Glenn Morris <rgm@gnu.org>
4719
4720 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4721 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4722 than default-enable-multibyte-characters.
4723
4724 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
4725
4726 * gnus-art.el (gnus-article-read-summary-keys):
4727 Fix gnus-buffer-configuration's value temporarily used.
4728
4729 2009-09-02 Glenn Morris <rgm@gnu.org>
4730
4731 * gnus-util.el (gnus-float-time): New function.
4732 * gnus-delay.el (gnus-delay-article):
4733 * gnus-sum.el (gnus-thread-latest-date):
4734 * gnus-util.el (gnus-user-date): Use gnus-float-time.
4735 * nnspool.el (nnspool-request-newgroups):
4736 Use gnus-float-time rather than time-to-seconds.
4737 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4738
4739 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4740 (gnus-header-subject-face, gnus-header-newsgroups-face)
4741 (gnus-header-name-face, gnus-header-content-face):
4742 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4743 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4744 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4745 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4746 (gnus-cite-face-11):
4747 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4748 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4749 (gnus-server-closed-face, gnus-server-denied-face)
4750 (gnus-server-offline-face):
4751 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4752 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4753 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4754 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4755 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4756 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4757 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4758 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4759 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4760 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4761 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4762 (gnus-summary-selected-face, gnus-summary-cancelled-face)
4763 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4764 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4765 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4766 (gnus-summary-high-undownloaded-face)
4767 (gnus-summary-low-undownloaded-face)
4768 (gnus-summary-normal-undownloaded-face)
4769 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4770 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4771 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4772 (gnus-splash-face):
4773 * message.el (message-header-to-face, message-header-cc-face)
4774 (message-header-subject-face, message-header-newsgroups-face)
4775 (message-header-other-face, message-header-name-face)
4776 (message-header-xheader-face, message-separator-face)
4777 (message-cited-text-face, message-mml-face):
4778 * sieve-mode.el (sieve-control-commands-face)
4779 (sieve-action-commands-face, sieve-test-commands-face)
4780 (sieve-tagged-arguments-face):
4781 * spam.el (spam-face):
4782 Mark face aliases with "-face" in the name as obsolete.
4783
4784 2009-09-01 Glenn Morris <rgm@gnu.org>
4785
4786 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4787 than goto-line.
4788
4789 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4790
4791 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4792 Don't move point if the command is invoked inside the message header.
4793
4794 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4797 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4798 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4799 * nnir.el (nnir-swish-e-index-file):
4800 * gnus-sum.el (gnus-summary-delete-marked-as-read)
4801 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4802 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4803 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4804 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4805 (gnus-treat-display-xface): Add Emacs version of obsolescence.
4806
4807 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
4808
4809 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4810 Don't save excursion.
4811
4812 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * nnheader.el (nnheader-find-file-noselect):
4815 * mm-util.el (mm-insert-file-contents):
4816 Use (default-value 'major-mode) instead of default-major-mode.
4817
4818 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4821
4822 2009-08-25 Glenn Morris <rgm@gnu.org>
4823
4824 * nnir.el (top-level): Don't require cl at run-time.
4825 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4826 Replace cl-function substitute with gnus-replace-in-string.
4827 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4828 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4829 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4830 simplified expansions.
4831
4832 2009-08-22 Glenn Morris <rgm@gnu.org>
4833
4834 * gnus-art.el (gnus-button-patch): Use forward-line rather than
4835 goto-line.
4836
4837 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
4838
4839 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4840
4841 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4842 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4843 (gnus-mm-display-part, gnus-mime-display-single)
4844 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4845 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4846
4847 * gnus-sum.el
4848 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4849 (gnus-summary-move-article): Add expirable mark to articles copied or
4850 moved to group that has auto-expire turned on if the option is non-nil.
4851
4852 2009-07-24 Glenn Morris <rgm@gnu.org>
4853
4854 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4855 Fix typo. (Bug#3903)
4856
4857 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4858
4859 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4860 gnus-article-read-summary-keys rather than gnus-summary-edit-article
4861 that should not be used for draft articles.
4862 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4863 that has no concern in minor mode keys.
4864 (gnus-article-summary-command, gnus-article-summary-command-nosave):
4865 Abolish.
4866
4867 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4868
4869 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4870 article without making inquiry to a user for unknown encoding.
4871
4872 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4873 (nnmaildir--scan): Assume i-node and device number that file-attributes
4874 returns might be cons-cell.
4875
4876 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
4877
4878 * auth-source.el: Remove docs now in auth.texi. Don't use
4879 `gnus-message' for logging. Add new variables `auth-source-debug' and
4880 `auth-source-hide-passwords' and use them.
4881
4882 2009-07-15 Glenn Morris <rgm@gnu.org>
4883
4884 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4885
4886 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4887
4888 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4889 excessive whitespace from the default values of title and description.
4890
4891 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4892
4893 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4894 mail-fetch-field to fetch Content-Description header in order to
4895 exclude newlines.
4896
4897 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4898
4899 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4900 to deleted part.
4901
4902 2009-05-30 David Engster <dengste@eml.cc>
4903
4904 * nnmairix.el: Remove old documentation in the commentary block.
4905 (nnmairix-request-group): Do not update active file for nnml back ends.
4906 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4907 end so that overview files are ignored.
4908 (nnmairix-update-groups): Make updating the groups more robust by using
4909 marks.
4910 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4911 with dollar characters in message-id.
4912
4913 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
4914
4915 * spam.el: Use dns-query instead of query-dns. Was renamed on
4916 2008-12-25 in dns.el.
4917
4918 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4921 could happen if the text is only composed of spaces and/or tabs.
4922
4923 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
4924
4925 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4926 when sending a queued message to avoid extra mml tags.
4927
4928 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4929
4930 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4931
4932 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
4933
4934 * gnus-dired.el: Remove autoload for gnus-setup-message.
4935 (gnus-dired-attach): Fake this-command value to prevent Gnus from
4936 displaying Gnus logo; always use compose-mail.
4937
4938 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4939
4940 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4941
4942 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
4943
4944 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4945 (gnus-nocem-issuers): List currently active issuers; fix custom type.
4946 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4947 available.
4948 (gnus-nocem-epg-verify): New function.
4949
4950 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
4951
4952 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4953
4954 2009-02-15 Glenn Morris <rgm@gnu.org>
4955
4956 * gnus-util.el (rmail-insert-rmail-file-header)
4957 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4958 autoloads.
4959 (rmail-default-rmail-file): Remove unnecessary declaration.
4960 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4961
4962 2009-02-14 Glenn Morris <rgm@gnu.org>
4963
4964 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4965 variable (only used in gnus-util, which declares it anyway).
4966 (rmail-output-to-rmail-file): Remove autoload of deleted function,
4967 which was only needed by gnus-art (changed to not use it any more).
4968 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4969 only used in gnus-util, which autoloads it itself.
4970 (rmail-update-summary): Fix autoload.
4971
4972 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4973 rather than rmail-output-to-rmail-file.
4974
4975 2009-02-07 Glenn Morris <rgm@gnu.org>
4976
4977 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4978 autoload of function that no longer exists.
4979 (rmail-toggle-header): Declare.
4980 (message-forward-rmail-make-body): Handle mbox Rmail.
4981
4982 2009-01-31 Glenn Morris <rgm@gnu.org>
4983
4984 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4985 2009-01-09 change.
4986
4987 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
4988
4989 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4990 (auth-source-forget-all-cached): New convenience function.
4991 (auth-source-user-or-password): Accept list of modes or a single mode.
4992
4993 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4994 auth-source modes.
4995
4996 * nnimap.el (nnimap-open-connection): Use list of
4997 auth-source modes.
4998
4999 * nntp.el (nntp-send-authinfo): Use list of
5000 auth-source modes.
5001
5002 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5003
5004 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5005 now.
5006
5007 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5008
5009 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5010 coding system in XEmacs; add a workaround for XEmacs.
5011
5012 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5013
5014 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5015 of current-language-environment.
5016
5017 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5018
5019 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5020 available at runtime.
5021
5022 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5023
5024 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5025
5026 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5027
5028 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5029 the greatest positive fixnum value doesn't work under an XEmacs with
5030 bignum support; use the most-positive-fixnum constant instead,
5031 available since Emacs 21.1 with cl and XEmacs 21.1.
5032
5033 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5034
5035 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5036 XEmacs gets not to work.
5037
5038 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5039
5040 * mm-util.el (mm-coding-system-priorities): Allow the value like
5041 "Japanese (UTF-8)" of current-language-environment.
5042
5043 2009-01-09 Glenn Morris <rgm@gnu.org>
5044
5045 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5046 with last-command-event.
5047
5048 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5049
5050 * message.el (message-fix-before-sending): Amend comment.
5051
5052 2009-01-07 David Engster <dengste@eml.cc>
5053
5054 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5055 simplified server definitions by converting it via
5056 gnus-server-to-method.
5057
5058 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5059
5060 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5061 parameter's operands.
5062
5063 2009-01-06 David Engster <dengste@eml.cc>
5064
5065 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5066 primary select method (for gnus-group-mark-article-as-read).
5067
5068 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5069
5070 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5071 `(gnus)Face', not `(gnus)X-Face'.
5072
5073 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5074
5075 * mm-util.el (mm-ucs-to-char): New function.
5076
5077 * mm-url.el (mm-url-decode-entities): Use it.
5078
5079 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5080
5081 * message.el (message-fix-before-sending): Add `eight-bit' to
5082 illegible-text check.
5083
5084 2009-01-03 Michael Olson <mwolson@gnu.org>
5085
5086 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5087 `headers' is nil. This can occur if the IMAP server does not have
5088 permissions to read messages from a folder, but can write new messages
5089 to the folder.
5090 (nnimap-request-article-part): Do not insert `data' if it is nil.
5091
5092 2009-01-01 Dave Love <fx@gnu.org>
5093
5094 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5095
5096 * nnimap.el: Fix author email.
5097 (nnimap-split-rule): Add FIXME comment.
5098 (nnimap-debug): Fix doc string.
5099
5100 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5101
5102 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5103 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5104 to check if those variables exist (first appeared in Emacs 18.50).
5105
5106 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5107
5108 * mm-util.el (mm-line-number-at-pos): New function.
5109
5110 * spam-report.el (spam-report-process-queue): Use it.
5111
5112 2008-12-24 David Engster <dengste@eml.cc>
5113
5114 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5115 parameters that haven't existed as variables as buffer-local variables.
5116
5117 2008-12-23 Dave Love <fx@gnu.org>
5118
5119 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5120 cadar.
5121
5122 * sieve-manage.el (sieve-manage-starttls-p): Rename from
5123 imap-starttls-p.
5124 (sieve-manage-starttls-open): Rename from imap-starttls-open.
5125
5126 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5127
5128 * spam-report.el (spam-report-gmane-max-requests): New constant.
5129 (spam-report-gmane-wait): New variable.
5130 (spam-report-gmane-ham, spam-report-gmane-spam)
5131 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5132 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5133 the server.
5134
5135 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5136 Add explanations.
5137
5138 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5139 nnheader-accept-process-output and nnheader-read-timeout if available.
5140 (pop3-movemail): Use it.
5141
5142 * message.el (message-check-news-body-syntax): Fix signature check if
5143 there's an attachment.
5144
5145 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5146
5147 * mm-util.el: Add comments to the mm- emulating functions.
5148
5149 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5150
5151 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5152 Reported by Stephen Berman <stephen.berman@gmx.net>.
5153
5154 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5155
5156 * mm-util.el (mm-substring-no-properties): New function.
5157 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5158 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5159 (mm-string-to-multibyte): Doc fix.
5160
5161 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5162
5163 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5164
5165 * mml.el (mml-attach-file): Strip text properties from file name.
5166 (Bug#1574)
5167
5168 2008-12-16 Glenn Morris <rgm@gnu.org>
5169
5170 * mm-util.el (mm-charset-override-alist): Declare for compiler.
5171
5172 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5173
5174 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5175 knows since the charset specified might be a bogus alias that
5176 mm-charset-synonym-alist provides.
5177
5178 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5179
5180 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5181 "ISO_8859-1".
5182
5183 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5184
5185 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5186
5187 * mm-util.el (mm-charset-eval-alist):
5188 Define it before mm-charset-to-coding-system.
5189 (mm-charset-to-coding-system): Add optional argument `silent';
5190 define it before mm-charset-override-alist.
5191 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5192 default value if it can be used in Emacs currently running;
5193 silence mm-charset-to-coding-system.
5194
5195 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5196
5197 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5198 `allow-override' which says whether to use `mm-charset-override-alist'.
5199 (rfc2047-decode-encoded-words): Use it.
5200
5201 * mm-util.el (mm-charset-override-alist): Fix custom type;
5202 add `(gb2312 . gbk)' to choices.
5203
5204 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5205
5206 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5207 fast.
5208
5209 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5210
5211 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
5212
5213 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5214 on links.
5215
5216 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5217
5218 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5219
5220 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5221 users' addresses that don't have domain parts.
5222 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5223 rather than message-narrow-to-head since there will be the message
5224 header separator.
5225
5226 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5229 since the result is inserted in a unibyte buffer anyway.
5230 (nnimap-demule-use-string-to-multibyte): Remove.
5231 (nnimap-demule): Alias it to mm-string-to-multibyte.
5232
5233 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5234
5235 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5236 variable for debugging bug#464 and bug#1174.
5237 (nnimap-demule): Use it.
5238
5239 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5240
5241 * gnus-score.el (gnus-score-find-trace): Handle default score in total
5242 score calculation correctly.
5243
5244 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * message.el (message-send-mail): Just set the buffer to unibyte
5247 rather than use mm-with-unibyte-current-buffer which does a lot more.
5248 (message-send-mail-partially): Don't bother with
5249 mm-with-unibyte-current-buffer since it's already been made unibyte by
5250 message-send-mail.
5251
5252 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
5253
5254 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5255
5256 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5257
5258 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5259
5260 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5261
5262 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5263 require itself and to remove `with-no-warnings'.
5264
5265 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
5266
5267 * starttls.el (starttls-any-program-available): Get the name of the
5268 available TLS layer program.
5269 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5270 well as the host name in the "opening" message.
5271
5272 * auth-source.el (auth-source-cache, auth-source-do-cache)
5273 (auth-source-user-or-password): Cache passwords and logins by default,
5274 allow override with `auth-source-do-cache'.
5275 (auth-source-forget-user-or-password): Allow users to remove cache
5276 entries if needed.
5277
5278 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5279
5280 * ietf-drums.el (ietf-drums-remove-comments): Localize second
5281 condition-case to only the forward-sexp call.
5282
5283 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5284
5285 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5286 quotes contained. Make it more robust regardless by an extra
5287 condition-case wrapper.
5288
5289 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5290
5291 * nnml.el (nnml-request-expire-articles): Check if the function set to
5292 `nnmail-expiry-target' returns the symbol `delete'.
5293
5294 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5295
5296 * nnmail.el (nnmail-expiry-target): Fix custom type.
5297
5298 2008-10-02 Glenn Morris <rgm@gnu.org>
5299
5300 * mm-util.el (mm-codepage-setup): Tweak codepage error.
5301 Silence compiler warning.
5302
5303 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * mml.el (mml-menu): Don't assume mml2015 is bound.
5306
5307 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5308
5309 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5310 exists.
5311
5312 2008-09-27 Glenn Morris <rgm@gnu.org>
5313
5314 * gnus-util.el (mail-header-remove-comments): Autoload it.
5315
5316 2008-09-27 Andreas Schwab <schwab@suse.de>
5317
5318 * gnus-util.el (gnus-split-references): Strip comments.
5319 (gnus-parent-id): Likewise.
5320
5321 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
5322
5323 * message.el (message-confirm-send): Fix version.
5324
5325 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5326
5327 * message.el (message-idna-to-ascii-rhs-1): Use
5328 mail-extract-address-components rather than mail-header-parse-addresses
5329 that is an alias by default to ietf-drums-parse-addresses that does not
5330 support non-ASCII names in headers' contents.
5331
5332 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5333
5334 * message.el (message-confirm-send): Fix variable documentation to
5335 avoid the "y/n" wording.
5336
5337 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
5338
5339 * message.el (message-set-auto-save-file-name): Save to a different
5340 filename so multiple messages (especially drafts) can be recovered.
5341
5342 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5343
5344 * message.el (message-confirm-send): Add appropriate version.
5345
5346 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5347
5348 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5349 defvar.
5350
5351 2008-09-22 Daiki Ueno <ueno@unixuser.org>
5352
5353 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5354 (mm-pkcs7-enveloped-magic): Ditto.
5355
5356 2008-09-17 Simon Josefsson <simon@josefsson.org>
5357
5358 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5359 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5360
5361 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5362
5363 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5364 default, it's better.
5365
5366 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
5367
5368 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5369 summary line gnus-number property and ignore them (with a warning
5370 message).
5371
5372 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5373
5374 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5375 macro caddr in the interactive form since it won't be expanded.
5376
5377 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5378
5379 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5380 `charset'; fix name of function called recursively.
5381 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5382
5383 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5384
5385 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5386 (gnus-mime-set-charset-parameters): New function.
5387 (gnus-mime-view-part-as-charset): Use it to correctly display part
5388 specifying wrong charset.
5389
5390 2008-09-08 David Engster <dengste@eml.cc>
5391
5392 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5393 in completing-read for back end server.
5394
5395 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
5396
5397 * message.el (message-confirm-send): New variable to confirm sending a
5398 message.
5399 (message-send): Use it.
5400
5401 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
5402
5403 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5404
5405 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5406
5407 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5408
5409 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
5410
5411 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5412 prevent tracking too many groups.
5413 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5414 Use it.
5415
5416 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
5417
5418 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5419 moving point to the bottom of the window in order to avoid recentering.
5420
5421 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
5422
5423 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5424 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5425 (gnus-article-beginning-of-window): Fix calculation.
5426
5427 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
5428
5429 * gnus-msg.el (gnus-summary-supersede-article)
5430 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5431 value of gnus-newsgroup-charset to decode non-MIME encoded text in
5432 message header.
5433
5434 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5435
5436 * message.el:
5437 * gnus-start.el:
5438 * gnus-registry.el: Remove VMS support.
5439
5440 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5441
5442 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5443 macro.
5444 (rfc2104-hash): Use it.
5445
5446 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
5447
5448 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5449 (gnus-summary-sort-by-most-recent-date): New commands.
5450 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5451 and menu entries.
5452
5453 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5456 don't redisplay article for raw contents; remove plural articles stuff.
5457
5458 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5459 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5460 on gnus-summary-save-article; display results properly.
5461
5462 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5463
5464 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5465
5466 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5467
5468 * gnus-art.el (gnus-summary-save-in-pipe):
5469 Consider gnus-save-all-headers.
5470
5471 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5472
5473 * gnus-util.el (ns-focus-frame): Remove declaration.
5474 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
5475 like x.
5476
5477 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5478
5479 * rfc2104.el (rfc2104-zero): Delete defconst.
5480 (rfc2104-hex-alist): Likewise.
5481 (rfc2104-hex-to-int): Delete func.
5482 (rfc2104-hexstring-to-bitstring): Likewise.
5483 (rfc2104-nybbles): New defconst.
5484 (rfc2104-hash): Rewrite for speed.
5485
5486 2008-07-16 Glenn Morris <rgm@gnu.org>
5487
5488 * gnus-util.el (ns-focus-frame): Declare for compiler.
5489
5490 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5493 set as a group parameter.
5494 (gnus-summary-save-in-pipe): Work when it is called independently.
5495 (gnus-summary-pipe-to-muttprint): Don't modify
5496 gnus-summary-pipe-output-default-command.
5497
5498 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * message.el (message-send-mail-with-sendmail):
5501 Display the error message.
5502
5503 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5504
5505 * gnus-art.el (gnus-default-article-saver):
5506 Add gnus-summary-save-in-pipe to choices.
5507 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5508 gnus-summary-pipe-output-default-command as the default command.
5509 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5510 instead of gnus-last-shell-command.
5511
5512 * gnus-sum.el (gnus-summary-pipe-output-default-command):
5513 New user option.
5514 (gnus-summary-muttprint-program): Mention the value will be changed.
5515 (gnus-summary-save-article): Force showing of all headers.
5516 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5517
5518 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
5519
5520 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5521
5522 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
5523
5524 * nnimap.el (nnimap-id):
5525 * sieve-manage.el (sieve-manage-open): Doc fixes.
5526
5527 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5528
5529 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5530 if available.
5531
5532 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5535
5536 * nnkiboze.el (nnkiboze-generate-group):
5537 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5538
5539 * nnmairix.el: Require CL.
5540
5541 2008-06-15 David Engster <dengste@eml.cc>
5542
5543 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5544
5545 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
5546
5547 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5548 New macros that expand to an `aset'/`aref' call under Emacs, and to a
5549 runtime choice under XEmacs.
5550
5551 * gnus-sum.el (gnus-summary-set-display-table):
5552 Use `gnus-put-display-table', `gnus-get-display-table',
5553 `gnus-set-display-table' for the display table, instead of `aset'.
5554
5555 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5556
5557 * nnmairix.el: Add autoloads.
5558
5559 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5560
5561 * nnmairix.el (nnmairix-delete-recreate-group)
5562 (nnmairix-update-and-clear-marks): Fix error messages.
5563
5564 2008-06-14 David Engster <dengste@eml.cc>
5565
5566 * nnmairix.el: Upgrade to version 0.6.
5567 (nnmairix-group-toggle-propmarks-this-group)
5568 (nnmairix-group-toggle-readmarks-this-group)
5569 (nnmairix-group-delete-recreate-this-group)
5570 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5571 (nnmairix-remove-tick-mark-original-article): New commands.
5572 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5573 (nnmairix-propagate-marks-to-nnmairix-groups)
5574 (nnmairix-only-use-registry, nnmairix-allowfast-default)
5575 (nnmairix-marks-cache, nnmairix-version-output): New variables.
5576 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5577 functions needed for marks propagation and manipulation of read marks.
5578 (nnmairix-update-groups): New function.
5579 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5580 (nnmairix-determine-original-group-from-registry)
5581 (nnmairix-determine-original-group-from-path)
5582 (nnmairix-get-group-from-file-path, nnmairix-map-range)
5583 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5584 New helper functions.
5585 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5586 keystrokes for new commands.
5587 (nnmairix-delete-and-create-on-change): Doc string cleanup.
5588 (nnmairix-request-group): Check allow-fast group parameter.
5589 (nnmairix-request-create-group): Set allow-fast group parameter if
5590 nnmairix-allowfast-default is set.
5591 (nnmairix-close-group): Propagate marks upon closing if needed.
5592 (nnmairix-group-toggle-threads-this-group): Use new.
5593 nnmairix-group-toggle-parameter helper function.
5594 (nnmairix-search): Better check for empty search result.
5595 (nnmairix-goto-original-article): Use new helper functions for
5596 determining original article.
5597 (nnmairix-show-original-article): Make sure message-id is in brackets.
5598 (nnmairix-call-mairix-binary): Change variable name.
5599 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5600 helper function.
5601 (nnmairix-widget-toggle-activate): Fix doc string.
5602
5603 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5604
5605 * nnir.el: Require edmacro when compiling with XEmacs.
5606 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5607 available in Emacs 21.
5608
5609 2008-06-11 Glenn Morris <rgm@gnu.org>
5610
5611 * gnus-util.el (x-focus-frame):
5612 * gnus.el (image-size):
5613 * mm-decode.el (image-size): Declare.
5614
5615 * gnus-picon.el (declare-function): Add compat definition.
5616 (image-size): Declare.
5617
5618 * gnus-group.el (tool-bar-map):
5619 * gnus-sum.el (tool-bar-map): Define for compiler.
5620
5621 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5622
5623 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5624
5625 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5626 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5627 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5628 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5629 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5630 * sieve-manage.el, spam-report.el, spam.el:
5631 Remove unnecessary eval-and-compile of autoloads.
5632
5633 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * auth-source.el: Precise Tramp doc.
5636
5637 2008-06-07 Glenn Morris <rgm@gnu.org>
5638
5639 * nnmairix.el: Remove unnecessary eval-when-compile.
5640
5641 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
5642
5643 * nnir.el: New file.
5644
5645 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * gnus-util.el (gnus-read-shell-command): New function.
5648 * mm-decode.el (mm-pipe-part):
5649 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5650
5651 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5652
5653 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5654
5655 2008-06-03 Glenn Morris <rgm@gnu.org>
5656
5657 * pop3.el (nnheader-accept-process-output): Autoload it.
5658
5659 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5660
5661 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5662 are not 2-digit hexadecimal characters that follow `%'s.
5663
5664 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5665
5666 * message.el (message-bogus-recipient-p): Fix type in doc string.
5667 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5668 (message-bogus-addresses): Rename from message-bogus-address-regexp.
5669 Improve custom options.
5670 (message-bogus-recipient-p): Adjust accordingly.
5671
5672 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5673
5674 * nnmairix.el: Require edmacro when compiling with XEmacs.
5675
5676 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5677
5678 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5679 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5680
5681 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5682
5683 * auth-source.el: Add more docs.
5684
5685 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5686
5687 * nnheader.el (nnheader-read-timeout): Change the default timeout from
5688 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
5689 retrieval faster in some cases, but might make CPU usage larger.
5690 If this has any bad side effects, we might revert this change.
5691
5692 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5693 seems to make mail retrieval much, much faster.
5694 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5695 unconditionally.
5696
5697 * gnus-draft.el (gnus-group-send-queue):
5698 Bind message-send-mail-partially-limit to nil to avoid being prompted.
5699
5700 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5701
5702 * mml.el (mml-attach-buffer): Prompt for `disposition'.
5703
5704 * message.el (message-bogus-address-regexp): Fix and improve custom
5705 type.
5706 (message-setup-hook): Add message-check-recipients as custom option.
5707
5708 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5709
5710 * message.el (message-cite-function): Remove bogus autoload which crept
5711 in during merge from v5-10.
5712
5713 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
5714
5715 * nnimap.el (nnimap-open-connection): Fix login/password bug.
5716
5717 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5718
5719 * auth-source.el: Preliminary Tramp docs.
5720 (auth-sources): Change the default auth-sources to use
5721 EPA .gpg files.
5722
5723 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5724
5725 * nntp.el: Autoload `auth-source-user-or-password'.
5726 (nntp-send-authinfo): Use it.
5727
5728 * nnimap.el: Autoload `auth-source-user-or-password'.
5729 (nnimap-open-connection): Use it.
5730
5731 * auth-source.el: Add docs on using with url-auth. Import gnus-util
5732 for the gnus-message function.
5733 (auth-source-user-or-password): Use it.
5734
5735 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5738 rfc2104-hexstring-to-byte-list. Return a unibyte string.
5739 (rfc2104-hash): Use it.
5740
5741 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5742
5743 * gnus-art.el (gnus-article-toggle-truncate-lines):
5744 Don't use `iff' in docstring.
5745
5746 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
5747
5748 * gnus-registry.el: Adjusted copyright dates and added a keyword.
5749
5750 * gnus-util.el (gnus-extract-address-component-name)
5751 (gnus-extract-address-component-email): Convenience functions around
5752 `gnus-extract-address-components'.
5753
5754 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5755 Use `gnus-extract-address-component-email' to fix bug of comparing full
5756 sender name to `user-mail-address'.
5757
5758 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5759
5760 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5761 catch/throw to optimize.
5762 (gnus-registry-find-keywords): Just use member to find a keyword.
5763
5764 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5767 is current before calling gnus-server-prepare.
5768 (gnus-server-setup-buffer, gnus-server-update-server)
5769 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5770
5771 2008-05-04 Juri Linkov <juri@jurta.org>
5772
5773 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5774 (mailcap-file-default-commands): Use mailcap-replace-in-string
5775 instead of replace-regexp-in-string, and mailcap-delete-duplicates
5776 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
5777
5778 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
5779
5780 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5781
5782 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5785 hooks.
5786 (gnus-update-read-articles): Speed up non-marks-using users.
5787 (gnus-use-marks): Define gnus-use-marks.
5788 (gnus-propagate-marks): Rename variable to something more sensible.
5789
5790 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5793 (gmm-image-load-path-for-library): Fix typos in docstrings.
5794 (gmm-message): Reflow docstring.
5795
5796 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
5797
5798 * mail-source.el (mail-source-set-1, mail-source-bind):
5799 Move auth-source code out of the macro to clean it up and fix bugs.
5800
5801 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
5802
5803 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5804 by sender if it's equal to user-mail-address, it's likely to be
5805 useless.
5806
5807 * mail-source.el (mail-source-bind): Don't use user or password if they
5808 are not bound. Unintern them if they are nil. Don't use server unless
5809 it's bound, and default it to empty string otherwise.
5810
5811 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5812
5813 * mail-source.el: Load auth-source.el.
5814 (mail-source-bind): Add comments. Call auth-source-user-or-password to
5815 get user name or password, if auth-sources is set up.
5816
5817 * gnus-registry.el (gnus-registry-split-strategy): New variable for
5818 strategy of splitting with parent.
5819 (gnus-registry-split-fancy-with-parent)
5820 (gnus-registry-post-process-groups): Use it and fix prior
5821 bug (returning a list as the split result).
5822
5823 * auth-source.el (auth-sources): Remove server parameter.
5824 (auth-source-pick, auth-source-user-or-password)
5825 (auth-source-user-or-password-imap)
5826 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5827 (auth-source-user-or-password-sftp)
5828 (auth-source-user-or-password-smtp): Remove server parameter.
5829
5830 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * smime.el (smime-sign-region, smime-encrypt-region)
5833 (smime-decrypt-region):
5834 Remove redundant calls to `generate-new-buffer-name'.
5835
5836 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
5837
5838 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5839 Don't use QP for message/rfc822.
5840 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5841
5842 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * sieve-manage.el (sieve-string-bytes): Remove.
5845 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5846 correct byte-length only if the process's coding-system is the same as
5847 the one used internally by Emacs to represent strings.
5848
5849 2008-04-22 Juri Linkov <juri@jurta.org>
5850
5851 * mailcap.el (mailcap-file-default-commands): New function.
5852
5853 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5854
5855 * message.el (message-signature-separator, message-cite-function):
5856 Change custom version.
5857
5858 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5859
5860 * mm-decode.el (mm-display-external): Make temp file read-only.
5861
5862 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5863
5864 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5865 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
5866 `C-c C-f d'.
5867
5868 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5869
5870 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5871
5872 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
5873
5874 * auth-source.el: Add docs.
5875 (auth-sources): Modify format to support server.
5876 (auth-source-pick, auth-source-user-or-password)
5877 (auth-source-user-or-password-imap)
5878 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5879 (auth-source-user-or-password-sftp)
5880 (auth-source-user-or-password-smtp): Add server parameter.
5881
5882 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
5883
5884 * gnus-registry.el: Initialize the registry when gnus-registry-install
5885 is t.
5886
5887 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
5888
5889 * compface.el (uncompface): Make buffer unibyte.
5890
5891 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * mail-source.el (mail-source-value):
5894 Prefer fboundp to functionp so it works with macros as well.
5895
5896 2008-04-05 Glenn Morris <rgm@gnu.org>
5897
5898 * gnus-ems.el (mm-disable-multibyte): Autoload it.
5899
5900 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5903 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5904
5905 * nnheader.el (nnheader-init-server-buffer): Change buffer's
5906 multibyteness after rather than before erasing it.
5907
5908 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5909 mm-with-multibyte.
5910 (gnus-request-article-this-buffer): Make sure the proper decoding is
5911 used if gnus-original-article-buffer happens to be unibyte.
5912
5913 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5914 default-enable-multibyte-characters.
5915
5916 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5917 default-enable-multibyte-characters.
5918
5919 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5920
5921 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5922
5923 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5926 Fix last change in case the element is not even a symbol.
5927
5928 2008-04-02 Simon Josefsson <simon@josefsson.org>
5929
5930 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5931 imap-enable-exchange-bug-workaround.
5932 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5933
5934 2008-04-01 Simon Josefsson <simon@josefsson.org>
5935
5936 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5937 a 100 byte status-checks into a 2-3MB transfer for each group.
5938 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5939 to enable bug workaround or not.
5940 (nnimap-find-minmax-uid): Only enable workaround conditionally.
5941
5942 2008-03-31 Glenn Morris <rgm@gnu.org>
5943
5944 * message.el (mml2015-use): Declare for compiler.
5945 (message-info): Require mml2015 when appropriate.
5946
5947 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5950 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5951 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5952 (nntp-service-to-port): New function.
5953 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5954 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5955 (nntp-open-netcat-stream): New function.
5956 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5957
5958 2008-03-29 Sven Joachim <svenjoac@gmx.de>
5959
5960 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5961
5962 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5965
5966 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
5967
5968 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5969
5970 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5971
5972 * message.el (message-signature-separator): Change default.
5973 Improve custom type.
5974 (message-cite-function): Change default to
5975 message-cite-original-without-signature.
5976
5977 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5978 toggle.
5979
5980 * message.el (message-check-news-body-syntax): Fix signature check.
5981 (message-setup-1): Mark buffer as unmodified _after_ running
5982 message-setup-hook and handling message-alternative-emails.
5983 (message-shorten-references): Be more strict when building list of
5984 valid references to comply with GNKSA.
5985
5986 * gnus-group.el (gnus-read-ephemeral-bug-group)
5987 (gnus-read-ephemeral-debian-bug-group)
5988 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5989
5990 * message.el (message-info): Don't use booleanp which isn't supported
5991 in Emacs 21 and XEmacs.
5992
5993 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5994
5995 * gnus-group.el (gnus-gmane-group-download-format): Rename from
5996 gnus-group-gmane-group-download-format.
5997 (gnus-group-read-ephemeral-gmane-group): Rename from
5998 gnus-group-read-ephemeral-gmane-group.
5999 (gnus-read-ephemeral-gmane-group-url): Rename from
6000 gnus-group-read-ephemeral-gmane-group-url.
6001 (gnus-bug-group-download-format-alist): New variable.
6002 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6003 (gnus-read-ephemeral-emacs-bug-group): New commands.
6004
6005 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6006
6007 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6008 (gnus-visible-headers): Improve custom type.
6009
6010 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6011
6012 * mml.el (mml-menu): Add workarounds for XEmacs.
6013
6014 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6015 X-Boundary header.
6016
6017 * message.el (message-simplify-recipients): Fix previous commit.
6018
6019 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * mm-util.el (mm-set-buffer-multibyte): New function.
6022 * mm-decode.el (mm-copy-to-buffer): Use it.
6023
6024 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6025 Prefer fboundp to functionp so it works with macros as well.
6026
6027 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * message.el (message-alter-recipients-discard-bogus-full-name):
6030 New function.
6031 (message-alter-recipients-function): New variable.
6032 (message-get-reply-headers): Use it.
6033 (message-replace-header): New helper function.
6034 (message-recipients-without-full-name): New variable.
6035 (message-simplify-recipients): New command.
6036
6037 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6038
6039 * message.el (message-info): Handle EasyPG manual.
6040
6041 * mml.el (mml-menu): Add entry for EasyPG.
6042
6043 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6044
6045 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6046 parameter.
6047
6048 * message.el (message-disassociate-draft): Specify drafts group name
6049 fully.
6050
6051 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6052
6053 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6054 Eliminate unnecessary duplicates from the match list.
6055
6056 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6057
6058 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6059 args of `how-many' of which the XEmacs version doesn't take; declare
6060 Info-index-next as function.
6061
6062 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6063
6064 * gnus-score.el (gnus-score-headers): Fix handling of
6065 gnus-inhibit-slow-scoring.
6066
6067 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6068 string.
6069 (gnus-button-url-regexp): Improve handling of parenthesis.
6070 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6071 (gnus-button-handle-info-keystrokes): Handle index entries.
6072
6073 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6076 Incoming* files.
6077
6078 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6079
6080 * auth-source.el (auth-sources): Rename from auth-source-choices.
6081 (auth-source-pick): Use it.
6082
6083 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6084
6085 * auth-source.el (auth-source-protocols)
6086 (auth-source-protocols-customize, auth-source-choices): Add and
6087 modified variable customizations and defaults.
6088 (auth-source-pick, auth-source-user-or-password)
6089 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6090 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6091 (auth-source-user-or-password-sftp)
6092 (auth-source-user-or-password-smtp): Use new variables and provide an
6093 interface to netrc.el.
6094
6095 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6096
6097 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6098 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6099 Make sure the nntp port to specify is a string.
6100
6101 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * nntp.el: Use with-current-buffer.
6104 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6105 dubious mm-with-unibyte-current-buffer.
6106 (nntp-with-open-group-function): New function extracted from
6107 nntp-with-open-group macro.
6108 (nntp-with-open-group): Use the function, so it's easier to debug.
6109 Add indentation and debugging info.
6110 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6111 Recommend the use of the netcat alternatives.
6112
6113 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6114 Avoid mm-string-as-multibyte as well.
6115
6116 * nnweb.el (nnweb-insert-html):
6117 Remove use of nnheader-string-as-multibyte.
6118
6119 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6120 (nnheader-string-as-multibyte): Remove.
6121
6122 * mm-view.el: Use inhibit-read-only.
6123 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6124 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6125 or unibyte-string.
6126
6127 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6128 (mm-uu-yenc-extract): Use with-current-buffer.
6129
6130 * gnus-soup.el (gnus-soup-send-packet): Don't use
6131 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6132
6133 * nnmh.el: Use with-current-buffer.
6134 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6135 mm-string-as-multibyte on the output of mm-encode-coding-string.
6136
6137 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6138 (nnimap-request-move-article): Use with-current-buffer.
6139
6140 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6141 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6142 conversion uses string-make-unibyte rather than string-as-unibyte.
6143
6144 * gnus-msg.el: Use with-current-buffer.
6145
6146 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6147
6148 2008-03-10 Daiki Ueno <ueno@unixuser.org>
6149
6150 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6151 string for caching if it is 'PIN.
6152
6153 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6154
6155 * mail-source.el (mail-source-delete-old-incoming-confirm):
6156 Change default to nil.
6157 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6158
6159 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6160
6161 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6162 (gnus-article-goto-prev-page): Work for articles having ^L's.
6163
6164 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6165
6166 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6167
6168 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6169
6170 * gnus-bookmark.el: Adjust for renames in bookmark.el.
6171 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6172 (gnus-bookmark-jump): Adjust some variable names.
6173
6174 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
6175
6176 * auth-source.el: New package.
6177 (auth-source-choices): Add customization entry point variable.
6178
6179 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6180 bug.
6181
6182 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6183
6184 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6185 (gnus-registry-initialize, gnus-registry-install-p): Use it.
6186 (gnus-registry-install-shortcuts): Rename from
6187 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6188 the `gnus-registry-mark-map' keymap dynamically from
6189 `gnus-registry-marks'. The generated functions update the summary line
6190 when a registry mark is added or deleted, and will call
6191 `gnus-registry-install-p' (see the comments in the code).
6192 (gnus-registry-user-format-function-M): Use concat intelligently.
6193
6194 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6195 the registry mark functions.
6196
6197 2008-03-05 Glenn Morris <rgm@gnu.org>
6198
6199 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6200 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6201 gnus-art.
6202 (top-level): No need to load own source when compiling.
6203
6204 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6205
6206 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6207 Suggested by <chris.anderton@zetnet.co.uk>.
6208
6209 2008-03-04 Glenn Morris <rgm@gnu.org>
6210
6211 * gnus-sum.el (top-level): No need to require gnus when compiling,
6212 since unconditionally required near start of file.
6213 (gnus-summary-display-while-building): Move definition before use.
6214
6215 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6216
6217 * gnus-registry.el (gnus-registry-user-format-function-M):
6218 Add formatting function.
6219
6220 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6221
6222 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6223 with plists.
6224 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6225 Use new format.
6226
6227 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6230 `where-is-internal' that returns a range of key sequences.
6231
6232 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6235
6236 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6237 (gnus-summary-jump-to-group): Consider windows on other displayed
6238 frames as well. Similar changes might be needed elsewhere, but that's
6239 the one I've bumped into during my use.
6240
6241 * nndoc.el (nndoc-oe-dbx-type-p):
6242 * gnus-msg.el (gnus-debug):
6243 * gnus-group.el (gnus-update-group-mark-positions):
6244 Use mm-string-to-multibyte.
6245
6246 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6247
6248 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6249 doesn't handle NotDashEscaped.
6250
6251 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
6252 (mml-dnd-attach-options): Fix typo in custom choice.
6253
6254 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6255 Change nndoc-article-type to mbox.
6256 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6257
6258 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
6259 to nil, instead of html2text.
6260
6261 * imap.el (imap-debug): Add `imap-ping-server'.
6262
6263 * gnus-bookmark.el: Add FIXMEs.
6264
6265 * message.el (message-form-letter-separator)
6266 (message-send-form-letter-delay): New variables.
6267 (message-send-form-letter): Use them. New command to send form
6268 letters. Requested by Uwe Siart.
6269 (message-send-mail-function): Doc fix. Add "Other" custom option.
6270
6271 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
6272
6273 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6274 empty author.
6275
6276 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
6277
6278 * gnus-registry.el (gnus-registry-marks): Add variable for
6279 customization of marks and their appearance.
6280 (gnus-registry-read-mark): Use it.
6281 (gnus-registry-do-marks): Add utility function to loop through
6282 `gnus-registry-marks'.
6283 (gnus-registry-install-shortcuts-and-menus): Add function to install
6284 shortcuts and menus.
6285 (gnus-registry-initialize): Use it.
6286 (gnus-registry-default-mark): Clarify documentation.
6287
6288 2008-02-29 Glenn Morris <rgm@gnu.org>
6289
6290 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6291 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6292 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6293 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6294 Change defcustom :version from 23.0 to 23.1.
6295
6296 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
6297
6298 * gnus-registry.el (gnus-registry-follow-group-p)
6299 (gnus-registry-post-process-groups): Add functions to aid registry
6300 splitting and improve logging. Clarify behavior in function
6301 documentation.
6302 (gnus-registry-split-fancy-with-parent): Use them.
6303
6304 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * gnus-art.el: Use with-current-buffer.
6307
6308 2008-02-27 David Engster <dengste@eml.cc>
6309
6310 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6311 Express real group name in the response.
6312
6313 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6314
6315 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6316 (nnmairix-last-server, nnmairix-current-server): Defvar them.
6317 (nnmairix-goto-original-article): Defvar gnus-registry-install and
6318 autoload gnus-registry-fetch-group when compiling.
6319 (nnmairix-request-group-with-article-number-correction):
6320 Remove unreferenced argument passed to nnmairix-call-backend.
6321
6322 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6323
6324 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6325 (mm-uu-extract): Improve face for low color ttys.
6326 Reported by Sascha Wilde.
6327
6328 2008-02-27 Glenn Morris <rgm@gnu.org>
6329
6330 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6331 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6332 variables to defconsts. Convert comments to doc-strings.
6333 (nnmairix-last-server, nnmairix-current-server): Convert from free
6334 variables to defvars. Convert comments to doc-strings.
6335 (gnus-registry-fetch-group): Autoload.
6336 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6337 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6338 (nnmairix-widget-build-editable-fields): Use car cddr rather than
6339 caddr.
6340 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6341 nnmairix-request-group-with-article-number-correction call.
6342 (nnmairix-fast, nnmairix-group): New, less general names, for free
6343 variables passed from nnmairix-request-group to
6344 nnmairix-request-group-with-article-number-correction. Declare.
6345 (nnmairix-request-group-with-article-number-correction):
6346 Use nnmairix-fast, nnmairix-group rather than fast, group.
6347
6348 2008-02-26 David Engster <dengste@eml.cc>
6349
6350 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
6351 version 0.5.
6352
6353 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
6354
6355 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6356 instead of making an extra function call. Don't add the current group
6357 to articles only when they have the group. Use
6358 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6359 Reported by David <de_bb@arcor.de>.
6360
6361 2008-02-24 Miles Bader <miles@gnu.org>
6362
6363 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6364 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6365 (mm-find-mime-charset-region):
6366 * mm-bodies.el (mm-encode-body):
6367 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6368
6369 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
6370
6371 * mail-source.el (mail-source-delete-incoming): Change default.
6372 Supplement doc string.
6373
6374 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6375
6376 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6377
6378 * nnmail.el (nnmail-message-id-cache-file): Derive from
6379 `gnus-home-directory'.
6380
6381 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
6382
6383 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6384 Document negative prefix.
6385
6386 * gnus-group.el (gnus-group-read-group): Document negative prefix.
6387
6388 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6389
6390 * message.el (message-unsent-separator): Add the Exim bounce
6391 separator.
6392
6393 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6394
6395 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6396 list.
6397 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6398 recipient/signer list.
6399
6400 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6401
6402 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6403 fbound (Emacs 23 unicode), signal an error.
6404
6405 2008-02-08 Glenn Morris <rgm@gnu.org>
6406
6407 * gnus-art.el (pgg-display-output-buffer): Declare as function.
6408
6409 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
6410
6411 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6412 ports to the calls to `netrc-machine-user-or-password' in addition to
6413 "imap" and "imaps".
6414
6415 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
6416
6417 * gnus.el (gnus-group-startup-message): Add `find-image' call before
6418 image-load-path is let-bound. Reported by Harald Hanche-Olsen
6419 <hanche@math.ntnu.no>.
6420
6421 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
6422
6423 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6424
6425 2008-02-01 Zhang Wei <id.brep@gmail.com>
6426
6427 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6428
6429 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6430
6431 2008-02-01 Miles Bader <miles@gnu.org>
6432
6433 * mml.el (mml-parse-1): Remove apparently vestigial use of
6434 `mm-hack-charsets'.
6435 * mm-bodies.el (mm-encode-body): Likewise.
6436
6437 2008-02-01 Kenichi Handa <handa@m17n.org>
6438
6439 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6440 rfc2104-hexstring-to-bitstring and changed to return a byte list.
6441 (rfc2104-hash): Convert the result of concat to unibyte string.
6442
6443 2008-02-01 Dave Love <fx@gnu.org>
6444
6445 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6446 coding-system-for-read.
6447 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6448
6449 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6450 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6451 (mm-find-mime-charset-region): Remove hack-charsets stuff.
6452
6453 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
6454
6455 * mail-source.el (mail-sources): Add `group' choice.
6456
6457 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6458 parameter `in-group' to control into which group the articles go.
6459 Add treatment of `group' mail-source.
6460
6461 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6462
6463 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6464 * message.el (message-beginning-of-line): Use featurep instead of bound
6465 tests in order to resolve conditionals at compile time.
6466
6467 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6468
6469 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6470
6471 * mm-decode.el (mm-dissect-buffer): Decode description.
6472
6473 * mml.el (mml-to-mime): Encode message header first.
6474
6475 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6476
6477 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6478 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6479
6480 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
6481
6482 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6483
6484 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6487 prefix keys.
6488 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6489 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6490 gnus-xmas.el.
6491
6492 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6493
6494 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6495 Add new variables for article mark management.
6496 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6497 list of extra data entries which, when present, will indicate that the
6498 article ID should not be trimmed from the registry.
6499 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6500 functions.
6501 (gnus-registry-read-mark): New function to read a mark name from the
6502 user.
6503 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6504 (gnus-registry-set-article-mark-internal): New functions to add and
6505 remove marks.
6506 (gnus-registry-get-article-marks): New function to show the marks for
6507 an article, or retrieve them for further use.
6508
6509 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6510
6511 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6512 keys when no argument is given.
6513
6514 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6515
6516 * gnus-sum.el (gnus-article-sort-by-random)
6517 (gnus-thread-sort-by-random): Fix doc strings.
6518 Reported by jidanni@jidanni.org.
6519
6520 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
6521
6522 * gnus-art.el (gnus-article-describe-bindings): New function.
6523 (gnus-article-read-summary-keys): Use it.
6524 (gnus-article-mode-map): Bind `C-h b' to it.
6525
6526 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6527
6528 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6529 XEmacs.
6530 (gnus-article-describe-key, gnus-article-describe-key-briefly):
6531 Protect against non-character events.
6532
6533 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6534
6535 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6536 New command.
6537 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6538 instead of END. Change name of the temp file.
6539 (gnus-group-gmane-group-download-format): Add doc string. Make it
6540 customizable.
6541
6542 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6543
6544 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6545 bind `S W' to gnus-article-wide-reply-with-original; set default
6546 binding to gnus-article-read-summary-send-keys.
6547 (gnus-article-read-summary-keys): Fix the order of keys; display
6548 continuation keys correctly in the echo area; describe bindings
6549 correctly when keys end with `C-h'.
6550 (gnus-article-read-summary-send-keys): New function.
6551 (gnus-article-describe-key, gnus-article-describe-key-briefly):
6552 Work for gnus-article-read-summary-send-keys; display continuation keys
6553 correctly in the echo area.
6554 (gnus-article-reply-with-original): Ignore prefix argument.
6555 (gnus-article-wide-reply-with-original): New function.
6556
6557 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
6558
6559 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6560 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6561
6562 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
6563
6564 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6565 (gnus-group-read-ephemeral-gmane-group): New command.
6566
6567 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6568
6569 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6570
6571 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
6572
6573 * message.el (message-send-mail-function): Increase custom version.
6574
6575 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6576 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
6577
6578 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6579
6580 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6581 html parts correctly; support forwarded messages.
6582 (gnus-article-browse-html-article): Remove work buffers.
6583
6584 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6585 compiling.
6586 (netrc-bound-and-true-p): New macro.
6587 (netrc-parse): Use it instead of bound-and-true-p that is not available
6588 in XEmacs 21.4.
6589
6590 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
6591
6592 * gnus-registry.el (gnus-registry-mark-article)
6593 (gnus-registry-article-marks): Add functionality to mark articles
6594 through the Gnus registry.
6595
6596 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6597 (netrc-parse): Use encrypt-file-alist to determine if
6598 encrypt-find-model or encrypt-insert-file-contents should be used.
6599
6600 2007-12-19 Glenn Morris <rgm@gnu.org>
6601
6602 * mml.el (message-options-set, message-narrow-to-head)
6603 (message-in-body-p, message-mail-p, message-encode-message-body):
6604 Autoload.
6605 (message-remove-header, message-narrow-to-headers-or-head)
6606 (message-subscribed-p, message-make-mail-followup-to)
6607 (message-position-on-field, message-news-p)
6608 (message-options-set-recipient, message-generate-headers)
6609 (message-sort-headers): Declare as functions.
6610
6611 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6612
6613 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6614 convention in doc string.
6615
6616 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6617
6618 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6619 title to html parts.
6620 (gnus-article-browse-html-article): Pass message header to it.
6621
6622 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6623
6624 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
6625
6626 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6627 or password compatible with XEmacs.
6628
6629 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6630
6631 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6632 format document.
6633 (gnus-mime-delete-part): Don't write description line if empty.
6634 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6635
6636 2007-12-14 Johan Bockgård <bojohan@gnu.org>
6637
6638 * gnus-sum.el (gnus-summary-mark-unread-as-read)
6639 (gnus-summary-mark-read-and-unread-as-read)
6640 (gnus-summary-mark-current-read-and-unread-as-read)
6641 (gnus-summary-mark-unread-as-ticked): Doc fix.
6642 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6643
6644 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6645
6646 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
6647 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6648
6649 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6650
6651 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6652 yes-or-no-p.
6653
6654 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
6655
6656 * mm-decode.el (mm-add-meta-html-tag): New function.
6657 (mm-save-part-to-file, mm-pipe-part): Use it.
6658
6659 * gnus-art.el (gnus-article-browse-delete-temp-files):
6660 Use gnus-y-or-n-p instead of y-or-n-p.
6661 (gnus-article-browse-html-parts): Work with message/external-body; use
6662 mm-add-meta-html-tag.
6663
6664 2007-12-11 Glenn Morris <rgm@gnu.org>
6665
6666 * gnus-cache.el: Require gnus-sum not just when compiling.
6667
6668 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6669
6670 * gnus-int.el (gnus-server-opened, gnus-status-message):
6671 Move definitions before use.
6672
6673 * mm-decode.el: Require gnus-util.
6674 (mm-remove-part): Only call delete-annotation on XEmacs.
6675
6676 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6677
6678 * nnmail.el: Require gnus-int.
6679
6680 * spam.el: Move `require's before `eval-when-compile's.
6681
6682 * gnus-ems.el (gnus-alive-p):
6683 * gnus-fun.el (message-goto-eoh):
6684 * gnus-util.el (gnus-group-name-decode):
6685 * mail-source.el (gnus-compress-sequence):
6686 * message.el (Info-goto-node, format-spec):
6687 * mm-bodies.el (message-options-get):
6688 * mm-decode.el (mm-view-pkcs7):
6689 * mm-util.el (gmm-write-region):
6690 * mml-smime.el (mml-compute-boundary)
6691 (gnus-completing-read-with-default):
6692 * mml.el (widget-button-press, gnus-make-hashtable):
6693 * mml1991.el (mm-decode-content-transfer-encoding)
6694 (mm-encode-content-transfer-encoding)
6695 (message-options-get, message-options-set):
6696 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6697 * nnfolder.el (gnus-request-group):
6698 * nnheader.el (ietf-drums-unfold-fws):
6699 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6700 * smime.el (gnus-run-mode-hooks):
6701 * spam-stat.el (gnus-message): Autoload.
6702
6703 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6704 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6705 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6706 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6707 Add declare-function compatibility definition.
6708
6709 * gnus-cache.el (nnvirtual-find-group-art):
6710 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6711 (gnus-add-image, gnus-add-wash-type):
6712 * gnus-group.el (nnkiboze-score-file):
6713 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6714 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6715 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6716 (message-tokenize-header, gnus-get-buffer-create)
6717 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6718 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6719 * gnus.el (gnus-group-decoded-name):
6720 * mail-source.el (imap-capability):
6721 * mm-bodies.el (message-options-set):
6722 * mm-decode.el (gnus-configure-windows):
6723 * mm-extern.el (message-goto-body):
6724 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6725 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6726 (epg-sub-key-validity, message-options-set):
6727 * mml.el (widget-event-point, gnus-configure-windows):
6728 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6729 * mml2015.el (epg-check-configuration, epg-configuration)
6730 (message-options-set):
6731 * nndb.el (nndb-request-article):
6732 * nnfolder.el (gnus-request-create-group):
6733 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6734 * nnmaildir.el (gnus-group-mark-article-read):
6735 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6736 * rfc1843.el (message-fetch-field):
6737 * spam.el (gnus-extract-address-components):
6738 Declare as functions.
6739
6740 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6741
6742 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6743
6744 2007-12-09 Glenn Morris <rgm@gnu.org>
6745
6746 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6747
6748 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6749 * message.el, mm-view.el, sieve-manage.el, smime.el:
6750 Add declare-function compatibility definition.
6751
6752 * gnus-art.el (w3-region, w3m-region, Info-menu):
6753 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6754 * gnus-sum.el (gnus-get-predicate):
6755 * gnus-util.el (mm-append-to-file, w32-focus-frame):
6756 * message.el (mail-abbrev-in-expansion-header-p):
6757 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6758 (w3m-detect-meta-charset, w3m-region):
6759 * sieve-manage.el (password-read, password-cache-add)
6760 (password-cache-remove):
6761 * smime.el (password-read-and-add): Declare as functions.
6762
6763 2007-12-08 David Kastrup <dak@gnu.org>
6764
6765 * gnus-sum.el (gnus-summary-simplify-subject-query):
6766 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6767 `message'.
6768
6769 2007-12-07 Glenn Morris <rgm@gnu.org>
6770
6771 * gnus-art.el (article-make-date-line): Revert previous change.
6772
6773 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6774
6775 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6776
6777 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
6778
6779 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
6780 Call gnus-add-to-range ranges only once with a prepared article-list.
6781
6782 2007-12-06 Paul Jarc <prj@po.cwru.edu>
6783
6784 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6785 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6786 group names with backslashes.
6787 Reported by Tassilo Horn <tassilo@member.fsf.org>.
6788
6789 2007-12-06 Deepak Goel <deego3@gmail.com>
6790
6791 * gnus-art.el (article-make-date-line):
6792 * gnus-start.el (gnus-load):
6793 * pop3.el (pop3-read-response): Fix buggy call to `error'.
6794
6795 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus-art.el (gnus-use-idna)
6798 * gnus-start.el (gnus-site-init-file)
6799 * message.el (message-use-idna)
6800 * mm-uu.el (mm-uu-hide-markers)
6801 * smiley.el (smiley-style): Revert changes that suppress warnings.
6802
6803 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6804
6805 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6806 specify charset to html source.
6807 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6808
6809 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6810
6811 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6812 idna-program in order to suppress byte compile warning issued by XEmacs
6813 that came to byte compile the default value section of defcustom forms
6814 recently.
6815
6816 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6817 value of installation-directory.
6818
6819 * message.el (message-use-idna): Don't directly refer to the value of
6820 idna-program.
6821
6822 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6823
6824 * smiley.el (smiley-style): Don't directly call face-attribute.
6825
6826 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
6827
6828 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6829
6830 * gnus-dired.el: Reduce Gnus dependencies.
6831 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
6832 Don't require. Use autoloads instead.
6833 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6834 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6835 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6836 (gnus-dired-mode): Adjust doc string.
6837 (gnus-dired-mail-mode): New variable.
6838 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6839 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6840 (gnus-dired-mail-buffers): New function. Return mail or message
6841 composition buffers.
6842 (gnus-dired-attach): Use it.
6843 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6844 NO-DECODE.
6845 (gnus-dired-print): Use `gnus-print-buffer' depending on
6846 `gnus-dired-mail-mode'.
6847
6848 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6849
6850 * rfc2047.el (rfc2047-encoded-word-regexp)
6851 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6852 explaining what regexp patterns are for.
6853
6854 2007-12-04 Glenn Morris <rgm@gnu.org>
6855
6856 * password.el: Move to ../password-cache.el.
6857
6858 * mml1991.el (password-read, password-cache-add, password-cache-remove):
6859 * mml2015.el (password-read, password-cache-add, password-cache-remove):
6860 * mml-smime.el (password-read, password-cache-add)
6861 (password-cache-remove):
6862 No need to autoload, since mml-sec requires password.
6863
6864 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6865 * message.el (gnus-extract-address-components):
6866 * mml-smime.el (gnus-extract-address-components): Define for compiler.
6867
6868 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6869 password.
6870
6871 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
6872
6873 * mailcap.el: Reduce dependencies.
6874 (mail-header-parse-content-type): Autoload.
6875 (mailcap-delete-duplicates): New alias.
6876 (mailcap-mime-info): Add optional argument NO-DECODE.
6877 (mailcap-mime-types): Use mailcap-delete-duplicates.
6878
6879 * message.el (message-ignored-supersedes-headers): Add "X-ID".
6880
6881 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6882
6883 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6884 function.
6885
6886 * gnus-uu.el (gnus-uu-decode-yenc): New command.
6887 (gnus-uu-yenc-article): New function.
6888
6889 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6890
6891 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
6892
6893 2007-12-02 Glenn Morris <rgm@gnu.org>
6894
6895 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6896 Move to ../net.
6897
6898 * binhex.el, uudecode.el: Move to ../mail.
6899
6900 * encrypt.el: Remove file.
6901
6902 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
6903
6904 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6905 matches on patches.
6906
6907 * gnus-art.el (gnus-article-browse-html-article):
6908 Mention `mm-text-html-renderer' in the doc string.
6909
6910 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6911 string. Add comments.
6912
6913 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6914 if rhs is ASCII.
6915
6916 2007-12-01 Glenn Morris <rgm@gnu.org>
6917
6918 * dig.el, dns.el: Move to ../net.
6919 * format-spec.el, hex-util.el, sha1.el: Move to ../.
6920
6921 * mail-source.el (top-level): Require format-spec before
6922 eval-when-compile.
6923
6924 2007-11-30 Glenn Morris <rgm@gnu.org>
6925
6926 * encrypt.el: Require password, rather than autoloading password-read.
6927
6928 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
6929
6930 * gnus.el (gnus-method-to-server): Add an optional parameter so the
6931 caller can indicate whether the cache should be disregarded for this
6932 call. This way the result of the call is reproducible at all times and
6933 can be considered a canonical server name for the supplied method.
6934 (gnus-agent-method-p): Canonicalize server names by pushing their
6935 method through `gnus-method-to-server' using the no-cache argument.
6936
6937 * gnus-srvr.el (gnus-server-insert-server-line):
6938 Call `gnus-method-to-server' with `no-cache' argument.
6939
6940 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6941 gnus-agent-possibly-synchronize-flags as this should be called when the
6942 server is actually being opened.
6943 (gnus-agent-possibly-synchronize-flags)
6944 (gnus-agent-possibly-synchronize-flags-server): Move check for the
6945 flags file of an agentized server to the latter function.
6946
6947 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6948 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6949 after a connection has been established successfully.
6950
6951 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6952
6953 * gnus-art.el (article-display-face): Force to display face if called
6954 interactively; check if gnus-article-x-face-too-ugly matches author.
6955 (article-display-x-face): Display face even if From header is missing
6956 as article-display-face does.
6957
6958 2007-11-28 Richard Stallman <rms@gnu.org>
6959
6960 * md4.el: Move to ../.
6961 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6962
6963 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
6964
6965 * mail-source.el (mail-sources): Default to fetch from file for
6966 compatibility with default of nnmail-spool-file.
6967
6968 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6969
6970 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6971 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6972 to look for encoded word that should be encoded again.
6973 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6974 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6975 encoding pattern.
6976 (rfc2047-decode-region): Switch strict regexp and loose one according
6977 to rfc2047-allow-irregular-q-encoded-words.
6978
6979 2007-11-26 Simon Josefsson <simon@josefsson.org>
6980
6981 * imap.el: Move to ../net directory.
6982
6983 2007-11-25 Romain Francoise <romain@orebokech.com>
6984
6985 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6986
6987 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6988
6989 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6990 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6991
6992 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6993 `nnmail-spool-file'.
6994
6995 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6996 `nnmail-spool-file'.
6997
6998 * gnus-move.el (gnus-change-server): Ditto.
6999
7000 * gnus-kill.el (gnus-batch-score): Ditto.
7001
7002 * gnus-cache.el (gnus-jog-cache): Ditto.
7003
7004 * gnus-msg.el (gnus-summary-reply):
7005 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7006
7007 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7008
7009 * gnus-cache.el (gnus-cache-generate-nov-databases):
7010 Use nnml-generate-nov-databases-directory instead of
7011 nnml-generate-nov-databases-1.
7012
7013 2007-11-24 Glenn Morris <rgm@gnu.org>
7014
7015 * message.el (message-tool-bar-retro): Update for rename
7016 mail_send.xpm->mail-send.xpm.
7017
7018 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7019
7020 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7021 `smime-ldap-search' for Emacs 22 and up.
7022
7023 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7024
7025 * hashcash.el: Move to ../mail directory.
7026
7027 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7028
7029 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7030 `smime-ldap-search' for Emacs 22 and up.
7031
7032 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7035
7036 * message.el (message-send-mail-function): Fix error convention.
7037 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7038 (message-widen-reply, message-send-mail, message-talkative-question)
7039 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7040 (message-clone-locals, message-send-news): Use with-current-buffer.
7041 (message-insert-or-toggle-importance): Remove unused var `valid'.
7042 (message-make-references): Remove unused var `new-references'.
7043 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7044
7045 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7048 (spam-split-symbolic-return-positive): Reflow docstring.
7049 (spam-backends, spam-summary-exit-behavior)
7050 (spam-mark-ham-unread-before-move-from-spam-group)
7051 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7052 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7053 (spam-clear-cache, spam-backend-check, spam-install-backend)
7054 (spam-install-statistical-backend, spam-list-of-processors)
7055 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7056 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7057 (spam-check-crm114, spam-initialize, spam-unload-hook):
7058 Fix typos in docstrings.
7059
7060 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7063 been checked if they have never been read and those group levels are
7064 higher than the one that a user specified.
7065
7066 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7067
7068 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7069 foreign groups unless a group level is specified by a user.
7070 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7071
7072 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7073
7074 * message.el (message-send-mail-function): Require sendmail.
7075
7076 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7077
7078 * message.el (message-send-mail-function): Check for smtpmail too.
7079
7080 * utf7.el (utf7-encode, utf7-decode): Use coding system
7081 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7082
7083 * message.el (message-send-mail-function): New function.
7084 (message-send-mail-function): Set default using
7085 message-send-mail-function. Adjust doc string.
7086 (message-send-mail-with-mailclient): New function.
7087
7088 2007-11-17 Richard Stallman <rms@gnu.org>
7089
7090 * assistant.el: Remove file.
7091
7092 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7093
7094 * smime.el (from):
7095 * rfc2047.el (message-posting-charset):
7096 * qp.el (mm-use-ultra-safe-encoding):
7097 * pop3.el (parse-time-months):
7098 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7099 * nnml.el (files):
7100 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7101 (jka-compr-compression-info-list, ange-ftp-path-format)
7102 (efs-path-regexp):
7103 * nndiary.el (files):
7104 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7105 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7106 (epg-digest-algorithm-alist, inhibit-redisplay)
7107 (password-cache-expiry):
7108 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7109 (pgg-output-buffer, password-cache-expiry):
7110 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7111 (efs-path-regexp):
7112 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7113 (inhibit-redisplay):
7114 * mm-uu.el (file-name, start-point, end-point, entry)
7115 (gnus-newsgroup-name, gnus-newsgroup-charset):
7116 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7117 (latin-unity-ucs-list):
7118 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7119 (mm-uu-binhex-decode-function):
7120 * message.el (gnus-message-group-art, gnus-list-identifiers)
7121 (rmail-enable-mime-composing, gnus-local-organization)
7122 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7123 (gnus-read-active-file, facemenu-add-face-function)
7124 (facemenu-remove-face-function, gnus-article-decoded-p)
7125 (tool-bar-mode):
7126 * mail-source.el (display-time-mail-function):
7127 * gnus-util.el (nnmail-pathname-coding-system)
7128 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7129 (gnus-original-article-buffer, gnus-user-agent)
7130 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7131 (xemacs-codename, sxemacs-codename, emacs-program-version):
7132 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7133 * gnus-start.el (gnus-agent-covered-methods)
7134 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7135 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7136 (gnus-newsgroup-headers, gnus-group-list-mode)
7137 (gnus-group-mark-positions, gnus-newsgroup-data)
7138 (gnus-newsgroup-unreads, nnoo-state-alist)
7139 (gnus-current-select-method, mail-sources)
7140 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7141 (nnmail-spool-file, gnus-cache-active-hashtb):
7142 * gnus-mh.el (mh-lib-progs):
7143 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7144 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7145 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7146 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7147 (gnus-group-buffer):
7148 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7149 (font-lock-set-defaults):
7150 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7151 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7152 (gnus-summary-post-menu, total-parts, type, condition, length):
7153 * gnus-agent.el (gnus-agent-read-agentview):
7154 * flow-fill.el (show-trailing-whitespace):
7155 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7156 eval-and-compile wrappers for byte compiler pacifiers.
7157
7158 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7159 (mm-display-inline-fontify): Check for featurep 'xemacs not
7160 extent-list.
7161
7162 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7163 itimer-list.
7164 (mm-create-image-xemacs): Only do something for XEmacs.
7165 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7166
7167 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7168
7169 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7170 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7171
7172 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7173
7174 * nnimap.el (nnimap-split-download-body):
7175 * gnus-demon.el (gnus-demon):
7176 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7177
7178 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7179
7180 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7181 New macros.
7182 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7183 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7184 copy data from unibyte buffer to multibyte current buffer.
7185 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7186 to copy data from unibyte current buffer to multibyte buffer.
7187 (nntp-make-process-buffer): Make process buffer unibyte.
7188
7189 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7190
7191 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7192
7193 * pop3.el (pop3-open-server): Accept and process data more robustly at
7194 connexion start to avoid spurious "POP SSL connexion failed" errors.
7195
7196 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7199 read group names.
7200
7201 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7202
7203 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7204
7205 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7206
7207 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7208 (nnmail-save-active): Use a unibyte buffer when saving active file,
7209 which may contain non-ASCII group names.
7210
7211 * nnml.el (nnml-request-group): Decode group names in messages.
7212
7213 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7214
7215 * message.el (message-citation-line-function)
7216 (message-insert-formatted-citation-line): Fix spelling of
7217 `message-insert-formated-citation-line'.
7218
7219 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7220
7221 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7222
7223 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7224
7225 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7226 nnmail-pathname-coding-system.
7227
7228 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7229 that a user enters; decode group names in messages.
7230
7231 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7232
7233 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7234
7235 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7236
7237 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7238
7239 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7240 risky local variable.
7241
7242 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7243
7244 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
7245
7246 * encrypt.el: Improve documentation to fix function name typo.
7247 Reported by Daiki Ueno <ueno@unixuser.org>.
7248
7249 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7252 even if the point is not in the last page of an article.
7253 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7254 back to the previous page.
7255
7256 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
7257
7258 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7259
7260 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7261
7262 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7263
7264 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * message.el (message-check-news-body-syntax):
7267 Avoid mm-string-as-multibyte.
7268 (message-hide-headers): Don't assume (point-min)==1.
7269
7270 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7271
7272 * message.el (message-remove-blank-cited-lines): Fix if remove is
7273 given.
7274 (message-bogus-address-regexp): New variable.
7275 (message-bogus-recipient-p): New function.
7276 (message-check-recipients): New command.
7277 (message-syntax-checks): Add `bogus-recipient'.
7278 (message-fix-before-sending): Add `bogus-recipient'.
7279
7280 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7281 (gnus-treat-body-boundary): Don't test window-system.
7282
7283 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
7284
7285 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7286
7287 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7288
7289 * gnus.el: Bump version to Gnus v5.13.
7290
7291 2007-10-28 Miles Bader <miles@gnu.org>
7292
7293 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7294 at compile-time too.
7295
7296 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7297
7298 * gnus-msg.el (gnus-message-setup-hook):
7299 Add `message-remove-blank-cited-lines' to options.
7300
7301 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7302
7303 * message.el (message-remove-blank-cited-lines): New function.
7304 Suggested by Karl Plästerer.
7305
7306 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7309 mapc.
7310
7311 * imap.el (imap-open): Replace mapcar called for effect with mapc.
7312 (top-level): Use mapc to set functions to be traced for debugging.
7313
7314 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7315 called for effect with while loop.
7316
7317 * message.el (message-talkative-question): Replace mapcar called for
7318 effect with mapc.
7319
7320 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7321 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7322 called for effect with dolist.
7323
7324 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7325
7326 * nndiary.el: Use dolist instead of mapcar to add diary headers to
7327 gnus-extra-headers and nnmail-extra-headers.
7328
7329 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7330 called for effect with dolist.
7331 (top-level): Use mapc to set functions to be traced for debugging.
7332
7333 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7334 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7335 dolist.
7336
7337 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7338 Replace mapcar called for effect with mapc.
7339 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7340 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7341 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7342 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7343
7344 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7345 remove-if that's a cl function.
7346
7347 * webmail.el (webmail-debug): Replace mapcar called for effect with
7348 dolist.
7349
7350 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
7351
7352 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7353 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7354 with while loop.
7355
7356 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7357 functions from article-* functions.
7358 (gnus-multi-decode-header): Replace mapcar called for effect with
7359 dolist.
7360
7361 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7362 (gnus-bookmark-show-details): Replace mapcar called for effect with
7363 while loop.
7364
7365 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7366 called for effect with while loop.
7367
7368 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7369 with dolist.
7370
7371 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7372 Replace mapcar called for effect with dolist.
7373
7374 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7375
7376 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7377 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7378 Replace mapcar called for effect with dolist.
7379 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7380 mapc.
7381
7382 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7383 Replace mapcar called for effect with dolist.
7384 (gnus-topic-list): Replace mapcar called for effect with mapc.
7385
7386 * gnus.el: Use mapc instead of mapcar to add autoloads.
7387
7388 2007-10-23 Richard Stallman <rms@gnu.org>
7389
7390 * gnus-group.el (gnus-group-highlight): Mark as risky.
7391
7392 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus.el (gnus-server-to-method): Return method found first in
7395 gnus-newsrc-alist.
7396
7397 * gnus-art.el (gnus-article-highlight-signature)
7398 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7399 button overlay without the front stickiness.
7400
7401 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
7402
7403 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7404 overview buffer needed a catch to receive its throw.
7405 (gnus-agent-flush-cache): Declare as interactive to make this function
7406 easier to use.
7407
7408 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7409
7410 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7411 `next-line'.
7412
7413 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7414
7415 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7416 exclude address matching message-dont-reply-to-names.
7417
7418 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7419
7420 * gnus-util.el (gnus-string<): New function.
7421
7422 * gnus-sum.el (gnus-article-sort-by-author)
7423 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7424
7425 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7428 the frame-focus tag is set in gnus-buffer-configuration.
7429
7430 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7431
7432 * gnus-art.el (gnus-article-add-button): Make a button overlay without
7433 the front stickiness.
7434
7435 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7436
7437 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7438 url pattern; remove duplicate one.
7439 (gnus-article-extend-url-button): New function.
7440 (gnus-article-add-buttons): Use it.
7441 (gnus-button-push): Use concatenated url that it makes.
7442
7443 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7444
7445 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7446 (sieve-manage-open): Use `mapc' instead of `mapcar'.
7447
7448 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7451 Don't hardcode point-min==1.
7452
7453 2007-09-30 David Kastrup <dak@gnu.org>
7454
7455 * gnus-art.el (gnus-article-reply-with-original)
7456 (gnus-article-followup-with-original): When `transient-mark-mode' is
7457 off, refrain from active-region behavior for followups.
7458
7459 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7460
7461 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7462 Fix comment about "iso8859-1".
7463
7464 2007-10-08 Daiki Ueno <ueno@unixuser.org>
7465
7466 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7467 ones returned from the verify-function.
7468
7469 * mm-uu.el (mm-uu-pgp-signed-extract-1):
7470 Call mml2015-extract-cleartext-signature if extraction failed.
7471
7472 2007-10-07 Daiki Ueno <ueno@unixuser.org>
7473
7474 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7475 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7476 failed.
7477
7478 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7479
7480 * Relicense "GPLv2 or later" files to "GPLv3 or later".
7481
7482 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7483
7484 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7485 to mark a thread as expirable. Add variable `hide' to handle hiding of
7486 thread for both the null and zero (kill/expire thread) universal prefix
7487 cases.
7488 (gnus-summary-expire-thread): Add new function to expire a thread,
7489 using gnus-summary-kill-thread.
7490 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7491 shortcuts for gnus-summary-expire-thread.
7492 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7493 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
7494
7495 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7496
7497 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7498 extras value, so an extras entry can be deleted.
7499 (gnus-registry-delete-extra-entry): Use it.
7500 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7501 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7502 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7503 storage through the gnus-registry, and provide an appropriate API for
7504 it.
7505
7506 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7507
7508 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7509 Suggested by Leo <sdl.web@gmail.com>.
7510
7511 * gnus.el: Do.
7512
7513 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7514
7515 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7516 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
7517
7518 * gnus-agent.el (gnus-agent-fetch-headers): Do.
7519
7520 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7521 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7522
7523 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7524
7525 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7526 newline.
7527 (nnmbox-request-accept-article): Don't change article in source buffer;
7528 narrow to header to use message-fetch-field rather than
7529 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7530 (nnmbox-request-replace-article): Quote lines that'll be misidentified
7531 as delimiters; make sure article ends with newline.
7532 (nnmbox-delete-mail): Correct last position of article to be deleted;
7533 ignore X-Gnus-Newsgroup header in article body.
7534 (nnmbox-save-mail): Quote lines looking like delimiters at the right
7535 positions; make sure article ends with newline.
7536
7537 * message.el (message-display-abbrev): Don't infloop when a user
7538 inserts SPC in the beginning of header.
7539
7540 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
7541
7542 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7543 list of groups not followed by default. Fix type to be regexp.
7544 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7545
7546 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
7547
7548 * hmac-def.el (define-hmac-function): Switch from old-style to
7549 new-style backquotes.
7550
7551 * md4.el (md4-make-step): Likewise.
7552
7553 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7554
7555 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7556 raw-text coding system when saving .newsrc file, which may contain
7557 non-ASCII group names.
7558
7559 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * gnus-cus.el (gnus-score-extra): New widget.
7562 (gnus-score-extra-convert): New function.
7563 (gnus-score-customize): Use it for Extra.
7564
7565 2007-08-31 Daiki Ueno <ueno@unixuser.org>
7566
7567 * mml2015.el (mml2015-extract-cleartext-signature): New function.
7568 (mml2015-mailcrypt-clear-verify): Use it.
7569 (mml2015-gpg-clear-verify): Use it.
7570 (mml2015-pgg-clear-verify): Use it.
7571 (mml2015-epg-clear-verify): Replace the current part with the output
7572 from GnuPG; don't extract the plaintext by itself.
7573
7574 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7575 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7576 mml2015-clear-verify-function; don't touch the armor headers or
7577 dash-escaped text here.
7578
7579 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7582 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7583 parts, or application/octet-stream as a last resort.
7584 (gnus-mime-view-part-as-type): Don't toggle display.
7585 (gnus-mime-view-part-as-charset): Don't turn off display before
7586 querying charset.
7587
7588 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7589 stuff to undisplayer function in Emacs.
7590 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7591
7592 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7593 text/calendar parts.
7594
7595 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
7596
7597 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7598 decoding text/calendar parts.
7599
7600 * message.el (message-forward-make-body-mime): Always mark body as
7601 having no illegible text; remove signed-or-encrypted argument.
7602 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7603
7604 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7605 (mml-generate-mime-1): Don't encode body if it is specified to be in
7606 raw form; don't make buffer be unibyte when inserting multibyte string.
7607
7608 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * sha1.el: Fix up comment style.
7611 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7612 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7613
7614 * hex-util.el: Fix up comment style.
7615 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7616
7617 * gnus-salt.el: Use with-current-buffer.
7618 (gnus-pick-setup-message): Fix long-standing typo.
7619
7620 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
7621
7622 * imap.el (imap-logout-timeout): New variable.
7623 (imap-logout, imap-logout-wait): New functions.
7624 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7625
7626 * nnimap.el (nnimap-logout-timeout): New server variable.
7627 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7628 nnimap-logout-timeout.
7629
7630 * gnus-art.el (gnus-article-summary-command-nosave)
7631 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7632
7633 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * gnus.el (gnus-maximum-newsgroup): New variable.
7636
7637 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7638 according to gnus-maximum-newsgroup.
7639
7640 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7641 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7642 Limit the range of articles according to gnus-maximum-newsgroup.
7643
7644 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
7645
7646 * gnus-art.el (gnus-sticky-article): Fix problems described in
7647 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
7648 Don't perform gnus-configure-windows here; reuse existing sticky
7649 article buffer.
7650
7651 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7652 it doesn't exist in gnus-article-mode.
7653
7654 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7657 (gnus-agent-decoded-group-name): New function.
7658 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7659 (gnus-agent-expire-group-1): Use it; decode group name in messages.
7660
7661 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
7662
7663 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7664 Add binding for gnus-sticky-article.
7665 (gnus-summary-exit): Don't kill sticky article buffers.
7666
7667 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7668 article buffer.
7669 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7670 (gnus-kill-sticky-article-buffers): New commands.
7671
7672 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * nntp.el (nntp-xref-number-is-evil): New server variable.
7675 (nntp-find-group-and-number): If it is non-nil, don't trust article
7676 numbers in the Xref header.
7677
7678 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * gnus-agent.el (gnus-agent-read-group): New function.
7681 (gnus-agent-flush-group, gnus-agent-expire-group)
7682 (gnus-agent-regenerate-group): Use it.
7683 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7684 nnmail-pathname-coding-system.
7685
7686 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7687
7688 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7689
7690 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7691 that are unread as unread, and also as selected so that information of
7692 marks having been changed by a user may be updated when exiting group.
7693
7694 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7695
7696 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7697
7698 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * gnus-art.el (gnus-mime-display-single): Pass part number that is
7701 calculated ignoring signature parts to gnus-treat-article.
7702
7703 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7704
7705 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7706 a point here in order to keep the window start.
7707 (gnus-insert-mime-security-button): Make a button overlay without the
7708 front stickiness.
7709 (gnus-mime-display-security): Goto the end of a button.
7710
7711 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7712
7713 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7716 group-name-at-point.
7717 (gnus-group-completing-read): New function that offers decoded
7718 non-ASCII group names for completion.
7719 (gnus-fetch-group, gnus-group-read-ephemeral-group)
7720 (gnus-group-jump-to-group, gnus-group-make-group-simple)
7721 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7722 (gnus-group-fetch-control): Use it.
7723 (gnus-fetch-group): Use group-name-at-point for the initial value
7724 rather than the default value; use gnus-alive-p.
7725
7726 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7727 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7728 (gnus-summary-post-news): Use gnus-group-completing-read.
7729
7730 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7731 (gnus-read-move-group-name): Decode group name for completion.
7732
7733 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
7734
7735 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7736 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7737 Yamaoka slightly modified the code).
7738
7739 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7740
7741 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7742 (nnmail-split-incoming): Bind it.
7743
7744 * nnml.el (nnml-group-name-charset): New function.
7745 (nnml-decoded-group-name): Use it; don't decode group name if
7746 nnmail-group-names-not-encoded-p is non-nil.
7747 (nnml-encoded-group-name): New function.
7748 (nnml-group-pathname): Inline nnml-decoded-group-name.
7749 (nnml-request-expire-articles): Decode group name in message.
7750 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7751 nnmail-pathname-coding-system.
7752 (nnml-save-mail, nnml-active-number): Work with decoded group names and
7753 not decoded ones according to nnmail-group-names-not-encoded-p.
7754 (nnml-generate-active-info): Use nnml-encoded-group-name.
7755
7756 2007-08-08 Glenn Morris <rgm@gnu.org>
7757
7758 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7759 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7760 doc-strings and comments.
7761
7762 2007-07-25 Glenn Morris <rgm@gnu.org>
7763
7764 * Relicense all FSF files to GPLv3 or later.
7765
7766 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7767
7768 * gnus-sum.el (gnus-summary-move-article):
7769 Make gnus-summary-respool-article work.
7770
7771 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
7772
7773 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7774 string.
7775
7776 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
7777
7778 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
7779 that should be ignored when comparing distant RSS articles with local
7780 ones.
7781 (nnrss-make-hash-index): New function. Create a hash index according
7782 to the ignored fields.
7783 (nnrss-check-group): Use it.
7784
7785 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7788
7789 * gnus-art.el (article-decode-group-name): Decode Xref header too.
7790
7791 * gnus-group.el (gnus-group-make-group): Encode group name here unless
7792 the new optional argument ENCODED is non-nil.
7793 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7794 coding system for encoding group name.
7795 (gnus-group-make-rss-group): Pass un-encoded group name to
7796 gnus-group-make-group.
7797 (gnus-group-set-info): Tell gnus-group-make-group that group name is
7798 encoded.
7799
7800 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7801 Encode group name to which articles are moved or copied.
7802 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7803 coding system for encoding Newsgroup, Followup-To and Xref headers.
7804
7805 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7806 marks; use nnheader-file-coding-system to write a file.
7807 (nnagent-retrieve-headers): Bind file-name-coding-system to
7808 nnmail-pathname-coding-system.
7809
7810 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7811
7812 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7813 (nnml-request-article, nnml-request-create-group)
7814 (nnml-request-rename-group, nnml-find-id)
7815 (nnml-possibly-change-directory, nnml-possibly-create-directory)
7816 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7817 (nnml-save-marks): Use nnml-group-pathname instead of
7818 nnmail-group-pathname.
7819
7820 (nnml-request-create-group, nnml-request-expire-articles)
7821 (nnml-request-move-article, nnml-request-delete-group)
7822 (nnml-deletable-article-p, nnml-possibly-create-directory)
7823 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7824 (nnml-open-marks): Bind file-name-coding-system to
7825 nnmail-pathname-coding-system.
7826
7827 (nnml-request-article): Pass server argument to nnml-find-group-number.
7828 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
7829 Pass server argument to nnml-possibly-create-directory.
7830 (nnml-request-accept-article): Pass server argument to
7831 nnml-active-number and nnml-save-mail.
7832 (nnml-find-group-number): Pass server argument to nnml-find-id.
7833 (nnml-request-update-info): Pass server argument to
7834 nnml-marks-changed-p.
7835
7836 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7837 (nnml-save-mail, nnml-active-number): Add server argument.
7838
7839 (nnml-request-delete-group): Warn if group is missing.
7840 (nnml-get-nov-buffer): Decode group name.
7841 (nnml-generate-active-info): Encode group name.
7842 (nnml-open-marks): Decode group name in messages.
7843
7844 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7845
7846 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7847 if it is not specified.
7848 (gnus-article-pipe-part, gnus-article-save-part)
7849 (gnus-article-interactively-view-part, gnus-article-copy-part)
7850 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7851 (gnus-article-inline-part, gnus-article-save-part-and-strip)
7852 (gnus-article-replace-part, gnus-article-delete-part)
7853 (gnus-article-view-part-as-type): Pass raw prefix argument to
7854 gnus-article-part-wrapper.
7855
7856 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7857
7858 * gnus-agent.el (gnus-agent-save-active):
7859 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
7860
7861 * gnus-cache.el (gnus-cache-save-buffers)
7862 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7863 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7864 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7865 (gnus-cache-braid-nov, gnus-cache-braid-heads)
7866 (gnus-cache-generate-active, gnus-cache-rename-group)
7867 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7868 (gnus-cache-update-overview-total-fetched-for):
7869 Bind file-name-coding-system to nnmail-pathname-coding-system.
7870 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
7871 New variables.
7872 (gnus-cache-decoded-group-name): New function.
7873 (gnus-cache-file-name): Use it.
7874 (gnus-cache-generate-active): Use non-decoded group name for active.
7875
7876 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7877 right place.
7878 (gnus-write-active-file): Don't break non-ASCII group names.
7879
7880 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7881 nnmail-pathname-coding-system.
7882
7883 * gnus-uu.el (gnus-uu-decode-save): Typo.
7884
7885 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7888
7889 2007-07-14 David Kastrup <dak@gnu.org>
7890
7891 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7892 finishing actions if we did not edit the article.
7893
7894 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7895
7896 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7897 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7898 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7899 (gnus-agent-flush-group, gnus-agent-flush-cache)
7900 (gnus-agent-fetch-headers, gnus-agent-load-alist)
7901 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7902 (gnus-agent-retrieve-headers, gnus-agent-request-article)
7903 (gnus-agent-regenerate-group)
7904 (gnus-agent-update-files-total-fetched-for)
7905 (gnus-agent-update-view-total-fetched-for):
7906 Bind file-name-coding-system to nnmail-pathname-coding-system.
7907 (gnus-agent-group-pathname): Don't encode file names by
7908 nnmail-pathname-coding-system.
7909 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7910 coding-system-for-write instead of buffer-file-coding-system to
7911 gnus-agent-file-coding-system.
7912
7913 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7914 Decode group name.
7915
7916 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7917
7918 * gnus-start.el (gnus-update-active-hashtb-from-killed)
7919 (gnus-read-newsrc-el-file): Make group names unibyte.
7920
7921 * nnmail.el (nnmail-group-pathname): Don't encode file names by
7922 nnmail-pathname-coding-system.
7923
7924 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7925 (nnrss-request-delete-group): Bind file-name-coding-system to
7926 nnmail-pathname-coding-system.
7927 (nnrss-read-server-data, nnrss-read-group-data):
7928 Bind file-name-coding-system correctly.
7929 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7930
7931 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7932 (nntp-server-to-method-cache): New variable.
7933 (nntp-group-pathname): New function that decodes non-ASCII group names.
7934 (nntp-possibly-create-directory, nntp-marks-changed-p)
7935 (nntp-save-marks, nntp-open-marks): Use it.
7936 (nntp-possibly-create-directory, nntp-open-marks):
7937 Bind file-name-coding-system to nnmail-pathname-coding-system.
7938 (nntp-open-marks): Decode group names when bootstrapping marks.
7939
7940 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7941 Newsgroups and Folowup-To headers.
7942
7943 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7944
7945 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7946 (gnus-server-closed-face, gnus-server-denied-face)
7947 (gnus-server-offline-face): Remove variable.
7948 (gnus-server-font-lock-keywords): Use faces that are not aliases.
7949
7950 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7951 of modifying message-stack directly for XEmacs.
7952
7953 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7954 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7955 if the coding-system argument is nil for XEmacs.
7956
7957 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7958 mm-charset-override-alist.
7959
7960 * rfc2047.el: Don't require base64; require rfc2045 for the function
7961 rfc2045-encode-string.
7962 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7963 to quote the parameter value.
7964
7965 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
7966
7967 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7968 form in gnus-group-name-charset-method-alist.
7969
7970 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7971 overrides the default layout edit-form.
7972
7973 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7974
7975 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7976
7977 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
7978
7979 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7980 as unfetched articles.
7981
7982 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7983
7984 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7985
7986 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7987
7988 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7989 original back end that keeps marks in the local system.
7990
7991 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
7992
7993 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7994 arg of pop-to-buffer for XEmacs.
7995 (gnus-article-read-summary-keys): Ditto; don't restore window
7996 configuration if summary command ends up with neither article buffer
7997 nor summary buffer; describe bindings if summary keys end with C-h.
7998
7999 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8000
8001 * message.el (message-fix-before-sending): Skip raw message part to be
8002 forwarded while checking illegible text.
8003 (message-forward-make-body-mime, message-forward-make-body):
8004 Mark signed or encrypted raw message as having no illegible text.
8005
8006 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8007
8008 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8009 (gnus-message-with-timestamp-1): New macro.
8010 (gnus-message-with-timestamp): New function.
8011 (gnus-message): Use them.
8012
8013 * nnheader.el (nnheader-message): Use them.
8014
8015 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8016
8017 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8018 .newsrc.eld file.
8019
8020 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8021
8022 * gnus-agent.el (gnus-agent-fetch-headers)
8023 (gnus-agent-retrieve-headers):
8024 Bind gnus-decode-encoded-address-function to identity.
8025
8026 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8027 available also when the server returns simply a dot.
8028
8029 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8030
8031 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8032
8033 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8034
8035 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8036
8037 * gnus-ems.el (gnus-x-splash): Make it work.
8038
8039 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8040 from being used.
8041
8042 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8043
8044 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8045 the front stickiness.
8046 (gnus-article-summary-command-nosave): Correct the order of the
8047 arguments passed to pop-to-buffer.
8048 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8049 summary command ends up with the article buffer.
8050
8051 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8052 the same faces.
8053
8054 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8057
8058 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8059
8060 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8061 * gnus-sum.el (gnus-summary-highlight):
8062 * mail-source.el (mail-source-delete-old-incoming-confirm):
8063 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8064
8065 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8066
8067 * gnus-art.el (gnus-mime-view-part-externally)
8068 (gnus-mime-view-part-internally): Fix predicate function passed to
8069 completing-read.
8070
8071 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8072
8073 * gnus.el (gnus-update-message-archive-method): Add :version.
8074
8075 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8076
8077 * gnus.el (gnus-update-message-archive-method): New variable.
8078
8079 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8080 according to gnus-message-archive-method if
8081 gnus-update-message-archive-method is non-nil.
8082
8083 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8086 Suggested by Loic Dachary <loic@dachary.org>.
8087 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8088
8089 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8090
8091 * message.el (message-pop-to-buffer): Add switch-function argument.
8092 (message-mail): Pass switch-function argument to it.
8093
8094 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8095
8096 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8097 Improve doc string.
8098
8099 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8100
8101 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8102 (gnus-header-content)
8103 * gnus-cite.el (gnus-cite-10)
8104 * gnus-srvr.el (gnus-server-closed)
8105 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8106 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8107 (gnus-group-mail-3-empty, gnus-group-mail-low)
8108 (gnus-group-mail-low-empty, gnus-splash)
8109 * message.el (message-header-to, message-header-cc)
8110 (message-header-subject, message-header-other, message-header-name)
8111 (message-header-xheader, message-separator, message-cited-text)
8112 (message-mml): Lighten colors of faces used for dark background.
8113
8114 2007-05-24 Simon Josefsson <simon@josefsson.org>
8115
8116 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8117 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8118
8119 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * message.el (message-narrow-to-headers-or-head):
8122 Ignore mail-header-separator in the body.
8123
8124 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8125
8126 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8127 same as window size.
8128
8129 2007-05-22 Kevin Ryde <user42@zip.com.au>
8130
8131 * message.el (message-font-lock-keywords): Use message-header-xheader
8132 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8133 ahead of the anything pattern, to get it recognised.
8134
8135 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
8136
8137 * gnus-sum.el (gnus-articles-to-read)
8138 (gnus-summary-insert-old-articles): Don't truncate group name for
8139 `read-string'.
8140
8141 * gnus-util.el (gnus-limit-string): Delete this function.
8142
8143 * gnus-sum.el (gnus-simplify-subject-fully):
8144 Use `truncate-string-to-width' instead.
8145
8146 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
8147
8148 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8149 Tell if, on summary exit, the next group has to be selected.
8150 (gnus-summary-exit): Use it.
8151
8152 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8153
8154 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8155 non-break space.
8156
8157 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8158
8159 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8160 Check if group is not a directory.
8161 (nnfolder-request-expire-articles): Don't delete articles if the target
8162 group is not available.
8163
8164 * nnml.el (nnml-request-create-group): Properly check if group is not a
8165 file.
8166 (nnml-request-expire-articles): Don't delete articles if the target
8167 group is not available.
8168
8169 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8170 Don't quote characters that are within parentheses.
8171
8172 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8173
8174 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8175 (gnus-handle-ephemeral-exit): Select article according to it.
8176
8177 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8178
8179 * message.el (message-insert-formated-citation-line): Remove newline.
8180 (message-citation-line-format): Add final \n here so that the user can
8181 avoid a blank line.
8182
8183 2007-05-03 Dan Christensen <jdc@uwo.ca>
8184
8185 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8186 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8187 Update lanl/arXiv support.
8188
8189 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8190
8191 * gnus.el: Bump version number.
8192
8193 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8194
8195 * gnus.el (gnus-version-number): Bump version.
8196
8197 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8198
8199 * gnus.el: No Gnus v0.6 is released.
8200
8201 2007-04-27 Didier Verna <didier@xemacs.org>
8202
8203 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8204 * gmm-utils.el (gmm-regexp-concat): ... here.
8205 * message.el: Don't require 'gnus-util.
8206 (message-dont-reply-to-names): Handle name change above.
8207 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8208
8209 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8210
8211 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8212 since the initial value varies according to the system.
8213
8214 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8215
8216 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8217
8218 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8219
8220 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8221
8222 2007-04-24 Didier Verna <didier@xemacs.org>
8223
8224 Improve the type of gnus-ignored-from-addresses.
8225 * gnus-util.el (gnus-orify-regexp): New function.
8226 * message.el (gnus-util): Require it.
8227 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8228 * gnus-sum.el (gnus-ignored-from-addresses): New function.
8229 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8230
8231 2007-04-24 Didier Verna <didier@xemacs.org>
8232
8233 * gnus-sum.el:
8234 * gnus-utils.el: Fix some trailing whitespaces.
8235
8236 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
8237
8238 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8239 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8240 article's Message-ID; refer parent article in summary buffer.
8241
8242 * message.el (message-bounce): Call mime-to-mml.
8243
8244 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8245
8246 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8247
8248 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8249
8250 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8251 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8252 displayed of multipart/alternative part if it is invoked from summary
8253 buffer.
8254
8255 * mm-view.el (mm-inline-text-html-render-with-w3m)
8256 (mm-inline-text-html-render-with-w3m-standalone)
8257 (mm-inline-render-with-function): Use mail-parse-charset by default.
8258
8259 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
8260
8261 * parse-time.el (parse-time-string-chars): Check if CHAR
8262 is less than the length of parse-time-syntax.
8263
8264 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
8265
8266 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8267 from gnus-newsgroup-processable.
8268
8269 2007-04-16 Didier Verna <didier@xemacs.org>
8270
8271 * gnus-msg.el (gnus-configure-posting-styles):
8272 Handle message-signature-directory properly with :file syntax.
8273 Reported by "Leo".
8274
8275 2007-04-11 Didier Verna <didier@xemacs.org>
8276
8277 New user option: message-signature-directory.
8278 * gnus-msg.el (gnus-configure-posting-styles): Support it.
8279 * message.el (message-insert-signature): Ditto.
8280 * message.el (message-signature-file): Doc update.
8281 * message.el (message-signature-directory): New.
8282
8283 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
8284
8285 * gnus-msg.el (gnus-inews-yank-articles):
8286 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8287
8288 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
8289
8290 * message.el (message-yank-original): Make sure cited text ends with
8291 newline; don't exchange point and mark.
8292
8293 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8294
8295 * tls.el (open-tls-stream): Properly handle case where there
8296 is no associated buffer.
8297
8298 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
8299
8300 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8301 message-yank-original, make sure (< mark TEXT point).
8302
8303 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8304
8305 * message.el (message-fill-column): New variable.
8306 (message-mode): Use it. Add comment on a possible new hook.
8307
8308 * nnmail.el (nnmail-spool-file): Mark as obsolete.
8309 (nnmail-get-new-mail): Reformat.
8310
8311 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8312
8313 * gmm-utils.el: Fix Commentary.
8314 (gmm-tool-bar-from-list): Fix typo in doc string.
8315
8316 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
8317
8318 * message.el (message-yank-original): Don't switch point and mark
8319 unnecessarily to put point and mark as documented.
8320
8321 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8322
8323 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8324 from the message heads.
8325
8326 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
8327
8328 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8329 article buffer does not have a window. This may not be the best
8330 solution but is certainly better than setting the start of the null,
8331 that is the current, window.
8332
8333 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8334
8335 * gnus-draft.el (gnus-draft-setup-hook): New hook.
8336 (gnus-draft-setup): Run it.
8337
8338 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8339 gnus-score-fast-scoring. Allow regexp.
8340 (gnus-score-headers): Use it.
8341
8342 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8343 XEmacs.
8344
8345 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8346 string.
8347 (gnus-button-alist): Also catch `<f1> k ...'.
8348 (gnus-treat-display-x-face): Fix doc string.
8349
8350 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8351
8352 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8353 evaluation of gnus-extended-version to ensure correct generation of the
8354 User-Agent header when message-generate-headers-first is used.
8355
8356 2007-03-24 Simon Josefsson <simon@josefsson.org>
8357
8358 * hashcash.el (hashcash-generate-payment-async): Don't crash if
8359 hashcash-path is nil. Don't call callback with incorrect number of
8360 parameters if val is 0.
8361
8362 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8363
8364 * message.el (message-required-news-headers):
8365 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8366
8367 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8368
8369 * message.el (message-generate-new-buffers): Change the meaning of the
8370 nil value; add `standard' to the choices; treat t as `unique'; improve
8371 doc string.
8372 (gnus-select-frame-set-input-focus): Autoload.
8373 (message-buffer-name): Search for the existing message buffer if
8374 message-generate-new-buffers is nil or `standard'; treat the value t of
8375 message-generate-new-buffers as `unique'.
8376 (message-pop-to-buffer): Raise the frame already displaying the message
8377 buffer; clear the echo area after querying.
8378 (message-setup): Pass the `continue' argument to compose-mail.
8379 (message-mail): Prefer `switch-function' if it is given; search for the
8380 existing message buffer if the `continue' argument is non-nil; pass
8381 continue and switch-function arguments to compose-mail by way of
8382 message-setup.
8383 (message-mail-other-window): Adjust argument of message-setup.
8384 (message-mail-other-frame): Ditto.
8385
8386 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8387
8388 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8389 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8390 to turn font-lock on when turning gnus-message-citation-mode on.
8391
8392 2007-03-06 Daiki Ueno <ueno@unixuser.org>
8393
8394 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8395 (mml-smime-function-alist): New variable; add epg as the backend.
8396 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8397 mml-smime- functions instead.
8398 * mm-view.el: Require smime.
8399
8400 2007-03-05 Didier Verna <didier@xemacs.org>
8401
8402 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8403 instead of just inheritance for posting styles.
8404 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8405
8406 2007-02-24 John Paul Wallington <jpw@pobox.com>
8407
8408 * tls.el (tls-certtool-program): Fix custom type.
8409
8410 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8413 and point-at-eol instead of line-(beginning|end)-position.
8414
8415 * assistant.el (assistant-parse-buffer): Ditto.
8416
8417 2007-02-28 Daiki Ueno <ueno@unixuser.org>
8418
8419 * mml2015.el (mml2015-epg-find-usable-key): New function.
8420 (mml2015-epg-sign): Use it.
8421 (mml2015-epg-encrypt): Use it.
8422
8423 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8424
8425 * message.el (message-make-in-reply-to): Quote name containing
8426 non-ASCII characters. It will make the RFC2047 encoder cause an error
8427 if there are special characters. Reported by NAKAJI Hiroyuki
8428 <nakaji@jp.freebsd.org>.
8429
8430 2007-02-27 Didier Verna <didier@xemacs.org>
8431
8432 Include the group parameters as well as the topic ones in the
8433 inheritance filter process.
8434 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8435 argument GROUP-PARAMS-LIST.
8436 * gnus-topic.el (gnus-group-topic-parameters): Use it.
8437
8438 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * nntp.el (nntp-never-echoes-commands)
8441 (nntp-open-connection-functions-never-echo-commands): New variables.
8442 (nntp-send-command): Use them.
8443
8444 2007-02-20 Daiki Ueno <ueno@unixuser.org>
8445
8446 * mml2015.el (mml2015-epg-verify): Simplify.
8447
8448 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8449
8450 * mml.el (mml-content-disposition-alist): New user option.
8451 (mml-content-disposition): New function.
8452 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8453 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8454
8455 2007-02-19 Daiki Ueno <ueno@unixuser.org>
8456
8457 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8458 verification.
8459
8460 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8461
8462 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8463 articles posted in the last 24 hours.
8464
8465 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
8466
8467 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8468
8469 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
8470
8471 * nntp.el (nntp-send-command): Don't wait for echoes when
8472 nntp-open-ssl-stream is used.
8473
8474 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8475
8476 * gnus-cite.el (gnus-test-font-lock-add-keywords)
8477 (gnus-message-add-citation-keywords)
8478 (gnus-message-remove-citation-keywords): Remove.
8479 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8480 directly, make the variables in font-lock-defaults buffer-local, add
8481 gnus-message-citation-keywords to them and then update the value of
8482 font-lock-keywords.
8483
8484 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
8485
8486 * message.el (message-cite-original-1): Don't call
8487 gnus-article-highlight-citation.
8488
8489 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8490 citations; fix line count.
8491
8492 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8493
8494 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8495 (gnus-message-add-citation-keywords)
8496 (gnus-message-remove-citation-keywords): Use it; fix the emulating
8497 versions of font-lock-add-keywords and font-lock-remove-keywords to
8498 work with XEmacs correctly.
8499
8500 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8501
8502 * gnus-cite.el (gnus-cite-face-list): Set the values of
8503 gnus-message-max-citation-depth and gnus-message-citation-keywords.
8504 (gnus-message-max-citation-depth): Use defvar rather than defconst.
8505 (gnus-message-cite-prefix-regexp): New variable.
8506 (gnus-message-search-citation-line): Use it; protect against long
8507 citation prefix; fill match data with nil rather than 0 for XEmacs; set
8508 the 0th match data for Emacs.
8509 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8510 (gnus-message-add-citation-keywords): Append keywords rather than
8511 prepending; emulate font-lock-add-keywords if it is not available.
8512 (gnus-message-remove-citation-keywords):
8513 Emulate font-lock-remove-keywords if it is not available.
8514
8515 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8516
8517 * message.el (message-cite-prefix-regexp): Set the value of
8518 gnus-message-cite-prefix-regexp.
8519
8520 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8521
8522 * nnweb.el (nnweb-google-parse-1): Update parser.
8523
8524 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
8525
8526 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8527
8528 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8529
8530 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8531 regexp.
8532
8533 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8534
8535 * uudecode.el (uudecode-string-to-multibyte): New function emulating
8536 string-to-multibyte.
8537 (uudecode-decode-region-internal): Use it.
8538
8539 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
8540
8541 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8542 Fix custom choice.
8543
8544 * gnus-art.el (gnus-signature-limit): Fix custom choice.
8545
8546 2007-01-22 Daiki Ueno <ueno@unixuser.org>
8547
8548 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8549
8550 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8551 `write-region' to respect `mm-inhibit-file-name-handlers'.
8552
8553 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
8554
8555 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8556 Use gnus-home-directory instead of "~/" or "$HOME".
8557
8558 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
8559
8560 * encrypt.el (encrypt-insert-file-contents): Add better prompt
8561 to mention filename.
8562 Add comments at beginning regarding usage.
8563 (encrypt-write-file-contents): Change interactive so a string is
8564 acceptable. If the file has no associated model, show an error instead
8565 of a nonsense prompt.
8566
8567 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8568
8569 * spam.el (spam-bsfilter-ham-switch): Fix typo.
8570 Thanks to Yoshihiko Yamada for kind notification of this typo.
8571
8572 2007-01-12 Kenichi Handa <handa@m17n.org>
8573
8574 * uudecode.el (uudecode-decode-region-internal): Make it work in a
8575 multibyte buffer.
8576
8577 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
8578
8579 * gnus-score.el (gnus-score-fast-scoring): New variable.
8580 (gnus-score-headers): Use it.
8581
8582 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8583
8584 * message.el (message-cite-original-1):
8585 Call gnus-article-highlight-citation if requested.
8586 (message-make-from): Allow name and address as optional arguments.
8587
8588 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8589
8590 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8591 bugs to doc string.
8592 (gnus-button-alist): Add mid\\|message-id.
8593 (gnus-button-fetch-group): Extend for use in
8594 `browse-url-browser-function'.
8595 (gnus-button-url-regexp): Try to catch paired parentheses like in
8596 Wikipedia URLs.
8597
8598 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8599 Suggested by Simon Krahnke <overlord@gmx.li>.
8600
8601 2007-01-13 Romain Francoise <romain@orebokech.com>
8602
8603 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8604 Update copyright.
8605
8606 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
8607
8608 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8609
8610 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
8611
8612 * gnus-registry.el (gnus-registry-unfollowed-groups)
8613 (gnus-registry-split-fancy-with-parent): Fix documentation.
8614
8615 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8616
8617 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8618 from nnweb groups.
8619
8620 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8621
8622 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8623 Xref urls. Erase buffer before requesting head.
8624
8625 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8626
8627 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
8628
8629 * gnus-soup.el (gnus-soup): New custom group. Make user variables
8630 customizable.
8631
8632 2007-01-05 Daiki Ueno <ueno@unixuser.org>
8633
8634 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8635 no signing key is found.
8636 (mml2015-epg-encrypt): Ask user whether to skip or abort if
8637 no encrypting and/or signing key is found.
8638
8639 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8640
8641 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8642
8643 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8644
8645 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8646 headers read from disk with the ones newly found in the current search.
8647 This should no longer cause problems, because the article numbers in
8648 Gmane's `nov.php' output are ignored since the previous change.
8649
8650 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8651
8652 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8653
8654 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8657
8658 2007-01-01 Romain Francoise <romain@orebokech.com>
8659
8660 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8661
8662 2006-12-31 Steve Youngs <steve@sxemacs.org>
8663
8664 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8665 `define-minor-mode' macro definition expanded properly.
8666 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8667 exclude it there.
8668
8669 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8670 of 2006-12-30. The default is nil on (S)XEmacs already because of the
8671 `fboundp' test.
8672 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8673 This is OK to autoload in (S)XEmacs now.
8674
8675 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8676
8677 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8678 keystroke.
8679 (gnus-summary-limit-to-singletons): Fix typo.
8680
8681 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8682 else fails.
8683
8684 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8685
8686 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8687 docstring.
8688
8689 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8690 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8691 (gnus-summary-insert-dormant-articles): Fix typo in message.
8692
8693 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
8694
8695 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8696 nil for XEmacs.
8697 (gnus-message-citation-mode): Don't autoload in XEmacs.
8698
8699 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8700
8701 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8702
8703 * nnimap.el (nnimap-expunge-search-string):
8704 Mention nnimap-search-uids-not-since-is-evil in docstring.
8705
8706 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8707
8708 * spam.el: Revert to make-obsolete-variable because
8709 define-obsolete-variable-alias is not supported in Emacs 21.
8710
8711 * spam.el (spam-ifile-path, spam-ifile-database-path)
8712 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8713 make-obsolete-variable.
8714 (spam-bsfilter-path, spam-bsfilter-program)
8715 (spam-spamassassin-path, spam-spamassassin-program)
8716 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
8717 Don't use "path" inappropriately.
8718 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8719 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8720 variable names.
8721
8722 2006-12-28 Daiki Ueno <ueno@unixuser.org>
8723
8724 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8725 summary buffer.
8726
8727 * password.el (password-cache-remove): Use clear-string to burn
8728 password, if available.
8729
8730 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8731
8732 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8733
8734 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8735
8736 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8737 (gnus-message-highlight-citation): Move defcustom here from
8738 gnus-cite.el.
8739 (gnus-message-citation-mode): Autoload.
8740
8741 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
8742 checks to make it compile with XEmacs.
8743 (gnus-message-citation-mode): New minor mode.
8744 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8745 (gnus-message-highlight-citation): New variables.
8746 (gnus-message-search-citation-line)
8747 (gnus-message-add-citation-keywords)
8748 (gnus-message-remove-citation-keywords)
8749 (turn-on-gnus-message-citation-mode)
8750 (turn-off-gnus-message-citation-mode): New functions.
8751
8752 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
8753
8754 * gnus-cite.el: Enable highlighting of different citation levels in
8755 message-mode.
8756
8757 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * message.el (message-make-fqdn): Fix comment.
8760 (message-bogus-system-names): Add ".local".
8761
8762 * spam.el (spam-ifile-path, spam-ifile-program)
8763 (spam-ifile-database-path, spam-ifile-database)
8764 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8765 Don't use "path" inappropriately.
8766 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8767 strings.
8768 (spam-check-ifile, spam-ifile-register-with-ifile)
8769 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
8770 Use new variable names.
8771
8772 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8773 (gnus-treat-display-smileys): Simplify using
8774 gnus-image-type-available-p.
8775
8776 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8777 available.
8778
8779 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8780
8781 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8782 one after turning on the buffer's multibyteness instead of decoding
8783 them directly in the unibyte buffer that causes unexpected conversion
8784 in Emacs 23 (unicode).
8785
8786 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8787
8788 * message.el (message-generate-hashcash): Fix custom type.
8789
8790 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8791
8792 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8793
8794 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8795
8796 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8797 disconnect icons. Add help text.
8798
8799 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
8800
8801 * spam.el (spam-extra-header-to-number): CRM114 spam score is
8802 negated to be consistent with the others we handle.
8803
8804 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8805
8806 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8807 version of gnus-summary-buffer to something, so that we can use two
8808 article buffers at the same time.
8809
8810 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
8811
8812 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8813 trigger all the extra headers.
8814 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8815 sorting.
8816
8817 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8818
8819 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8820 solid groups.
8821
8822 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8823
8824 * legacy-gnus-agent.el: Add Copyright notice.
8825
8826 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
8827
8828 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8829
8830 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8831
8832 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8833
8834 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8835 to make it work reliably in CVS Emacs.
8836 (gnus-summary-limit-strange-charsets-predicate)
8837 (gnus-summary-limit-to-predicate): New functions.
8838
8839 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
8840
8841 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8842 specifying array size.
8843 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8844 array if it is too small.
8845 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
8846 (gnus-sort-threads-loop): New function.
8847
8848 2006-12-06 Chris Moore <dooglus@gmail.com>
8849
8850 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8851 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8852
8853 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
8854
8855 * mm-url.el (mm-url-predefined-programs): Call curl with correct
8856 options.
8857
8858 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8859
8860 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8861 DOS-ing the recipient.
8862
8863 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8864 the headers when creating the mapping to avoid mismappings.
8865 (nnweb-gmane-create-mapping): Always nix out old mapping.
8866
8867 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8868
8869 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8870 and mm-verify-option to never.
8871
8872 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8873
8874 * message.el (message-signed-or-encrypted-p): New function.
8875 (message-forward-make-body): Use it.
8876
8877 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8878 Replace encode-coding-string with mm-encode-coding-string.
8879
8880 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8881
8882 * nneething.el (nneething-decode-file-name):
8883 Replace decode-coding-string with mm-decode-coding-string.
8884
8885 * gnus-int.el (gnus-open-server): Say failed server's name.
8886
8887 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
8888
8889 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8890 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8891
8892 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8893 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8894 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8895 (gnus-group-make-directory-group, gnus-group-transpose-groups):
8896 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8897 (gnus-subscribe-newsgroup, gnus-1):
8898 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8899 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8900 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8901 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8902
8903 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8904
8905 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8906 keystroke.
8907 (gnus-summary-limit-to-bodies): Implement headersp.
8908
8909 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8910
8911 * dns.el (query-dns): Protect against "Process dns deleted" strings.
8912
8913 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8914
8915 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8916
8917 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8918
8919 * message.el (message-generate-hashcash): Expand range of values to
8920 include `opportunistic'.
8921 (message-send-mail): Use it.
8922
8923 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8924
8925 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8926 and comment it.
8927
8928 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8929
8930 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
8931
8932 * gnus-util.el (gnus-extract-address-components): Improve comment.
8933
8934 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8935
8936 * gnus-util.el (gnus-extract-address-components): Work with address in
8937 which the name portion contains @.
8938
8939 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8940
8941 * gnus.el (gnus-start): Move custom group up.
8942 (gnus-select-method): Don't autoload, but make it available for
8943 `customize-variable'.
8944 (gnus-getenv-nntpserver): Don't autoload.
8945
8946 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
8947
8948 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8949
8950 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8951
8952 * message.el (message-sendmail-extra-arguments): New variable.
8953 (message-send-mail-with-sendmail): Use it.
8954
8955 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8956
8957 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8958 mm-with-unibyte-current-buffer to make string unibyte.
8959
8960 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8961 mm-string-as-multibyte.
8962
8963 2006-11-14 Daiki Ueno <ueno@unixuser.org>
8964
8965 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8966 Reported by Werner Koch <wk@gnupg.org>.
8967
8968 2006-11-14 Daiki Ueno <ueno@p360>
8969
8970 * mml2015.el: Autoload epa-select-keys when compiling.
8971
8972 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8973
8974 * mml2015.el (mml2015-epg-sign): Save the signing keys in
8975 message-options.
8976 (mml2015-epg-encrypt): Save the recipient keys in message-options.
8977
8978 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8979
8980 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
8981 EasyPG (< 0.0.6).
8982 (mml2015-always-trust): New user option.
8983 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8984 prompt.
8985
8986 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8987
8988 * nntp.el (nntp-authinfo-force): New variable.
8989 (nntp-send-authinfo): Use it.
8990
8991 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
8992
8993 * message.el (message-strip-subject-encoded-words): Allow _not_ to
8994 decode encoded words. Improve prompt. Add comment about forwarding.
8995 (message-replacement-char): Move up.
8996
8997 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8998
8999 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9000 instead of gnus-intersection because arguments of gnus-sorted-nunion
9001 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9002
9003 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9004
9005 * message.el (message-strip-subject-encoded-words): Reformat prompt.
9006 (message-simplify-subject-functions):
9007 Enable message-strip-subject-encoded-words by default.
9008
9009 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9010
9011 * message.el (message-strip-subject-encoded-words): New function.
9012 (message-simplify-subject-functions): New variable.
9013 (message-simplify-subject): Use it. Fix typo in doc string.
9014 Support message-strip-subject-encoded-words.
9015
9016 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9017
9018 * gnus-diary.el (gnus-diary-delay-format-function):
9019 * nndiary.el (nndiary-reminders):
9020 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9021
9022 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9023
9024 * gnus-art.el (article-hide-boring-headers): Fetch date from
9025 gnus-original-article-buffer to avoid problems with localized date
9026 strings.
9027
9028 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9029
9030 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9031
9032 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9033
9034 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9035 New variables.
9036 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9037 (mm-charset-synonym-alist): Move some entries to
9038 mm-codepage-iso-8859-list.
9039 (mm-charset-synonym-alist, mm-charset-override-alist):
9040 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9041
9042 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9043
9044 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9045
9046 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9047
9048 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9049 with Emacs 21 and XEmacs.
9050
9051 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9052
9053 * spam.el (spam-parse-address): New function for better parsing,
9054 catching errors, etc.
9055 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9056
9057 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9058
9059 * mm-view.el: Add interactive arg to html2text autoload.
9060
9061 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9062
9063 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9064
9065 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9066
9067 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9068 New variables.
9069 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9070 (mm-charset-synonym-alist): Move some entries to
9071 mm-codepage-iso-8859-list.
9072
9073 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9074
9075 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9076
9077 * message.el (message-citation-line-format)
9078 (message-insert-formated-citation-line): Fix implementation of %E, %N
9079 and %n according to the doc string.
9080
9081 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9082
9083 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9084 Use car-safe to avoid bad parses.
9085
9086 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9087
9088 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9089 names.
9090
9091 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9092
9093 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9096 header.
9097
9098 * message.el (message-draft-headers): Add Date.
9099 (message-headers-to-generate): Fix typo in docstring.
9100
9101 * nndraft.el (nndraft-required-headers): New variable.
9102 (nndraft-generate-headers): Use it.
9103
9104 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9105
9106 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9107
9108 * gnus-registry.el (gnus-registry-wash-for-keywords)
9109 (gnus-registry-find-keywords): New functions to allow easy searching of
9110 articles that are in the registry.
9111
9112 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9113
9114 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9115 Use ietf-drums-parse-address instead of gnus-extract-address-components.
9116 Reported by Damien Elmes <damien@repose.cx>.
9117
9118 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9119
9120 * gnus.el (gnus-mime): Remove unused custom group.
9121
9122 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9123
9124 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9125 "blank line" when searching for end of armor headers.
9126
9127 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9128
9129 * gmm-utils.el (gmm-write-region): Fix variable name.
9130
9131 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9132
9133 * gmm-utils.el (gmm-write-region): New function based on compatibility
9134 code from `mm-make-temp-file'.
9135
9136 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9137
9138 * nnmaildir.el (nnmaildir--update-nov)
9139 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9140 Use `gmm-write-region'.
9141
9142 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9143
9144 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9145 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9146
9147 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9148
9149 * message.el (message-replacement-char): New variable.
9150 (message-fix-before-sending): Use it.
9151 (message-simplify-subject): New function to remove duplicate code.
9152 (message-reply, message-followup): Use it.
9153
9154 * gnus-sum.el (gnus-summary-make-menu-bar):
9155 Clarify gnus-summary-limit-to-articles.
9156
9157 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9158
9159 * gnus-util.el (gnus-with-local-quit): New macro.
9160
9161 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9162
9163 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
9164
9165 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9166 ignore non-string data.
9167
9168 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9169
9170 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9171 non-string data (needs to be done in the registry too).
9172
9173 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9174
9175 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9176 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9177 (gnus-registry-split-fancy-with-parent)
9178 (gnus-registry-fetch-simplified-message-subject-fast)
9179 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9180 Remove text properties on ingress into the registry and when it's saved.
9181 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9182 registry from entries with no groups.
9183
9184 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9185
9186 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9187 function to remove string properties.
9188
9189 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9190
9191 * gmm-utils.el (gmm): Adjust custom version.
9192
9193 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9194 Adjust custom version.
9195
9196 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9197
9198 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9199
9200 * gnus-art.el (gnus-insert-prev-page-button)
9201 (gnus-insert-next-page-button): Simplify. Reformat.
9202
9203 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9204
9205 * gnus-art.el (gnus-insert-prev-page-button)
9206 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9207
9208 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
9209
9210 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9211
9212 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9213
9214 * gnus-art.el (gnus-insert-mime-button)
9215 (gnus-insert-mime-security-button):
9216 Apply gnus-article-button-face to MIME and security buttons.
9217
9218 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9219
9220 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9221 readable.
9222
9223 2006-09-20 Steve Youngs <steve@sxemacs.org>
9224
9225 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9226 `browse-url-of-file' instead of `browse-url'.
9227
9228 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9229
9230 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9231 regexp. Articles containing quotation were cut prematurely.
9232
9233 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9234
9235 * message.el (message-cite-original-1): Use nobody by default for the
9236 value of From header.
9237 (message-reply): Ditto.
9238
9239 2006-09-11 Daiki Ueno <ueno@unixuser.org>
9240
9241 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9242 to the gnus-info. This fixes a bug of inline-PGP message verification.
9243 Reported by Michael Piotrowski <mxp@dynalabs.de>.
9244
9245 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9246
9247 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9248 mails in the doc string. Add some URLs in comment.
9249 (pop3-movemail): Warn about pop3-leave-mail-on-server.
9250
9251 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9252
9253 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9254 backslashes handling and the way to find boundaries of quoted strings.
9255
9256 2006-09-07 Daiki Ueno <ueno@unixuser.org>
9257
9258 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9259 mml1991-encrypt-to-self is set and mml1991-signers is not set.
9260 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9261 mml2015-encrypt-to-self is set and mml2015-signers is not set.
9262
9263 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9264
9265 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
9266 doc string.
9267 (gnus-button-regexp, gnus-button-last): Remove unused variables.
9268
9269 2006-09-06 Simon Josefsson <jas@extundo.com>
9270
9271 * mml2015.el (mml2015-use): Doc fix, mention epg.
9272
9273 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9274
9275 * mml2015.el (mml2015-use): Default to epg, if available.
9276
9277 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9278
9279 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9280 message-sender.
9281 (mml1991-epg-encrypt): Ditto.
9282 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9283 message-sender.
9284 (mml2015-epg-encrypt): Ditto.
9285
9286 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * message.el (message-send-mail-with-sendmail): Look for sendmail in
9289 several common directories.
9290
9291 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9292
9293 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9294 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9295
9296 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9297
9298 * gnus-art.el (article-decode-encoded-words): Make it fast.
9299
9300 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9301
9302 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9303
9304 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9305 in quoted string into `\'.
9306
9307 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9308
9309 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9310 Use standard-syntax-table.
9311
9312 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9313
9314 * gnus-art.el (gnus-decode-address-function): New variable.
9315 (article-decode-encoded-words): Use it to decode headers which are
9316 assumed to contain addresses.
9317 (gnus-mime-delete-part): Remove useless `or'.
9318
9319 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9320 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9321 (gnus-nov-parse-line): Use it to decode From header.
9322 (gnus-get-newsgroup-headers): Ditto.
9323 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9324
9325 * mail-parse.el (mail-decode-encoded-address-region): New alias.
9326 (mail-decode-encoded-address-string): New alias.
9327
9328 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9329 New function.
9330 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9331 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9332 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9333 (rfc2047-decode-string): Ditto.
9334 (rfc2047-decode-address-region): New function.
9335 (rfc2047-decode-address-string): New function.
9336
9337 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
9338
9339 * message.el (message-caesar-buffer-body): Allow rotating headers.
9340
9341 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9342
9343 * message.el (message-insert-formated-citation-line): Fix %f.
9344 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9345
9346 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9347
9348 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9349 (gnus-bookmark-mouse-available-p): New macro.
9350 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9351 (gnus-bookmark-bmenu-show-infos): Use it.
9352 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9353 (gnus-bookmark-bmenu-hide-infos): Ditto.
9354 (gnus-bookmark-remove-properties): New function.
9355 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9356 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9357 (gnus-bookmark-write-file): Bind coding-system-for-write.
9358 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9359 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9360 group before selecting it.
9361 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9362 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9363 quit-window if it is not available; use gnus-mouse-2 and bind it to
9364 gnus-bookmark-bmenu-select-by-mouse.
9365 (gnus-bookmark-show-details): Remove unused variable `details-list'.
9366 (gnus-bookmark-bmenu-select-by-mouse): New function.
9367
9368 2006-08-13 Romain Francoise <romain@orebokech.com>
9369
9370 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9371 space.
9372
9373 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9374
9375 * compface.el (uncompface): Use binary rather than raw-text-unix.
9376
9377 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9378
9379 * compface.el (uncompface): Make sure the eol conversion doesn't take
9380 place when communicating with the external programs.
9381 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9382
9383 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
9384
9385 * nnheader.el (nnheader-insert-head): Fix typo in comment.
9386
9387 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9388
9389 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9390 Make it more robust by parsing author and date independently.
9391
9392 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9393
9394 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9395
9396 2006-07-28 Daiki Ueno <ueno@unixuser.org>
9397
9398 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9399 first matching secret key.
9400 (mml2015-epg-encrypt): Ditto.
9401
9402 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9403 first matching secret key.
9404 (mml1991-epg-encrypt): Ditto.
9405
9406 * mml2015.el (mml2015-encrypt-to-self): New user option.
9407 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9408 mml2015-epg-encrypt-to-self is set.
9409
9410 * mml1991.el (mml1991-encrypt-to-self): New variable.
9411 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9412 mml1991-epg-encrypt-to-self is set.
9413
9414 * mml2015.el (mml2015-signers): New user option.
9415 (mml2015-epg-sign): Reflect the value of mml2015-signers.
9416 (mml2015-epg-encrypt): Allow to select signing keys.
9417
9418 * mml1991.el (mml1991-signers): New variable.
9419 (mml1991-epg-sign): Reflect the value of mml1991-signers.
9420 (mml1991-epg-encrypt): Allow to select signing keys.
9421
9422 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9423
9424 * nnheader.el (nnheader-insert-head): Make it work even if the file
9425 uses CRLF for the line-break code.
9426
9427 2006-07-25 Daiki Ueno <ueno@unixuser.org>
9428
9429 * mml2015.el: Require mml-sec instead of password.
9430 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9431 (mml2015-cache-passphrase): Inherit the default value from
9432 mml-secure-cache-passphrase.
9433 (mml2015-passphrase-cache-expiry): Inherit the default value from
9434 mml-secure-passphrase-cache-expiry.
9435
9436 * mml1991.el: Require mml-sec instead of password.
9437 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9438 (mml1991-cache-passphrase): Inherit the default value from
9439 mml-secure-cache-passphrase.
9440 (mml1991-passphrase-cache-expiry): Inherit the default value from
9441 mml-secure-passphrase-cache-expiry.
9442
9443 * mml-sec.el: Require password.
9444 (mml-secure-verbose): New user option.
9445 (mml-secure-cache-passphrase): New user option.
9446 (mml-secure-passphrase-cache-expiry): New user option.
9447
9448 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9449
9450 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9451 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
9452 andreas@altroot.de (Andreas Vögele).
9453
9454 FIXME: Use `tiny change'?
9455
9456 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9457
9458 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9459 workaround for the url package included with Emacs.
9460
9461 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9462
9463 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9464
9465 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9466 correctly. This fixes a bug caused by the 2006-05-12 change.
9467
9468 2006-07-18 Karl Fogel <kfogel@red-bean.com>
9469
9470 * nnmail.el (nnmail-article-group): If splitting raises an error, give
9471 some information about the error when saying that the `bogus' mail
9472 group will be used.
9473
9474 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
9475
9476 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9477 string.
9478
9479 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
9480
9481 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9482
9483 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9484
9485 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9486
9487 2006-07-10 Daiki Ueno <ueno@unixuser.org>
9488
9489 * mml1991.el (mml1991-function-alist): Add epg.
9490 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9491 (mml1991-epg-encrypt): New functions.
9492
9493 2006-07-10 Daiki Ueno <ueno@unixuser.org>
9494
9495 * mml2015.el (mml2015-verbose): New variable.
9496 (mml2015-cache-passphrase): Ditto.
9497 (mml2015-passphrase-cache-expiry): Ditto.
9498 (mml2015-function-alist): Add epg.
9499 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9500 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9501 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9502 New functions.
9503
9504 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9505
9506 * message.el (message-cite-original-1): Preserve region when removing
9507 quoted text due to X-No-Archive in order to avoid bogus attribution
9508 when citing multiple messages.
9509
9510 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9511
9512 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9513 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9514
9515 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
9516
9517 * gnus-diary.el (gnus-user-format-function-d)
9518 (gnus-user-format-function-D): Autoload.
9519
9520 * imap.el (Commentary): Fix typo.
9521
9522 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9523 2006-04-22 contribution.
9524
9525 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9526
9527 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9528 It didn't really fix the bogosity I'm seeing with solid web groups.
9529
9530 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9531
9532 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9533 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9534 created using server names. If we use the feature without declaring
9535 it, Gnus does not properly manage server and group state.
9536
9537 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9538 bound.
9539
9540 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9541
9542 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9543 looking up the method using GROUP's prefix before inventing a new one.
9544 It is used on killed/unknown groups in various places where returning
9545 an all-new method isn't expected by the caller.
9546
9547 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9548 and match semantics of gnus-group-real-prefix.
9549
9550 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
9551
9552 * nnmail.el (nnmail-broken-references-mailers): New variable.
9553 (nnmail-ignore-broken-references): New function generalizing
9554 nnmail-fix-eudora-headers.
9555 (nnmail-fix-eudora-headers): Now obsolete.
9556
9557 * gnus-art.el (gnus-button-handle-custom):
9558 Support `customize-apropos*'.
9559
9560 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9561
9562 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9563
9564 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9565 articles.
9566
9567 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9568
9569 * message.el (message-cite-reply-above): New variable.
9570 (message-yank-original): Use it.
9571
9572 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
9573
9574 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9575
9576 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
9577
9578 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9579 as read.
9580
9581 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9582
9583 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
9584
9585 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9586 (gnus-bookmark-default-file): Use gnus-directory.
9587 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9588 Remove "*" in doc string.
9589 (gnus-bookmark-write-file): Simplify.
9590 (gnus-bookmark-maybe-sort-alist): Use `when'.
9591 (gnus-bookmark-get-bookmark): Fix typo in doc string.
9592 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9593 Add FIXME about Emacs 21 and XEmacs compatibility.
9594 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9595 compatibility.
9596 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9597 compatibility.
9598 (gnus-bookmark-menu-heading): Fix version.
9599
9600 2006-06-19 Bastien Guerry <bzg@altern.org>
9601
9602 * gnus-bookmark.el: New file.
9603
9604 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9605
9606 * message.el (message-syntax-checks): Doc fix.
9607
9608 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9609
9610 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9611 unsubscribed groups as if they were killed ones. It causes duplicate
9612 entries in gnus-newsrc-alist.
9613
9614 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9615
9616 * message.el (message-syntax-checks): Doc fix.
9617 (message-send-mail): Add check for continuation headers.
9618 (message-check-news-header-syntax): Fix regexp used to check for
9619 continuation headers.
9620
9621 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9622
9623 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9624
9625 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
9626
9627 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9628
9629 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9630
9631 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9632 default-truncate-lines.
9633
9634 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9637 to fill the utf-8 entry.
9638
9639 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9640
9641 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9642
9643 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
9644
9645 * gnus-agent.el (directory-files-and-attributes): Move all the way
9646 forward (the third and final move).
9647 (gnus-agent-read-agentview): Trap reconstruction errors due to
9648 nonexistent directory. Handle by returning nil.
9649
9650 2006-05-30 Didier Verna <didier@xemacs.org>
9651
9652 * message.el (message-dont-reply-to-names): Update the custom type.
9653 * message.el (message-dont-reply-to-names): New defsubst: potentially
9654 convert a list of regexps into a single one.
9655 * message.el (message-get-reply-headers): Use it.
9656 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9657
9658 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9659
9660 * gnus-agent.el (directory-files-and-attributes): Move forward.
9661
9662 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9663
9664 * gnus-ml.el (gnus-mailing-list-subscribe)
9665 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9666 (gnus-mailing-list-message): Fix doc strings.
9667
9668 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9669
9670 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9671 of doing it manually.
9672
9673 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9674
9675 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9676 comment.
9677
9678 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
9679
9680 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
9681 (gnus-agent-read-agentview): Fix handling of end-of-file error.
9682 (gnus-agent-read-local): All symbols allocated in my-obarray.
9683 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9684 (gnus-agent-regenerate-group): Check numeric names to see if they are
9685 messages or groups.
9686 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9687 better way of do this...)
9688
9689 * gnus-cache.el (gnus-agent-total-fetched-for):
9690 Ignore 'dummy.group' (there should be a better way of do this...)
9691
9692 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9693
9694 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9695 (gnus-saved-headers): Ditto.
9696 (gnus-default-article-saver): Mention functions may have properties.
9697 (gnus-article-save): Override gnus-save-all-headers and
9698 gnus-saved-headers by :headers property which saver function may have.
9699 (gnus-summary-save-in-file): Add :headers property.
9700 (gnus-summary-write-to-file): Ditto.
9701
9702 * gnus-sum.el (gnus-summary-save-article): Bind
9703 gnus-prompt-before-saving to t when saving many articles in a file;
9704 always show all headers.
9705
9706 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9707
9708 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9709 marks.
9710
9711 * message.el (message-indent-citation): Add optional arguments to allow
9712 using it outside of message buffers.
9713
9714 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9715 (gnus-article-treat-unfold-headers): Use it.
9716 (gnus-article-truncate-lines): New variable.
9717 (gnus-article-mode): Use it.
9718 (gnus-article-toggle-truncate-lines): New function.
9719
9720 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9721 Add gnus-article-toggle-truncate-lines.
9722
9723 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9724 coding system in XEmacs, use binary.
9725
9726 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9727
9728 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9729 after-load-alist.
9730
9731 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9732 this function should save decoded articles.
9733 (gnus-summary-write-to-file): Use property to specify this function
9734 should save decoded articles and specify gnus-summary-save-in-file
9735 should be used to save articles other than the first one when saving
9736 many articles.
9737 (gnus-summary-save-body-in-file): Use property to specify this
9738 function should save decoded articles.
9739 (gnus-summary-write-body-to-file): Use property to specify this
9740 function should save decoded articles and specify
9741 gnus-summary-save-body-in-file should be used to save articles other
9742 than the first one when saving many articles.
9743
9744 * gnus-sum.el (gnus-summary-save-article): Simplify.
9745
9746 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9747
9748 * gnus-art.el (gnus-default-article-saver):
9749 Add gnus-summary-write-body-to-file.
9750 (gnus-article-save-coding-system): Don't use coding system object
9751 in XEmacs.
9752 (gnus-read-save-file-name): Add optional `dir-var' argument which
9753 specifies directory in which files are saved; work even if optional
9754 `variable' argument is not specified.
9755 (gnus-summary-write-to-file): Read file name.
9756 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9757 (gnus-summary-write-body-to-file): New function.
9758
9759 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9760 (gnus-summary-local-variables): Add it.
9761 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9762 (gnus-summary-save-article): Remove optional `decode' argument;
9763 determine whether to decode articles by the value of
9764 gnus-default-article-saver; when saving many files using
9765 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9766 it first and use gnus-summary-save-in-file or
9767 gnus-summary-save-body-in-file thereafter unless
9768 gnus-prompt-before-saving is always; move point to article which
9769 will be saved.
9770 (gnus-summary-save-article-file): Revert.
9771 (gnus-summary-write-article-file): Revert.
9772 (gnus-summary-save-article-body-file): Revert.
9773 (gnus-summary-write-article-body-file): New function.
9774
9775 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9776
9777 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9778
9779 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9780
9781 * gnus-art.el (gnus-default-article-saver): Doc fix.
9782 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9783 from gnus-summary-save-article-coding-system, and default to a
9784 certain coding system.
9785 (gnus-output-to-file): Add coding cookie and encode text according
9786 to gnus-article-save-coding-system; don't use mm-append-to-file.
9787
9788 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9789 gnus-art.el and rename to gnus-article-save-coding-system.
9790 (gnus-summary-save-article): Require gnus-art; don't show all
9791 headers if it decodes articles; don't add coding cookie here;
9792 don't bind mm-text-coding-system-for-write.
9793 (gnus-summary-save-article-file): Save decoded articles.
9794 (gnus-summary-write-article-file): When saving many files, use
9795 gnus-summary-write-to-file first and gnus-summary-save-in-file
9796 thereafter unless gnus-prompt-before-saving is always.
9797 (gnus-summary-save-article-body-file): Save decoded articles.
9798
9799 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9800
9801 * nnrss.el (nnrss-check-group): Bind hash-index.
9802
9803 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
9804
9805 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9806 its hash index. Store this hash in `nnrss-group-data'.
9807 (nnrss-read-group-data): Update accordingly.
9808
9809 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9810
9811 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9812 entry.
9813
9814 * gnus-sum.el (gnus-summary-make-menu-bar):
9815 Add gnus-article-browse-html-article.
9816
9817 2006-05-23 Hynek Schlawack <hynek@ularx.de>
9818
9819 * gnus-sum.el (gnus-summary-mime-map):
9820 Add gnus-article-browse-html-article.
9821
9822 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9823
9824 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9825 suitable coding systems in customize.
9826
9827 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9828
9829 * mail-source.el (mail-sources): Fix custom type.
9830
9831 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9832
9833 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9834 (gnus-summary-expire-articles-now): Shorten prompt.
9835
9836 * gmm-utils.el (wid-edit): Require.
9837 (defun-gmm): Rename from `gmm-defun-compat'.
9838 (gmm-image-search-load-path): Use it.
9839 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
9840
9841 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9842
9843 * gnus-sum.el (gnus-summary-save-article-coding-system):
9844 New variable.
9845 (gnus-summary-save-article): Add optional `decode' argument.
9846 If it is set and gnus-summary-save-article-coding-system is non-nil,
9847 save decoded article.
9848 (gnus-summary-write-article-file): Save decoded article if
9849 gnus-summary-save-article-coding-system is non-nil.
9850
9851 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9852 type.
9853
9854 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9855
9856 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9857
9858 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9859
9860 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9861 first to test gnus-single-article-buffer which may be buffer-local.
9862
9863 * gnus-sum.el (gnus-summary-setup-buffer):
9864 Make gnus-single-article-buffer buffer-local and nil in ephemeral
9865 group; make gnus-article-buffer, gnus-article-current, and
9866 gnus-original-article-buffer always buffer-local.
9867 (gnus-summary-exit): Kill article buffer belonging to ephemeral
9868 group.
9869 (gnus-handle-ephemeral-exit): Don't move to next summary line.
9870
9871 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9872
9873 * nnml.el (nnml-request-compact-group): Compressed files might not
9874 have .gz extension.
9875
9876 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9877
9878 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9879 (mm-copy-to-buffer): Use with-current-buffer.
9880 (mm-display-part): Simplify.
9881 (mm-inlinable-p): Add optional arg `type'.
9882
9883 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9886 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9887 Try harder to show the attachment internally or externally using
9888 gnus-mime-view-part-as-type.
9889
9890 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9891
9892 * message.el (message-from-style, message-signature-separator)
9893 (message-user-organization-file, message-send-mail-function)
9894 (message-citation-line-function, message-yank-prefix)
9895 (message-indent-citation-function, message-signature)
9896 (message-signature-file, message-signature-insert-empty-line):
9897 Remove autoloads.
9898
9899 * gnus-art.el (gnus-buttonized-mime-types):
9900 Remove "multipart/signed". Revert 2006-04-26 change.
9901
9902 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9903
9904 * gnus.el (gnus-version-number): Bump version.
9905
9906 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9907
9908 * gnus.el: No Gnus v0.5 is released.
9909
9910 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9911
9912 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9913 fetching articles by message-id.
9914
9915 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9916
9917 * message.el (hashcash): Require hashcash as normal.
9918
9919 * ecomplete.el (ecomplete-highlight-match-line):
9920 Use point-at-eol.
9921 (ecomplete-highlight-match-line): Use `highlight', because that
9922 face exists in both Emacs and XEmacs.
9923
9924 * message.el (message-display-abbrev): Use point-at-bol.
9925
9926 * mail-source.el: Don't require timer/timer-funcs.
9927
9928 * gnus-async.el: Ditto.
9929
9930 * password.el: Ditto.
9931
9932 * mm-url.el: Ditto.
9933
9934 * mm-util.el: Require timer/timer-funcs.
9935
9936 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9937
9938 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9939 Close.
9940
9941 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9942
9943 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9944 unibyte after clear-decrypt function runs.
9945
9946 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9947 returns as a unibyte string.
9948
9949 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9950
9951 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9952 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9953 (mml1991-pgg-encrypt): Ditto.
9954
9955 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9956
9957 * message.el (message-user-organization-file): Check several
9958 locations of the organization file.
9959
9960 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9961 Add gnus-article-view-part-as-type.
9962
9963 * gnus-art.el (gnus-article-view-part-as-type): New function.
9964
9965 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9966 .mobi and .travel. Remove .nato, .bitnet and .uucp.
9967
9968 * mml.el: Simplify autoload.
9969 (mml-mode): defvar dnd-protocol-alist instead of using
9970 symbol-value.
9971 (mml-default-directory): New variable.
9972 (mml-minibuffer-read-file): Use it.
9973 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9974
9975 * message.el (message-citation-line-format): New variable.
9976 (message-insert-formated-citation-line): New function.
9977 (message-citation-line-function):
9978 Add `message-insert-formated-citation-line' to custom type.
9979
9980 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9981 to doc string.
9982
9983 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9984 depending on mm-verify-option.
9985
9986 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9989 binding pgg-* variables; reimplement the section which prevents
9990 MIME header from being signed.
9991 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9992 pgg-text-mode; remove a blank line at the top of body.
9993
9994 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9995 lines at the top of body; use gnus-newsgroup-charset if there's no
9996 Charset header.
9997
9998 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * message.el (message-self-insert-commands): Doc fix.
10001
10002 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10003 (mm-uu-pgp-encrypted-test): Ditto.
10004 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10005 between header and body; return application/pgp-encrypted handle
10006 if decryption failed; decode decrypted body by charset.
10007
10008 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10009 element match to application/pgp-*.
10010
10011 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10012
10013 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10014 HTML.
10015
10016 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10017
10018 * mail-source.el (mail-source-call-script): Message the error
10019 string.
10020
10021 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10022
10023 * gnus-util.el (gnus-byte-compile): Use it.
10024
10025 2006-04-22 xyblor <fake@invalid.email> (tiny change)
10026
10027 * gnus-util.el (kill-empty-logs): New function.
10028
10029 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10030
10031 * message.el (message-mail-alias-type): Doc fix.
10032 (message-mail-alias-type-p): New function.
10033 (message-send): Use it.
10034 (message-mode): Ditto.
10035 (message-strip-forbidden-properties): Ditto.
10036
10037 * ecomplete.el (ecomplete-database-file-coding-system):
10038 New variable.
10039 (ecomplete-save): Use it.
10040 (ecomplete-setup): Use it.
10041
10042 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10043
10044 * message.el (message-self-insert-commands): New variable.
10045 (message-strip-forbidden-properties): Use it.
10046
10047 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10048
10049 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10050 that doesn't make XEmacs choke.
10051
10052 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10053
10054 * gnus-util.el (gnus-replace-in-string):
10055 Prefer replace-regexp-in-string over of replace-in-string.
10056
10057 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10058
10059 * gnus-util.el (gnus-select-frame-set-input-focus):
10060 Use select-frame-set-input-focus if it is available in XEmacs; use
10061 definition defined in Emacs 22 for old Emacsen.
10062
10063 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10064
10065 * mm-view.el (mm-inline-text): Use equal instead of equalp.
10066
10067 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
10068
10069 * gnus-registry.el (gnus-registry-cache-save): Remove text
10070 properties when saving via the temp buffer.
10071
10072 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10073
10074 * message.el (message-generate-hashcash): Honor custom type.
10075
10076 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10077
10078 * message.el (message-generate-hashcash): Default to non-nil when
10079 hashcash is found.
10080
10081 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10082 (gnus-refer-thread-limit): Increase default to 500.
10083
10084 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10085
10086 * flow-fill.el (fill-flowed): Allow delete-space.
10087
10088 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10089
10090 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10091 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10092 Remove autoloads.
10093
10094 2006-04-18 Simon Josefsson <jas@extundo.com>
10095
10096 * message.el (message-generate-hashcash): Default to.
10097
10098 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10099
10100 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10101 concatenating segments rather than before concatenating them.
10102
10103 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10104
10105 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10106
10107 * imap.el (imap-quote-specials): New function.
10108 (imap-login-auth): Quote specials.
10109
10110 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10111
10112 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10113
10114 * message.el (message-forward-make-body-plain):
10115 Allow message-forward-ignored-headers to be a list.
10116 (message-remove-ignored-headers): Factor out into function.
10117 (message-forward-make-body-mml): Use it.
10118 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10119 (rfc2231-parse-string): Allow concatanation of parameters that
10120 aren't contiguous. The test case is
10121 (mail-header-parse-content-type "message/external-body;
10122 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10123 access-type=LOCAL-FILE;
10124 name*1*=plugh%2fhello-sailor%2fbing.pdf")
10125
10126 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * nntp.el (nntp-accept-process-output): Return the value of
10129 `nnheader-accept-process-output'.
10130
10131 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10132
10133 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10134 (gnus-button-alist): Recognize more diff formats.
10135 (gnus-button-patch): Strip directory.
10136
10137 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10138
10139 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10140 Emacs 22 when setting focus.
10141
10142 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10143
10144 * gnus-art.el (gnus-article-treat-types): Do treatment of
10145 text/x-verbatim parts.
10146 (gnus-button-patch): New command.
10147
10148 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10149 addresses that contain invalid characters.
10150
10151 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10152
10153 * message.el (message-put-addresses-in-ecomplete):
10154 Use gnus-replace-in-string.
10155 (message-is-yours-p): Use the more correct
10156 mail-header-parse-address instead of
10157 mail-extract-address-components.
10158 (message-put-addresses-in-ecomplete): Fix typo.
10159
10160 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10161 keystroke.
10162
10163 * gnus-art.el (gnus-treatment-function-alist): Change order of
10164 newsgroups/generic header folding to avoid double-folding.
10165
10166 * message.el (message-hidden-headers): Add X-Draft-From.
10167
10168 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10169 New command.
10170 (gnus-summary-repeat-search-article-backward): New command.
10171
10172 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10173 groups in the parent topic.
10174
10175 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
10176
10177 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10178 (spam-extra-header-to-number): Return the CRM114 number as a
10179 number instead of a string.
10180
10181 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10182
10183 * gnus-art.el (gnus-face-properties-alist): Move here from
10184 gnus-fun.
10185
10186 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10187
10188 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10189
10190 * message.el (message-strip-forbidden-properties): Only display on
10191 self-insert-command.
10192
10193 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10194 reindent.
10195 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10196
10197 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10198
10199 * smiley.el (smiley-style): Fix typo.
10200
10201 2006-03-23 Kenichi Handa <handa@m17n.org>
10202
10203 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10204 instead of set-buffer-multibyte.
10205
10206 2006-03-23 Kenichi Handa <handa@m17n.org>
10207
10208 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10209 buffer and then decode the buffer text if necessary.
10210 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10211 first, and after mm-encode-body, change the buffer to unibyte.
10212
10213 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10214
10215 * hashcash.el (hashcash-insert-payment-async-2):
10216 Use message-goto-eoh instead of doing it manually.
10217 (mail-add-payment): Use message-narrow-to-header instead of trying
10218 to do the same itself.
10219
10220 * message.el (message-hidden-headers): Add Face.
10221
10222 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10223 reparenting code.
10224 (gnus-summary-reparent-children): Refactored out code.
10225 (gnus-summary-thread-map): New keystroke.
10226 (gnus-summary-reparent-children): Make into command.
10227
10228 * smiley.el (smiley-style): Default to `medium' if using a large
10229 font.
10230
10231 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10232 does it itself.
10233
10234 * message.el (message-point-in-header-p): Simplify definition.
10235
10236 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10237
10238 * nnagent.el (nnagent-request-set-mark): Silence log file
10239 writing.
10240 (nnagent-request-set-mark): Use write-region instead of
10241 append-to-file.
10242
10243 * gnus-sum.el (gnus-read-header): Fudge article number if using a
10244 strange select method.
10245
10246 * ecomplete.el (ecomplete-display-matches): Get highlightling
10247 right.
10248 (ecomplete-display-matches): Use literals.
10249 (ecomplete-display-matches): Disable message logging.
10250
10251 * message.el (message-display-abbrev): Small optimization.
10252
10253 * ecomplete.el (ecomplete-display-matches): Allow automatic
10254 display.
10255
10256 * message.el (message-strip-forbidden-properties):
10257 Display abbrevs.
10258 (message-display-abbrev): Get automatic display right.
10259
10260 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10261 keystrokes.
10262
10263 2006-04-13 Romain Francoise <romain@orebokech.com>
10264
10265 TODO: Backport to v5-10!
10266
10267 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10268 Move here (and rename) from gnus-registry.el.
10269
10270 * gnus-registry.el: Require gnus-util.
10271 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10272
10273 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10274
10275 * gnus-group.el (gnus-group-catchup-current):
10276 Change if-then-else-if-then-else into cond.
10277 (gnus-group-catchup): Indent.
10278 (group-name-at-point): New function.
10279 (gnus-fetch-group): Provide default from thing at point.
10280
10281 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10282
10283 * message.el (message-display-abbrev): Fix regexp.
10284
10285 * ecomplete.el (ecomplete-highlight-match-line):
10286 Reimplement choosing.
10287 (ecomplete-highlight-match-line): Fix up code rewrite, remove
10288 dead variables.
10289
10290 * message.el (message-newline-and-indent): Remove debugging.
10291 (message-display-abbrev): Use new implementation.
10292
10293 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10294
10295 * gnus-art.el (gnus-article-mode):
10296 Set cursor-in-non-selected-windows to nil.
10297
10298 * smiley.el: Revert previous change.
10299 (smiley-data-directory): defvar it before using it in the
10300 defcustom of `smiley-style'.
10301
10302 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10303
10304 * message.el (message-newline-and-indent): New function.
10305
10306 * ecomplete.el: Implement more bits.
10307
10308 * message.el (message-put-addresses-in-ecomplete): Clean up the
10309 string.
10310
10311 * ecomplete.el (ecomplete-add-item): Chop off decimals.
10312
10313 * gnus-sum.el (gnus-summary-save-parts):
10314 Bind gnus-summary-save-parts-counter and use it to make unique file
10315 names.
10316
10317 * gnus-art.el (gnus-ignored-headers): Add some more headers.
10318
10319 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10320 parameter to say whether to actually parse the individual
10321 addresses.
10322
10323 * message.el (message-put-addresses-in-ecomplete): New function.
10324 (ecomplete): Require.
10325 (message-mail-alias-type): Add ecomplete as an option.
10326
10327 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
10328
10329 * flow-fill.el (fill-flowed): Remove trailing space from blank
10330 quoted lines.
10331
10332 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10333
10334 * smiley.el (smiley-style): Move definition later to avoid a
10335 compilation warning.
10336
10337 2006-04-12 Kenichi Handa <handa@m17n.org>
10338
10339 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10340 buffer and then decode the buffer text if necessary.
10341 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10342 first, and after mm-encode-body, change the buffer to unibyte.
10343 Use mm-disable-multibyte instead of set-buffer-multibyte.
10344
10345 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10346
10347 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10348 Content-Type header instead of Content-Disposition header.
10349 (gnus-mime-inline-part): Ditto.
10350 (gnus-mime-view-part-as-charset): Ignore charset that the part
10351 specifies.
10352
10353 * mm-decode.el (mm-display-part): Work with external parts and
10354 usual parts similarly.
10355
10356 * mm-extern.el (mm-inline-external-body): Use mm-display-part
10357 instead of gnus-display-mime.
10358
10359 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10360 instead of with-temp-buffer.
10361
10362 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10363 tag to summarized topics part in order to encode non-ASCII text.
10364
10365 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10366
10367 * smiley.el (smiley-style): New variable.
10368 (smiley-directory): New function.
10369 (smiley-data-directory): Derive from `smiley-style' using
10370 `smiley-directory'.
10371 (smiley-regexp-alist): Add new entries.
10372
10373 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10374 (gnus-article-browse-delete-temp): Add :version.
10375
10376 2006-04-11 Arne Jørgensen <arne@arnested.dk>
10377
10378 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10379 the sieve region.
10380
10381 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10382
10383 * gnus.el (gnus-version-number): Bump version.
10384
10385 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10386
10387 * gnus.el: No Gnus v0.4 is released.
10388
10389 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10390
10391 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10392 layout.
10393
10394 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10395 unknown charset.
10396
10397 * message.el (message-header-synonyms): Add Original-To to the
10398 default.
10399
10400 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10401 optional parameter.
10402
10403 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10404
10405 * gnus-fun.el (gnus): Require it for gnus-directory.
10406
10407 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10408
10409 * gnus-fun.el (gnus-face-properties-alist): Add :version.
10410
10411 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10412
10413 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10414
10415 2006-04-05 Simon Josefsson <jas@extundo.com>
10416
10417 * password.el (password-reset): New function.
10418
10419 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10420
10421 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10422 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10423
10424 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10425
10426 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10427 Some whitespace was matched into the url, which broke browsing hits
10428 > 100 when mm-url-use-external was nil.
10429
10430 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
10431
10432 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10433 Check gnus-extra-headers for 'Newsgroups.
10434
10435 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10436 bound.
10437
10438 2006-04-04 Daiki Ueno <ueno@unixuser.org>
10439
10440 * pgg-gpg.el: Clean up process buffers every time gpg processes
10441 complete.
10442
10443 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
10444
10445 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10446 doc string.
10447
10448 2006-04-03 Daiki Ueno <ueno@unixuser.org>
10449
10450 * pgg-gpg.el (pgg-gpg-process-filter)
10451 (pgg-gpg-wait-for-completion): Check if buffer is alive.
10452
10453 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10454 lines, temporary fix.
10455
10456 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10457
10458 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10459
10460 2006-03-29 Daiki Ueno <ueno@unixuser.org>
10461
10462 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10463 default-enable-multibyte-characters. This reverts the change from
10464 revision 6.17 which is no longer necessary because the passphrase
10465 is sent separately now. GnuPG messages are unreadable under
10466 multibyte locales with default-enable-multibyte-characters set to
10467 nil.
10468
10469 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
10470
10471 * message.el (message-tool-bar-gnome): Move "spell".
10472
10473 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
10474
10475 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10476 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
10477 instead.
10478
10479 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
10480
10481 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10482 Improve newsgroups handling for NNTP overviews which don't include
10483 Newsgroups.
10484
10485 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10486
10487 * message.el (message-resend): Bind message-generate-hashcash to nil.
10488
10489 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10490
10491 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10492 when searching for already-paid recipients.
10493
10494 2006-03-27 Daiki Ueno <ueno@unixuser.org>
10495
10496 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10497 passphrases when it is not needed.
10498 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10499 passphrase stuff from gpg, should only be necessary when you use
10500 gpg with a smartcard.
10501
10502 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10503
10504 * mml.el (mml-insert-mime): Ignore cached contents of
10505 message/external-body part.
10506
10507 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10508 (mm-insert-part): Ditto.
10509
10510 2006-03-23 Simon Josefsson <jas@extundo.com>
10511
10512 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10513 Reiner.
10514 (pgg-gpg-use-agent-p): Use it again.
10515
10516 2006-03-23 Simon Josefsson <jas@extundo.com>
10517
10518 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10519 older emacsen.
10520 (pgg-gpg-use-agent-p): Don't use it.
10521
10522 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10523
10524 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10525 if we can.
10526
10527 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
10528
10529 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10530 (pgg-gpg-update-agent): New function.
10531 (pgg-gpg-use-agent-p): New function.
10532 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10533 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10534 (pgg-gpg-sign-region): Use it.
10535
10536 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
10537
10538 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10539 Reported by Ralf Wachinger <rwachinger@gmx.de>.
10540
10541 2006-03-21 Simon Josefsson <jas@extundo.com>
10542
10543 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10544 <wilde@sha-bang.de>.
10545 (pgg-gpg-use-agent): New variable.
10546 (pgg-gpg-process-region): Use it.
10547 (pgg-gpg-encrypt-region): Likewise.
10548 (pgg-gpg-encrypt-symmetric-region): Likewise.
10549 (pgg-gpg-decrypt-region): Likewise.
10550 (pgg-gpg-sign-region): Likewise.
10551 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10552
10553 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
10554
10555 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10556
10557 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10558 Add comment on version.
10559
10560 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
10561
10562 * smiley.el: Add missing test smiley.
10563
10564 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10565
10566 * mm-decode.el (mm-with-part): New macro.
10567 (mm-get-part): Use it; work with message/external-body as well.
10568 (mm-save-part): Treat name and filename equally.
10569
10570 * mm-extern.el (mm-extern-cache-contents): New function.
10571 (mm-inline-external-body): Use it; force the part to be displayed;
10572 move undisplayer added to the cached handle to the parent.
10573
10574 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10575 (gnus-mime-view-part-as-type): Work with message/external-body.
10576
10577 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10578
10579 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10580
10581 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10582 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10583 Emacs.]
10584
10585 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
10586
10587 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10588 path rather than symbol. Always return list of directories.
10589 Guarantee that image directory comes first. [Sync with image.el,
10590 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10591
10592 * message.el (message-make-tool-bar): Adjust to new API of
10593 `gmm-image-load-path-for-library'.
10594
10595 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10596
10597 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10598
10599 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10600
10601 * gnus-art.el (gnus-article-only-boring-p):
10602 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10603 intangible text.
10604 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10605
10606 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
10607
10608 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10609 Use `defun' instead of `gmm-defun-compat'.
10610
10611 2006-03-14 Simon Josefsson <jas@extundo.com>
10612
10613 * message.el (message-unique-id): Don't use message-number-base36
10614 if (user-uid) is a float.
10615 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10616
10617 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10620
10621 * gnus-art.el (gnus-mime-display-single): Make sure there is an
10622 empty line between a part and a message part.
10623
10624 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
10625
10626 * smiley.el: Add more test smileys.
10627 (smiley-data-directory, smiley-regexp-alist)
10628 (gnus-smiley-file-types): Fix doc strings.
10629 (smiley-update-cache): Clear smiley-cached-regexp-alist before
10630 adding new elements.
10631 (smiley-mouse-map): Unused code. Make it a comment.
10632
10633 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
10634
10635 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10636 scan latest NoCeM messages instead of old ones.
10637 (gnus-nocem-check-article): Fix regexps so as to match to PGP
10638 delimiters that are recently used.
10639 (gnus-nocem-load-cache): Add autoload cookie.
10640
10641 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10642
10643 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10644 level which is larger than gnus-use-nocem is specified.
10645
10646 * gnus-group.el (gnus-group-get-new-news): Ditto.
10647
10648 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
10649
10650 * gnus-util.el (gnus-tool-bar-update): New function.
10651
10652 * gnus-group.el (gnus-group-update-tool-bar): New variable.
10653 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10654
10655 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10656
10657 * gnus-group.el (gnus-group-redraw-when-idle)
10658 (gnus-group-redraw-check): Remove.
10659 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10660
10661 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10664 if optional last element is specified in splits (FIELD VALUE...).
10665
10666 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
10667
10668 * message.el (message-make-tool-bar): Rename gmm-image-load-path
10669 to gmm-image-load-path-for-library. Call with no-error argument.
10670 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10671
10672 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10673
10674 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10675
10676 * gmm-utils.el (gmm-image-load-path): Remove alias.
10677
10678 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
10679
10680 * gmm-utils.el (gmm-image-load-path): Add alias.
10681
10682 * nnml.el (nnml-generate-nov-databases-directory): Rename from
10683 nnml-generate-nov-databases-1.
10684 (nnml-generate-nov-databases): Use it.
10685 (nnml-generate-nov-databases-directory): Document no-active
10686 argument.
10687
10688 * gmm-utils.el (gmm-image-load-path-for-library): Return single
10689 directory if path is t. Add no-error.
10690
10691 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10692 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10693
10694 * gnus-art.el (gnus-article-browse-delete-temp-files):
10695 Simplify resetting gnus-article-browse-html-temp-list.
10696
10697 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10698 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
10699 Add example to docstring. Rename local variables. Move error
10700 checks to default case in cond and simplify.
10701
10702 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
10703
10704 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10705 handle is multipart when calling it recursively.
10706 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10707
10708 2006-03-03 Daniel Pittman <daniel@rimspace.net>
10709
10710 * nnimap.el (nnimap-request-update-info-internal): Optimize.
10711 Don't `gnus-uncompress-range' to avoid excessive memory usage.
10712
10713 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10714
10715 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10716 is loaded.
10717
10718 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10719 loaded.
10720
10721 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10722
10723 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10724 to "Emacs 23 (unicode)" in doc string.
10725
10726 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10727 "Emacs 23 (unicode)" in comment.
10728
10729 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10730
10731 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10732
10733 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10734 characters 160 through 255 in Emacs 23.
10735
10736 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10737
10738 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10739 gnus-article-browse-html-temp.
10740 (gnus-article-browse-delete-temp): Make it customizable.
10741 Add `file'. Adjust doc string.
10742 (gnus-article-browse-delete-temp-files): Add argument.
10743 Allow query for each file. Adjust doc string.
10744 (gnus-article-browse-html-parts):
10745 Add `gnus-article-browse-delete-temp-files' to
10746 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10747
10748 2006-03-02 Hynek Schlawack <hynek@ularx.de>
10749
10750 * gnus-art.el (gnus-article-browse-html-temp)
10751 (gnus-article-browse-delete-temp): New variables.
10752 (gnus-article-browse-delete-temp-files): New function.
10753 (gnus-article-browse-html-parts): Use it.
10754
10755 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10756
10757 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10758
10759 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10760 string.
10761
10762 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10763 gnus-summary-insert-new-articles when unplugged.
10764 Remove gnus-summary-search-article-forward.
10765
10766 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10767 display-visual-class instead of display-color-cells.
10768
10769 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10770
10771 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10772 message/* containing non-ASCII text properly.
10773
10774 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
10775
10776 * message.el: Require gmm-utils, remove autoloads.
10777 (message-tool-bar): Set default based on
10778 gmm-tool-bar-style.
10779 (message-tool-bar-gnome): Add gmm-customize-mode.
10780
10781 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10782 gmm-tool-bar-style.
10783 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10784
10785 * gnus-group.el (gnus-group-tool-bar): Set default based on
10786 gmm-tool-bar-style.
10787 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10788
10789 * gmm-utils.el (gmm-image-directory): Rename variable from
10790 gmm-image-load-path.
10791 (gmm-image-load-path): Use gmm-image-directory.
10792 (gmm-customize-mode): New function.
10793 (gmm-tool-bar-style): New variable.
10794
10795 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10796 gnus-group-redraw-line-number.
10797 (gnus-group-redraw-check): Simplify.
10798 (gnus-group-tool-bar-update): Remove redraw check.
10799 (gnus-group-make-tool-bar): Add redraw check.
10800
10801 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
10802
10803 * gnus-art.el (gnus-button): Add missing parentheses.
10804
10805 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10806
10807 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10808
10809 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10810
10811 * gnus-art.el (gnus-button): New face.
10812 (gnus-article-button-face): Use it.
10813
10814 * gnus-sum.el (gnus-summary-tool-bar-gnome):
10815 Add gnus-summary-next-page. Re-order.
10816
10817 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10818 next-node are now included.
10819 (gnus-group-redraw-line-number): New internal variable.
10820 (gnus-group-redraw-check): Helper function for updating the tool
10821 bar.
10822 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10823
10824 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10825
10826 * spam.el (spam-spamassassin-score-regexp): New internal variable.
10827 (spam-extra-header-to-number, spam-check-spamassassin-headers):
10828 Use it to match format of Spamassassin 3.0 and later.
10829 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
10830 (spam-check-bogofilter)
10831 (spam-bogofilter-register-with-bogofilter): Fix args of
10832 `gnus-error' calls.
10833
10834 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10835
10836 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10837 unnecessary interaction when sending queued mails.
10838 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10839
10840 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10841
10842 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10843 first or last are nil.
10844
10845 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10846
10847 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10848
10849 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10852
10853 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
10855 * dns.el (query-dns): Protect more against buggy tcp output.
10856
10857 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10858
10859 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10860 nov.php.
10861
10862 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10863
10864 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10865 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10866 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
10867 output on the server side.
10868 (nnweb-google-create-mapping): Update regexps and add some
10869 progress indication.
10870
10871 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
10872
10873 * gnus-group.el (gnus-group-tool-bar-gnome):
10874 Fix gnus-agent-toggle-plugged. Re-order icons.
10875 (gnus-group-tool-bar-gnome):
10876 Add gnus-group-{prev,next}-unread-group.
10877 (gnus-group-tool-bar-gnome): Re-order icons.
10878
10879 * gnus-sum.el (gnus-summary-tool-bar-gnome):
10880 Move gnus-summary-insert-new-articles.
10881
10882 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
10883 Fix comments.
10884
10885 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
10886 also available in Emacs 21.3.
10887
10888 * message.el (message-fix-before-sending): Change "Emacs 22" to
10889 "Emacs 23 (unicode)" in comment.
10890
10891 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10892 "Emacs 23 (unicode)" in comment.
10893
10894 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10895 comment.
10896 (mm-coding-system-p): Add comment about no-MULE XEmacs.
10897
10898 * mm-view.el (mm-fill-flowed): Add :version.
10899
10900 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10901
10902 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10903 and load-path.
10904
10905 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
10906
10907 * message.el: Autoload gmm-image-load-path.
10908 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10909 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
10910 consitency.
10911
10912 * gmm-utils.el (gmm-image-load-path): Also search in
10913 "../etc/images". Don't set gmm-image-load-path if we don't find
10914 the image.
10915
10916 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
10917
10918 * gmm-utils.el (gmm-image-load-path): Don't make
10919 `gmm-image-load-path' include subdirectories which the second arg
10920 `image' might specify.
10921
10922 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10923 subdirectory to icon file names.
10924
10925 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10926
10927 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10928
10929 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10930 gmm-image-load-path calls.
10931
10932 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10933
10934 * message.el (message-make-tool-bar): Ditto.
10935
10936 * mml.el (mml-preview): Add comment concerning tool bar icons.
10937
10938 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10939 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10940
10941 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10942 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10943
10944 * message.el (message-tool-bar-gnome): Use new icon names.
10945 (message-make-tool-bar): Use `gmm-image-load-path'.
10946
10947 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
10948 New functions from MH-E.
10949 (gmm-image-load-path): New variable from MH-E.
10950 (gmm-image-load-path): New function from MH-E. Add arguments
10951 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
10952 *-image-load-path-called-flag.
10953
10954 2006-02-21 Milan Zamazal <pdm@brailcom.org>
10955
10956 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10957
10958 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
10959
10960 * nnimap.el (nnimap-request-move-article): Change folder back to
10961 source group before deleting.
10962
10963 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
10964
10965 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10966
10967 * gnus-art.el (mm-url-insert-file-contents-external):
10968 Autoload mm-url.
10969
10970 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10971
10972 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
10973
10974 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10975 coding system which mm-charset-to-coding-system returns for a
10976 given charset is valid.
10977
10978 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10979
10980 * html2text.el (html2text-remove-tag-list):
10981 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10982
10983 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10984
10985 * gnus-cus.el: Revert 2005-10-17 change.
10986
10987 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
10988
10989 * gnus-art.el (article-strip-banner):
10990 Call article-really-strip-banner only when the regexp match is made.
10991
10992 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
10993
10994 * gnus-art.el (article-strip-banner):
10995 Use gnus-extract-address-components instead of
10996 mail-header-parse-addresses to make it work with non-ASCII text;
10997 remove mail-encode-encoded-word-string.
10998
10999 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11000 values which are surrounded with \"...\"; make it never cause a
11001 Lisp error; give up parsing of parameters if it failed in
11002 extracting type.
11003
11004 2006-02-14 Arne Jørgensen <arne@arnested.dk>
11005
11006 * smime.el (smime-cert-by-ldap-1): Fix bug where
11007 `smime-ldap-search' returns results without userCertificates.
11008
11009 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11010
11011 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11012
11013 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11014
11015 * spam.el (spam-check-spamassassin-headers): Adapt format for
11016 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11017 <ari@mbf.ocn.ne.jp>.
11018 (spam-list-of-processors): Add spam-use-gmane.
11019
11020 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11021
11022 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11023 make-temp-file; make it work with XEmacs as well.
11024
11025 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11026 mm-make-temp-file.
11027
11028 * mm-decode.el (mm-display-external): Use the 3rd arg of
11029 mm-make-temp-file.
11030 (mm-create-image-xemacs): Ditto.
11031
11032 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11033
11034 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11035 with message-narrow-to-headers.
11036 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11037 (gnus-draft-check-draft-articles): New function.
11038 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11039
11040 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11041
11042 * gnus-art.el (gnus-article-browse-html-parts):
11043 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11044 Don't use suffix argument for mm-make-temp-file for Emacs 21
11045 compatibility. Remove useless `format'.
11046
11047 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11048
11049 * nnweb.el (nnweb-google-wash-article): Update regexps.
11050 (nnweb-group-alist): Use defvoo instead of defvar.
11051
11052 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11053
11054 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11055 re-loading nn* modules.
11056
11057 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11058
11059 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11060 for `tool-bar-mode' and don't check it's default-value.
11061
11062 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11063
11064 * message.el (message-make-tool-bar): Ditto.
11065
11066 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11067 `substring'. Shorten tmp-file name.
11068
11069 * gnus.el: Remove bogus comment.
11070
11071 2006-02-10 Hynek Schlawack <hynek@ularx.de>
11072
11073 * gnus-art.el (gnus-article-browse-html-parts): New function.
11074 (gnus-article-browse-html-article): New function for viewing html
11075 articles with a browser.
11076
11077 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11078
11079 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11080 (mml2015-pgg-encrypt): Ditto.
11081
11082 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11083 (mml1991-pgg-encrypt): Ditto.
11084
11085 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11086
11087 * nnfolder.el (nnfolder-insert-newsgroup-line):
11088 Use message-make-date instead of current-time-string.
11089
11090 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11091 to gnus-decoded which mm-uu might set.
11092
11093 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11094
11095 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11096 don't decode quoted parameters; remove misimported Emacs code.
11097 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11098 (rfc2231-decode-encoded-string): Don't use split-string which
11099 behaves differently according to Emacs version; use
11100 mm-decode-coding-region to convert charset to coding-system.
11101 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11102 (rfc2231-encode-string): Remove misimported Emacs code.
11103
11104 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11105
11106 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11107 when calling mail-header-parse-content-type.
11108 (article-de-quoted-unreadable): Ditto.
11109 (article-de-base64-unreadable): Ditto.
11110 (article-wash-html): Ditto.
11111
11112 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11113 calling mail-header-parse-content-type and
11114 mail-header-parse-content-disposition.
11115 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11116 mail-header-parse-content-type.
11117
11118 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11119 insert charset and format parameters; encode description after
11120 inserting it to buffer.
11121 (mml-insert-parameter): Fold lines properly even if a parameter is
11122 segmented into two or more lines; change the max column to 76.
11123
11124 * rfc1843.el (rfc1843-decode-article-body): Don't use
11125 ignore-errors when calling mail-header-parse-content-type.
11126
11127 * rfc2231.el (rfc2231-parse-string): Return at least type if
11128 possible; don't cause an error even if it fails in parsing of
11129 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11130 (rfc2231-encode-string): Don't break lines at the beginning, leave
11131 it to mml-insert-parameter.
11132
11133 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11134 calling mail-header-parse-content-type.
11135
11136 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
11137
11138 * spam-report.el (spam-report-gmane-use-article-number):
11139 Improve doc string.
11140 (spam-report-gmane-internal): Check if a suitable header was found
11141 in the article.
11142
11143 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
11144
11145 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11146 (rfc2231-encode-string): Make param*=value always begin with LWSP.
11147
11148 2006-02-05 Romain Francoise <romain@orebokech.com>
11149
11150 Update copyright notices of all files in the gnus directory.
11151
11152 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11153
11154 * nnweb.el (nnweb-request-group): Avoid growing overview files.
11155
11156 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11157
11158 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11159 segmented lines of parameter value to cope with Thunderbird 1.5
11160 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11161 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11162 (rfc2231-encode-string): Don't make lines exceeding 76 column.
11163
11164 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
11165
11166 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11167 parts.
11168
11169 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11170
11171 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11172 there's only one active file for all servers.
11173 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11174 solid groups. Gnus might have used a FAST request to select the group.
11175 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11176 and nnweb-search redundantly in the active file.
11177 (nnweb-request-list): Don't list bogus groups. There can only be one.
11178 (nnweb-request-create-group): Don't use ARGS.
11179 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11180 initialisations. Let nnoo do the work.
11181
11182 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
11183
11184 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11185 Say the part has been decoded.
11186
11187 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11188
11189 2006-01-31 Kevin Ryde <user42@zip.com.au>
11190
11191 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11192 mailcap-viewer-test-cache when there's no 'test clause, since that
11193 will invert the meaning of a "nil" test previously determined by
11194 mailcap-mailcap-entry-passes-test.
11195
11196 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
11197
11198 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11199 compiling.
11200
11201 * gnus-sum.el: Ditto.
11202
11203 * message.el: Don't bind tool-bar-map when compiling.
11204
11205 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
11206
11207 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11208
11209 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11210
11211 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11212 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11213 current Google Groups.
11214
11215 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
11216
11217 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11218 and tool-bar-mode.
11219
11220 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11221 and tool-bar-mode.
11222
11223 * message.el (message-tool-bar-update): Simplify.
11224 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11225
11226 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11227 gnus-summary-buffer.
11228 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11229 gnus-summary-reply.
11230
11231 * gmm-utils.el (gmm): Add :version.
11232
11233 2006-01-26 Steve Youngs <steve@sxemacs.org>
11234
11235 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11236 Don't autoload.
11237
11238 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11239
11240 * gmm-utils.el (gmm-verbose): Add :group.
11241
11242 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
11243
11244 * message.el: Change some comments WRT tool-bars.
11245
11246 * gnus-sum.el (gnus-summary-tool-bar)
11247 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11248 (gnus-summary-tool-bar-zap-list): New variables.
11249 (gnus-summary-make-tool-bar): Complete rewrite using
11250 `gmm-tool-bar-from-list'.
11251
11252 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11253 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11254 New variables.
11255 (gnus-group-make-tool-bar): Complete rewrite using
11256 `gmm-tool-bar-from-list'.
11257 (gnus-group-tool-bar-update): New function.
11258
11259 * message.el (message-mode-field-menu): Add "Show hidden Headers".
11260
11261 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
11262
11263 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11264 is dissected into a single part of which the type is the same as
11265 the given one; decode charset.
11266
11267 2006-01-21 Kevin Ryde <user42@zip.com.au>
11268
11269 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11270 into alists as symbol not string, since that's what
11271 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11272 look for.
11273
11274 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
11275
11276 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11277 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11278
11279 * message.el (message-tool-bar-gnome): Use gmm-ignore.
11280
11281 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11282
11283 * gnus-art.el (gnus-mime-security-button-commands): New variable.
11284 (gnus-mime-security-button-menu): New definition.
11285 (gnus-mime-security-button-map): Use them.
11286 (gnus-mime-security-button-menu): New function.
11287 (gnus-insert-mime-security-button): Addition to help echo.
11288 (gnus-mime-security-run-function, gnus-mime-security-save-part)
11289 (gnus-mime-security-pipe-part): New functions.
11290
11291 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11292 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11293
11294 * mm-decode.el (mm-handle-set-disposition): Remove.
11295 (mm-handle-set-description): Remove.
11296
11297 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11298
11299 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11300 (mm-w3m-standalone-supports-m17n-p): New function.
11301 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11302 w3m usage.
11303
11304 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11305 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11306
11307 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11308
11309 * message.el (message-tool-bar-zap-list):
11310 Use gmm-tool-bar-zap-list as custom type.
11311 (message-tool-bar-update): New function.
11312 (message-tool-bar, message-tool-bar-gnome)
11313 (message-tool-bar-retro): Add message-tool-bar-update.
11314 (message-tool-bar-gnome): Add flyspell-buffer.
11315
11316 * gnus-util.el (gnus-error): Describe `args'.
11317
11318 * gmm-utils.el (gmm-error): Describe `args'.
11319 (gmm-tool-bar-zap-list): New widget.
11320 (gmm-tool-bar-from-list): Improve description of `zap-list'.
11321
11322 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11323
11324 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11325 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11326 the number of recursive calls.
11327
11328 * mm-decode.el (mm-handle-set-disposition): New macro.
11329 (mm-handle-set-description): New macro.
11330
11331 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11332
11333 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11334 encoding.
11335
11336 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11337
11338 * message.el (message-tool-bar-zap-list, message-tool-bar)
11339 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11340 (message-tool-bar-local-item-from-menu): Remove.
11341 (message-tool-bar-map): Replace by `message-make-tool-bar'.
11342 (message-make-tool-bar): New function.
11343 (message-mode): Use `message-make-tool-bar'.
11344
11345 * gmm-utils.el: New file.
11346 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11347 (gmm-lazy): New widget copied from `nnmail.el'.
11348 (gmm-tool-bar-from-list): New function for creating customizable
11349 tool bars.
11350 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
11351 output.
11352 (gmm): Add :prefix to defgroup.
11353
11354 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
11355
11356 * gmm-utils.el (gmm-widget-p): New function.
11357
11358 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * mml.el (mml-attach-file): Describe `description' in doc string.
11361 (mml-menu): Add Emacs MIME manual and PGG manual.
11362
11363 2006-01-20 Richard M. Stallman <rms@gnu.org>
11364
11365 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11366
11367 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
11368
11369 * nntp.el (nntp-end-of-line): Doc fix.
11370
11371 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
11372
11373 * imap.el (imap-open): Handle case where buffer is a buffer
11374 object.
11375
11376 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * gnus-delay.el (gnus-delay): Don't autoload.
11379 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11380 to be re-loaded when customizing the `gnus-delay' group.
11381
11382 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
11383
11384 * message.el (message-insert-citation-line): Use newlines.
11385
11386 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11387
11388 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11389
11390 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11391
11392 2006-01-19 Mark D. Baushke <mdb@gnu.org>
11393
11394 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11395
11396 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11397
11398 * mm-decode.el (mm-inlined-types): Add application/pgp.
11399 (mm-automatic-display): Ditto.
11400
11401 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11402 part as text.
11403
11404 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11405
11406 * nnrss.el: Update copyright.
11407 (nnrss-opml-import): Query whether to subscribe to each entry.
11408
11409 * gnus-art.el:
11410 * gnus-sum.el:
11411 * mm-uu.el:
11412 * mm-view.el: Update copyright.
11413
11414 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
11415
11416 * message.el (message-info): New function.
11417 (message-mode-menu): Add it.
11418 Update copyright.
11419
11420 * ChangeLog: Fix and update copyright.
11421
11422 2006-01-13 Romain Francoise <romain@orebokech.com>
11423
11424 * message.el (message-forward-subject-name-subject): Prefer the
11425 address to 'nowhere' if the sender has no name.
11426 Fix typo. Update copyright year.
11427
11428 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11429
11430 * gnus-art.el (article-wash-html):
11431 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11432 (gnus-article-wash-html-with-w3m-standalone): New function.
11433
11434 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11435 mm-inline-text-html-render-with-w3m-standalone.
11436 (mm-text-html-washer-alist): Map w3m-standalone to
11437 gnus-article-wash-html-with-w3m-standalone.
11438 (mm-inline-text-html-render-with-w3m-standalone): New function.
11439
11440 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11441
11442 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11443 Improve LaTeX.
11444
11445 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11448 (nnrss-request-article): Render text/plain parts as HTML.
11449
11450 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11451 the buffer.
11452
11453 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11454
11455 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11456 custom definition of `gnus-posting-styles'.
11457
11458 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11459 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11460
11461 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
11462
11463 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11464 Use nntp for bug archive.
11465
11466 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11467
11468 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11469 parts.
11470 (nnrss-normalize-date): New function converts ISO 8601 date into
11471 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11472 (nnrss-check-group): Use it.
11473
11474 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11475
11476 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11477
11478 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11479 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11480 (nnrss-insert-w3): Ditto.
11481
11482 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11483
11484 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11485 the articles to be forwarded including the case where neither a
11486 number of articles nor a region is specified.
11487
11488 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11489
11490 * nnrss.el (nnrss-request-article): Fix last change; fill
11491 text/plain parts.
11492
11493 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
11494
11495 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11496 in text/plain part.
11497 (nnrss-check-group): Don't add excessive newline to dc:subject.
11498
11499 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
11500
11501 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11502 article.
11503
11504 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11505
11506 * nnml.el: Don't require gnus-bcklg. Autoload it.
11507 (nnml-use-compressed-files, nnml-save-mail): Support other
11508 comression programs such as bzip2.
11509
11510 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11511
11512 * dns.el (query-dns): Make sure we check the buffer size before
11513 removing tcp headers.
11514
11515 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
11516
11517 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11518 remove MIME buttons associated with multipart/alternative parts.
11519 (gnus-mime-display-alternative): Tag buttons using `article-type'
11520 text property.
11521
11522 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11523 associated with multipart/alternative parts.
11524
11525 * gnus-art.el (gnus-signature-separator): Fix custom type.
11526
11527 * mm-decode.el (mm-inlined-types): Fix custom type.
11528 (mm-keep-viewer-alive-types): Ditto.
11529 (mm-automatic-display): Ditto.
11530 (mm-attachment-override-types): Ditto.
11531 (mm-inline-override-types): Ditto.
11532 (mm-automatic-external-display): Ditto.
11533
11534 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11535
11536 * spam-report.el (spam-report-user-mail-address)
11537 (spam-report-user-agent): New variables.
11538 (spam-report-url-ping-plain): Use spam-report-user-agent.
11539
11540 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
11541
11542 * gnus-art.el (gnus-button-handle-custom): Do not just use
11543 `customize-apropos' for any "M-x customize-*" button but the
11544 function called for. Accept both the function name and its
11545 argument in order to achieve this.
11546 (gnus-button-alist): Remove support for "custom:" URL's.
11547 Pass function name to `gnus-button-handle-custom' in case of "M-x
11548 customize-*" buttons.
11549
11550 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
11551
11552 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11553 multipart/alternative and add xref to mm-discouraged-alternatives
11554 in doc string.
11555
11556 * mm-decode.el (mm-discouraged-alternatives): Add xref to
11557 gnus-buttonized-mime-types in doc string.
11558
11559 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11560
11561 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11562 Suggest image/.* in the doc string.
11563
11564 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11565
11566 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11567 message-marks (Debian bug #342521).
11568
11569 2005-12-12 Simon Josefsson <jas@extundo.com>
11570
11571 * password.el (password-read-from-cache): Add.
11572 (password-read): Use it.
11573
11574 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
11575
11576 * rfc2047.el (rfc2047-charset-to-coding-system):
11577 Recognize us-ascii as a MIME charset.
11578
11579 * mm-bodies.el (mm-decode-content-transfer-encoding):
11580 Protect against the case where the 2nd arg TYPE is nil.
11581
11582 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11583
11584 * pop3.el (pop3-stream-type): Fix custom version.
11585
11586 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11587
11588 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11589
11590 * mm-decode.el (mm-display-external): Add missing cdr.
11591
11592 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
11593
11594 * mm-decode.el (mm-display-external): Use nametemplate (defined in
11595 RFC1524) if it is in mailcap or add a suffix according to
11596 mailcap-mime-extensions when generating a temp filename; postpone
11597 deleting a temp file for 2 seconds for some wrappers, shell
11598 scripts, and so on, which might exit right after having started a
11599 viewer command as a background job.
11600
11601 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11602
11603 * nntp.el (nntp-marks-directory): Fix custom group.
11604
11605 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11606 steps when < 10.
11607
11608 * gnus-start.el (gnus-no-server-1):
11609 Mention `gnus-level-default-subscribed' in doc string.
11610
11611 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11612
11613 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11614 parens.
11615
11616 2005-11-26 Dave Love <fx@gnu.org>
11617
11618 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11619 (tls-program, tls-success): Provide openssl alternative.
11620
11621 * starttls.el: Doc fixes.
11622 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11623 SERVICE to PORT.
11624
11625 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
11626 port null or service name.
11627 (starttls-negotiate): Autoload.
11628
11629 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11630
11631 * message.el (message-kill-to-signature): Fix interactive spec.
11632
11633 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11634
11635 * pop3.el (pop3-open-server): Recognize a string as a service name.
11636
11637 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
11638
11639 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11640
11641 2005-11-23 Dave Love <fx@gnu.org>
11642
11643 Add pop3s, pop3/starttls.
11644
11645 * pop3.el (pop3-authentication-scheme): Clarify doc.
11646 (open-tls-stream, starttls-open-stream): Autoload.
11647 (pop3-stream-type): New.
11648 (pop3-open-server): Use it.
11649
11650 * mail-source.el (mail-sources): Fix some :types. Add stream type
11651 for POP.
11652 (mail-source-keyword-map): Add :stream for POP.
11653 (mail-source-fetch-pop): Use pop3-stream-type.
11654
11655 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
11656
11657 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11658 of current-time-string.
11659
11660 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
11661
11662 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11663 date header.
11664
11665 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11666
11667 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11668 it can seriously impact performance as it bypasses the agent's
11669 local caches.
11670
11671 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11672
11673 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11674 must be explicitly online rather than "not explicitly offline" for
11675 its flags to be synchronized.
11676
11677 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11678 that gnus-uu-unmark-thread will function correctly.
11679
11680 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11681 1024K is instead displayed as 1M.
11682
11683 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11684
11685 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11686
11687 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
11688
11689 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11690
11691 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
11692
11693 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11694 error message to display actual error condition.
11695 (gnus-agent-save-local): Avoid saving symbols that are bound to
11696 nil as they simply result in a warning message in
11697 gnus-agent-read-local.
11698
11699 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11700
11701 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11702 rather than make-variable-buffer-local for file-precious-flag.
11703
11704 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11705
11706 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11707 for duplicates which are removed. The invalid sort check then
11708 triggers a rescan after the sort as sorting may have moved
11709 duplicate entries such that they can be cheaply detected.
11710
11711 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11712
11713 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11714
11715 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11716
11717 * gnus-agent.el (gnus-agent-article-alist-save-format):
11718 Change internal variable to a custom variable. Change default value
11719 from compressed(2) to uncompressed(1).
11720 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11721 support for uncompressed agentview files. Taken together, reading
11722 the agentview file should now be 6-7 times faster.
11723
11724 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
11725
11726 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11727 as a buffer-local variable. This avoids creating truncated
11728 dribble files as a result of a hang up, eg.
11729
11730 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11731
11732 * gnus-start.el (gnus-start-draft-setup):
11733 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
11734
11735 * gnus.el (gnus-splash): Change custom group.
11736 (gnus-group-get-parameter, gnus-group-parameter-value):
11737 Describe allow-list argument.
11738
11739 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11740 string.
11741
11742 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11743
11744 * gnus-art.el (gnus-default-article-saver): Add user-defined
11745 `function' to custom type.
11746
11747 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11748
11749 * imap.el (imap-open): Handle case where buffer is a buffer
11750 object.
11751
11752 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11753
11754 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11755 long lines.
11756 (gnus-cache-delete-group): Wrap doc strings.
11757
11758 * gnus-agent.el (gnus-agent-rename-group)
11759 (gnus-agent-delete-group): Wrap doc strings.
11760
11761 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11762
11763 * gnus-start.el (gnus-1): Add "native" to
11764 gnus-predefined-server-alist.
11765
11766 * gnus.el (gnus-method-to-server): Don't add "native" to the
11767 lists here, because that leads to problems when
11768 gnus-select-method is bound.
11769
11770 2005-11-09 Simon Josefsson <jas@extundo.com>
11771
11772 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11773 use (not sort-by-date) instead.
11774
11775 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * gnus-delay.el (gnus-delay-group): Don't autoload.
11778 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11779 to be re-loaded when customizing the `gnus-delay' group.
11780
11781 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11782
11783 * message.el: Revert last changes.
11784 (message-insert-citation-line): Use newlines.
11785
11786 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11787
11788 * message.el (message-courtesy-message)
11789 (message-mark-insert-begin, message-mark-insert-end)
11790 (message-elide-ellipsis, message-cancel-message)
11791 (message-add-header, message-change-subject)
11792 (message-cross-post-followup-to-header)
11793 (message-cross-post-insert-note, message-reduce-to-to-cc)
11794 (message-widen-reply, message-delete-not-region)
11795 (message-kill-to-signature, message-insert-signature)
11796 (message-insert-importance-high, message-insert-importance-low)
11797 (message-insert-or-toggle-importance)
11798 (message-insert-disposition-notification-to)
11799 (message-indent-citation, message-yank-original)
11800 (message-cite-original-without-signature, message-cite-original)
11801 (message-insert-citation-line, message-position-on-field)
11802 (message-fix-before-sending, message-send-mail-partially)
11803 (message-send-mail, message-send-mail-with-sendmail)
11804 (message-send-mail-with-qmail, message-send-news)
11805 (message-check-news-header-syntax, message-generate-headers)
11806 (message-insert-courtesy-copy, message-fill-address)
11807 (message-fill-header, message-shorten-references)
11808 (message-setup-1, message-cancel-news)
11809 (message-forward-make-body-plain, message-forward-make-body-mime)
11810 (message-forward-make-body-mml, message-encode-message-body)
11811 (message-forward-make-body-digest-plain)
11812 (message-forward-make-body-digest-mime)
11813 (message-use-alternative-email-as-from): Insert `hard-newline'
11814 instead of ordinary newlines.
11815
11816 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
11817
11818 * message.el (message-generate-headers): Downcase the argument
11819 given to message-check-element.
11820
11821 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
11822
11823 * nntp.el (nntp-authinfo-rejected): New error condition.
11824 (nntp-wait-for): Use new error condition to signal authentication
11825 error.
11826 (nntp-retrieve-data): Rethrow new error condition to break out of
11827 recursive call to nntp-send-authinfo.
11828
11829 2005-11-08 Romain Francoise <romain@orebokech.com>
11830
11831 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11832 (gnus-summary-exit-map): Bind to `Z p'.
11833 (gnus-summary-make-menu-bar): Add menu item.
11834
11835 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
11836
11837 * gnus-art.el (gnus-article-treat-custom): Add `first'.
11838 (gnus-treat-*): Add `first' in all doc strings.
11839
11840 * gnus-group.el (gnus-group-compact-group): Fix typo.
11841
11842 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11843
11844 * gnus.el (gnus-parameters-case-fold-search): New variable.
11845 (gnus-parameters-get-parameter): Use it.
11846
11847 * gnus-score.el (gnus-home-score-file): Doc fix.
11848
11849 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
11850
11851 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11852
11853 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
11854
11855 * mm-util.el (mm-special-display-p): New function.
11856
11857 * mml.el (mml-preview): Use it; doc fix.
11858
11859 2005-10-29 Romain Francoise <romain@orebokech.com>
11860
11861 * message.el (message-fix-before-sending): Fix comment.
11862
11863 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11864
11865 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11866
11867 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11868
11869 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11870 Used in gnus-score.el.
11871
11872 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11873
11874 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11875
11876 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11877
11878 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11879 whitespace removed in revision 7.8. Use concatenated string to
11880 protect trailing whitespace.
11881
11882 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
11883
11884 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11885 (nnimap-request-expire-articles): Use it to avoid sending 'UID
11886 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11887 Courier IMAP ("some version from 2004"). Mostly based on similar
11888 code in the same function.
11889
11890 2005-10-26 Didier Verna <didier@xemacs.org>
11891
11892 * gnus-group.el (gnus-group-compact-group): Invalidate original
11893 article buffer.
11894 * gnus-srvr.el (gnus-server-compact-server): Ditto.
11895 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11896 NOV database and in article itself.
11897 Invalidate article backlog.
11898
11899 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11900
11901 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11902
11903 2005-10-26 Simon Josefsson <jas@extundo.com>
11904
11905 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11906 part of 2004-07-25 change.
11907
11908 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11909
11910 * message.el (message-display-completion-list): New function.
11911 (message-expand-group): Use it; make sure the Completions buffer
11912 is modifiable.
11913
11914 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11915
11916 * imap.el (imap-open): Handle case where buffer is a buffer object.
11917
11918 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11919
11920 * pgg-def.el:
11921 * pgg-gpg.el:
11922 * pgg-parse.el:
11923 * pgg-pgp.el:
11924 * pgg-pgp5.el:
11925 * pgg.el: Move to the parent lisp directory.
11926
11927 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11928
11929 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11930 user-mail-name is an empty string.
11931
11932 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11933
11934 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11935 depending on gnus-score-decay-constant.
11936
11937 * encrypt.el (encrypt-insert-file-contents)
11938 (encrypt-write-file-contents): Don't use `gnus-message'.
11939
11940 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11941 arguments.
11942 (mm-uu-type-alist): Add message-marks and insert-marks.
11943 Pass arguments to mm-uu-verbatim-marks-extract.
11944 (mm-uu-hide-markers): New variable.
11945 (mm-uu-extract): Use face similar to `gnus-cite-3'.
11946
11947 * gnus-fun.el (gnus-convert-image-to-x-face-command)
11948 (gnus-convert-image-to-face-command): Use "convert" by default to
11949 allow other input image formats.
11950 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11951 accordingly.
11952
11953 2005-10-23 Simon Josefsson <jas@extundo.com>
11954
11955 * imap.el (imap-gssapi-program): Align command line parameters
11956 with latest GNU SASL.
11957 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11958
11959 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11960
11961 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11962 HTML.
11963 (nnslashdot-request-article): Ditto.
11964
11965 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11966
11967 * mail-source.el (mail-source-fetch-pop): Require pop3.
11968 (mail-source-check-pop): Ditto.
11969
11970 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11971
11972 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11973 errors.
11974
11975 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11976
11977 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11978 (gnus-treat-strip-leading-blank-lines): Improve doc string.
11979
11980 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11981
11982 * mm-bodies.el (mm-decode-string):
11983 Call `mm-charset-to-coding-system' with allow-override argument.
11984
11985 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11986
11987 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11988 (rfc2047-charset-to-coding-system): New function.
11989 (rfc2047-decode-encoded-words): New function.
11990 (rfc2047-decode-region): Use them.
11991 (rfc2047-decode-cte): Remove.
11992 (rfc2047-parse-and-decode): Remove.
11993 (rfc2047-decode): Remove.
11994
11995 2005-10-15 Kenichi Handa <handa@m17n.org>
11996
11997 * rfc2047.el (rfc2047-decode-cte): New function.
11998 (rfc2047-decode-region): Change the way to decode successive
11999 encoded-words: decode B- or Q-encoding in each encoded-word,
12000 concatenate them, and decode it as charset.
12001
12002 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12003
12004 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12005 widget-move-and-invoke.
12006 (gnus-custom-mode): Use gnus-custom-map.
12007
12008 2005-10-15 Bill Wohler <wohler@newt.com>
12009
12010 * message.el (message-tool-bar-map): Rename image file from
12011 mail_send to mail/send.
12012
12013 2005-10-16 Masatake YAMATO <jet@gyve.org>
12014
12015 * message.el (message-expand-group): Pass the common
12016 prefix substring of completion to `display-completion-list'.
12017
12018 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12019
12020 * mml-sec.el (mml-secure-method): New internal variable.
12021 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12022 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12023 New functions using mml-secure-method.
12024
12025 * mml.el (mml-mode-map): Add key bindings for those functions.
12026 (mml-menu): Simplify security menu entries. Suggested by Jesper
12027 Harder <harder@myrealbox.com>.
12028 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12029 Goto end of message if point is the headers of the message.
12030
12031 * message.el (message-in-body-p): New function.
12032
12033 * assistant.el: Autoload gnus-util and netrc.
12034
12035 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12036 Use `mm-charset-override-alist' only when decoding.
12037
12038 * mm-bodies.el (mm-decode-body):
12039 Call `mm-charset-to-coding-system' with allow-override argument.
12040
12041 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12042 `filename' from Content-Disposition if Content-Type doesn't
12043 provide `name'.
12044 (gnus-mime-view-part-as-type): Set default instead of
12045 initial-input.
12046
12047 2005-10-09 Daniel Brockman <daniel@brockman.se>
12048
12049 * format-spec.el (format-spec): Propagate text properties of % spec.
12050
12051 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12052
12053 * gnus-art.el (gnus-treat-predicate): Add `first'.
12054
12055 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12056
12057 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12058 (mm-charset-override-alist): New variable.
12059 (mm-charset-to-coding-system): Use it.
12060 (mm-codepage-setup): New helper function.
12061 (mm-charset-eval-alist): New variable.
12062 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12063 Warn about unknown charsets.
12064
12065 2005-10-04 David Hansen <david.hansen@gmx.net>
12066
12067 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12068 (nnrss-check-group): Ditto.
12069
12070 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12071
12072 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12073 Rename x-gnus-verbatim to x-verbatim.
12074 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12075
12076 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12077 x-verbatim.
12078
12079 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12080
12081 * gnus-util.el (gnus-remove-duplicates): Remove.
12082
12083 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12084 instead of gnus-remove-duplicates.
12085
12086 * message.el (message-remove-duplicates): Remove.
12087 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12088 message-remove-duplicates.
12089
12090 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12091 available, else use implementation from `delete-dups'.
12092
12093 * message.el (message-insert-expires): New function.
12094 (message-mode-map): Add key binding.
12095 (message-mode-field-menu): Add menu entry.
12096 (message-mode): Document it.
12097 (message-make-expires-date): Use `message-make-date'.
12098
12099 2005-10-04 Josh Huber <huber@alum.wpi.edu>
12100
12101 * message.el (message-make-expires-date): New function.
12102
12103 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12106
12107 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12110 function rather than the diff-mode.el package.
12111 (mm-display-external): Use with-current-buffer.
12112 (mm-viewer-completion-map, mm-viewer-completion-map):
12113 Move initialization inside declaration.
12114
12115 2005-09-29 Simon Josefsson <jas@extundo.com>
12116
12117 * spam.el: Load hashcash when compiling, to avoid warnings.
12118 Don't autoload mail-check-payment.
12119 (spam-check-hashcash): Define unconditionally, since hashcash.el
12120 is part of Gnus now. Ignore errors from payment checking.
12121
12122 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12123
12124 * message.el (message-bold-region, message-unbold-region):
12125 Rename from `bold-region' and `unbold-region'.
12126
12127 * message.el: Remove useless autoloads.
12128
12129 2005-09-28 Simon Josefsson <jas@extundo.com>
12130
12131 * message.el (message-use-idna): Default to t.
12132 (message-use-idna): Test whether encoding works too. Doc fix.
12133
12134 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12135
12136 * nntp.el (nntp-warn-about-losing-connection): Remove.
12137
12138 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12139
12140 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12141 customizable. Change default value.
12142 (mm-uu-diff-groups-regexp): Change default value.
12143 (mm-uu-type-alist): Add doc string.
12144 (mm-uu-configure): Add doc string. Make it interactive.
12145 (mm-uu-tex-groups-regexp): New variable.
12146 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12147 (mm-uu-type-alist): Add LaTeX documents.
12148 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12149 of "text/verbatim".
12150 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12151
12152 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12153 instead of "text/verbatim".
12154
12155 * message.el (message-mark-inserted-region)
12156 (message-mark-insert-file): Use slrn style marks when called with
12157 prefix argument.
12158
12159 2005-09-27 Simon Josefsson <jas@extundo.com>
12160
12161 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12162
12163 2005-09-27 Arne Jørgensen <arne@arnested.dk>
12164
12165 * message.el (message-remove-duplicates): New function.
12166 Implementation borrowed from `gnus-remove-duplicates'.
12167 (message-idna-to-ascii-rhs): Also encode idna addresses in
12168 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12169 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12170 only ask about the same idna domain once per header and also tell
12171 in what header to replace the idna domain.
12172
12173 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12174 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12175 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12176 a header is decoded and not just the last one.
12177
12178 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12179
12180 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12181 has been decoded.
12182
12183 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12184 (mm-insert-part): Don't modify text if it has been decoded.
12185
12186 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12187 decoded.
12188
12189 * mm-view.el (mm-inline-text): Don't strip text props unless
12190 decoding enriched or richtext parts.
12191
12192 2005-09-25 Romain Francoise <romain@orebokech.com>
12193
12194 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12195 * gnus-start.el (gnus-subscribe-interactively):
12196 * gnus-uu.el (gnus-uu-grab-articles):
12197 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12198 space.
12199
12200 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12201
12202 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12203 * mm-view.el (mm-view-pkcs7-decrypt):
12204 * gnus-sum.el (gnus-summary-limit-to-extra)
12205 (gnus-summary-respool-article, gnus-read-move-group-name):
12206 * gnus-score.el (gnus-summary-increase-score):
12207 * gnus-util.el (gnus-completing-read-with-default):
12208 * gnus-art.el (gnus-read-save-file-name)
12209 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12210 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12211 * message.el (message-check-news-header-syntax):
12212 Follow convention for reading with the minibuffer.
12213
12214 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12215
12216 * spam-report.el (spam-report-url-ping-plain):
12217 Use gnus-extended-version as User-Agent.
12218
12219 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12220 default value is nil.
12221
12222 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12223 (mm-uu-verbatim-marks-extract): New function.
12224 (mm-uu-extract): New face.
12225 (mm-uu-copy-to-buffer): Use it.
12226
12227 * spam-report.el (spam-report-gmane-ham): Rename from
12228 `spam-report-gmane-unspam'.
12229 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12230 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
12231
12232 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12233 Autoload.
12234 (spam-report-gmane-unregister-routine):
12235 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12236
12237 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
12238
12239 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12240 (spam-report-gmane-unregister-routine): Add support for gmane
12241 unregistration.
12242
12243 * spam-report.el (spam-report-gmane-unspam)
12244 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12245 (spam-report-gmane): Change to take a single article and do unspam
12246 registration.
12247
12248 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12249
12250 * mm-url.el (mm-url-decode-entities): Fix regexp.
12251
12252 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12253
12254 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12255 default to nil, to be able to use Gnus at all. If the default
12256 switches to something else, then the function should be fixed not
12257 be exceedingly slow.
12258
12259 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
12260
12261 * gnus-start.el (gnus-activate-group): If the server is nil, don't
12262 fail hard.
12263
12264 * spam-report.el: Add better Keywords line.
12265
12266 * spam.el: Add Maintainer and better Keywords line.
12267
12268 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12269
12270 * gnus-art.el (gnus-article-replace-part)
12271 (gnus-mime-replace-part): New functions.
12272 (gnus-mime-action-alist, gnus-mime-button-commands)
12273 (gnus-mime-save-part-and-strip): Add file argument.
12274 (gnus-article-part-wrapper): Add interactive argument.
12275
12276 * gnus-sum.el (gnus-summary-mime-map):
12277 Add `gnus-article-replace-part'.
12278
12279 2005-09-19 Didier Verna <didier@xemacs.org>
12280
12281 The nnml compaction feature:
12282 * nnml.el (nnml-request-compact-group): New function.
12283 * nnml.el (nnml-request-compact): New function.
12284 * gnus-int.el (gnus-request-compact-group): New function.
12285 * gnus-int.el (gnus-request-compact): New function.
12286 * gnus-group.el (gnus-group-compact-group): New function.
12287 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12288 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12289 * gnus-srvr.el (gnus-server-compact-server): New function.
12290 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12291 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12292
12293 2005-09-18 Deepak Goel <deego@gnufans.org>
12294
12295 * sieve.el (sieve-help): Fix `message' call: first arg should be a
12296 format spec.
12297
12298 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12299
12300 * gnus.el (gnus-group-startup-message): Bind image-load-path.
12301
12302 2005-09-15 Romain Francoise <romain@orebokech.com>
12303
12304 * message.el (message-fill-paragraph): Clarify docstring.
12305
12306 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
12307
12308 * gnus-art.el (gnus-mime-display-part): Protect against broken
12309 MIME messages.
12310
12311 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12312
12313 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12314 before parsing header.
12315
12316 2005-09-11 Jari Aalto <jari.aalto@cante.net>
12317
12318 * html2text.el (html2text-replace-list): Add new entities.
12319
12320 2005-09-11 Romain Francoise <romain@orebokech.com>
12321
12322 * message.el (message-alternative-emails): Improve docstring.
12323 (message-setup-1): Call `message-use-alternative-email-as-from'
12324 after `message-setup-hook' to give it precedence over posting
12325 styles, etc.
12326 (message-use-alternative-email-as-from): Add docstring.
12327 Remove the original From header if present.
12328
12329 * nnml.el (nnml-compressed-files-size-threshold): New variable.
12330 (nnml-save-mail): Use it.
12331
12332 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12333 articles. Add new argument `silent'.
12334 (gnus-uu-mark-all): Report the total number of marked articles.
12335
12336 2005-09-10 Romain Francoise <romain@orebokech.com>
12337
12338 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12339 (gnus-uu-mark-series): Likewise.
12340
12341 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
12342
12343 * spam-report.el (spam-report-gmane): Fix generation of spam
12344 report URL.
12345
12346 2005-09-10 Simon Josefsson <jas@extundo.com>
12347
12348 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12349 t, based on discussion on the ding list with Robert Epprecht
12350 <epprecht@solnet.ch>.
12351
12352 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
12353
12354 * spam-report.el (spam-report-gmane): Make it work without
12355 X-Report-Spam header. Gmane now only provides Archived-At.
12356 This is only used if `spam-report-gmane-use-article-number' is nil.
12357 (spam-report-gmane-spam-header): Remove. Not used anymore.
12358
12359 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12360 make `gnus-summary-sort-by-recipient' work with threading.
12361
12362 * nnweb.el (nnweb-google-wash-article): Print a message if article
12363 is not available.
12364
12365 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12366
12367 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12368 change. Decode text/* parts content before displaying.
12369
12370 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12371
12372 * mml-smime.el: Remove defvar of gnus-extract-address-components.
12373
12374 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12375
12376 * mm-view.el (mm-display-inline-fontify): Disable support modes.
12377
12378 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
12379
12380 * message.el (message-tab-body-function): Fix mismatched custom type.
12381
12382 * gnus.el (gnus-group-change-level-function): Ditto.
12383
12384 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12385
12386 * gnus-art.el (gnus-signature-limit)
12387 (gnus-article-mime-part-function): Ditto.
12388
12389 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12390
12391 * mml.el (mml-mode): Silence the byte compiler.
12392
12393 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12394 using `(sit-for 0)' before moving the point to the specified part;
12395 skip unbuttonized parts.
12396 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12397 return to the summary window if gnus-auto-select-part is non-nil.
12398
12399 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
12400
12401 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12402 New variables.
12403 (mml-dnd-attach-file, mml-mode): Use them.
12404
12405 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12406 Make fetching article by MID work again for Google Groups.
12407 Add FIXME concerning gnus-group-make-web-group.
12408
12409 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12410 Don't depend on Gnus by using mail-extract-address-components if
12411 gnus-extract-address-components is not bound.
12412
12413 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12414
12415 * gnus-art.el (gnus-mime-display-security): Don't display the
12416 signature, but only the signed part.
12417
12418 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
12419
12420 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12421
12422 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12423 list, not listp.
12424
12425 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
12426
12427 * mm-encode.el (mm-encode-content-transfer-encoding):
12428 Likewise when encoding.
12429
12430 * mm-bodies.el (mm-decode-content-transfer-encoding):
12431 De-canonicalize CRLF for all text content types, not just
12432 text/plain.
12433
12434 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12435
12436 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12437 valid article; point arrow and cursor at the MIME button.
12438
12439 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
12440
12441 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12442 Suggested by Dan Christensen <jdc@uwo.ca>.
12443
12444 * mm-decode.el (mm-save-part): Enable change of prompt.
12445
12446 2005-08-29 Jari Aalto <jari.aalto@cante.net>
12447
12448 * gnus-msg.el (gnus-inews-add-send-actions):
12449 Make `message-post-method' lambda parameter ARG `&optional'.
12450
12451 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12452
12453 * gnus-sum.el (gnus-summary-mime-map):
12454 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12455 gnus-article-jump-to-part.
12456
12457 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12458 (gnus-article-edit-part): Use it.
12459 (gnus-article-part-wrapper): Add no-handle argument.
12460 (gnus-article-save-part-and-strip, gnus-article-delete-part):
12461 New functions.
12462
12463 2005-08-29 Romain Francoise <romain@orebokech.com>
12464
12465 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12466 docstring.
12467 (gnus-face-from-file): Likewise.
12468
12469 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12470
12471 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12472 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12473 non-nil.
12474 (gnus-auto-select-part): New variable.
12475 (gnus-article-jump-to-part): New function.
12476 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12477 (gnus-mime-delete-part): Allow selecting specified part after
12478 deleting or stripping parts.
12479 (gnus-article-jump-to-part): Don't use `read-number'. Use last
12480 part if argument is bogus.
12481
12482 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12483
12484 * gnus-art.el (w3m-minor-mode-map):
12485 * gnus-spec.el (gnus-newsrc-file-version):
12486 * gnus-util.el (nnmail-active-file-coding-system)
12487 (gnus-original-article-buffer, gnus-user-agent):
12488 * gnus.el (gnus-ham-process-destinations)
12489 (gnus-parameter-ham-marks-alist)
12490 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12491 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12492 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12493 * mm-decode.el (gnus-current-window-configuration):
12494 * mm-extern.el (gnus-article-mime-handles):
12495 * mm-url.el (url-current-object, url-package-name)
12496 (url-package-version):
12497 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12498 (smime-keys, w3m-cid-retrieve-function-alist)
12499 (w3m-current-buffer, w3m-display-inline-images)
12500 (w3m-minor-mode-map):
12501 * mml-smime.el (gnus-extract-address-components):
12502 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12503 (gnus-newsrc-hashtb, message-default-charset)
12504 (message-deletable-headers, message-options)
12505 (message-posting-charset, message-required-mail-headers)
12506 (message-required-news-headers):
12507 * mml1991.el (mc-pgp-always-sign):
12508 * mml2015.el (mc-pgp-always-sign):
12509 * nnheader.el (nnmail-extra-headers):
12510 * rfc1843.el (gnus-decode-encoded-word-function)
12511 (gnus-decode-header-function, gnus-newsgroup-name):
12512 * spam-stat.el (gnus-original-article-buffer): Add defvars.
12513
12514 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
12515
12516 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12517 the end of the date treatments.
12518
12519 2005-08-15 Simon Josefsson <jas@extundo.com>
12520
12521 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12522 it in url-handlers.el and XEmacs in url.el. Reported by Luca
12523 Capello and Romain Francoise.
12524 (pgg-fetch-key-function): Remove, not used?
12525 (pgg-insert-url-with-w3): Require url, to get
12526 url-insert-file-contents regardless of where it is defined.
12527
12528 2005-08-13 Romain Francoise <romain@orebokech.com>
12529
12530 * message.el (message-cite-original-1): New function.
12531 (message-cite-original): Use it.
12532 (message-cite-original-without-signature): Ditto.
12533
12534 2005-08-08 Romain Francoise <romain@orebokech.com>
12535
12536 * message.el (message-yank-empty-prefix): New variable.
12537 (message-indent-citation): Use it.
12538 (message-cite-original-without-signature): Respect X-No-Archive.
12539
12540 2005-08-08 Simon Josefsson <jas@extundo.com>
12541
12542 * pgg.el: Autoload url-insert-file-contents instead of loading
12543 w3/url.
12544 (pgg-insert-url-with-w3): Don't load url here.
12545
12546 2005-08-07 Jesper Harder <harder@phys.au.dk>
12547
12548 * message.el (message-kill-to-signature): Don't insert newline at
12549 bol.
12550 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12551
12552 2005-08-06 Romain Francoise <romain@orebokech.com>
12553
12554 * message.el (message-user-fqdn): Fix typo in docstring.
12555
12556 2005-08-05 Daiki Ueno <ueno@unixuser.org>
12557
12558 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12559
12560 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12561
12562 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12563
12564 * mm-bodies.el (mm-encode-body): Use coding system rather than
12565 charset to encode text.
12566
12567 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12568 number of charsets if utf-8 is available (XEmacs).
12569
12570 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
12571
12572 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12573 taken from `gnus-button-mid-or-mail-regexp'.
12574 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12575 (gnus-button-alist): Improve regexp for domain part of the MIDs
12576 for news:localpart@domain buttons.
12577 (gnus-button-ctan-directory-regexp): Update.
12578
12579 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
12580
12581 * sieve-manage.el (sieve-manage-interactive-login):
12582 Use make-local-variable rather than make-variable-buffer-local.
12583 (sieve-manage-open): Ditto.
12584 (sieve-manage-authenticate): Ditto.
12585
12586 * mml.el (mml-generate-mime-1): Make the content type default to
12587 text/plain if the filename is not specified.
12588
12589 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
12590
12591 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12592 instead of insert-buffer.
12593
12594 * message.el (message-yank-original): Ditto; set the mark at the
12595 end of the yanked message.
12596
12597 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12598
12599 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12600 lines to scroll rather than to stop it.
12601
12602 * mml.el (mml-generate-default-type): Add doc string.
12603 (mml-generate-mime-1): Use mm-default-file-encoding or make it
12604 default to application/octet-stream when determining the content
12605 type if it is not specified for the part or the mml contents; add
12606 a comment about mml-generate-default-type.
12607
12608 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
12609
12610 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12611 make it default to application/octet-stream when determining the
12612 content type if it is not specified for the external contents.
12613
12614 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12615
12616 * rfc2231.el (rfc2231-parse-string): Take care that not only a
12617 segmented parameter but also other parameters might be there.
12618
12619 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12620
12621 * mm-decode.el (mm-display-external): Delete temp file, directory
12622 and buffer immediately if the external process is exited.
12623
12624 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
12625
12626 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12627 fewer lines than that of scroll-margin.
12628 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12629
12630 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12631
12632 * gnus-art.el (gnus-article-next-page): Revert.
12633 (gnus-article-beginning-of-window): New macro.
12634 (gnus-article-next-page-1): Use it.
12635 (gnus-article-prev-page): Ditto.
12636 (gnus-article-edit-part): Use insert-buffer-substring instead of
12637 insert-buffer.
12638 (gnus-article-edit-exit): Ditto.
12639
12640 * gnus-util.el (gnus-beginning-of-window): Remove.
12641 (gnus-end-of-window): Remove.
12642
12643 2005-07-25 Simon Josefsson <jas@extundo.com>
12644
12645 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12646 to have the url package without w3. Reported by Daiki Ueno
12647 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12648
12649 2005-07-20 Didier Verna <didier@xemacs.org>
12650
12651 * gnus-diary.el: Remove the description comment (nndiary is now
12652 properly documented in the Gnus manual).
12653 Fix the spelling of "Back End".
12654 * nndiary.el: Ditto.
12655 Fix the copyright notice.
12656
12657 2005-07-18 Romain Francoise <romain@orebokech.com>
12658
12659 * gnus-sum.el (gnus-summary-to-prefix)
12660 (gnus-summary-newsgroup-prefix): New variables.
12661 (gnus-summary-from-or-to-or-newsgroups): Use them.
12662
12663 2005-07-17 Romain Francoise <romain@orebokech.com>
12664
12665 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12666 space as it's generally not especially interesting to the user.
12667
12668 2005-07-16 Romain Francoise <romain@orebokech.com>
12669
12670 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12671 nil to avoid prompting and file modification if one of the
12672 messages at the top of the nnfolder file contains a copyright
12673 notice.
12674 Update copyright notice.
12675
12676 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12677 instead of `current-time-string' as the latter creates a time
12678 string that is not RFC 2822 compliant (it lacks the zone).
12679 Update copyright notice.
12680
12681 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12684 for text/rtf. Display default in prompt. Pass default for M-n.
12685
12686 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12687
12688 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12689
12690 * gnus-msg.el (gnus-button-mailto):
12691 Remove save-selected-window-window hackery because it relies on
12692 save-selected-window internals.
12693
12694 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
12695
12696 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12697 (gnus-article-next-page-1): Use gnus-beginning-of-window.
12698 (gnus-article-prev-page): Ditto.
12699
12700 * gnus-util.el (gnus-beginning-of-window): New function.
12701 (gnus-end-of-window): New function.
12702
12703 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12704
12705 * gnus-score.el (gnus-score-edit-all-score):
12706 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
12707 gnus-message.
12708
12709 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12710
12711 * gnus-msg.el (gnus-button-mailto):
12712 Remove save-selected-window-window hackery because it relies on
12713 save-selected-window internals.
12714
12715 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
12716
12717 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12718 add-minor-mode.
12719 (gnus-binary-mode): Ditto.
12720
12721 * gnus-topic.el (gnus-topic-mode): Ditto.
12722
12723 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
12724
12725 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12726 (gnus-article-prev-page): Take scroll-margin into consideration.
12727
12728 2005-07-04 Lute Kamstra <lute@gnu.org>
12729
12730 Update FSF's address in GPL notices.
12731
12732 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12733
12734 * gnus.el (gnus-exit):
12735 * gnus-group.el (gnus-group-icons):
12736 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12737
12738 * gnus-nocem.el (gnus-nocem):
12739 * message.el (message-various, message-buffers, message-sending)
12740 (message-interface, message-forwarding, message-insertion)
12741 (message-headers, message-news, message-mail):
12742 * pgg-gpg.el (pgg-gpg):
12743 * pgg-parse.el (pgg-parse):
12744 * pgg-pgp.el (pgg-pgp):
12745 * pgg-pgp5.el (pgg-pgp5):
12746 * pop3.el (pop3): Finish `defgroup' description with period.
12747
12748 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12749
12750 * gnus-art.el (article-display-face): Improve the efficiency.
12751 (article-display-x-face): Ditto; remove grey x-face stuff.
12752
12753 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
12754
12755 * gnus-art.el (article-display-face): Correct the position in
12756 which Faces are inserted.
12757
12758 2005-06-29 Didier Verna <didier@xemacs.org>
12759
12760 * gnus-art.el (article-display-face): Display faces in correct
12761 order.
12762
12763 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12764
12765 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12766 (gnus-fill-real-hashtb): Use hash table instead of obarray.
12767 (gnus-nocem-check-article): Fetch the Type header.
12768 (gnus-nocem-message-wanted-p): Fix the way to examine types.
12769 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12770 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12771 make sure gnus-nocem-hashtb is initialized.
12772 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12773 (gnus-nocem-unwanted-article-p): Ditto.
12774
12775 * pgg.el (pgg-verify): Return the verification result.
12776
12777 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12778
12779 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12780 is ascii.
12781
12782 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12785 `show-nonbreak-escape'.
12786
12787 2005-06-23 Lute Kamstra <lute@gnu.org>
12788
12789 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12790
12791 * dig.el (dig-mode):
12792 * smime.el (smime-mode): Use gnus-run-mode-hooks.
12793
12794 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12795
12796 * nnimap.el (nnimap-split-download-body): Fix spellings.
12797
12798 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
12799
12800 * gnus-art.el (gnus-article-encrypt-body):
12801 * gnus-cus.el (gnus-score-customize):
12802 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12803 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12804
12805 2005-06-16 Arne Jørgensen <arne@arnested.dk>
12806
12807 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12808 header by looking for magic "MII" at the beginnig.
12809
12810 2005-06-16 Miles Bader <miles@gnu.org>
12811
12812 * assistant.el (assistant-field): Remove "-face" suffix from face name.
12813 (assistant-field-face): New backward-compatibility alias for renamed
12814 face.
12815 (assistant-render-text): Use renamed assistant-field face.
12816
12817 * spam.el (spam): Remove "-face" suffix from face name.
12818 (spam-face): New backward-compatibility alias for renamed face.
12819 (spam-face, spam-initialize): Use renamed spam face.
12820
12821 * message.el (message-header-to, message-header-cc)
12822 (message-header-subject, message-header-newsgroups)
12823 (message-header-other, message-header-name)
12824 (message-header-xheader, message-separator, message-cited-text)
12825 (message-mml): Remove "-face" suffix from face names.
12826 (message-header-to-face, message-header-cc-face)
12827 (message-header-subject-face, message-header-newsgroups-face)
12828 (message-header-other-face, message-header-name-face)
12829 (message-header-xheader-face, message-separator-face)
12830 (message-cited-text-face, message-mml-face):
12831 New backward-compatibility aliases for renamed faces.
12832 (message-font-lock-keywords): Use renamed message faces.
12833
12834 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12835 (sieve-test-commands, sieve-tagged-arguments):
12836 Remove "-face" suffix from face names.
12837 (sieve-control-commands-face, sieve-action-commands-face)
12838 (sieve-test-commands-face, sieve-tagged-arguments-face):
12839 New backward-compatibility aliases for renamed faces.
12840 (sieve-control-commands-face, sieve-action-commands-face)
12841 (sieve-test-commands-face, sieve-tagged-arguments-face):
12842 Use renamed sieve faces.
12843
12844 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12845 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12846 (gnus-group-news-3-empty, gnus-group-news-4)
12847 (gnus-group-news-4-empty, gnus-group-news-5)
12848 (gnus-group-news-5-empty, gnus-group-news-6)
12849 (gnus-group-news-6-empty, gnus-group-news-low)
12850 (gnus-group-news-low-empty, gnus-group-mail-1)
12851 (gnus-group-mail-1-empty, gnus-group-mail-2)
12852 (gnus-group-mail-2-empty, gnus-group-mail-3)
12853 (gnus-group-mail-3-empty, gnus-group-mail-low)
12854 (gnus-group-mail-low-empty, gnus-summary-selected)
12855 (gnus-summary-cancelled, gnus-summary-high-ticked)
12856 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12857 (gnus-summary-high-ancient, gnus-summary-low-ancient)
12858 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12859 (gnus-summary-low-undownloaded)
12860 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12861 (gnus-summary-low-unread, gnus-summary-normal-unread)
12862 (gnus-summary-high-read, gnus-summary-low-read)
12863 (gnus-summary-normal-read, gnus-splash):
12864 Remove "-face" suffix from face names.
12865 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12866 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12867 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12868 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12869 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12870 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12871 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12872 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12873 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12874 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12875 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12876 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12877 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12878 (gnus-summary-normal-ticked-face)
12879 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12880 (gnus-summary-normal-ancient-face)
12881 (gnus-summary-high-undownloaded-face)
12882 (gnus-summary-low-undownloaded-face)
12883 (gnus-summary-normal-undownloaded-face)
12884 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12885 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12886 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12887 (gnus-splash-face):
12888 New backward-compatibility aliases for renamed faces.
12889 (gnus-group-startup-message): Use renamed gnus faces.
12890
12891 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12892 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12893 (gnus-server-agent): Remove "-face" suffix from face names.
12894 (gnus-server-agent-face, gnus-server-opened-face)
12895 (gnus-server-closed-face, gnus-server-denied-face)
12896 (gnus-server-offline-face):
12897 New backward-compatibility aliases for renamed faces.
12898 (gnus-server-agent-face, gnus-server-opened-face)
12899 (gnus-server-closed-face, gnus-server-denied-face)
12900 (gnus-server-offline-face): Use renamed gnus faces.
12901
12902 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12903 Remove "-face" suffix from face names.
12904 (gnus-picon-xbm-face, gnus-picon-face):
12905 New backward-compatibility aliases for renamed faces.
12906
12907 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12908 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12909 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12910 (gnus-cite-11): Remove "-face" suffix from face names.
12911 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12912 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12913 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12914 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12915 New backward-compatibility aliases for renamed faces.
12916 (gnus-cite-attribution-face, gnus-cite-face-list)
12917 (gnus-article-boring-faces): Use renamed gnus faces.
12918
12919 * gnus-art.el (gnus-signature, gnus-header-from)
12920 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12921 (gnus-header-content): Remove "-face" suffix from face names.
12922 (gnus-signature-face, gnus-header-from-face)
12923 (gnus-header-subject-face, gnus-header-newsgroups-face)
12924 (gnus-header-name-face, gnus-header-content-face):
12925 New backward-compatibility aliases for renamed faces.
12926 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12927
12928 * gnus-sum.el (gnus-summary-selected-face)
12929 (gnus-summary-highlight): Use renamed gnus faces.
12930 * gnus-group.el (gnus-group-highlight): Likewise.
12931
12932 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
12933
12934 * gnus-sieve.el (gnus-sieve-article-add-rule):
12935 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12936 * spam-stat.el (spam-stat-buffer-change-to-spam)
12937 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12938
12939 * message.el (message-is-yours-p):
12940 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12941
12942 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12943
12944 * mm-view.el (mm-inline-text): Withdraw the last change.
12945
12946 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12947
12948 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12949 executing enriched-decode.
12950
12951 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
12952
12953 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12954 charset of tar files.
12955
12956 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12957
12958 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12959
12960 2005-06-04 Lute Kamstra <lute@gnu.org>
12961
12962 * nnfolder.el (nnfolder-read-folder): Make sure that undo
12963 information is never recorded.
12964
12965 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12968
12969 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12970
12971 * pop3.el (pop3-apop): Run md5 in the binary mode.
12972
12973 * starttls.el (starttls-set-process-query-on-exit-flag):
12974 Use eval-and-compile.
12975
12976 2005-05-31 Simon Josefsson <jas@extundo.com>
12977
12978 * smime.el (smime-replace-in-string): Define.
12979 (smime-cert-by-ldap-1): Use it.
12980
12981 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
12982
12983 * gnus-art.el (article-display-x-face): Replace
12984 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12985
12986 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12987 set-process-query-on-exit-flag or process-kill-without-query.
12988
12989 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12990 loop instead of replace-regexp.
12991
12992 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12993 instead of process-kill-without-query if it is available.
12994
12995 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12996 instead of find-file-hooks if it is available.
12997
12998 * mml1991.el: Bind pgg-default-user-id when compiling.
12999
13000 * mml2015.el: Bind pgg-default-user-id when compiling.
13001
13002 * nndraft.el (nndraft-request-associate-buffer):
13003 Use write-contents-functions instead of write-contents-hooks if it is
13004 available.
13005
13006 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13007 instead of find-file-hooks if it is available.
13008
13009 * nntp.el (nntp-open-connection): Replace
13010 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13011 (nntp-open-ssl-stream): Ditto.
13012 (nntp-open-tls-stream): Ditto.
13013
13014 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13015 set-process-query-on-exit-flag or process-kill-without-query.
13016 (starttls-open-stream-gnutls): Use it instead of
13017 process-kill-without-query.
13018 (starttls-open-stream): Ditto.
13019
13020 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13021
13022 * smime.el (smime-cert-by-ldap-1): Don't use
13023 replace-regexp-in-string.
13024
13025 2005-05-31 Arne Jørgensen <arne@arnested.dk>
13026
13027 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13028
13029 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13030 in PEM format. Adjust to the XEmacs compability.
13031
13032 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13033
13034 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13035 by `string-to-number'.
13036 * gnus-agent.el (gnus-agent-regenerate-group)
13037 (gnus-agent-fetch-articles): Ditto.
13038 * gnus-art.el (gnus-button-fetch-group): Ditto.
13039 * gnus-cache.el (gnus-cache-generate-active)
13040 (gnus-cache-articles-in-group): Ditto.
13041 * gnus-group.el (gnus-group-set-current-level)
13042 (gnus-group-insert-group-line): Ditto.
13043 * gnus-score.el (gnus-score-set-expunge-below)
13044 (gnus-score-set-mark-below, gnus-summary-score-effect)
13045 (gnus-summary-score-entry): Ditto.
13046 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13047 (gnus-soup-pack): Ditto.
13048 * gnus-spec.el (gnus-xmas-format): Ditto.
13049 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13050 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13051 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13052 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13053 * nndb.el (nndb-get-remote-expire-response): Ditto.
13054 * nndiary.el (nndiary-parse-schedule-value)
13055 (nndiary-string-to-number, nndiary-request-replace-article)
13056 (nndiary-request-article): Ditto.
13057 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13058 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13059 * nneething.el (nneething-make-head): Ditto.
13060 * nnfolder.el (nnfolder-request-article)
13061 (nnfolder-retrieve-headers): Ditto.
13062 * nnheader.el (nnheader-file-to-number): Ditto.
13063 * nnkiboze.el (nnkiboze-request-article): Ditto.
13064 * nnmail.el (nnmail-process-unix-mail-format)
13065 (nnmail-process-babyl-mail-format): Ditto.
13066 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13067 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13068 (nnmh-request-create-group, nnmh-request-list-1)
13069 (nnmh-request-group, nnmh-request-article): Ditto.
13070 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13071 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13072 * nnsoup.el (nnsoup-make-active): Ditto.
13073 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13074 * nntp.el (nntp-find-group-and-number)
13075 (nntp-retrieve-headers-with-xover): Ditto.
13076 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13077 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13078 (pgg-format-key-identifier): Ditto.
13079 * pop3.el (pop3-last, pop3-stat): Ditto.
13080 * qp.el (quoted-printable-decode-region): Ditto.
13081
13082 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13083 of concat.
13084
13085 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13086
13087 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13088
13089 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13090
13091 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13092
13093 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13094
13095 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13096
13097 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13098
13099 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13100 (gnus-carpal-mode): Ditto.
13101
13102 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13103 (gnus-browse-mode): Ditto.
13104
13105 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13106
13107 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13108
13109 2005-05-29 Richard M. Stallman <rms@gnu.org>
13110
13111 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13112
13113 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13114
13115 * gnus-util.el (gnus-run-mode-hooks): New function.
13116
13117 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13118
13119 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13120
13121 * gnus-agent.el (gnus-agent-make-mode-line-string):
13122 Use mode-line-highlight as mouse-face.
13123
13124 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13125
13126 * canlock.el (canlock): Change the parent group to news.
13127
13128 * deuglify.el (gnus-outlook-deuglify): Add :group.
13129
13130 * dig.el (dig): Add :group.
13131
13132 * dns-mode.el (dns-mode): Add :group.
13133
13134 * encrypt.el (encrypt): Add :group.
13135
13136 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13137 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13138 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13139 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13140 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13141
13142 * gnus-diary.el (gnus-diary): Add :group.
13143
13144 * gnus.el (gnus-group-news-1-face): Add :group.
13145 (gnus-group-news-1-empty-face): Ditto.
13146 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13147 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13148 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13149 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13150 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13151 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13152 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13153 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13154 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13155 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13156 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13157 (gnus-summary-high-ticked-face): Ditto.
13158 (gnus-summary-low-ticked-face): Ditto.
13159 (gnus-summary-normal-ticked-face): Ditto.
13160 (gnus-summary-high-ancient-face): Ditto.
13161 (gnus-summary-low-ancient-face): Ditto.
13162 (gnus-summary-normal-ancient-face): Ditto.
13163 (gnus-summary-high-undownloaded-face): Ditto.
13164 (gnus-summary-low-undownloaded-face): Ditto.
13165 (gnus-summary-normal-undownloaded-face): Ditto.
13166 (gnus-summary-high-unread-face): Ditto.
13167 (gnus-summary-low-unread-face): Ditto.
13168 (gnus-summary-normal-unread-face): Ditto.
13169 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13170 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13171
13172 * hashcash.el (hashcash): New custom group.
13173 (hashcash-default-payment): Add :group.
13174 (hashcash-payment-alist): Ditto.
13175 (hashcash-default-accept-payment): Ditto.
13176 (hashcash-accept-resources): Ditto.
13177 (hashcash-path): Ditto.
13178 (hashcash-extra-generate-parameters): Ditto.
13179 (hashcash-double-spend-database): Ditto.
13180 (hashcash-in-news): Ditto.
13181
13182 * message.el (message-minibuffer-local-map): Add :group.
13183
13184 * netrc.el (netrc): Add :group.
13185
13186 * sieve-manage.el (sieve-manage-log): Add :group.
13187 (sieve-manage-default-user): Diito.
13188 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13189 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13190 (sieve-manage-authenticators): Ditto.
13191 (sieve-manage-authenticator-alist): Ditto.
13192 (sieve-manage-default-port): Ditto.
13193
13194 * sieve-mode.el (sieve-control-commands-face): Add :group.
13195 (sieve-action-commands-face): Ditto.
13196 (sieve-test-commands-face): Ditto.
13197 (sieve-tagged-arguments-face): Ditto.
13198
13199 * smime.el (smime): Add :group.
13200
13201 * spam-report.el (spam-report): Add :group.
13202
13203 * spam.el (spam, spam-face): Add :group.
13204
13205 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13206
13207 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13208 return \n.\n.\n at the end of articles. Protect against that.
13209 (nntp-with-open-group): Allow debugging.
13210
13211 * nnheader.el (mail-header-set-extra): Make into a function
13212 because I just could't understand how to quote the list properly.
13213
13214 * dns.el (query-dns-cached): New function.
13215
13216 2005-05-26 Lute Kamstra <lute@gnu.org>
13217
13218 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13219
13220 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13221
13222 * gnus-art.el: Don't autoload mail-extract-address-components.
13223
13224 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13225 eval-and-compile to evaluate it.
13226
13227 * hashcash.el: Don't autoload executable-find.
13228
13229 * nndb.el: Don't declare the nndb back end two or more times; don't
13230 autoload news-reply-mode, news-setup, cancel-timer and telnet.
13231
13232 * nntp.el: Autoload format-spec instead of format; use
13233 eval-and-compile to evaluate autoload forms.
13234
13235 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
13236
13237 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13238
13239 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13240
13241 * gnus.el (gnus-version-number): Bump version.
13242
13243 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13244
13245 * gnus.el: No Gnus v0.3 is released.
13246
13247 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13248
13249 * gnus-art.el (gnus-article-edit-part): Disable undo.
13250
13251 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13252
13253 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13254 gnus-article-date-lapsed-new-header is t if date timer is active;
13255 skip headers in which the original date value is empty.
13256 (gnus-article-save-original-date): Redefine it as a macro.
13257 (gnus-display-mime): Use it.
13258
13259 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13260
13261 * gnus-art.el (article-date-ut): Support converting date in
13262 forwarded parts as well.
13263 (gnus-article-save-original-date): New function.
13264 (gnus-display-mime): Use it.
13265
13266 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
13267
13268 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13269 enclosure element of <item>.
13270
13271 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
13272
13273 * message.el (message-kill-buffer-query): Rename from
13274 `message-kill-buffer-query-if-modified'. Add :version.
13275
13276 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13277
13278 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13279 window layout.
13280
13281 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13282
13283 * mml.el: Autoload dnd when compiling.
13284
13285 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13286
13287 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13288 x-dnd-*.
13289
13290 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13291
13292 * qp.el (quoted-printable-encode-region): Save excursion.
13293
13294 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
13295
13296 * message.el (message-kill-buffer-query-if-modified): Add new variable
13297 so the user can kill a modified message buffer quickly.
13298 (message-kill-buffer): Use it.
13299
13300 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
13301
13302 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13303 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13304
13305 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13306
13307 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13308 contained in text because xml.el decodes entities) with LFs.
13309
13310 2005-04-11 Lute Kamstra <lute@gnu.org>
13311
13312 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13313 differently.
13314
13315 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * mm-util.el (mm-detect-coding-region): Typo.
13318
13319 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
13320
13321 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13322
13323 2005-04-06 Deepak Goel <deego@gnufans.org>
13324
13325 * spam-stat.el (spam-stat-score-buffer): Add a call to a
13326 user-function allow user modifications of the scores.
13327 (spam-stat-score-buffer-user): New function, to allow
13328 user-computed modifications to the score.
13329 (spam-stat-score-buffer-user-functions): List of additional
13330 scoring functions.
13331 (spam-stat-error-holder): Global temporary error holder.
13332 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13333 variable.
13334
13335 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
13336
13337 * gnus-registry.el (gnus-registry-clean-empty-function)
13338 (gnus-registry-trim, gnus-registry-fetch-groups)
13339 (gnus-registry-delete-group): Groups that match
13340 `gnus-registry-ignored-groups' are removed from the registry
13341 entries, not just ignored for splitting. This helps clean up the
13342 registry. Also, `gnus-registry-fetch-groups' is a convenient way
13343 to get all the groups a message ID is in.
13344
13345 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13346 (spam-stat-split-fancy): Change "threshhold" to "threshold".
13347 (spam-stat-score-buffer-user-functions): Add :number custom type.
13348
13349 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13352 argument in XEmacs.
13353
13354 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13355 (nnrss-request-group): Decode group name first.
13356 (nnrss-request-article): Make a text/plain article if mml-to-mime
13357 failed.
13358 (nnrss-get-encoding): Return a compatible encoding according to
13359 nnrss-compatible-encoding-alist.
13360 (nnrss-find-el): Use consp instead of listp.
13361 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13362
13363 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13364
13365 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13366 which Emacs 20 doesn't support.
13367 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13368
13369 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13370
13371 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13372 silence the byte compiler inside the defun.
13373
13374 * gnus-demon.el (parse-time-string): Add autoload.
13375
13376 * gnus-delay.el (parse-time-string): Add autoload.
13377
13378 * gnus-art.el (parse-time-string): Add autoload.
13379
13380 * nnultimate.el (parse-time): Require for `parse-time-string'.
13381
13382 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13383
13384 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13385
13386 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13387
13388 * smime.el (smime-ldap-host-list): Add :version.
13389
13390 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13391
13392 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13393 pass it to `gnus-browse-read-group'.
13394 (gnus-browse-read-group): Add NUMBER argument and pass it to
13395 `gnus-group-read-ephemeral-group'.
13396
13397 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13398 argument and pass it to `gnus-group-read-group'.
13399
13400 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
13401
13402 * mm-util.el (mm-xemacs-find-mime-charset): Only call
13403 mm-xemacs-find-mime-charset-1 if we have the mule feature
13404 available at runtime.
13405
13406 2005-03-25 Werner Lemberg <wl@gnu.org>
13407
13408 * nnmaildir.el: Replace `illegal' with `invalid'.
13409
13410 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * gnus-start.el (gnus-display-time-event-handler):
13413 Check display-time-timer at runtime rather than only at load time
13414 in case display-time-mode is turned off in the mean time.
13415
13416 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13417
13418 * nnimap.el (nnimap-open-connection): Print which authinfo file is
13419 used.
13420
13421 * nneething.el (nneething-map-file-directory): Derive from
13422 `gnus-directory'.
13423
13424 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13425 the To/Cc button.
13426
13427 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13428
13429 * nnmaildir.el (nnmaildir-request-accept-article):
13430 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13431
13432 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13433
13434 * gnus-async.el: Require timer-funcs at compile time when in
13435 XEmacs for `run-with-idle-timer'.
13436
13437 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13438
13439 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13440 autoloaded function.
13441
13442 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13443
13444 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13445
13446 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
13447
13448 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13449
13450 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13451
13452 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13453 Add gnus-expert-user to default.
13454
13455 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
13456
13457 * nnimap.el (nnimap-open-server): Ditto.
13458
13459 * imap.el (imap-authenticate): Fix typo.
13460
13461 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
13462
13463 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13464 buffer (since IMAP server might return FETCH response out of
13465 order, and the nntp buffer must be sorted).
13466
13467 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
13468
13469 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13470 comparison on string.
13471
13472 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13473 (gnus-agent-score): Rename category keywords to match gnus-cus.
13474 (gnus-agent-summary-fetch-series): Modify to protect against
13475 gnus-agent-summary-fetch-group clearing processable flags.
13476 (gnus-agent-synchronize-group-flags): Update live group buffer as
13477 synchronization may occur due to the user toggle the plugged
13478 status.
13479 (gnus-agent-fetch-group-1): Clear downloadable flag when article
13480 successfully downloaded.
13481 (gnus-agent-expire-group-1): Avoid using markers when the overview
13482 is in ascending order; greatly improves performance.
13483 (gnus-agent-regenerate-group):
13484 Use gnus-agent-synchronize-group-flags to reset read status in both
13485 gnus and server.
13486 (gnus-agent-update-files-total-fetched-for): Fix initial size.
13487
13488 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13489
13490 * message.el: Don't autoload former message-utils variables.
13491 (message-strip-subject-trailing-was): Change doc string.
13492
13493 * nnweb.el: Fixes for `gnus-group-make-web-group'.
13494 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
13495 (nnweb-google-search): Add "hl=en" here.
13496 (nnweb-google-parse-1, nnweb-google-create-mapping):
13497 Don't hardcode URL.
13498
13499 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13500
13501 * message.el (message-get-reply-headers, message-followup):
13502 Mention related variables `message-use-followup-to' and
13503 `message-use-mail-followup-to', in the information buffer.
13504
13505 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13506 of broken groups(-beta).google.com.
13507
13508 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13509
13510 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13511 parameter to invoked gnus-request-move-article; remove the
13512 redundant gnus-sum-hint-move-is-internal variable; apply the marks
13513 all at once instead of once per article.
13514 (gnus-summary-remove-process-mark): Accept a list of articles as
13515 well as a single article for processing.
13516
13517 * gnus-int.el (gnus-request-move-article): Add move-is-internal
13518 parameter.
13519
13520 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13521
13522 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13523
13524 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13525 parameter.
13526
13527 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13528 parameter.
13529
13530 * nnimap.el (nnimap-request-move-article): Add move-is-internal
13531 parameter and remove the gnus-sum-hint-move-is-internal variable.
13532
13533 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13534 parameter.
13535
13536 * nndraft.el (nndraft-request-move-article): Add move-is-internal
13537 parameter.
13538
13539 * nndiary.el (nndiary-request-move-article): Add move-is-internal
13540 parameter.
13541
13542 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13543
13544 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13545 parameter.
13546
13547 * nnagent.el (nnagent-request-move-article): Add move-is-internal
13548 parameter.
13549
13550 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
13551
13552 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13553 a more conservative way.
13554
13555 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13558 buffer, so it moves the window's cursor.
13559
13560 2005-02-26 Arne Jørgensen <arne@arnested.dk>
13561
13562 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13563 `mm-dissect-multipart' and receive the from field as an (optional)
13564 argument from `mm-dissect-multipart'.
13565 (mm-dissect-multipart): Receive the from field as an argument and
13566 pass it on when we call `mm-dissect-buffer' on MIME parts.
13567 Fixes verification/decryption of signed/encrypted MIME parts.
13568
13569 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
13570
13571 * gnus-sum.el (gnus-summary-move-article):
13572 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
13573 whatever it calls (right now, only nnimap-request-move article
13574 respects it).
13575
13576 * nnimap.el (nnimap-request-move-article):
13577 When gnus-sum-hint-move-is-internal is set, don't do the extra
13578 nnimap-request-article.
13579
13580 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13581
13582 * nnheader.el (nnheader-find-file-noselect): Add doc string.
13583
13584 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13585 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13586
13587 * gnus-sum.el (gnus-summary-caesar-message):
13588 Apply `gnus-treat-article' after rotation.
13589
13590 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13591 doc string.
13592
13593 2005-02-22 Simon Josefsson <jas@extundo.com>
13594
13595 * encrypt.el (encrypt-password-cache-expiry): Remove (use
13596 `password-cache-expiry' instead). Reported by Arne Jørgensen
13597 <arne@arnested.dk>.
13598 (encrypt): Add password-cache and password-cache-expiry as group
13599 members.
13600
13601 2005-02-22 Arne Jørgensen <arne@arnested.dk>
13602
13603 * smime.el (smime-ldap-host-list): Doc fix.
13604 (smime-ask-passphrase): Use `password-read-and-add' to read (and
13605 cache) password.
13606 (smime-sign-region): Use it.
13607 (smime-decrypt-region): Use it.
13608 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13609 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13610 fails.
13611 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13612 certificate from DER to PEM format rather than calling openssl.
13613
13614 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13615
13616 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13617 for signing/encryption.
13618
13619 * mml.el (mml-parse-1): Use them.
13620
13621 2005-02-21 Arne Jørgensen <arne@arnested.dk>
13622
13623 * nnrss.el (nnrss-verbose): Remove.
13624 (nnrss-request-group): Use `nnheader-message' instead.
13625
13626 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
13627
13628 * nnrss.el (nnrss-verbose): New variable.
13629 (nnrss-request-group): Make it say nnrss is requesting a group.
13630
13631 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13632
13633 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13634 Handle news URL with given port correctly.
13635
13636 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13637
13638 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13639 containing special characters.
13640
13641 * gnus-sum.el (gnus-summary-edit-article): Ditto.
13642
13643 * mml.el (mime-to-mml): Ditto.
13644
13645 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13646 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13647 (rfc2047-decode-region): Quote decoded words containing special
13648 characters when rfc2047-quote-decoded-words-containing-tspecials
13649 is non-nil.
13650
13651 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
13652
13653 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13654
13655 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13656
13657 2005-02-15 Simon Josefsson <jas@extundo.com>
13658
13659 * nnimap.el (nnimap-debug): Doc fix.
13660
13661 * imap.el (imap-debug): Doc fix.
13662
13663 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13664
13665 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13666
13667 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13668
13669 * gnus.el (spam-contents): Improve docs for spam-contents
13670 parameter in its variable incarnation.
13671
13672 2005-02-14 Simon Josefsson <jas@extundo.com>
13673
13674 * smime-ldap.el: Use require instead of load-library for ldap.
13675 (smime-ldap-search): Indent.
13676 (smime-ldap-search-internal): Shorten line.
13677
13678 * smime.el (smime-cert-by-dns): Add doc-string.
13679 (smime-cert-by-ldap-1): Indent.
13680
13681 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
13682 mml-smime-get-dns-ldap.
13683 (mml-smime-encrypt-query): Use new function. Default to ldap.
13684
13685 2005-02-14 Arne Jørgensen <arne@arnested.dk>
13686
13687 * smime.el: Require smime-ldap.
13688 (smime-ldap-host-list): New variable.
13689 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13690
13691 * mml-smime.el (mml-smime-encrypt-query): New function.
13692 (mml-smime-encrypt-query): Use it.
13693
13694 * smime-ldap.el: New file.
13695
13696 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13697
13698 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13699
13700 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13701
13702 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13703 argument in doc string. Make query for type more clear.
13704
13705 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13706
13707 * gnus.el (gnus-group-startup-message): Search for gnus images in
13708 etc/images/gnus.
13709 * mm-util.el (mm-image-load-path): Likewise.
13710 * smiley.el (smiley-data-directory): Search for smilies in
13711 etc/images/smilies.
13712
13713 2005-02-09 Kim F. Storm <storm@cua.dk>
13714
13715 Change Emacs release version from 21.4 to 22.1 throughout.
13716 Change Emacs development version from 21.3.50 to 22.0.50.
13717
13718 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13719
13720 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13721
13722 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13723 non-Mule XEmacs as well.
13724 (mm-decompress-buffer): Signal an error intentionally if it does
13725 not decompress compressed data because auto-compression-mode is
13726 disabled.
13727
13728 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
13729
13730 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13731 an ID in the registry even if it has no groups.
13732
13733 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
13734
13735 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13736 merge it into mm-decompress-buffer.
13737 (gnus-mime-copy-part): Use the MIME part charset, the value which
13738 a user specified or gnus-newsgroup-charset for decoding, like
13739 gnus-mime-inline-part does; set buffer-file-coding-system to tell
13740 save-buffer what was used. Suggested by Kevin Ryde
13741 <user42@zip.com.au>.
13742 (gnus-mime-inline-part): Allow the name parameter as well as the
13743 filename parameter; force decompressing of compressed data; always
13744 display contents being not decoded as unibyte.
13745
13746 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13747 as well as the filename parameter.
13748
13749 * mm-util.el (mm-decompress-buffer):
13750 Merge gnus-mime-jka-compr-maybe-uncompress.
13751 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13752 of compressed data.
13753
13754 2005-02-08 Simon Josefsson <jas@extundo.com>
13755
13756 * imap.el (imap-log): Doc fix.
13757
13758 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13759
13760 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13761 the coding cookies; decompress compressed parts.
13762
13763 * mml.el (mml-generate-mime-1): Add the charset parameter according
13764 to the value which a user specified manually or the coding cookie.
13765
13766 * mm-util.el (mm-string-to-multibyte): New function.
13767 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13768 (mm-coding-system-to-mime-charset): New function.
13769 (mm-decompress-buffer): New function.
13770 (mm-find-buffer-file-coding-system): New function.
13771
13772 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13773 (mm-display-inline-fontify): Rewrite for decoding and decompressing
13774 parts.
13775
13776 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13777
13778 * mm-view.el (mm-display-inline-fontify): Decode a part according
13779 to the charset parameter.
13780
13781 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13784 prefix arg is neither nil nor a number, as info specifies.
13785
13786 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
13787
13788 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13789 timestamps.
13790
13791 2005-02-02 Jari Aalto <jari.aalto@cante.net>
13792
13793 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13794 groups error checking and notify user.
13795
13796 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
13797
13798 * message.el (message-send-mail-function): Check existence of
13799 sendmail-program first before using default value
13800 `message-send-mail-with-sendmail'. Otherwise use more generic
13801 `smtpmail-send-it'.
13802
13803 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13804
13805 * nntp.el (nntp-request-update-info): Always return nil.
13806
13807 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13810
13811 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * message.el (message-beginning-of-line): Change the behavior when
13814 invoked between BOL and : so that it first moves backward.
13815
13816 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13817
13818 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13819 article buffer when editing of the article is discarded.
13820 (gnus-article-prepare): Revert.
13821
13822 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13823
13824 * gnus-art.el (gnus-article-prepare):
13825 Remove message-strip-forbidden-properties from the local hook.
13826
13827 2005-01-27 Simon Josefsson <jas@extundo.com>
13828
13829 * password.el (password-cache-add): Only start one timer per key.
13830 Reported by Derek Atkins <warlord@MIT.EDU>.
13831
13832 2005-01-26 Steve Youngs <steve@sxemacs.org>
13833
13834 * run-at-time.el: Remove. It is no longer needed as
13835 timer-funcs.el in the xemacs-base package has a working version of
13836 `run-at-time'.
13837
13838 * password.el: Require timer-funcs instead of run-at-time in
13839 XEmacs.
13840 Remove `password-run-at-time' macro.
13841 (password-cache-add): Use `run-at-time' instead of
13842 `password-run-at-time'.
13843
13844 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13845 for `run-with-idle-timer'.
13846
13847 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13848 for `run-at-time'.
13849
13850 * mm-url.el: Require timer-funcs at compile time when in XEmacs
13851 for `with-timeout'.
13852
13853 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13854
13855 * mml.el (mml-generate-mime-1): Convert string into unibyte when
13856 inserting " *mml*" buffer's contents into a unibyte temp buffer.
13857
13858 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
13859
13860 * mail-source.el (mail-source-fetch-imap): Search for ^From case
13861 sensitively.
13862
13863 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
13864
13865 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13866
13867 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
13868
13869 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13870 which will be inserted according to the multibyteness of a buffer
13871 rather than the type of contents. Suggested by ARISAWA Akihiro
13872 <ari@mbf.ocn.ne.jp>.
13873
13874 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13875 of string which old xml.el may return rather than a string.
13876
13877 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13880
13881 2005-01-16 Simon Josefsson <jas@extundo.com>
13882
13883 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13884 idn/idna.el isn't available.
13885 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
13886 <michael@waxrat.com>.
13887
13888 * hashcash.el: Remove non-FSF copyright header.
13889
13890 * hashcash.el (hashcash-extra-generate-parameters): New variable.
13891 (hashcash-generate-payment): Use it.
13892 (hashcash-generate-payment-async): Use it.
13893
13894 2005-01-15 Simon Josefsson <jas@extundo.com>
13895
13896 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13897 Suggested by Raymond Scholz <ray-2005@zonix.de>.
13898
13899 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13900 gnus-summary-idna-message.
13901 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13902 (gnus-summary-idna-message): New function.
13903
13904 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13905
13906 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13907 gnus-novice-user.
13908
13909 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
13910
13911 * nnrss.el (nnrss-request-delete-group): Delete entries in
13912 nnrss-group-alist as well.
13913 (nnrss-save-server-data): Insert newline.
13914
13915 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
13916
13917 * gnus.el (gnus-user-agent): Use list of symbols instead of
13918 symbols. Display full version number for (S)XEmacs.
13919 Optionally display (S)XEmacs codename.
13920
13921 * gnus-util.el (gnus-emacs-version): Update for new
13922 `gnus-user-agent'.
13923
13924 * gnus-msg.el (gnus-extended-version): Make it possible to omit
13925 Gnus version.
13926
13927 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13928
13929 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
13930 which is unreadable in some setups.
13931
13932 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13933
13934 * gnus-spec.el (gnus-update-format-specifications): Flush the
13935 group format spec cache if it doesn't support decoded group names.
13936
13937 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13938
13939 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13940 Allow to apply decay on score files matching a regexp.
13941
13942 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
13943
13944 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13945 compatibility in %g and %c.
13946
13947 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
13948
13949 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13950 name for only %g and %c.
13951 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13952 of gnus-tmp-group to decoded group name.
13953 (gnus-group-make-rss-group): Exclude `/'s from group names.
13954
13955 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
13956
13957 * nnrss.el (nnrss-get-encoding): Fix regexp.
13958
13959 2004-12-27 Simon Josefsson <jas@extundo.com>
13960
13961 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13962 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13963 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
13964
13965 2004-12-17 Kim F. Storm <storm@cua.dk>
13966
13967 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13968
13969 * gnus-sum.el (gnus-summary-mode-map): Likewise.
13970
13971 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13972
13973 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13974
13975 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
13976
13977 * nnrss.el: Require rfc2047 and mml.
13978 (nnrss-file-coding-system): New variable.
13979 (nnrss-format-string): Redefine it as an inline function.
13980 (nnrss-decode-group-name): New function.
13981 (nnrss-string-as-multibyte): Remove.
13982 (nnrss-retrieve-headers): Decode group name; don't use
13983 nnrss-format-string.
13984 (nnrss-request-group): Decode group name.
13985 (nnrss-request-article): Decode group name; allow a Message-ID as
13986 well as an article number; don't use nnrss-format-string; encode a
13987 Message-ID string which may contain non-ASCII characters; use
13988 mml-to-mime to compose a MIME article.
13989 (nnrss-request-expire-articles): Decode group name.
13990 (nnrss-request-delete-group): Decode group name.
13991 (nnrss-fetch): Clarify error message.
13992 (nnrss-read-server-data): Use insert-file-contents instead of load;
13993 bind file-name-coding-system; use multibyte buffer.
13994 (nnrss-save-server-data): Bind coding-system-for-write to the
13995 value of nnrss-file-coding-system; bind file-name-coding-system;
13996 add coding cookie.
13997 (nnrss-read-group-data): Use insert-file-contents instead of load;
13998 bind file-name-coding-system; use multibyte buffer.
13999 (nnrss-save-group-data): Bind coding-system-for-write to the
14000 value of nnrss-file-coding-system; bind file-name-coding-system.
14001 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14002 make it work with non-ASCII text.
14003 (nnrss-find-el): Make it work with old xml.el as well.
14004
14005 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14006
14007 * nnrss.el (nnrss-get-encoding): New function.
14008 (nnrss-fetch): Use unibyte buffer initially; bind
14009 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14010 decode contents according to the encoding attribute.
14011 (nnrss-save-group-data): Add coding cookie.
14012 (nnrss-mime-encode-string): New function.
14013 (nnrss-check-group): Use it to encode subject and author.
14014
14015 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14016
14017 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14018 imaginary variable.
14019
14020 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14021
14022 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14023 correctly even if there are wide characters.
14024
14025 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14026
14027 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14028 downcased symbol names; make a new cache instead of reusing
14029 bbdb-hashtable.
14030
14031 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14032
14033 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14034 concatenating segments rather than before concatenating them.
14035 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14036
14037 * message.el (message-get-reply-headers): Bind `extra'.
14038
14039 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14040
14041 * message.el (message-extra-wide-headers): New variable.
14042 (message-get-reply-headers): Use it.
14043
14044 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14045
14046 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14047 (gnus-agent-group-pathname): Ditto.
14048
14049 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14050
14051 * gnus-group.el (gnus-group-make-group): Decode group name.
14052 (gnus-group-make-rss-group): Register the group data after opening
14053 the nnrss group.
14054
14055 2004-12-17 Paul Jarc <prj@po.cwru.edu>
14056
14057 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14058 by expiry now get marked as read.
14059
14060 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14061
14062 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14063
14064 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14065
14066 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14067 unify Latin characters in XEmacs.
14068 (mm-find-mime-charset-region): Use it.
14069
14070 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14071
14072 * gnus-util.el (gnus-delete-directory): New function.
14073
14074 * gnus-agent.el (gnus-agent-delete-group): Use it.
14075
14076 * gnus-cache.el (gnus-cache-delete-group): Use it.
14077
14078 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14079
14080 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14081 names.
14082
14083 2004-12-16 Simon Josefsson <jas@extundo.com>
14084
14085 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14086
14087 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14088
14089 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14090
14091 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14092 (gnus-group-set-current-level): Decode group name.
14093
14094 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14095
14096 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14097 failed.
14098
14099 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14100
14101 * gnus-group.el (gnus-group-delete-group): Decode group name.
14102 (gnus-group-make-rss-group): Encode group name.
14103 (gnus-group-catchup-current): Decode group name.
14104 (gnus-group-kill-group): Decode group name.
14105
14106 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14109
14110 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14111
14112 * gnus-group.el (gnus-group-make-rss-group):
14113 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14114
14115 * gnus-start.el (gnus-setup-news): Honor user's setting to
14116 gnus-message-archive-method. Suggested by Lute Kamstra
14117 <lute@gnu.org>.
14118
14119 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14120
14121 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14122 global counterparts of the buffer-local variables.
14123
14124 2004-11-16 Romain Francoise <romain@orebokech.com>
14125
14126 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14127 counterparts of the buffer-local variables.
14128
14129 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14130
14131 * message.el (message-forbidden-properties): Fix typo in doc
14132 string.
14133
14134 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14135
14136 * gnus-util.el (gnus-replace-in-string): Add doc string.
14137
14138 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14139 to avoid problems when splitting mails with many recipients.
14140
14141 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14142
14143 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14144 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14145
14146 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14147
14148 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14149 if there is no hashtable in memory or file modification time is
14150 newer than cached timestamp.
14151
14152 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14153
14154 * gnus-sum.el (gnus-summary-limit-to-recipient):
14155 Implement not-matching option.
14156
14157 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14158
14159 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14160 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14161 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14162 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14163 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14164 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14165
14166 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14167
14168 * message.el (message-forward-make-body-mml): Remove headers
14169 according to message-forward-ignored-headers if a message is decoded.
14170
14171 2004-12-02 Romain Francoise <romain@orebokech.com>
14172
14173 * message.el (message-forward-make-body-plain): Always remove
14174 headers according to message-forward-ignored-headers.
14175
14176 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14177
14178 * spam.el (spam-summary-prepare-exit): Remove the
14179 gnus-summary-limit pop for now, it has problems with ham marks for
14180 me.
14181
14182 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14183
14184 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14185 correctly.
14186
14187 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14188
14189 * format-spec.el (format-spec): Message the char.
14190
14191 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14192
14193 * gnus-art.el (gnus-split-methods): Reformat comments.
14194
14195 * spam.el (spam-summary-prepare-exit): Remove article limits
14196 before exiting the summary buffer.
14197
14198 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14199
14200 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14201 order to silence the byte compiler.
14202
14203 * spam.el: Fix the way to silence the byte compiler, which
14204 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14205 bbdb-search-simple, spam-BBDB-register-routine,
14206 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14207 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14208 spam-stat-buffer-is-spam, spam-stat-load,
14209 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14210 spam-stat-save and spam-stat-split-fancy.
14211
14212 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14213
14214 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14215 which may confuse users.
14216 (canlock-password-for-verify): Ditto.
14217
14218 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14219
14220 * gnus-art.el (gnus-emphasis-alist): Ditto.
14221
14222 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14223
14224 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14225
14226 * gnus-start.el (gnus-save-killed-list): Ditto.
14227
14228 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14229 (gnus-sum-thread-tree-root): Ditto.
14230 (gnus-sum-thread-tree-false-root): Ditto.
14231 (gnus-sum-thread-tree-single-indent): Ditto.
14232
14233 * message.el (message-courtesy-message): Ditto.
14234 (message-archive-note): Ditto.
14235 (message-subscribed-address-file): Ditto.
14236 (message-user-fqdn): Ditto.
14237
14238 * spam-report.el (spam-report-gmane-regex): Ditto.
14239
14240 * spam.el (spam-blackhole-good-server-regex): Ditto.
14241
14242 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14243
14244 * mml.el (mml-preview): Widen the message buffer before copying
14245 the contents to the preview buffer; sort headers before previewing.
14246
14247 * message.el (message-hidden-headers): Fix the way to avoid a bug
14248 in the `repeat' widget in Emacs 21.3 or earlier.
14249
14250 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14251
14252 * message.el (message-hidden-headers): Default to "^References:".
14253 Improve customization type. Suggested by Reiner Steib
14254 <Reiner.Steib@gmx.de>.
14255
14256 2004-11-25 Romain Francoise <romain@orebokech.com>
14257
14258 * message.el (message-strip-forbidden-properties): Remove check for
14259 obsolete `message-hidden' text property, hidden headers are not
14260 accessible in the buffer anymore.
14261
14262 2004-11-22 Romain Francoise <romain@orebokech.com>
14263
14264 * message.el (message-header-format-alist): Add `From' in list
14265 so that it can be sorted.
14266 (message-fix-before-sending): Widen and sort headers before
14267 sending.
14268 (message-hide-headers): Use narrowing to hide headers by moving
14269 them to the top of the buffer and narrowing to the region
14270 underneath.
14271
14272 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14273
14274 * message.el (message-strip-forbidden-properties):
14275 Bind buffer-read-only (etc) to nil.
14276
14277 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
14278
14279 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14280 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14281
14282 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
14283
14284 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14285
14286 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14287
14288 * dns.el (query-dns): Use sit-for to time instead of
14289 accept-process-output, since that doesn't seem to work on udp
14290 sockets.
14291
14292 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
14293
14294 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14295
14296 2004-11-15 Jesper Harder <harder@ifa.au.dk>
14297
14298 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14299 doc string. Improve doc string.
14300
14301 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14302
14303 * nntp.el (nntp-request-update-info): Return nil if
14304 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14305 may not call gnus-activate-group which uselessly issues the GROUP
14306 commands for all nntp groups and wastes time. Reported by Romain
14307 Francoise <romain@orebokech.com>.
14308
14309 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14310
14311 2004-11-15 Simon Josefsson <jas@extundo.com>
14312
14313 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14314 headers separately.
14315 (gnus-button-openpgp): New function, inspired by Jochen Küpper
14316 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14317
14318 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14319
14320 * gnus-start.el (gnus-convert-old-newsrc):
14321 Assign legacy-gnus-agent to 5.10.7.
14322
14323 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14324
14325 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14326 start of the lines.
14327
14328 2004-11-14 Magnus Henoch <mange@freemail.hu>
14329
14330 * hashcash.el (hashcash-default-payment): Change default to 20.
14331 (hashcash-default-accept-payment): Change default to 20.
14332 (hashcash-process-alist): New variable.
14333 (hashcash-generate-payment-async): Add.
14334 (hashcash-already-paid-p): Add.
14335 (hashcash-insert-payment): Don't generate payments twice.
14336 (hashcash-insert-payment-async): Add.
14337 (hashcash-insert-payment-async-2): Add.
14338 (hashcash-cancel-async): Add.
14339 (hashcash-wait-async): Add.
14340 (hashcash-processes-running-p): Add.
14341 (hashcash-wait-or-cancel): Add.
14342 (mail-add-payment): New optional argument. Conditionally start
14343 asynchronous calculation.
14344 (mail-add-payment-async): Add.
14345
14346 * message.el (message-send-mail): Wait for asynchronous hashcash
14347 results. Don't clobber existing X-Hashcash headers.
14348 (message-setup-1): Call mail-add-payment-async when
14349 message-generate-hashcash is non-nil.
14350
14351 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14352
14353 * message.el (message-use-alternative-email-as-from): Examine the
14354 From header as well; use message-make-from in order to include a
14355 user's full name.
14356
14357 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14358
14359 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14360 default; improve customization type.
14361 (gnus-emphasis-custom-with-format): New macro.
14362 (gnus-emphasis-custom-value-to-external): New function.
14363 (gnus-emphasis-custom-value-to-internal): New function.
14364
14365 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14366
14367 * dns.el (query-dns): Resolve reverse addresses.
14368
14369 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14370
14371 * gnus-group.el (gnus-group-get-new-news): Use it.
14372
14373 * gnus-start.el (gnus-check-reasonable-setup): New function.
14374
14375 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
14376
14377 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14378 "Args out of range" error. Reported by Arnaud Giersch
14379 <arnaud.giersch@free.fr>.
14380
14381 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
14382
14383 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14384
14385 2004-11-04 Richard M. Stallman <rms@gnu.org>
14386
14387 * spam.el (spam group): Add :version.
14388
14389 * pgg-def.el (pgg group): Add :version.
14390
14391 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
14392
14393 * gnus-art.el (gnus-article-edit-article): Don't associate the
14394 article buffer with a draft file. This is a temporary measure
14395 against the 2004-08-22 change to gnus-article-edit-mode.
14396
14397 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14398
14399 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14400 (html2text-format-tags): Remove unused variable `attr'.
14401
14402 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14403
14404 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14405
14406 * spam-stat.el (spam-stat): Add :version.
14407
14408 * sieve.el (sieve): Add :version.
14409
14410 * sha1.el (sha1): Add :version.
14411 (sha1-use-external): Remove redundant version.
14412
14413 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14414 (nnmail-cache-ignore-groups, nnmail-spool-hook)
14415 (nnmail-split-fancy-match-partial-words)
14416 (nnmail-split-lowercase-expanded): Add :version.
14417
14418 * nndiary.el (nndiary): Add :version.
14419
14420 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14421
14422 * mml-sec.el (mml-default-sign-method)
14423 (mml-default-encrypt-method, mml-signencrypt-style-alist):
14424 Add :version.
14425
14426 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14427
14428 * mm-url.el (mm-url-use-external, mm-url-program)
14429 (mm-url-arguments): Add :version.
14430
14431 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14432 (mm-attachment-file-modes, mm-decrypt-option)
14433 (mm-w3m-safe-url-regexp): Add :version.
14434
14435 * message.el (message-cite-prefix-regexp)
14436 (message-sendmail-envelope-from, message-minibuffer-local-map)
14437 (message-user-fqdn, message-completion-alist): Add :version.
14438
14439 * gnus-win.el (gnus-configure-windows-hook)
14440 (gnus-use-frames-on-any-display): Add :version.
14441
14442 * gnus-art.el (gnus-article-address-banner-alist)
14443 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14444 (gnus-treat-from-picon, gnus-treat-mail-picon)
14445 (gnus-treat-x-pgp-sig): Add :version.
14446
14447 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14448 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14449 (gnus-summary-article-delete-hook)
14450 (gnus-summary-display-while-building): Add :version.
14451
14452 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14453 (gnus-get-top-new-news-hook): Add :version.
14454
14455 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14456 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14457
14458 * gnus-registry.el (gnus-registry): Add :version.
14459
14460 * gnus-spec.el (gnus-use-correct-string-widths)
14461 (gnus-make-format-preserve-properties): Add :version.
14462
14463 * gnus.el (gnus-group-charter-alist)
14464 (gnus-group-fetch-control-use-browse-url)
14465 (gnus-install-group-spam-parameters): Add :version.
14466
14467 * gnus-diary.el (gnus-diary): Add :version.
14468
14469 * gnus-delay.el (gnus-delay): Add :version.
14470
14471 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14472 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14473 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14474 Add :version.
14475
14476 * gnus-agent.el (gnus-agent-max-fetch-size)
14477 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14478 (gnus-agent-prompt-send-queue): Add :version.
14479
14480 * deuglify.el (gnus-outlook-deuglify): Add :version.
14481
14482 * html2text.el: Beautify code. Improve doc strings.
14483 Some checkdoc cleanup.
14484 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14485
14486 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14487
14488 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14489
14490 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
14491
14492 * gnus-registry.el (gnus-registry-hashtb): Create the registry
14493 when package is loaded.
14494
14495 * spam.el (spam-summary-score-preferred-header): Add global preference
14496 for people who want to override the default SpamAssassin over
14497 Bogofilter preference (when both are set).
14498 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14499 (spam-user-format-function-S):
14500 Check spam-summary-score-preferred-header.
14501 (spam-extra-header-to-number): Add X-Bogosity header parsing.
14502 (spam-user-format-function-S): Format the score correctly.
14503
14504 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14505
14506 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14507 signature file. Suggested by Manoj Srivastava
14508 <srivasta@golden-gryphon.com>.
14509
14510 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14511 iso-2022-jp even in the Japanese language environment.
14512 Suggested by Jason Rumney <jasonr@gnu.org>.
14513
14514 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
14515
14516 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14517 use the same characters as the dummy marks; make it free from
14518 getting affected by the language environment.
14519 (gnus-summary-read-group-1): Update mark positions only when the
14520 format spec is updated.
14521
14522 * gnus-spec.el (gnus-update-format-specifications): Return a list
14523 of updated types.
14524
14525 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
14526
14527 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14528 of boundp to check if display-warning is available.
14529
14530 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
14531
14532 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14533
14534 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14535
14536 * nnspool.el (nnspool-spool-directory): Use news-path if the
14537 news-directory variable is not bound.
14538
14539 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14540 function instead of display-warning if it is not available.
14541
14542 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14543
14544 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14545 v5-10: Use `point-at-bol'.
14546
14547 2004-10-26 Simon Josefsson <jas@extundo.com>
14548
14549 * hashcash.el: Fix URL in comment, reported by Cheng Gao
14550 <chenggao@gmail.com>.
14551
14552 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14553
14554 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
14555 instead.
14556
14557 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
14558
14559 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14560 to remove a server from the nnimap-server-buffer-alist.
14561 (nnimap-open-connection, nnimap-close-server): Use it.
14562
14563 * gnus-encrypt.el: Remove file in favor of encrypt.el.
14564
14565 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
14566
14567 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14568 running the major-mode function.
14569
14570 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14571
14572 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14573 dummy marks in the right way.
14574
14575 2004-10-18 David Edmondson <dme@dme.org>
14576
14577 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14578 excessively.
14579
14580 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
14581
14582 * gnus-util.el (gnus-split-references): Accept a nil references
14583 string and go on blissfully.
14584
14585 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14586 cases where the references string is non-nil but has no references.
14587
14588 * encrypt.el: Add autoload tags.
14589
14590 * spam.el (spam-resolve-registrations-routine): Remove article
14591 from unregistration list too. Reported by David Hanak
14592 <dhanak@isis.vanderbilt.edu>
14593
14594 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14595
14596 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14597 nil. Change custom type.
14598
14599 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
14600
14601 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14602
14603 * gnus-sum.el (gnus-summary-move-article): Use it.
14604
14605 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
14606
14607 * encrypt.el: Add autoload cookies.
14608
14609 * spam.el (spam-backend-article-list-property)
14610 (spam-backend-get-article-todo-list)
14611 (spam-backend-put-article-todo-list)
14612 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14613 Resolve registrations separately.
14614 (spam-register-routine): Format comments.
14615 (spam-unregister-routine, spam-register-routine): Always call with
14616 specific-articles, no default list.
14617 (spam-summary-prepare-exit): Use the spam-classifications function.
14618
14619 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14620 gnus-encrypt.el.
14621
14622 * encrypt.el: Copied from gnus-encrypt.el.
14623
14624 * gnus-encrypt.el: Commented that it's obsolete.
14625
14626 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14627
14628 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14629 (gnus-score-save): Use it.
14630
14631 * message.el (message-bury): Use `window-dedicated-p'.
14632
14633 2004-10-15 Simon Josefsson <jas@extundo.com>
14634
14635 * pop3.el (top-level): Don't require nnheader.
14636 (pop3-read-timeout): Add.
14637 (pop3-accept-process-output): Add.
14638 (pop3-read-response, pop3-retr): Use it.
14639
14640 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
14641
14642 * spam.el (spam-register-routine): Move comment.
14643 (spam-verify-bogofilter): Use 'unknown for the initial
14644 spam-bogofilter-valid state, not 'never.
14645
14646 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14647 for netrc-machine.
14648
14649 * nnimap.el (nnimap-open-connection):
14650 Use netrc-machine-user-or-password.
14651
14652 2004-10-17 Richard M. Stallman <rms@gnu.org>
14653
14654 * gnus-registry.el (gnus-registry-unload-hook):
14655 Set as a variable with add-hook.
14656
14657 * nnspool.el (nnspool-spool-directory): Use news-directory instead
14658 of news-path.
14659
14660 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14661
14662 * spam.el: Delete duplicate `provide'.
14663 (spam-unload-hook): Set as a variable with add-hook.
14664
14665 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14666
14667 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14668 in the doc string.
14669
14670 * message.el (message-ignored-news-headers)
14671 (message-ignored-supersedes-headers)
14672 (message-ignored-resent-headers)
14673 (message-forward-ignored-headers): Improve custom type.
14674
14675 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
14676
14677 * message.el (message-tokenize-header): Fix 2004-09-06 change
14678 which used point-min in the wrong place.
14679
14680 2004-10-12 Simon Josefsson <jas@extundo.com>
14681
14682 * tls.el (tls-certtool-program): New variable.
14683 (tls-certificate-information): New function, based on
14684 ssl-certificate-information.
14685
14686 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14687
14688 * compface.el: Move the version of ELisp-based uncompface program
14689 to the contrib directory because of the copyright problem.
14690
14691 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14692
14693 * message.el (message-kill-buffer): Raise the current frame.
14694
14695 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14696
14697 * gnus-sum.el: Mention that multibyte characters don't work as marks.
14698
14699 * gnus.el (message-y-or-n-p): Autoload.
14700
14701 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14702 (pop3-password-required, pop3-authentication-scheme)
14703 (pop3-leave-mail-on-server): Make customizable.
14704 (pop3): New custom group.
14705 (pop3-retr): Remove `sleep-for' statements.
14706 Suggested by Dave Love <fx@gnu.org>.
14707
14708 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14709 Windows/DOS.
14710
14711 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14712 (imap-parse-body): Fix incorrect use of `assert'.
14713 Suggested by Dave Love <fx@gnu.org>.
14714
14715 * mml.el (mml-minibuffer-read-disposition): Require match.
14716 Suggested by Dave Love <fx@gnu.org>.
14717
14718 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14719
14720 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
14721 doc string.
14722
14723 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
14724
14725 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14726
14727 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14728
14729 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14730 instead of calling `mm-insert-inline', to decode text/* parts
14731 before displaying them.
14732
14733 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
14734
14735 * mm-uu.el (mm-uu-text-plain-type): New variable.
14736 (mm-uu-pgp-signed-extract-1): Use it.
14737 (mm-uu-pgp-encrypted-extract-1): Use it.
14738 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14739 bind mm-uu-text-plain-type with that value.
14740 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14741 mm-uu-dissect.
14742
14743 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14744
14745 * gnus-group.el (gnus-update-group-mark-positions):
14746 * gnus-sum.el (gnus-update-summary-mark-positions):
14747 * message.el (message-check-news-body-syntax):
14748 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14749 of string-as-multibyte.
14750
14751 2004-10-05 Juri Linkov <juri@jurta.org>
14752
14753 * gnus-group.el (gnus-update-group-mark-positions):
14754 * gnus-sum.el (gnus-update-summary-mark-positions):
14755 * message.el (message-check-news-body-syntax):
14756 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14757 8-bit unibyte values to a multibyte string for search functions.
14758
14759 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14760
14761 * mm-uu.el (mm-uu-dissect): Allow optional arg.
14762 (mm-uu-dissect-text-parts): New function.
14763
14764 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14765 dissect text parts.
14766
14767 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14768 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14769
14770 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14771
14772 * gnus-topic.el (gnus-topic-hierarchical-parameters):
14773 Use gnus-current-topics instead of gnus-current-topic.
14774
14775 2004-10-06 Jesper Harder <harder@ifa.au.dk>
14776
14777 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14778
14779 2004-10-05 Jesper Harder <harder@ifa.au.dk>
14780
14781 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14782 where approriate.
14783
14784 * nnml.el (nnml-generate-active-info): do.
14785
14786 * nndiary.el (nndiary-generate-active-info): do.
14787
14788 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14789 (gnus-topic-move): do.
14790
14791 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14792 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14793
14794 * gnus-srvr.el (gnus-server-prepare)
14795 (gnus-server-open-all-servers): do.
14796
14797 * gnus-msg.el (gnus-summary-cancel-article)
14798 (gnus-summary-resend-message)
14799 (gnus-summary-mail-crosspost-complaint): do.
14800
14801 * gnus-move.el (gnus-change-server): do.
14802
14803 * gnus-group.el (gnus-group-unmark-all-groups)
14804 (gnus-group-set-current-level): do.
14805
14806 2004-10-04 Simon Josefsson <jas@extundo.com>
14807
14808 * message.el (message-generate-hashcash): Doc fix.
14809
14810 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
14811
14812 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14813 avoid infinite recursion via gnus-get-function.
14814
14815 2004-10-02 Jesper Harder <harder@ifa.au.dk>
14816
14817 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14818
14819 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14820
14821 * nnmail.el (nnmail-split-history): do.
14822
14823 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14824 (nnml-request-delete-group): do.
14825
14826 * nnslashdot.el (nnslashdot-read-groups): do.
14827
14828 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14829 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14830
14831 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14832 (nnspool-sift-nov-with-sed): Use last.
14833 (nnspool-retrieve-headers-with-nov): Use mapc.
14834 (nnspool-request-newgroups): Use dolist.
14835 (nnspool-request-group): Use last.
14836
14837 * nntp.el (nntp-read-server-type): Use dolist.
14838
14839 * nnvirtual.el (nnvirtual-create-mapping)
14840 (nnvirtual-update-read-and-marked): Use dolist.
14841 (nnvirtual-convert-headers): Simplify.
14842
14843 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14844
14845 * gnus-agent.el (gnus-agent-synchronize-group-flags):
14846 Add support for sync'ing tick marks.
14847
14848 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
14849
14850 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14851 there's no visible header.
14852
14853 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14854
14855 * gnus-agent.el (gnus-agent-synchronize-group-flags):
14856 When necessary, pass full group name to gnus-request-set-marks.
14857
14858 2004-10-01 Simon Josefsson <jas@extundo.com>
14859
14860 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
14861 acroread.
14862
14863 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14864
14865 * spam-report.el (spam-report-gmane): Fix interactive.
14866
14867 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14868
14869 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14870 when writing file.
14871 (gnus-agent-synchronize-flags): Don't default to being
14872 interactive.
14873
14874 2004-09-30 Simon Josefsson <jas@extundo.com>
14875
14876 * message.el (message-generate-hashcash): Add.
14877 (message-send-mail): Use it, call mail-add-payment.
14878
14879 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14880
14881 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14882
14883 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
14884
14885 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
14886 gnus-requst-update-info with explicit code to sync the in-memory
14887 info read flags with the marks being sync'd to the backend.
14888
14889 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
14890
14891 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14892
14893 * spam.el (spam-verify-bogofilter): Add new function.
14894 (spam-check-bogofilter)
14895 (spam-bogofilter-register-with-bogofilter): Use it.
14896 (spam-verify-bogofilter): Add small fixes.
14897
14898 2004-09-28 Simon Josefsson <jas@extundo.com>
14899
14900 * hashcash.el (hashcash-generate-payment): Revert.
14901
14902 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14903
14904 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14905 Use gnus-extract-references instead of gnus-split-references.
14906
14907 * gnus-util.el (gnus-extract-references): Add new function, analogous
14908 to gnus-split-references but extracts only the message-ID without
14909 anything extra.
14910
14911 * hashcash.el (hashcash-generate-payment)
14912 (hashcash-check-payment): Do the right thing if hashcash-path is
14913 nil (because the hashcash program could not be found).
14914
14915 * spam.el (spam-use-hashcash): Remove comment.
14916
14917 2004-09-27 Jesper Harder <harder@ifa.au.dk>
14918
14919 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14920 (gnus-cache-enter-article, gnus-cache-remove-article)
14921 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14922
14923 * gnus-async.el (gnus-async-prefetch-remove-group): do.
14924
14925 * gnus-art.el (article-hide-boring-headers)
14926 (article-translate-strings, article-display-face)
14927 (gnus-article-mime-match-handle-first)
14928 (gnus-article-highlight-headers)
14929 (gnus-article-add-buttons-to-head): do.
14930
14931 2004-09-27 Simon Josefsson <jas@extundo.com>
14932
14933 * hashcash.el: New version, from
14934 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
14935 ../contrib/.
14936
14937 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14938
14939 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14940
14941 2004-09-26 Jesper Harder <harder@ifa.au.dk>
14942
14943 * gnus-dup.el (gnus-dup-open): Use mapc.
14944 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14945
14946 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14947 Reported by Stefan Wiens <s.wi@gmx.net>.
14948
14949 * gnus.el (gnus-shutdown): Use dolist.
14950
14951 * gnus-undo.el (gnus-undo): Use mapc.
14952
14953 * nnrss.el (nnrss-generate-active): do.
14954
14955 * message.el (message-cite-original-without-signature)
14956 (message-cite-original): Use mapc.
14957 (message-do-actions, message-make-forward-subject): Use dolist.
14958
14959 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14960
14961 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
14962 deletion to remove entire duplicate line. Fixes merged article
14963 number bug.
14964
14965 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14966
14967 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14968 servers that are offline. Avoids having gnus-agent-toggle-plugged
14969 first ask if you want to open a server and then, even when you
14970 responded with no, asking if you want to synchronize the server's
14971 flags.
14972 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14973 multi-line expressions.
14974 (gnus-agent-synchronize-group-flags): New internal function.
14975 Updates marks in memory (in the info structure) AND in the
14976 backend.
14977
14978 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
14979
14980 * nnagent.el (nnagent-request-set-mark):
14981 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
14982 method, to ensure that synchronization updates marks in the
14983 backend and in the info (in memory) structure.
14984
14985 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
14986
14987 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14988 convention fully; don't miss the root article of a thread; make
14989 the X-Draft-From header with correct article numbers.
14990
14991 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
14992
14993 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14994 unless plugged. Disable the agent so that an open failure causes
14995 an error.
14996
14997 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14998 Revert 2004-09-21 change. The backend must be opened while
14999 synchronizing flags even when the backend stores the flags
15000 locally.
15001
15002 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15003
15004 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15005 in `header' match. Reported by Svend Tollak Munkejord.
15006
15007 * message.el (message-cite-original): Fix use of
15008 `message-cite-articles-with-x-no-archive'.
15009
15010 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15011
15012 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15013 (gnus-window-to-buffer): Ditto.
15014
15015 * mml.el (mml-preview-buffer): New variable.
15016 (mml-preview): Manage window layout with gnus-buffer-configuration.
15017
15018 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15019 X-Draft-From header even if those articles aren't quoted.
15020
15021 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15022
15023 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15024 (gnus-request-set-mark, gnus-request-update-mark): Use new
15025 g-s-t-u-l-m to decide to use backend even when unplugged.
15026
15027 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15028
15029 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15030 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15031
15032 2004-09-20 Simon Josefsson <jas@extundo.com>
15033
15034 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15035 "utf-16-le".
15036
15037 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15040
15041 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15042
15043 * uudecode.el (uudecode-use-external): Add :version.
15044
15045 * smime.el (smime-CA-file, smime-encrypt-cipher)
15046 (smime-dns-server): Add :version.
15047
15048 * smiley.el (gnus-smiley-file-types): Add :version.
15049
15050 * sha1.el (sha1-use-external): Add :version.
15051
15052 * pgg-def.el (pgg-query-keyserver): Add :version.
15053
15054 * nnmail.el (nnmail-fancy-expiry-targets)
15055 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15056 Add :version.
15057
15058 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15059 (nnimap-retrieve-groups-asynchronous): Add :version.
15060 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
15061
15062 * mml.el (mml-content-disposition-parameters)
15063 (mml-insert-mime-headers-always): Add :version.
15064
15065 * mm-util.el (mm-coding-system-priorities): Add :version.
15066
15067 * mm-decode.el (mm-inline-text-html-with-images)
15068 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15069 (mm-verify-option): Add :version.
15070 (mm-text-html-renderer): Change :version.
15071
15072 * message.el (message-fcc-externalize-attachments)
15073 (message-required-headers, message-draft-headers)
15074 (message-subject-trailing-was-query)
15075 (message-subject-trailing-was-ask-regexp)
15076 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15077 (message-mark-insert-end, message-archive-header)
15078 (message-archive-note, message-cross-post-default)
15079 (message-cross-post-note, message-followup-to-note)
15080 (message-cross-post-note-function, message-use-mail-followup-to)
15081 (message-subscribed-address-functions)
15082 (message-subscribed-address-file, message-subscribed-addresses)
15083 (message-subscribed-regexps, message-allow-no-recipients)
15084 (message-yank-cited-prefix, message-signature-insert-empty-line)
15085 (message-hidden-headers, message-hierarchical-addresses)
15086 (message-mail-user-agent, message-use-idna)
15087 (message-valid-fqdn-regexp)
15088 (message-strip-special-text-properties, message-header-synonyms)
15089 (message-beginning-of-line, message-tab-body-function): Add :version.
15090 (message-insert-canlock, message-wide-reply-confirm-recipients):
15091 Change :version.
15092
15093 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15094 and :version.
15095 (mail-source-delete-old-incoming-confirm)
15096 (mail-source-movemail-program): Add :version.
15097
15098 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15099 (gnus-agent-cache, gnus-agent): Change :version.
15100
15101 * gnus-util.el (gnus-use-byte-compile): Change :version.
15102
15103 * gnus-sum.el (gnus-summary-make-false-root-always)
15104 (gnus-summary-default-high-score)
15105 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15106 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15107 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15108 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15109 (gnus-sum-thread-tree-single-indent)
15110 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15111 (gnus-sum-thread-tree-leaf-with-other)
15112 (gnus-sum-thread-tree-single-leaf): Add :version.
15113 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15114 (gnus-article-loose-mime): Change :version.
15115
15116 * gnus-start.el (gnus-backup-startup-file)
15117 (gnus-save-startup-file-via-temp-buffer): Add :version.
15118
15119 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15120 (gnus-server-offline-face): Add :version.
15121
15122 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15123
15124 * gnus-msg.el (gnus-gcc-externalize-attachments)
15125 (gnus-debug-files, gnus-debug-exclude-variables)
15126 (gnus-discouraged-post-methods): Change :version.
15127 (gnus-confirm-mail-reply-to-news)
15128 (gnus-confirm-treat-mail-like-news): Add :version.
15129
15130 * gnus-int.el (gnus-server-unopen-status): Add :version.
15131
15132 * gnus-group.el (gnus-group-jump-to-group-prompt)
15133 (gnus-large-ephemeral-newsgroup)
15134 (gnus-fetch-old-ephemeral-headers): Add :version.
15135
15136 * gnus-fun.el (gnus-x-face-directory)
15137 (gnus-convert-pbm-to-x-face-command)
15138 (gnus-convert-image-to-x-face-command)
15139 (gnus-convert-image-to-face-command): Add :version.
15140
15141 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15142
15143 * gnus-cite.el (gnus-cite-blank-line-after-header)
15144 (gnus-article-boring-faces): Add :version.
15145
15146 * gnus-art.el (gnus-buttonized-mime-types)
15147 (gnus-inhibit-mime-unbuttonizing)
15148 (gnus-treat-display-face)
15149 (gnus-treat-body-boundary): Change :version.
15150 (gnus-body-boundary-delimiter, gnus-picon-databases)
15151 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15152 (gnus-treat-date-english, gnus-treat-fold-headers)
15153 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15154 (gnus-treat-mail-picon, gnus-treat-wash-html)
15155 (gnus-article-encrypt-protocol)
15156 (gnus-use-idna, gnus-article-over-scroll)
15157 (gnus-mime-display-multipart-alternative-as-mixed)
15158 (gnus-mime-display-multipart-related-as-mixed)
15159 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15160 (gnus-ctan-url, gnus-button-ctan-handler)
15161 (gnus-button-handle-ctan-bogus-regexp)
15162 (gnus-button-ctan-directory-regexp)
15163 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15164 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15165 (gnus-button-man-level, gnus-button-emacs-level)
15166 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15167
15168 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15169 (gnus-agent-go-online): Change :version.
15170 (gnus-agent-expire-unagentized-dirs)
15171 (gnus-agent-auto-agentize-methods): Add :version.
15172
15173 * flow-fill.el (fill-flowed-display-column)
15174 (fill-flowed-encode-column): Add :version.
15175
15176 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15177 (gnus-outlook-deuglify-unwrap-max)
15178 (gnus-outlook-deuglify-cite-marks)
15179 (gnus-outlook-deuglify-unwrap-stop-chars)
15180 (gnus-outlook-deuglify-no-wrap-chars)
15181 (gnus-outlook-deuglify-attrib-cut-regexp)
15182 (gnus-outlook-deuglify-attrib-verb-regexp)
15183 (gnus-outlook-deuglify-attrib-end-regexp)
15184 (gnus-outlook-display-hook): Add :version.
15185
15186 * binhex.el (binhex-use-external): Add :version.
15187
15188 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15189
15190 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15191 and `invisible'.
15192
15193 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15194
15195 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15196 in gnus-registry-trim.
15197
15198 2004-09-13 Simon Josefsson <jas@extundo.com>
15199
15200 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15201
15202 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15203
15204 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15205 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15206 <yamaoka@jpl.org>.
15207 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15208 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15209 <yamaoka@jpl.org>.
15210
15211 * sieve.el (sieve-manage-mode): Ditto.
15212
15213 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15214
15215 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15216
15217 2004-09-11 Simon Josefsson <jas@extundo.com>
15218
15219 * dns-mode.el: Add.
15220
15221 * mm-view.el (mm-display-dns-inline): Add.
15222
15223 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15224 (mm-automatic-display): Ditto.
15225
15226 * mailcap.el (mailcap-mime-data): Add text/dns.
15227 (mailcap-mime-extensions): Map .soa to text/dns.
15228
15229 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
15230
15231 * gnus-art.el (article-decode-mime-words, article-babel)
15232 (gnus-article-highlight-signature, gnus-article-add-buttons)
15233 (gnus-signature-toggle): Remove unnecessary bindings of
15234 `inhibit-read-only' inherited from v5.10 merge.
15235
15236 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15237
15238 * nntp.el (nntp): New customization group.
15239 (nntp-authinfo-file): Add customization group.
15240
15241 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15242
15243 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15244
15245 * gnus.el (to-address, to-list, subscribed)
15246 (large-newsgroup-initial): Ditto.
15247
15248 * flow-fill.el (fill-flowed-display-column)
15249 (fill-flowed-encode-column): Ditto.
15250
15251 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * message.el (message-tokenize-header, message-send-mail-with-qmail):
15254 Use point-min rather than 1.
15255 (message-send-mail): Use buffer-size rather than point-max.
15256
15257 * gnus-sum.el (gnus-summary-search-article-forward):
15258 Signal a specific `search-failed' rather than a generic `error'.
15259
15260 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15261 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15262 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15263
15264 2004-09-10 Simon Josefsson <jas@extundo.com>
15265
15266 * nndb.el (require): Remove tcp and duplicate cl.
15267
15268 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
15269
15270 * gnus-agent.el (directory-files-and-attributes): Move forward.
15271
15272 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15273
15274 * gnus-agent.el (directory-files-and-attributes):
15275 Optionally defined to support XEmacs.
15276
15277 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15278
15279 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15280 to avoid run-time CL dependencies.
15281 (gnus-agent-unfetch-articles): New function.
15282 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15283 article numbers even when local .overview file is missing.
15284 (gnus-agent-read-article-number): New function. Only accepts
15285 27-bit article numbers.
15286 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15287 Use gnus-agent-read-article-number.
15288 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15289 from backend while recognizing that article numbers in .overview
15290 must be valid.
15291 (gnus-agent-update-files-total-fetched-for):
15292 Use directory-files-and-attributes to improve performance.
15293 * gnus-int.el (gnus-request-move-article):
15294 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15295 improve performance.
15296
15297 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15298 some users confused by references to .newsrc when they only have a
15299 .newsrc.eld file.
15300 (gnus-convert-mark-converter-prompt)
15301 (gnus-convert-converter-needs-prompt): Fix use of property list.
15302 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15303 New function. Used internally to only display 'gnus converting
15304 files' message when actually necessary.
15305
15306 * gnus-sum.el (): Remove (require 'gnus-agent) as required
15307 methods now autoloaded.
15308
15309 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
15310
15311 * gnus-sum.el (gnus-summary-insert-subject): Remove list
15312 identifiers.
15313
15314 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
15315
15316 * gnus-picon.el: Fix indentation and closing parenthesis.
15317
15318 2004-09-01 Simon Josefsson <jas@extundo.com>
15319
15320 * message.el (message-canlock-generate): Require sha1, not
15321 sha1-el. (Can we get rid of this require altogether? It is ugly
15322 to require within a function. Sadly, if sha1.el isn't loaded, the
15323 let binding in m-c-g will hide the defcustom definition, which is
15324 bad.)
15325
15326 * canlock.el: Require sha1, not sha1-el.
15327
15328 * message.el: Don't autoload sha1 (there is a autoload cookie in
15329 sha1.el).
15330
15331 * sha1-el.el: Rename to sha1.el.
15332
15333 2004-08-30 Juanma Barranquero <lektu@terra.es>
15334
15335 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15336
15337 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15338
15339 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15340
15341 2004-08-30 Kim F. Storm <storm@cua.dk>
15342
15343 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15344
15345 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15346 Add :group 'nnimap.
15347
15348 2004-08-30 Andreas Schwab <schwab@suse.de>
15349
15350 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15351 ?* and ?\;.
15352
15353 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15354 and ?\' to symbol instead of whitespace.
15355
15356 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15357
15358 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15359
15360 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15361 instead of re-search-forward.
15362
15363 * gnus-uu.el (gnus-uu-save-article): Ditto.
15364 (gnus-uu-post-encode-uuencode): Ditto.
15365
15366 * html2text.el (html2text-clean-list-items): Ditto.
15367 (html2text-clean-dtdd): Ditto.
15368 (html2text-format-tags): Ditto.
15369
15370 * message.el (message-send-mail-with-sendmail): Fix regexp.
15371 (message-fill-field-general): Use search-forward instead of
15372 re-search-forward.
15373 (unbold-region): Ditto.
15374
15375 * nnrss.el (nnrss-request-article): Ditto.
15376
15377 * nnslashdot.el (nnslashdot-request-article): Ditto.
15378
15379 * nnweb.el (nnweb-gmane-wash-article): Ditto.
15380
15381 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15382 "Unrecognized menu descriptor" error in XEmacs.
15383
15384 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
15385
15386 * gnus-sum.el (gnus-read-header): Don't remove a header for the
15387 parent article of a sparse article in the thread hashtb.
15388
15389 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
15390
15391 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15392 (nnmail-expand-newtext): Lowercase expanded entries if
15393 nnmail-split-lowercase-expanded is non-nil.
15394
15395 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
15396
15397 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15398
15399 * gnus-group.el (gnus-group-line-format-alist): Convert the value
15400 of gnus-tmp-news-method into string under XEmacs. It will be
15401 passed to gnus-correct-length which takes only a string argument.
15402
15403 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15404
15405 * gnus-util.el (gnus-bind-print-variables): New macro.
15406 (gnus-prin1): Use it.
15407 (gnus-prin1-to-string): Use it.
15408 (gnus-pp): New function.
15409 (gnus-pp-to-string): New function.
15410
15411 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15412 Replace pp-to-string with gnus-pp-to-string.
15413 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15414 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15415 * gnus-msg.el (gnus-debug): Ditto.
15416 * gnus-score.el (gnus-score-save): Ditto.
15417 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15418 gnus-pp-to-string.
15419 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15420 with gnus-pp.
15421 * score-mode.el (gnus-score-pretty-print): Ditto.
15422 * webmail.el (webmail-debug): Ditto.
15423
15424 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15425
15426 * gnus-art.el (article-display-face, article-display-x-face):
15427 Use buffer-read-only.
15428
15429 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
15430
15431 * gnus-art.el (article-hide-list-identifiers):
15432 Bind inhibit-read-only as t.
15433
15434 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
15435
15436 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15437
15438 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15441 (gnus-narrow-to-page): Don't assume point-min == 1.
15442 (gnus-article-edit-mode): Derive from message-mode.
15443
15444 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15445 point-min == 1.
15446
15447 * imap.el (imap-parse-address-list, imap-parse-body-ext):
15448 Disable incorrect use of `assert'.
15449
15450 * message.el (message-mode): Set comment-start-skip.
15451
15452 2004-08-22 Sam Steingold <sds@gnu.org>
15453
15454 * pop3.el (pop3-leave-mail-on-server): New user variable.
15455 (pop3-movemail): Delete mail only when it is nil.
15456
15457 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
15458
15459 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15460
15461 * mml.el (mml-preview): Use `pop-to-buffer'.
15462
15463 * message.el (message-goto-mail-followup-to): Insert after "To".
15464 (message-carefully-insert-headers): Add comment.
15465
15466 * gnus.el: Remove unused variable `gnus-article-check-size'.
15467
15468 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15469
15470 * gnus-art.el (gnus-button-alist):
15471 Improve `gnus-button-handle-library' entry.
15472
15473 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
15474
15475 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15476 Use downcase, since XEmacs capitalizes error messages differently.
15477
15478 2004-08-18 Jesper Harder <harder@ifa.au.dk>
15479
15480 * nntp.el: Add (require 'gnus) due to reference to
15481 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
15482
15483 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
15484
15485 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15486 Bind `mm-fill-flowed'.
15487
15488 * mm-decode.el (mm-dissect-singlepart): Check it.
15489
15490 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
15491
15492 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15493 'imap' for netrc parsing.
15494
15495 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15496
15497 * mailcap.el (mailcap-mime-data): Mark as risky.
15498
15499 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
15500
15501 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15502 may be included in the encoded word.
15503 (rfc2047-encode): Don't append a space if the encoded word
15504 includes close parenthesis.
15505
15506 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
15507
15508 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15509 of text within parentheses.
15510
15511 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
15512
15513 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15514 (gnus-encrypt-write-file-contents): Make the password key the file
15515 name PLUS the cipher, not just the cipher. Also remove failed
15516 passwords from the cache.
15517
15518 2004-08-06 Simon Josefsson <jas@extundo.com>
15519
15520 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15521 Doc fix.
15522
15523 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15524
15525 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15526 LWSP.
15527
15528 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
15529
15530 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15531 Try to append in-reply-to: data to the references: header.
15532
15533 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15534 (netrc-parse): Use gnus-encrypt.el functions.
15535
15536 * gnus-encrypt.el: Add new file for encryption support; currently
15537 does only a few GPG ciphers and an internal XOR cipher.
15538
15539 * password.el: Add comments on using password-read-and-add.
15540 (password-read-and-add): Add function to read and add the
15541 password to the cache at once.
15542
15543 2004-07-28 Simon Josefsson <jas@extundo.com>
15544
15545 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15546 parameter (but don't use it, for now).
15547
15548 * imap.el (imap-ssl-open): Use imap-process-connection-type,
15549 instead of hard coding to nil.
15550
15551 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15552
15553 * mm-view.el (mm-inline-image-emacs): Open lines under an image
15554 as mm-inline-image-xemacs does.
15555
15556 2004-07-26 Simon Josefsson <jas@extundo.com>
15557
15558 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15559 Revert part of 2004-07-17 change below.
15560
15561 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15562
15563 * rfc2047.el (rfc2047-encode-region): Don't infloop.
15564 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15565
15566 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
15567
15568 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15569 quotes that actually start with ">" at the beginning of the
15570 lines.
15571
15572 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15573
15574 * rfc2047.el (rfc2047-encode-region): Fix last change.
15575 (rfc2047-encode-parameter): Remove useless concat.
15576
15577 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
15578
15579 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15580 encode special characters; fix some kind of misconfigured headers;
15581 signal a real error if debug-on-quit or debug-on-error is non-nil.
15582 (rfc2047-encode-max-chars): New variable.
15583 (rfc2047-encode-1): Use it.
15584 (rfc2047-encode-parameter): New function.
15585
15586 * mml.el (mml-insert-parameter): Remove an excessive space.
15587
15588 2004-07-17 Simon Josefsson <jas@extundo.com>
15589
15590 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15591 Kai Grossjohann <kai@emptydomain.de>.
15592 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15593 (gnus-group-make-menu-bar): Ditto.
15594
15595 * gnus-util.el (gnus-group-server): Add.
15596
15597 2004-07-16 Jesper Harder <harder@ifa.au.dk>
15598
15599 * message.el (message-clone-locals): Clone sendmail and smtp
15600 variables.
15601
15602 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15603
15604 * rfc2047.el (rfc2047-encode-region): Fix last change.
15605
15606 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15607
15608 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15609 characters as non-special.
15610
15611 2004-07-09 Simon Josefsson <jas@extundo.com>
15612
15613 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15614 Users will lose all flag changes made while unplugged with
15615 e.g. nntp unless flag synchronization happens, thus `nil' is not a
15616 good default. See numerous reports on ding mailing list.
15617
15618 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
15619
15620 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15621 add generate-head-function and generate-article-function to the
15622 rfc822-forward entry.
15623 (nndoc-rfc822-forward-generate-article): New function.
15624 (nndoc-rfc822-forward-generate-head): New function.
15625
15626 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15627
15628 2004-07-06 Dan Christensen <jdc@uwo.ca>
15629
15630 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15631 respect display group parameter and gnus-summary-expunge-below.
15632 (gnus-articles-to-read): Remove unused reference to display group
15633 parameter.
15634
15635 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636
15637 * nnheader.el (nnheader-uniquify-message-id): New experimental
15638 variable.
15639 (nnheader-nov-read-message-id): Use it.
15640
15641 * spam-report.el (spam-report-gmane): Add interactive.
15642
15643 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15644
15645 * mm-encode.el (mm-content-transfer-encoding-defaults):
15646 Use qp-or-base64 for the application/* types.
15647
15648 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
15649
15650 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15651
15652 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
15653
15654 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15655 trim value.
15656
15657 2004-01-25 Paul Jarc <prj@po.cwru.edu>
15658
15659 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15660 New macro and function.
15661 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15662
15663 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15664
15665 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15666 after-load-alist.
15667
15668 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15669
15670 * gnus-group.el (gnus-group-get-new-news-this-group):
15671 Don't update info that isn't there.
15672
15673 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
15674
15675 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15676 entry.
15677
15678 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15679
15680 * mm-view.el (mm-inline-render-with-function): Use multibyte
15681 buffer; decode html source by charset.
15682
15683 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15684
15685 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15686 Mule-UCS is loaded under XEmacs.
15687 (mm-mime-mule-charset-alist): Avoid duplicated entries.
15688
15689 2004-06-28 Jesper Harder <harder@ifa.au.dk>
15690
15691 * nnheader.el (nnheader-max-head-length): Increase to 8192.
15692
15693 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
15694
15695 * mm-util.el (mm-coding-system-p): Return a coding-system.
15696 (mm-mime-mule-charset-alist): Use shift_jis instead of
15697 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15698 entries for the mime charsets iso-2022-jp-3 and shift_jis.
15699 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15700 instead of japanese-shift-jis and iso-latin-1 respectively in
15701 order to share the default value with both Emacs and XEmacs-mule.
15702 (mm-mule-charset-to-mime-charset):
15703 Make mm-coding-system-priorities effective.
15704 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15705 while predicating of candidates upon the priorities.
15706
15707 2004-06-27 Jesper Harder <harder@ifa.au.dk>
15708
15709 * gnus-sum.el (gnus-summary-make-menu-bar):
15710 Add gnus-uu-invert-processable.
15711
15712 * gnus.el: Autoload gnus-uu-invert-processable.
15713
15714 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
15715
15716 * mm-util.el (mm-with-multibyte-buffer): New macro.
15717
15718 * rfc2047.el (rfc2047-encode-string): Use it.
15719 (rfc2047-encode-region): Move point to the end of the region after
15720 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15721
15722 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15723
15724 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15725 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15726
15727 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15728
15729 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15730 (gnus-cite-parse): Ignore quoted envelope From_.
15731 Suggested by Karl Chen <quarl@nospam.quarl.org>.
15732
15733 2004-06-23 Jesper Harder <harder@ifa.au.dk>
15734
15735 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15736 invalid addresses.
15737
15738 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
15739
15740 * spam.el: Change section markers, revise TODO list.
15741 (spam-backends): Make new master list of all installed backends.
15742 (spam-summary-exit-behavior): Add new variable to determine how
15743 messages moves are done at summary exit.
15744 (spam-move-spam-nonspam-groups-only)
15745 (spam-process-ham-in-nonham-groups)
15746 (spam-process-ham-in-spam-groups): Remove variables, the
15747 spam-summary-exit-behavior variable should be used to manage this
15748 behavior.
15749 (spam-old-ham-articles, spam-old-spam-articles): Remove.
15750 (spam-old-articles): Add variable, replacing spam-old-ham-articles
15751 and spam-old-spam-articles.
15752 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15753 Add empty variables, placeholders for the backends they represent.
15754 (spam-set-difference): Move, unchanged.
15755 (spam-list-of-processors): Declare OBSOLETE, not used anymore
15756 unless the user has a processor variable.
15757 (spam-classifications, spam-classification-valid-p)
15758 (spam-backend-properties, spam-backend-property-valid-p)
15759 (spam-backend-function-type-valid-p)
15760 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15761 (spam-report-articles-gmane, spam-report-articles-resend):
15762 Remove functions, they are not needed.
15763 (spam-install-backend-super, spam-backend-list)
15764 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15765 (spam-backend-function, spam-backend-ham-registration-function)
15766 (spam-backend-spam-registration-function)
15767 (spam-backend-ham-unregistration-function)
15768 (spam-backend-spam-unregistration-function)
15769 (spam-backend-statistical-p, spam-backend-mover-p)
15770 (spam-install-backend-alias, spam-install-checkonly-backend)
15771 (spam-install-mover-backend, spam-install-nocheck-backend)
15772 (spam-install-backend, spam-install-statistical-backend)
15773 (spam-install-statistical-checkonly-backend): Add backend installation
15774 support.
15775 (spam-summary-prepare-exit): Rewrite to use the new backend code.
15776 (spam-group-processor-p): Use the new backend code and respect the
15777 summary exit behavior.
15778 (spam-mark-spam-as-expired-and-move-routine): Remove.
15779 (spam-summary-prepare): Change to use the new spam-old-articles
15780 variable.
15781 (spam-copy-or-move-routine, spam-copy-spam-routine)
15782 (spam-move-spam-routine, spam-copy-ham-routine)
15783 (spam-move-ham-routine): Add code to copy/move ham or spam.
15784 (spam-fetch-field-fast): Improve doc and code, plus allow the
15785 'number request.
15786 (spam-list-of-checks, spam-list-of-statistical-checks):
15787 Remove variables.
15788 (spam-split, spam-find-spam): Use the new backend code.
15789 (spam-registration-functions): Remove variable.
15790 (spam-unregister-routine): Add convenience wrapper.
15791 (spam-log-undo-registration, spam-register-routine)
15792 (spam-log-processing-to-registry)
15793 (spam-log-unregistration-needed-p): Rename "check" to "backend"
15794 where possible.
15795 (spam-check-gmane-xref, spam-check-regex-headers)
15796 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15797 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15798 (spam-check-bogofilter-headers, spam-check-spamoracle)
15799 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15800 (spam-check-crm114-headers): Use the spam-split-group that
15801 spam-split prepares, no need to determine it every time.
15802
15803 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15804 to the nnheader-parse-naked-head call.
15805
15806 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15807
15808 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15809 the nnheader-nov-read-message-id call.
15810
15811 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
15812
15813 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15814 gnus-activate-group twice. Suggested by Markus Peter
15815 <warp@spin.de>.
15816
15817 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
15818
15819 * gnus-art.el (gnus-article-time-format): Exchange the order of
15820 day and month in the default value; fix customization type.
15821 (article-date-ut): Use add-text-properties.
15822 (article-make-date-line): Use message-make-date instead of
15823 current-time-string.
15824
15825 * message.el (message-fetch-field): Don't use set-text-properties.
15826 (message-make-date): Simplify.
15827
15828 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
15829
15830 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15831 (rfc2047-encode-region): Treat text within parentheses as special;
15832 show the original text when error has occurred.
15833
15834 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15835 already-computed method to gnus-activate-group.
15836
15837 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15838 same select-methods identical Lisp objects.
15839
15840 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15841 object when modifying the info.
15842
15843 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15844
15845 * gnus-srvr.el (gnus-server-set-info): Remove the server from
15846 gnus-opened-servers since it has never been opened with the new
15847 configuration yet.
15848
15849 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
15850
15851 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15852 arg to nnheader-generate-fake-message-id.
15853
15854 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
15855
15856 * nnheader.el (nnheader-generate-fake-message-id): Accept a
15857 number and build a fake message ID localized to a group and
15858 article number (so it's repeatable from that point on).
15859 (nnheader-fake-message-id-p): Change regex to accommodate new fake
15860 ID format.
15861
15862 * gnus-sum.el (gnus-get-newsgroup-headers):
15863 Call nnheader-generate-fake-message-id with the article number.
15864
15865 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
15866
15867 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15868 end-of-buffer.
15869
15870 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15871
15872 * message.el (message-ignored-supersedes-headers): Add Approved.
15873
15874 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15875
15876 * rfc2047.el (rfc2047-encode-message-header): Remove useless
15877 goto-char.
15878 (rfc2047-encode): Fold the line before encoding.
15879
15880 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15881
15882 * rfc2047.el (rfc2047-encode-message-header): Disabled header
15883 folding -- not all headers can be folded, and this should be done
15884 by the message composition mode. Probably. I think.
15885
15886 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
15887
15888 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15889 fast.
15890
15891 * gnus-ems.el (gnus-remove-image): Don't use
15892 message-text-with-property; remove only the image found first.
15893
15894 2004-06-09 Jesper Harder <harder@ifa.au.dk>
15895
15896 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15897
15898 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15899
15900 * message.el (message-text-with-property): Make it fast and accept
15901 optional arguments.
15902 (message-strip-forbidden-properties): Use it.
15903 (message-fix-before-sending): Follow the m-t-w-p change.
15904
15905 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15906
15907 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15908
15909 * gnus-art.el (article-hide-headers): Don't change the buffer
15910 mistakenly when performing mml-preview even if
15911 gnus-single-article-buffer is nil.
15912
15913 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
15914
15915 * message.el (message-expand-name-databases): New user option.
15916 (message-expand-name): Use it.
15917
15918 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
15919
15920 * spam.el (spam-report-articles-resend)
15921 (spam-report-resend-register-routine): Allow ham reporting.
15922 (spam-report-resend-register-ham-routine): Add wrapper.
15923 (spam-registration-functions): Add ham resending functions.
15924 (spam-list-of-processors): Add ham resend processor.
15925
15926 * gnus.el (ham-resend-to): Add new group parameter.
15927 (spam-process): Add ham resend option.
15928
15929 * spam-report.el (spam-report-resend): Allow reporting ham.
15930 (spam-report-resend-ham): Add wrapper.
15931
15932 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15933
15934 * message.el (message-cite-articles-with-x-no-archive):
15935 New variable.
15936 (message-cite-original): Use it.
15937
15938 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15939
15940 * message.el (message-cite-original): Respect X-No-Archive.
15941
15942 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15943
15944 * gnus-art.el (article-hide-headers): Refer to the values for
15945 gnus-ignored-headers and gnus-visible-headers in the summary
15946 buffer since a user may have set them as group parameters.
15947
15948 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
15949
15950 * assistant.el (assistant-node-name): Add convenience function.
15951 (assistant-render-text, assistant-render-node): Add error handling,
15952 plus handle multiple next nodes.
15953 (assistant-find-next-node): Comment out for now.
15954 (assistant-find-next-nodes): Add function, returns list of next
15955 nodes.
15956
15957 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
15958
15959 * mail-source.el (mail-source-directory): Fix doc-string.
15960
15961 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
15962
15963 * assistant.el (assistant-render-text, assistant-eval): Add :set
15964 widget type, which is different because it takes and returns a
15965 list. Much hilarity ensues.
15966
15967 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
15968
15969 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
15970
15971 * gnus-group.el (gnus-group-get-new-news-this-group):
15972 Add doc-string.
15973
15974 * gnus-start.el (gnus-activate-group): Add doc-string.
15975
15976 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15977
15978 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15979
15980 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
15981
15982 * assistant.el (assistant-render-text): Try to add a :set
15983 widget, more to come.
15984
15985 * spam.el (spam-group-spam-contents-p): Handle empty groupname
15986 strings.
15987 (spam-report-articles-resend)
15988 (spam-register-routine): Do registration iff any articles warrant
15989 it.
15990 (spam-summary-prepare-exit): Change log message for nil group
15991 destinations.
15992
15993 2004-05-27 Daniel Pittman <daniel@rimspace.net>
15994
15995 * spam.el (spam-report-resend-register-routine):
15996 Allow spam-report-resend-to to be a group parameter or a global value.
15997
15998 2004-05-26 Simon Josefsson <jas@extundo.com>
15999
16000 * starttls.el: Merge with my GNUTLS based starttls.el.
16001 (starttls-gnutls-program, starttls-use-gnutls)
16002 (starttls-extra-arguments, starttls-process-connection-type)
16003 (starttls-connect, starttls-failure, starttls-success):
16004 New variables.
16005 (starttls-program, starttls-extra-args): Doc fix.
16006 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16007 New functions.
16008 (starttls-negotiate, starttls-open-stream):
16009 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16010 function if it is set.
16011
16012 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16013
16014 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16015 structured fields.
16016
16017 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16018
16019 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16020
16021 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16022
16023 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16024 Add variable.
16025 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16026 assigning the spam-mark to new messages.
16027
16028 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16029
16030 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16031
16032 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16033
16034 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16035 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16036 default.
16037
16038 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16039
16040 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16041 correct data.
16042
16043 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16044
16045 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16046 (spam-group-processor-p): Fix function.
16047 (spam-group-processor-multiple-p)
16048 (spam-group-spam-processor-report-gmane-p)
16049 (spam-group-spam-processor-report-resend-p)
16050 (spam-group-spam-processor-bogofilter-p)
16051 (spam-group-spam-processor-blacklist-p)
16052 (spam-group-spam-processor-ifile-p)
16053 (spam-group-ham-processor-ifile-p)
16054 (spam-group-spam-processor-spamoracle-p)
16055 (spam-group-spam-processor-crm114-p)
16056 (spam-group-ham-processor-bogofilter-p)
16057 (spam-group-spam-processor-stat-p)
16058 (spam-group-ham-processor-stat-p)
16059 (spam-group-ham-processor-whitelist-p)
16060 (spam-group-ham-processor-BBDB-p)
16061 (spam-group-ham-processor-spamoracle-p)
16062 (spam-group-ham-processor-copy-p): Remove functions with some
16063 prejudice against unneeded code.
16064 (spam-report-articles-resend)
16065 (spam-report-resend-register-routine): Allow the group/topic
16066 spam-resend-to value to override spam-report-resend-to.
16067 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16068 properly now.
16069
16070 * gnus.el (spam-resend-to): Add group/topic parameter.
16071 (spam-process): Move the OBSOLETE processors to the end of the
16072 choices.
16073
16074 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16075
16076 * spam-report.el (spam-report-resend-to, spam-report-resend):
16077 Start with resend-to set to nil, and then ask the user if necessary.
16078 (spam-report-resend): spam-report-resend takes a list of articles, not
16079 separate article numbers.
16080
16081 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16082
16083 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16084 addition to emacs-w3m.
16085
16086 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16087
16088 * assistant.el (assistant-authinfo-data): New function.
16089 (assistant-eval): Eval for entire assistant.
16090
16091 * netrc.el (netrc-services-file): New variable.
16092 (netrc-parse-services): New function.
16093 (netrc-find-service-name): New function.
16094 (netrc-find-service-number): New function.
16095 (netrc-port-equal): New function.
16096 (netrc-machine): Use it.
16097
16098 * nnimap.el (nnimap-open-connection): Use netrc.
16099
16100 * gnus-util.el (gnus-netrc-get): Remove aliases.
16101
16102 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16103
16104 * assistant.el (wid-edit): Fix compilation.
16105
16106 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16107
16108 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16109
16110 * gnus-util.el (gnus-set-file-modes): New function. (small
16111 patch).
16112
16113 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16114
16115 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16116
16117 * assistant.el (assistant-render-node): Fix up rendering and
16118 read-only text.
16119 (assistant-render-node): Reset.
16120 (assistant-make-read-only): Not sticky.
16121
16122 2004-05-20 Danny Siu <dsiu@adobe.com>
16123
16124 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16125 centered even when gnus-auto-center-summary is t
16126
16127 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16128
16129 * dns.el (dns-get-txt-answer): New function.
16130 (dns-read-txt): Ditto.
16131 (query-dns): Use it.
16132
16133 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
16134
16135 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16136 active for foreign groups even if the group level is higher than
16137 the specified value.
16138
16139 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16140
16141 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16142 non-active groups.
16143
16144 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16145
16146 2004-05-20 Magnus Henoch <mange@freemail.hu>
16147
16148 * dns.el (dns-read-type): Add support for SVR. (small patch)
16149
16150 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16151
16152 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16153 (spam-crm114-header, spam-crm114-spam-switch)
16154 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16155 (spam-crm114-positive-spam-header)
16156 (spam-crm114-database-directory, spam-list-of-processors)
16157 (spam-group-spam-processor-crm114-p)
16158 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16159 (spam-generic-score, spam-list-of-checks)
16160 (spam-list-of-statistical-checks, spam-registration-functions)
16161 (spam-check-crm114-headers, spam-crm114-score)
16162 (spam-check-crm114, spam-crm114-register-with-crm114)
16163 (spam-crm114-register-spam-routine)
16164 (spam-crm114-unregister-spam-routine)
16165 (spam-crm114-register-ham-routine)
16166 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16167 From asjo@koldfront.dk (Adam Sjøgren).
16168
16169 * gnus.el: Add spam-use-crm114.
16170
16171 * spam.el (spam-list-of-processors, spam-registration-functions):
16172 Add spam-use-resend.
16173 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16174 (spam-report-articles-gmane): Add doc fix.
16175 (spam-report-articles-resend, spam-report-resend-register-routine):
16176 Add wrappers around spam-report-resend-to.
16177
16178 * spam-report.el (spam-report-resend-to, spam-report-resend):
16179 Add support for resending spam.
16180 (spam-report-gmane): Fix line length >80.
16181
16182 * gnus.el (spam-process): Add spam-use-resend.
16183
16184 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16185
16186 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16187 number of processed spam messages.
16188 (spam-ham-copy-or-move-routine): Return the number of processed
16189 ham messages.
16190 (spam-summary-prepare-exit): Use the above values to decide
16191 whether status messages shouled be displayed.
16192
16193 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
16194
16195 * rfc2047.el (rfc2047-encode-function-alist): Rename from
16196 `rfc2047-encoding-function-alist' in order to avoid conflicting
16197 with the old version.
16198 (rfc2047-encode-region): Concatenate words containing non-ASCII
16199 characters in structured fields; don't encode space-delimited
16200 ASCII words even in unstructured fields; don't break words at
16201 char-category boundaries.
16202 (rfc2047-encode-1): New function.
16203 (rfc2047-encode): Use it; encode text so that it occupies the
16204 maximum width within 76-column; work correctly on Q encoding for
16205 iso-2022-* charsets.
16206 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16207 sure not to break a line just after the header name.
16208 (rfc2047-b-encode-region): Remove.
16209 (rfc2047-b-encode-string): New function.
16210 (rfc2047-q-encode-region): Remove.
16211 (rfc2047-q-encode-string): New function.
16212
16213 * mm-util.el (mm-replace-in-string): New function.
16214
16215 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16216
16217 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16218 Really get it right.
16219 (gnus-inews-make-draft): Really.
16220
16221 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
16222
16223 * nnmh.el (nnmh-request-list-1): Don't check the link count
16224 before descending. (small patch)
16225
16226 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16227
16228 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16229 stuff.
16230
16231 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16232 Match on real group name.
16233
16234 * gnus-art.el (gnus-signature-limit): Doc fix.
16235
16236 * gnus-msg.el (gnus-inews-make-draft): Quote list.
16237
16238 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16239
16240 * gnus-draft.el (gnus-draft-send):
16241 Bind rfc2047-encode-encoded-words.
16242
16243 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16244 (rfc2047-encodable-p): Say that =? needs encoding.
16245 (rfc2047-encode-encoded-words): New variable.
16246
16247 * gnus-group.el (gnus-group-select-group): Doc fix.
16248
16249 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16250
16251 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16252 to nil.
16253
16254 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16255
16256 * nnheader.el (nnheader-get-lines-and-char): New function.
16257
16258 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
16259
16260 * gnus-msg.el (gnus-summary-followup-with-original):
16261 Document yanking of region when active.
16262
16263 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
16264
16265 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16266 groups if the group level is higher than the specified value.
16267
16268 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16269
16270 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16271 (gnus-group-jump-to-group): Add prefix argument using
16272 `gnus-group-jump-to-group-prompt'. Query before jumping to
16273 non-active group.
16274
16275 * compface.el (uncompface): Be verbose when changing
16276 `uncompface-use-external'.
16277
16278 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16279 handle manual section.
16280
16281 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16282
16283 * gnus-art.el (gnus-button-alist): Revert previous change.
16284
16285 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16286
16287 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16288
16289 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16290
16291 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16292 whether backend can accept message.
16293
16294 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16295
16296 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
16297
16298 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16299 Avoid creating directory when nntp-marks-is-evil is true.
16300 Reported by Reiner Steib.
16301
16302 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16303
16304 * gnus-picon.el (gnus-picon-style): New variable.
16305 (gnus-picon-insert-glyph): Add optional `nostring' argument.
16306 (gnus-picon-transform-address): Support `gnus-picon-style'.
16307 From Jesper Harder <harder@ifa.au.dk>.
16308
16309 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16310
16311 * message.el (message-fill-field): Return point.
16312 (message-generate-headers): Go to end of field.
16313
16314 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16315 stuff for non-living groups.
16316
16317 2004-05-18 Jesper Harder <harder@ifa.au.dk>
16318
16319 * gnus-art.el (gnus-article-followup-with-original)
16320 (gnus-article-reply-with-original): gnus-mark-active-p ->
16321 gnus-region-active-p.
16322
16323 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
16324
16325 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16326 only when there is spam or ham to be processed.
16327
16328 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16329
16330 * mail-source.el (mail-source-delete-crash-box): Refactor.
16331 (mail-source-fetch): Use it.
16332 (mail-source-fetch-file): Ditto.
16333 (mail-source-fetch-directory): Run postscript in loop.
16334 (mail-source-fetch-pop): Delete.
16335 (mail-source-fetch-maildir): Ditto.
16336 (mail-source-fetch-imap): Ditto.
16337
16338 * imap.el (imap-authenticators): Comment out sasl.
16339
16340 * message.el (message-skip-to-next-address): New function.
16341 (message-fill-header-address): Refactor.
16342 (message-fill-address): Use it.
16343 (message-delete-address): Use it.
16344 (message-fill-header-general): Refactor.
16345 (message-fill-field-address): Rename.
16346 (message-narrow-to-field): Find the start of the header.
16347 (message-header-format-alist): Don't pre-fill.
16348 (message-fill-header): Remove.
16349 (message-insert-header): New function.
16350 (message-shorten-references): Use it.
16351
16352 * rfc2047.el (rfc2047-field-value): Strip props.
16353
16354 * mail-parse.el (mail-header-make-address): New alias.
16355
16356 * ietf-drums.el (ietf-drums-make-address): New function.
16357
16358 * imap.el: Add compiler directives.
16359
16360 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16361
16362 * gnus-art.el (article-decode-idna-rhs): Don't use
16363 message-idna-inside-rhs-p.
16364
16365 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16366
16367 * message.el (message-idna-inside-rhs-p): Remove.
16368 (message-idna-to-ascii-rhs-1): Use proper address parsing.
16369
16370 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16371 false positives.
16372
16373 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16374
16375 * imap.el (imap-sasl-make-mechanisms): Use sasl.
16376
16377 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16378
16379 * nneething.el (nneething-file-name): Don't create spurious
16380 files.
16381
16382 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16383 (gnus-inews-do-gcc): Remove sleep.
16384
16385 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16386 part under point.
16387
16388 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16389 (gnus-agent-regenerate-group): Using nil messages aren't valid.
16390
16391 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
16392
16393 * spam.el (spam-summary-prepare-exit): Fix (length).
16394
16395 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
16396
16397 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16398 as expired without moving it" message when there are spam
16399 messages left.
16400
16401 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
16402
16403 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16404 header is not nil.
16405
16406 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
16407
16408 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16409 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16410 (nntp-marks-changed-p): New arg SERVER.
16411 (nntp-request-update-info): Adjust caller.
16412
16413 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
16414
16415 * nntp.el (nntp-save-marks): Pass missing arg.
16416
16417 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16418
16419 * nntp.el: Support marks.
16420 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16421 (nntp-marks-modtime, nntp-marks-directory): New variables.
16422 (nntp-request-set-mark, nntp-request-update-info)
16423 (nntp-possibly-create-directory, nntp-marks-changed-p)
16424 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16425 New functions.
16426
16427 2004-05-12 Jesper Harder <harder@ifa.au.dk>
16428
16429 * gnus-score.el (gnus-score-insert-help):
16430 Use gnus-select-lowest-window.
16431
16432 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16433 appt-select-lowest-window and rename to gnus-select-lowest-window.
16434
16435 * gnus.el: do.
16436
16437 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16438
16439 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16440 encodings of MIME-encoded words, in order to improve
16441 interoperability with several broken MUAs.
16442
16443 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16444
16445 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16446 tags, only when charsets are not specified in headers.
16447 (mm-inline-text-html-render-with-w3m): Ditto.
16448
16449 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16450
16451 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16452 instead of MIME-decoded from fields when checking
16453 `gnus-article-address-banner-alist'.
16454
16455 2004-05-03 Jesper Harder <harder@ifa.au.dk>
16456
16457 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16458 description rather than subject.
16459
16460 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16461
16462 * gnus.el (gnus-version-number): Bump.
16463
16464 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16465
16466 * gnus.el: No Gnus v0.2 is released.
16467
16468 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16469
16470 * gnus-agent.el (gnus-agent-read-agentview):
16471 Inline gnus-uncompress-range.
16472
16473 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16474
16475 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16476 `exec-installed-p'.
16477
16478 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16479
16480 * gnus.el (spam-process, spam-autodetect-methods):
16481 Add bsfilter and bsfilter-headers.
16482
16483 * spam.el (spam-bsfilter): New customize group.
16484 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16485 (spam-bsfilter-header, spam-bsfilter-probability-header)
16486 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16487 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16488 (spam-bsfilter-database-directory): New options.
16489 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16490 (spam-list-of-statistical-checks, spam-registration-functions):
16491 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16492 (spam-bsfilter-score): New command.
16493 (spam-check-bsfilter-headers, spam-check-bsfilter)
16494 (spam-bsfilter-register-with-bsfilter)
16495 (spam-bsfilter-register-spam-routine)
16496 (spam-bsfilter-unregister-spam-routine)
16497 (spam-bsfilter-register-ham-routine)
16498 (spam-bsfilter-unregister-ham-routine): New functions.
16499 (spam-generic-score): Support bsfilter; Accept an optional argument
16500 to recalcurate spam score even if scoring header has already been
16501 added.
16502 (spam-bogofilter-score, spam-spamassassin-score): Accept an
16503 optional argument to recalcurate spam score even if scoring header
16504 has already been added.
16505
16506 2004-04-29 Jesper Harder <harder@ifa.au.dk>
16507
16508 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16509 strings! Reported by David D. Smith <davidsmith@acm.org>.
16510 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16511 link is missing.
16512
16513 2004-04-28 Jesper Harder <harder@ifa.au.dk>
16514
16515 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16516 (html2text-get-attr): Rewrite.
16517
16518 * message.el (message-setup-1): Remove redundant put-text-property
16519 on mail-header-separator.
16520
16521 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
16522
16523 * gnus-registry.el (gnus-registry-cache-whitespace)
16524 (gnus-registry-action, gnus-registry-spool-action)
16525 (gnus-registry-split-fancy-with-parent): Change message levels
16526 from 5 to 3 or 7, as needed.
16527
16528 * spam.el (spam-summary-prepare-exit)
16529 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16530 (spam-split, spam-find-spam, spam-log-undo-registration)
16531 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
16532 level from 5 to 6.
16533
16534 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16535
16536 * gnus-ems.el: Autoload appt-select-lowest-window (revert
16537 2004-03-04 change).
16538
16539 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16540
16541 * sieve-manage.el (sieve-manage-open):
16542 * nnweb.el (nnweb-insert-html):
16543 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16544 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16545 * nnspool.el (nnspool-request-group):
16546 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16547 * nnml.el (nnml-request-update-info):
16548 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16549 (nnmh-request-create-group, nnmh-update-gnus-unreads):
16550 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16551 (nnimap-request-set-mark):
16552 * nnfolder.el (nnfolder-request-update-info):
16553 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16554 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16555 * gnus-uu.el (gnus-uu-find-articles-matching):
16556 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16557 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16558 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16559 * gnus-nocem.el (gnus-nocem-scan-groups):
16560 * gnus-int.el (gnus-start-news-server):
16561 * gnus-group.el (gnus-group-make-kiboze-group)
16562 (gnus-group-browse-foreign-server):
16563 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16564 Use mapc when appropriate.
16565
16566 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
16567
16568 FIXME: Make separate entries for each person.
16569
16570 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16571 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16572 <shields@msrl.com>:
16573
16574 * spam.el (spam-necessary-extra-headers): Get the extra headers we
16575 may need for spam sorting and scoring.
16576 (spam-user-format-function-S): Add user format function suitable for
16577 general use.
16578 (spam-article-sort-by-spam-status): Add sorting function for summary
16579 sorting.
16580 (spam-extra-header-to-number): Add function to get a score from a
16581 header.
16582 (spam-summary-score): Add function to get a numeric score from the
16583 headers.
16584 (spam-generic-score): Fix function doc, was in wrong place.
16585 (spam-initialize): Take symbols when it's run, and install the
16586 extra headers that spam-necessary-extra-headers thinks we need.
16587
16588 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16589
16590 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16591 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16592
16593 2004-04-17 Jesper Harder <harder@ifa.au.dk>
16594
16595 * gnus-sum.el (gnus-set-global-variables)
16596 (gnus-build-all-threads, gnus-get-newsgroup-headers)
16597 (gnus-article-get-xrefs, gnus-summary-best-group)
16598 (gnus-summary-next-article, gnus-summary-enter-digest-group)
16599 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16600 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16601 Use with-current-buffer.
16602
16603 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
16604
16605 * spam.el (spam-summary-prepare-exit): Simplify logic.
16606 (spam-fetch-article-header): Read the article header if it's not
16607 available.
16608 (spam-list-articles): Simplify logic.
16609 (spam-filelist-register-routine): Fix bug with unregister-list.
16610
16611 * gnus-registry.el: Fix comments at beginning.
16612
16613 2004-04-16 Jesper Harder <harder@ifa.au.dk>
16614
16615 * message.el (message-cater-to-broken-inn): Remove.
16616 (message-shorten-references): Make sure the total folded length of
16617 References is shorter than 998 characters to cater to a bug in INN
16618 2.3. Also, don't pretend that references aren't folded -- this
16619 hasn't worked for a while.
16620
16621 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16622
16623 * gnus-agent.el (gnus-agentize):
16624 gnus-agent-send-mail-real-function no longer set to current value
16625 of message-send-mail-function but rather a lambda that calls
16626 message-send-mail-function. The change makes the agent real-time
16627 responsive to user changes to message-send-mail-function.
16628
16629 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16630
16631 * legacy-gnus-agent.el
16632 (gnus-agent-convert-to-compressed-agentview): Fix typos with
16633 help from Florian Weimer <fw@deneb.enyo.de>
16634
16635 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
16636
16637 * nnmail.el (nnmail-cache-insert): Revert last change.
16638
16639 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
16640
16641 * nnmail.el (nnmail-cache-insert): Always check whether
16642 nnmail-cache-ignore-groups matches a group name.
16643
16644 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
16645
16646 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16647 (spam-find-spam, spam-log-processing-to-registry)
16648 (spam-log-registered-p, spam-log-unregistration-needed-p)
16649 (spam-log-undo-registration): Use gnus-message instead of
16650 gnus-error, none of these errors are fatal.
16651
16652 * gnus-registry.el (gnus-registry-clean-empty-function)
16653 (gnus-registry-clean-empty): Remove only empty entries without
16654 extra data.
16655
16656 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
16657
16658 * spam-stat.el (spam-stat-buffer-change-to-spam)
16659 (spam-stat-buffer-change-to-non-spam): Change (error) to
16660 (gnus-message 8) invocation.
16661
16662 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16663
16664 * nntp.el (nntp-via-netcat-command): New variable.
16665 (nntp-via-netcat-switches): New variable.
16666 (nntp-open-via-rlogin-and-netcat): New function.
16667 (nntp-open-connection-function): Doc fix.
16668 (nntp-telnet-command): Doc fix.
16669 (nntp-end-of-line): Doc fix.
16670 (nntp-via-rlogin-command): Doc fix.
16671 (nntp-via-user-name): Doc fix.
16672 (nntp-via-address): Doc fix.
16673
16674 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16675
16676 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16677 error in Emacs 21.1.
16678
16679 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
16680
16681 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16682
16683 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
16684
16685 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16686 (gnus-agent-with-refreshed-group): New macro.
16687 (gnus-agent-rename-group): New function.
16688 (gnus-agent-delete-group): New function.
16689 (gnus-agent-save-group-info): Use gnus-command-method when
16690 `method' parameter is nil. Don't write nil entries into the
16691 active file.
16692 (gnus-agent-get-group-info): New function.
16693 (gnus-agent-fetch-articles):
16694 Use gnus-agent-update-files-total-fetched-for to increment disk space
16695 used.
16696 (gnus-agent-fetch-headers, gnus-agent-save-alist):
16697 Use gnus-agent-update-view-total-fetched-for to increment disk space
16698 used.
16699 (gnus-agent-get-local): Add optional parameters to avoid calling
16700 gnus-group-real-name and gnus-find-method-for-group.
16701 (gnus-agent-set-local): Delete stored entry if either min, or max,
16702 are nil.
16703 (gnus-agent-fetch-session): Reworded error/quit messages.
16704 On quit, use gnus-agent-regenerate-group to record existence of any
16705 articles fetched to disk before the quit occurred.
16706 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16707 gnus-agent-update-view-total-fetched-for, and
16708 gnus-agent-update-files-total-fetched-for to decrement disk space
16709 used.
16710 (gnus-agent-retrieve-headers):
16711 Use gnus-agent-update-view-total-fetched-for to increment disk space
16712 used.
16713 (gnus-agent-regenerate-group): Replace gnus-group-update-group
16714 with gnus-agent-update-files-total-fetched-for to decrement disk
16715 space and fresh group buffer.
16716 (gnus-agent-inhibit-update-total-fetched-for): New variable.
16717 (gnus-agent-need-update-total-fetched-for): New variable.
16718 (gnus-agent-update-files-total-fetched-for): New function.
16719 (gnus-agent-update-view-total-fetched-for): New function.
16720 (gnus-agent-total-fetched-for): New function.
16721
16722 * gnus-cache.el (gnus-cache-save-buffers):
16723 Use gnus-cache-update-overview-total-fetched-for to change disk space
16724 used by this group.
16725 (gnus-cache-possibly-enter-article):
16726 Use gnus-cache-update-file-total-fetched-for to increment disk space
16727 used by this group.
16728 (gnus-cache-possibly-remove-article):
16729 Use gnus-cache-update-file-total-fetched-for to decrement disk space
16730 used by this group.
16731 (gnus-cache-generate-nov-databases): Purge total fetched cache.
16732 (gnus-cache-rename-group): New function.
16733 (gnus-cache-delete-group): New function.
16734 (gnus-cache-inhibit-update-total-fetched-for): New variable.
16735 (gnus-cache-need-update-total-fetched-for): New variable.
16736 (gnus-cache-with-refreshed-group): New macro.
16737 (gnus-cache-update-file-total-fetched-for): New function.
16738 (gnus-cache-update-overview-total-fetched-for): New function.
16739 (gnus-cache-rename-group-total-fetched-for): New function.
16740 (gnus-cache-delete-group-total-fetched-for): New function.
16741 (gnus-cache-total-fetched-for): New function.
16742
16743 * gnus-group.el: Require gnus-sum and autoload functions to
16744 resolve warnings when gnus-group.el compiled alone.
16745 (gnus-group-line-format): Documented new %F.
16746 (size of Fetched data) group line format; identifies disk space
16747 used by agent and cache.
16748 (gnus-group-line-format-alist): Defined new F format.
16749 (gnus-total-fetched-for): New function.
16750 (gnus-group-delete-group): No longer update
16751 gnus-cache-active-altered as gnus-request-delete-group now keeps
16752 the cache in sync.
16753 (gnus-group-list-active): Let the agent store a server's active
16754 list if currently plugged.
16755
16756 * gnus-int.el (gnus-request-delete-group):
16757 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16758 local disk in sync with the server.
16759 (gnus-request-rename-group):
16760 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16761 local disk in sync with the server.
16762
16763 * gnus-start.el (gnus-get-unread-articles):
16764 Cosmetic simplification to logic.
16765
16766 * gnus-util.el (gnus-rename-file): New function.
16767
16768 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
16769
16770 * mm-util.el (mm-image-load-path): Handle nil in load-path.
16771
16772 2004-04-07 Jesper Harder <harder@ifa.au.dk>
16773
16774 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16775 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
16776
16777 2004-04-06 Jesper Harder <harder@ifa.au.dk>
16778
16779 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16780 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
16781
16782 2004-04-03 Jesper Harder <harder@ifa.au.dk>
16783
16784 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16785
16786 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
16787
16788 * spam.el (spam-set-difference): Add function to replace
16789 gnus-set-difference in spam.el.
16790 (spam-summary-prepare-exit): Use spam-set-difference.
16791
16792 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16793
16794 * gnus-registry.el (gnus-registry-cache-file): Update to use
16795 gnus-dribble-directory OR gnus-home-directory OR ~.
16796 (gnus-registry-split-fancy-with-parent): Fix doc.
16797
16798 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
16799
16800 * message.el (message-exchange-point-and-mark):
16801 Use message-mark-active-p. Suggested by Jesper Harder
16802 <harder@ifa.au.dk>.
16803
16804 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
16805
16806 * message.el (message-exchange-point-and-mark): Don't activate
16807 region if it was inactive. Suggested by Hiroshi Fujishima
16808 <pooh@nature.tsukuba.ac.jp>.
16809
16810 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * gnus-art.el (article-display-face): Display Faces in the same
16813 order as X-Faces.
16814
16815 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
16816
16817 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16818
16819 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16820
16821 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16822 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16823 (gnus-article-mime-hierarchy): Remove.
16824 (gnus-article-mime-hierarchy-next): Remove.
16825 (gnus-article-mode): Revert 2004-03-19 change.
16826 (gnus-article-setup-buffer): Revert 2004-03-19 change.
16827 (gnus-insert-mime-button): Revert 2004-03-19 change.
16828 (gnus-mime-accumulate-hierarchy): Remove.
16829 (gnus-mime-enter-multipart): Remove.
16830 (gnus-mime-leave-multipart): Remove.
16831 (gnus-mime-display-part): Revert 2004-03-19 change.
16832 (gnus-mime-display-alternative): Revert 2004-03-19 change.
16833
16834 * mml.el (mml-preview): Revert 2004-03-19 change.
16835
16836 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
16837
16838 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16839
16840 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16841
16842 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16843 t while entering a file name using the mm-with-multibyte macro.
16844 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16845
16846 * mm-util.el (mm-with-multibyte): New macro.
16847
16848 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
16849
16850 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
16851 New user option.
16852 (gnus-mime-multipart-functions): Doc and customization fix.
16853 (gnus-article-mime-hierarchy): New variable.
16854 (gnus-article-mime-hierarchy-next): New variable.
16855 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16856 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16857 gnus-article-mime-hierarchy-next to nil.
16858 (gnus-insert-mime-button): Show hierarchy numbers.
16859 (gnus-mime-accumulate-hierarchy): New function.
16860 (gnus-mime-enter-multipart): New function.
16861 (gnus-mime-leave-multipart): New function.
16862 (gnus-mime-display-part): Recompute hierarchical MIME structure.
16863 (gnus-mime-display-alternative): Show hierarchy numbers.
16864
16865 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16866 gnus-article-mime-hierarchy-next to nil.
16867
16868 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
16869
16870 * dns.el: Don't require gnus-xmas.
16871
16872 2004-03-17 Jesper Harder <harder@ifa.au.dk>
16873
16874 * mml.el (mml-generate-mime-1): Don't use format=flowed with
16875 inline PGP.
16876 (mml-menu): Disable mml-quote-region if mark is inactive.
16877
16878 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16879
16880 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16881 when the group's active is not available.
16882
16883 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16884
16885 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16886 error.
16887
16888 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
16889
16890 * imap.el (imap-store-password): New variable.
16891 (imap-interactive-login): Use it.
16892 Suggested by Mark Plaksin <happy@mcplaksin.org>.
16893
16894 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
16895
16896 * gnus-art.el (gnus-article-read-summary-keys): Restore new
16897 window-start and hscroll to summary window.
16898
16899 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
16900
16901 * gnus-start.el (gnus-convert-old-newsrc): Only write the
16902 conversion message to newsrc-dribble when an actual conversion is
16903 performed.
16904
16905 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
16906
16907 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16908
16909 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16910
16911 * mm-decode.el (mm-complicated-handles): New function reviving
16912 former definition of mm-multiple-handles.
16913
16914 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16915 (gnus-mime-delete-part): Use it.
16916
16917 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
16918
16919 * gnus-agent.el (gnus-agent-read-local):
16920 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
16921 avoid the implicit assumption that they will always be equal.
16922 (gnus-agent-save-local): Bind buffer-file-coding-system, not
16923 coding-system-for-write, as the with-temp-file macro first prints
16924 to a buffer then saves the buffer.
16925
16926 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
16927
16928 * gnus-art.el (gnus-article-edit-part): New function.
16929 (gnus-mime-save-part-and-strip): Use it; do query instead of
16930 signaling an error; don't use mm-multiple-handles.
16931 (gnus-mime-delete-part): Ditto.
16932
16933 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
16934
16935 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
16936 old file versions.
16937 (gnus-group-prepare-hook): Remove function that converted list
16938 form of gnus-agent-expire-days to group properties.
16939
16940 * gnus-int.el: Autoload gnus-agent-regenerate-group.
16941 (gnus-request-accept-article): Re-indented.
16942
16943 * gnus-start.el (gnus-convert-old-newsrc): Registered new
16944 converters to handle old agent file formats. Add logic for a
16945 "backup before upgrading warning".
16946 (gnus-convert-mark-converter-prompt): Developers can mark
16947 functions as needing (default), or not needing,
16948 gnus-convert-old-newsrc's "backup before upgrading warning".
16949 (gnus-convert-converter-needs-prompt): Tests whether the user
16950 should be protected from potentially irreversable changes by the
16951 function.
16952
16953 * legacy-gnus-agent.el: New. Provides converters that are only
16954 loaded when gnus-convert-old-newsrc needs to call them.
16955
16956 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16957
16958 * mail-source.el (mail-source-touch-pop): Doc fix.
16959
16960 * message.el (message-smtpmail-send-it): Doc fix.
16961
16962 2004-03-05 Jesper Harder <harder@ifa.au.dk>
16963
16964 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16965
16966 * nnmail.el (nnmail-split-fancy): do.
16967
16968 * gnus-kill.el (gnus-kill, gnus-execute): do.
16969
16970 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
16971
16972 * gnus-sum.el (gnus-widget-reversible-match)
16973 (gnus-widget-reversible-to-internal)
16974 (gnus-widget-reversible-to-external): New functions.
16975 (gnus-widget-reversible): New widget.
16976 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16977
16978 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
16979
16980 * gnus-sum.el (gnus-thread-sort-functions)
16981 (gnus-article-sort-functions): Document `(not F)' items.
16982
16983 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
16984
16985 * spam.el (spam-use-gmane-xref): Add new backend.
16986 (spam-gmane-xref-spam-group): Add variable to control the name of the
16987 Gmane spam group.
16988 (spam-blackhole-servers, spam-blackhole-good-server-regex)
16989 (spam-regex-headers-spam, spam-regex-headers-ham)
16990 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16991 (spam-list-of-checks): Add spam-use-gmane-xref to list of
16992 backends and checks.
16993 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16994
16995 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16996 an autodetect method.
16997
16998 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
16999
17000 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17001 articles are being added to a group.
17002 (gnus-request-replace-article): Inform the agent that articles
17003 need to be uncached as the cached contents are no longer valid.
17004
17005 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17006
17007 * binhex.el: Don't autoload executable-find.
17008
17009 * canlock.el: Don't autoload mail-fetch-field.
17010
17011 * gnus-ems.el: Don't autoload appt-select-lowest-window.
17012
17013 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17014 rmail-dont-reply-to and rmail-output.
17015
17016 * gnus-score.el: Don't autoload ffap-string-at-point.
17017
17018 * gnus-setup.el: Don't autoload sc-cite-original.
17019
17020 * imap.el: Don't autoload base64-decode-string,
17021 base64-encode-string and md5.
17022
17023 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17024 and rmail-msg-restore-non-pruned-header.
17025
17026 * mm-decode.el: Don't autoload executable-find.
17027
17028 * mm-url.el: Don't autoload executable-find.
17029
17030 * mm-view.el: Don't autoload diff-mode.
17031
17032 * nndb.el: Don't autoload news-reply-mode, news-setup,
17033 cancel-timer and telnet.
17034
17035 * password.el: Don't autoload run-at-time for Emacs.
17036
17037 * sha1-el.el: Don't autoload executable-find.
17038
17039 * sieve-mode.el: Don't autoload c-mode.
17040
17041 * uudecode.el: Don't autoload executable-find.
17042
17043 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17044
17045 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17046 (gnus-agent-possibly-alter-active): Avoid null in numeric
17047 comparison.
17048 (gnus-agent-set-local): Refuse to save null in local object table.
17049 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17050 list of articles that will be marked as unread.
17051
17052 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17053
17054 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17055
17056 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17057
17058 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17059 language tags.
17060
17061 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
17062
17063 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17064 Don't bind "obarray".
17065
17066 * gnus-sum.el (gnus-thread-sort-functions):
17067 Add `gnus-thread-sort-by-most-recent-number' and
17068 `gnus-thread-sort-by-most-recent-date'.
17069 Reported by Kai Grossjohann <kai@emptydomain.de>.
17070
17071 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17072
17073 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17074
17075 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17076
17077 * gnus-cus.el (gnus-agent-customize-category):
17078 Remove ignore-errors macro reference that required cl to be loaded at
17079 run-time.
17080
17081 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17082 single-interval range of the form (min . max). Previously the
17083 range had to look like ((min . max)). Likewise, return
17084 (min . max) rather than ((min . max)).
17085 (gnus-range-map): Use gnus-range-normalize to accept
17086 single-interval range.
17087
17088 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17089 the cache, but not the agent, now appear with their usual face.
17090
17091 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
17092
17093 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17094 w3m-safe-url-regexp variable buffer-local.
17095
17096 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17097
17098 2004-02-27 Simon Josefsson <jas@extundo.com>
17099
17100 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17101 gnus-group-real-prefix.
17102 (gnus-summary-move-article): Use it, instead of
17103 gnus-group-real-prefix.
17104
17105 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
17106
17107 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17108 w3m-safe-url-regexp variable buffer-local and set it as the value
17109 of mm-w3m-safe-url-regexp.
17110
17111 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17112
17113 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17114 parsing gnus-posting-styles when the message is not for replying.
17115
17116 * nnrss.el (nnrss-opml-export):
17117 Use mm-set-buffer-file-coding-system instead of
17118 set-buffer-file-coding-system.
17119
17120 2004-02-27 Jesper Harder <harder@ifa.au.dk>
17121
17122 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17123 of checkdoc.el).
17124 * nnrss.el: do.
17125 * gnus-mlspl.el: do.
17126 * gnus-ml.el: do.
17127 * gnus-srvr.el: do.
17128
17129 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17130
17131 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
17132
17133 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17134 Corrections to custom-manual links.
17135
17136 * gnus-art.el (gnus-article): Ditto.
17137
17138 * mm-decode.el (mime-display, mime-security): Ditto.
17139
17140 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17141
17142 * flow-fill.el: Typo.
17143
17144 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
17145
17146 * spam-wash.el: New file.
17147
17148 2004-02-26 Mark A. Hershberger <mah@everybody.org>
17149
17150 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17151
17152 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
17153
17154 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17155 to be run with new-articles as LIST1, not LIST2.
17156 (spam-registration-functions): Add spam-use-ham-copy as a nil
17157 registration backend.
17158
17159 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17160
17161 * spam-stat.el (spam-stat-washing-hook): New option.
17162 (spam-stat-buffer-words): Use it.
17163 (spam-stat-process-directory, spam-stat-test-directory):
17164 Use insert-file-contents-literally.
17165 (spam-stat-coding-system): New variable.
17166 (spam-stat-load, spam-stat-save): Use it.
17167
17168 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
17169
17170 * spam-report.el (spam-report-plug-agent):
17171 Quote spam-report-url-to-file and spam-report-url-ping-plain.
17172
17173 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
17174
17175 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17176 Allow / in mailto URLs.
17177
17178 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17179
17180 * spam-report.el (spam-report-process-queue): Fix interactive use.
17181 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17182 (spam-report-unplug-agent): Doc fixes.
17183 (spam-report-url-ping-mm-url, spam-report-url-to-file)
17184 (spam-report-agentize, spam-report-deagentize):
17185 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
17186
17187 * message.el (message-setup-fill-variables): Add mml tags to
17188 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17189 <ajk@iu.edu>.
17190 (message-mode): Don't modify paragraph-separate there.
17191
17192 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17193
17194 * compface.el (uncompface-use-external): Default to undecided.
17195 (uncompface-use-external-threshold): New variable.
17196 (uncompface-float-time): New macro.
17197 (uncompface): Determine whether to use the external decoder if
17198 uncompface-use-external is undecided.
17199
17200 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17201
17202 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17203 after images.
17204
17205 * gnus-art.el (gnus-mime-display-single): Remove dead code.
17206
17207 2004-02-14 Jesper Harder <harder@ifa.au.dk>
17208
17209 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17210
17211 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17212
17213 * gnus-sum.el (gnus-summary-limit-to-age)
17214 (gnus-summary-limit-children): do.
17215
17216 * gnus-int.el (gnus-request-scan): do.
17217
17218 * gnus-group.el (gnus-group-suspend): do.
17219
17220 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17221
17222 * gnus-cite.el (gnus-cite-parse-attributions): do.
17223
17224 * gnus-agent.el (gnus-summary-set-agent-mark)
17225 (gnus-agent-regenerate-group): do.
17226
17227 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17228
17229 * binhex.el (binhex-decode-region-internal): do.
17230
17231 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17232
17233 * gnus-fun.el (gnus-face-properties-alist): New user option.
17234 (gnus-display-x-face-in-from): Use it.
17235
17236 * gnus-art.el (article-display-face): Ditto.
17237
17238 * compface.el (uncompface-use-external): Default to nil.
17239
17240 2004-02-12 Jesper Harder <harder@ifa.au.dk>
17241
17242 * nntp.el (nntp-erase-buffer): New function.
17243 (nntp-retrieve-data, nntp-send-command)
17244 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17245 (nntp-possibly-change-group): Use it.
17246
17247 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17248 Use with-current-buffer.
17249
17250 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
17251
17252 * compface.el: Merge the ELisp-based uncompface program.
17253 (compface): New customization group.
17254 (uncompface-use-external): New user option.
17255 (uncompface): Call uncompface-internal if uncompface-use-external
17256 is nil.
17257 (uncompface-internal): New function. Note that there are also
17258 some other functions and variables added for this function.
17259
17260 2004-02-10 Jesper Harder <harder@ifa.au.dk>
17261
17262 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17263 if necessary.
17264
17265 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
17266
17267 * spam-report.el (spam-report-unplug-agent)
17268 (spam-report-plug-agent, spam-report-deagentize)
17269 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17270 Add support for the Agent in spam-report: when unplugged, report to a
17271 file; when plugged, submit all the requests.
17272
17273 * spam.el (spam-register-routine): Fix message about
17274 registration.
17275
17276 2004-02-09 Jesper Harder <harder@ifa.au.dk>
17277
17278 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17279 dependencies.
17280 (rfc2047-encode): Use it.
17281
17282 * gnus-art.el (gnus-button-marker-list): Move before first
17283 reference.
17284
17285 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17286 (imap-parse-body): Fix format string mismatch.
17287
17288 * gnus-score.el (gnus-summary-increase-score): do.
17289
17290 * nnrss.el (nnrss-close): New function.
17291
17292 2004-02-08 Jesper Harder <harder@ifa.au.dk>
17293
17294 * nnrss.el (nnrss-make-filename): New function.
17295 (nnrss-request-delete-group, nnrss-read-server-data)
17296 (nnrss-save-server-data, nnrss-read-group-data)
17297 (nnrss-save-group-data): Use it.
17298 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17299 (nnrss-read-server-data, nnrss-read-group-data): Use load.
17300 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17301
17302 2004-02-07 Jesper Harder <harder@ifa.au.dk>
17303
17304 * mml.el (mml-compute-boundary-1): Don't uncompress files.
17305
17306 2004-02-06 Jesper Harder <harder@ifa.au.dk>
17307
17308 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17309 files.
17310
17311 * message.el (message-generate-headers-first): Don't quote nil
17312 and t in docstrings.
17313
17314 * imap.el (imap-id): do.
17315
17316 * gnus-agent.el (gnus-agent-consider-all-articles)
17317 (gnus-agent-queue-mail): do.
17318
17319 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
17320
17321 * spam-report.el (spam-report-process-queue): New function.
17322 Process requests from `spam-report-requests-file'.
17323 (spam-report-process-queue): Doc fix.
17324
17325 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
17326
17327 * spam.el (spam-register-routine)
17328 (spam-log-processing-to-registry, spam-log-registered-p)
17329 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17330 Change "check" to "spam-check" for semi-clarity.
17331
17332 2004-02-05 Jesper Harder <harder@ifa.au.dk>
17333
17334 * pop3.el: Require nnheader.
17335
17336 * mml-smime.el: Require cl. Autoload message-fetch-field.
17337
17338 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17339
17340 * gnus-picon.el: Require cl.
17341
17342 * gnus-fun.el: Require gnus-ems and gnus-util.
17343
17344 * gnus.el (gnus-method-to-server): Move defsubst before first use.
17345
17346 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17347
17348 * gnus-art.el (gnus-article-edit-mode): Define before first
17349 reference.
17350
17351 2004-02-04 Jesper Harder <harder@ifa.au.dk>
17352
17353 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17354 (gnus-uu-post-encoded): Use point-at-bol.
17355
17356 * gnus-topic.el (gnus-group-active-topic-p): do.
17357
17358 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17359
17360 * gnus-group.el (gnus-group-kill-region): do.
17361
17362 * gnus-art.el (article-date-ut): do.
17363
17364 * message.el (message-fetch-field): Remove redundant
17365 case-fold-search binding.
17366 (message-narrow-to-field): Simplify.
17367
17368 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
17369
17370 * spam.el (spam-directory): Derive from `gnus-directory'.
17371
17372 * spam-report.el (spam-report-url-to-file)
17373 (spam-report-requests-file): New function and variable for offline
17374 reporting.
17375 (spam-report-url-ping-function): Add `spam-report-url-to-file'
17376 and user defined function.
17377 (spam-report-url-ping-mm-url): Remove doubled slash.
17378
17379 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
17380
17381 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17382
17383 2004-02-03 Jesper Harder <harder@ifa.au.dk>
17384
17385 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17386 Fix format string mismatch.
17387
17388 * sieve.el (sieve-deactivate-all): do.
17389
17390 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17391
17392 * nnlistserv.el (nnlistserv-kk-wash-article): do.
17393
17394 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17395
17396 * mm-bodies.el (mm-7bit-chars): Don't include \r.
17397
17398 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
17399
17400 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17401 the list of checks.
17402
17403 2004-01-31 Jesper Harder <harder@ifa.au.dk>
17404
17405 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17406 padding.
17407
17408 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
17409
17410 * mm-view.el (mm-fill-flowed): New variable.
17411 (mm-inline-text): Use it.
17412
17413 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
17414
17415 * spam.el (spam-spamassassin-register-ham-routine)
17416 (spam-spamassassin-register-spam-routine): Fix function names.
17417
17418 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
17419
17420 * gnus.el (gnus-tmp-grouplens): Remove.
17421 (gnus-summary-line-format): Remove grouplens.
17422
17423 * gnus-group.el (gnus-group-line-format): Ditto.
17424
17425 * gnus-spec.el (gnus-format-specs): Ditto.
17426 (gnus-update-format-specifications): Flush the group format spec
17427 cache if there's the grouplens stuff.
17428 (gnus-parse-simple-format): Replace %l with the empty string.
17429
17430 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
17431
17432 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17433 omission.
17434
17435 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17436
17437 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17438 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17439
17440 2004-01-25 Paul Jarc <prj@po.cwru.edu>
17441
17442 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17443 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17444 New macros and functions.
17445 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17446 Handle > NLINK_MAX messages.
17447 * nnmaildir.el (nnmaildir-request-set-mark):
17448 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17449
17450 2004-01-25 Alex Schroeder <alex@gnu.org>
17451
17452 * spam-stat.el (spam-stat-process-directory-age): New option.
17453 (spam-stat-process-directory): Use it.
17454
17455 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
17456
17457 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17458 (spam-stat-save): Accept prefix argument.
17459
17460 2004-01-23 Paul Jarc <prj@po.cwru.edu>
17461
17462 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17463 links" error.
17464
17465 2004-01-23 Jesper Harder <harder@ifa.au.dk>
17466
17467 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17468 compatibility with old .newsrc.eld files.
17469
17470 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17471
17472 * gnus-start.el (gnus-1): do.
17473
17474 * gnus-group.el (gnus-group-line-format-alist): do.
17475
17476 * gnus.el (gnus-use-grouplens, gnus-visual): do.
17477
17478 * gnus-gl.el: Remove.
17479
17480 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
17481
17482 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17483 marks consisting of a single range {for example, (3 . 5)} rather
17484 than a list of a single range { ((3 . 5)) }.
17485
17486 2004-01-23 Jesper Harder <harder@ifa.au.dk>
17487
17488 * spam-stat.el (spam-stat-store-gnus-article-buffer):
17489 Use with-current-buffer.
17490 (spam-stat-store-current-buffer): Use insert-buffer-substring to
17491 avoid consing a string.
17492
17493 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17494 Remove obsolete entries for big5 and gb2312.
17495
17496 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
17497
17498 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17499 uncompressed list.
17500
17501 2004-01-22 Jesper Harder <harder@ifa.au.dk>
17502
17503 * spam-stat.el (spam-stat-strip-xref): New function.
17504 (spam-stat-process-directory): Use it.
17505
17506 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17507 here -- it's done in message-fetch-field.
17508
17509 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
17510
17511 * gnus-agent.el (gnus-agent-queue-mail)
17512 (gnus-agent-prompt-send-queue): New variables.
17513 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17514 * gnus-draft.el (gnus-group-send-queue): Pass the group name
17515 "nndraft:queue" along to gnus-draft-send.
17516 Use gnus-agent-prompt-send-queue.
17517 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17518 is "nndraft:queue". Suggested by Gaute Strokkenes
17519 <gs234@srcf.ucam.org>
17520
17521 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17522 (agent-enable-undownloaded-faces): Add.
17523 (gnus-agent-cat-groups): Use eval-and-compile, not
17524 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17525 method of gnus-agent-cat-groups even when the buffer has been
17526 evaled.
17527 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
17528 delete gnus-agent-save-active-1.
17529 (gnus-agent-save-groups): Delete. Identical to
17530 gnus-agent-save-active.
17531 (gnus-agent-write-active): No longer adjust agent's copy of active
17532 file as agent's adjustments are now stored in their own
17533 file. Remove optional parameter.
17534 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17535 servers. Add use of min/max range limits from server's local
17536 file.
17537 (gnus-agent-save-alist): Remove unused optional argument.
17538 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17539 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17540 (gnus-agent-set-local): A per-server file that keeps min/max range
17541 limits for articles known to the agent. Provides a fast mechanism
17542 for altering many active ranges.
17543 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17544 active file (local makes it unnecessary).
17545 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
17546
17547 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17548 (agent-enable-undownloaded-faces): Add.
17549
17550 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17551 disable it when sending to "nndraft:queue".
17552 (gnus-group-send-queue): Add safety check to avoid sending queue
17553 when unplugged.
17554
17555 * gnus-group.el (gnus-group-catchup): Use new
17556 gnus-sequence-of-unread-articles, not
17557 gnus-list-of-unread-articles, to avoid exhausting memory with huge
17558 numbers of articles. Use gnus-range-map to avoid having to
17559 uncompress the unread list.
17560 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17561 Fix invalid ange-ftp reference.
17562
17563 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17564 (gnus-sorted-range-intersection): Intersection of two ranges
17565 without requiring that they first be uncompressed.
17566
17567 * gnus-start.el (gnus-activate-group): Unless blocked by the
17568 caller, possibly expand the active range to include both cached
17569 and agentized articles.
17570 (gnus-convert-old-newsrc): Rewrote in anticipation of having
17571 multiple version-dependent converters.
17572 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
17573 gnus-agent-save-active.
17574 (gnus-save-newsrc-file): Save dirty agent range limits.
17575
17576 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
17577 gnus-agent-possibly-alter-active.
17578 (gnus-adjust-marked-articles): Faster handling of simple lists
17579
17580 2004-01-21 Jesper Harder <harder@ifa.au.dk>
17581
17582 * spam-stat.el (spam-stat-test-directory): New optional argument
17583 displays a list of files detected. Suggested by Andrew Cohen
17584 <cohen@andy.bu.edu>.
17585 (spam-stat-buffer-words-with-scores): Don't narrow and change
17586 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
17587
17588 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
17589
17590 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17591 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17592 (spam-spamassassin-arguments)
17593 (spam-spamassassin-spam-flag-header)
17594 (spam-spamassassin-positive-spam-flag-header)
17595 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17596 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17597 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17598 (spam-list-of-processors, spam-list-of-checks)
17599 (spam-list-of-statistical-checks, spam-registration-functions)
17600 (spam-check-spamassassin-headers, spam-check-spamassassin)
17601 (spam-spamassassin-score)
17602 (spam-spamassassin-register-with-sa-learn)
17603 (spam-spamassassin-register-spam-routine)
17604 (spam-spamassassin-register-ham-routine)
17605 (spam-assassin-register-spam-routine)
17606 (spam-assassin-register-ham-routine): Add SpamAssassin support.
17607 (spam-bogofilter-score): Fix to show article before scoring.
17608
17609 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
17610
17611 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17612 default scoring function.
17613 (spam-generic-score): Call spam-spamassassin-score if
17614 spam-use-spamassassin or spam-use-spamassassin-headers is on;
17615 spam-bogofilter-score otherwise.
17616
17617 * gnus.el (spam-process, spam-autodetect-methods):
17618 Add spamassassin and spamassassin-headers.
17619
17620 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
17621
17622 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17623 Suppress unnecessary messages.
17624
17625 2004-01-20 Jesper Harder <harder@ifa.au.dk>
17626
17627 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17628 make-hash-table.
17629
17630 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17631
17632 * canlock.el (base64-encode-string): Don't autoload it.
17633
17634 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17635
17636 * run-at-time.el: Remove useless (require 'itimer),
17637 eval-and-compile and (featurep 'xemacs).
17638
17639 2004-01-16 Jesper Harder <harder@ifa.au.dk>
17640
17641 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17642 GROUP is a virtual group.
17643
17644 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
17645
17646 * gnus.el: Autoload `message-y-or-n-p'.
17647
17648 2004-01-15 Jesper Harder <harder@ifa.au.dk>
17649
17650 * pgg-parse.el: Remove unnecessary (require 'custom).
17651
17652 * pgg-def.el: do.
17653
17654 * nnmail.el: do.
17655
17656 * gnus-undo.el: do.
17657
17658 * gnus-picon.el: do.
17659
17660 * gnus-util.el: do.
17661
17662 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
17663
17664 * gnus-sum.el (gnus-pick-line-number): Add autoload.
17665
17666 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
17667
17668 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17669 handle, as well as a list.
17670
17671 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17672 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17673 (mm-w3m-cid-retrieve): Simplify.
17674
17675 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
17676
17677 * message.el (message-kill-to-signature): Allow prefix arg to
17678 specify number of lines to keep before signature.
17679
17680 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
17681
17682 * message.el (message-kill-to-signature): Change docstring.
17683
17684 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
17685
17686 * canlock.el: Always require sha1-el.
17687 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17688
17689 * message.el: Autoload sha1 only when compiling.
17690
17691 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17692
17693 * message.el (message-canlock-generate): Require sha1-el.
17694
17695 2004-01-13 Jesper Harder <harder@ifa.au.dk>
17696
17697 * message.el (message-expand-name): Silence the byte compiler.
17698
17699 2004-01-13 Simon Josefsson <jas@extundo.com>
17700
17701 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17702 Invoke gnus-score-mode.
17703 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17704
17705 * gnus-range.el (gnus-compress-sequence): Doc fix.
17706 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
17707
17708 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17709
17710 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17711
17712 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
17713
17714 * spam.el (spam-get-article-as-string): Update to use
17715 gnus-request-article-this-buffer, much simpler.
17716 (spam-get-article-as-buffer): Remove.
17717
17718 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
17719
17720 * message.el (message-expand-name): Use EUDC if the user uses that.
17721
17722 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17723
17724 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17725 character for the encoding to avoid consing a string.
17726
17727 * rfc2047.el (rfc2047-decode-string): Don't cons a string
17728 unnecessarily.
17729
17730 * mm-util.el (mm-replace-chars-in-string): Remove.
17731
17732 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17733 of mm-replace-chars-in-string.
17734
17735 2004-01-11 Jesper Harder <harder@ifa.au.dk>
17736
17737 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17738
17739 * mm-util.el (mm-subst-char-in-string): Support inplace.
17740
17741 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17742 a new string in every iteration. Use shy groups.
17743
17744 2004-01-10 Jesper Harder <harder@ifa.au.dk>
17745
17746 * gnus-srvr.el (gnus-browse-unsubscribe-group):
17747 * gnus-soup.el (gnus-soup-group-brew):
17748 * gnus-msg.el (gnus-put-message):
17749 * gnus-move.el (gnus-group-move-group-to-server):
17750 * gnus-kill.el (gnus-batch-score):
17751 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17752 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17753 (gnus-group-update-group, gnus-group-read-group)
17754 (gnus-group-make-group, gnus-group-make-help-group)
17755 (gnus-group-make-archive-group, gnus-group-make-directory-group)
17756 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17757 (gnus-group-sort-by-unread, gnus-group-catchup)
17758 (gnus-group-unsubscribe-group, gnus-group-kill-group)
17759 (gnus-group-yank-group, gnus-group-set-info)
17760 (gnus-group-list-groups):
17761 * gnus.el (gnus-generate-new-group-name):
17762 * gnus-delay.el (gnus-delay-send-queue):
17763 * nnvirtual.el (nnvirtual-catchup-group):
17764 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17765 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17766 (gnus-group-prepare-topics, gnus-topic-check-topology):
17767 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17768 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17769 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17770 (gnus-group-make-articles-read):
17771 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17772 (gnus-group-change-level, gnus-kill-newsgroup)
17773 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17774 (gnus-get-unread-articles, gnus-make-articles-unread)
17775 (gnus-make-ascending-articles-unread): Use accessor
17776 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17777 to get group information for improved readability.
17778
17779 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17780
17781 * gnus-art.el (article-decode-mime-words, article-babel)
17782 (gnus-article-highlight-signature, gnus-article-add-buttons)
17783 (gnus-signature-toggle): Use gnus-with-article-buffer.
17784
17785 * gnus-art.el (gnus-article-highlight-headers)
17786 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17787
17788 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17789 (gnus-article-set-globals, gnus-request-article-this-buffer)
17790 (gnus-button-message-id, gnus-article-maybe-hide-headers)
17791 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17792 (gnus-mime-display-alternative): Use with-current-buffer.
17793
17794 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17795
17796 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17797 also under 80 char limit, and call gnus-error if needed.
17798 (spam-fetch-article-header): Fix - it was a
17799 buffer-local variable (gnus-newsgroup-data).
17800 (spam-find-spam): Use spam-generate-fake-headers, forget about
17801 spam-insert-fake-headers.
17802 (spam-insert-fake-headers): Remove.
17803
17804 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17805
17806 * deuglify.el (gnus-article-outlook-unwrap-lines)
17807 (gnus-outlook-rearrange-article)
17808 (gnus-outlook-repair-attribution-outlook)
17809 (gnus-outlook-repair-attribution-block)
17810 (gnus-outlook-repair-attribution-other): Remove redundant
17811 save-excursion.
17812
17813 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17814
17815 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17816 (spam-fetch-field-subject-fast)
17817 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17818 (spam-fetch-article-header): Add functions to deal with Gnus
17819 internals for fast retrieval of article header data.
17820 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17821
17822 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17823
17824 * pop3.el (pop3-md5): Remove.
17825 (pop3-apop): Replace pop3-md5 with md5.
17826
17827 * mm-bodies.el: base64 is always built-in.
17828
17829 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17830 Use with-current-buffer.
17831
17832 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
17833
17834 * canlock.el (canlock-insert-header): Remove excessive grouping in
17835 regexp.
17836
17837 * gnus-sum.el (gnus-summary-read-document): Ditto.
17838
17839 * gnus-uu.el (gnus-uu-part-number): Ditto.
17840
17841 * html2text.el (html2text-remove-tags): Ditto.
17842 (html2text-format-tags): Ditto.
17843 (html2text-format-single-elements): Ditto.
17844
17845 * mml.el (mml-parse-1): Ditto.
17846
17847 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17848
17849 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17850
17851 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17852
17853 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17854
17855 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17856
17857 2003-11-15 Simon Josefsson <jas@extundo.com>
17858
17859 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17860 (pgg-gpg-lookup-key): Use regexp match instead of
17861 split-string (split-string is different between emacs 21.2 and
17862 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
17863
17864 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17865
17866 * gnus-art.el (gnus-mime-view-all-parts)
17867 (gnus-article-part-wrapper, gnus-article-view-part):
17868 Use with-current-buffer.
17869
17870 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17871
17872 * spam.el (spam-disable-spam-split-during-ham-respool)
17873 (spam-spamoracle-database, spam-cache-lookups)
17874 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17875 (spam-group-ham-mark-p, spam-group-spam-mark-p)
17876 (spam-group-ham-marks, spam-group-spam-marks)
17877 (spam-group-spam-contents-p, spam-group-ham-contents-p)
17878 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17879 also add spam-use-blackholes to the statistical checks.
17880 (spam-fetch-field-fast): Add interface to fetching fields, may
17881 become a macro.
17882 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17883 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17884 (spam-insert-fake-headers): Fake an article when needed.
17885 (spam-find-spam): Fake article when possible.
17886 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17887 (spam-check-bogofilter-headers): Use message-fetch-field instead
17888 of nnmail-fetch-field.
17889
17890 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
17891
17892 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17893
17894 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17895
17896 * spam.el (spam-split): Do not require spam-use-CHECK to be
17897 enabled if that check is passed to spam-split explicitly; also
17898 fix so 'spam doesn't get converted to spam-split-group when
17899 spam-split-symbolic-return is t.
17900 (spam-find-spam): Find registrations of the article and use those
17901 instead of re-running spam-split to find the spam/ham
17902 classification of the article.
17903 (spam-log-processing-to-registry, spam-log-registered-p)
17904 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17905 Use gnus-error instead of gnus-message.
17906 (spam-log-registration-type): Add function to determine the
17907 classification of a message based on registry entries; will
17908 return nil if both 'spam and 'ham are found.
17909 (spam-check-BBDB): Expand all the BBDB macros here so we can have
17910 a reasonably fast local cache without the loading errors.
17911 (spam-cache-lookups): Set to t by default.
17912 (spam-find-spam): Don't try to guess spam-cache-lookups.
17913 (spam-enter-whitelist, spam-enter-blacklist): Clear the
17914 spam-caches entry.
17915 (spam-filelist-build-cache, spam-filelist-check-cache):
17916 Fix caching of whitelist/blacklist entries.
17917 (spam-check-whitelist, spam-check-blacklist):
17918 Invoke spam-from-listed-p with a type, not a cache variable.
17919 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17920
17921 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17922
17923 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17924
17925 * nnmail.el (nnmail-split-fancy): do.
17926
17927 * mml.el (mml-parse): do.
17928
17929 * gnus-score.el (gnus-enter-score-words-into-hashtb)
17930 (gnus-score-adaptive): do.
17931
17932 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17933
17934 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17935 (gnus-mime-button-map): Don't set keymap parent.
17936 (gnus-button-ctan-directory-regexp): Use shy grouping.
17937 (gnus-prev-page-map): Don't set keymap parent.
17938 (gnus-prev-page-map): Remove duplicated one.
17939 (gnus-next-page-map): Don't set keymap parent.
17940 (gnus-mime-security-button-map): Ditto.
17941
17942 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17943 version number.
17944
17945 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17946
17947 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17948
17949 * canlock.el (canlock-sha1-function): Remove.
17950 (canlock-sha1-function-for-verify): Remove.
17951 (canlock-openssl-program): Remove.
17952 (canlock-openssl-args): Remove.
17953 (canlock-ignore-errors): Remove.
17954 (canlock-sha1-with-openssl): Remove.
17955 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17956 (canlock-verify): Don't use canlock-ignore-errors.
17957
17958 * sha1-el.el (sha1-string-external): Make it can return a string
17959 in binary form.
17960 (sha1-region-external): Ditto.
17961 (sha1-string-internal): Ditto.
17962 (sha1-region-internal): Ditto.
17963 (sha1-region): Ditto.
17964 (sha1-string): Ditto.
17965 (sha1): Ditto.
17966
17967 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17968
17969 * spam.el (spam-report-articles-gmane): New command.
17970
17971 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17972
17973 * gnus.el: Don't make unnecessary *Group* buffer when loading.
17974
17975 * run-at-time.el (run-at-time-saved): Remove.
17976 (run-at-time): Doc fix.
17977
17978 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17979
17980 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17981 (gnus-summary-limit-map): Add it.
17982 (gnus-summary-make-menu-bar): do.
17983
17984 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
17985
17986 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17987 Make attempt at some caching support (done for BBDB only now).
17988 (spam-find-spam): Set spam-cache-lookups if there are more than 2
17989 addresses to be checked.
17990 (spam-clear-cache-BBDB): Add function, to be invoked by
17991 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17992 (spam-check-BBDB): Check and use the caches, if
17993 spam-cache-lookups is on, remove superfluous (provide).
17994
17995 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
17996
17997 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
17998
17999 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
18000
18001 * run-at-time.el (run-at-time-saved): Move to after the definition
18002 of `run-at-time'.
18003
18004 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18005
18006 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18007 mm-w3m-local-map-property.
18008
18009 * mm-view.el (mm-w3m-mode-map): Remove.
18010 (mm-w3m-local-map-property): Remove.
18011 (mm-inline-text-html-render-with-w3m): Don't use
18012 mm-w3m-local-map-property.
18013
18014 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18015
18016 * run-at-time.el: New file.
18017
18018 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18019 of gnus-set-text-properties.
18020
18021 * gnus-uu.el (gnus-uu-save-article): Ditto.
18022
18023 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18024
18025 * gnus-cite.el (gnus-cite-parse): Ditto.
18026
18027 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18028 of gnus-.
18029
18030 * gnus.el: Change calls to nnheader-run-at-time and
18031 password-run-at-time throughout to use run-at-time directly.
18032
18033 * password.el: Remove definition of run-at-time.
18034
18035 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
18036
18037 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18038 in prompt.
18039
18040 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18041
18042 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18043 XEmacs version.
18044
18045 * dns.el (dns-make-network-process): Use `open-network-stream'
18046 instead of `gnus-xmas-open-network-stream'.
18047
18048 * .cvsignore: Add auto-autoloads.el, custom-load.el.
18049
18050 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18051
18052 * gnus-art.el (gnus-mime-display-alternative)
18053 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18054 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18055 Don't use gnus-local-map-property.
18056
18057 * gnus-util.el (gnus-local-map-property): Remove.
18058
18059 * mm-view.el (mm-view-pkcs7-decrypt):
18060 Replace gnus-completing-read-maybe-default with completing-read.
18061
18062 * gnus-util.el (gnus-completing-read): do.
18063 (gnus-completing-read-maybe-default): Remove.
18064
18065 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18066
18067 * password.el: Only autoload `run-at-time' if not XEmacs.
18068 Only autoload the itimer functions if XEmacs.
18069
18070 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18071
18072 * gnus-art.el (gnus-read-string): Remove.
18073 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18074 read-string.
18075
18076 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18077
18078 * netrc.el: Autoload password-read.
18079 (netrc): Add configuration group.
18080 (netrc-encoding-method, netrc-openssl-path):
18081 Add variables for encoding and decoding of files with symmetric
18082 ciphers.
18083 (netrc-encode): Add assistant function to encode a file with
18084 netrc-encoding-method.
18085 (netrc-parse): Add interactive parameter, added optional
18086 decoding if netrc-encoding-method is non-nil but otherwise
18087 behavior is standard.
18088 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18089 Do s/encode/encrypt/ everywhere.
18090
18091 * spam.el: Remove executable-find autoload.
18092
18093 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18094
18095 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18096
18097 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18098
18099 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18100
18101 * gnus-art.el (gnus-treat-ansi-sequences)
18102 (article-treat-ansi-sequences): New variable and function.
18103 Suggested by Dan Jacobson <jidanni@jidanni.org>.
18104
18105 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18106 Use it.
18107
18108 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18109
18110 * mm-util.el (mm-quote-arg): Remove.
18111
18112 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18113 shell-quote-argument.
18114
18115 * gnus-uu.el (gnus-uu-command): do.
18116
18117 * gnus-sum.el (gnus-summary-insert-pseudos): do.
18118
18119 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18120 with make-char.
18121
18122 * mm-util.el (mm-make-char): Remove.
18123
18124 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18125 add-minor-mode.
18126
18127 * gnus-undo.el (gnus-undo-mode): do.
18128
18129 * gnus-topic.el (gnus-topic-mode): do.
18130
18131 * gnus-sum.el (gnus-dead-summary-mode): do.
18132
18133 * gnus-start.el (gnus-slave-mode): do.
18134
18135 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18136
18137 * gnus-ml.el (gnus-mailing-list-mode): do.
18138
18139 * gnus-gl.el (gnus-grouplens-mode): do.
18140
18141 * gnus-draft.el (gnus-draft-mode): do.
18142
18143 * gnus-dired.el (gnus-dired-mode): do.
18144
18145 * gnus-ems.el (gnus-add-minor-mode): Remove.
18146
18147 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18148 Replace gnus-char-width with char-width.
18149
18150 * gnus-ems.el (gnus-char-width): Remove.
18151
18152 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18153 Replace gnus-char-width with char-width.
18154
18155 * gnus-ems.el (gnus-char-width): Remove.
18156
18157 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18158 definition.
18159 Remove Emacs 20 hash table compatibility code.
18160
18161 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18162 20 compatibility code.
18163
18164 * spam.el (spam-point-at-eol): Replace with point-at-eol.
18165
18166 * smime.el (smime-point-at-eol): Replace with point-at-eol.
18167
18168 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18169 Replace with point-at-{eol,bol}.
18170
18171 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18172
18173 * imap.el (imap-point-at-eol): Replace with point-at-eol.
18174
18175 * flow-fill.el (fill-flowed-point-at-bol)
18176 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18177
18178 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18179 Replace with point-at-{eol,bol} throughout all files.
18180
18181 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18182
18183 * ntlm.el (ntlm-string-as-unibyte): New macro.
18184 (ntlm-build-auth-response): Use it.
18185
18186 Remove Emacs 20 stuff:
18187 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18188 of delq and copy-sequence.
18189 * gnus-art.el (popup-menu): Remove the compiler macro.
18190 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18191 Emacs 20.
18192
18193 2004-01-05 Simon Josefsson <jas@extundo.com>
18194
18195 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18196 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18197 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18198 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18199 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18200 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18201 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18202 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18203 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18204 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18205 ntlm-string-permute, string-lshift into ntlm-string-lshift,
18206 string-xor into ntlm-string-xor.
18207 Suggested by Jesper Harder <harder@myrealbox.com>.
18208
18209 * ntlm.el: Don't include poem.
18210
18211 * md4.el (print-int32, print-string-hexa): Remove.
18212 Suggested by Jesper Harder <harder@myrealbox.com>.
18213
18214 * sasl-ntlm.el, ntlm.el, md4.el: New files.
18215
18216 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18217 probably breaks emacs with DL patch, but do we care? Is anyone
18218 still using the DL stuff?)
18219
18220 * sieve-manage.el: Use the password package.
18221 (sieve-manage-read-passwd): Remove.
18222 (sieve-manage-interactive-login): Use password. Re-add
18223 condition-case around loop.
18224
18225 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18226 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18227 Use the password package.
18228
18229 2003-02-19 Simon Josefsson <jas@extundo.com>
18230
18231 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18232 token.
18233
18234 2002-08-07 Simon Josefsson <jas@extundo.com>
18235
18236 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18237 (sieve-manage-authenticators):
18238 (sieve-manage-authenticator-alist): Add some SASL mechs.
18239 (sieve-sasl-auth): New function.
18240 (sieve-manage-cram-md5-auth):
18241 (sieve-manage-plain-auth): Rewrite using SASL library.
18242 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18243 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18244 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18245 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18246
18247 2004-01-05 Simon Josefsson <jas@extundo.com>
18248
18249 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18250 New files.
18251
18252 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18253
18254 * gnus-group.el (gnus-no-groups-message): Update.
18255
18256 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18257
18258 2003-11-09 Simon Josefsson <jas@extundo.com>
18259
18260 * imap.el: Support for ID IMAP extension (RFC 2971).
18261 (imap-local-variables): Add imap-id.
18262 (imap-id): New variable.
18263 (imap-id): New function.
18264 (imap-parse-response): Parse untagged ID response.
18265 * nnimap.el (nnimap-id): New variable.
18266 (nnimap-open-connection): Use it.
18267
18268 2003-12-28 Simon Josefsson <jas@extundo.com>
18269
18270 * gnus-score.el (gnus-score-edit-all-score): New.
18271 * gnus-group.el (gnus-group-score-map): Bind it to W e.
18272
18273 2004-01-04 Simon Josefsson <jas@extundo.com>
18274
18275 * password.el: Add.
18276
18277 2004-01-04 Mario Lang <lang@zid.tugraz.at>
18278
18279 * dns.el (dns-query-types): Fix typo.
18280 (dns-query-types): New function.
18281 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
18282 PTR and SOA replies, see RFC 1035.
18283
18284 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18285
18286 * gnus.el (gnus-logo-color-style): Change colors to `no'.
18287
18288 * Move to Changelog.2.
18289
18290 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18291
18292 * gnus.el (gnus-version-number): Bump version.
18293
18294 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18295
18296 * gnus.el: No Gnus v0.1 is released.
18297
18298 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18299
18300 * gnus.el: No Gnus v0.0 is released.
18301
18302 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18303
18304 * gnus.el (gnus-version-number): Bump.
18305 (gnus-version): No.
18306
18307 See ChangeLog.2 for earlier changes.
18308
18309 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18310 Free Software Foundation, Inc.
18311
18312 This file is part of GNU Emacs.
18313
18314 GNU Emacs is free software: you can redistribute it and/or modify
18315 it under the terms of the GNU General Public License as published by
18316 the Free Software Foundation, either version 3 of the License, or
18317 (at your option) any later version.
18318
18319 GNU Emacs is distributed in the hope that it will be useful,
18320 but WITHOUT ANY WARRANTY; without even the implied warranty of
18321 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18322 GNU General Public License for more details.
18323
18324 You should have received a copy of the GNU General Public License
18325 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18326
18327 ;; Local Variables:
18328 ;; coding: utf-8
18329 ;; fill-column: 79
18330 ;; add-log-time-zone-rule: t
18331 ;; End: