nnimap.el (nnimap-find-uid-response): The UID is the last element in the list.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
ae489548
LMI
12010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4 introduces regressions in article selection.
cccb4b4c
LMI
5 (nnimap-find-uid-response): New function.
6 (nnimap-request-accept-article): Use the UID returned, if any.
7 (nnimap-request-move-article): Use the UID returned, if any.
8 (nnimap-get-groups): Reimplement to work with folded lines.
17dd2281 9 (nnimap-find-uid-response): The UID is the last element in the list.
ae489548 10
443ecb08
KY
112010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * message.el (message-called-interactively-p): A temporary macro.
14 (message-goto-body): Use it temporarily.
15
a56a1cce
LMI
162010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17
18 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
19 (nnimap-last-response-string): Unfold quoted lines, if they exist.
733de8e2 20 (nnimap-last-response-string): Fix last unfolding fix.
a56a1cce 21
fd042993
G
222010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
23
24 * shr.el (shr-insert): Fix the way to fold lines.
25
d50717f0
JD
262010-11-25 Julien Danjou <julien@danjou.info>
27
fd042993
G
28 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
29
30 * color.el: Rename from color-lab.el
31 (color-rgb->hex): Add.
32 (color-complement): Add.
33 (color-complement-hex): Add.
34
d50717f0
JD
35 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
36
fded65c7
LMI
372010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
38
39 * shr-color.el (shr-color-visible): Don't bug out if the colour names
40 don't exist.
41
bbf9f302
KY
422010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
43
e4f123a4
KY
44 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
45 assuming that article displaying or another mml-preview may be
46 interrupted for an error or for the like.
47
bbf9f302
KY
48 * shr.el (shr-get-background): Fix argument name.
49
144b7b5c
G
502010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
51
52 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
53
54 * gnus-sum.el (gnus-summary-include-articles): New function.
55
56 * message.el (message-goto-body): called-interactively-p needs a
57 parameter, so use `any'.
58
59 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
60 clear marks before moving, since they're synced from the Gnus side
61 first.
62
63 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
64 (gnus-summary-move-article): Copy over all marks before moving, so that
65 IMAP doesn't think a new article has arrived.
66
672010-11-24 Julien Danjou <julien@danjou.info>
68
69 * shr.el (shr-insert-background-overlay): Fix typo.
70 (shr-render-td): Copy the background before rendering.
71
72 * shr-color.el (shr-color-visible): Fix docstring.
73
74 * shr.el (shr-tag-table): Add bgcolor support.
75 (shr-render-td): Add bgcolor support.
76 (shr-get-background): Add.
77 (shr-insert-foreground-overlay): Use shr-get-background.
78
79 * message.el (message-goto-body): Use called-interactively-p.
80 (message-in-body-p): message-goto-body returns point.
81
822010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
83
84 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
85 Fixes something or other in Emacs 23, and is backwards compatible.
86
87 * message.el (message-goto-body): Remove the <#secure special-casing,
88 which is too special.
89
90 * shr.el (shr-parse-style): Drop !important from styles.
91
922010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
93
94 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
95 this function to return incorrect results when calling it with an
96 explicit article argument different from
97 (gnus-summary-article-number).
98
992010-11-24 Julien Danjou <julien@danjou.info>
100
101 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
102 (shr-tag-body): Add background support.
103 (shr-descend): Add background support.
104 (shr-tag-title): Add.
105
106 * shr-color.el (shr-color-visible): Really return original background
107 if fixed.
108
67d43a1d
G
1092010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
110
111 * shr.el (shr-color-check): Protect against non-existant colour names.
112
1132010-11-24 Julien Danjou <julien@danjou.info>
114
5b42dfdd
JD
115 * color-lab.el: Require 'cl when compiling.
116
67d43a1d
G
117 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
118
119 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
120 matched part.
121
122 * color-lab.el: Fix all expt calls to use float type.
123
463bcf11
KY
1242010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
125
69881db0
KY
126 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
127 expression to shr-color-check as is.
128
4b8b6f60
KY
129 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
130
463bcf11
KY
131 * color-lab.el: Add coding cookie.
132 (float-pi): Use eval-and-compile.
133
094ae2ab
G
1342010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
135
136 * shr.el (shr-insert-color-overlay): Split stuff like
137 "#444444 !important" to find the real colour.
1110d53b
LMI
138 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
139 parse <font color="red"> entries.
094ae2ab
G
140
1412010-11-23 Andrew Cohen <cohen@andy.bu.edu>
142
143 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
144 point when parsing headers.
145
146 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
147 is positioned properly when parsing headers.
148
a2994808
JD
1492010-11-23 Julien Danjou <julien@danjou.info>
150
094ae2ab
G
151 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
152
153 * shr-color.el (shr-color->hexadecimal): Add support for color names.
154
a2994808
JD
155 * shr.el (shr-parse-style): Replace \n with space in style parsing.
156
144b7b5c
G
157 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
158 shr-color-hue-to-rgb.
a2994808
JD
159 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
160
ebe79557
LMI
1612010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
162
163 * shr.el (shr-color->hexadecimal): Autoload.
164 (shr-descend): Add color to all tags.
165
440b1345
JD
1662010-11-22 Julien Danjou <julien@danjou.info>
167
ef6a2907
JD
168 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
169 shr-color->hexadecimal.
170
171 * shr-color.el (shr-color->hexadecimal): Add converting functions for
172 RGB() or HSL() color representation.
173
174 * shr.el (shr-tag-font): Add.
175 (shr-tag-color-check): New function to get better colors.
176 (shr-tag-insert-color-overlay): Factorize code between tag-font and
177 tag-span.
178
179 * shr-color.el: New file.
180
181 * color-lab.el: New file.
182
440b1345
JD
183 * gnus-art.el (gnus-url-mailto): Do not downcase args.
184
59e75882
G
1852010-11-21 Andrew Cohen <cohen@andy.bu.edu>
186
187 * nnir.el: Fix typo in comments.
188 (nnir-run-imap): Simplify code. No need to reverse artlist.
189 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
190
1912010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
192
193 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
194
195 * nnimap.el (nnimap-get-capabilities): Refactor out.
196 (nnimap-open-connection): Re-request capabilities after STARTTLS.
197
034244e5
RA
1982010-11-21 Ralf Angeli <angeli@caeruleus.net>
199
200 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
201 appearing when `mm-uu-hide-markers' is nil.
202
e39a5583
LMI
2032010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
204
296a8e19
SM
205 * nnimap.el (nnimap-unselect-group): Make into its own function.
206 (nnimap-request-rename-group): Unselect group before renaming.
207 This had gotten lost somewhere.
e39a5583
LMI
208 (nnimap-request-accept-article): Keep track of examined groups, and
209 unselect the group before APPENDing to read-only groups.
210 (nnimap-request-move-article): Clear flags before moving so that they
211 can be re-set later.
212
e7424f06
KY
2132010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
214
215 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
216 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
217
b59a9eef
KY
2182010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
219
220 * gnus-art.el (gnus-mime-display-single)
221 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
222 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
223 parameter.
224
d3098750
LMI
2252010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
226
296a8e19 227 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
d3098750
LMI
228 (shr-table-vertical-line): New variable.
229 (shr-insert-table): Use it.
230
6568a67d
KY
2312010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
232
233 * gnus-html.el (gnus-html-wash-images): Don't display images if
234 gnus-inhibit-images is non-nil; register displayer for cid images.
235 (gnus-html-display-image): Work for cid image.
236 (gnus-html-insert-image): Allow arguments.
237 (gnus-html-put-image): Inhibit read-only.
238 (gnus-html-prefetch-images): Don't prefetch images if
239 gnus-inhibit-images is non-nil.
240
c0f9edce
G
2412010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
242
243 * shr.el (shr-put-image): Break lines when inserting big pictures.
244
2452010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
246
247 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
248 sender, thanks Katsumi Yamaoka.
249
2502010-11-17 Andrew Cohen <cohen@andy.bu.edu>
251
252 * nnir.el (nnir-run-imap): Reverse the article list for each group
253 rather than the whole list.
254
40de2c6d
KY
2552010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
256
f8d8a97b
KY
257 * shr.el (shr-image-displayer): Protect function against non-existent
258 image source.
259
40de2c6d
KY
260 * gnus-art.el (gnus-inhibit-images): New user option.
261 (gnus-mime-display-single): Don't display image if it is non-nil.
262
263 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
264 gnus-inhibit-images.
265
266 * shr.el (shr-image-displayer): New function.
267 (shr-tag-img): Use it.
268
809fde05
DD
2692010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
270
271 * mml2015.el (mml2015-epg-sign): Use From header.
272
90eef047
LMI
2732010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
274
0073e031
LMI
275 * gnus-html.el (gnus-html-wash-images): Register a displayer.
276
277 * gnus-util.el (gnus-find-text-property-region): Return markers.
278
8b6f6573
LMI
279 * shr.el (shr-tag-img): Put a displayer in the text property.
280
281 * gnus-util.el (gnus-find-text-property-region): New utility function.
282
283 * gnus-html.el (gnus-html-display-image): Make the alt optional.
284 (gnus-html-show-images): Remove.
285
286 * gnus-art.el (gnus-article-show-images): New, more general function.
287
288 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
289 image url text properties.
290
291 * shr.el: Ditto.
292
90eef047
LMI
293 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
294 gnus-agent-auto-agentize-methods is set. Which it isn't.
295
3a7a03ad
KY
2962010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
297
298 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
299 work for two or more articles.
300
2f0e0dc8
KY
3012010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
302
059b2b00
KY
303 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
304 divide an image that's in an html article to two or more when washing
305 non-ASCII characters in alt text of it.
2f0e0dc8 306
b0feab7d
KY
3072010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
308
309 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
310 smime-decrypt-region using function argument.
311 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
312
313 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
314
315 * smime.el (smime-decrypt-region): Catch it.
316
ec54e7a4
SM
3172010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * smime.el (smime-mode-map): Move initialization into declaration.
320 (gnus-run-mode-hooks): Don't autoload.
321 (smime-mode): Use define-derived-mode.
322
0b58f78e
GM
3232010-11-11 Glenn Morris <rgm@gnu.org>
324
8d60680b
GM
325 * smime.el (from): Restrict declaration to XEmacs.
326
0b58f78e
GM
327 * nnir.el (gnus-group-topic-name): Autoload.
328
e7102c0a
KY
3292010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
330
331 * shr.el (shr-insert): Don't break long line if it is because of
332 kinsoku-bol characters in the line end.
333
67a3b17c
AC
3342010-11-11 Andrew Cohen <cohen@andy.bu.edu>
335
54e275fa 336 * nnir.el (nnir-request-move-article): Fix to provide original group
67a3b17c 337 and subject.
54e275fa 338 (nnir-warp-to-article): Don't fail on articles whose headers haven't
67a3b17c
AC
339 been retrieved.
340
54e275fa 341 * gnus-sum.el (gnus-summary-move-article): Use original group and
67a3b17c
AC
342 subject for virtual articles such as those in an nnir summary buffer.
343
9c1d3f98
KY
3442010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
345
346 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
347 least 21.5).
348
349 * smime.el (from): Declare it again for XEmacs.
350
a7f6e5b9
LMI
3512010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
352
353 * message.el (message-resend): Don't disable encoding unless it's
354 already encoded.
355
356 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
357 low-numbered articles.
358
fdf14191
KY
3592010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
360
3d492670
KY
361 * rfc2047.el (rfc2047-syntax-table): Simplify.
362
fdf14191
KY
363 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
364 set-char-table-range for XEmacs.
365
6f0d4bb6
GM
3662010-11-10 Glenn Morris <rgm@gnu.org>
367
89eee1e0
GM
368 * smime.el (from): Remove unused declaration.
369
6f0d4bb6
GM
370 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
371 (gnus-float-time): On Emacs, always an alias.
372
373 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
374 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
375
16c1b3bc
KY
3762010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
377
7dfd3008 378 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
16c1b3bc 379
be3c11b3
LMI
3802010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
381
382 * shr.el (browse-url-mailto): Autoload.
383
384 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
385
386 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
387 regexp doesn't need quoting.
388
27410d0a
SJ
3892010-11-09 Sven Joachim <svenjoac@gmx.de>
390
391 * message.el (message-subject-trailing-was-ask-regexp)
392 (message-subject-trailing-was-regexp): Match was: in addition to was.
393
9b026d9f
GM
3942010-11-09 Glenn Morris <rgm@gnu.org>
395
396 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
397 (nnbabyl-check-mbox): Use point-at-bol.
398
be3c11b3
LMI
3992010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
400
401 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
44d51d84 402
be3c11b3
LMI
403 * message.el (message-mailto): New function.
404 (message-mailto): Should accept other parameters.
405 (message-mailto): Remove since it duplicates browse-url-mailto
406 functionality.
44d51d84 407
1fe0787f
LMI
4082010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
409
410 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
411 methods.
412 (gnus-read-active-file): Ditto.
413
414 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
415 ": " from the prompt.
416 (gnus-group-make-group): Ditto.
417
e180ab9f
GM
4182010-11-07 Glenn Morris <rgm@gnu.org>
419
420 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
421 (gnus-bookmark-kill-line): Use point-at-eol.
422
c9bc6636
KY
4232010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
424
425 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
426 asterisks in From header.
427
4ddab346
G
4282010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
429
430 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
431 string to avoid making the From headers syntactically invalid.
432
433 * message.el (message-send-mail): Don't insert courtesy messages if the
434 message already has List-Post and List-ID messages.
435
c497474b
GM
4362010-11-06 Glenn Morris <rgm@gnu.org>
437
438 * gnus-art.el (gnus-treat-article): Give dynamic local variables
439 `condition', `type', `length' a prefix.
440 (gnus-treat-predicate): Update for above name changes.
441
4ddab346
G
4422010-11-06 Andrew Cohen <cohen@andy.bu.edu>
443
444 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
445 binding. Handled by `gnus-summary-refer-thread' instead.
446 (nnir-warp-to-article): New backend function.
447
448 * nnimap.el (nnimap-request-thread): Force dependency updating.
449
450 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
451 (gnus-summary-refer-thread): Rework to improve thread-referral.
452
453 * gnus-int.el (gnus-warp-to-article): New function.
454
455 * gnus-sum.el (gnus-summary-article-map): Bind it.
456
181cb5fb
G
4572010-11-04 Andrew Cohen <cohen@andy.bu.edu>
458
c497474b 459 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
181cb5fb
G
460 gnus-summary-refer-thread.
461
c497474b 462 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
181cb5fb 463 headers.
c497474b 464 (gnus-summary-limit-include-thread): Prevent articles in thread from
181cb5fb 465 being cut in gnus-cut-threads.
c497474b 466 (gnus-summary-refer-thread): Limit retrieved headers to those in
181cb5fb
G
467 thread.
468
4692010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
470
471 * message.el (message-send-mail): Use the value of
472 message-courtesy-message from the message buffer.
473
474 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
475
476 * shr.el (shr-browse-url): Implement mailto: URLs.
477
478 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
479 "raw".
480
481 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
482 if it's already selected.
483
484 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
485
b354bc53
KY
4862010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
487
488 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
489 to measure the length and truncate alt text.
490
73ab9865
GM
4912010-11-03 Glenn Morris <rgm@gnu.org>
492
493 * nndiary.el (nndiary-generate-nov-databases-1)
494 (nndiary-generate-active-info): Rename dynamic variable `files' to
495 something less generic.
496
6ec9acb3
AC
4972010-11-03 Andrew Cohen <cohen@andy.bu.edu>
498
73ab9865 499 * nnir.el (nnir-request-move-article): Call the underlying backend to
6ec9acb3
AC
500 move articles from nnir.
501
dc9791eb
LMI
5022010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
503
73ab9865 504 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
dc9791eb 505
14782c59
JD
5062010-11-02 Julien Danjou <julien@danjou.info>
507
508 * nnir.el: Remove wais support.
509
cb48fe81
GM
5102010-11-02 Glenn Morris <rgm@gnu.org>
511
512 * gnus-html.el: Reorder requirements to quieten compiler.
513
f939acf1
KY
5142010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
515
516 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
517 properly for XEmacs as well.
518 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
519 (gnus-article-natural-long-line-p): Use window-width rather than
520 frame-width.
521
2960c86f
AC
5222010-11-01 Andrew Cohen <cohen@andy.bu.edu>
523
cb48fe81
GM
524 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
525 (nnir-read-parms): Don't modify query.
526 (nnir-run-query): Add ability to search topic on current line.
527 (nnir-get-active): Clean up.
2960c86f 528
9310f19d
LMI
5292010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
285cf7c8
LMI
531 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
532 degenerate articles.
533
534 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
535 (gnus-print-buffer): Just print the buffer as is, without any copying
536 to a buffer and then re-highlighting.
537
9310f19d
LMI
538 * nnimap.el (nnimap-request-group): Store the new updated info.
539 (nnimap-request-group): Select the group when we don't know whether it
540 exists or not.
541
542 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
543 groups.
544
545 * gnus-group.el (gnus-group-find-new-groups): Display all the new
546 groups.
547
548 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
549 groups.
550
551 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
552 long-lines case by only filling the long lines.
553
554 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
555 (bug #7311).
556
84fd0e33
KY
5572010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
558
559 * shr.el: No need to declare `declare-function' since shr.el is for
560 only Emacsen that provide `libxml-parse-html-region'.
561
c8ccffb1
GM
5622010-11-01 Glenn Morris <rgm@gnu.org>
563
4c188c5a
GM
564 * mm-util.el (gnus-completing-read): Autoload.
565 (mm-read-coding-system): Simplify Emacs definition.
566
4f7a670a 567 * nnmail.el (gnus-activate-group):
c8ccffb1
GM
568 * nnimap.el (gnutls-negotiate):
569 * nntp.el (netrc-parse): Fix declarations.
570
87732ef3
KY
5712010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
572
573 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
574 string-match-p in Emacs >=23.
575
576 * gnus-msg.el (gnus-configure-posting-styles)
577 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
578
a1daed2b
GM
5792010-11-01 Glenn Morris <rgm@gnu.org>
580
e195d639
GM
581 * nnir.el (declare-function): Add compat stub.
582 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
583 (nnir-run-gmane): Require 'mm-url.
584
ed1d182d
GM
585 * mm-util.el (mm-string-to-multibyte): Simplify.
586
85a45a69
GM
587 * shr.el (declare-function): Add compat stub.
588 (url-cache-create-filename): Declare.
589 (mm-disable-multibyte, widget-convert-button): Autoload.
590
b10d32ef
GM
591 * smime.el (ldap-search): Declare.
592 (smime-cert-by-ldap-1): Require ldap on Emacs.
593
2b1e1ff4
GM
594 * nnimap.el: Require nnmail, and gnus-sum when compiling.
595 (nnimap-keepalive): Use gnus-float-time.
596
89cff466
GM
597 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
598 (mail-source-delete-crash-box): Use gnus-float-time.
599
26205de3 600 * gnus-dired.el (gnus-completing-read): Autoload.
89cff466 601
c36dea19 602 * mm-view.el (gnus-rescale-image): Autoload.
89cff466 603
e116c1eb
GM
604 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
605
f979f37e
GM
606 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
607
1d8ff0c6
GM
608 * sieve-manage.el: Require 'cl when compiling.
609
a1daed2b
GM
610 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
611 (gnus-iswitchb-completing-read): Require iswitchb.
612 (gnus-select-frame-set-input-focus): Silence compiler.
613
389b76fa
G
6142010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
615
a8336650
LMI
616 * message.el (message-subject-trailing-was-query): Change default to t,
617 since I think that's what most people want.
618
389b76fa
G
619 * nnimap.el (nnimap-request-accept-article): Erase buffer before
620 appending for easier debugging.
621 (nnimap-wait-for-connection): Take a regexp.
622 (nnimap-request-accept-article): Wait for the continuation line before
623 sending anything unless we're streaming.
624
625 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
626 leave the header washing to take place.
627
6282010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
629
630 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
631 regular expression match and replace in posting styles.
632
6332010-10-31 Andrew Cohen <cohen@andy.bu.edu>
634
635 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
636 an entire server.
637 (nnir-get-active): New function.
638 (nnir-run-imap): Use it.
639 (nnir-run-gmane): Who knew, gmane search returns an article score!
640
296a8e19 641 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
389b76fa
G
642 server on the current line with nnir.
643
6442010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
645
646 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
647 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
648 left edge.
649 (gnus-article-foldable-buffer): Skip past the prefix when determining
650 raggedness.
651
652 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
653 the raw article, and change `C-u g' to show the article without doing
654 treatments.
655
656 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
657 on to `gnus-treat-article'.
658 (gnus-inhibit-article-treatments): New variable.
659
660 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
661
662 * gnus-art.el (gnus-treatment-function-alist): Have
663 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
664 (gnus-treat-fill-long-lines): Change default to fill all text/plain
665 sections.
666
667 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
668 parameter.
669 (gnus-article-fill-cited-long-lines): New function.
670 (gnus-article-fill-cited-article): Allow filling only long sections.
671
672 * shr.el (shr-find-fill-point): Don't break lines between punctuation
673 and non-punctuation (like after the apostrophe in "'We").
674
675 * gnus-sum.el (gnus-summary-select-article): Make sure
676 gnus-original-article-buffer is alive.
677
678 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
679 reflect the order they're in in the digest.
680
681 * gnus.el (gnus-group-startup-message): Move point to the start of the
682 buffer.
683
684 * nnimap.el (nnimap-capability): New function.
685 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
686 is set.
687
324c5734
DE
6882010-10-31 David Engster <dengste@eml.cc>
689
690 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
691 conform with changes to gnus-completing-read.
692
953d41c4
G
6932010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
695 * shr.el (shr-tag-img): Output "*" instead of "[img]".
696
6972010-10-30 Andrew Cohen <cohen@andy.bu.edu>
698
2f5e7c6f
GM
699 * nnir.el: Move defvar, defcustom around to keep file organized
700 and keep byte-compiler quiet.
701 (nnir-read-parms): Accept search-engine as arg.
702 (nnir-run-query): Pass search-engine as arg.
703 (nnir-search-engine): Remove.
953d41c4
G
704
7052010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
706
707 * shr.el (shr-generic): The text nodes should be text, not :text.
708
709 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
710 later in the file.
711
7122010-10-30 Andrew Cohen <cohen@andy.bu.edu>
713
2f5e7c6f
GM
714 * nnir.el: General clean up. Allow searching with multiple engines.
715 Allow separate extra-parameters for each engine.
716 Batch queries when possible.
717 (nnir-imap-default-search-key,nnir-method-default-engines):
718 Add customize interface.
719 (nnir-run-gmane): New engine.
720 (nnir-engines): Use it. Qualify all prompts with engine name.
721 (nnir-search-engine): Remove global variable.
722 (nnir-run-hyrex): Restore for now.
723 (nnir-extra-parms,nnir-search-history): New variables.
724 (gnus-group-make-nnir-group): Use them.
725 (nnir-group-server): Remove in favor of gnus-group-server.
726 (nnir-request-group): Avoid searching twice.
727 (nnir-sort-groups-by-server): New function.
953d41c4 728
837ba704
JD
7292010-10-30 Julien Danjou <julien@danjou.info>
730
731 * gnus-group.el: Remove gnus-group-fetch-control.
732
2f5e7c6f
GM
733 * gnus-start.el (gnus-find-new-newsgroups):
734 Remove gnus-check-first-time-used.
837ba704
JD
735
736 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
737
1e961f10
KAH
7382010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
739
740 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
741 set on groups that don't have \* permanentflags.
742
99e65b2d
G
7432010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
744
745 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
746 control the background color.
747 (shr-tag-img): Ignore very small web bug type images.
748 (shr-put-image): Add help-echo alt texts to the images.
749 (shr-tag-video): Show the video poster image.
750
7512010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
752
753 * shr.el (shr-table-depth): New variable.
754 (shr-tag-table-1): Only insert the images after the top-level table.
755
756 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
757
758 * gnus-util.el (gnus-list-memq-of-list): New function.
759
760 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
761 selected.
762 (nnimap-unsplittable-articles): New slot.
763 (nnimap-new-articles): Use it.
764
7652010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
766
767 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
768 move to the previous line on `M-g'.
769
7702010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
772 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
773 *-request-group, which seems unnecessary.
774
775 * nnimap.el (nnimap-quote-specials): Function copied over from
776 imap.el.
777 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
778 they support that. Suggested by Tom Regner.
779
86741733
JD
7802010-10-29 Julien Danjou <julien@danjou.info>
781
99e65b2d
G
782 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
783 defalias.
784 (gnus-summary-delete-marked-with): Remove obsolete defalias.
785
786 * gnus.el: Remove `gnus-nntp-service' variable.
787 (gnus-secondary-servers): Make obsolete.
788 (gnus-nntp-server): Make obsolete.
789
2ec4c966
JD
790 * gnus-start.el (gnus-1): Remove x-splash calls.
791
792 * gnus-ems.el (gnus-x-splash): Remove.
793
794 * gnus.el (gnus-group-startup-message): Simplify/update code.
795
86741733
JD
796 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
797 capability before doing anything.
798 (gnus-group-insert-group-line): Remove useless
799 gnus-group-remove-excess-properties.
800
9efcd224
KY
8012010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
802
803 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
804
eb9df2c9
LMI
8052010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
806
807 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
808 config after reselecting.
809
cfe94935
JD
8102010-10-28 Julien Danjou <julien@danjou.info>
811
4abff904
JD
812 * shr.el (shr-put-image): Use point even if only inserting text.
813 (shr-put-image): Save excursion when inserting alt text on non-graphic
814 display, so the behaviour is the same when we are on a graphic display.
815
cfe94935
JD
816 * nnir.el (nnir-run-swish-e): Remove hyrex support.
817
a87ee50b
KY
8182010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
819
820 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
821 (gnus-mime-copy-part): Check coding system, not charset.
822 (gnus-mime-view-part-externally): Never remove part.
823 (gnus-mime-view-part-internally): Don't remove part here.
824 (gnus-article-part-wrapper): Make sure MIME tag is visible.
825 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
826 multipart/alternative.
827
828 * mm-decode.el (mm-display-part): Take optional arg `force'.
829
11a5db4a
JD
8302010-10-26 Julien Danjou <julien@danjou.info>
831
832 * gnus-group.el (gnus-group-default-list-level): Add this function to
833 compute the default list level.
834 (gnus-group-default-list-level): Add possibility to use a function.
835
e617ab06
KY
8362010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
837
3444dc61
KY
838 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
839
e617ab06
KY
840 * gnus-group.el (gnus-group-completing-read)
841 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
842 gnus-replace-in-string.
843
036d93bc
KY
8442010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
845
296a8e19 846 * shr.el (shr-tag-div): Add.
036d93bc 847
84acb2f6
JD
8482010-10-25 Julien Danjou <julien@danjou.info>
849
850 * gnus-util.el: Remove `gnus-with-local-quit'.
851
852 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
853
28090d40
LMI
8542010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
855
856 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
857 the original article buffer.
858
b5c575e6
G
8592010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
860
861 * nnimap.el (nnimap-request-head): New function.
862 (nnimap-request-move-article): Try to be slighly faster by not
863 requesting the entire message when moving.
864 (nnimap-transform-headers): Don't bug out on bodiless articles.
865 (nnimap-send-command): Have no outstanding messages if the IMAP server
866 doesn't support streaming.
867 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
868
8692010-10-24 Julien Danjou <julien@danjou.info>
870
871 * message.el (message-default-headers): Fix type.
872
de635afe
G
8732010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
874
875 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
876 prefetching images.
877
878 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
879 backend for unknown groups. This is mainly useful for nnimap groups.
880
881 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
882 group isn't covered by the agent.
883
8842010-10-22 Andrew Cohen <cohen@andy.bu.edu>
885
2f5e7c6f
GM
886 * nnir.el (nnir-method-default-engines): New variable.
887 (nnir-run-query): Use it.
888 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
889 (gnus-summary-nnir-goto-thread): Change group if needed.
de635afe 890
2f5e7c6f 891 * gnus-group.el (gnus-group-group-map): Add key binding for
de635afe
G
892 gnus-group-make-nnir-group.
893
8942010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
895
2f5e7c6f 896 * shr.el (shr-tag-object): Add.
de635afe
G
897
898 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
899 original article buffer live.
296a8e19
SM
900 (gnus-summary-select-article-buffer):
901 Mention gnus-widen-article-buffer.
de635afe 902
530f7b67
LMI
9032010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
904
296a8e19 905 * shr.el (shr-tag-strong): Add.
530f7b67 906
280f417b
G
9072010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
908
530f7b67
LMI
909 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
910 group names. They mess up the group buffer badly.
911
280f417b
G
912 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
913
914 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
915 instead of the summary one.
916
e0da801a
G
9172010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
918
f9bbc77a
KY
919 * mml.el (mml-preview): Work properly when editing article.
920
e0da801a
G
921 * gnus-start.el (gnus-read-active-file-1): Don't add method to
922 gnus-have-read-active-file if it's already been in.
923
9242010-10-22 Tom Tromey <tromey@redhat.com>
925
926 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
927 gnus-group-completing-read.
928
d806c872
G
9292010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
930
931 * message.el (message-mode-map): Don't bind M-; to comment region, to
932 allow the global comment-dwim to work.
933
9342010-10-21 Julien Danjou <julien@danjou.info>
935
936 * message.el (message-setup-1): Allow message-default-headers to be a
937 function.
938
3c066373
KY
9392010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
940
941 * shr.el (shr-tag-table): Simplify.
942
d815edf0 9432010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 944
d815edf0
LMI
945 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
946 to avoid trying to snarf invalid stuff.
1171414d 947
d815edf0 948 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 949
d99bf2d8
LMI
950 * gnus.el (gnus-message-archive-group): Quote value.
951 (gnus-message-archive-group): Mark as changed.
952
6c85a14f
LMI
953 * shr.el (shr-add-font): Don't put the font properties on the newline
954 or the indentation.
955
956 * message.el (message-fix-before-sending): Change options when sending
957 non-printable characters.
958
d99bf2d8 959 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
960 monthly outgoing groups.
961
728fd3b9
LMI
962 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
963 that have gotten new numbers.
964
965 * nnimap.el (nnimap-request-replace-article): New function.
966
ab388ec4
KY
9672010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
968
969 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
970 (nnrss-request-article): Don't use special html washing code.
971
2526f423
G
9722010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
973
974 * shr.el (shr-tag-table): Remove useless nconc.
975
9762010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
977
978 * gnus-art.el (article-wash-html): Simplify and remove the charset
979 stuff. Use the normal html rendering code instead of the special html
980 washing code.
981
982 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
983 `gnus-w3m' symbols.
296a8e19 984 (mm-text-html-washer-alist): Remove.
2526f423 985
296a8e19
SM
986 * mm-decode.el (mm-inline-text-html-renderer): Remove.
987 (mm-inline-media-tests): Remove use.
2526f423
G
988 (mm-text-html-renderer): Change default to the `shr' symbol.
989
296a8e19 990 * mm-view.el (mm-inline-text-html): Remove use.
2526f423
G
991
992 * gnus-art.el (gnus-blocked-images): New function. Allow the
993 `gnus-blocked-images' to be a function.
296a8e19 994 (gnus-article-wash-function): Remove.
2526f423 995
9d1bf25d
JD
9962010-10-20 Julien Danjou <julien@danjou.info>
997
2526f423
G
998 * spam.el (spam-list-of-processors): Mark as obsolete.
999
9d1bf25d 1000 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 1001 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 1002
ba91f05d
G
10032010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1004
1005 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1006 run file-truename on remote files. This can be expensive and even
1007 prevent one from editing drafts if some unrelated buffer has a stale
1008 connection.
1009
9f47ba2d
KY
10102010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1011
1012 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1013 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
1014 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1015 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 1016
2e76c12c
LMI
10172010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
b643306f
LMI
1019 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1020 lines.
cdf1fca4 1021 (shr-save-contents): New command and keystroke.
b643306f 1022
2e76c12c
LMI
1023 * nndoc.el (nndoc-type-alist): Add git support.
1024 (nndoc-git-type-p): New function.
1025 (nndoc-transform-git-article): Ditto.
1026 (nndoc-transform-git-headers): Ditto.
c872595d 1027 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
1028
1029 * shr.el (shr-parse-style): New function.
1030 (shr-tag-span): Ditto.
1031
1032 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1033 to `G G' to avoid collisions.
1034
83ffd571
KY
10352010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1036
2fe10446 1037 * shr.el: Load kinsoku if necessary.
83ffd571
KY
1038 (shr-kinsoku-shorten): New internal variable.
1039 (shr-find-fill-point): Make kinsoku shorten text line if
1040 shr-kinsoku-shorten is bound to non-nil.
1041 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1042 shr-indentation too when testing if table is wider than frame width.
1043 (shr-insert-table): Use `string-width' instead of `length' to measure
1044 text width.
1045 (shr-insert-table-ruler): Make sure indentation is done at bol.
1046
a04f9e26
SM
10472010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1050 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1051 undecoded network data.
1052
7cad71ad
G
10532010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1054
2755ee78
LMI
1055 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1056 name in the mode line spec so that the mode line menu works
1057 (bug #2431).
1058
1059 * message.el (message-get-reply-headers): If we're fed `to-address',
1060 then always use that.
1061
7cad71ad
G
1062 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1063 aren't so wide as to need to switch off the edit menu.
1064
1065 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1066 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1067
1068 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1069 `M-g'.
1070 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1071 the permanent marks.
1072
10732010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1074
a04f9e26
SM
1075 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1076 Splitting according to references/in-reply-to obeys the ignore-groups
1077 variable, while splitting by sender and subject do not.
7cad71ad
G
1078
10792010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1080
1081 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1082 alist, so that we can look for non-Unicode chars.
1083 (article-translate-strings): Allow both character and string maps.
1084
73db8b08
KY
10852010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1086
1087 * shr.el (shr-insert): Don't insert space behind a wide character
1088 categorized as kinsoku-bol, or between characters both categorized as
1089 nospace.
1090
b57a665d
G
10912010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1092
2f5e7c6f 1093 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
b57a665d
G
1094 headers to gnus-newsgroup-headers.
1095
10962010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1097
1098 * shr.el (shr-tag-img): Don't align images -- since we're not
1099 rescaling, this often leads to ugly displays.
1100
283f7b93
G
11012010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1102
a04f9e26 1103 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
1104 duplicates.
1105
11062010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1107
1108 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1109 call.
1110
68f6bd17
KY
11112010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1112
283f7b93
G
1113 * gnus.el: Autoload gnus-html-show-images.
1114
1115 * nnimap.el: Use nnheader-message throughout.
1116
68f6bd17
KY
1117 * shr.el (shr-tag-img): Ignore images with no data.
1118
283f7b93
G
11192010-10-15 Julien Danjou <julien@danjou.info>
1120
ba91f05d
G
1121 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1122 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 1123
20438017
KY
11242010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1125
283f7b93
G
1126 * shr.el (shr-insert): Remove space inserted before or after a
1127 breakable character or at the beginning or the end of a line.
20438017
KY
1128 (shr-find-fill-point): Do kinsoku; find the second best point or give
1129 it up if there's no breakable point.
1130
030158f3
G
11312010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1132
1133 * nnimap.el (nnimap-open-connection): Message when opening connection
1134 for debugging purposes.
1135
1136 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1137 on every setup buffer call to allow this to change from article to
1138 article.
1139
1140 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1141 buffers where we have a wide table.
1142
11432010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1144
1145 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1146 uses *-request-thread.
1147
11482010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1149
1150 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1151 incantation, which is no longer valid.
1152
11532010-10-14 Julien Danjou <julien@danjou.info>
1154
1155 * shr.el: Fix defcustom type (char -> character).
1156
0d2d1bdc
G
11572010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1158
1159 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1160 programs.
1161
11622010-10-14 Julien Danjou <julien@danjou.info>
1163
31e96eec
JD
1164 * shr.el (shr-tag-a): Use url-link as widget type.
1165
0d2d1bdc
G
1166 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1167 `gnus-group-get-icon'.
1168
a1d16a7b
G
11692010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
d1090fe8
LMI
1171 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1172 This should make server editing work better.
1173
a1d16a7b
G
1174 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1175
1176 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1177 (nnimap-parse-flags): Fix regexp.
1178
1179 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1180 probably work for CJVK text, too.
1181
296a8e19 1182 * nnimap.el (nnimap-extend-tls-programs): Remove.
a1d16a7b
G
1183 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1184
11852010-10-13 Julien Danjou <julien@danjou.info>
1186
1187 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1188 responses.
1189
11902010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1191
1192 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1193
1194 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1195 anything in Emacs.
1196
1197 * shr.el (shr-current-column): Remove buggy and unnecessary function.
1198
d0e0de31
JD
11992010-10-13 Julien Danjou <julien@danjou.info>
1200
1201 * shr.el (shr-width): Make shr-width a defcustom with default to
1202 fill-column.
1203 (shr-tag-img): Use shr-width rather than fill-column.
1204
7417851c
KY
12052010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
1206
68d9bf4b
KY
1207 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1208
7417851c
KY
1209 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1210 position when (X-)Faces exist.
1211 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1212 avatars when called interactively.
1213
ab67634f
G
12142010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1215
1216 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1217 gnus-article-x-face-too-ugly is bound.
1218
6ffab592
LMI
12192010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1220
ab67634f
G
1221 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1222
1223 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1224 mailbox that doesn't exist.
1225
12262010-10-12 Julien Danjou <julien@danjou.info>
1227
1228 * shr.el (shr-tag-img): Encode URL properly when retrieving.
1229 (shr-get-image-data): Encode URL properly when fetching from cache.
1230 (shr-tag-img): Use aligned-to spaces to align correctly images.
1231
1232 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1233 before inserting the Gravatar.
1234
1235 * shr.el (shr-tag-img): Add align attribute support for <img>.
1236
12372010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1238
296a8e19 1239 * gnus-gravatar.el (gnus-art): Require.
ab67634f 1240
6ffab592
LMI
1241 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1242 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1243 Remove long obsoleted functions.
1244
f0b7f5a8
KY
12452010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1246
f0b7f5a8
KY
1247 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1248
ed1d182d
GM
1249 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1250 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1251 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1252 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1253 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1254 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
f0b7f5a8
KY
1255 Fix comment for declare-function.
1256
6b7df8d3
G
12572010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1258
1259 * nnimap.el (nnimap-request-rename-group): Select group read-only
1260 before renaming it.
1261
1262 * shr.el (shr-insert): Fix up the white space only regexp.
1263
1264 * nnimap.el (nnimap-transform-split-mail): Not all articles have
1265 bodies. Protect against this. Reported by Michael Welsh Duggan.
1266
1267 * shr.el (shr-current-column): New function.
1268 (shr-find-fill-point): New function.
1269
12702010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1271
1272 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1273 numbers.
1274
12752010-10-11 Julien Danjou <julien@danjou.info>
1276
1277 * shr.el (shr-hr-line): Add.
1278 (shr-tag-hr): Use shr-hr-line to specify which character to use to
1279 display hr lines.
1280 (shr-max-columns): Do not change state to nil if we just inserting
1281 spaces.
1282
6ec07c5a
LMI
12832010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1284
1285 * gnus-topic.el (gnus-topic-read-group): If after the last group,
1286 select the last group.
1287
0be56f17
TZ
12882010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1289
1290 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1291
dab0271f
G
12922010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1293
1294 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1295 for Gnus.
1296 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1297 (nnimap-update-qresync-info): Mark \Seen articles as read.
1298
1299 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1300 non-variable, too.
1301
1302 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1303 available.
1304 (nnimap-update-info): Rely more on the current active than the param
1305 active to avoid marking articles as read too much.
1306
1307 * auth-source.el (auth-source-create): Use (user-login-name) for the
1308 user name default.
1309
1310 * nnimap.el (nnimap-update-info): If the server doesn't return any
1311 useful info, just use the previous info.
1312 (nnimap-update-info): Prefer old info over start-article.
1313 (nnimap-update-qresync-info): Finish implementing QRESYNC.
1314
13152010-10-10 Andrew Cohen <cohen@andy.bu.edu>
1316
1317 * nnir.el (autoload): Clean up autoloads.
2f5e7c6f
GM
1318 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1319 Use key rather than value.
dab0271f
G
1320 (nnir-imap-search-other): New variable.
1321 (nnir-read-parm): Use it.
1322 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1323 (gnus-summary-nnir-goto-thread): Modify to work with imap.
1324
13252010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1328 the process, too.
1329
f7aa248a
G
13302010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1331
296a8e19
SM
1332 * spam.el (gnus-summary-mode-map): Bind to "$".
1333 Suggested by Russ Allbery.
f7aa248a
G
1334
1335 * shr.el: Rework the way things are indented by <li> slightly.
1336
1337 * gnus.el (gnus-group-set-parameter): Fix typo.
1338
1339 * nnimap.el: Start implementing QRESYNC support.
1340
13412010-10-09 Julien Danjou <julien@danjou.info>
1342
1343 * nnir.el (nnir-engines): Fix too many arguments.
1344
13452010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1346
1347 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1348 group is the "last", so that the backends like nnfolder actually save
1349 their folders.
1350
1351 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1352 try to use that for the tls stream.
1353 (nnimap-retrieve-group-data-early): Rework the marks code to heed
1354 UIDVALIDITY and find out which groups are read-only and not.
1355 (nnimap-get-flags): Use the same marks parsing code as the rest of
1356 nnimap.
1357
afba0c4b
JD
13582010-10-09 Julien Danjou <julien@danjou.info>
1359
1736ad36
JD
1360 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1361
afba0c4b
JD
1362 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1363 retrieving gravatars.
1364
1365 * shr.el (shr-table-corner): Add.
1366 (shr-table-line): Add.
1367 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1368
36d3245f
G
13692010-10-08 Julien Danjou <julien@danjou.info>
1370
1371 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1372
13732010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
1374
1375 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1376
1377 * gnus-sum.el (gnus-mark-article-as-unread)
1378 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1379 (gnus-summary-set-bookmark): Use it.
1380
1381 * gnus-msg.el (gnus-setup-message): Use it.
1382
1383 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1384
1385 * gnus.el (gnus-group-remove-parameter): Use it.
1386
1387 * gnus-group.el (gnus-group-make-web-group): Use it.
1388
1389 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1390
1391 * nnregistry.el: Update docs to mention manual.
1392
1393 * gnus-registry.el: Update docs to mention nnregistry.el.
1394 (gnus-registry-initialize): Don't install nnregistry refer method
1395 automatically.
1396 (gnus-registry-install-nnregistry): Remove it.
1397
13982010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1399
1400 * shr.el (shr-insert): Don't insert double spaces.
1401
863b61d6
KY
14022010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1403
090f6ea1
KY
1404 * gnus-gravatar.el (gnus-treat-from-gravatar)
1405 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1406 called interactively.
1407
f7aa0b8f
KY
1408 * gnus-art.el (gnus-mime-view-part-externally)
1409 (gnus-mime-view-part-internally): Make predicate function passed to
1410 gnus-mime-view-part-as-type assume argument is a mime type, not a list
1411 of a mime type.
1412
863b61d6
KY
1413 * shr.el (shr-table-widths): Don't use cl function `reduce'.
1414
3d319c8f
LMI
14152010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1416
1417 * shr.el (require): Require cl when compiling.
1418 (shr-tag-hr): New function.
1419
1420 * nnimap.el (nnimap-update-info): Remove double setting of high.
296a8e19
SM
1421 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1422 This makes nnimap work properly on Courier again.
3d319c8f
LMI
1423
1424 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1425 the variable for backwards compatability.
1426
1427 * mm-decode.el (mm-save-part): If given a non-directory result, expand
1428 the file name before using to avoid setting mm-default-directory to
1429 nil.
1430
1431 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1432 bidning gnus-agent variables.
1433
1434 * shr.el (shr-render-td): Use a cache for the table rendering function
1435 to avoid getting an exponential rendering behaviour in nested tables.
1436 (shr-insert): Rework the line-breaking algorithm.
1437 (shr-insert): Don't leave trailing spaces.
1438 (shr-insert-table): Also insert empty TDs.
1439 (shr-tag-blockquote): Ensure paragraphs after </ul>.
1440
3a3cbf0a
SM
14412010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * gnus-sum.el (gnus-number): Rename from `number'.
1444 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1445 (gnus-summary-limit-children): Update uses correspondingly.
1446
fcf2d385
KY
14472010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1448
1449 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1450 (gnus-gravatar-transform-address): Don't show avatars of people of
1451 which mail addresses match gnus-gravatar-too-ugly.
1452
a7dcc87b
G
14532010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1454
1455 * shr.el (shr-table-widths): Expand TD elements to fill available
1456 space.
1457
14582010-10-07 Julien Danjou <julien@danjou.info>
1459
1460 * nnimap.el (nnimap-request-rename-group): Add this method.
1461
814cc274
KY
14622010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1463
1464 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1465 name from XEmacs' function-arglist.
1466
1467 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1468 gravatar under XEmacs.
1469
cbabe91f
TZ
14702010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
1471
1472 * auth-source.el: Update docs with TODO items.
1473
1474 * gnus-sync.el: Update docs to explain state and plans.
1475
1476 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1477 Hooks for mark updates.
1478 (gnus-request-set-mark, gnus-request-update-mark): Use them.
1479
1480 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1481 hooks with arguments, which is needed for mark update hooks.
1482
fd9ba500
JD
14832010-10-06 Julien Danjou <julien@danjou.info>
1484
d2abc29a
JD
1485 * gnus.el (gnus-expand-group-parameter): Only return and act on what
1486 was matched.
1487
fd9ba500
JD
1488 * sieve-manage.el: Update example in `Commentary'.
1489
1490 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1491
1492 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1493 not 2000.
1494 (sieve-manage-authenticate): Re-add function.
1495
66627fa9
G
14962010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1497
1498 * shr.el (shr-insert): Get 'space transition right.
35624242 1499 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
1500
1501 * nnimap.el (nnimap-open-connection): Prepare to support
1502 open-gnutls-stream.
1503
1504 * shr.el: Rearrange function order to be more logical.
1505
15062010-10-06 Julien Danjou <julien@danjou.info>
1507
1508 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1509 (nnrss-discover-feed): Remove 404 URL in docstring.
1510
1511 * nnir.el: Fix Swish-E URL.
1512 Fix Namazu URL.
1513
1514 * message.el (message-change-subject): Remove 404 URL in a comment.
1515
61c47336
KY
15162010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1517
568f71a8
KY
1518 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1519 called interactively.
1520
61c47336
KY
1521 * gnus-util.el (gnus-remove-if): Allow hash table.
1522 (gnus-remove-if-not): New function.
1523
1524 * gnus-art.el (gnus-mime-view-part-as-type)
1525 * gnus-score.el (gnus-summary-score-effect)
1526 * gnus-sum.el (gnus-read-move-group-name):
1527 Replace remove-if-not with gnus-remove-if-not.
1528
1529 * gnus-group.el (gnus-group-completing-read):
1530 Regard collection as a hash table if it is not a list.
1531
130e977f
LMI
15322010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1533
a0ec382a
LMI
1534 * shr.el (shr-render-td): Allow blank/missing <TD>s.
1535
1536 * shr.el: Document the table-rendering algorithm.
1537
130e977f
LMI
1538 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1539 invalid URLs.
1540
1541 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1542 line-broken.
1543 (shr-tag-img): Ignore image fetching errors.
1544 (shr-overlays-in-region): Compute overlay positions correctly.
1545
1546 * mm-decode.el (mm-shr): Require shr.
1547
1548 * gnus-art.el (gnus-blocked-images): Move variable here.
1549
1550 * shr.el (shr-insert-table): Bind free variable.
1551
1552 * mm-decode.el (mm-shr): Bind shr-content-function.
1553
1554 * shr.el (shr-content-function): New variable.
1555
1556 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1557 added for symmetry.
1558
1559 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1560
1561 * gnus-group.el (gnus-group-make-group): Doc fix.
1562
1563 * nnimap.el (nnimap-request-newgroups): Return success.
1564
1565 * shr.el (shr-find-elements): New function.
1566 (shr-tag-table): Put all the images after the table.
1567 (shr-tag-table): Really inhibit images inside the table.
1568 (shr-collect-overlays): Copy over overlays from the TD elements to the
1569 main document.
1570
1571 * mm-decode.el (mm-shr): Bind shr-blocked-images to
1572 gnus-blocked-images.
1573
6f7e2ffd
JD
15742010-10-05 Julien Danjou <julien@danjou.info>
1575
1d8e1f78
JD
1576 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1577
6f7e2ffd
JD
1578 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1579 (gnus-html-maximum-image-size): Add this function.
1580 (gnus-html-put-image): Use gnus-html-maximum-image-size.
1581
1582 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1583 server-value of the capability is nil.
1584
562f5ce5
G
15852010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1586
1587 * shr.el (shr-tag-em): Add <EM> tag.
1588
15892010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
1590
1591 * sieve-manage.el (sieve-manage-default-stream): Make default stream
1592 customizable.
1593
1594 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1595 handing broken links to browse-url.
1596
50cb700c
JD
15972010-10-05 Julien Danjou <julien@danjou.info>
1598
1599 * gnus-util.el (gnus-emacs-completing-read)
1600 (gnus-iswitchb-completing-read): Use autoload rather than require.
1601
cfadea45
KY
16022010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1225bc49
KY
1604 * gnus-util.el (gnus-completing-read-function): Exclude
1605 gnus-icompleting-read and gnus-ido-completing-read from candidates for
1606 XEmacs since iswitchb.el is very old and ido.el is unavailable in
1607 XEmacs.
1608
1609 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1610 not to use `delete-dups' that is unavailable in XEmacs 21.4.
1611
9c619400
KY
1612 * gnus-html.el: Don't require help-fns under XEmacs.
1613 (gnus-html-schedule-image-fetching): Work for XEmacs.
1614
cfadea45
KY
1615 * mm-decode.el (mm-shr): Decode contents by charset.
1616
5d2ef6db
G
16172010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618
130e977f
LMI
1619 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1620 unknown.
1621
71e691a5
G
1622 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1623 (shr-get-image-data): Ensure against the cache file missing.
1624
1625 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1626 for data.
1627
1628 * spam-report.el (spam-report-url-ping-plain): Don't query about
1629 killing the process.
1630
1631 * shr.el (shr-render-td): Protect against too-wide text.
1632
16332010-10-04 Julien Danjou <julien@danjou.info>
1634
1635 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1636 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1637
1638 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1639 retrieved.
1640
16412010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1642
296a8e19 1643 * shr.el (browse-url): Require.
71e691a5
G
1644 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1645 lines.
1646 (shr-show-alt-text, shr-browse-image): New commands.
1647 (shr-browse-url, shr-copy-url): New commands.
1648
1649 * gnus-sum.el (gnus-widen-article-window): New variable.
1650 (gnus-summary-select-article-buffer): Use it.
1651
1652 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1653 without @ signs.
1654
16552010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1656
1657 * nnir.el (nnir-run-imap): Remove spurious space in search string.
1658
16592010-10-04 Julien Danjou <julien@danjou.info>
1660
1661 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1662 for XEmacs.
1663
16642010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1667
1668 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1669 (nnimap-close-server): Implement.
1670
5d2ef6db 1671 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
1672 (shr-insert): Tweak line breaking.
1673 (shr-insert): Handle <pre> better.
8028ed5c
LMI
1674 (shr-tag-li): Get <li> indentation right.
1675 (shr-tag-li): Get <li> indentation even righter.
1676 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
1677 (shr-make-table): Tweak table generation.
1678 (shr-make-table): Fix typo.
1679
1680 * shr.el: Implement table rendering.
5d2ef6db
G
1681
16822010-10-04 Julien Danjou <julien@danjou.info>
1683
1684 * gnus-html.el (gnus-html-put-image): Fix resize image code.
1685
23179cb9
LMI
16862010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1687
1688 * shr.el (shr-insert): Use string anchors instead of line anchors.
1689
a41c2e6d
G
16902010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1691
1692 * shr.el: Add headings.
1693 (shr-ensure-paragraph): Actually work.
1694 (shr-tag-li): Make <ul> prettier.
1695 (shr-insert): Get white space at the beginning/end of elements right.
1696 (shr-tag-p): Collapse subsequent <p>s.
1697 (shr-ensure-paragraph): Don't insert double line feeds after blank
1698 lines.
1699 (shr-insert): \t is also space.
1700 (shr-tag-s): Fix "s" tag name function.
1701 (shr-tag-s): Fix face prop name.
1702
17032010-10-03 Julien Danjou <julien@danjou.info>
1704
1705 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1706
1707 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1708 gnus-window-inside-pixel-edges.
1709
1710 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1711 gnus-ems.
1712
1713 * mm-view.el (mm-inline-image-emacs): Support image resizing.
1714
1715 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1716 function.
1717
1718 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1719 resize choice.
1720
17212010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1722
1723 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1724 beginning of the buffer.
1725
1726 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1727 article buffer again.
1728
296a8e19 1729 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
a41c2e6d
G
1730
1731 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1732 when it's at the start of the buffer.
1733
1734 * shr.el (shr-tag-blockquote): Convert name.
1735 (shr-rescale-image): Use the right image-size variant.
1736
1737 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1738 buffer isn't shown, then select the current article first instead of
1739 bugging out.
1740 (gnus-summary-select-article-buffer): Show both the article and summary
1741 buffers again.
1742
1743 * shr.el (shr-fontize-cont): Protect against regions with no text.
1744 Rename tag functions to shr-tag-* for enhanced security.
1745 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1746
d99a4591
CY
17472010-10-03 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * shr.el (shr-insert):
1750 * pop3.el (pop3-movemail):
1751 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1752 loaded.
1753
922ad43e
GM
17542010-10-03 Glenn Morris <rgm@gnu.org>
1755
0f810fbf
GM
1756 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1757
3615c80c
GM
1758 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1759
7530a81b
GM
1760 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1761
4ec3f7cf
GM
1762 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1763
922ad43e
GM
1764 * gnus-util.el (gnus-make-local-hook): Simplify.
1765
870409d4
G
17662010-10-02 Julien Danjou <julien@danjou.info>
1767
1768 * gnus-util.el (gnus-iswitchb-completing-read): New function.
1769 (gnus-ido-completing-read): New function.
1770 (gnus-emacs-completing-read): New function.
1771 (gnus-completing-read): Use gnus-completing-read-function.
1772 Add gnus-completing-read-function.
1773
17742010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1775
1776 * shr.el (shr-insert-document): Autoload.
1777 (shr-img): Be silent.
1778 (shr-insert): Add a newline after every picture before text.
1779 (shr-add-font): Use overlays for combining faces.
1780 (shr-insert): Pass upwards the text start point.
1781
1782 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1783 possible.
1784 (mm-shr): New function.
1785
17862010-10-02 Julien Danjou <julien@danjou.info>
1787
1788 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1789 should go backward.
1790
f3fd95db
JB
17912010-10-02 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * shr.el (shr): Fix typo in provide call.
1794
367f7f81
LMI
17952010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1796
1797 * shr.el: New file.
1798
1799 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1800
1801 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1802 completing read.
1803
a3f57c41
G
18042010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1805
1806 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1807 we're being queried about. Suggested by Dan Jacobson.
1808
296a8e19
SM
1809 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1810 Suggested by Jason Eisner.
a3f57c41
G
1811
1812 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1813 table, too. Suggested by Stefan Wiens.
1814 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1815 the table unnecessary. Suggested by Stefan Wiens.
1816
1817 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1818 longer needed, and probably doesn't work either, as pointed out by
1819 Stefan Wiens.
1820 (gnus-summary-exit): Remove call to the clearing function.
1821 (gnus-summary-exit-no-update): Ditto.
1822
1823 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1824 instead of gnus-eval-in-buffer-window to avoid popping up frames.
1825 Reported by Stefan Monnier.
1826 (gnus-summary-save-in-rmail): Ditto.
1827
1828 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1829 article buffer, instead of both the article buffer and the summary
1830 buffer. Sort of suggested by Dan Jacobson.
1831
1832 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1833
1834 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1835 Suggested by Dan Jacobson.
1836
1837 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1838 documentation clearer.
1839
1840 * message.el (message-shorten-references): Comment on the number "21".
1841 Suggested by Stefan Monnier.
1842
1843 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1844 Suggested by Dan Jacobson.
1845
296a8e19
SM
1846 * gnus.el (gnus-large-newsgroup):
1847 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
a3f57c41
G
1848
1849 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1850 externalize attachments. Bug reported by Steve Wen.
1851
1852 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1853 really message anything to the user.
1854
1855 * nnmail.el (nnmail-article-group): Allow using the fancy split method
1856 directly.
1857
1858 * nnimap.el (nnimap-request-group): Low higher than high to signal no
1859 messages in empty groups.
1860
18612010-10-01 Ted Zlatanov <tzz@lifelogs.com>
1862
1863 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1864 non-UIDNEXT group.
1865
18662010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1869 not the value from the collection.
1870
1871 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1872 values. This sometimes happens on some groups that have no info.
1873 (nnimap-request-newgroups): New function.
1874
18752010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
1876
1877 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1878 check into `gnus-registry-initialize'.
1879 (gnus-registry-initialize): Ditto.
1880 Fix and extend header docs.
1881
aecb42aa
LMI
18822010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
0a887f39
LMI
1884 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1885 regexp backtrace overflows.
1886
aecb42aa
LMI
1887 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1888 for starttls that tls.el implements; i.e. openssl.
1889
4b36c6d4
KY
18902010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1891
1892 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1893 (gravatar-create-image): New function that's an alias to
1894 gnus-xmas-create-image, gnus-create-image, or create-image.
1895 (gravatar-data->image): Use it.
1896
6b958814
G
18972010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1898
1899 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1900 install the nnregistry refer method.
1901 (gnus-registry-install-hooks): Use it.
1902 (gnus-registry-unfollowed-groups): Add nnmairix to the default
1903 unfollowed groups.
1904
19052010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
1906
1907 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1908 expanding threads.
1909
19102010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1911
1912 * nnir.el: Use the server names without suffixes (bug #7009).
1913
1914 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1915 unencrypted to STARTTLS, if possible.
1916
19172010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1918
1919 * message.el (message-ignored-supersedes-headers): Strip Injection-*
1920 headers before superseding.
1921
19222010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1923
1924 * nnrss.el (nnrss-use-local): Add documentation.
1925
1926 * nnimap.el (nnimap-extend-tls-programs): New function.
1927 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1928 (nnimap-wait-for-connection): Accept the greeting from the stupid
1929 output from openssl s_client -starttls, too.
1930
1931 * nnimap.el (nnimap-find-article-by-message-id): Really return the
1932 article number.
1933 (nnimap-split-fancy): New variable.
1934 (nnimap-split-incoming-mail): Use it.
1935
1936 * nntp.el (nntp-server-list-active-group): Document.
1937
1938 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1939 SELECT to get the message-id.
1940
296a8e19 1941 * mail-source.el (mail-sources): Remove webmail support.
6b958814
G
1942 (defvar): Ditto.
1943 (mail-source-fetcher-alist): Ditto.
296a8e19 1944 (mail-source-fetch-webmail): Remove.
6b958814 1945
296a8e19 1946 * webmail.el: Remove -- doesn't seem relevant any more.
6b958814
G
1947
1948 * gnus.el: Fix up make-obsolete-variable declarations throughout.
1949
1950 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1951 the \r.
1952
743595bc
JD
19532010-09-30 Julien Danjou <julien@danjou.info>
1954
1955 * gnus-agent.el (gnus-agent-add-group): Fix call to
1956 gnus-completing-read.
1957
19582010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1959
1960 * nndoc.el (nndoc-retrieve-groups): New function.
1961
1962 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1963 `default', use nnmail-split-methods.
1964 (nnimap-request-article): Downcase the NILs so that they are nil.
1965
1966 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1967 symbol.
1968
1969 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1970 code, since if the user has requested network, that's what they ought
1971 to get.
1972 (nnimap-request-set-mark): Erase the buffer before issuing commands.
1973 (nnimap-split-rule): Mark as obsolete.
1974
296a8e19
SM
1975 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1976 New variable.
743595bc
JD
1977
1978 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1979 correct slot, too.
1980
19812010-09-29 Julien Danjou <julien@danjou.info>
1982
1983 * gnus.el (gnus-local-domain): Declare variable obsolete.
1984
2f5e7c6f
GM
1985 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1986 Fix history computing.
743595bc
JD
1987 (gnus-ido-completing-read): Require ido.
1988
19892010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1990
1991 * gnus-registry.el: Don't prompt on load, which makes it impossible to
1992 build Gnus.
1993
1994 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1995 when interpreting the structures.
1996 (nnimap-request-accept-article): Add \r\n to the lines to make this
1997 work with Cyrus.
1998
743595bc
JD
1999 * nndraft.el (nndraft-request-expire-articles): Use the group name
2000 instead if "nndraft". Fix found by Nils Ackermann.
2001
6b958814
G
20022010-09-29 Ludovic Courtes <ludo@gnu.org>
2003
296a8e19 2004 * nnregistry.el: Add.
6b958814 2005
01270787
SM
20062010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * nnmail.el (group, group-art-list, group-art):
2009 Remove unneeded directives.
2010
0c43b6f8
KY
20112010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2012
2013 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2014 (mm-mime-charset)
2015 * rfc2047.el (rfc2047-syntax-table)
2016 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2017
2018 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2019 rather than `insert-file-contents' and `eval-region'.
2020
743595bc
JD
20212010-09-29 Julien Danjou <julien@danjou.info>
2022
2023 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2024 replacement of `gnus-gravatar-relief' to mimic
2025 `gnus-faces-properties-alist'.
2026 Add :version property.
2027
5b5dafd2
KY
20282010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2029
2030 * mail-source.el (mail-source-report-new-mail)
2031 * message.el (message-default-mail-headers)
2032 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2033
2034 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2035
b6fda8fc
JD
20362010-09-28 Julien Danjou <julien@danjou.info>
2037
2038 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2039 mail-address contains the same string as real-name.
2040
2041 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2042 non-blank in header, otherwise it'll get stripped.
2043
2044 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2045 real-name, and then for mail address rather than doing : or , search.
2046
743595bc
JD
20472010-09-27 Julien Danjou <julien@danjou.info>
2048
743595bc
JD
2049 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2050 right completing-read function.
2051 (gnus-use-ido): New variable
2052 (gnus-completing-read-with-default): Remove.
296a8e19
SM
2053 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2054 (gnus-agent-add-group):
2055 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2056 * mm-view.el (mm-view-pkcs7-decrypt):
2057 * mm-util.el (mm-codepage-setup):
2058 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2059 * mml-smime.el (mml-smime-openssl-sign-query):
2060 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2061 (mml-insert-multipart):
2062 * gnus-msg.el (gnus-summary-yank-message):
2063 * gnus-int.el (gnus-start-news-server):
2064 * mm-decode.el (mm-interactively-view-part):
2065 * gnus-dired.el (gnus-dired-attach):
2066 * gnus.el (gnus-read-method):
2067 * gnus-bookmark.el (gnus-bookmark-jump):
2068 * gnus-art.el (gnus-mime-view-part-as-type)
2069 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2070 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2071 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2072 * nnmairix.el (nnmairix-create-server-and-default-group)
2073 (nnmairix-update-groups, nnmairix-get-server)
2074 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2075 (nnmairix-get-group-from-file-path):
2076 * nnrss.el (nnrss-find-rss-via-syndic8):
2077 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2078 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2079 (gnus-group-browse-foreign-server):
2080 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2081 (gnus-summary-execute-command, gnus-summary-respool-article)
2082 (gnus-read-move-group-name):
2083 * gnus-score.el (gnus-summary-increase-score)
2084 (gnus-summary-score-effect):
2085 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
743595bc 2086
e0a185ae
KY
20872010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2088
635be05a
KY
2089 * nnimap.el (auth-source-forget-user-or-password)
2090 (auth-source-user-or-password): Autoload.
2091
e0a185ae
KY
2092 * message.el (message-from-style, message-interactive)
2093 (message-signature): Remove comment.
2094 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2095 always.
2096 (message-sendmail-envelope-from): Comment fix.
2097 (message-yank-prefix): Default to mail-yank-prefix always.
296a8e19
SM
2098 (message-indentation-spaces):
2099 Default to mail-indentation-spaces always.
e0a185ae
KY
2100 (message-signature-file): Default to mail-signature-file always.
2101
9f2d52e7
G
21022010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2103
2104 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2105 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2106 new articles.
2107
2108 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2109 parts.
2110 (nnimap-request-article): Work with the t setting, too.
2111
2112 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2113 that you don't get flashes of other buffers.
2114 (gnus-summary-show-complete-article): Intern before setting.
2115
21162010-09-27 David Engster <dengste@eml.cc>
2117
938c0d10 2118 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9f2d52e7
G
2119 well as HEADERS.
2120 (nnmairix-retrieve-headers): Provide new argument for the above.
2121
21222010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2123
2124 * gnus-sum.el (gnus-summary-move-article): Don't alter
2125 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2126 group.
2127
2128 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2129
2130 * message.el (message-cite-prefix-regexp): Revert my last edit.
2131
2132 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2133 variable instead of the Gnus variable.
2134
2135 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2136
296a8e19 2137 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9f2d52e7
G
2138
2139 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2140 since some servers don't like it.
2141 (nnimap-open-connection): Forget credentials if the server says the
2142 password was wrong.
2143 (nnimap-parse-line): Protect against invalid data.
2144
2145 * gnus-sum.el (gnus-summary-move-article): Add comment.
2146 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2147 nothing alters it while scanning for new messages.
2148
2149 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2150 which may or may not help.
2151 (nnimap-open-connection): If we're doing a stream connection, and then
2152 discover we're on a STARTTLS-capable server, then open a STARTTLS
2153 connection instead.
2154
14db1c41
LMI
21552010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
296a8e19 2157 * nnimap.el (utf7): Require.
14db1c41
LMI
2158
2159 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2160 prefix.
2161
1d77b63e
JB
21622010-09-27 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2165
062eae99
G
21662010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2167
2168 * nnimap.el (nnimap-request-accept-article): Message the error on
2169 error.
2170
e5fa3899
KY
21712010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2172
2173 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2174
1821a7b4
LMI
21752010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2176
82bccbfa
KY
2177 * nndoc.el (nndoc-request-list): Return success always.
2178
2179 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
296a8e19
SM
2180 `fetch-old' -- we only want to fetch the articles we've requested.
2181 The rest are in the agent, probably.
82bccbfa
KY
2182 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2183 disappeared server" to something low. It's not important.
2184
2185 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2186 arrived before the FETCH data.
2187
2188 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2189 target here, because we don't know the Gnus name of the group.
2190
2191 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2192 for the correct group.
2193
2194 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2195
2196 * gnus.el (gnus): Give a final warning after startup.
2197
2198 * gnus-util.el (gnus-action-message-log): New variable.
2199 (gnus-message): Use it.
2200 (gnus-final-warning): New function.
2201
2202 * nnimap.el (nnimap-open-connection): Record the greeting.
2203 (nnimap): Add greeting.
2204
22052010-09-26 Julien Danjou <julien@danjou.info>
2206
2207 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2208 arguments.
2209 (gnus-html-wash-images): Fix spec computing to include start/end.
2210
2211 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2212
22132010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2214
2215 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2216 deletion.
2217 (nnimap-retrieve-headers): Don't select the group, because that's
2218 already done by nnimap-possibly-change-group.
2219
2220 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2221 (gnus-picon-transform-address): Use it.
2222
2696d88f
G
2223 * mail-source.el (mail-source-value): Revert previous patch.
2224
2225 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2226 on failure.
2227 (nnimap-open-connection): Look up both virtual and physical server name
2228 credentials.
2229
2230 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2231
22322009-02-08 Dave Love <fx@gnu.org>
2233
296a8e19
SM
2234 * gnus-win.el (gnus-window-to-buffer-helper)
2235 (gnus-all-windows-visible-p): Function needn't be a symbol.
2696d88f
G
2236
2237 * mail-source.el (mail-source-value): Function needn't be a symbol.
2238
22392010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2240
2241 * message.el (message-cite-prefix-regexp): Remove } from the cite
2242 prefix.
2243
2244 * gnus-art.el (gnus-treatment-function-alist): Do picons before
2245 highlight again, so that the highlight is correct.
2246
2247 * gnus-picon.el (gnus-picon): Remove again.
2248 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2249
1821a7b4
LMI
2250 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2251 doing the header highlightling, so that the background colour of the
2252 picon is correct.
2253
296a8e19 2254 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
1821a7b4
LMI
2255 (gnus-picon): Ditto.
2256 (gnus-picon): Reinstate. The background colour for picons is white.
2257 (gnus-picon-insert-glyph): Make the background white.
2258
2259 * nnml.el (nnml-open-nov): Don't return dead buffers.
2260
2261 * auth-source.el (auth-source-create): Query the user for whether to
2262 store the credentials.
2263
2264 * auth-source.el (auth-source-user-or-password): Use the existing auth
2265 sources, if any, for creation.
2266
2267 * gnus.el (gnus-group-fast-parameter): Return the last matching
2268 parameter instead of the first matching parameter.
2269
22702010-09-26 Julien Danjou <julien@danjou.info>
2271
2272 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2273
22742010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2275
2276 * mml2015.el (mml2015-use): Remove gpg support.
2277
2278 * mml1991.el (mml1991-function-alist): Remove gpg function.
296a8e19 2279 (mml1991-gpg-sign): Remove.
1821a7b4
LMI
2280
22812010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2282
2283 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2284 (gnus-browse-unsubscribe-current-group): Document it.
2285 (gnus-browse-unsubscribe-group): Use it.
2286
22872010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2288
2289 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2290 address to the To list for easier response.
2291
296a8e19 2292 * gnus.el (gnus-play-startup-jingle): Remove.
1821a7b4
LMI
2293 (gnus-splash): Don't play jingle.
2294 (gnus): Silence gnus-load message.
2295
296a8e19 2296 * gnus-art.el (gnus-treat-play-sounds): Remove.
1821a7b4
LMI
2297
2298 * gnus.el (gnus-play-jingle): Remove audio support.
2299
2300 * gnus-cus.el (gnus-score-customize): Remove audio reference.
2301
296a8e19 2302 * earcon.el: Remove -- no users.
1821a7b4 2303
296a8e19 2304 * gnus-audio.el: Remove -- no users of this package.
1821a7b4
LMI
2305
2306 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2307
2308 * gnus-start.el (gnus-setup-news): Remove nocem support.
2309
296a8e19 2310 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
1821a7b4 2311
296a8e19 2312 * gnus.el (gnus-use-nocem): Remove.
1821a7b4
LMI
2313
2314 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
296a8e19 2315 Remove.
1821a7b4 2316
296a8e19 2317 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
1821a7b4
LMI
2318 uses NoCeM any more.
2319
2320 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2321 (gnus-button-ctan-handler): Ditto.
2322 (gnus-button-handle-ctan-bogus-regexp): Ditto.
2323 (gnus-button-ctan-directory-regexp): Ditto.
2324 (gnus-button-handle-ctan): Ditto.
2325 (gnus-button-tex-level): Ditto.
296a8e19 2326 (gnus-button-alist): Remove CTAN stuff.
1821a7b4
LMI
2327
23282010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2329
296a8e19 2330 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
1821a7b4
LMI
2331 nnimap-streaming test.
2332
2333 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2334 servers twice.
2335
2336 * nnimap.el (nnimap-open-connection): Add more error reporting when
2337 nnimap fails early.
2338
2339 * nnheader.el (nnheader-get-report-string): New function.
2340 (nnheader-get-report): Use it.
2341
2342 * gnus-int.el (gnus-check-server): Say what the error was when opening
2343 failed.
2344
2345 * nnimap.el (nnimap-wait-for-response): Search further when we're not
2346 using streaming.
2347
23482010-09-25 Julien Danjou <julien@danjou.info>
2349
2350 * gnus-html.el (gnus-html-rescale-image): Use our defalias
2351 gnus-window-inside-pixel-edges.
2352
758845a0
LMI
23532010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
1821a7b4
LMI
2355 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2356
2357 * mm-decode.el (mm-save-part): Allow saving to other directories the
2358 normal Emacs way.
2359
296a8e19
SM
2360 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2361 Suggested by Jay Berkenbilt.
1821a7b4
LMI
2362
2363 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2364 there isn't a single byte.
2365
2366 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2367 just do it. It doesn't really seem to matter what the user responds
2368 here, I think, so it's just a confusing question.
2369
2370 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2371 non-streaming case.
2372
296a8e19 2373 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
1821a7b4
LMI
2374 (gnus-article-encrypt-body): Use it.
2375
2376 * gnus-sum.el (gnus-summary-show-complete-article): New command and
2377 keystroke.
2378
296a8e19
SM
2379 * nnimap.el (nnimap-find-wanted-parts-1):
2380 Use gnus-fetch-partial-articles.
1821a7b4
LMI
2381
2382 * gnus-art.el (gnus-fetch-partial-articles): New variable.
2383
2384 * nnimap.el (nnimap-insert-partial-structure): New function.
2385 (nnimap-get-partial-article): New function.
2386 (nnimap-request-article): Use it.
2387 (nnimap-wait-for-response): Return whether the wait was successful.
2388 (nnimap-finish-retrieve-group-infos): Don't do anything if the
2389 retrieval wasn't successful.
2390 (nnimap-retrieve-group-data-early): Allow throttling servers.
2391 (nnimap-streaming): New variable.
296a8e19 2392 (nnimap-fetch-partial-articles): Remove.
1821a7b4
LMI
2393
2394 * mm-decode.el (mm-with-part): Protect against killed buffers.
2395
758845a0
LMI
2396 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2397 for prettier summary display.
2398
cd178df2
AC
23992010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
2400
2f5e7c6f 2401 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
cd178df2 2402
56d95d02
LMI
24032010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2404
6f33b4d7
LMI
2405 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2406 apparently third-party libraries depend on it.
2407
2408 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2409 before starting negotiation.
2410
6688abe0
LMI
2411 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2412 privacy reasons.
2413 (gnus-treat-mail-gravatar): Ditto.
2414
56d95d02
LMI
2415 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2416 buffer when inserting images. Inserting text into the headers, for
2417 instance, can make them invalid.
2418
e70153eb
JD
24192010-09-25 Julien Danjou <julien@danjou.info>
2420
a41db107
JD
2421 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2422 variables.
2423
2424 * nnheader.el: Remove useless variables news-reply-yank-from and
2425 news-reply-yank-message-id.
2426
2427 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2428 variables.
2429
2430 * mml1991.el: Remove useless mml1991-verbose.
2431
2432 * gnus.el: Remove useless variable gnus-use-generic-from.
2433 Remove obsolete variable gnus-topic-indentation.
2434
2435 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2436
2437 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2438
2439 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2440
2441 * gnus-group.el: Remove useless gnus-group-icon-cache.
2442 Remove useless gnus-ephemeral-group-server.
2443
2444 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2445
e70153eb
JD
2446 * mml2015.el: Remove useless mml2015-verbose.
2447
2448 * mml-smime.el: Remove useless mml-smime-verbose.
2449
2450 * gnus.el: Remove useless gnus-local-domain.
2451
296a8e19
SM
2452 * gnus-gravatar.el (gnus-gravatar-transform-address):
2453 Use gnus-gravatar-size.
e70153eb
JD
2454
2455 * gnus-art.el: Remove useless gnus-treat-translate.
2456
61b1af82
G
24572010-09-24 Julien Danjou <julien@danjou.info>
2458
2459 * gnus-sum.el: Add support for Gravatars.
2460
2461 * gnus-art.el: Add support for Gravatars.
2462
2463 * gnus-gravatar.el: Add this file.
2464
2465 * gravatar.el: Add this file.
2466
24672010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2468
296a8e19 2469 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
61b1af82 2470
296a8e19 2471 * gnus-group.el (gnus-group-fetch-faq): Remove.
61b1af82 2472
296a8e19 2473 * gnus.el (gnus-group-faq-directory): Remove.
61b1af82 2474
296a8e19 2475 * gnus-group.el (gnus-group-fetch-charter): Remove.
61b1af82 2476
296a8e19 2477 * gnus.el (gnus-group-charter-alist): Remove.
61b1af82 2478
296a8e19 2479 * gnus-group.el (gnus-group-archive-directory): Remove.
61b1af82 2480 (gnus-group-recent-archive-directory): Ditto.
296a8e19 2481 (gnus-group-make-archive-group): Remove.
61b1af82
G
2482
2483 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2484
2485 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2486 use the same article number for all the cached articles.
2487
2488 * nnimap.el (nnimap-command): Register the last command time so
2489 that we can use it for idling NOOPs.
2490 (nnimap-open-connection): Start the keeplive timer.
2491 (nnimap-make-process-buffer): Store all the process buffers.
2492 (nnimap-keepalive): New function.
2493
938c0d10 2494 * starttls.el (starttls-open-stream): Add autoload cookie.
61b1af82
G
2495
24962010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2497
2498 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2499 handling.
2500
25012010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2502
2503 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2504 its data structures.
2505
2506 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2507 instead of the cl.el copy-list.
2508 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2509 equalp.
2510
5843126b
KY
25112010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2512
2513 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2514 and tool-bar-local-item-from-menu.
2515
2516 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2517 mode-line-highlight face for Emacs.
2518
2519 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2520 loading gnus-sum.elc; fix comment for canlock-verify.
2521 (gnus-article-jump-to-part): Use read-number.
296a8e19
SM
2522 (gnus-insert-mime-button, gnus-insert-mime-security-button):
2523 Remove Emacs pre-21 compatible code for help-echo.
5843126b
KY
2524 (gnus-article-next-page-1): No need to adjust the number of lines.
2525 (gnus-article-describe-bindings): Always use help-buffer.
2526
2527 * gnus-audio.el (gnus-audio-inline-sound)
2528 * gnus-cus.el (gnus-custom-mode)
2529 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2530
2531 * gnus-sum.el (gnus-remove-overlays): Doc fix.
2532
2533 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2534 compatible code.
2535
0a9f9d06 25362010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
2537
2538 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2539 visiting the fcc file in rmail-mode.
2540
d3361e62
KY
25412010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2542
2543 * nnir.el: Silence the byte compiler.
2544
2545 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2546 alias to browse-url-url-encode-chars if any.
2547 (gnus-html-encode-url): Use it.
2548
b1ae92ba
G
25492010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2550
2551 * gnus-start.el (gnus-use-backend-marks): New variable.
2552 (gnus-get-unread-articles-in-group): Use it.
2553
2554 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2555 makeover.
2556
25572010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2558
2559 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2560
25612010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2562
2563 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
296a8e19
SM
2564 Remove.
2565 (gnus-setup-news-hook):
2566 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
b1ae92ba
G
2567
2568 * gnus-int.el (gnus-request-update-info): Protect against backends not
2569 having the function.
2570
2571 * nnimap.el (nnimap-stream): Mention starttls.
2572 (nnimap-open-connection): Add starttls support.
2573
25742010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2575
2576 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2577
25782010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2579
2580 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2581 BODYSTRUCTUREs.
2582 (nnimap-transform-headers): Unfold quoted {42} headers.
2583
2584 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2585 the info.
2586 (gnus-get-unread-articles): Only call updatep on backends that support
2587 it.
2588
2589 * nnweb.el (nnweb-request-update-info): NOOP.
2590
296a8e19 2591 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
b1ae92ba 2592
296a8e19 2593 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
b1ae92ba
G
2594 since it only deals with marks.
2595
296a8e19 2596 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
b1ae92ba
G
2597 gnus-request-marks, and make a new gnus-request-update-info.
2598
2599 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2600 the active instead of the high number, which is usually too low.
2601
26022010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
2603
296a8e19 2604 * encrypt.el: Remove.
b1ae92ba 2605
239952b0
LMI
26062010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2607
d8ec441e
LMI
2608 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2609 server in symbolic form.
2610
296a8e19 2611 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
239952b0 2612
b069e5a6
G
26132010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2614
2615 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2616 (nnimap-update-info): Fix up code slightly.
2617
2618 * gnus-int.el (gnus-open-server): Add tracing for performance
2619 debugging.
2620
2621 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2622 (gnus-group-insert-group-line): Pass the real group name so that it
2623 gets the right data.
2624
2625 * gnus-start.el (gnus-get-unread-articles): Don't have
2626 `gnus-get-unread-articles-in-group' update info, since that can be
2627 really slow and doesn't seem to be needed?
2628
b069e5a6
G
26292010-09-22 Julien Danjou <julien@danjou.info>
2630
296a8e19
SM
2631 * gnus-group.el (gnus-group-insert-group-line):
2632 Call gnus-group-highlight-line.
b069e5a6
G
2633 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2634 default hook list.
2635 (gnus-group-update-eval-form): Add new function.
2636 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2637 (gnus-group-get-icon): Use gnus-group-update-eval-form.
2638
26392010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2640
2641 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2642 immediate, then expire all articles.
2643 (nnimap-update-info): Fix off-by-one errors.
2644 (nnimap-flags-to-marks): Would return no marks lists for group with no
2645 flags. Instead return the other data.
2646
26472010-09-22 Julien Danjou <julien@danjou.info>
2648
296a8e19 2649 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
b069e5a6
G
2650 Only return an icon.
2651 (gnus-group-insert-group-line): Compute icon to return.
2652
296a8e19 2653 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
b069e5a6
G
2654 (gnus-html-image-fetched): Only cache if
2655 gnus-html-image-automatic-caching is set.
2656 (gnus-html-image-fetched): Check for errors.
2657
26582010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2659
2660 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2661 once per method on `g'. This ensures that backends like nnfolder don't
2662 open all their folders.
2663
2664 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2665 (nnimap-request-list): Nix out group in the correct buffer.
2666 (nnimap-parse-flags): Implement by using `read' instead of
2667 hand-parsing.
2668 (nnimap-flags-to-marks): Pass on permanent-flags.
2669 (nnimap-make-process-buffer): Record the server name.
2670 (nnimap-parse-flags): Fix typo.
2671 (nnimap-request-scan): Run split on the server in general, not just a
2672 single group.
2673
2674 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2675 parameter, and propagate this downwards.
2676
2677 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2678 since EXAMINE changes it on the server.
2679
2680 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2681 this command might take a while.
2682
26832010-09-22 Julien Danjou <julien@danjou.info>
2684
2f5e7c6f 2685 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
b1ae92ba
G
2686 harmful if you have 2 images side-by-side, they can't be properly
2687 update on text deletion. Using text-property is safer here.
b069e5a6
G
2688 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2689 data.
2690
26912010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2692
296a8e19 2693 * nnimap.el (nnimap-expunge-inbox): Remove.
b069e5a6
G
2694 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2695 (nnimap-expunge): Flip default to t.
2696
2697 * gnus.el (gnus-method-to-server): Don't push things to the cache
2698 unless it's unique.
2699 (gnus-server-to-method): Ditto.
2700
7390c1cd
TZ
27012010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2702
2703 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2704
b4e64499
JD
27052010-09-22 Julien Danjou <julien@danjou.info>
2706
b069e5a6
G
2707 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2708 get the start of data.
2709 (gnus-html-encode-url): Add this function to encode special chars in
2710 URL.
2711 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2712 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2713
c7e2ef4e
JD
2714 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2715 default.
2716 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2717
b4e64499
JD
2718 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2719 images alt-text.
2720 (gnus-html-put-image): Put alt-text as help-echo.
2721
4def29e7
KY
27222010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2723
2724 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2725 * mm-util.el (mm-decompress-buffer)
2726 * nnir.el (nnir-run-find-grep)
2727 * pop3.el (pop3-list): Use 3rd arg of split-string.
2728
b069e5a6
G
27292010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2730
2731 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2732 outside the active range. Suggested by Dan Christensen.
2733
2734 * gnus-start.el (gnus-get-unread-articles): Get the extended method
2735 slightly later to avoid double-getting it.
2736
2737 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2738 previous patch.
2739
2740 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2741
0617bb00
LMI
27422010-09-21 Adam Sjøgren <asjo@koldfront.dk>
2743
2744 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2745
27462010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2747
2748 * gnus-int.el (gnus-open-server): Give a better error message in the
2749 "go offline" case.
2750
2751 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2752 marks for nnimap, which is seldom the right thing to do.
2753
2754 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2755 (gnus-same-method-different-name): New function.
2756
2757 * nnimap.el (parse-time): Require.
2758
2759 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2760 method in the presence of many similar methods.
2761
2762 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2763
2764 * nnimap.el (nnimap-find-expired-articles): Don't refer to
2765 nnml-inhibit-expiry.
2766
2767 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2768 find out whether methods are equal.
2769
2770 * nnimap.el (nnimap-find-expired-articles): New function.
2771 (nnimap-process-expiry-targets): New function.
2772 (nnimap-request-move-article): Request the article before looking at
2773 what the Message-ID is. Fix found by Andrew Cohen.
2774 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2775
2776 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2777 for oldness in addition to being a predicate.
2778
2779 * nnimap.el (nnimap-request-group): When we have zero articles, return
2780 the right data to Gnus.
2781 (nnimap-request-expire-articles): Only delete articles immediately if
2782 the target is 'delete.
2783
2784 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2785 method, this would bug out.
2786
296a8e19 2787 * gnus-group.el (gnus-group-expunge-group): Rename from
0617bb00
LMI
2788 gnus-group-nnimap-expunge, and implemented as a normal interface
2789 function.
2790
2791 * gnus-int.el (gnus-request-expunge-group): New function.
2792
2793 * nnimap.el (nnimap-request-create-group): Implement.
2794 (nnimap-request-expunge-group): New function.
2795
2c8b2fc8
JD
27962010-09-21 Julien Danjou <julien@danjou.info>
2797
2798 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2799 (gnus-html-cache-expired): Add new function.
2800 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2801 wethever we should display image for fetch it.
2802 Compute alt-text earlier to pass it to the fetching function too.
2803 (gnus-html-schedule-image-fetching): Change function argument to only
2804 get one image at a time, not a list.
2805 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2806 cache.
2807 (gnus-html-get-image-data): New function to retrieve image data from
2808 cache.
2809 (gnus-html-put-image): Change buffer argument to use image data rather
2810 than file, and place image above region rather than inserting a new
2f5e7c6f 2811 one. Do not take alt-text as argument, since it's useless now: we place
2c8b2fc8
JD
2812 the image above alt-text.
2813 (gnus-html-prune-cache): Remove.
2814 (gnus-html-show-images): Start to fetch image when we find one, do not
2815 push into a temporary list.
2816 (gnus-html-prefetch-images): Only fetch image if they have expired.
2817 (gnus-html-browse-image): Fix, use 'gnus-image-url.
2818 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2819
e4e22d29
KY
28202010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2821
2822 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2823
a46359d4
LMI
28242010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2825
b069e5a6
G
2826 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2827 spec inser "*" if the group isn't active instead of 0.
2828
a46359d4
LMI
2829 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2830 opening the server.
2831 (nnimap-request-delete-group): Implement group deletion.
2832 (nnimap-transform-headers): Return the size of the entire message in
2833 the Bytes header, not just the size of the first part.
2834 (nnimap-request-move-article): When moving an article from nnimap,
2835 request the article first so the accepting form has an article to
2836 accept. Reported by Dan Christensen.
2837 (nnimap-command): Make sure that the error message doesn't error out.
2838
28392010-09-20 David Edmondson <dme@dme.org> (tiny change)
2840
2841 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2842 we haven't requested anything.
2843
28442010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2845
2846 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2847 "". Fix found by Andrew Cohen.
2848
2849 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2850 instead of -encode-string.
2851
321fce93
KY
28522010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2853
2854 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2855
2856 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2857 by mm-subst-char-in-string.
2858
e8861cd2
LMI
28592010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2860
bdaa75c7
LMI
2861 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2862 waiting for the connection string.
2863
2864 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2865 arriving.
2866
2867 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2868 bogus characters. This allows selecting certain Gmail groups.
2869
2870 * nnimap.el (nnimap-find-wanted-parts-1): New function.
2871 (nnimap-fetch-partial-articles): New variable.
2872 (nnimap-open-connection): When looking for credentials, also use the
2873 nnimap-server-port.
2874 (nnimap-request-article): Return the group/article number, so that Gnus
2875 `^' works as expected.
296a8e19 2876 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
bdaa75c7
LMI
2877
2878 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2879 comments.
2880 (gnus-methods-sloppily-equal): New function.
2881 (gnus): When using the development version of Gnus, load the gnus-load
2882 file.
2883
2884 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
296a8e19
SM
2885 `gnus-open-server' on each method before trying to scan them etc.
2886 This ensures that all the backend parameters are set correctly.
bdaa75c7
LMI
2887
2888 * nnimap.el (nnimap-authenticator): New variable.
2889 (nnimap-open-connection): Allow anonymous login.
296a8e19
SM
2890 (nnimap-transform-headers): The chars header is called Chars not Bytes.
2891 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
bdaa75c7
LMI
2892
2893 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2894 patch, found by Knut Anders Hatlen.
2895
28962010-09-19 Andreas Schwab <schwab@linux-m68k.org>
2897
2898 * gnus-agent.el (gnus-agent-batch-confirmation)
2899 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2900 to gnus-message.
2901 * gnus-art.el (gnus-article-describe-briefly): Likewise.
2902 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2903 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2904 * gnus-int.el (gnus-open-server): Likewise.
2905 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2906 (gnus-score-check-syntax): Likewise.
2907 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2908 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2909 Likewise.
2910 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2911
29122010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2913
2914 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2915 calling conventions so that prefetch doesn't bug out.
2916
29172010-09-19 Julien Danjou <julien@danjou.info>
2918
2919 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2920 rather than `subst-char-in-region' in order to be able to replace ASCII
2921 char by UTF-8 ones.
2922
2923 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2924 than curl.
2925 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2926 the right URL and ALT text on images.
2927 (gnus-html-wash-tags): Fix tag case.
93acd23d 2928 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
2929 (gnus-article-html): Add -o display_ins_del=2 option.
2930 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2931
29322010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2933
2934 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2935 the extra mail headers, which sometimes seem to happen for unknown
2936 reasons.
2937
2938 * mail-parse.el (mail-header-encode-parameter): Define as
2939 rfc2045-encode-string instead of as rfc2231-encode-string, since some
2940 (or most, perhaps?) mail readers don't understand the latter, but do
2941 understand the former.
2942
e8861cd2
LMI
2943 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2944 to nil, so that no methods are automatically agentized. I think this
2945 is probably what most users want.
2946
2947 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2948 from url-retrieve, for instance about invalid URLs.
2949
2950 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2951 groups that have no articles.
2952 (nnimap-request-article): Check that we really got an article when we
2953 requested one.
2954
2955 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2956 doesn't exist.
2957
2958 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2959 nntp buffer so the agent can save it.
2960 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2961 that CRLF doesn't get translated to \n.
2962 (nnimap-open-connection): Don't make 'shell commands only send \n.
2963
149caf54
SM
29642010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2967 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2968 Update var name.
2969 (nnml-generate-nov-file): Use dolist.
2970 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2971 Use with-current-buffer.
2972
286c4fc2
LMI
29732010-09-18 Julien Danjou <julien@danjou.info>
2974
2975 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2976 parallel.
2977
88ed5ce8
KY
29782010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2979
286c4fc2
LMI
2980 * nnimap.el (nnimap-update-info): When doing partial marks update, get
2981 the range update right.
2982 (nnimap-request-group): Don't make `M-g' bug out on group with no
2983 marks.
296a8e19 2984 (nnoo): Require, so that other packages can require nnimap.
286c4fc2
LMI
2985 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2986 command we're looking for. This helps when the server sends more
2987 responses after we've gotten everything we expected.
2988 (nnimap): Add a `newlinep' field to keep track of end-of-line
2989 conventions.
2990 Don't send CRLF to things that don't want it.
2991 (nnimap-request-accept-article): Ditto.
2992
29932010-09-18 Julien Danjou <julien@danjou.info>
2994
2995 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2996 than curl to retrieve images.
2997
29982010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999
3000 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3001 the marks.
3002 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3003 (nnimap-wait-for-connection): New function.
3004 (nnimap-open-connection): If we have PREAUTH, don't query for login
3005 credentials.
3006 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3007 when doing a partial update.
3008
30092010-09-18 Julien Danjou <julien@danjou.info>
3010
3011 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3012 tags.
3013
30142010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3015
3016 * nnimap.el (nnimap-credentials): New function.
3017 (nnimap-open-connection): Use the new function to look for credentials
3018 also on the numeric equivalents of "imap" and "imaps".
3019
3020 * gnus-start.el (gnus-activate-group): Send the info to
3021 gnus-request-group.
3022
3023 * nnimap.el (nnimap-request-group): Have the "check" version of the
3024 function parse flags and update the info, so that a `M-g' get a total
3025 resync of all flags from the group.
3026
3027 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3028 to allow backends to alter the info on group selection. Also alter all
3029 the backend -request-group functions to take the parameter.
3030
3031 * nnimap.el (nnimap-store-info): New function.
3032 (nnimap-update-info): Store the info for later usage.
3033 (nnimap-request-group): Use the stored info for the dont-check case, so
3034 that we don't retrieve all marks when we enter a group.
3035
3036 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 3037
bf5ba10b
LMI
3038 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3039 update the group info. This makes the nndraft groups, for instance, go
3040 back to their old behaviour.
3041
88ed5ce8
KY
3042 * gnus-sum.el (gnus-select-newsgroup): Indent.
3043
3044 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3045 in.
3046 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3047 nothing.
3048
3049 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3050 from methods that are denied.
3051
3052 * gnus-int.el (gnus-method-denied-p): New function.
3053
3054 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3055 store the password instead of netrc.
3056 (nnimap-open-connection): Don't error out when we can't make a
3057 connections.
3058
3059 * auth-source.el (auth-source-create): In the password prompt, say what
3060 we're querying for. Also prompt for user name if that hasn't been
3061 given.
3062
296a8e19 3063 * nnimap.el (nnimap-with-process-buffer): Remove.
88ed5ce8
KY
3064
30652010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3066
3067 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3068 method when we're reading from the agent.
3069
3070 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3071
3072 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3073 that's probably most useful for users.
3074
3075 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3076 "failed" all the time.
3077
3078 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3079 ...)) with (with-current-buffer ... ).
3080
3081 * nntp.el (nntp-open-server): Return whether the open was successful or
3082 not.
3083
3084 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3085 select an unread unseen article first.
3086
3087 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3088 /etc/services, supply some sensible port defaults.
3089
b069e5a6 30902010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
3091
3092 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3093
30942010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3095
3096 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3097 doesn't have any parameters.
3098
30992010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3100
3101 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3102 only upcased checks.
3103
3104 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3105
3106 * nnimap.el (nnimap-open-shell-stream): New function.
3107 (nnimap-open-connection): Use it.
3108 (nnimap-transform-headers): Get the number of lines in each message.
3109 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3110 number of lines.
3111 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3112 problem.
3113
3114 * utf7.el (utf7-encode): Autoload.
3115
3116 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3117 to allow the mail splitting to not return a default group. This is
3118 useful for nnimap, which will leave unmatched mail in the inbox.
3119
3120 * nnimap.el: Rewritten.
3121
3122 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3123 nnimap usage.
3124
3125 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3126 if the move is internal, so that nnimap can do fast internal moves.
3127
3128 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3129 data.
3130 (gnus-read-active-for-groups): Support finishing the early retrieval of
3131 data.
3132
3133 * gnus-range.el (gnus-range-nconcat): New function.
3134
3135 * gnus-int.el (gnus-finish-retrieve-group-infos)
3136 (gnus-retrieve-group-data-early): New functions.
3137
63556fc6
SM
31382010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3139
3140 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3141 (nnrss-retrieve-groups):
3142 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3143 (pop3-quit): Use with-current-buffer.
3144
f4530299
KY
31452010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3146
0eb04273
KY
3147 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3148 instead of nnheader-accept-process-output.
3149
f4530299
KY
3150 * gnus-html.el (gnus-html-schedule-image-fetching)
3151 (gnus-html-prefetch-images): Replace process-kill-without-query by
3152 gnus-set-process-query-on-exit-flag.
3153
eca7d7bf
RF
31542010-09-16 Romain Francoise <romain@orebokech.com>
3155
3156 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3157
01e80360
LMI
31582010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3159
b069e5a6
G
3160 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3161 parameter to unintern is mandatory-ish in Emacs 24.
3162
01e80360
LMI
3163 * gnus-html.el (gnus-html-schedule-image-fetching)
3164 (gnus-html-prefetch-images): Check for curl before using it.
3165
3166 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3167 depend on curl, which isn't essential.
3168
3169 * imap.el: Revert back to version
3170 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3171 seem problematic.
3172
5e2a84e3
JB
31732010-09-14 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * gnus-registry.el (gnus-registry-install-shortcuts):
3176 Explicitly pass `obarray' to `unintern' to avoid a warning.
3177
74769e8b
LMI
31782010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3179
296a8e19 3180 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
74769e8b
LMI
3181 change.
3182
296a8e19 3183 * nnrss.el (nnrss-request-list): Remove this function and related
74769e8b
LMI
3184 functions, including the moreover stuff.
3185
31862010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3187
3188 * nnrss.el (nnrss-retrieve-groups): New function.
3189
32405341
JB
31902010-09-14 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * .dir-locals.el: Add no-byte-compile cookie.
3193
dff99050
KY
31942010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3195
3196 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3197 for back end that doesn't support request-scan.
3198
a9ec34f4
LMI
31992010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3200
3201 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3202 then do request scans from the backends.
3203
3204 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3205 avoid running a hook per line, since this takes a lot of time,
3206 profiling shows.
3207 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3208 directly if gnus-visual-p is true.
3209
39486331
KY
32102010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3211
3212 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3213 groups; replace mapcar with dolist which is a bit faster; pass groups
3214 info to gnus-read-active-file-1.
3215 (gnus-read-active-file-1): Scan only specified groups if the new
3216 optional arg `infos' is given.
3217
698ecd82
LMI
32182010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3219
e574f629
LMI
3220 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3221
296a8e19
SM
3222 * pop3.el (pop3-movemail): Remove.
3223 (pop3-streaming-movemail): Rename to pop3-movemail.
e574f629 3224
698ecd82
LMI
3225 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3226 don't restrict end-tag searches to the end of the line.
3227
55c9cbb0
KY
32282010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3229
3230 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3231 articles of every unchecked group to t, which means unknown since the
3232 server has never been opened.
3233
724d30be
KY
32342010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3235
99fcd180
LMI
3236 * gnus-html.el (gnus-html-show-alt-text): New command.
3237 (gnus-html-browse-image): Ditto.
3238 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3239 to browse the image directly.
9778a07a
LMI
3240 (gnus-html-wash-tags): Search for images first, so that <a><img> works
3241 better.
99fcd180 3242
296a8e19
SM
3243 * gnus-async.el (gnus-async-article-callback):
3244 Call `gnus-html-prefetch-images' unconditionally.
724d30be
KY
3245
3246 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3247 before feeding URLs to curl.
3248
16ec6ca4
KY
32492010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3250
ecc74b38
KY
3251 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3252 internal images as deletable by `W D D'.
3253
16ec6ca4
KY
3254 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3255 (gnus-async-article-callback): Fix typo.
3256
5edc8186
LMI
32572010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3258
f9e50677
LMI
3259 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3260 current line to work around bugs in the output from w3m.
3261
8d408585
LMI
3262 * gnus-async.el (gnus-async-article-callback): Always prefetch images
3263 for groups that want that.
3264
d832b437
LMI
3265 * nntp.el (nntp-wait-for-string): Supply a timeout for
3266 accept-process-output to ensure progress.
3267
cdad7ab2
LMI
3268 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3269 level to get unread articles from, then use that for foreign groups,
3270 too.
3271
f39ccb2e
LMI
3272 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3273 confuses the rest of the function.
3274
26f96aa0
LMI
3275 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3276 for the methods that support -retrieve-groups, too.
3277
5edc8186
LMI
3278 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3279
ed96ace9
KY
32802010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3281
3282 * pop3.el: Require cl when compiling.
3283 (pop3-number-of-responses): Search for "+OK", not "+OK ".
3284
d65835d9
LMI
32852010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3286
a83e5f19
LMI
3287 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3288 that aren't going to be activated.
f87f756b 3289 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 3290
29cd986b
LMI
3291 * gnus-html.el (gnus-article-html): Allow calling without specifying
3292 the handle. In that case, dissect the buffer first.
3293
29d31b55
LMI
3294 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3295
d32fac69
LMI
3296 * nnimap.el (nnimap-open-connection): Revert the change that would look
3297 into authinfo for imaps instead of imap.
3298
c15c8017
LMI
3299 * gnus-start.el (gnus-activate-group): Take an optional parameter to
3300 say that you don't want to call gnus-request-group with don-check, but
3301 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
3302 (gnus-get-unread-articles): Count the archive groups as secondary, so
3303 that they're activated the same way as before.
c15c8017 3304
3733ba53
LMI
3305 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3306 case-insensitively.
296a8e19 3307 (nnimap-debug): Remove.
3733ba53 3308
8695c9a7
LMI
3309 * mail-source.el (mail-source-fetch): Don't message if we're fetching
3310 mail from a file, and the file doesn't exist.
3311
3ff31c90
LMI
3312 * pop3.el (pop3-streaming-movemail): Return t for success.
3313
b1a069e6
LMI
3314 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3315 .authinfo if we're using ssl connection.
3316
0c6dfaf8
LMI
3317 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3318 already have if we're in a main Gnus `g' run.
3319
d65835d9
LMI
3320 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3321
c6faacb4
KY
33222010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3323
3cf628e8
KY
3324 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3325
8737ef69
KY
3326 * nnmh.el (nnmh-request-list-1): Bind `file'.
3327
c6faacb4
KY
3328 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3329 alias to set-process-query-on-exit-flag or process-kill-without-query.
3330 (pop3-open-server): Use it.
3331
eecdcaf5
LMI
33322010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3333
85816ac1
LMI
3334 * mail-source.el (mail-source-delete-crash-box): Always move the crash
3335 box to the Incoming file. Fixes mistake in previous checkin.
3336
3337 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3338 request loop (for debugging purposes) removed.
3339
530b8957
LMI
3340 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3341 culprit is more visible.
85816ac1
LMI
3342 (nnml-save-incremental-nov, nnml-open-incremental-nov)
3343 (nnml-add-incremental-nov): New functions to do "incremental" nov
3344 updates, where we just append to the end of the existing nov files
3345 without reading/writing them in full.
530b8957
LMI
3346
3347 * mail-source.el (mail-source-delete-crash-box): Really only check the
3348 incoming files once in a while.
3349
ff3eb82e
LMI
3350 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3351
a2bb410e
LMI
3352 * mail-source.el (mail-source-delete-crash-box): Only check the
3353 incoming files for deletion once per day to save a lot of file
3354 accesses.
3355
3356 * pop3.el (pop3-logon): Fix up unbound variable typo.
3357
3358 * mail-source.el (pop3-streaming-movemail): Autoload.
3359
296a8e19
SM
3360 * pop3.el (pop3-streaming-movemail):
3361 Respect pop3-leave-mail-on-server.
a2bb410e
LMI
3362
3363 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3364 retrieval.
3365
296a8e19 3366 * pop3.el (pop3-process-filter): Remove unused function.
a2bb410e
LMI
3367 (pop3-streaming-movemail, pop3-send-streaming-command)
3368 (pop3-wait-for-messages, pop3-write-to-file)
3369 (pop3-number-of-responses): New functions for streaming pop3
3370 retrieval.
3371
ef45ee6f
LMI
3372 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3373 come from no known methods.
fb994703
LMI
3374 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3375 list.
ef45ee6f 3376
296a8e19 3377 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
34e03853 3378 message sizes.
ef45ee6f
LMI
3379 (pop3-movemail): Use erase-buffer instead of looping and deleting
3380 regions, which seems rather odd.
34e03853 3381
4469385c
LMI
3382 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3383 file once per `g' run.
3384
2c8bcd54
LMI
3385 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3386 directories. This makes the draft queue directory work.
3387
8c3e17f8
LMI
3388 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3389 data from the backends, so that we only request the list of groups from
3390 each method once. This should speed things up considerably.
3391
3392 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3393 detect that it's not implemented.
3394
3395 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3396 we actually do recurse down into the tree, but don't stat all leaf
3397 nodes.
3398
f790bb74
LMI
3399 * gnus-html.el (gnus-html-show-images): If there are no images to show,
3400 then say so instead of bugging out.
3401
c25d60ab
LMI
3402 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3403 files exist before trying to read them.
3404
3405 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3406 around <pre_int>.
3407
3408 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3409
eecdcaf5
LMI
3410 * nnmh.el (nnmh-request-list-1): Optimize for speed.
3411
7426b4f7
LMI
34122010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3413
eecdcaf5
LMI
3414 * mm-util.el (mm-image-load-path): Just return the image directories,
3415 not all directories in the path in addition to the image directories.
3416 (mm-image-load-path): Maintain a cache of the image directories so that
3417 the `g' command in Gnus doesn't have to stat dozens of directories each
3418 time.
3419
10e91ca9
LMI
3420 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3421 (gnus-html-wash-tags): Add a new `i' command to insert images.
3422 (gnus-html-insert-image): New command and keystroke.
25f28806 3423 (gnus-html-redisplay-with-images): New command and keystroke.
296a8e19 3424 (gnus-html-show-images): Rename command.
8fab3e39
LMI
3425 (gnus-html-wash-tags): Remove more white space before <pre_int> image
3426 spacers.
3427 (gnus-html-wash-tags): Decode entities at the end, so that entities
3428 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
3429
3430 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3431 so that nnimap methods aren't agentized by default. There's apparently
3432 many problems related to agent/imap behaviour.
3433
7426b4f7
LMI
3434 * gnus-art.el (gnus-article-copy-string): New command and key binding.
3435
3436 * gnus-html.el: Doc fix.
3437
3fb8f8a1
KY
34382010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
3439
73137971
KY
3440 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3441 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 3442 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
3443
3444 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3445 for XEmacs.
3446
3fb8f8a1
KY
3447 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3448 of symbol that holds plist data.
3449 (gnus-process-plist): Remove plist of process after getting it.
3450
2e23878e
LMI
34512010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3452
5d97d032
LMI
3453 * message.el (message-generate-hashcash): Change default to
3454 'opportunistic if hashcash is installed.
3455
2e23878e 3456 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
3457 (gnus-html-put-image): Only call image-size once, since it's somewhat
3458 time-consuming on remote X servers.
2e23878e 3459
60893e6f
KY
34602010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
3461
3462 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3463 decoded contents.
f68a93a9 3464 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 3465
1d297c49
LMI
34662010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3467
e5500d2a
LMI
3468 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3469 group line format, since it isn't very interesting.
3470
954c8060
LMI
3471 * gnus-agent.el (gnus-agent-short-article),
3472 (gnus-agent-long-article): Increase values for these two variables,
3473 since most people are likely to have more network connection and
3474 storage than before.
3475
a1347097
LMI
3476 * gnus.el (gnus-refer-article-method): Change default to 'current.
3477 When referring an article, the common behaviour is to refer it from the
3478 current select method, not the native select method. The chances of
3479 the native select method having the message in question is rather slim
3480 these days.
3481
3482 * gnus-sum.el (gnus-auto-select-subject): Change default to
3483 `unseen-or-unread'. I think it's likely that most people want to
3484 select an unseen article over a previously seen, but unread one.
3485
3486 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
3487 means that in the article buffer none of the minor mode elements will
3488 be shown, usually, and this is not desirable in most cases.
3489
1d297c49
LMI
3490 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3491 that commands like `d' (and the like) go to the next line in the
3492 buffer, instead of the next unread article. I think this is the
3493 behaviour that is most natural for most users.
3494 (gnus-single-article-buffer): Change default to nil, so that people can
3495 have as many article buffers open as they have summary buffer. I think
3496 this is the most natural way for the groups to behave.
3497
3498 * message.el (message-generate-new-buffers): Change default to
3499 `unsent', so that all new message buffers start their names with the
3500 string "*unsent", and it's easier to find the buffers if you move from
3501 them.
3502
a93b858c
LMI
35032010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3504
3505 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 3506 small. They're probably tracking images.
36a806f3 3507 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
3508 (gnus-html-rescale-image): Yet another try at getting the image sizing
3509 right.
a93b858c
LMI
3510
3511 * nntp.el (nntp-request-set-mark): Refuse to do marks if
3512 nntp-marks-file-name is nil.
3513
2aafbe5a
TZ
35142010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3515
3516 * gnus-html.el (gnus-html-wash-tags)
3517 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3518 Better logging.
3519
9a4b54db
LMI
35202010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3521
296a8e19 3522 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
846daf20 3523
9a4b54db
LMI
3524 * gnus-html.el (gnus-html-wash-tags): Check the value of
3525 gnus-blocked-images in the summary buffer.
3526
9a047bac
TZ
35272010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3528
3529 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3530
261ff377
LMI
35312010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3532
c6c81576
LMI
3533 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3534 like "a", it seems like.
3535 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3536 since it needs to be picked from the correct buffer.
3537
296a8e19 3538 * nnwfm.el: Remove.
261ff377 3539
296a8e19 3540 * nnlistserv.el: Remove.
261ff377 3541
d743e0d1
TZ
35422010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3543
3544 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3545 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3546
075843d3
LMI
35472010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
296a8e19 3549 * nnkiboze.el: Remove.
f7362445 3550
296a8e19 3551 * nndb.el: Remove.
f7362445 3552
075843d3
LMI
3553 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3554 alt text.
1ee093a3
LMI
3555 (gnus-html-rescale-image): Try to get the rescaling logic right for
3556 images that are just wide and not tall.
075843d3
LMI
3557
3558 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3559 overshadow variable bindings.
3560
6ca07e49
TZ
35612010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3562
3563 * gnus-html.el (gnus-html-wash-tags)
296a8e19
SM
3564 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3565 Add extra logging.
6ca07e49 3566
fe01e1a3
LMI
35672010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3568
3569 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
3570 (gnus-max-image-proportion): New variable.
3571 (gnus-html-rescale-image): New function.
3572 (gnus-html-put-image): Rescale images.
fe01e1a3 3573
765abcce
SM
35742010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 Fix up some byte-compiler warnings.
3577 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3578 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3579 (gnus-article-fill-cited-article, gnus-article-hide-citation)
3580 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3581 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3582 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3583 (gnus-group-update-group): Use save-excursion and with-current-buffer.
3584
da43765d
KY
35852010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * gnus-html.el (gnus-article-html): Decode contents by charset.
3588
a14b3417
KY
35892010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3590
b0e30310
KY
3591 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3592 (gnus-html-frame-width, gnus-blocked-images)
3593 * message.el (message-prune-recipient-rules): Add custom version.
3594 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3595
a14b3417
KY
3596 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3597 functions.
3598
cd110b2b
KY
3599 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3600 gnus-process-get.
3601
8f563146
KY
36022010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
3603
3604 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3605 instead of lsub directly.
3606
2cdd366f
KY
36072010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3608
296a8e19 3609 * nnwarchive.el: Remove.
3c08d668 3610
296a8e19 3611 * gnus-soup.el: Remove.
c4d82de8 3612
296a8e19 3613 * nnsoup.el: Remove.
c4d82de8 3614
296a8e19 3615 * nnultimate.el: Remove.
c4d82de8 3616
51dee5ef
KY
3617 * gnus-html.el (gnus-blocked-images): New variable.
3618
2cdd366f
KY
3619 * message.el (message-prune-recipients): New function.
3620 (message-prune-recipient-rules): New variable.
3621
3622 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3623 guess whether a long line is natural text or not.
3624
296a8e19
SM
3625 * gnus-html.el (gnus-html-schedule-image-fetching):
3626 Use gnus-process-plist and friends for compatibility.
2cdd366f 3627
2d217ead
SM
36282010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * gnus-html.el: Require packages that define macros used in this file.
3631 (gnus-article-mouse-face): Declare to silence byte-compiler.
3632 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3633 process-get.
3634 (gnus-html-put-image): Use plist-get to avoid getf.
3635 (gnus-html-prefetch-images): Use with-current-buffer.
3636
1a10d421
KY
36372010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3638
2cdd366f
KY
3639 * gnus-ems.el: Provide compatibility functions for
3640 gnus-set-process-plist.
3641
1a10d421
KY
3642 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3643 * gnus.el (gnus-valid-select-methods)
3644 * message.el (message-send-mail-partially-limit)
3645 * mm-decode.el (mm-text-html-renderer)
3646 * mml.el (mml-insert-mime-headers-always)
3647 * smiley.el (smiley-regexp-alist): Bump custom version.
3648
36492010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3650
3651 * gnus-html.el: require mm-url.
ad142133
KY
3652 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3653 with the url to `url'.
3654 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 3655
f5ec697d
KY
36562010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3657
c2861968
KY
3658 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3659 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 3660 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 3661
296a8e19 3662 * gnus-move.el: Remove file, since it doesn't really work.
390dd504 3663
379dde03 3664 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 3665 UTF-8. This seems to fix problems with some German web feeds.
379dde03 3666
5a2756c8
KY
3667 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3668 at the top so that the proper colours are applied.
3669
47fe149b
KY
3670 * gnus-art.el (gnus-article-view-part): Doc fix.
3671
fb16bb46
KY
3672 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3673 XEmacs-compatible.
3674 (gnus-html-put-image): Don't do images on non-graphic displays.
3675
296a8e19 3676 * nnslashdot.el: Remove this unused backend.
77ae8989 3677
75856ec0
KY
3678 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3679 actions.
77ae8989 3680 (gnus-undo-register-1): Revert last change.
75856ec0 3681
0be02d8a
KY
3682 * gnus-group.el (gnus-group-completing-read): Protect against not
3683 having completion-styles bound.
3684
3685 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3686 make broken recipients happier.
3687
929989ff
KY
3688 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3689
3690 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3691 point parameter.
3692
f5ec697d
KY
3693 * gnus-group.el (gnus-group-completing-read): Add 'substring to
3694 completion-styles for group selection.
3695
5ec44091
KY
36962009-02-04 Andreas Schwab <schwab@suse.de>
3697
3698 * gnus-score.el (gnus-score-string): Fix regex for matching extra
3699 headers and regexp-quote the match if necessary.
3700
07466c8e
KY
37012009-03-24 Miles Bader <miles@gnu.org>
3702
3703 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3704 the blinking smiley.
3705
37062009-03-24 Simon Josefsson <simon@josefsson.org>
3707
3708 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3709 blink smiley.
3710
8bff7c00
KY
37112010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3712
3713 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3714 where the dribbel file lives exists.
3715
3716 * message.el (message-send-mail-partially-limit): Change the default to
3717 nil, since most people don't want this.
3718
3719 * mm-url.el (mm-url-decode-entities): Also decode entities like
3720 &#x3212.
3721
0b10e437
KY
37222009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
3723
3724 * gnus-sum.el (gnus-summary-idna-message):
3725 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3726 Hyperlink urls in docstrings with URL `...'.
3727
b1992461
KY
37282010-08-29 Adam Sjøgren <asjo@koldfront.dk>
3729
3730 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3731 functions.
3732
655efd71
KY
37332010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
b1992461
KY
3735 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3736 say what the mouseover text should be.
3737
3738 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3739 version of the mm-w3m-safe-url-regexp variable to only download images
3740 in the groups where we want that to happen.
3741
3742 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3743
3744 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3745 easier debugging.
3746 (gnus-article-beginning-of-window): Add kludge to allow spacing past
3747 big pictures in the article buffer.
3748
3749 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3750 gnus-article-html.
3751 (mm-text-html-renderer): gnus-article-html needs curl in addition to
3752 w3m.
3753
655efd71
KY
3754 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3755
6b8382e4
KY
37562010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
3758 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3759 which doesn't exist.
3760
3761 * message.el (message-inhibit-ecomplete): New variable to allow some
3762 function to inhibit ecomplete address storage.
3763 (message-resend): Disable ecomplete message storage when resending
3764 messages.
3765
3766 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3767
dc6de553
KY
37682010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3771 Save excursion while copying, moving, and deleting articles in order to
3772 prevent the cursor from jumping to unforeseen place.
3773
8e7d4ca1
GM
37742010-08-17 Glenn Morris <rgm@gnu.org>
3775
10506f64
GM
3776 * gnus-sync.el: Require gnus components whose functions are used.
3777
8e7d4ca1
GM
3778 * gnus-art.el (bookmark-make-record-function):
3779 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3780 Declare for compiler.
3781
3782 * mm-url.el (mml-compute-boundary): Autoload.
3783
4e815860
KY
37842010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3785
3786 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3787
ab731e1c
KY
37882010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
3789
3790 Typo fix "hoo4a" -> "hook".
3791
3792 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3793
810717b6
GM
37942010-08-14 Glenn Morris <rgm@gnu.org>
3795
3796 * gnus-sync.el (gnus-sync): Fix defgroup version.
3797
8c330707
KY
37982010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
3799
f5a62bb4 3800 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
3801
3802 * gnus-sync.el: Fix docs.
3803 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3804 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3805
186a9cbb
KY
38062010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3807
3808 Optimizations for gnus-sync.el.
3809
3810 * gnus-sync.el: Add docs about gnus-sync-backend
3811 possibilities.
3812 (gnus-sync-save): Remove unnecessary message.
3813 (gnus-sync-read): Optimize and show what groups were skipped.
3814
bbe276f2
KY
38152010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3816
3817 Minor bug fixes for gnus-sync.el.
3818
296a8e19
SM
3819 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3820 Don't read the sync on get-new-news.
79993b19 3821
bbe276f2
KY
3822 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3823 quiet.
3824
296a8e19
SM
3825 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3826 (fix typo).
bbe276f2 3827
62a83cc8
KY
38282010-07-30 Lawrence Mitchell <wence@gmx.li>
3829
3830 Make saving and restoring of hidden threads work with overlays.
3831 Patch applied by Ted Zlatanov.
3832
3833 * gnus-sum.el (gnus-hidden-threads-configuration)
3834 (gnus-restore-hidden-threads-configuration): Update to deal with text
3835 properties, rather than searching for a magic character.
3836
c4b1c354
KY
38372010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3838
62a83cc8
KY
3839 New gnus-sync.el library for synchronization of marks.
3840
77154961
KY
3841 * gnus-sync.el: New library for synchronization of marks.
3842
296a8e19 3843 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
77154961
KY
3844 renamed from `gnus-registry-grep-in-list'.
3845
296a8e19
SM
3846 * gnus-registry.el (gnus-registry-follow-group-p):
3847 Use `gnus-grep-in-list'.
77154961 3848
c4b1c354
KY
3849 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3850
cbfb9427
KY
38512010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3852
3853 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3854 determining charset of text fails.
3855
e9d1aaff
KY
38562010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3857
3858 * nnmail.el (nnmail-get-new-mail-1): Revert.
3859
3860 * nnml.el (nnml-active-number): Make sure names of newly created groups
3861 in nnml-group-alist are encoded.
3862
6f1c4158
KY
38632010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3864
3865 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3866 containing non-ASCII characters in active file for nnml back end.
3867
86fb1061
KY
38682010-07-24 David Engster <dengste@eml.cc>
3869
3870 * mml-smime.el (mml-smime-epg-verify): Also accept the older
3871 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3872
a0abd4d6
DU
38732010-07-21 Daiki Ueno <ueno@unixuser.org>
3874
3875 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3876 tag (Bug#6654).
3877
72897ff9
KY
38782010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3879
3880 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3881 the article buffer, not the summary buffer.
3882
e859bbda
KY
38832010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3884
3885 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3886 Emacs 23 as well.
3887
38882010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
3889
3890 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3891 Patch applied by Karl Fogel.
3892
296a8e19
SM
3893 * gnus-sum.el (gnus-summary-bookmark-make-record):
3894 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8f2eaa8a 3895
33b48483
KF
38962010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3897
3898 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3899 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
3900 C-w still not working correctly from Article buffers; Thierry's
3901 patch to fix that will be applied after this.
3902
3903 * gnus-art.el (bookmark-make-record-function): New local variable.
3904
e859bbda
KY
3905 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3906 article buffer.
33b48483
KF
3907 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3908
e44fa724
KF
39092010-07-13 Karl Fogel <kfogel@red-bean.com>
3910
e859bbda
KY
3911 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3912 on changes in bookmark.el.
e44fa724 3913
04c23739
MH
39142010-06-22 Mark A. Hershberger <mah@everybody.org>
3915
3916 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3917 the *other* type of HTML form submission.
3918
85350e06
MA
39192010-06-15 Michael Albinus <michael.albinus@gmx.de>
3920
3921 * auth-source.el (auth-source-pick): If choice does not contain a
3922 questioned keyword, set the check to t.
3923
89a13959
RF
39242010-06-12 Romain Francoise <romain@orebokech.com>
3925
3926 * gnus-util.el (gnus-date-get-time): Move up before first use.
3927
3e3ab3ab
KY
39282010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3929
3930 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3931 (gnus-article-edit-part): Bind it to make last part that is substituted
3932 or deleted visible.
3933 (gnus-mime-display-single): Buttonize part of which id equals to
3934 gnus-mime-buttonized-part-id.
3935
3d6e7a43
KY
39362010-06-10 Dan Christensen <jdc@uwo.ca>
3937
3938 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3939 (gnus-dd-mmm): Use gnus-date-get-time.
3940 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3941 simplify logic.
3942 (gnus-summary-limit-to-age): Use gnus-date-get-time.
296a8e19 3943 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3d6e7a43 3944
0e4966fb
MA
39452010-06-08 Michael Albinus <michael.albinus@gmx.de>
3946
3947 * auth-source.el (top): Autoload `secrets-list-collections',
3948 `secrets-create-item', `secrets-delete-item'.
3949 (auth-sources): Fix tag string.
3950 (auth-get-source, auth-source-retrieve, auth-source-create)
3951 (auth-source-delete): New defuns.
3952 (auth-source-pick): Rewrite in order to avoid 2 passes.
3953 (auth-source-forget-user-or-password): New parameter USERNAME.
3954 (auth-source-user-or-password): New parameters CREATE-MISSING and
3955 DELETE-EXISTING. Retrieve password interactively, if needed.
3956
5e7d4a75
KY
39572010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3958
3959 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3960 deleting unused directories when gnus-expert-user is t.
3961
3aeb9402
KY
39622010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
3963
3964 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3965 for each temp file when gnus-article-browse-delete-temp is ask.
3966
e1b9db1a
KR
39672010-05-20 Kevin Ryde <user42@zip.com.au>
3968
3969 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
3970
d567e92f
KY
39712010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
3972
3973 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3974 article unless decoding article to be saved.
3975
7cab80f9
KY
39762010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3977
3978 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3979 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3980 generated within the mm-with-unibyte-current-buffer macro.
3981
39822010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3983
3984 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3985 to nil when we're in a mml-preview buffer and no group is selected.
3986
4c9d39ab
KY
39872010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
3988
3989 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 3990 when catching the `C-g'. Reported by "Leo".
4c9d39ab 3991
706deb23
KY
39922010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3993
3994 * message.el (message-forward-make-body-plain)
3995 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3996 multibyte-string-p.
3997
8b320e66
KY
39982010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3999
4000 * message.el (message-forward-make-body-mml): Assume original message
4001 is multibyte string; error on unibyte.
4002 (message-forward-make-body-plain): Ditto; don't add excessive newline
4003 in body end.
4004
4767419a
KY
40052010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4006
4007 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4008 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4009
3d73e841
KY
40102010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4011
4012 * mm-extern.el (mm-extern-url): Don't use
4013 mm-with-unibyte-current-buffer.
4014 (mm-extern-cache-contents): Use with-current-buffer instead of
4015 save-excursion + set-buffer.
4016
1fdf5102
KY
40172010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4018
4019 * mm-util.el (mm-emacs-mule): Remove.
4020
40212010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4022
4023 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4024 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4025 change.
4026
72e841ce
KY
40272010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4028
4029 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4030 bind the default value of enable-multibyte-characters to nil.
4031
d8a7b272
KY
40322010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4033
4034 * message.el (message-forward-make-body-plain)
4035 (message-forward-make-body-mml):
4036 Don't use mm-with-unibyte-current-buffer.
4037
40382010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
4039
4040 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4041 (Bug#5592).
4042
9581ba4d
KY
40432010-05-07 Julien Danjou <julien@danjou.info>
4044
4045 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4046 it to mm-pipe-part.
4047
4048 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4049 it is given.
4050
765d4319
KY
40512010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4052
4053 * nnweb.el (nnweb-gmane-search)
4054 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4055 XEmacs.
4056
4057 * gnus-art.el (gnus-article-browse-html-parts)
4058 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4059 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4060 make-temp-file.
4061
4062 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4063 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4064 compiling.
4065
4066 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4067 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4068 XEmacs when compiling.
4069
4070 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4071 gnus-pick-mode-off-hook for XEmacs when compiling.
4072 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4073 gnus-binary-mode-off-hook for XEmacs when compiling.
4074
296a8e19
SM
4075 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4076 Return nil if char-charset is not available.
765d4319 4077
86d21cc0 4078 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
4079 macro.
4080
4081 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4082 instead of encode-coding-string.
4083
4084 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4085 'xemacs) instead of mm-emacs-mule to switch function definitions.
4086 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4087
16b90cfe
KY
40882010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4089
4090 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4091
72528372
KY
40922010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4093
4094 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4095 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4096
61a9da25
JB
40972010-05-03 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4100 alias `jka-compr-delete-temp-file' no longer exists.
4101
bbf52f1e
SM
41022010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 Use define-minor-mode in Gnus where applicable.
4105 * mml.el (mml-mode): Use define-minor-mode.
4106 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4107 (gnus-undo-mode): Use define-minor-mode.
4108 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4109 (gnus-dead-summary-mode): Use define-minor-mode.
4110 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4111 Initialize in declaration.
4112 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4113 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4114 (gnus-mailing-list-mode): Use define-minor-mode.
4115 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4116 (gnus-draft-mode): Use define-minor-mode.
4117 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4118 (gnus-dired-mode): Use define-minor-mode.
4119
ee309757
KY
41202010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4121
4122 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4123 handles on recursive mml-to-mime translation and check them for
a628ad9d 4124 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 4125
62fe59e7
KY
41262010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4127
4128 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4129
bd486b03
SM
41302010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * mm-util.el (mm-find-buffer-file-coding-system):
4133 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4134
731533fd
KY
41352010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4136
4137 * message.el (message-generate-headers): Record insertion of optional
4138 headers as well. Otherwise the check to prevent repeated insertion of
4139 optional headers is a no-op.
4140
bff3818b
KY
41412010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4142
4143 * smime.el: Don't mention CVS.
4144
4145 * nnrss.el (nnrss-fetch): Don't mention CVS.
4146
4147 * nnir.el: Don't mention CVS.
4148
ebb9641f
SM
41492010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4150
6e104790
SM
4151 * gnus-sum.el (gnus-summary-bookmark-make-record):
4152 Add `location' field.
ebb9641f 4153
398a825b
SM
41542010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4157 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4158 Use with-current-buffer to silence the byte-compiler.
4159 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4160 bother to require `gnus'.
4161 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4162
45be326a
TV
41632010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4164
4165 * gnus-sum.el (gnus-summary-bookmark-make-record)
4166 (gnus-summary-bookmark-jump): New functions.
4167 (gnus-summary-mode): Setup bookmark support.
4168
d7b48791
AS
41692010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4170
4171 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4172 if set.
4173
d35ad51f
KY
41742010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4175
4176 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4177 gnus-article-browse-html-save-cid-image; make it work recursively for
4178 forwarded messages as well.
4179 (gnus-article-browse-html-parts): Work when prefix arg is given.
4180 (gnus-article-browse-html-article): Doc fix.
4181
85738751
SM
41822010-03-30 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * message.el (message-default-mail-headers):
4185 (message-default-headers): Carry the value mail-default-headers over
4186 into message-default-mail-headers, rather than message-default-headers.
4187
82fc7980
KY
41882010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4189
85738751 4190 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
4191 charset.
4192
4193 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4194 charset into the <meta> tag when the article is encoded to utf-8.
4195
20c0b2ce
KY
41962010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
4197
85738751
SM
4198 * gnus-art.el (gnus-article-browse-delete-temp-files):
4199 Delete directories as well.
20c0b2ce
KY
4200 (gnus-article-browse-html-parts): Work for images that do not specify
4201 file names; delete temp directory when quitting; insert header at the
4202 right place; use file: scheme for image files.
4203
42042010-03-30 Eric Schulte <schulte.eric@gmail.com>
4205
4206 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4207 (gnus-article-browse-html-parts): Use it to make temporary cid image
4208 files in addition to html file so that browser may display them.
4209
9d9ef8e8
KY
42102010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
4211
4212 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4213
afae6cd4
KY
42142010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4215
4216 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4217
fb178e4c
KY
42182010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4219
85738751
SM
4220 * auth-source.el (auth-sources): Change default to be simpler.
4221 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
4222 (auth-source-pick): Change to accept any number of search parameters.
4223 Implement fallbacks iteratively, not recursively. Add scoring on the
4224 second pass and sort by score. Call Secret Service API when needed.
4225 (auth-source-user-or-password): Use it. Call Secret Service API
4226 directly when needed to get the user name and the password.
4227
e867cb5d 42282010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
4229
4230 * message.el (message-interactive): Doc fix.
4231 (message-qmail-inject-args): Reflow.
4232 (message-kill-to-signature): Fix typo in docstring.
4233
4234 * smiley.el (smiley-buffer): Fix typo in docstring.
4235
16d8cf52
GM
42362010-03-24 Glenn Morris <rgm@gnu.org>
4237
4238 * mail-source.el (gnus-message): Declare.
4239 (mail-source-delete-old-incoming): Require gnus-util.
4240
ec7995fa
KY
42412010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4242
4243 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4244
4245 * message.el (ecomplete-setup): Autoload it for Emacs <23.
4246
4247 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4248 password-cache's default if it is not bound.
4249 (mml-secure-passphrase-cache-expiry): Default to 16 that is
4250 password-cache-expiry's default if it is not bound.
4251
4252 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4253 available in Emacs 21.
4254
42552010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
4256
4257 * auth-source.el (auth-sources): Fix up definition so extra parameters
4258 are always inline.
4259
42602010-03-22 Martin Stjernholm <mast@lysator.liu.se>
4261
296a8e19 4262 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
ec7995fa
KY
4263 wasn't updated after mismatch. Clear cached mailbox info correctly
4264 when uidvalidity changes.
4265 (nnimap-group-prefixed-name): New function to avoid some code
4266 duplication.
4267 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4268 (nnimap-request-group): Use it.
4269 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4270 (nnimap-update-unseen): Significantly improved speed of Gnus startup
4271 with many imap folders. This is done by caching the group status from
a628ad9d 4272 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
4273 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4274 but not persistently, so every Gnus startup was still very slow.)
4275
42762010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4277
4278 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
4279 secrets.el dependency.
4280 (auth-sources): Add optional user name. Add secrets.el configuration
4281 choice (unused right now).
4282
42832010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4284
296a8e19
SM
4285 * gnus-sum.el (gnus-summary-make-menu-bar):
4286 Let `gnus-registry-install-shortcuts' fill in the functions.
ec7995fa
KY
4287
4288 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4289 warnings.
4290 (gnus-registry-misc-menus): Variable to hold registry mark menus.
4291 (gnus-registry-install-shortcuts): Populate and use it in a
4292 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4293
42942010-03-20 Martin Stjernholm <mast@lysator.liu.se>
4295
4296 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4297 In-place substitutions for the group name encoding/decoding.
4298 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4299 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4300 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4301 (nnimap-update-unseen, nnimap-request-list)
4302 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4303 (nnimap-request-set-mark, nnimap-split-to-groups)
4304 (nnimap-split-articles, nnimap-request-newgroups)
4305 (nnimap-request-create-group, nnimap-request-accept-article)
4306 (nnimap-request-delete-group, nnimap-request-rename-group)
4307 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
4308 `encoded-mbx' for consistency.
4309 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4310 variable `imap-current-mailbox'.
4311
4312 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4313 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4314
43152010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
4316
4317 * pop3.el (pop3-display-message-size-flag): Display message size byte
4318 counts during POP3 download.
4319 (pop3-movemail): Use it.
4320 (pop3-list): Implement listing of available messages.
4321
43222010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
4323
4324 * nnir.el (nnir-get-article-nov-override-function): New function to
4325 override the normal NOV retrieval.
4326 (nnir-retrieve-headers): Use it.
4327
7d1a9163
MA
43282010-03-19 Michael Albinus <michael.albinus@gmx.de>
4329
4330 * auth-source.el (netrc-machine-user-or-password): Autoload.
4331
aa8f8277
GM
43322010-03-19 Glenn Morris <rgm@gnu.org>
4333
4334 Stop message.el from loading about 40 libraries it doesn't always need.
4335 The general approach is to autoload rather than require, and to
4336 require in the specific functions rather than the file. (Bug#5642)
4337
4338 * gmm-utils.el: Don't require wid-edit.
4339 (widget-create-child-value, widget-convert, widget-default-get):
4340 Autoload.
4341
4342 * gnus-util.el: Don't require time-date, netrc.
4343 (message-fetch-field, gnus-group-name-decode): Declare rather than
4344 autoloading.
4345 (gnus-fetch-field): Require message.
4346 (gnus-decode-newsgroups): Require gnus-group.
4347
4348 * ietf-drums.el: Don't require time-date.
4349
4350 * message.el: Don't require hashcash, canlock, ecomplete.
4351 Do require mail-utils. Require nnheader only when compiling.
4352 (smtpmail-default-smtp-server): Remove declaration.
4353 (message-send-mail-function): Check smtpmail-default-smtp-server
4354 is bound rather than requiring smtpmail.
296a8e19
SM
4355 (message-auto-save-directory, message-insert-signature):
4356 Use expand-file-name rather than nnheader-concat.
aa8f8277
GM
4357 (nnheader-insert-file-contents): Autoload.
4358 (hashcash-wait-async): Declare.
4359 (message-send-mail): Only call gnus-setup-posting-charset if
4360 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
4361 (message-send-mail-with-sendmail): Require sendmail.
4362 (canlock-password, canlock-password-for-verify): Declare.
4363 (message-canlock-password): Require canlock.
4364 (nnheader-get-report): Autoload.
4365 (gnus-setup-posting-charset): Declare.
4366 (message-send-news): Require gnus-msg.
4367 (message-make-references, message-make-in-reply-to): Use mail-header-id
4368 rather than the alias mail-header-message-id.
4369 (ecomplete-add-item, ecomplete-save): Declare.
4370 (message-put-addresses-in-ecomplete): Require ecomplete.
4371 (ecomplete-display-matches): Autoload.
4372
4373 * mm-decode.el: Don't require mailcap, gnus-util.
4374 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4375 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4376 Autoload.
4377 (mailcap-mime-extensions): Declare.
4378
4379 * mm-encode.el: Don't require mailcap.
4380 (mailcap-extension-to-mime): Autoload.
4381
4382 * mml-sec.el: Don't require password-cache.
4383
4384 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4385 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4386 (mml-minibuffer-read-type): Require mailcap.
4387 (mml-preview): Require gnus-msg.
4388
4389 * mml1991.el: Require password-cache.
4390 (password-cache-expiry): Remove declaration.
4391
4392 * mml2015.el: Require password-cache.
4393 (password-cache-expiry): Remove declaration.
4394
4395 * nneething.el (mailcap): Require mailcap.
4396
a628ad9d 4397 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
4398 (message-remove-header): Declare rather than autoload.
4399 (nnheader-replace-header): Require message.
4400
4401 * nnimap.el (declare-function): Add compatibility stub.
4402 (netrc-parse, netrc-machine-user-or-password): Declare.
4403 (nnimap-open-connection): Require netrc.
4404
4405 * nntp.el (declare-function): Add compatibility stub.
4406 (netrc-parse, netrc-machine, netrc-get): Declare.
4407 (nntp-send-authinfo): Require netrc.
4408
4409 * rfc2047.el: Don't require qp.
4410 (quoted-printable-encode-region, quoted-printable-decode-string):
4411 Autoload.
4412
4413 * sieve-mode.el: Don't require easymenu.
4414 (easy-menu-add-item): Autoload it.
4415
4416 * spam-stat.el (time-to-number-of-days): Autoload it.
4417
4a44ff5f
KY
44182010-03-17 Kevin Ryde <user42@zip.com.au>
4419
4420 * mml.el (mml-read-tag): Unquote values with `read' to reverse
4421 prin1 in mml-insert-tag (just stripping the quotes gave wrong
4422 value if any backslash escapes).
4423
ddf5d974
KY
44242010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4427 if it is available. (bug#5647)
4428
ac1af635
GM
44292010-02-26 Glenn Morris <rgm@gnu.org>
4430
4431 * message.el (message-send-mail-function): Change the default, so that
4432 it inherits from a customized send-mail-function. (Bug#5643)
4433
86f5c034
SM
44342010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4437 shell-command-to-string signals an error (bug#5299).
4438
daf4b83b
GM
44392010-02-24 Glenn Morris <rgm@gnu.org>
4440
4441 * message.el (message-smtpmail-send-it)
4442 (message-send-mail-with-mailclient): Doc fixes.
4443
dc4d6273
GM
44442010-02-16 Glenn Morris <rgm@gnu.org>
4445
4446 * message.el (message-default-mail-headers): Change the default value
4447 to ease the transition from mail-mode to message-mode. (Bug#5555)
4448
b1ea3797
CY
44492010-01-17 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * message.el (message-mail): Just pass yank-action on to message-setup.
4452 (message-setup): Handle (FUN . ARGS) form of yank-action.
4453 (message-with-reply-buffer, message-widen-reply)
4454 (message-yank-original): Handle non-buffer values of
4455 message-reply-buffer (Bug#4080).
f53a6590 4456 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 4457
4963739e
JB
44582010-01-17 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4461 Fix typo in docstring.
4462
889e4d55
JR
44632010-01-08 Jason Rumney <jasonr@gnu.org>
4464
4465 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4466 response.
4467
8a908224
KY
44682010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4469
4470 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4471
4472 * message.el (message-check-news-header-syntax): Protect against a
4473 string that `rfc822-addresses' returns when parsing fails.
4474
770d9a1f
KY
44752010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4478 (gnus-previous-char-property-change): New functions.
4479
4480 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4481
7b47345b
AS
44822010-01-05 Andreas Schwab <schwab@linux-m68k.org>
4483
4484 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4485 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
4486
61f49e0b
CY
44872010-01-02 Chong Yidong <cyd@stupidchicken.com>
4488
4489 * message.el (message-exchange-point-and-mark): Rework last change to
4490 avoid using optional arg of exchange-point-and-mark, for backward
4491 compatibility.
4492
bd0948ca
CY
44932010-01-01 Chong Yidong <cyd@stupidchicken.com>
4494
296a8e19
SM
4495 * message.el (message-exchange-point-and-mark):
4496 Call exchange-point-and-mark with an argument rather than setting
bd0948ca
CY
4497 mark-active by hand (Bug#5175).
4498
49b196a5
KY
44992009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4500
78dc2a38
KY
4501 * nntp.el (nntp-service-to-port): Work for service expressed with
4502 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 4503
a0db2cdd
GM
45042009-12-17 Glenn Morris <rgm@gnu.org>
4505
4506 * gnus-group.el (gnus-bug-group-download-format-alist):
4507 Change emacs entry to debbugs.gnu.org. Bump :version.
4508
029dda9c
RS
45092009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
4510
4511 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4512
4a9b5bf5
RS
45132009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
4514
4515 * message.el (message-info): Explain why we use `Info-goto-node'.
4516
96bdcdc4
SM
45172009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * message.el (message-completion-in-region): New compatibility function.
4520 (message-expand-group): Use it.
4521
7fa123c8
KY
45222009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4523
4524 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4525 with no unread article should be listed if the 2nd arg `predicate' is
4526 given.
4527
5aa75bd8
JL
45282009-11-29 Juri Linkov <juri@jurta.org>
4529
4530 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4531 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 4532 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 4533
937e60c8
KY
45342009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4535
4536 * message.el (message-from-style, message-interactive)
4537 (message-signature): Always set default values from the corresponding
4538 mail-* variables.
4539 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4540 (message-yank-prefix, message-indentation-spaces)
4541 (message-signature-file, message-default-headers): Use boundp rather
4542 than (featurep 'xemacs) to check if the corresponding mail-* variables
4543 exist.
4544
b4d472c9
CY
45452009-11-20 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * message.el (message-send-mail-with-sendmail): Revert last change.
4548
4332f3ec
CY
45492009-11-19 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * message.el (message-from-style, message-interactive)
4552 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4553 (message-yank-prefix, message-indentation-spaces, message-signature)
4554 (message-signature-file, message-default-headers): For GNU Emacs, set
4555 default values from the corresponding mail-* variables.
4556 (message-send-mail-with-sendmail): Use envelope-from only if
4557 mail-specify-envelope-from is non-nil.
4558
30123838
KY
45592009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4560
4561 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4562 containing tspecial characters if they have been already quoted.
4563
12ea3d65
GM
45642009-10-24 Glenn Morris <rgm@gnu.org>
4565
4566 * gnus-art.el (help-xref-stack-item): Define for compiler.
4567
6131a096
KY
45682009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4569
4570 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4571
9bfd9a76
KY
45722009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4573
4574 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4575 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4576
45772009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
4578
4579 * gnus.el (gnus-overlay-get): New alias to overlay-get.
4580 (gnus-overlays-in): New alias to overlays-in.
4581
4582 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4583 gnus-overlay-get, and gnus-delete-overlay.
4584 (gnus-summary-show-thread): Make it work as well for systems in which
4585 next-single-char-property-change is not available.
4586 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4587
45882009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
4589
4590 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4591
45922009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4593
4594 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4595 and XEmacs that don't have `remove-overlays'.
4596
45972009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4600 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4601 selective display. Use overlays instead.
4602
84b5fcf6
JB
46032009-10-04 Juanma Barranquero <lekktu@gmail.com>
4604
4605 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4606
0577a430
JB
46072009-09-29 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * spam-stat.el (spam-stat-load): Fix typo in message.
4610
d93ec753
JB
46112009-09-23 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * gnus-art.el (gnus-article-encrypt-body):
4614 * message.el (message-check-recipients):
4615 * mm-util.el (mm-codepage-setup):
4616 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4617 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4618
54c72c31
KY
46192009-09-22 Daiki Ueno <ueno@unixuser.org>
4620
4621 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4622 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4623 keys from the menu if mm-{sign,encrypt}-option is 'guided.
4624 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4625 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4626
63348d24
GM
46272009-09-18 Glenn Morris <rgm@gnu.org>
4628
4629 * gnus-diary.el (gnus-diary-check-message):
4630 * message.el (message-insert-formatted-citation-line):
4631 * nnbabyl.el (top-level):
4632 * nndiary.el (nndiary-schedule):
4633 Fix typos in condition-case handlers.
4634
54c72c31
KY
46352009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4636
4637 * gnus-art.el (gnus-article-edit-part): Work for the buffer
4638 configuration that provides the sole article window in a frame;
4639 position point correctly after deleting a part.
4640
46412009-09-14 Adam Sjøgren <asjo@koldfront.dk>
4642
4643 * spam.el (spam-unregister-on-reregister): Add boolean variable.
4644 (spam-resolve-registrations-routine): Use it to unregister articles
4645 that change status.
4646
83ccc32c
KY
46472009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4648
4649 * nnrss.el (nnrss-request-article): Remove binding of
4650 default-enable-multibyte-characters that has gotten needless by
4651 the 2007-07-13 change in rfc2047-encode-message-header.
4652
4653 * mml.el (mml-insert-multipart): Error on the message header.
4654 (mml-insert-part): Error on the message header; position point at
4655 the end of a MIME tag.
4656
de0bdfe7
KY
46572009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4658
5cc79e5a
KY
4659 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4660 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
4661
4662 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4663 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4664 float-time is available; suppress compile warning for time-to-seconds.
4665
46662009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4667
4668 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4669 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4670 Add the optional argument `encoding' that overrides the default.
4671
4672 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4673 mm-encode-buffer.
4674
63220e37
GM
46752009-09-04 Glenn Morris <rgm@gnu.org>
4676
4677 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4678 mm-disable-multibyte, rather than default-enable-multibyte-characters.
4679 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4680 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4681 * mm-util.el (mm-with-unibyte-current-buffer)
4682 (mm-find-buffer-file-coding-system):
4683 * yenc.el (yenc-decode-region): Use default-value rather than
4684 default-enable-multibyte-characters.
4685
2e62b574
GM
46862009-09-03 Glenn Morris <rgm@gnu.org>
4687
4688 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4689 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4690 than default-enable-multibyte-characters.
4691
de0bdfe7
KY
46922009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
4693
4694 * gnus-art.el (gnus-article-read-summary-keys):
4695 Fix gnus-buffer-configuration's value temporarily used.
4696
3d493bef
GM
46972009-09-02 Glenn Morris <rgm@gnu.org>
4698
9693d3c4
GM
4699 * gnus-util.el (gnus-float-time): New function.
4700 * gnus-delay.el (gnus-delay-article):
4701 * gnus-sum.el (gnus-thread-latest-date):
4702 * gnus-util.el (gnus-user-date): Use gnus-float-time.
4703 * nnspool.el (nnspool-request-newgroups):
4704 Use gnus-float-time rather than time-to-seconds.
4705 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4706
3d493bef
GM
4707 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4708 (gnus-header-subject-face, gnus-header-newsgroups-face)
4709 (gnus-header-name-face, gnus-header-content-face):
4710 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4711 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4712 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4713 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4714 (gnus-cite-face-11):
4715 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4716 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4717 (gnus-server-closed-face, gnus-server-denied-face)
4718 (gnus-server-offline-face):
4719 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4720 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4721 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4722 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4723 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4724 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4725 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4726 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4727 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4728 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4729 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4730 (gnus-summary-selected-face, gnus-summary-cancelled-face)
4731 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4732 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4733 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4734 (gnus-summary-high-undownloaded-face)
4735 (gnus-summary-low-undownloaded-face)
4736 (gnus-summary-normal-undownloaded-face)
4737 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4738 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4739 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4740 (gnus-splash-face):
4741 * message.el (message-header-to-face, message-header-cc-face)
4742 (message-header-subject-face, message-header-newsgroups-face)
4743 (message-header-other-face, message-header-name-face)
4744 (message-header-xheader-face, message-separator-face)
4745 (message-cited-text-face, message-mml-face):
4746 * sieve-mode.el (sieve-control-commands-face)
4747 (sieve-action-commands-face, sieve-test-commands-face)
4748 (sieve-tagged-arguments-face):
4749 * spam.el (spam-face):
4750 Mark face aliases with "-face" in the name as obsolete.
4751
7a4abdd6
GM
47522009-09-01 Glenn Morris <rgm@gnu.org>
4753
4754 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4755 than goto-line.
4756
29b647c5
MB
47572009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4758
4759 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4760 Don't move point if the command is invoked inside the message header.
4761
265ac10b
SM
47622009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4765 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4766 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4767 * nnir.el (nnir-swish-e-index-file):
4768 * gnus-sum.el (gnus-summary-delete-marked-as-read)
4769 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4770 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4771 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4772 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4773 (gnus-treat-display-xface): Add Emacs version of obsolescence.
4774
b0b63450
MB
47752009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
4776
4777 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4778 Don't save excursion.
4779
14acf2f5
SM
47802009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * nnheader.el (nnheader-find-file-noselect):
4783 * mm-util.el (mm-insert-file-contents):
4784 Use (default-value 'major-mode) instead of default-major-mode.
4785
d3192c8f
SM
47862009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4789
ec179403
GM
47902009-08-25 Glenn Morris <rgm@gnu.org>
4791
4792 * nnir.el (top-level): Don't require cl at run-time.
4793 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4794 Replace cl-function substitute with gnus-replace-in-string.
4795 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4796 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4797 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4798 simplified expansions.
4799
5dcc825f
GM
48002009-08-22 Glenn Morris <rgm@gnu.org>
4801
4802 * gnus-art.el (gnus-button-patch): Use forward-line rather than
4803 goto-line.
4804
b0b63450
MB
48052009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
4806
4807 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4808
4809 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4810 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4811 (gnus-mm-display-part, gnus-mime-display-single)
4812 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4813 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4814
4815 * gnus-sum.el
4816 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4817 (gnus-summary-move-article): Add expirable mark to articles copied or
4818 moved to group that has auto-expire turned on if the option is non-nil.
4819
1d2faf98
GM
48202009-07-24 Glenn Morris <rgm@gnu.org>
4821
4822 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4823 Fix typo. (Bug#3903)
4824
6ab2c7a8
MB
48252009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4826
4827 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4828 gnus-article-read-summary-keys rather than gnus-summary-edit-article
4829 that should not be used for draft articles.
4830 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4831 that has no concern in minor mode keys.
4832 (gnus-article-summary-command, gnus-article-summary-command-nosave):
4833 Abolish.
4834
554a69b8
KY
48352009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4836
4837 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4838 article without making inquiry to a user for unknown encoding.
4839
4840 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4841 (nnmaildir--scan): Assume i-node and device number that file-attributes
4842 returns might be cons-cell.
4843
48442009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
4845
4846 * auth-source.el: Remove docs now in auth.texi. Don't use
4847 `gnus-message' for logging. Add new variables `auth-source-debug' and
4848 `auth-source-hide-passwords' and use them.
4849
0985c8f6
GM
48502009-07-15 Glenn Morris <rgm@gnu.org>
4851
4852 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4853
ee5a613e
KY
48542009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4855
4856 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4857 excessive whitespace from the default values of title and description.
4858
aa227ba5
KY
48592009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4860
4861 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4862 mail-fetch-field to fetch Content-Description header in order to
4863 exclude newlines.
4864
0cf681b6
KY
48652009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4866
4867 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4868 to deleted part.
4869
48702009-05-30 David Engster <dengste@eml.cc>
4871
4872 * nnmairix.el: Remove old documentation in the commentary block.
4873 (nnmairix-request-group): Do not update active file for nnml back ends.
4874 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4875 end so that overview files are ignored.
4876 (nnmairix-update-groups): Make updating the groups more robust by using
4877 marks.
4878 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4879 with dollar characters in message-id.
4880
9cc20f6c
RS
48812009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
4882
4883 * spam.el: Use dns-query instead of query-dns. Was renamed on
4884 2008-12-25 in dns.el.
4885
1dbc941a
SM
48862009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4889 could happen if the text is only composed of spaces and/or tabs.
4890
2235f4ac
MB
48912009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
4892
4893 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4894 when sending a queued message to avoid extra mml tags.
4895
9cdff613
MB
48962009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4897
4898 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4899
87202be1
KY
49002009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
4901
4902 * gnus-dired.el: Remove autoload for gnus-setup-message.
4903 (gnus-dired-attach): Fake this-command value to prevent Gnus from
4904 displaying Gnus logo; always use compose-mail.
4905
920b3f72
KY
49062009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4907
1e6b95a6 4908 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 4909
0038d478
MB
49102009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
4911
4912 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4913 (gnus-nocem-issuers): List currently active issuers; fix custom type.
4914 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4915 available.
4916 (gnus-nocem-epg-verify): New function.
4917
9eb59592
MB
49182009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
4919
4920 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4921
e38658c4
GM
49222009-02-15 Glenn Morris <rgm@gnu.org>
4923
4924 * gnus-util.el (rmail-insert-rmail-file-header)
4925 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4926 autoloads.
4927 (rmail-default-rmail-file): Remove unnecessary declaration.
4928 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4929
1faded47
GM
49302009-02-14 Glenn Morris <rgm@gnu.org>
4931
4932 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4933 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
4934 (rmail-output-to-rmail-file): Remove autoload of deleted function,
4935 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
4936 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4937 only used in gnus-util, which autoloads it itself.
4938 (rmail-update-summary): Fix autoload.
4939
fef8d38e
GM
4940 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4941 rather than rmail-output-to-rmail-file.
1faded47 4942
c07dfdd9
GM
49432009-02-07 Glenn Morris <rgm@gnu.org>
4944
4945 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4946 autoload of function that no longer exists.
4947 (rmail-toggle-header): Declare.
4948 (message-forward-rmail-make-body): Handle mbox Rmail.
4949
49e787c9
GM
49502009-01-31 Glenn Morris <rgm@gnu.org>
4951
4952 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4953 2009-01-09 change.
4954
3b36c17e
MB
49552009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
4956
4957 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4958 (auth-source-forget-all-cached): New convenience function.
4959 (auth-source-user-or-password): Accept list of modes or a single mode.
4960
4961 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4962 auth-source modes.
4963
4964 * nnimap.el (nnimap-open-connection): Use list of
4965 auth-source modes.
4966
4967 * nntp.el (nntp-send-authinfo): Use list of
4968 auth-source modes.
4969
26b9f88d
MB
49702009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4971
4972 * auth-source.el: Update docs to reflect epa-file-enable is to be used
4973 now.
4974
49752009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4976
4977 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4978 coding system in XEmacs; add a workaround for XEmacs.
4979
548f737d
MB
49802009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
4981
4982 * mm-util.el (mm-coding-system-priorities): Protect against nil value
4983 of current-language-environment.
4984
49852009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
4986
4987 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4988 available at runtime.
4989
49902009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4991
4992 * gnus-art.el (article-date-ut): Fix end point of narrowing.
4993
49942009-01-11 Aidan Kehoe <kehoea@parhasard.net>
4995
4996 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4997 the greatest positive fixnum value doesn't work under an XEmacs with
4998 bignum support; use the most-positive-fixnum constant instead,
4999 available since Emacs 21.1 with cl and XEmacs 21.1.
5000
63d12d38
KY
50012009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5002
5003 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5004 XEmacs gets not to work.
5005
548f737d
MB
50062009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5007
5008 * mm-util.el (mm-coding-system-priorities): Allow the value like
5009 "Japanese (UTF-8)" of current-language-environment.
5010
ed77e66c
GM
50112009-01-09 Glenn Morris <rgm@gnu.org>
5012
5013 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5014 with last-command-event.
5015
e3e955fe
MB
50162009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5017
5018 * message.el (message-fix-before-sending): Amend comment.
5019
50202009-01-07 David Engster <dengste@eml.cc>
5021
5022 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5023 simplified server definitions by converting it via
5024 gnus-server-to-method.
5025
50262009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5027
5028 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5029 parameter's operands.
5030
50312009-01-06 David Engster <dengste@eml.cc>
5032
5033 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5034 primary select method (for gnus-group-mark-article-as-read).
5035
41ec3f54
TH
50362009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5037
5038 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5039 `(gnus)Face', not `(gnus)X-Face'.
5040
e3e955fe
MB
50412009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5042
5043 * mm-util.el (mm-ucs-to-char): New function.
5044
5045 * mm-url.el (mm-url-decode-entities): Use it.
5046
50472009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5048
5049 * message.el (message-fix-before-sending): Add `eight-bit' to
5050 illegible-text check.
5051
35203a24
MO
50522009-01-03 Michael Olson <mwolson@gnu.org>
5053
5054 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5055 `headers' is nil. This can occur if the IMAP server does not have
5056 permissions to read messages from a folder, but can write new messages
5057 to the folder.
5058 (nnimap-request-article-part): Do not insert `data' if it is nil.
5059
e3e955fe
MB
50602009-01-01 Dave Love <fx@gnu.org>
5061
5062 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5063
5064 * nnimap.el: Fix author email.
5065 (nnimap-split-rule): Add FIXME comment.
5066 (nnimap-debug): Fix doc string.
5067
50682008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5069
5070 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5071 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5072 to check if those variables exist (first appeared in Emacs 18.50).
5073
50742008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5075
5076 * mm-util.el (mm-line-number-at-pos): New function.
5077
5078 * spam-report.el (spam-report-process-queue): Use it.
5079
50802008-12-24 David Engster <dengste@eml.cc>
5081
5082 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5083 parameters that haven't existed as variables as buffer-local variables.
5084
50852008-12-23 Dave Love <fx@gnu.org>
5086
5087 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5088 cadar.
5089
296a8e19 5090 * sieve-manage.el (sieve-manage-starttls-p): Rename from
e3e955fe 5091 imap-starttls-p.
296a8e19 5092 (sieve-manage-starttls-open): Rename from imap-starttls-open.
e3e955fe
MB
5093
50942008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5095
5096 * spam-report.el (spam-report-gmane-max-requests): New constant.
5097 (spam-report-gmane-wait): New variable.
5098 (spam-report-gmane-ham, spam-report-gmane-spam)
5099 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5100 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5101 the server.
5102
5103 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5104 Add explanations.
5105
5106 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5107 nnheader-accept-process-output and nnheader-read-timeout if available.
5108 (pop3-movemail): Use it.
5109
5110 * message.el (message-check-news-body-syntax): Fix signature check if
5111 there's an attachment.
5112
51132008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5114
5115 * mm-util.el: Add comments to the mm- emulating functions.
5116
51172008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5118
296a8e19
SM
5119 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5120 Reported by Stephen Berman <stephen.berman@gmx.net>.
e3e955fe 5121
c7948b5f
MB
51222008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5123
5124 * mm-util.el (mm-substring-no-properties): New function.
5125 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5126 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5127 (mm-string-to-multibyte): Doc fix.
5128
5129 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5130
51312008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5132
5133 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
5134 (Bug#1574)
5135
51362008-12-16 Glenn Morris <rgm@gnu.org>
5137
5138 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 5139
bf46b4d4
MB
51402008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5143 knows since the charset specified might be a bogus alias that
5144 mm-charset-synonym-alist provides.
5145
51462008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5147
5148 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5149 "ISO_8859-1".
5150
5151 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5152
96a22201
KY
51532008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5154
5155 * mm-util.el (mm-charset-eval-alist):
5156 Define it before mm-charset-to-coding-system.
5157 (mm-charset-to-coding-system): Add optional argument `silent';
5158 define it before mm-charset-override-alist.
5159 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5160 default value if it can be used in Emacs currently running;
5161 silence mm-charset-to-coding-system.
5162
b6b8f5fd
KY
51632008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5164
5165 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5166 `allow-override' which says whether to use `mm-charset-override-alist'.
5167 (rfc2047-decode-encoded-words): Use it.
5168
5169 * mm-util.el (mm-charset-override-alist): Fix custom type;
5170 add `(gb2312 . gbk)' to choices.
5171
1250af7b
KY
51722008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5173
5174 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5175 fast.
5176
5177 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5178
886367d8
KY
51792008-12-04 Naohiro Aota <nao.aota@gmail.com>
5180
5181 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5182 on links.
5183
5184 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5185
f66de92f
KY
51862008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5187
e01bbc12
KY
5188 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5189 users' addresses that don't have domain parts.
5190 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5191 rather than message-narrow-to-head since there will be the message
5192 header separator.
f66de92f 5193
06c68f84
SM
51942008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5197 since the result is inserted in a unibyte buffer anyway.
5198 (nnimap-demule-use-string-to-multibyte): Remove.
5199 (nnimap-demule): Alias it to mm-string-to-multibyte.
5200
9255ec86
RS
52012008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5202
5203 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5204 variable for debugging bug#464 and bug#1174.
5205 (nnimap-demule): Use it.
5206
030cca00
MB
52072008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5208
5209 * gnus-score.el (gnus-score-find-trace): Handle default score in total
5210 score calculation correctly.
5211
8a986865
SM
52122008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * message.el (message-send-mail): Just set the buffer to unibyte
5215 rather than use mm-with-unibyte-current-buffer which does a lot more.
5216 (message-send-mail-partially): Don't bother with
5217 mm-with-unibyte-current-buffer since it's already been made unibyte by
5218 message-send-mail.
5219
5b51650c
MB
52202008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
5221
5222 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5223
52242008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5225
5226 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5227
ed778fad
MB
52282008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5229
5230 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5231 require itself and to remove `with-no-warnings'.
5232
52332008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
5234
5235 * starttls.el (starttls-any-program-available): Get the name of the
5236 available TLS layer program.
5237 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5238 well as the host name in the "opening" message.
5239
5240 * auth-source.el (auth-source-cache, auth-source-do-cache)
5241 (auth-source-user-or-password): Cache passwords and logins by default,
5242 allow override with `auth-source-do-cache'.
5243 (auth-source-forget-user-or-password): Allow users to remove cache
5244 entries if needed.
5245
8e38a1a9
MB
52462008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5247
5248 * ietf-drums.el (ietf-drums-remove-comments): Localize second
5249 condition-case to only the forward-sexp call.
5250
52512008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5252
5253 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5254 quotes contained. Make it more robust regardless by an extra
5255 condition-case wrapper.
5256
9091f2d3
MB
52572008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5258
5259 * nnml.el (nnml-request-expire-articles): Check if the function set to
5260 `nnmail-expiry-target' returns the symbol `delete'.
5261
5262 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5263
5264 * nnmail.el (nnmail-expiry-target): Fix custom type.
5265
06b2d4c6
GM
52662008-10-02 Glenn Morris <rgm@gnu.org>
5267
5268 * mm-util.el (mm-codepage-setup): Tweak codepage error.
5269 Silence compiler warning.
5270
059b98fa
CY
52712008-09-30 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * mml.el (mml-menu): Don't assume mml2015 is bound.
5274
4520e527
MB
52752008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5276
5277 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5278 exists.
5279
09aece0b
GM
52802008-09-27 Glenn Morris <rgm@gnu.org>
5281
5282 * gnus-util.el (mail-header-remove-comments): Autoload it.
5283
521c4a23
AS
52842008-09-27 Andreas Schwab <schwab@suse.de>
5285
5286 * gnus-util.el (gnus-split-references): Strip comments.
5287 (gnus-parent-id): Likewise.
5288
4520e527
MB
52892008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
5290
5291 * message.el (message-confirm-send): Fix version.
5292
52932008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5294
5295 * message.el (message-idna-to-ascii-rhs-1): Use
5296 mail-extract-address-components rather than mail-header-parse-addresses
5297 that is an alias by default to ietf-drums-parse-addresses that does not
5298 support non-ASCII names in headers' contents.
5299
eef5ade7
MB
53002008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5301
296a8e19 5302 * message.el (message-confirm-send): Fix variable documentation to
eef5ade7
MB
5303 avoid the "y/n" wording.
5304
4520e527 53052008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
5306
5307 * message.el (message-set-auto-save-file-name): Save to a different
5308 filename so multiple messages (especially drafts) can be recovered.
5309
e52cac88
MB
53102008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5311
5312 * message.el (message-confirm-send): Add appropriate version.
5313
53142008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5315
5316 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5317 defvar.
5318
53192008-09-22 Daiki Ueno <ueno@unixuser.org>
5320
5321 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5322 (mm-pkcs7-enveloped-magic): Ditto.
5323
64763fe3
MB
53242008-09-17 Simon Josefsson <simon@josefsson.org>
5325
5326 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5327 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5328
53292008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5330
5331 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5332 default, it's better.
5333
53342008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
5335
5336 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5337 summary line gnus-number property and ignore them (with a warning
5338 message).
5339
1ae03cd5
KY
53402008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5341
5342 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5343 macro caddr in the interactive form since it won't be expanded.
5344
c0ccb0d6
KY
53452008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5346
5347 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5348 `charset'; fix name of function called recursively.
5349 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5350
14ce5fc2
KY
53512008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5352
5353 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5354 (gnus-mime-set-charset-parameters): New function.
5355 (gnus-mime-view-part-as-charset): Use it to correctly display part
5356 specifying wrong charset.
5357
9e601b8d
MB
53582008-09-08 David Engster <dengste@eml.cc>
5359
5360 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5361 in completing-read for back end server.
5362
16dd13df
MB
53632008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
5364
5365 * message.el (message-confirm-send): New variable to confirm sending a
5366 message.
5367 (message-send): Use it.
5368
b86402ab
MB
53692008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
5370
5371 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5372
53732008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5374
5375 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5376
53772008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
5378
5379 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5380 prevent tracking too many groups.
5381 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5382 Use it.
5383
9153f10d
MB
53842008-08-11 Ralf Angeli <angeli@caeruleus.net>
5385
5386 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5387 moving point to the bottom of the window in order to avoid recentering.
5388
53892008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
5390
5391 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5392 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5393 (gnus-article-beginning-of-window): Fix calculation.
5394
53952008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
5396
5397 * gnus-msg.el (gnus-summary-supersede-article)
5398 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5399 value of gnus-newsgroup-charset to decode non-MIME encoded text in
5400 message header.
5401
82cc1916
DN
54022008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5403
5404 * message.el:
5405 * gnus-start.el:
5406 * gnus-registry.el: Remove VMS support.
5407
6ecfe5c2
MB
54082008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5409
5410 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5411 macro.
5412 (rfc2104-hash): Use it.
5413
54142008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
5415
5416 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5417 (gnus-summary-sort-by-most-recent-date): New commands.
5418 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5419 and menu entries.
5420
54212008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
5422
5423 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5424 don't redisplay article for raw contents; remove plural articles stuff.
5425
5426 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5427 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5428 on gnus-summary-save-article; display results properly.
5429
d62672f3
MB
54302008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5431
5432 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5433
54342008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5435
296a8e19
SM
5436 * gnus-art.el (gnus-summary-save-in-pipe):
5437 Consider gnus-save-all-headers.
d62672f3 5438
d221466a
DN
54392008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5440
5441 * gnus-util.el (ns-focus-frame): Remove declaration.
5442 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
5443 like x.
5444
b737c3d9
TTN
54452008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5446
5447 * rfc2104.el (rfc2104-zero): Delete defconst.
5448 (rfc2104-hex-alist): Likewise.
5449 (rfc2104-hex-to-int): Delete func.
5450 (rfc2104-hexstring-to-bitstring): Likewise.
5451 (rfc2104-nybbles): New defconst.
5452 (rfc2104-hash): Rewrite for speed.
5453
3c823a0c
GM
54542008-07-16 Glenn Morris <rgm@gnu.org>
5455
5456 * gnus-util.el (ns-focus-frame): Declare for compiler.
5457
16c85f26
MB
54582008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5459
5460 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5461 set as a group parameter.
5462 (gnus-summary-save-in-pipe): Work when it is called independently.
5463 (gnus-summary-pipe-to-muttprint): Don't modify
5464 gnus-summary-pipe-output-default-command.
5465
ad546360
SM
54662008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * message.el (message-send-mail-with-sendmail):
5469 Display the error message.
5470
89167438
MB
54712008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5472
ad546360
SM
5473 * gnus-art.el (gnus-default-article-saver):
5474 Add gnus-summary-save-in-pipe to choices.
89167438
MB
5475 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5476 gnus-summary-pipe-output-default-command as the default command.
5477 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5478 instead of gnus-last-shell-command.
5479
ba60bd44
JB
5480 * gnus-sum.el (gnus-summary-pipe-output-default-command):
5481 New user option.
89167438
MB
5482 (gnus-summary-muttprint-program): Mention the value will be changed.
5483 (gnus-summary-save-article): Force showing of all headers.
5484 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5485
54862008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
5487
5488 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5489
56fd9faa
JB
54902008-07-02 Juanma Barranquero <lekktu@gmail.com>
5491
5492 * nnimap.el (nnimap-id):
5493 * sieve-manage.el (sieve-manage-open): Doc fixes.
5494
68548459
JB
54952008-07-02 Francesc Rocher <rocher@member.fsf.org>
5496
5497 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5498 if available.
5499
32bed934
SM
55002008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5501
eafee8f2
SM
5502 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5503
5504 * nnkiboze.el (nnkiboze-generate-group):
5505 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5506
32bed934
SM
5507 * nnmairix.el: Require CL.
5508
2b968687
MB
55092008-06-15 David Engster <dengste@eml.cc>
5510
5511 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5512
55132008-06-14 Aidan Kehoe <kehoea@parhasard.net>
5514
32bed934
SM
5515 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5516 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
5517 runtime choice under XEmacs.
5518
32bed934
SM
5519 * gnus-sum.el (gnus-summary-set-display-table):
5520 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
5521 `gnus-set-display-table' for the display table, instead of `aset'.
5522
2b968687
MB
55232008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5524
5525 * nnmairix.el: Add autoloads.
5526
55272008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5528
5529 * nnmairix.el (nnmairix-delete-recreate-group)
5530 (nnmairix-update-and-clear-marks): Fix error messages.
5531
55322008-06-14 David Engster <dengste@eml.cc>
5533
5534 * nnmairix.el: Upgrade to version 0.6.
5535 (nnmairix-group-toggle-propmarks-this-group)
5536 (nnmairix-group-toggle-readmarks-this-group)
5537 (nnmairix-group-delete-recreate-this-group)
5538 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5539 (nnmairix-remove-tick-mark-original-article): New commands.
5540 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5541 (nnmairix-propagate-marks-to-nnmairix-groups)
5542 (nnmairix-only-use-registry, nnmairix-allowfast-default)
5543 (nnmairix-marks-cache, nnmairix-version-output): New variables.
5544 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5545 functions needed for marks propagation and manipulation of read marks.
5546 (nnmairix-update-groups): New function.
5547 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5548 (nnmairix-determine-original-group-from-registry)
5549 (nnmairix-determine-original-group-from-path)
5550 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
5551 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5552 New helper functions.
5553 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
5554 keystrokes for new commands.
5555 (nnmairix-delete-and-create-on-change): Doc string cleanup.
5556 (nnmairix-request-group): Check allow-fast group parameter.
5557 (nnmairix-request-create-group): Set allow-fast group parameter if
5558 nnmairix-allowfast-default is set.
5559 (nnmairix-close-group): Propagate marks upon closing if needed.
5560 (nnmairix-group-toggle-threads-this-group): Use new.
5561 nnmairix-group-toggle-parameter helper function.
5562 (nnmairix-search): Better check for empty search result.
5563 (nnmairix-goto-original-article): Use new helper functions for
5564 determining original article.
5565 (nnmairix-show-original-article): Make sure message-id is in brackets.
5566 (nnmairix-call-mairix-binary): Change variable name.
5567 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5568 helper function.
5569 (nnmairix-widget-toggle-activate): Fix doc string.
5570
a19a8f1b
MB
55712008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5572
5573 * nnir.el: Require edmacro when compiling with XEmacs.
5574 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5575 available in Emacs 21.
5576
8abf1b22
GM
55772008-06-11 Glenn Morris <rgm@gnu.org>
5578
5579 * gnus-util.el (x-focus-frame):
5580 * gnus.el (image-size):
5581 * mm-decode.el (image-size): Declare.
5582
5583 * gnus-picon.el (declare-function): Add compat definition.
5584 (image-size): Declare.
5585
5586 * gnus-group.el (tool-bar-map):
5587 * gnus-sum.el (tool-bar-map): Define for compiler.
5588
5589 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5590
5591 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5592
5593 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5594 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5595 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5596 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5597 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5598 * sieve-manage.el, spam-report.el, spam.el:
5599 Remove unnecessary eval-and-compile of autoloads.
5600
43d28dcd
MA
56012008-06-08 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * auth-source.el: Precise Tramp doc.
5604
966bd7bd
GM
56052008-06-07 Glenn Morris <rgm@gnu.org>
5606
5607 * nnmairix.el: Remove unnecessary eval-when-compile.
5608
56092008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
5610
5611 * nnir.el: New file.
5612
d346bf7e
SM
56132008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * gnus-util.el (gnus-read-shell-command): New function.
5616 * mm-decode.el (mm-pipe-part):
5617 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5618
b1d6cda3
MB
56192008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5620
5621 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5622
6459e35e
GM
56232008-06-03 Glenn Morris <rgm@gnu.org>
5624
5625 * pop3.el (nnheader-accept-process-output): Autoload it.
5626
656b4fa1
MB
56272008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5630 are not 2-digit hexadecimal characters that follow `%'s.
5631
56322008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5633
5634 * message.el (message-bogus-recipient-p): Fix type in doc string.
5635 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5636 (message-bogus-addresses): Rename from message-bogus-address-regexp.
5637 Improve custom options.
5638 (message-bogus-recipient-p): Adjust accordingly.
5639
56402008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5641
5642 * nnmairix.el: Require edmacro when compiling with XEmacs.
5643
f394fa25
MB
56442008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5645
5646 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5647 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5648
a368801c
MB
56492008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5650
5651 * auth-source.el: Add more docs.
5652
56532008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5654
5655 * nnheader.el (nnheader-read-timeout): Change the default timeout from
5656 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
296a8e19
SM
5657 retrieval faster in some cases, but might make CPU usage larger.
5658 If this has any bad side effects, we might revert this change.
a368801c
MB
5659
5660 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5661 seems to make mail retrieval much, much faster.
5662 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 5663 unconditionally.
a368801c 5664
296a8e19
SM
5665 * gnus-draft.el (gnus-group-send-queue):
5666 Bind message-send-mail-partially-limit to nil to avoid being prompted.
a368801c 5667
03c673c9
MB
56682008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5669
5670 * mml.el (mml-attach-buffer): Prompt for `disposition'.
5671
5672 * message.el (message-bogus-address-regexp): Fix and improve custom
5673 type.
5674 (message-setup-hook): Add message-check-recipients as custom option.
5675
58333467
MB
56762008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5677
5678 * message.el (message-cite-function): Remove bogus autoload which crept
5679 in during merge from v5-10.
5680
4079589f
MB
56812008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
5682
5683 * nnimap.el (nnimap-open-connection): Fix login/password bug.
5684
5685 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5686
5687 * auth-source.el: Preliminary Tramp docs.
5688 (auth-sources): Change the default auth-sources to use
5689 EPA .gpg files.
5690
e952b711
MB
56912008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5692
5693 * nntp.el: Autoload `auth-source-user-or-password'.
5694 (nntp-send-authinfo): Use it.
5695
5696 * nnimap.el: Autoload `auth-source-user-or-password'.
5697 (nnimap-open-connection): Use it.
5698
296a8e19 5699 * auth-source.el: Add docs on using with url-auth. Import gnus-util
e952b711
MB
5700 for the gnus-message function.
5701 (auth-source-user-or-password): Use it.
5702
4fedcc00
SM
57032008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5706 rfc2104-hexstring-to-byte-list. Return a unibyte string.
5707 (rfc2104-hash): Use it.
5708
149cd465
JB
57092008-05-08 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * gnus-art.el (gnus-article-toggle-truncate-lines):
5712 Don't use `iff' in docstring.
5713
0ab5c2be
MB
57142008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
5715
5716 * gnus-registry.el: Adjusted copyright dates and added a keyword.
5717
5718 * gnus-util.el (gnus-extract-address-component-name)
5719 (gnus-extract-address-component-email): Convenience functions around
5720 `gnus-extract-address-components'.
5721
4fedcc00
SM
5722 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5723 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
5724 sender name to `user-mail-address'.
5725
57262008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5727
5728 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5729 catch/throw to optimize.
5730 (gnus-registry-find-keywords): Just use member to find a keyword.
5731
42a83f4b
SM
57322008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5735 is current before calling gnus-server-prepare.
5736 (gnus-server-setup-buffer, gnus-server-update-server)
5737 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5738
d844ef2f
JL
57392008-05-04 Juri Linkov <juri@jurta.org>
5740
5741 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5742 (mailcap-file-default-commands): Use mailcap-replace-in-string
5743 instead of replace-regexp-in-string, and mailcap-delete-duplicates
5744 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
5745
f8a29505
MB
57462008-05-03 Reiner Steib <reiner.steib@gmx.de>
5747
5748 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5749
3a23a519
MB
57502008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5751
5752 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5753 hooks.
5754 (gnus-update-read-articles): Speed up non-marks-using users.
5755 (gnus-use-marks): Define gnus-use-marks.
5756 (gnus-propagate-marks): Rename variable to something more sensible.
5757
38ac8b91
JB
57582008-05-02 Juanma Barranquero <lekktu@gmail.com>
5759
5760 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5761 (gmm-image-load-path-for-library): Fix typos in docstrings.
5762 (gmm-message): Reflow docstring.
5763
8336c962
MB
57642008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
5765
42a83f4b
SM
5766 * mail-source.el (mail-source-set-1, mail-source-bind):
5767 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
5768
57692008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
5770
5771 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5772 by sender if it's equal to user-mail-address, it's likely to be
5773 useless.
5774
5775 * mail-source.el (mail-source-bind): Don't use user or password if they
5776 are not bound. Unintern them if they are nil. Don't use server unless
5777 it's bound, and default it to empty string otherwise.
5778
58a67d68
MB
57792008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5780
5781 * mail-source.el: Load auth-source.el.
5782 (mail-source-bind): Add comments. Call auth-source-user-or-password to
5783 get user name or password, if auth-sources is set up.
5784
5785 * gnus-registry.el (gnus-registry-split-strategy): New variable for
5786 strategy of splitting with parent.
5787 (gnus-registry-split-fancy-with-parent)
5788 (gnus-registry-post-process-groups): Use it and fix prior
5789 bug (returning a list as the split result).
5790
5791 * auth-source.el (auth-sources): Remove server parameter.
5792 (auth-source-pick, auth-source-user-or-password)
5793 (auth-source-user-or-password-imap)
5794 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5795 (auth-source-user-or-password-sftp)
5796 (auth-source-user-or-password-smtp): Remove server parameter.
5797
296fa7b4
JB
57982008-04-25 Juanma Barranquero <lekktu@gmail.com>
5799
5800 * smime.el (smime-sign-region, smime-encrypt-region)
5801 (smime-decrypt-region):
5802 Remove redundant calls to `generate-new-buffer-name'.
5803
58a67d68
MB
58042008-04-24 Luca Capello <luca@pca.it> (tiny change)
5805
5806 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5807 Don't use QP for message/rfc822.
5808 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5809
2136a8a7
SM
58102008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * sieve-manage.el (sieve-string-bytes): Remove.
5813 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5814 correct byte-length only if the process's coding-system is the same as
5815 the one used internally by Emacs to represent strings.
5816
a837fe74
JL
58172008-04-22 Juri Linkov <juri@jurta.org>
5818
5819 * mailcap.el (mailcap-file-default-commands): New function.
5820
d55fe5bb
MB
58212008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5822
5823 * message.el (message-signature-separator, message-cite-function):
5824 Change custom version.
5825
58262008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5827
5828 * mm-decode.el (mm-display-external): Make temp file read-only.
5829
58302008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5831
5832 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5833 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
5834 `C-c C-f d'.
5835
58362008-04-12 Adrian Aichner <adrian@xemacs.org>
5837
5838 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5839
58402008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
5841
296a8e19 5842 * auth-source.el: Add docs.
2136a8a7 5843 (auth-sources): Modify format to support server.
d55fe5bb
MB
5844 (auth-source-pick, auth-source-user-or-password)
5845 (auth-source-user-or-password-imap)
5846 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5847 (auth-source-user-or-password-sftp)
5848 (auth-source-user-or-password-smtp): Add server parameter.
5849
58502008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
5851
5852 * gnus-registry.el: Initialize the registry when gnus-registry-install
5853 is t.
5854
73f2395e
KY
58552008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
5856
5857 * compface.el (uncompface): Make buffer unibyte.
5858
e66d8771
SM
58592008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5860
5861 * mail-source.el (mail-source-value):
5862 Prefer fboundp to functionp so it works with macros as well.
5863
407da272
GM
58642008-04-05 Glenn Morris <rgm@gnu.org>
5865
5866 * gnus-ems.el (mm-disable-multibyte): Autoload it.
5867
3b728e95
SM
58682008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5869
d37ded9e
SM
5870 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5871 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5872
407da272
GM
5873 * nnheader.el (nnheader-init-server-buffer): Change buffer's
5874 multibyteness after rather than before erasing it.
33e2f72c 5875
75eda25b
SM
5876 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5877 mm-with-multibyte.
407da272
GM
5878 (gnus-request-article-this-buffer): Make sure the proper decoding is
5879 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 5880
2b57967e
SM
5881 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5882 default-enable-multibyte-characters.
5883
d7eb3b36
SM
5884 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5885 default-enable-multibyte-characters.
5886
7ab0253d
SM
5887 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5888
3b728e95
SM
5889 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5890
5faa2ec0
SM
58912008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5894 Fix last change in case the element is not even a symbol.
5895
59429511
MB
58962008-04-02 Simon Josefsson <simon@josefsson.org>
5897
5898 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5899 imap-enable-exchange-bug-workaround.
5900 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5901
59022008-04-01 Simon Josefsson <simon@josefsson.org>
5903
5904 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5905 a 100 byte status-checks into a 2-3MB transfer for each group.
5906 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5907 to enable bug workaround or not.
5908 (nnimap-find-minmax-uid): Only enable workaround conditionally.
5909
a0e08467
GM
59102008-03-31 Glenn Morris <rgm@gnu.org>
5911
5912 * message.el (mml2015-use): Declare for compiler.
5913 (message-info): Require mml2015 when appropriate.
5914
990e2c2f
SM
59152008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5918 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5919 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5920 (nntp-service-to-port): New function.
5921 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5922 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5923 (nntp-open-netcat-stream): New function.
5924 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5925
59429511
MB
59262008-03-29 Sven Joachim <svenjoac@gmx.de>
5927
5928 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5929
fa98585c
SM
59302008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5933
9b3ebcb6
MB
59342008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
5935
5936 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5937
59382008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5939
fa98585c
SM
5940 * message.el (message-signature-separator): Change default.
5941 Improve custom type.
9b3ebcb6
MB
5942 (message-cite-function): Change default to
5943 message-cite-original-without-signature.
5944
5945 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5946 toggle.
5947
5948 * message.el (message-check-news-body-syntax): Fix signature check.
5949 (message-setup-1): Mark buffer as unmodified _after_ running
5950 message-setup-hook and handling message-alternative-emails.
5951 (message-shorten-references): Be more strict when building list of
5952 valid references to comply with GNKSA.
5953
fa98585c
SM
5954 * gnus-group.el (gnus-read-ephemeral-bug-group)
5955 (gnus-read-ephemeral-debian-bug-group)
5956 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
5957
5958 * message.el (message-info): Don't use booleanp which isn't supported
5959 in Emacs 21 and XEmacs.
5960
59612008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5962
5963 * gnus-group.el (gnus-gmane-group-download-format): Rename from
5964 gnus-group-gmane-group-download-format.
5965 (gnus-group-read-ephemeral-gmane-group): Rename from
5966 gnus-group-read-ephemeral-gmane-group.
5967 (gnus-read-ephemeral-gmane-group-url): Rename from
5968 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 5969 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
5970 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5971 (gnus-read-ephemeral-emacs-bug-group): New commands.
5972
59732008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5974
5975 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5976 (gnus-visible-headers): Improve custom type.
5977
59782008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5979
5980 * mml.el (mml-menu): Add workarounds for XEmacs.
5981
5982 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5983 X-Boundary header.
5984
5985 * message.el (message-simplify-recipients): Fix previous commit.
5986
b813166a
SM
59872008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5988
df06dd59 5989 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 5990 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 5991
b813166a
SM
5992 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5993 Prefer fboundp to functionp so it works with macros as well.
5994
9b3ebcb6
MB
59952008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5996
5faa2ec0
SM
5997 * message.el (message-alter-recipients-discard-bogus-full-name):
5998 New function.
9b3ebcb6
MB
5999 (message-alter-recipients-function): New variable.
6000 (message-get-reply-headers): Use it.
6001 (message-replace-header): New helper function.
6002 (message-recipients-without-full-name): New variable.
6003 (message-simplify-recipients): New command.
6004
6005 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6006
6007 * message.el (message-info): Handle EasyPG manual.
6008
6009 * mml.el (mml-menu): Add entry for EasyPG.
6010
60112008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6012
6013 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6014 parameter.
6015
6016 * message.el (message-disassociate-draft): Specify drafts group name
6017 fully.
6018
60192008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6020
296a8e19
SM
6021 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6022 Eliminate unnecessary duplicates from the match list.
9b3ebcb6
MB
6023
60242008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6025
6026 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6027 args of `how-many' of which the XEmacs version doesn't take; declare
6028 Info-index-next as function.
6029
60302008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6031
6032 * gnus-score.el (gnus-score-headers): Fix handling of
6033 gnus-inhibit-slow-scoring.
6034
6035 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6036 string.
6037 (gnus-button-url-regexp): Improve handling of parenthesis.
6038 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6039 (gnus-button-handle-info-keystrokes): Handle index entries.
6040
60412008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6042
6043 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6044 Incoming* files.
6045
60462008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6047
296a8e19 6048 * auth-source.el (auth-sources): Rename from auth-source-choices.
9b3ebcb6
MB
6049 (auth-source-pick): Use it.
6050
60512008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6052
6053 * auth-source.el (auth-source-protocols)
296a8e19 6054 (auth-source-protocols-customize, auth-source-choices): Add and
9b3ebcb6
MB
6055 modified variable customizations and defaults.
6056 (auth-source-pick, auth-source-user-or-password)
6057 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6058 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6059 (auth-source-user-or-password-sftp)
6060 (auth-source-user-or-password-smtp): Use new variables and provide an
6061 interface to netrc.el.
6062
60632008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6066 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6067 Make sure the nntp port to specify is a string.
6068
dd58a686
SM
60692008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6070
ed075cb4
SM
6071 * nntp.el: Use with-current-buffer.
6072 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6073 dubious mm-with-unibyte-current-buffer.
6074 (nntp-with-open-group-function): New function extracted from
6075 nntp-with-open-group macro.
6076 (nntp-with-open-group): Use the function, so it's easier to debug.
6077 Add indentation and debugging info.
296a8e19
SM
6078 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6079 Recommend the use of the netcat alternatives.
ed075cb4 6080
f15a9fec
SM
6081 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6082 Avoid mm-string-as-multibyte as well.
6083
944c87e0
SM
6084 * nnweb.el (nnweb-insert-html):
6085 Remove use of nnheader-string-as-multibyte.
6086
2ec9cf15
SM
6087 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6088 (nnheader-string-as-multibyte): Remove.
6089
3d2440b4
SM
6090 * mm-view.el: Use inhibit-read-only.
6091 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6092 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6093 or unibyte-string.
6094
456cace2
SM
6095 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6096 (mm-uu-yenc-extract): Use with-current-buffer.
6097
f5fcf556
SM
6098 * gnus-soup.el (gnus-soup-send-packet): Don't use
6099 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6100
c9de7755
SM
6101 * nnmh.el: Use with-current-buffer.
6102 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6103 mm-string-as-multibyte on the output of mm-encode-coding-string.
6104
3d2440b4 6105 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
6106 (nnimap-request-move-article): Use with-current-buffer.
6107
3d2440b4
SM
6108 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6109 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6110 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 6111
228b6ecd
SM
6112 * gnus-msg.el: Use with-current-buffer.
6113
dd58a686
SM
6114 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6115
9b3ebcb6
MB
61162008-03-10 Daiki Ueno <ueno@unixuser.org>
6117
6118 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6119 string for caching if it is 'PIN.
6120
37a68866
MB
61212008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6122
dd58a686
SM
6123 * mail-source.el (mail-source-delete-old-incoming-confirm):
6124 Change default to nil.
37a68866
MB
6125 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6126
8f7abae3
MB
61272008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6128
6129 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6130 (gnus-article-goto-prev-page): Work for articles having ^L's.
6131
6132 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6133
6134 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6135
e0385bf4
KF
61362008-03-07 Karl Fogel <kfogel@red-bean.com>
6137
56388398 6138 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
6139 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6140 (gnus-bookmark-jump): Adjust some variable names.
6141
8f7abae3 61422008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 6143
8f7abae3
MB
6144 * auth-source.el: New package.
6145 (auth-source-choices): Add customization entry point variable.
6146
6147 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6148 bug.
6149
61502008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6151
6152 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6153 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 6154 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
6155 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6156 the `gnus-registry-mark-map' keymap dynamically from
6157 `gnus-registry-marks'. The generated functions update the summary line
6158 when a registry mark is added or deleted, and will call
6159 `gnus-registry-install-p' (see the comments in the code).
6160 (gnus-registry-user-format-function-M): Use concat intelligently.
6161
6162 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6163 the registry mark functions.
a7b50e1c 6164
c1717fbd
GM
61652008-03-05 Glenn Morris <rgm@gnu.org>
6166
6167 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6168 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6169 gnus-art.
6170 (top-level): No need to load own source when compiling.
6171
8f7abae3
MB
61722008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6173
6174 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6175 Suggested by <chris.anderton@zetnet.co.uk>.
6176
1fc34624
GM
61772008-03-04 Glenn Morris <rgm@gnu.org>
6178
6179 * gnus-sum.el (top-level): No need to require gnus when compiling,
6180 since unconditionally required near start of file.
6181 (gnus-summary-display-while-building): Move definition before use.
6182
8f7abae3
MB
61832008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6184
296a8e19
SM
6185 * gnus-registry.el (gnus-registry-user-format-function-M):
6186 Add formatting function.
8f7abae3
MB
6187
61882008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6189
296a8e19 6190 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8f7abae3
MB
6191 with plists.
6192 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6193 Use new format.
6194
61952008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6196
6197 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6198 `where-is-internal' that returns a range of key sequences.
6199
dacb905a
SM
62002008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6201
a88fd51a
SM
6202 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6203
c7a91ce1 6204 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
6205 (gnus-summary-jump-to-group): Consider windows on other displayed
6206 frames as well. Similar changes might be needed elsewhere, but that's
6207 the one I've bumped into during my use.
c7a91ce1 6208
62dc3ac3 6209 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 6210 * gnus-msg.el (gnus-debug):
dacb905a
SM
6211 * gnus-group.el (gnus-update-group-mark-positions):
6212 Use mm-string-to-multibyte.
6213
8f7abae3
MB
62142008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6217 doesn't handle NotDashEscaped.
6218
6219 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
6220 (mml-dnd-attach-options): Fix typo in custom choice.
6221
296a8e19
SM
6222 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6223 Change nndoc-article-type to mbox.
8f7abae3
MB
6224 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6225
6226 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
6227 to nil, instead of html2text.
6228
6229 * imap.el (imap-debug): Add `imap-ping-server'.
6230
6231 * gnus-bookmark.el: Add FIXMEs.
6232
6233 * message.el (message-form-letter-separator)
6234 (message-send-form-letter-delay): New variables.
6235 (message-send-form-letter): Use them. New command to send form
6236 letters. Requested by Uwe Siart.
6237 (message-send-mail-function): Doc fix. Add "Other" custom option.
6238
14e8de0c
MB
62392008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
6240
6241 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6242 empty author.
6243
62442008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
6245
6246 * gnus-registry.el (gnus-registry-marks): Add variable for
6247 customization of marks and their appearance.
6248 (gnus-registry-read-mark): Use it.
6249 (gnus-registry-do-marks): Add utility function to loop through
6250 `gnus-registry-marks'.
6251 (gnus-registry-install-shortcuts-and-menus): Add function to install
6252 shortcuts and menus.
6253 (gnus-registry-initialize): Use it.
6254 (gnus-registry-default-mark): Clarify documentation.
6255
ab74c815
GM
62562008-02-29 Glenn Morris <rgm@gnu.org>
6257
6258 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6259 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6260 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6261 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6262 Change defcustom :version from 23.0 to 23.1.
6263
14e8de0c
MB
62642008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
6265
6266 * gnus-registry.el (gnus-registry-follow-group-p)
6267 (gnus-registry-post-process-groups): Add functions to aid registry
6268 splitting and improve logging. Clarify behavior in function
6269 documentation.
6270 (gnus-registry-split-fancy-with-parent): Use them.
6271
80de1778
SM
62722008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * gnus-art.el: Use with-current-buffer.
6275
14e8de0c
MB
62762008-02-27 David Engster <dengste@eml.cc>
6277
6278 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6279 Express real group name in the response.
6280
62812008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6282
6283 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6284 (nnmairix-last-server, nnmairix-current-server): Defvar them.
6285 (nnmairix-goto-original-article): Defvar gnus-registry-install and
6286 autoload gnus-registry-fetch-group when compiling.
296a8e19
SM
6287 (nnmairix-request-group-with-article-number-correction):
6288 Remove unreferenced argument passed to nnmairix-call-backend.
14e8de0c
MB
6289
62902008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6291
6292 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
296a8e19
SM
6293 (mm-uu-extract): Improve face for low color ttys.
6294 Reported by Sascha Wilde.
14e8de0c 6295
da13b6cc
GM
62962008-02-27 Glenn Morris <rgm@gnu.org>
6297
6298 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
6299 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6300 variables to defconsts. Convert comments to doc-strings.
6301 (nnmairix-last-server, nnmairix-current-server): Convert from free
6302 variables to defvars. Convert comments to doc-strings.
6303 (gnus-registry-fetch-group): Autoload.
6304 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6305 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
6306 (nnmairix-widget-build-editable-fields): Use car cddr rather than
6307 caddr.
be021c01
GM
6308 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6309 nnmairix-request-group-with-article-number-correction call.
6310 (nnmairix-fast, nnmairix-group): New, less general names, for free
6311 variables passed from nnmairix-request-group to
6312 nnmairix-request-group-with-article-number-correction. Declare.
6313 (nnmairix-request-group-with-article-number-correction):
6314 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 6315
3d0f8a67
MB
63162008-02-26 David Engster <dengste@eml.cc>
6317
6318 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
6319 version 0.5.
6320
63212008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
6322
6323 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6324 instead of making an extra function call. Don't add the current group
6325 to articles only when they have the group. Use
6326 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6327 Reported by David <de_bb@arcor.de>.
6328
f5490ddc
MB
63292008-02-24 Miles Bader <miles@gnu.org>
6330
6331 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6332 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6333 (mm-find-mime-charset-region):
6334 * mm-bodies.el (mm-encode-body):
6335 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6336
52bec650
MB
63372008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
6338
6339 * mail-source.el (mail-source-delete-incoming): Change default.
6340 Supplement doc string.
6341
6342 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6343
63442008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6345
6346 * nnmail.el (nnmail-message-id-cache-file): Derive from
6347 `gnus-home-directory'.
6348
63492008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
6350
6351 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 6352 Document negative prefix.
52bec650 6353
5e25c514 6354 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
6355
63562008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6357
6358 * message.el (message-unsent-separator): Add the Exim bounce
6359 separator.
6360
63612008-02-10 Daiki Ueno <ueno@unixuser.org>
6362
6363 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6364 list.
6365 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6366 recipient/signer list.
6367
0b9c5ab7
RS
63682008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6369
6370 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6371 fbound (Emacs 23 unicode), signal an error.
6372
1888e568
GM
63732008-02-08 Glenn Morris <rgm@gnu.org>
6374
6375 * gnus-art.el (pgg-display-output-buffer): Declare as function.
6376
52bec650
MB
63772008-02-07 Tassilo Horn <tassilo@member.fsf.org>
6378
6379 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6380 ports to the calls to `netrc-machine-user-or-password' in addition to
6381 "imap" and "imaps".
6382
e9198520
MB
63832008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
6384
6385 * gnus.el (gnus-group-startup-message): Add `find-image' call before
6386 image-load-path is let-bound. Reported by Harald Hanche-Olsen
6387 <hanche@math.ntnu.no>.
6388
63892008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
6390
6391 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6392
9303f985 63932008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
6394
6395 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6396
6397 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6398
9303f985 63992008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6400
6401 * mml.el (mml-parse-1): Remove apparently vestigial use of
6402 `mm-hack-charsets'.
6403 * mm-bodies.el (mm-encode-body): Likewise.
6404
9303f985 64052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6406
4fedcc00 6407 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
6408 rfc2104-hexstring-to-bitstring and changed to return a byte list.
6409 (rfc2104-hash): Convert the result of concat to unibyte string.
6410
9303f985 64112008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 6412
aca7a3d2
MB
6413 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6414 coding-system-for-read.
6415 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6416
8385d659 6417 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 6418 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 6419 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 6420
10ef2ef7 64212008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
6422
6423 * mail-source.el (mail-sources): Add `group' choice.
6424
6425 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6426 parameter `in-group' to control into which group the articles go.
6427 Add treatment of `group' mail-source.
6428
a445370f
DN
64292008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6430
6431 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6432 * message.el (message-beginning-of-line): Use featurep instead of bound
6433 tests in order to resolve conditionals at compile time.
6434
4599d0ec
MB
64352008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6436
6437 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6438
6439 * mm-decode.el (mm-dissect-buffer): Decode description.
6440
6441 * mml.el (mml-to-mime): Encode message header first.
6442
0b6799c3
MB
64432008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6444
6445 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6446 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6447
64482008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
6449
6450 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6451
64522008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6455 prefix keys.
6456 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6457 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6458 gnus-xmas.el.
6459
64602008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6461
6462 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6463 Add new variables for article mark management.
6464 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6465 list of extra data entries which, when present, will indicate that the
6466 article ID should not be trimmed from the registry.
6467 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6468 functions.
6469 (gnus-registry-read-mark): New function to read a mark name from the
6470 user.
6471 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6472 (gnus-registry-set-article-mark-internal): New functions to add and
6473 remove marks.
6474 (gnus-registry-get-article-marks): New function to show the marks for
6475 an article, or retrieve them for further use.
6476
64772008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6478
6479 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6480 keys when no argument is given.
6481
64822008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * gnus-sum.el (gnus-article-sort-by-random)
296a8e19
SM
6485 (gnus-thread-sort-by-random): Fix doc strings.
6486 Reported by jidanni@jidanni.org.
0b6799c3
MB
6487
64882008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
6489
6490 * gnus-art.el (gnus-article-describe-bindings): New function.
6491 (gnus-article-read-summary-keys): Use it.
6492 (gnus-article-mode-map): Bind `C-h b' to it.
6493
95838435
MB
64942008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6495
6496 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6497 XEmacs.
296a8e19
SM
6498 (gnus-article-describe-key, gnus-article-describe-key-briefly):
6499 Protect against non-character events.
95838435 6500
95838435
MB
65012008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6502
296a8e19
SM
6503 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6504 New command.
95838435
MB
6505 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6506 instead of END. Change name of the temp file.
6507 (gnus-group-gmane-group-download-format): Add doc string. Make it
6508 customizable.
6509
65102008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6511
6512 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6513 bind `S W' to gnus-article-wide-reply-with-original; set default
6514 binding to gnus-article-read-summary-send-keys.
6515 (gnus-article-read-summary-keys): Fix the order of keys; display
6516 continuation keys correctly in the echo area; describe bindings
6517 correctly when keys end with `C-h'.
6518 (gnus-article-read-summary-send-keys): New function.
296a8e19
SM
6519 (gnus-article-describe-key, gnus-article-describe-key-briefly):
6520 Work for gnus-article-read-summary-send-keys; display continuation keys
95838435
MB
6521 correctly in the echo area.
6522 (gnus-article-reply-with-original): Ignore prefix argument.
6523 (gnus-article-wide-reply-with-original): New function.
6524
d82cf70b
MB
65252008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
6526
6527 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6528 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6529
65302008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
6531
6532 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6533 (gnus-group-read-ephemeral-gmane-group): New command.
6534
f3041af1
DN
65352008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6536
6537 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6538
87035689
MB
65392007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
6540
6541 * message.el (message-send-mail-function): Increase custom version.
6542
6543 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6544 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
6545
87035689
MB
65462007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6547
6548 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6549 html parts correctly; support forwarded messages.
6550 (gnus-article-browse-html-article): Remove work buffers.
6551
6552 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6553 compiling.
6554 (netrc-bound-and-true-p): New macro.
6555 (netrc-parse): Use it instead of bound-and-true-p that is not available
6556 in XEmacs 21.4.
6557
65582007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
6559
6560 * gnus-registry.el (gnus-registry-mark-article)
6561 (gnus-registry-article-marks): Add functionality to mark articles
6562 through the Gnus registry.
6563
6564 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6565 (netrc-parse): Use encrypt-file-alist to determine if
6566 encrypt-find-model or encrypt-insert-file-contents should be used.
6567
541cbf8b
GM
65682007-12-19 Glenn Morris <rgm@gnu.org>
6569
6570 * mml.el (message-options-set, message-narrow-to-head)
6571 (message-in-body-p, message-mail-p, message-encode-message-body):
6572 Autoload.
6573 (message-remove-header, message-narrow-to-headers-or-head)
6574 (message-subscribed-p, message-make-mail-followup-to)
6575 (message-position-on-field, message-news-p)
6576 (message-options-set-recipient, message-generate-headers)
6577 (message-sort-headers): Declare as functions.
6578
87035689
MB
65792007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6580
6581 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6582 convention in doc string.
6583
65842007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6585
6586 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6587 title to html parts.
6588 (gnus-article-browse-html-article): Pass message header to it.
6589
6590 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6591
65922007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
6593
6594 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6595 or password compatible with XEmacs.
6596
bbbe940b
MB
65972007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6598
6599 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6600 format document.
6601 (gnus-mime-delete-part): Don't write description line if empty.
6602 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6603
880820fe 66042007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
6605
6606 * gnus-sum.el (gnus-summary-mark-unread-as-read)
6607 (gnus-summary-mark-read-and-unread-as-read)
6608 (gnus-summary-mark-current-read-and-unread-as-read)
6609 (gnus-summary-mark-unread-as-ticked): Doc fix.
6610 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6611
66122007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6613
296a8e19
SM
6614 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
6615 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
bbbe940b
MB
6616
66172007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6618
6619 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6620 yes-or-no-p.
6621
66222007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
6623
6624 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 6625 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b 6626
296a8e19
SM
6627 * gnus-art.el (gnus-article-browse-delete-temp-files):
6628 Use gnus-y-or-n-p instead of y-or-n-p.
bbbe940b
MB
6629 (gnus-article-browse-html-parts): Work with message/external-body; use
6630 mm-add-meta-html-tag.
6631
cef98b13
GM
66322007-12-11 Glenn Morris <rgm@gnu.org>
6633
6634 * gnus-cache.el: Require gnus-sum not just when compiling.
6635
6636 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6637
296a8e19
SM
6638 * gnus-int.el (gnus-server-opened, gnus-status-message):
6639 Move definitions before use.
cef98b13
GM
6640
6641 * mm-decode.el: Require gnus-util.
6642 (mm-remove-part): Only call delete-annotation on XEmacs.
6643
6644 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6645
6646 * nnmail.el: Require gnus-int.
6647
6648 * spam.el: Move `require's before `eval-when-compile's.
6649
6650 * gnus-ems.el (gnus-alive-p):
6651 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 6652 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
6653 * mail-source.el (gnus-compress-sequence):
6654 * message.el (Info-goto-node, format-spec):
6655 * mm-bodies.el (message-options-get):
6656 * mm-decode.el (mm-view-pkcs7):
6657 * mm-util.el (gmm-write-region):
6658 * mml-smime.el (mml-compute-boundary)
6659 (gnus-completing-read-with-default):
6660 * mml.el (widget-button-press, gnus-make-hashtable):
6661 * mml1991.el (mm-decode-content-transfer-encoding)
6662 (mm-encode-content-transfer-encoding)
6663 (message-options-get, message-options-set):
6664 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6665 * nnfolder.el (gnus-request-group):
6666 * nnheader.el (ietf-drums-unfold-fws):
6667 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6668 * smime.el (gnus-run-mode-hooks):
6669 * spam-stat.el (gnus-message): Autoload.
6670
6671 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6672 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6673 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6674 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6675 Add declare-function compatibility definition.
6676
6677 * gnus-cache.el (nnvirtual-find-group-art):
6678 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6679 (gnus-add-image, gnus-add-wash-type):
6680 * gnus-group.el (nnkiboze-score-file):
6681 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6682 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
6683 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6684 (message-tokenize-header, gnus-get-buffer-create)
6685 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6686 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
6687 * gnus.el (gnus-group-decoded-name):
6688 * mail-source.el (imap-capability):
6689 * mm-bodies.el (message-options-set):
6690 * mm-decode.el (gnus-configure-windows):
6691 * mm-extern.el (message-goto-body):
6692 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6693 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6694 (epg-sub-key-validity, message-options-set):
6695 * mml.el (widget-event-point, gnus-configure-windows):
6696 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6697 * mml2015.el (epg-check-configuration, epg-configuration)
6698 (message-options-set):
6699 * nndb.el (nndb-request-article):
6700 * nnfolder.el (gnus-request-create-group):
6701 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6702 * nnmaildir.el (gnus-group-mark-article-read):
6703 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6704 * rfc1843.el (message-fetch-field):
6705 * spam.el (gnus-extract-address-components):
6706 Declare as functions.
6707
bbbe940b
MB
67082007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6709
6710 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6711
a5ded4c9
GM
67122007-12-09 Glenn Morris <rgm@gnu.org>
6713
6714 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6715
6716 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 6717 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 6718 Add declare-function compatibility definition.
a5ded4c9
GM
6719
6720 * gnus-art.el (w3-region, w3m-region, Info-menu):
6721 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6722 * gnus-sum.el (gnus-get-predicate):
6723 * gnus-util.el (mm-append-to-file, w32-focus-frame):
6724 * message.el (mail-abbrev-in-expansion-header-p):
6725 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 6726 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
6727 * sieve-manage.el (password-read, password-cache-add)
6728 (password-cache-remove):
8d0f97a4 6729 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 6730
274f1353
DK
67312007-12-08 David Kastrup <dak@gnu.org>
6732
6733 * gnus-sum.el (gnus-summary-simplify-subject-query):
6734 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6735 `message'.
6736
a601fb74 67372007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 6738
a601fb74 6739 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 6740
af5370ad
RS
67412007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6742
6743 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6744
21ee0911
MB
67452007-12-06 Christian Plate <cplate@web.de> (tiny change)
6746
296a8e19 6747 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
21ee0911
MB
6748 Call gnus-add-to-range ranges only once with a prepared article-list.
6749
67502007-12-06 Paul Jarc <prj@po.cwru.edu>
6751
149cd465
JB
6752 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6753 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
296a8e19
SM
6754 group names with backslashes.
6755 Reported by Tassilo Horn <tassilo@member.fsf.org>.
21ee0911 6756
f0131492 67572007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 6758
a601fb74
GM
6759 * gnus-art.el (article-make-date-line):
6760 * gnus-start.el (gnus-load):
6761 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 6762
415a09fb
MB
67632007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6764
6765 * gnus-art.el (gnus-use-idna)
6766 * gnus-start.el (gnus-site-init-file)
6767 * message.el (message-use-idna)
6768 * mm-uu.el (mm-uu-hide-markers)
6769 * smiley.el (smiley-style): Revert changes that suppress warnings.
6770
67712007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6772
6773 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
296a8e19
SM
6774 specify charset to html source.
6775 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
415a09fb
MB
6776
67772007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6778
6779 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6780 idna-program in order to suppress byte compile warning issued by XEmacs
6781 that came to byte compile the default value section of defcustom forms
6782 recently.
6783
6784 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6785 value of installation-directory.
6786
6787 * message.el (message-use-idna): Don't directly refer to the value of
6788 idna-program.
6789
6790 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6791
6792 * smiley.el (smiley-style): Don't directly call face-attribute.
6793
b890d447
MB
67942007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
6795
6796 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6797
6798 * gnus-dired.el: Reduce Gnus dependencies.
296a8e19
SM
6799 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
6800 Don't require. Use autoloads instead.
b890d447
MB
6801 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6802 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6803 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6804 (gnus-dired-mode): Adjust doc string.
6805 (gnus-dired-mail-mode): New variable.
6806 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6807 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6808 (gnus-dired-mail-buffers): New function. Return mail or message
6809 composition buffers.
6810 (gnus-dired-attach): Use it.
6811 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6812 NO-DECODE.
6813 (gnus-dired-print): Use `gnus-print-buffer' depending on
6814 `gnus-dired-mail-mode'.
6815
68162007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6817
6818 * rfc2047.el (rfc2047-encoded-word-regexp)
6819 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6820 explaining what regexp patterns are for.
6821
13b0ef01
GM
68222007-12-04 Glenn Morris <rgm@gnu.org>
6823
6824 * password.el: Move to ../password-cache.el.
6825
6826 * mml1991.el (password-read, password-cache-add, password-cache-remove):
6827 * mml2015.el (password-read, password-cache-add, password-cache-remove):
6828 * mml-smime.el (password-read, password-cache-add)
6829 (password-cache-remove):
6830 No need to autoload, since mml-sec requires password.
6831
6832 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6833 * message.el (gnus-extract-address-components):
6834 * mml-smime.el (gnus-extract-address-components): Define for compiler.
6835
6836 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6837 password.
6838
b890d447
MB
68392007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
6840
6841 * mailcap.el: Reduce dependencies.
6842 (mail-header-parse-content-type): Autoload.
6843 (mailcap-delete-duplicates): New alias.
6844 (mailcap-mime-info): Add optional argument NO-DECODE.
6845 (mailcap-mime-types): Use mailcap-delete-duplicates.
6846
6847 * message.el (message-ignored-supersedes-headers): Add "X-ID".
6848
68492007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6850
6851 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6852 function.
6853
6854 * gnus-uu.el (gnus-uu-decode-yenc): New command.
6855 (gnus-uu-yenc-article): New function.
6856
6857 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6858
296a8e19 6859 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
b890d447 6860
21662dc7
GM
68612007-12-02 Glenn Morris <rgm@gnu.org>
6862
323fc9ec
GM
6863 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6864 Move to ../net.
6865
21662dc7
GM
6866 * binhex.el, uudecode.el: Move to ../mail.
6867
ceabaeb3
GM
6868 * encrypt.el: Remove file.
6869
b890d447
MB
68702007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
6871
6872 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6873 matches on patches.
6874
296a8e19
SM
6875 * gnus-art.el (gnus-article-browse-html-article):
6876 Mention `mm-text-html-renderer' in the doc string.
b890d447
MB
6877
6878 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6879 string. Add comments.
6880
6881 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6882 if rhs is ASCII.
6883
08545d0a
GM
68842007-12-01 Glenn Morris <rgm@gnu.org>
6885
fb18c032 6886 * dig.el, dns.el: Move to ../net.
c3335b6a 6887 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 6888
08545d0a
GM
6889 * mail-source.el (top-level): Require format-spec before
6890 eval-when-compile.
6891
257a0a0d
GM
68922007-11-30 Glenn Morris <rgm@gnu.org>
6893
6894 * encrypt.el: Require password, rather than autoloading password-read.
6895
b890d447
MB
68962007-11-28 Elias Oltmanns <eo@nebensachen.de>
6897
6898 * gnus.el (gnus-method-to-server): Add an optional parameter so the
6899 caller can indicate whether the cache should be disregarded for this
6900 call. This way the result of the call is reproducible at all times and
6901 can be considered a canonical server name for the supplied method.
6902 (gnus-agent-method-p): Canonicalize server names by pushing their
6903 method through `gnus-method-to-server' using the no-cache argument.
6904
296a8e19
SM
6905 * gnus-srvr.el (gnus-server-insert-server-line):
6906 Call `gnus-method-to-server' with `no-cache' argument.
b890d447
MB
6907
6908 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6909 gnus-agent-possibly-synchronize-flags as this should be called when the
6910 server is actually being opened.
6911 (gnus-agent-possibly-synchronize-flags)
6912 (gnus-agent-possibly-synchronize-flags-server): Move check for the
6913 flags file of an agentized server to the latter function.
6914
6915 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6916 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6917 after a connection has been established successfully.
6918
69192007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6920
6921 * gnus-art.el (article-display-face): Force to display face if called
6922 interactively; check if gnus-article-x-face-too-ugly matches author.
6923 (article-display-x-face): Display face even if From header is missing
6924 as article-display-face does.
6925
d50fd8e2
GM
69262007-11-28 Richard Stallman <rms@gnu.org>
6927
6928 * md4.el: Move to ../.
6929 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6930
b890d447
MB
69312007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
6932
6933 * mail-source.el (mail-sources): Default to fetch from file for
6934 compatibility with default of nnmail-spool-file.
6935
69362007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6937
6938 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6939 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6940 to look for encoded word that should be encoded again.
6941 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6942 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6943 encoding pattern.
6944 (rfc2047-decode-region): Switch strict regexp and loose one according
6945 to rfc2047-allow-irregular-q-encoded-words.
6946
a06e7b5d
SJ
69472007-11-26 Simon Josefsson <simon@josefsson.org>
6948
6949 * imap.el: Move to ../net directory.
6950
b890d447
MB
69512007-11-25 Romain Francoise <romain@orebokech.com>
6952
6953 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6954
69552007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6956
6957 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6958 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6959
6960 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6961 `nnmail-spool-file'.
6962
6963 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6964 `nnmail-spool-file'.
6965
6966 * gnus-move.el (gnus-change-server): Ditto.
6967
6968 * gnus-kill.el (gnus-batch-score): Ditto.
6969
6970 * gnus-cache.el (gnus-jog-cache): Ditto.
6971
c9e31f32
SM
6972 * gnus-msg.el (gnus-summary-reply):
6973 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
6974
69752007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6976
c9e31f32
SM
6977 * gnus-cache.el (gnus-cache-generate-nov-databases):
6978 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
6979 nnml-generate-nov-databases-1.
6980
e3b0153a
GM
69812007-11-24 Glenn Morris <rgm@gnu.org>
6982
6983 * message.el (message-tool-bar-retro): Update for rename
6984 mail_send.xpm->mail-send.xpm.
6985
b890d447
MB
69862007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6987
6988 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6989 `smime-ldap-search' for Emacs 22 and up.
6990
145cc6b9
RS
69912007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6992
63ff8478
RS
6993 * hashcash.el: Move to ../mail directory.
6994
8746c8b8
RS
6995 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
6996
145cc6b9
RS
6997 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6998 `smime-ldap-search' for Emacs 22 and up.
6999
82816ba1
SM
70002007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7001
b7b80032
SM
7002 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7003
82816ba1
SM
7004 * message.el (message-send-mail-function): Fix error convention.
7005 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7006 (message-widen-reply, message-send-mail, message-talkative-question)
7007 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7008 (message-clone-locals, message-send-news): Use with-current-buffer.
7009 (message-insert-or-toggle-importance): Remove unused var `valid'.
7010 (message-make-references): Remove unused var `new-references'.
7011 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7012
3042deef
JB
70132007-11-22 Juanma Barranquero <lekktu@gmail.com>
7014
7015 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7016 (spam-split-symbolic-return-positive): Reflow docstring.
7017 (spam-backends, spam-summary-exit-behavior)
7018 (spam-mark-ham-unread-before-move-from-spam-group)
7019 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7020 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7021 (spam-clear-cache, spam-backend-check, spam-install-backend)
7022 (spam-install-statistical-backend, spam-list-of-processors)
7023 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7024 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7025 (spam-check-crm114, spam-initialize, spam-unload-hook):
7026 Fix typos in docstrings.
7027
b890d447
MB
70282007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7029
7030 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7031 been checked if they have never been read and those group levels are
7032 higher than the one that a user specified.
7033
70342007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7035
7036 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7037 foreign groups unless a group level is specified by a user.
7038 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7039
b62a39c4
RS
70402007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7041
7042 * message.el (message-send-mail-function): Require sendmail.
7043
2ea6167b
RS
70442007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7045
9e0a8576
RS
7046 * message.el (message-send-mail-function): Check for smtpmail too.
7047
f21470ef
RS
7048 * utf7.el (utf7-encode, utf7-decode): Use coding system
7049 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7050
2ea6167b
RS
7051 * message.el (message-send-mail-function): New function.
7052 (message-send-mail-function): Set default using
7053 message-send-mail-function. Adjust doc string.
7054 (message-send-mail-with-mailclient): New function.
7055
127a6f0e
GM
70562007-11-17 Richard Stallman <rms@gnu.org>
7057
7058 * assistant.el: Remove file.
7059
9efa445f
DN
70602007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7061
7062 * smime.el (from):
7063 * rfc2047.el (message-posting-charset):
7064 * qp.el (mm-use-ultra-safe-encoding):
7065 * pop3.el (parse-time-months):
7066 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7067 * nnml.el (files):
7068 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7069 (jka-compr-compression-info-list, ange-ftp-path-format)
7070 (efs-path-regexp):
7071 * nndiary.el (files):
7072 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7073 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7074 (epg-digest-algorithm-alist, inhibit-redisplay)
7075 (password-cache-expiry):
7076 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7077 (pgg-output-buffer, password-cache-expiry):
7078 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7079 (efs-path-regexp):
7080 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7081 (inhibit-redisplay):
7082 * mm-uu.el (file-name, start-point, end-point, entry)
7083 (gnus-newsgroup-name, gnus-newsgroup-charset):
7084 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7085 (latin-unity-ucs-list):
7086 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7087 (mm-uu-binhex-decode-function):
b97439ce 7088 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
7089 (rmail-enable-mime-composing, gnus-local-organization)
7090 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7091 (gnus-read-active-file, facemenu-add-face-function)
7092 (facemenu-remove-face-function, gnus-article-decoded-p)
7093 (tool-bar-mode):
7094 * mail-source.el (display-time-mail-function):
7095 * gnus-util.el (nnmail-pathname-coding-system)
7096 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7097 (gnus-original-article-buffer, gnus-user-agent)
7098 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7099 (xemacs-codename, sxemacs-codename, emacs-program-version):
7100 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7101 * gnus-start.el (gnus-agent-covered-methods)
7102 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7103 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7104 (gnus-newsgroup-headers, gnus-group-list-mode)
7105 (gnus-group-mark-positions, gnus-newsgroup-data)
7106 (gnus-newsgroup-unreads, nnoo-state-alist)
7107 (gnus-current-select-method, mail-sources)
7108 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7109 (nnmail-spool-file, gnus-cache-active-hashtb):
7110 * gnus-mh.el (mh-lib-progs):
7111 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7112 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7113 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7114 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7115 (gnus-group-buffer):
7116 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7117 (font-lock-set-defaults):
7118 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7119 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7120 (gnus-summary-post-menu, total-parts, type, condition, length):
7121 * gnus-agent.el (gnus-agent-read-agentview):
7122 * flow-fill.el (show-trailing-whitespace):
7123 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7124 eval-and-compile wrappers for byte compiler pacifiers.
7125
7126 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7127 (mm-display-inline-fontify): Check for featurep 'xemacs not
7128 extent-list.
7129
7130 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7131 itimer-list.
7132 (mm-create-image-xemacs): Only do something for XEmacs.
7133 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7134
7135 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7136
7137 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7138 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7139
e9346447
JB
71402007-11-15 Juanma Barranquero <lekktu@gmail.com>
7141
ec5741dc 7142 * nnimap.el (nnimap-split-download-body):
e9346447 7143 * gnus-demon.el (gnus-demon):
ec5741dc 7144 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 7145
1428d46b
MB
71462007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7147
296a8e19
SM
7148 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7149 New macros.
1428d46b
MB
7150 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7151 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7152 copy data from unibyte buffer to multibyte current buffer.
93acd23d 7153 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
7154 to copy data from unibyte current buffer to multibyte buffer.
7155 (nntp-make-process-buffer): Make process buffer unibyte.
7156
7157 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7158
71592007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7160
7161 * pop3.el (pop3-open-server): Accept and process data more robustly at
7162 connexion start to avoid spurious "POP SSL connexion failed" errors.
7163
71642007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7165
7166 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7167 read group names.
7168
71692007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7170
7171 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7172
71732007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7174
7175 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7176 (nnmail-save-active): Use a unibyte buffer when saving active file,
7177 which may contain non-ASCII group names.
7178
7179 * nnml.el (nnml-request-group): Decode group names in messages.
7180
4d8a28ec
MB
71812007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7182
7183 * message.el (message-citation-line-function)
7184 (message-insert-formatted-citation-line): Fix spelling of
7185 `message-insert-formated-citation-line'.
7186
c12ecb0a
MB
71872007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7188
7189 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7190
4d8a28ec
MB
71912007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7192
7193 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7194 nnmail-pathname-coding-system.
7195
7196 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7197 that a user enters; decode group names in messages.
7198
7199 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7200
60ece9b0
MB
72012007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7202
7203 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7204
7205 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7206
7207 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7208 risky local variable.
7209
7210 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7211
72122007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
7213
7214 * encrypt.el: Improve documentation to fix function name typo.
7215 Reported by Daiki Ueno <ueno@unixuser.org>.
7216
72172007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7220 even if the point is not in the last page of an article.
7221 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7222 back to the previous page.
7223
c590ed3a
MB
72242007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
7225
7226 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7227
60ece9b0
MB
72282007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7229
7230 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7231
c70dbcd5
SM
72322007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7233
296a8e19
SM
7234 * message.el (message-check-news-body-syntax):
7235 Avoid mm-string-as-multibyte.
c70dbcd5
SM
7236 (message-hide-headers): Don't assume (point-min)==1.
7237
437ce4be
MB
72382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7239
7240 * message.el (message-remove-blank-cited-lines): Fix if remove is
7241 given.
7242 (message-bogus-address-regexp): New variable.
7243 (message-bogus-recipient-p): New function.
7244 (message-check-recipients): New command.
7245 (message-syntax-checks): Add `bogus-recipient'.
7246 (message-fix-before-sending): Add `bogus-recipient'.
7247
7248 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
7249 (gnus-treat-body-boundary): Don't test window-system.
7250
296fa7b4 72512007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
7252
7253 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 7254
c7ff939a
RS
72552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7256
7257 * gnus.el: Bump version to Gnus v5.13.
7258
01c52d31
MB
72592007-10-28 Miles Bader <miles@gnu.org>
7260
7261 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7262 at compile-time too.
7263
437ce4be
MB
72642007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7265
296a8e19
SM
7266 * gnus-msg.el (gnus-message-setup-hook):
7267 Add `message-remove-blank-cited-lines' to options.
437ce4be 7268
01c52d31
MB
72692007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7270
7271 * message.el (message-remove-blank-cited-lines): New function.
880820fe 7272 Suggested by Karl Plästerer.
01c52d31
MB
7273
72742007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7275
7276 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7277 mapc.
7278
7279 * imap.el (imap-open): Replace mapcar called for effect with mapc.
7280 (top-level): Use mapc to set functions to be traced for debugging.
7281
7282 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7283 called for effect with while loop.
7284
7285 * message.el (message-talkative-question): Replace mapcar called for
7286 effect with mapc.
7287
7288 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7289 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7290 called for effect with dolist.
7291
7292 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7293
7294 * nndiary.el: Use dolist instead of mapcar to add diary headers to
7295 gnus-extra-headers and nnmail-extra-headers.
7296
7297 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7298 called for effect with dolist.
7299 (top-level): Use mapc to set functions to be traced for debugging.
7300
7301 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7302 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7303 dolist.
7304
7305 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7306 Replace mapcar called for effect with mapc.
7307 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7308 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7309 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7310 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7311
7312 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7313 remove-if that's a cl function.
7314
7315 * webmail.el (webmail-debug): Replace mapcar called for effect with
7316 dolist.
7317
01c52d31
MB
73182007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7321 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7322 with while loop.
7323
7324 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7325 functions from article-* functions.
7326 (gnus-multi-decode-header): Replace mapcar called for effect with
7327 dolist.
7328
7329 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7330 (gnus-bookmark-show-details): Replace mapcar called for effect with
7331 while loop.
7332
7333 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7334 called for effect with while loop.
7335
7336 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7337 with dolist.
7338
296a8e19
SM
7339 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7340 Replace mapcar called for effect with dolist.
01c52d31
MB
7341
7342 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7343
7344 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7345 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7346 Replace mapcar called for effect with dolist.
7347 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7348 mapc.
7349
7350 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7351 Replace mapcar called for effect with dolist.
7352 (gnus-topic-list): Replace mapcar called for effect with mapc.
7353
7354 * gnus.el: Use mapc instead of mapcar to add autoloads.
7355
4b576f7d
RS
73562007-10-23 Richard Stallman <rms@gnu.org>
7357
7358 * gnus-group.el (gnus-group-highlight): Mark as risky.
7359
fdc90613
MB
73602007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
7361
7362 * gnus.el (gnus-server-to-method): Return method found first in
7363 gnus-newsrc-alist.
7364
01c52d31
MB
7365 * gnus-art.el (gnus-article-highlight-signature)
7366 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7367 button overlay without the front stickiness.
7368
73692007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
7370
7371 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7372 overview buffer needed a catch to receive its throw.
296a8e19 7373 (gnus-agent-flush-cache): Declare as interactive to make this function
01c52d31
MB
7374 easier to use.
7375
fdc90613
MB
73762007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7377
7378 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7379 `next-line'.
7380
5255e3ff
MB
73812007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7382
7383 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7384 exclude address matching message-dont-reply-to-names.
7385
b4fde39f
MB
73862007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7387
7388 * gnus-util.el (gnus-string<): New function.
7389
7390 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 7391 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
7392
73932007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7394
7395 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7396 the frame-focus tag is set in gnus-buffer-configuration.
7397
01c52d31
MB
73982007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7399
7400 * gnus-art.el (gnus-article-add-button): Make a button overlay without
7401 the front stickiness.
7402
74032007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7404
7405 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7406 url pattern; remove duplicate one.
7407 (gnus-article-extend-url-button): New function.
7408 (gnus-article-add-buttons): Use it.
7409 (gnus-button-push): Use concatenated url that it makes.
7410
6ab3804a
JB
74112007-10-04 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7414 (sieve-manage-open): Use `mapc' instead of `mapcar'.
7415
2f19ece7
SM
74162007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7419 Don't hardcode point-min==1.
7420
1d0df8af
DK
74212007-09-30 David Kastrup <dak@gnu.org>
7422
7423 * gnus-art.el (gnus-article-reply-with-original)
7424 (gnus-article-followup-with-original): When `transient-mark-mode' is
7425 off, refrain from active-region behavior for followups.
7426
4b70e299
MB
74272007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7428
7429 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
7430 Fix comment about "iso8859-1".
7431
d4835507 74322007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
7433
7434 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7435 ones returned from the verify-function.
7436
296a8e19
SM
7437 * mm-uu.el (mm-uu-pgp-signed-extract-1):
7438 Call mml2015-extract-cleartext-signature if extraction failed.
01c52d31
MB
7439
74402007-10-07 Daiki Ueno <ueno@unixuser.org>
7441
7442 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7443 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7444 failed.
4b70e299
MB
7445
74462007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7447
e9346447 7448 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 7449
01c52d31
MB
74502007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7451
7452 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7453 to mark a thread as expirable. Add variable `hide' to handle hiding of
7454 thread for both the null and zero (kill/expire thread) universal prefix
7455 cases.
7456 (gnus-summary-expire-thread): Add new function to expire a thread,
7457 using gnus-summary-kill-thread.
7458 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7459 shortcuts for gnus-summary-expire-thread.
7460 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7461 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
7462
74632007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7464
7465 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7466 extras value, so an extras entry can be deleted.
7467 (gnus-registry-delete-extra-entry): Use it.
7468 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7469 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7470 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
7471 storage through the gnus-registry, and provide an appropriate API for
7472 it.
01c52d31 7473
4b70e299
MB
74742007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7475
7476 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7477 Suggested by Leo <sdl.web@gmail.com>.
7478
7479 * gnus.el: Do.
7480
74812007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7482
7483 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7484 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
7485
7486 * gnus-agent.el (gnus-agent-fetch-headers): Do.
7487
7488 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7489 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7490
74912007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7494 newline.
7495 (nnmbox-request-accept-article): Don't change article in source buffer;
7496 narrow to header to use message-fetch-field rather than
7497 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7498 (nnmbox-request-replace-article): Quote lines that'll be misidentified
7499 as delimiters; make sure article ends with newline.
7500 (nnmbox-delete-mail): Correct last position of article to be deleted;
7501 ignore X-Gnus-Newsgroup header in article body.
7502 (nnmbox-save-mail): Quote lines looking like delimiters at the right
7503 positions; make sure article ends with newline.
7504
01c52d31
MB
7505 * message.el (message-display-abbrev): Don't infloop when a user
7506 inserts SPC in the beginning of header.
7507
75082007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
7509
7510 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7511 list of groups not followed by default. Fix type to be regexp.
7512 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7513
75142007-09-06 Tassilo Horn <tassilo@member.fsf.org>
7515
7516 * hmac-def.el (define-hmac-function): Switch from old-style to
7517 new-style backquotes.
7518
002876ab 7519 * md4.el (md4-make-step): Likewise.
01c52d31
MB
7520
75212007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7522
7523 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7524 raw-text coding system when saving .newsrc file, which may contain
7525 non-ASCII group names.
7526
4b70e299
MB
75272007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7528
7529 * gnus-cus.el (gnus-score-extra): New widget.
7530 (gnus-score-extra-convert): New function.
7531 (gnus-score-customize): Use it for Extra.
7532
01c52d31
MB
75332007-08-31 Daiki Ueno <ueno@unixuser.org>
7534
7535 * mml2015.el (mml2015-extract-cleartext-signature): New function.
7536 (mml2015-mailcrypt-clear-verify): Use it.
7537 (mml2015-gpg-clear-verify): Use it.
7538 (mml2015-pgg-clear-verify): Use it.
7539 (mml2015-epg-clear-verify): Replace the current part with the output
7540 from GnuPG; don't extract the plaintext by itself.
7541
7542 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7543 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7544 mml2015-clear-verify-function; don't touch the armor headers or
7545 dash-escaped text here.
7546
75472007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7550 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7551 parts, or application/octet-stream as a last resort.
7552 (gnus-mime-view-part-as-type): Don't toggle display.
7553 (gnus-mime-view-part-as-charset): Don't turn off display before
7554 querying charset.
7555
7556 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7557 stuff to undisplayer function in Emacs.
7558 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7559
7560 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7561 text/calendar parts.
7562
7f22a765
MB
75632007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
7564
01c52d31
MB
7565 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7566 decoding text/calendar parts.
7567
7568 * message.el (message-forward-make-body-mime): Always mark body as
7569 having no illegible text; remove signed-or-encrypted argument.
7570 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7571
7f22a765
MB
7572 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7573 (mml-generate-mime-1): Don't encode body if it is specified to be in
7574 raw form; don't make buffer be unibyte when inserting multibyte string.
7575
67d0660b
SM
75762007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * sha1.el: Fix up comment style.
7579 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7580 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7581
7582 * hex-util.el: Fix up comment style.
7583 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7584
7585 * gnus-salt.el: Use with-current-buffer.
7586 (gnus-pick-setup-message): Fix long-standing typo.
7587
bdaf8a62
MB
75882007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
7589
01c52d31
MB
7590 * imap.el (imap-logout-timeout): New variable.
7591 (imap-logout, imap-logout-wait): New functions.
7592 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7593
7594 * nnimap.el (nnimap-logout-timeout): New server variable.
7595 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7596 nnimap-logout-timeout.
7597
bdaf8a62
MB
7598 * gnus-art.el (gnus-article-summary-command-nosave)
7599 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7600
76012007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7602
7603 * gnus.el (gnus-maximum-newsgroup): New variable.
7604
7605 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7606 according to gnus-maximum-newsgroup.
7607
7608 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
7609 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7610 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 7611
01c52d31
MB
76122007-08-14 Tassilo Horn <tassilo@member.fsf.org>
7613
296a8e19 7614 * gnus-art.el (gnus-sticky-article): Fix problems described in
01c52d31
MB
7615 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
7616 Don't perform gnus-configure-windows here; reuse existing sticky
7617 article buffer.
7618
7619 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7620 it doesn't exist in gnus-article-mode.
7621
76222007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7625 (gnus-agent-decoded-group-name): New function.
7626 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7627 (gnus-agent-expire-group-1): Use it; decode group name in messages.
7628
76292007-08-12 Tassilo Horn <tassilo@member.fsf.org>
7630
7631 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7632 Add binding for gnus-sticky-article.
7633 (gnus-summary-exit): Don't kill sticky article buffers.
7634
7635 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7636 article buffer.
7637 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7638 (gnus-kill-sticky-article-buffers): New commands.
7639
37cc095b
MB
76402007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7641
7642 * nntp.el (nntp-xref-number-is-evil): New server variable.
7643 (nntp-find-group-and-number): If it is non-nil, don't trust article
7644 numbers in the Xref header.
7645
01c52d31
MB
76462007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * gnus-agent.el (gnus-agent-read-group): New function.
7649 (gnus-agent-flush-group, gnus-agent-expire-group)
7650 (gnus-agent-regenerate-group): Use it.
7651 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7652 nnmail-pathname-coding-system.
7653
37cc095b
MB
76542007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7657
01c52d31
MB
7658 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7659 that are unread as unread, and also as selected so that information of
7660 marks having been changed by a user may be updated when exiting group.
7661
37cc095b
MB
76622007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7663
7664 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7665
01c52d31
MB
76662007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
7667
7668 * gnus-art.el (gnus-mime-display-single): Pass part number that is
7669 calculated ignoring signature parts to gnus-treat-article.
7670
76712007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7672
7673 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7674 a point here in order to keep the window start.
7675 (gnus-insert-mime-security-button): Make a button overlay without the
7676 front stickiness.
7677 (gnus-mime-display-security): Goto the end of a button.
7678
7679 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7680
76812007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7682
7683 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7684 group-name-at-point.
7685 (gnus-group-completing-read): New function that offers decoded
7686 non-ASCII group names for completion.
7687 (gnus-fetch-group, gnus-group-read-ephemeral-group)
7688 (gnus-group-jump-to-group, gnus-group-make-group-simple)
7689 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7690 (gnus-group-fetch-control): Use it.
7691 (gnus-fetch-group): Use group-name-at-point for the initial value
7692 rather than the default value; use gnus-alive-p.
7693
7694 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7695 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7696 (gnus-summary-post-news): Use gnus-group-completing-read.
7697
7698 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7699 (gnus-read-move-group-name): Decode group name for completion.
7700
f0131492 77012007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
7702
7703 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7704 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7705 Yamaoka slightly modified the code).
7706
77072007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7710 (nnmail-split-incoming): Bind it.
7711
7712 * nnml.el (nnml-group-name-charset): New function.
7713 (nnml-decoded-group-name): Use it; don't decode group name if
7714 nnmail-group-names-not-encoded-p is non-nil.
7715 (nnml-encoded-group-name): New function.
7716 (nnml-group-pathname): Inline nnml-decoded-group-name.
7717 (nnml-request-expire-articles): Decode group name in message.
7718 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7719 nnmail-pathname-coding-system.
7720 (nnml-save-mail, nnml-active-number): Work with decoded group names and
7721 not decoded ones according to nnmail-group-names-not-encoded-p.
7722 (nnml-generate-active-info): Use nnml-encoded-group-name.
7723
3ecd3a56
GM
77242007-08-08 Glenn Morris <rgm@gnu.org>
7725
7726 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7727 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7728 doc-strings and comments.
7729
cacc7b51
GM
77302007-07-25 Glenn Morris <rgm@gnu.org>
7731
7732 * Relicense all FSF files to GPLv3 or later.
7733
01c52d31 77342007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 7735
296a8e19
SM
7736 * gnus-sum.el (gnus-summary-move-article):
7737 Make gnus-summary-respool-article work.
2f62a044 7738
f931ce84
MB
77392007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
7740
7741 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7742 string.
7743
880820fe 77442007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
7745
7746 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
7747 that should be ignored when comparing distant RSS articles with local
7748 ones.
7749 (nnrss-make-hash-index): New function. Create a hash index according
7750 to the ignored fields.
7751 (nnrss-check-group): Use it.
7752
77532007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7754
7755 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7756
7757 * gnus-art.el (article-decode-group-name): Decode Xref header too.
7758
7759 * gnus-group.el (gnus-group-make-group): Encode group name here unless
7760 the new optional argument ENCODED is non-nil.
7761 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7762 coding system for encoding group name.
7763 (gnus-group-make-rss-group): Pass un-encoded group name to
7764 gnus-group-make-group.
7765 (gnus-group-set-info): Tell gnus-group-make-group that group name is
7766 encoded.
7767
7768 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7769 Encode group name to which articles are moved or copied.
7770 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7771 coding system for encoding Newsgroup, Followup-To and Xref headers.
7772
7773 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7774 marks; use nnheader-file-coding-system to write a file.
7775 (nnagent-retrieve-headers): Bind file-name-coding-system to
7776 nnmail-pathname-coding-system.
7777
7778 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7779
7780 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7781 (nnml-request-article, nnml-request-create-group)
7782 (nnml-request-rename-group, nnml-find-id)
7783 (nnml-possibly-change-directory, nnml-possibly-create-directory)
7784 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7785 (nnml-save-marks): Use nnml-group-pathname instead of
7786 nnmail-group-pathname.
7787
7788 (nnml-request-create-group, nnml-request-expire-articles)
7789 (nnml-request-move-article, nnml-request-delete-group)
7790 (nnml-deletable-article-p, nnml-possibly-create-directory)
7791 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7792 (nnml-open-marks): Bind file-name-coding-system to
7793 nnmail-pathname-coding-system.
7794
7795 (nnml-request-article): Pass server argument to nnml-find-group-number.
296a8e19
SM
7796 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
7797 Pass server argument to nnml-possibly-create-directory.
01c52d31
MB
7798 (nnml-request-accept-article): Pass server argument to
7799 nnml-active-number and nnml-save-mail.
7800 (nnml-find-group-number): Pass server argument to nnml-find-id.
7801 (nnml-request-update-info): Pass server argument to
7802 nnml-marks-changed-p.
7803
7804 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7805 (nnml-save-mail, nnml-active-number): Add server argument.
7806
7807 (nnml-request-delete-group): Warn if group is missing.
7808 (nnml-get-nov-buffer): Decode group name.
7809 (nnml-generate-active-info): Encode group name.
7810 (nnml-open-marks): Decode group name in messages.
7811
78122007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7815 if it is not specified.
7816 (gnus-article-pipe-part, gnus-article-save-part)
7817 (gnus-article-interactively-view-part, gnus-article-copy-part)
7818 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7819 (gnus-article-inline-part, gnus-article-save-part-and-strip)
7820 (gnus-article-replace-part, gnus-article-delete-part)
7821 (gnus-article-view-part-as-type): Pass raw prefix argument to
7822 gnus-article-part-wrapper.
7823
78242007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7825
296a8e19
SM
7826 * gnus-agent.el (gnus-agent-save-active):
7827 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
01c52d31
MB
7828
7829 * gnus-cache.el (gnus-cache-save-buffers)
7830 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7831 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7832 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7833 (gnus-cache-braid-nov, gnus-cache-braid-heads)
7834 (gnus-cache-generate-active, gnus-cache-rename-group)
7835 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
296a8e19
SM
7836 (gnus-cache-update-overview-total-fetched-for):
7837 Bind file-name-coding-system to nnmail-pathname-coding-system.
7838 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
7839 New variables.
01c52d31
MB
7840 (gnus-cache-decoded-group-name): New function.
7841 (gnus-cache-file-name): Use it.
7842 (gnus-cache-generate-active): Use non-decoded group name for active.
7843
7844 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7845 right place.
7846 (gnus-write-active-file): Don't break non-ASCII group names.
7847
7848 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7849 nnmail-pathname-coding-system.
7850
7851 * gnus-uu.el (gnus-uu-decode-save): Typo.
7852
f931ce84
MB
78532007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7854
7855 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7856
2f62a044
MB
78572007-07-14 David Kastrup <dak@gnu.org>
7858
7859 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7860 finishing actions if we did not edit the article.
7861
01c52d31
MB
78622007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7863
7864 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7865 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7866 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7867 (gnus-agent-flush-group, gnus-agent-flush-cache)
7868 (gnus-agent-fetch-headers, gnus-agent-load-alist)
7869 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7870 (gnus-agent-retrieve-headers, gnus-agent-request-article)
7871 (gnus-agent-regenerate-group)
7872 (gnus-agent-update-files-total-fetched-for)
296a8e19
SM
7873 (gnus-agent-update-view-total-fetched-for):
7874 Bind file-name-coding-system to nnmail-pathname-coding-system.
01c52d31
MB
7875 (gnus-agent-group-pathname): Don't encode file names by
7876 nnmail-pathname-coding-system.
7877 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7878 coding-system-for-write instead of buffer-file-coding-system to
7879 gnus-agent-file-coding-system.
7880
7881 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7882 Decode group name.
7883
7884 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7885
7886 * gnus-start.el (gnus-update-active-hashtb-from-killed)
7887 (gnus-read-newsrc-el-file): Make group names unibyte.
7888
7889 * nnmail.el (nnmail-group-pathname): Don't encode file names by
7890 nnmail-pathname-coding-system.
7891
7892 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7893 (nnrss-request-delete-group): Bind file-name-coding-system to
7894 nnmail-pathname-coding-system.
296a8e19
SM
7895 (nnrss-read-server-data, nnrss-read-group-data):
7896 Bind file-name-coding-system correctly.
01c52d31
MB
7897 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7898
7899 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7900 (nntp-server-to-method-cache): New variable.
7901 (nntp-group-pathname): New function that decodes non-ASCII group names.
7902 (nntp-possibly-create-directory, nntp-marks-changed-p)
7903 (nntp-save-marks, nntp-open-marks): Use it.
7904 (nntp-possibly-create-directory, nntp-open-marks):
7905 Bind file-name-coding-system to nnmail-pathname-coding-system.
7906 (nntp-open-marks): Decode group names when bootstrapping marks.
7907
7908 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7909 Newsgroups and Folowup-To headers.
7910
82fe1aed
MB
79112007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7912
7913 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7914 (gnus-server-closed-face, gnus-server-denied-face)
7915 (gnus-server-offline-face): Remove variable.
7916 (gnus-server-font-lock-keywords): Use faces that are not aliases.
7917
01c52d31
MB
7918 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7919 of modifying message-stack directly for XEmacs.
7920
82fe1aed
MB
7921 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7922 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7923 if the coding-system argument is nil for XEmacs.
7924
7925 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7926 mm-charset-override-alist.
7927
7928 * rfc2047.el: Don't require base64; require rfc2045 for the function
7929 rfc2045-encode-string.
7930 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7931 to quote the parameter value.
7932
01c52d31
MB
79332007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
7934
7935 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7936 form in gnus-group-name-charset-method-alist.
7937
7938 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7939 overrides the default layout edit-form.
7940
7941 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7942
7943 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7944
60b0b668
MB
79452007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
7946
7947 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7948 as unfetched articles.
7949
79502007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7953
01c52d31
MB
79542007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7955
7956 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7957 original back end that keeps marks in the local system.
7958
60b0b668
MB
79592007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
7960
01c52d31
MB
7961 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7962 arg of pop-to-buffer for XEmacs.
7963 (gnus-article-read-summary-keys): Ditto; don't restore window
7964 configuration if summary command ends up with neither article buffer
7965 nor summary buffer; describe bindings if summary keys end with C-h.
7966
79672007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7968
7969 * message.el (message-fix-before-sending): Skip raw message part to be
7970 forwarded while checking illegible text.
296a8e19
SM
7971 (message-forward-make-body-mime, message-forward-make-body):
7972 Mark signed or encrypted raw message as having no illegible text.
01c52d31
MB
7973
79742007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7977 (gnus-message-with-timestamp-1): New macro.
7978 (gnus-message-with-timestamp): New function.
7979 (gnus-message): Use them.
7980
7981 * nnheader.el (nnheader-message): Use them.
7982
79832007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
7984
7985 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7986 .newsrc.eld file.
60b0b668 7987
5cedca8d
MB
79882007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7989
7990 * gnus-agent.el (gnus-agent-fetch-headers)
296a8e19
SM
7991 (gnus-agent-retrieve-headers):
7992 Bind gnus-decode-encoded-address-function to identity.
5cedca8d
MB
7993
7994 * nntp.el (nntp-send-xover-command): Recognize an xover command is
7995 available also when the server returns simply a dot.
7996
7997 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7998
524705ae
MB
79992007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8000
01c52d31
MB
8001 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8002
80032007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8004
524705ae
MB
8005 * gnus-ems.el (gnus-x-splash): Make it work.
8006
8007 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8008 from being used.
8009
01c52d31
MB
80102007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8011
8012 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8013 the front stickiness.
8014 (gnus-article-summary-command-nosave): Correct the order of the
8015 arguments passed to pop-to-buffer.
8016 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8017 summary command ends up with the article buffer.
8018
8019 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8020 the same faces.
524705ae 8021
770edeec
JB
80222007-06-07 Juanma Barranquero <lekktu@gmail.com>
8023
524705ae 8024 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 8025
34c5dce5
JB
80262007-06-06 Juanma Barranquero <lekktu@gmail.com>
8027
3e3dc2c3
JB
8028 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8029 * gnus-sum.el (gnus-summary-highlight):
524705ae 8030 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 8031 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 8032
524705ae
MB
80332007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8034
8035 * gnus-art.el (gnus-mime-view-part-externally)
8036 (gnus-mime-view-part-internally): Fix predicate function passed to
8037 completing-read.
8038
01c52d31
MB
8039 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8040
8041 * gnus.el (gnus-update-message-archive-method): Add :version.
8042
80432007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8044
8045 * gnus.el (gnus-update-message-archive-method): New variable.
8046
8047 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8048 according to gnus-message-archive-method if
8049 gnus-update-message-archive-method is non-nil.
8050
80512007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8052
296a8e19
SM
8053 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8054 Suggested by Loic Dachary <loic@dachary.org>.
01c52d31 8055 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 8056
c14dcd06
CY
80572007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8058
8059 * message.el (message-pop-to-buffer): Add switch-function argument.
8060 (message-mail): Pass switch-function argument to it.
524705ae 8061
01c52d31
MB
80622007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8065 Improve doc string.
8066
80672007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8068
8069 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8070 (gnus-header-content)
8071 * gnus-cite.el (gnus-cite-10)
8072 * gnus-srvr.el (gnus-server-closed)
8073 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8074 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8075 (gnus-group-mail-3-empty, gnus-group-mail-low)
8076 (gnus-group-mail-low-empty, gnus-splash)
8077 * message.el (message-header-to, message-header-cc)
8078 (message-header-subject, message-header-other, message-header-name)
8079 (message-header-xheader, message-separator, message-cited-text)
8080 (message-mml): Lighten colors of faces used for dark background.
8081
80822007-05-24 Simon Josefsson <simon@josefsson.org>
8083
8084 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8085 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8086
524705ae
MB
80872007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8088
c9e31f32
SM
8089 * message.el (message-narrow-to-headers-or-head):
8090 Ignore mail-header-separator in the body.
524705ae 8091
01c52d31
MB
80922007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8093
8094 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8095 same as window size.
8096
80972007-05-22 Kevin Ryde <user42@zip.com.au>
8098
8099 * message.el (message-font-lock-keywords): Use message-header-xheader
8100 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8101 ahead of the anything pattern, to get it recognised.
8102
880820fe 81032007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
8104
8105 * gnus-sum.el (gnus-articles-to-read)
8106 (gnus-summary-insert-old-articles): Don't truncate group name for
8107 `read-string'.
8108
8109 * gnus-util.el (gnus-limit-string): Delete this function.
8110
296a8e19
SM
8111 * gnus-sum.el (gnus-simplify-subject-fully):
8112 Use `truncate-string-to-width' instead.
01c52d31 8113
880820fe 81142007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 8115
296a8e19
SM
8116 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8117 Tell if, on summary exit, the next group has to be selected.
01c52d31
MB
8118 (gnus-summary-exit): Use it.
8119
524705ae
MB
81202007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8121
8122 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8123 non-break space.
c14dcd06 8124
01c52d31
MB
81252007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8126
8127 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8128 Check if group is not a directory.
8129 (nnfolder-request-expire-articles): Don't delete articles if the target
8130 group is not available.
8131
8132 * nnml.el (nnml-request-create-group): Properly check if group is not a
8133 file.
8134 (nnml-request-expire-articles): Don't delete articles if the target
8135 group is not available.
8136
8137 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8138 Don't quote characters that are within parentheses.
8139
81402007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8143 (gnus-handle-ephemeral-exit): Select article according to it.
8144
81452007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8146
8147 * message.el (message-insert-formated-citation-line): Remove newline.
8148 (message-citation-line-format): Add final \n here so that the user can
8149 avoid a blank line.
8150
81512007-05-03 Dan Christensen <jdc@uwo.ca>
8152
8153 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8154 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8155 Update lanl/arXiv support.
596e5f72 8156
01c52d31
MB
81572007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8158
8159 * gnus.el: Bump version number.
8160
81612007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8162
8163 * gnus.el (gnus-version-number): Bump version.
8164
9b3ebcb6 81652007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
8166
8167 * gnus.el: No Gnus v0.6 is released.
8168
81692007-04-27 Didier Verna <didier@xemacs.org>
8170
296a8e19
SM
8171 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8172 * gmm-utils.el (gmm-regexp-concat): ... here.
01c52d31
MB
8173 * message.el: Don't require 'gnus-util.
8174 (message-dont-reply-to-names): Handle name change above.
8175 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8176
81772007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8178
8179 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8180 since the initial value varies according to the system.
8181
81822007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8183
8184 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8185
81862007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8187
8188 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8189
81902007-04-24 Didier Verna <didier@xemacs.org>
8191
8192 Improve the type of gnus-ignored-from-addresses.
8193 * gnus-util.el (gnus-orify-regexp): New function.
8194 * message.el (gnus-util): Require it.
8195 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8196 * gnus-sum.el (gnus-ignored-from-addresses): New function.
8197 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8198
81992007-04-24 Didier Verna <didier@xemacs.org>
8200
8201 * gnus-sum.el:
8202 * gnus-utils.el: Fix some trailing whitespaces.
8203
82042007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
8205
8206 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8207 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8208 article's Message-ID; refer parent article in summary buffer.
8209
8210 * message.el (message-bounce): Call mime-to-mml.
8211
82122007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8213
8214 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 8215
6b554e88
MB
82162007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8217
8218 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8219 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8220 displayed of multipart/alternative part if it is invoked from summary
8221 buffer.
6b554e88
MB
8222
8223 * mm-view.el (mm-inline-text-html-render-with-w3m)
8224 (mm-inline-text-html-render-with-w3m-standalone)
8225 (mm-inline-render-with-function): Use mail-parse-charset by default.
8226
01c52d31
MB
82272007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
8228
8229 * parse-time.el (parse-time-string-chars): Check if CHAR
8230 is less than the length of parse-time-syntax.
8231
82322007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
8233
8234 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8235 from gnus-newsgroup-processable.
8236
82372007-04-16 Didier Verna <didier@xemacs.org>
8238
296a8e19
SM
8239 * gnus-msg.el (gnus-configure-posting-styles):
8240 Handle message-signature-directory properly with :file syntax.
8241 Reported by "Leo".
01c52d31
MB
8242
82432007-04-11 Didier Verna <didier@xemacs.org>
8244
8245 New user option: message-signature-directory.
8246 * gnus-msg.el (gnus-configure-posting-styles): Support it.
8247 * message.el (message-insert-signature): Ditto.
8248 * message.el (message-signature-file): Doc update.
8249 * message.el (message-signature-directory): New.
8250
c429815a
MB
82512007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
8252
296a8e19
SM
8253 * gnus-msg.el (gnus-inews-yank-articles):
8254 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
c429815a
MB
8255
82562007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
8257
8258 * message.el (message-yank-original): Make sure cited text ends with
8259 newline; don't exchange point and mark.
8260
82612007-04-07 Chong Yidong <cyd@stupidchicken.com>
8262
8263 * tls.el (open-tls-stream): Properly handle case where there
8264 is no associated buffer.
8265
c345112e
TTN
82662007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
8267
8268 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8269 message-yank-original, make sure (< mark TEXT point).
8270
8aed9ac5
RS
82712007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8272
01c52d31
MB
8273 * message.el (message-fill-column): New variable.
8274 (message-mode): Use it. Add comment on a possible new hook.
8275
8aed9ac5
RS
8276 * nnmail.el (nnmail-spool-file): Mark as obsolete.
8277 (nnmail-get-new-mail): Reformat.
8278
8279 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8280
8281 * gmm-utils.el: Fix Commentary.
8282 (gmm-tool-bar-from-list): Fix typo in doc string.
8283
561fb491
TTN
82842007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
8285
01c52d31
MB
8286 * message.el (message-yank-original): Don't switch point and mark
8287 unnecessarily to put point and mark as documented.
8288
82892007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8290
8291 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8292 from the message heads.
8293
82942007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
8295
8296 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8297 article buffer does not have a window. This may not be the best
8298 solution but is certainly better than setting the start of the null,
8299 that is the current, window.
8300
83012007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8302
8303 * gnus-draft.el (gnus-draft-setup-hook): New hook.
8304 (gnus-draft-setup): Run it.
8305
8306 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8307 gnus-score-fast-scoring. Allow regexp.
8308 (gnus-score-headers): Use it.
8309
8310 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8311 XEmacs.
8312
8313 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8314 string.
8315 (gnus-button-alist): Also catch `<f1> k ...'.
8316 (gnus-treat-display-x-face): Fix doc string.
561fb491 8317
87ba2830
MB
83182007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8319
8320 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8321 evaluation of gnus-extended-version to ensure correct generation of the
8322 User-Agent header when message-generate-headers-first is used.
8323
01c52d31 83242007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 8325
01c52d31
MB
8326 * hashcash.el (hashcash-generate-payment-async): Don't crash if
8327 hashcash-path is nil. Don't call callback with incorrect number of
8328 parameters if val is 0.
87ba2830 8329
815b81c8
MB
83302007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8331
8332 * message.el (message-required-news-headers):
8333 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8334
83352007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8336
8337 * message.el (message-generate-new-buffers): Change the meaning of the
8338 nil value; add `standard' to the choices; treat t as `unique'; improve
8339 doc string.
8340 (gnus-select-frame-set-input-focus): Autoload.
8341 (message-buffer-name): Search for the existing message buffer if
8342 message-generate-new-buffers is nil or `standard'; treat the value t of
8343 message-generate-new-buffers as `unique'.
8344 (message-pop-to-buffer): Raise the frame already displaying the message
8345 buffer; clear the echo area after querying.
8346 (message-setup): Pass the `continue' argument to compose-mail.
8347 (message-mail): Prefer `switch-function' if it is given; search for the
8348 existing message buffer if the `continue' argument is non-nil; pass
8349 continue and switch-function arguments to compose-mail by way of
8350 message-setup.
8351 (message-mail-other-window): Adjust argument of message-setup.
8352 (message-mail-other-frame): Ditto.
8353
01c52d31
MB
83542007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8355
8356 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8357 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8358 to turn font-lock on when turning gnus-message-citation-mode on.
8359
83602007-03-06 Daiki Ueno <ueno@unixuser.org>
8361
8362 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8363 (mml-smime-function-alist): New variable; add epg as the backend.
8364 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8365 mml-smime- functions instead.
8366 * mm-view.el: Require smime.
8367
83682007-03-05 Didier Verna <didier@xemacs.org>
8369
8370 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8371 instead of just inheritance for posting styles.
8372 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8373
83742007-02-24 John Paul Wallington <jpw@pobox.com>
8375
8376 * tls.el (tls-certtool-program): Fix custom type.
8377
83782007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8379
8380 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8381 and point-at-eol instead of line-(beginning|end)-position.
8382
8383 * assistant.el (assistant-parse-buffer): Ditto.
8384
83852007-02-28 Daiki Ueno <ueno@unixuser.org>
8386
8387 * mml2015.el (mml2015-epg-find-usable-key): New function.
8388 (mml2015-epg-sign): Use it.
8389 (mml2015-epg-encrypt): Use it.
8390
45cb30ee
MB
83912007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8392
8393 * message.el (message-make-in-reply-to): Quote name containing
8394 non-ASCII characters. It will make the RFC2047 encoder cause an error
8395 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 8396 <nakaji@jp.freebsd.org>.
45cb30ee 8397
01c52d31
MB
83982007-02-27 Didier Verna <didier@xemacs.org>
8399
8400 Include the group parameters as well as the topic ones in the
8401 inheritance filter process.
8402 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8403 argument GROUP-PARAMS-LIST.
8404 * gnus-topic.el (gnus-group-topic-parameters): Use it.
8405
45cb30ee
MB
84062007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8407
8408 * nntp.el (nntp-never-echoes-commands)
8409 (nntp-open-connection-functions-never-echo-commands): New variables.
8410 (nntp-send-command): Use them.
8411
01c52d31
MB
84122007-02-20 Daiki Ueno <ueno@unixuser.org>
8413
296a8e19 8414 * mml2015.el (mml2015-epg-verify): Simplify.
01c52d31
MB
8415
84162007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8417
8418 * mml.el (mml-content-disposition-alist): New user option.
8419 (mml-content-disposition): New function.
8420 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8421 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8422
84232007-02-19 Daiki Ueno <ueno@unixuser.org>
8424
8425 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8426 verification.
8427
aa260d63
MB
84282007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8429
8430 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8431 articles posted in the last 24 hours.
8432
c371062c
CY
84332007-02-14 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8436
880820fe 84372007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
8438
8439 * nntp.el (nntp-send-command): Don't wait for echoes when
8440 nntp-open-ssl-stream is used.
8441
84422007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8443
8444 * gnus-cite.el (gnus-test-font-lock-add-keywords)
8445 (gnus-message-add-citation-keywords)
8446 (gnus-message-remove-citation-keywords): Remove.
8447 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8448 directly, make the variables in font-lock-defaults buffer-local, add
8449 gnus-message-citation-keywords to them and then update the value of
8450 font-lock-keywords.
8451
84522007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * message.el (message-cite-original-1): Don't call
8455 gnus-article-highlight-citation.
8456
8457 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8458 citations; fix line count.
8459
84602007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8461
8462 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8463 (gnus-message-add-citation-keywords)
8464 (gnus-message-remove-citation-keywords): Use it; fix the emulating
8465 versions of font-lock-add-keywords and font-lock-remove-keywords to
8466 work with XEmacs correctly.
8467
84682007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8469
8470 * gnus-cite.el (gnus-cite-face-list): Set the values of
8471 gnus-message-max-citation-depth and gnus-message-citation-keywords.
8472 (gnus-message-max-citation-depth): Use defvar rather than defconst.
8473 (gnus-message-cite-prefix-regexp): New variable.
8474 (gnus-message-search-citation-line): Use it; protect against long
8475 citation prefix; fill match data with nil rather than 0 for XEmacs; set
8476 the 0th match data for Emacs.
8477 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8478 (gnus-message-add-citation-keywords): Append keywords rather than
8479 prepending; emulate font-lock-add-keywords if it is not available.
296a8e19
SM
8480 (gnus-message-remove-citation-keywords):
8481 Emulate font-lock-remove-keywords if it is not available.
01c52d31
MB
8482
8483 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8484
8485 * message.el (message-cite-prefix-regexp): Set the value of
8486 gnus-message-cite-prefix-regexp.
8487
c91f4b83
MB
84882007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8489
8490 * nnweb.el (nnweb-google-parse-1): Update parser.
8491
8f77631e
JB
84922007-01-29 Juanma Barranquero <lekktu@gmail.com>
8493
8494 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8495
41e49ce6
MB
84962007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8497
8498 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8499 regexp.
8500
85012007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * uudecode.el (uudecode-string-to-multibyte): New function emulating
8504 string-to-multibyte.
8505 (uudecode-decode-region-internal): Use it.
8506
b28080e3
MB
85072007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
8508
296a8e19
SM
8509 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8510 Fix custom choice.
b28080e3
MB
8511
8512 * gnus-art.el (gnus-signature-limit): Fix custom choice.
8513
01c52d31
MB
85142007-01-22 Daiki Ueno <ueno@unixuser.org>
8515
8516 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8517
8518 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8519 `write-region' to respect `mm-inhibit-file-name-handlers'.
8520
b66f54c1
MB
85212007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
8522
8523 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8524 Use gnus-home-directory instead of "~/" or "$HOME".
8525
01c52d31
MB
85262007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
8527
8528 * encrypt.el (encrypt-insert-file-contents): Add better prompt
8529 to mention filename.
8530 Add comments at beginning regarding usage.
8531 (encrypt-write-file-contents): Change interactive so a string is
8532 acceptable. If the file has no associated model, show an error instead
8533 of a nonsense prompt.
8534
85352007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8536
8537 * spam.el (spam-bsfilter-ham-switch): Fix typo.
8538 Thanks to Yoshihiko Yamada for kind notification of this typo.
8539
0d7c8ac4
KH
85402007-01-12 Kenichi Handa <handa@m17n.org>
8541
8542 * uudecode.el (uudecode-decode-region-internal): Make it work in a
8543 multibyte buffer.
651408cb
MB
8544
85452007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
8546
01c52d31
MB
8547 * gnus-score.el (gnus-score-fast-scoring): New variable.
8548 (gnus-score-headers): Use it.
8549
651408cb 8550 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 8551
296a8e19
SM
8552 * message.el (message-cite-original-1):
8553 Call gnus-article-highlight-citation if requested.
60ece9b0 8554 (message-make-from): Allow name and address as optional arguments.
40e902eb 8555
01c52d31 8556 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 8557
01c52d31
MB
8558 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8559 bugs to doc string.
8560 (gnus-button-alist): Add mid\\|message-id.
8561 (gnus-button-fetch-group): Extend for use in
8562 `browse-url-browser-function'.
8563 (gnus-button-url-regexp): Try to catch paired parentheses like in
8564 Wikipedia URLs.
d84c3737 8565
01c52d31
MB
8566 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8567 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 8568
01c52d31 85692007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 8570
01c52d31
MB
8571 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8572 Update copyright.
ba361211 8573
01c52d31 85742007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 8575
01c52d31 8576 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 8577
01c52d31 85782007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 8579
01c52d31
MB
8580 * gnus-registry.el (gnus-registry-unfollowed-groups)
8581 (gnus-registry-split-fancy-with-parent): Fix documentation.
8582
85832007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8584
8585 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8586 from nnweb groups.
8587
85882006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8589
8590 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8591 Xref urls. Erase buffer before requesting head.
8592
8593 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8594
85952007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
8596
8597 * gnus-soup.el (gnus-soup): New custom group. Make user variables
8598 customizable.
8599
86002007-01-05 Daiki Ueno <ueno@unixuser.org>
8601
8602 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8603 no signing key is found.
8604 (mml2015-epg-encrypt): Ask user whether to skip or abort if
8605 no encrypting and/or signing key is found.
8606
86072007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8608
8609 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8610
86112007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8612
8613 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8614 headers read from disk with the ones newly found in the current search.
8615 This should no longer cause problems, because the article numbers in
8616 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
8617
86182007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8619
8620 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8621
86222007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8623
8624 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8625
01c52d31
MB
86262007-01-01 Romain Francoise <romain@orebokech.com>
8627
8628 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8629
86302006-12-31 Steve Youngs <steve@sxemacs.org>
8631
8632 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8633 `define-minor-mode' macro definition expanded properly.
8634 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8635 exclude it there.
8636
8637 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8638 of 2006-12-30. The default is nil on (S)XEmacs already because of the
8639 `fboundp' test.
8640 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8641 This is OK to autoload in (S)XEmacs now.
8642
86432006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8644
8645 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8646 keystroke.
8647 (gnus-summary-limit-to-singletons): Fix typo.
8648
8649 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8650 else fails.
8651
db629244
MB
86522006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8653
01c52d31
MB
8654 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8655 docstring.
8656
8657 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8658 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8659 (gnus-summary-insert-dormant-articles): Fix typo in message.
8660
86612006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
8662
8663 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8664 nil for XEmacs.
8665 (gnus-message-citation-mode): Don't autoload in XEmacs.
8666
8667 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 8668
880820fe 86692006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02 8670
296a8e19
SM
8671 * nnimap.el (nnimap-expunge-search-string):
8672 Mention nnimap-search-uids-not-since-is-evil in docstring.
11e95b02
MB
8673
86742006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8675
8676 * spam.el: Revert to make-obsolete-variable because
8677 define-obsolete-variable-alias is not supported in Emacs 21.
8678
01c52d31
MB
8679 * spam.el (spam-ifile-path, spam-ifile-database-path)
8680 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8681 make-obsolete-variable.
8682 (spam-bsfilter-path, spam-bsfilter-program)
8683 (spam-spamassassin-path, spam-spamassassin-program)
296a8e19
SM
8684 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
8685 Don't use "path" inappropriately.
01c52d31
MB
8686 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8687 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8688 variable names.
8689
11e95b02
MB
86902006-12-28 Daiki Ueno <ueno@unixuser.org>
8691
8692 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8693 summary buffer.
8694
01c52d31
MB
8695 * password.el (password-cache-remove): Use clear-string to burn
8696 password, if available.
11e95b02 8697
01c52d31
MB
86982006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8699
8700 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8701
8702 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8703
8704 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8705 (gnus-message-highlight-citation): Move defcustom here from
8706 gnus-cite.el.
8707 (gnus-message-citation-mode): Autoload.
8708
8709 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
8710 checks to make it compile with XEmacs.
8711 (gnus-message-citation-mode): New minor mode.
8712 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8713 (gnus-message-highlight-citation): New variables.
8714 (gnus-message-search-citation-line)
8715 (gnus-message-add-citation-keywords)
8716 (gnus-message-remove-citation-keywords)
8717 (turn-on-gnus-message-citation-mode)
8718 (turn-off-gnus-message-citation-mode): New functions.
8719
87202006-12-26 Oliver Scholz <epameinondas@gmx.de>
8721
8722 * gnus-cite.el: Enable highlighting of different citation levels in
8723 message-mode.
11e95b02
MB
8724
87252006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8726
8727 * message.el (message-make-fqdn): Fix comment.
8728 (message-bogus-system-names): Add ".local".
8729
8730 * spam.el (spam-ifile-path, spam-ifile-program)
8731 (spam-ifile-database-path, spam-ifile-database)
8732 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8733 Don't use "path" inappropriately.
8734 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8735 strings.
8736 (spam-check-ifile, spam-ifile-register-with-ifile)
296a8e19
SM
8737 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
8738 Use new variable names.
11e95b02
MB
8739
8740 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8741 (gnus-treat-display-smileys): Simplify using
8742 gnus-image-type-available-p.
8743
8744 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8745 available.
8746
87472006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8748
8749 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8750 one after turning on the buffer's multibyteness instead of decoding
8751 them directly in the unibyte buffer that causes unexpected conversion
8752 in Emacs 23 (unicode).
8753
01c52d31
MB
87542006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8755
8756 * message.el (message-generate-hashcash): Fix custom type.
8757
87582006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8759
8760 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8761
9b9e104e
MB
87622006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8763
8764 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8765 disconnect icons. Add help text.
8766
01c52d31
MB
87672006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
8768
8769 * spam.el (spam-extra-header-to-number): CRM114 spam score is
8770 negated to be consistent with the others we handle.
8771
87722006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8773
8774 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8775 version of gnus-summary-buffer to something, so that we can use two
8776 article buffers at the same time.
8777
87782006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
8779
8780 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8781 trigger all the extra headers.
8782 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8783 sorting.
8784
87852006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8786
8787 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8788 solid groups.
8789
bcd3e063
MB
87902006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8791
8792 * legacy-gnus-agent.el: Add Copyright notice.
8793
82e5f93f
CY
87942006-12-12 Chong Yidong <cyd@stupidchicken.com>
8795
8796 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8797
01c52d31
MB
87982006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8799
8800 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8801
8802 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8803 to make it work reliably in CVS Emacs.
8804 (gnus-summary-limit-strange-charsets-predicate)
8805 (gnus-summary-limit-to-predicate): New functions.
8806
f88e76a8
CY
88072006-12-08 Chong Yidong <cyd@stupidchicken.com>
8808
8809 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8810 specifying array size.
8811 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8812 array if it is too small.
296a8e19 8813 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
f88e76a8
CY
8814 (gnus-sort-threads-loop): New function.
8815
e925d5ae 88162006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
8817
8818 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8819 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8820
880820fe 88212006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
8822
8823 * mm-url.el (mm-url-predefined-programs): Call curl with correct
8824 options.
8825
01c52d31
MB
88262006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8827
8828 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8829 DOS-ing the recipient.
8830
8831 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8832 the headers when creating the mapping to avoid mismappings.
8833 (nnweb-gmane-create-mapping): Always nix out old mapping.
8834
88352006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8836
8837 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8838 and mm-verify-option to never.
8839
5538c331
MB
88402006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8841
01c52d31
MB
8842 * message.el (message-signed-or-encrypted-p): New function.
8843 (message-forward-make-body): Use it.
8844
8845 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8846 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
8847
88482006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8849
296a8e19
SM
8850 * nneething.el (nneething-decode-file-name):
8851 Replace decode-coding-string with mm-decode-coding-string.
5538c331 8852
01c52d31
MB
8853 * gnus-int.el (gnus-open-server): Say failed server's name.
8854
550831ed
JB
88552006-11-24 Juanma Barranquero <lekktu@gmail.com>
8856
8857 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8858 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8859
8860 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8861 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8862 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8863 (gnus-group-make-directory-group, gnus-group-transpose-groups):
8864 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8865 (gnus-subscribe-newsgroup, gnus-1):
8866 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8867 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8868 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8869 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8870
01c52d31
MB
88712006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8872
8873 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8874 keystroke.
8875 (gnus-summary-limit-to-bodies): Implement headersp.
8876
88772006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8878
8879 * dns.el (query-dns): Protect against "Process dns deleted" strings.
8880
e8f0f70d
MB
88812006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8882
8883 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8884
01c52d31
MB
88852006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8886
8887 * message.el (message-generate-hashcash): Expand range of values to
8888 include `opportunistic'.
8889 (message-send-mail): Use it.
8890
b07e0143
MB
88912006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8892
8893 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8894 and comment it.
8895
8896 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8897
4573e0df
MB
88982006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
8899
8900 * gnus-util.el (gnus-extract-address-components): Improve comment.
8901
89022006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8903
8904 * gnus-util.el (gnus-extract-address-components): Work with address in
8905 which the name portion contains @.
8906
89072006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8908
8909 * gnus.el (gnus-start): Move custom group up.
8910 (gnus-select-method): Don't autoload, but make it available for
8911 `customize-variable'.
8912 (gnus-getenv-nntpserver): Don't autoload.
8913
01c52d31
MB
89142006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
8915
8916 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8917
89182006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8919
8920 * message.el (message-sendmail-extra-arguments): New variable.
8921 (message-send-mail-with-sendmail): Use it.
8922
4573e0df
MB
89232006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8924
8925 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8926 mm-with-unibyte-current-buffer to make string unibyte.
8927
8928 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8929 mm-string-as-multibyte.
8930
01c52d31
MB
89312006-11-14 Daiki Ueno <ueno@unixuser.org>
8932
8933 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8934 Reported by Werner Koch <wk@gnupg.org>.
8935
89362006-11-14 Daiki Ueno <ueno@p360>
8937
8938 * mml2015.el: Autoload epa-select-keys when compiling.
8939
89402006-11-13 Daiki Ueno <ueno@unixuser.org>
8941
8942 * mml2015.el (mml2015-epg-sign): Save the signing keys in
8943 message-options.
8944 (mml2015-epg-encrypt): Save the recipient keys in message-options.
8945
89462006-11-13 Daiki Ueno <ueno@unixuser.org>
8947
296a8e19 8948 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
01c52d31
MB
8949 EasyPG (< 0.0.6).
8950 (mml2015-always-trust): New user option.
8951 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8952 prompt.
8953
89542006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8955
8956 * nntp.el (nntp-authinfo-force): New variable.
8957 (nntp-send-authinfo): Use it.
8958
4573e0df
MB
89592006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
8960
01c52d31
MB
8961 * message.el (message-strip-subject-encoded-words): Allow _not_ to
8962 decode encoded words. Improve prompt. Add comment about forwarding.
8963 (message-replacement-char): Move up.
4573e0df
MB
8964
89652006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8966
8967 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8968 instead of gnus-intersection because arguments of gnus-sorted-nunion
8969 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
8970
01c52d31
MB
89712006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
8972
8973 * message.el (message-strip-subject-encoded-words): Reformat prompt.
296a8e19
SM
8974 (message-simplify-subject-functions):
8975 Enable message-strip-subject-encoded-words by default.
01c52d31
MB
8976
89772006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
8978
c4cc8b9a 8979 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
8980 (message-simplify-subject-functions): New variable.
8981 (message-simplify-subject): Use it. Fix typo in doc string.
8982 Support message-strip-subject-encoded-words.
8983
06856b12
JB
89842006-11-03 Juanma Barranquero <lekktu@gmail.com>
8985
8986 * gnus-diary.el (gnus-diary-delay-format-function):
8987 * nndiary.el (nndiary-reminders):
8988 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8989
b193caa3
MB
89902006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8991
8992 * gnus-art.el (article-hide-boring-headers): Fetch date from
8993 gnus-original-article-buffer to avoid problems with localized date
8994 strings.
8995
89962006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8997
8998 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8999
ab785936
MB
90002006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9001
06856b12
JB
9002 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9003 New variables.
ab785936
MB
9004 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9005 (mm-charset-synonym-alist): Move some entries to
9006 mm-codepage-iso-8859-list.
296a8e19
SM
9007 (mm-charset-synonym-alist, mm-charset-override-alist):
9008 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
ab785936 9009
b90a6149
MB
90102006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9011
9012 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9013
90142006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9015
9016 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9017 with Emacs 21 and XEmacs.
9018
01c52d31
MB
90192006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9020
9021 * spam.el (spam-parse-address): New function for better parsing,
9022 catching errors, etc.
9023 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9024
b90a6149
MB
90252006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9026
9027 * mm-view.el: Add interactive arg to html2text autoload.
9028
90292006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9030
9031 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9032
01c52d31
MB
90332006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9034
296a8e19
SM
9035 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9036 New variables.
01c52d31
MB
9037 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9038 (mm-charset-synonym-alist): Move some entries to
9039 mm-codepage-iso-8859-list.
9040
9041 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9042
90432006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9044
9045 * message.el (message-citation-line-format)
9046 (message-insert-formated-citation-line): Fix implementation of %E, %N
9047 and %n according to the doc string.
9048
90492006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9050
296a8e19
SM
9051 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9052 Use car-safe to avoid bad parses.
01c52d31 9053
c86d4601
MB
90542006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9055
9056 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9057 names.
9058
9059 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9060
90612006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9062
01c52d31
MB
9063 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9064 header.
9065
9066 * message.el (message-draft-headers): Add Date.
9067 (message-headers-to-generate): Fix typo in docstring.
9068
9069 * nndraft.el (nndraft-required-headers): New variable.
9070 (nndraft-generate-headers): Use it.
9071
9072 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9073
90742006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9075
9076 * gnus-registry.el (gnus-registry-wash-for-keywords)
9077 (gnus-registry-find-keywords): New functions to allow easy searching of
9078 articles that are in the registry.
9079
90802006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9081
296a8e19
SM
9082 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9083 Use ietf-drums-parse-address instead of gnus-extract-address-components.
01c52d31 9084 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
9085
90862006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9087
9088 * gnus.el (gnus-mime): Remove unused custom group.
9089
92edaeed
MB
90902006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9091
9092 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9093 "blank line" when searching for end of armor headers.
9094
90952006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9096
9097 * gmm-utils.el (gmm-write-region): Fix variable name.
9098
90992006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9100
9101 * gmm-utils.el (gmm-write-region): New function based on compatibility
9102 code from `mm-make-temp-file'.
9103
9104 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9105
9106 * nnmaildir.el (nnmaildir--update-nov)
9107 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9108 Use `gmm-write-region'.
9109
996aa8c1
MB
91102006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9111
296a8e19
SM
9112 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9113 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
01c52d31
MB
9114
9115 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9116
9117 * message.el (message-replacement-char): New variable.
9118 (message-fix-before-sending): Use it.
9119 (message-simplify-subject): New function to remove duplicate code.
9120 (message-reply, message-followup): Use it.
9121
296a8e19
SM
9122 * gnus-sum.el (gnus-summary-make-menu-bar):
9123 Clarify gnus-summary-limit-to-articles.
996aa8c1 9124
01c52d31 91252006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 9126
01c52d31 9127 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 9128
01c52d31 9129 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 9130
01c52d31 91312006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9132
01c52d31
MB
9133 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9134 ignore non-string data.
996aa8c1 9135
01c52d31 91362006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9137
01c52d31
MB
9138 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9139 non-string data (needs to be done in the registry too).
996aa8c1 9140
01c52d31 91412006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9142
01c52d31
MB
9143 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9144 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9145 (gnus-registry-split-fancy-with-parent)
9146 (gnus-registry-fetch-simplified-message-subject-fast)
9147 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9148 Remove text properties on ingress into the registry and when it's saved.
9149 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9150 registry from entries with no groups.
996aa8c1 9151
01c52d31 91522006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9153
01c52d31
MB
9154 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9155 function to remove string properties.
996aa8c1 9156
67099291
MB
91572006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9158
9159 * gmm-utils.el (gmm): Adjust custom version.
9160
296a8e19
SM
9161 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9162 Adjust custom version.
67099291
MB
9163
9164 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9165
01c52d31
MB
91662006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9167
9168 * gnus-art.el (gnus-insert-prev-page-button)
9169 (gnus-insert-next-page-button): Simplify. Reformat.
9170
91712006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9172
9173 * gnus-art.el (gnus-insert-prev-page-button)
9174 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9175
94019f61
CY
91762006-09-25 Chong Yidong <cyd@stupidchicken.com>
9177
9178 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9179
01c52d31
MB
91802006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9181
c4cc8b9a
JB
9182 * gnus-art.el (gnus-insert-mime-button)
9183 (gnus-insert-mime-security-button):
9184 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
9185
91862006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9187
9188 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9189 readable.
9190
91912006-09-20 Steve Youngs <steve@sxemacs.org>
9192
9193 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9194 `browse-url-of-file' instead of `browse-url'.
9195
0327a464
MB
91962006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9197
9198 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9199 regexp. Articles containing quotation were cut prematurely.
9200
92012006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9202
01c52d31
MB
9203 * message.el (message-cite-original-1): Use nobody by default for the
9204 value of From header.
0327a464
MB
9205 (message-reply): Ditto.
9206
01c52d31
MB
92072006-09-11 Daiki Ueno <ueno@unixuser.org>
9208
9209 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9210 to the gnus-info. This fixes a bug of inline-PGP message verification.
9211 Reported by Michael Piotrowski <mxp@dynalabs.de>.
9212
b110774a
MB
92132006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9214
9215 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9216 mails in the doc string. Add some URLs in comment.
01c52d31 9217 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
9218
92192006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9220
9221 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9222 backslashes handling and the way to find boundaries of quoted strings.
9223
01c52d31
MB
92242006-09-07 Daiki Ueno <ueno@unixuser.org>
9225
9226 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9227 mml1991-encrypt-to-self is set and mml1991-signers is not set.
9228 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9229 mml2015-encrypt-to-self is set and mml2015-signers is not set.
9230
676c1893
RS
92312006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9232
01c52d31
MB
9233 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
9234 doc string.
9235 (gnus-button-regexp, gnus-button-last): Remove unused variables.
9236
92372006-09-06 Simon Josefsson <jas@extundo.com>
9238
9239 * mml2015.el (mml2015-use): Doc fix, mention epg.
9240
92412006-09-06 Daiki Ueno <ueno@unixuser.org>
9242
9243 * mml2015.el (mml2015-use): Default to epg, if available.
9244
92452006-09-06 Daiki Ueno <ueno@unixuser.org>
9246
9247 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9248 message-sender.
9249 (mml1991-epg-encrypt): Ditto.
9250 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9251 message-sender.
9252 (mml2015-epg-encrypt): Ditto.
676c1893 9253
de4fbbe4
CY
92542006-09-04 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * message.el (message-send-mail-with-sendmail): Look for sendmail in
9257 several common directories.
9258
01c52d31
MB
92592006-09-05 Daiki Ueno <ueno@unixuser.org>
9260
9261 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9262 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9263
d7093904
MB
92642006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9265
8fbdffe5
MB
9266 * gnus-art.el (article-decode-encoded-words): Make it fast.
9267
92682006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9269
9270 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9271
d7093904
MB
9272 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9273 in quoted string into `\'.
9274
343d6628
MB
92752006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9276
9277 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9278 Use standard-syntax-table.
9279
92802006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9281
9282 * gnus-art.el (gnus-decode-address-function): New variable.
9283 (article-decode-encoded-words): Use it to decode headers which are
9284 assumed to contain addresses.
9285 (gnus-mime-delete-part): Remove useless `or'.
9286
9287 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9288 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9289 (gnus-nov-parse-line): Use it to decode From header.
9290 (gnus-get-newsgroup-headers): Ditto.
9291 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9292
9293 * mail-parse.el (mail-decode-encoded-address-region): New alias.
9294 (mail-decode-encoded-address-string): New alias.
9295
9296 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9297 New function.
9298 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9299 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9300 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9301 (rfc2047-decode-string): Ditto.
9302 (rfc2047-decode-address-region): New function.
9303 (rfc2047-decode-address-string): New function.
9304
01c52d31
MB
93052006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
9306
9307 * message.el (message-caesar-buffer-body): Allow rotating headers.
9308
9309 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9310
9311 * message.el (message-insert-formated-citation-line): Fix %f.
9312 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9313
93142006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9315
9316 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9317 (gnus-bookmark-mouse-available-p): New macro.
9318 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9319 (gnus-bookmark-bmenu-show-infos): Use it.
9320 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9321 (gnus-bookmark-bmenu-hide-infos): Ditto.
9322 (gnus-bookmark-remove-properties): New function.
9323 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9324 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9325 (gnus-bookmark-write-file): Bind coding-system-for-write.
9326 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9327 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9328 group before selecting it.
9329 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9330 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9331 quit-window if it is not available; use gnus-mouse-2 and bind it to
9332 gnus-bookmark-bmenu-select-by-mouse.
9333 (gnus-bookmark-show-details): Remove unused variable `details-list'.
9334 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 9335
5dab7628
RF
93362006-08-13 Romain Francoise <romain@orebokech.com>
9337
9338 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9339 space.
9340
5ebdc299
MB
93412006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9342
9343 * compface.el (uncompface): Use binary rather than raw-text-unix.
9344
93452006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9346
9347 * compface.el (uncompface): Make sure the eol conversion doesn't take
296a8e19
SM
9348 place when communicating with the external programs.
9349 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5ebdc299
MB
9350
93512006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
9352
9353 * nnheader.el (nnheader-insert-head): Fix typo in comment.
9354
93552006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9356
9357 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9358 Make it more robust by parsing author and date independently.
9359
ebf693f3
MB
93602006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9361
9362 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9363
01c52d31
MB
93642006-07-28 Daiki Ueno <ueno@unixuser.org>
9365
9366 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9367 first matching secret key.
9368 (mml2015-epg-encrypt): Ditto.
9369
9370 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9371 first matching secret key.
9372 (mml1991-epg-encrypt): Ditto.
9373
9374 * mml2015.el (mml2015-encrypt-to-self): New user option.
9375 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9376 mml2015-epg-encrypt-to-self is set.
9377
9378 * mml1991.el (mml1991-encrypt-to-self): New variable.
9379 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9380 mml1991-epg-encrypt-to-self is set.
9381
9382 * mml2015.el (mml2015-signers): New user option.
9383 (mml2015-epg-sign): Reflect the value of mml2015-signers.
9384 (mml2015-epg-encrypt): Allow to select signing keys.
9385
9386 * mml1991.el (mml1991-signers): New variable.
9387 (mml1991-epg-sign): Reflect the value of mml1991-signers.
9388 (mml1991-epg-encrypt): Allow to select signing keys.
9389
ebf693f3
MB
93902006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9391
9392 * nnheader.el (nnheader-insert-head): Make it work even if the file
9393 uses CRLF for the line-break code.
9394
01c52d31
MB
93952006-07-25 Daiki Ueno <ueno@unixuser.org>
9396
9397 * mml2015.el: Require mml-sec instead of password.
9398 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9399 (mml2015-cache-passphrase): Inherit the default value from
9400 mml-secure-cache-passphrase.
9401 (mml2015-passphrase-cache-expiry): Inherit the default value from
9402 mml-secure-passphrase-cache-expiry.
9403
9404 * mml1991.el: Require mml-sec instead of password.
9405 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9406 (mml1991-cache-passphrase): Inherit the default value from
9407 mml-secure-cache-passphrase.
9408 (mml1991-passphrase-cache-expiry): Inherit the default value from
9409 mml-secure-passphrase-cache-expiry.
9410
9411 * mml-sec.el: Require password.
9412 (mml-secure-verbose): New user option.
9413 (mml-secure-cache-passphrase): New user option.
9414 (mml-secure-passphrase-cache-expiry): New user option.
9415
94162006-07-24 Daiki Ueno <ueno@unixuser.org>
9417
9418 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9419 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 9420 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
9421
9422 FIXME: Use `tiny change'?
9423
bd876f90
MB
94242006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9425
9426 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9427 workaround for the url package included with Emacs.
9428
9429 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9430
01c52d31
MB
94312006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9434 correctly. This fixes a bug caused by the 2006-05-12 change.
9435
06dc8321
KF
94362006-07-18 Karl Fogel <kfogel@red-bean.com>
9437
9438 * nnmail.el (nnmail-article-group): If splitting raises an error, give
9439 some information about the error when saying that the `bogus' mail
9440 group will be used.
9441
7ce31649
MB
94422006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
9443
9444 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9445 string.
9446
b44409c9
MB
94472006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
9448
9449 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9450
763bb2d4
MB
94512006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9452
9453 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9454
01c52d31
MB
94552006-07-10 Daiki Ueno <ueno@unixuser.org>
9456
9457 * mml1991.el (mml1991-function-alist): Add epg.
9458 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9459 (mml1991-epg-encrypt): New functions.
9460
94612006-07-10 Daiki Ueno <ueno@unixuser.org>
9462
9463 * mml2015.el (mml2015-verbose): New variable.
9464 (mml2015-cache-passphrase): Ditto.
9465 (mml2015-passphrase-cache-expiry): Ditto.
9466 (mml2015-function-alist): Add epg.
9467 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9468 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
296a8e19
SM
9469 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9470 New functions.
01c52d31
MB
9471
94722006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9473
9474 * message.el (message-cite-original-1): Preserve region when removing
9475 quoted text due to X-No-Archive in order to avoid bogus attribution
9476 when citing multiple messages.
9477
94782006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9479
296a8e19
SM
9480 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9481 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
01c52d31 9482
827dc73d
MB
94832006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
9484
9485 * gnus-diary.el (gnus-user-format-function-d)
9486 (gnus-user-format-function-D): Autoload.
9487
01c52d31 9488 * imap.el (Commentary): Fix typo.
827dc73d 9489
01c52d31
MB
9490 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9491 2006-04-22 contribution.
9492
94932006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9494
9495 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9496 It didn't really fix the bogosity I'm seeing with solid web groups.
9497
94982006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9499
9500 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9501 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9502 created using server names. If we use the feature without declaring
9503 it, Gnus does not properly manage server and group state.
9504
9505 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9506 bound.
9507
95082006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9509
9510 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9511 looking up the method using GROUP's prefix before inventing a new one.
9512 It is used on killed/unknown groups in various places where returning
9513 an all-new method isn't expected by the caller.
9514
9515 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9516 and match semantics of gnus-group-real-prefix.
9517
95182006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
9519
9520 * nnmail.el (nnmail-broken-references-mailers): New variable.
9521 (nnmail-ignore-broken-references): New function generalizing
9522 nnmail-fix-eudora-headers.
9523 (nnmail-fix-eudora-headers): Now obsolete.
9524
296a8e19
SM
9525 * gnus-art.el (gnus-button-handle-custom):
9526 Support `customize-apropos*'.
01c52d31
MB
9527
95282006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9529
9530 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9531
9532 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9533 articles.
9534
95352006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9536
9537 * message.el (message-cite-reply-above): New variable.
9538 (message-yank-original): Use it.
827dc73d 9539
a367620f
MB
95402006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
9541
9542 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9543
01c52d31
MB
95442006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
9545
9546 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9547 as read.
9548
9549 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9550
95512006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
9552
9553 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9554 (gnus-bookmark-default-file): Use gnus-directory.
9555 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9556 Remove "*" in doc string.
9557 (gnus-bookmark-write-file): Simplify.
9558 (gnus-bookmark-maybe-sort-alist): Use `when'.
9559 (gnus-bookmark-get-bookmark): Fix typo in doc string.
296a8e19
SM
9560 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9561 Add FIXME about Emacs 21 and XEmacs compatibility.
01c52d31
MB
9562 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9563 compatibility.
9564 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9565 compatibility.
9566 (gnus-bookmark-menu-heading): Fix version.
9567
95682006-06-19 Bastien Guerry <bzg@altern.org>
9569
9570 * gnus-bookmark.el: New file.
9571
5cfd0f2e
MB
95722006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9573
9574 * message.el (message-syntax-checks): Doc fix.
9575
01c52d31
MB
95762006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9577
9578 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9579 unsubscribed groups as if they were killed ones. It causes duplicate
9580 entries in gnus-newsrc-alist.
9581
f362b760
MB
95822006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9583
9584 * message.el (message-syntax-checks): Doc fix.
9585 (message-send-mail): Add check for continuation headers.
9586 (message-check-news-header-syntax): Fix regexp used to check for
9587 continuation headers.
9588
95892006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9590
9591 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9592
01c52d31
MB
95932006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
9594
9595 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9596
95972006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9598
9599 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9600 default-truncate-lines.
9601
26c9afc3
MB
96022006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
9603
9604 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9605 to fill the utf-8 entry.
9606
01c52d31 96072006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 9608
01c52d31
MB
9609 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9610
96112006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
9612
9613 * gnus-agent.el (directory-files-and-attributes): Move all the way
9614 forward (the third and final move).
9615 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 9616 nonexistent directory. Handle by returning nil.
01c52d31
MB
9617
96182006-05-30 Didier Verna <didier@xemacs.org>
9619
9620 * message.el (message-dont-reply-to-names): Update the custom type.
9621 * message.el (message-dont-reply-to-names): New defsubst: potentially
9622 convert a list of regexps into a single one.
9623 * message.el (message-get-reply-headers): Use it.
9624 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9625
96262006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9627
9628 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
9629
96302006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9631
9632 * gnus-ml.el (gnus-mailing-list-subscribe)
9633 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9634 (gnus-mailing-list-message): Fix doc strings.
9635
96362006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9637
9638 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9639 of doing it manually.
9640
01c52d31
MB
96412006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9642
9643 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9644 comment.
9645
26c9afc3
MB
96462006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
9647
296a8e19
SM
9648 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
9649 (gnus-agent-read-agentview): Fix handling of end-of-file error.
c4cc8b9a 9650 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
9651 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9652 (gnus-agent-regenerate-group): Check numeric names to see if they are
9653 messages or groups.
01c52d31
MB
9654 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9655 better way of do this...)
9656
296a8e19
SM
9657 * gnus-cache.el (gnus-agent-total-fetched-for):
9658 Ignore 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
9659
96602006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9661
9662 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9663 (gnus-saved-headers): Ditto.
01c52d31 9664 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
9665 (gnus-article-save): Override gnus-save-all-headers and
9666 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
9667 (gnus-summary-save-in-file): Add :headers property.
9668 (gnus-summary-write-to-file): Ditto.
9669
9670 * gnus-sum.el (gnus-summary-save-article): Bind
9671 gnus-prompt-before-saving to t when saving many articles in a file;
9672 always show all headers.
9673
96742006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9677 marks.
9678
9679 * message.el (message-indent-citation): Add optional arguments to allow
9680 using it outside of message buffers.
9681
9682 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9683 (gnus-article-treat-unfold-headers): Use it.
9684 (gnus-article-truncate-lines): New variable.
9685 (gnus-article-mode): Use it.
9686 (gnus-article-toggle-truncate-lines): New function.
9687
296a8e19
SM
9688 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9689 Add gnus-article-toggle-truncate-lines.
01c52d31
MB
9690
9691 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9692 coding system in XEmacs, use binary.
9693
96942006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9695
9696 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9697 after-load-alist.
9698
9699 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9700 this function should save decoded articles.
9701 (gnus-summary-write-to-file): Use property to specify this function
9702 should save decoded articles and specify gnus-summary-save-in-file
9703 should be used to save articles other than the first one when saving
9704 many articles.
9705 (gnus-summary-save-body-in-file): Use property to specify this
9706 function should save decoded articles.
9707 (gnus-summary-write-body-to-file): Use property to specify this
9708 function should save decoded articles and specify
9709 gnus-summary-save-body-in-file should be used to save articles other
9710 than the first one when saving many articles.
9711
9712 * gnus-sum.el (gnus-summary-save-article): Simplify.
9713
97142006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9715
296a8e19
SM
9716 * gnus-art.el (gnus-default-article-saver):
9717 Add gnus-summary-write-body-to-file.
01c52d31
MB
9718 (gnus-article-save-coding-system): Don't use coding system object
9719 in XEmacs.
26c9afc3
MB
9720 (gnus-read-save-file-name): Add optional `dir-var' argument which
9721 specifies directory in which files are saved; work even if optional
9722 `variable' argument is not specified.
01c52d31
MB
9723 (gnus-summary-write-to-file): Read file name.
9724 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9725 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
9726
9727 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9728 (gnus-summary-local-variables): Add it.
9729 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
9730 (gnus-summary-save-article): Remove optional `decode' argument;
9731 determine whether to decode articles by the value of
9732 gnus-default-article-saver; when saving many files using
9733 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9734 it first and use gnus-summary-save-in-file or
9735 gnus-summary-save-body-in-file thereafter unless
9736 gnus-prompt-before-saving is always; move point to article which
9737 will be saved.
9738 (gnus-summary-save-article-file): Revert.
9739 (gnus-summary-write-article-file): Revert.
9740 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
9741 (gnus-summary-write-article-body-file): New function.
9742
97432006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9744
01c52d31 9745 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 9746
01c52d31 97472006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 9748
01c52d31
MB
9749 * gnus-art.el (gnus-default-article-saver): Doc fix.
9750 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9751 from gnus-summary-save-article-coding-system, and default to a
9752 certain coding system.
9753 (gnus-output-to-file): Add coding cookie and encode text according
9754 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 9755
01c52d31
MB
9756 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9757 gnus-art.el and rename to gnus-article-save-coding-system.
9758 (gnus-summary-save-article): Require gnus-art; don't show all
9759 headers if it decodes articles; don't add coding cookie here;
9760 don't bind mm-text-coding-system-for-write.
9761 (gnus-summary-save-article-file): Save decoded articles.
9762 (gnus-summary-write-article-file): When saving many files, use
9763 gnus-summary-write-to-file first and gnus-summary-save-in-file
9764 thereafter unless gnus-prompt-before-saving is always.
9765 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 9766
01c52d31 97672006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 9768
01c52d31 9769 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 9770
880820fe 97712006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
9772
9773 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9774 its hash index. Store this hash in `nnrss-group-data'.
9775 (nnrss-read-group-data): Update accordingly.
9776
97772006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9778
9779 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9780 entry.
9781
296a8e19
SM
9782 * gnus-sum.el (gnus-summary-make-menu-bar):
9783 Add gnus-article-browse-html-article.
01c52d31
MB
9784
97852006-05-23 Hynek Schlawack <hynek@ularx.de>
9786
296a8e19
SM
9787 * gnus-sum.el (gnus-summary-mime-map):
9788 Add gnus-article-browse-html-article.
9789
01c52d31
MB
97902006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9791
9792 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9793 suitable coding systems in customize.
9794
97952006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9796
9797 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 9798
d7ba2a01
RS
97992006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9800
f18df03d
MB
9801 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9802 (gnus-summary-expire-articles-now): Shorten prompt.
9803
d7ba2a01 9804 * gmm-utils.el (wid-edit): Require.
296a8e19 9805 (defun-gmm): Rename from `gmm-defun-compat'.
d7ba2a01
RS
9806 (gmm-image-search-load-path): Use it.
9807 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
9808
01c52d31
MB
98092006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9810
296a8e19
SM
9811 * gnus-sum.el (gnus-summary-save-article-coding-system):
9812 New variable.
9813 (gnus-summary-save-article): Add optional `decode' argument.
9814 If it is set and gnus-summary-save-article-coding-system is non-nil,
01c52d31
MB
9815 save decoded article.
9816 (gnus-summary-write-article-file): Save decoded article if
9817 gnus-summary-save-article-coding-system is non-nil.
9818
9819 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9820 type.
9821
98222006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9823
9824 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9825
98262006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9827
9828 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9829 first to test gnus-single-article-buffer which may be buffer-local.
9830
296a8e19
SM
9831 * gnus-sum.el (gnus-summary-setup-buffer):
9832 Make gnus-single-article-buffer buffer-local and nil in ephemeral
01c52d31
MB
9833 group; make gnus-article-buffer, gnus-article-current, and
9834 gnus-original-article-buffer always buffer-local.
9835 (gnus-summary-exit): Kill article buffer belonging to ephemeral
9836 group.
9837 (gnus-handle-ephemeral-exit): Don't move to next summary line.
9838
98392006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9840
9841 * nnml.el (nnml-request-compact-group): Compressed files might not
9842 have .gz extension.
9843
54e573e6
MB
98442006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9847 (mm-copy-to-buffer): Use with-current-buffer.
9848 (mm-display-part): Simplify.
9849 (mm-inlinable-p): Add optional arg `type'.
9850
01c52d31
MB
98512006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9852
49c7d1ac 9853 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
9854 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9855 Try harder to show the attachment internally or externally using
9856 gnus-mime-view-part-as-type.
9857
01c52d31 98582006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 9859
01c52d31
MB
9860 * message.el (message-from-style, message-signature-separator)
9861 (message-user-organization-file, message-send-mail-function)
9862 (message-citation-line-function, message-yank-prefix)
9863 (message-indent-citation-function, message-signature)
9864 (message-signature-file, message-signature-insert-empty-line):
9865 Remove autoloads.
9866
296a8e19
SM
9867 * gnus-art.el (gnus-buttonized-mime-types):
9868 Remove "multipart/signed". Revert 2006-04-26 change.
01c52d31
MB
9869
98702006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9871
9872 * gnus.el (gnus-version-number): Bump version.
9873
98742006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9875
9876 * gnus.el: No Gnus v0.5 is released.
9877
98782006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9879
9880 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9881 fetching articles by message-id.
9882
98832006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9884
9885 * message.el (hashcash): Require hashcash as normal.
9886
296a8e19
SM
9887 * ecomplete.el (ecomplete-highlight-match-line):
9888 Use point-at-eol.
01c52d31
MB
9889 (ecomplete-highlight-match-line): Use `highlight', because that
9890 face exists in both Emacs and XEmacs.
9891
9892 * message.el (message-display-abbrev): Use point-at-bol.
9893
9894 * mail-source.el: Don't require timer/timer-funcs.
9895
9896 * gnus-async.el: Ditto.
9897
9898 * password.el: Ditto.
9899
9900 * mm-url.el: Ditto.
9901
9902 * mm-util.el: Require timer/timer-funcs.
9903
99042006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9905
9906 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9907 Close.
54e573e6 9908
9606f1cb
MB
99092006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9910
9911 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9912 unibyte after clear-decrypt function runs.
9913
9914 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9915 returns as a unibyte string.
9916
305452a5
MB
99172006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9918
305452a5
MB
9919 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9920 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9921 (mml1991-pgg-encrypt): Ditto.
9922
0565caeb
MB
99232006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9924
01c52d31
MB
9925 * message.el (message-user-organization-file): Check several
9926 locations of the organization file.
0565caeb 9927
01c52d31
MB
9928 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9929 Add gnus-article-view-part-as-type.
0565caeb 9930
01c52d31 9931 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
9932
9933 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9934 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 9935
01c52d31
MB
9936 * mml.el: Simplify autoload.
9937 (mml-mode): defvar dnd-protocol-alist instead of using
9938 symbol-value.
9939 (mml-default-directory): New variable.
9940 (mml-minibuffer-read-file): Use it.
9941 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9942
9943 * message.el (message-citation-line-format): New variable.
9944 (message-insert-formated-citation-line): New function.
296a8e19
SM
9945 (message-citation-line-function):
9946 Add `message-insert-formated-citation-line' to custom type.
01c52d31
MB
9947
9948 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9949 to doc string.
9950
9951 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9952 depending on mm-verify-option.
0565caeb 9953
305452a5
MB
99542006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9955
9956 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9957 binding pgg-* variables; reimplement the section which prevents
9958 MIME header from being signed.
9959 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9960 pgg-text-mode; remove a blank line at the top of body.
9961
9962 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9963 lines at the top of body; use gnus-newsgroup-charset if there's no
9964 Charset header.
9965
0565caeb
MB
99662006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9967
01c52d31
MB
9968 * message.el (message-self-insert-commands): Doc fix.
9969
0565caeb
MB
9970 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9971 (mm-uu-pgp-encrypted-test): Ditto.
9972 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9973 between header and body; return application/pgp-encrypted handle
9974 if decryption failed; decode decrypted body by charset.
9975
9976 * mm-decode.el (mm-automatic-display): Don't make application/pgp
9977 element match to application/pgp-*.
9978
01c52d31
MB
99792006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9980
9981 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9982 HTML.
9983
99842006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9985
9986 * mail-source.el (mail-source-call-script): Message the error
9987 string.
9988
99892006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9990
9991 * gnus-util.el (gnus-byte-compile): Use it.
9992
002876ab 99932006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
9994
9995 * gnus-util.el (kill-empty-logs): New function.
9996
99972006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9998
9999 * message.el (message-mail-alias-type): Doc fix.
10000 (message-mail-alias-type-p): New function.
10001 (message-send): Use it.
10002 (message-mode): Ditto.
10003 (message-strip-forbidden-properties): Ditto.
10004
296a8e19
SM
10005 * ecomplete.el (ecomplete-database-file-coding-system):
10006 New variable.
01c52d31
MB
10007 (ecomplete-save): Use it.
10008 (ecomplete-setup): Use it.
10009
100102006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10011
10012 * message.el (message-self-insert-commands): New variable.
10013 (message-strip-forbidden-properties): Use it.
10014
100152006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10016
10017 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10018 that doesn't make XEmacs choke.
10019
f67d6742
MB
100202006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10021
49c7d1ac
SM
10022 * gnus-util.el (gnus-replace-in-string):
10023 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
10024
100252006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10026
49c7d1ac
SM
10027 * gnus-util.el (gnus-select-frame-set-input-focus):
10028 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
10029 definition defined in Emacs 22 for old Emacsen.
10030
01c52d31 100312006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 10032
01c52d31 10033 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 10034
01c52d31 100352006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 10036
01c52d31
MB
10037 * gnus-registry.el (gnus-registry-cache-save): Remove text
10038 properties when saving via the temp buffer.
bd29ba20 10039
01c52d31 100402006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 10041
01c52d31 10042 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 10043
01c52d31 100442006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 10045
01c52d31
MB
10046 * message.el (message-generate-hashcash): Default to non-nil when
10047 hashcash is found.
18c06a99 10048
01c52d31
MB
10049 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10050 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 10051
01c52d31 10052 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 10053
01c52d31 10054 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 10055
01c52d31 100562006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 10057
01c52d31
MB
10058 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10059 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10060 Remove autoloads.
163cb72d 10061
01c52d31 100622006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 10063
01c52d31 10064 * message.el (message-generate-hashcash): Default to.
163cb72d 10065
01c52d31 100662006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 10067
01c52d31
MB
10068 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10069 concatenating segments rather than before concatenating them.
163cb72d 10070
01c52d31 100712006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 10072
01c52d31 10073 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 10074
01c52d31
MB
10075 * imap.el (imap-quote-specials): New function.
10076 (imap-login-auth): Quote specials.
14e6dc54 10077
01c52d31 100782006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 10079
01c52d31 10080 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 10081
296a8e19
SM
10082 * message.el (message-forward-make-body-plain):
10083 Allow message-forward-ignored-headers to be a list.
01c52d31
MB
10084 (message-remove-ignored-headers): Factor out into function.
10085 (message-forward-make-body-mml): Use it.
10086 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10087 (rfc2231-parse-string): Allow concatanation of parameters that
10088 aren't contiguous. The test case is
10089 (mail-header-parse-content-type "message/external-body;
10090 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10091 access-type=LOCAL-FILE;
10092 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 10093
01c52d31 100942006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 10095
01c52d31
MB
10096 * nntp.el (nntp-accept-process-output): Return the value of
10097 `nnheader-accept-process-output'.
14e6dc54 10098
01c52d31 100992006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 10100
01c52d31
MB
10101 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10102 (gnus-button-alist): Recognize more diff formats.
10103 (gnus-button-patch): Strip directory.
14e6dc54 10104
01c52d31 101052006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 10106
01c52d31
MB
10107 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10108 Emacs 22 when setting focus.
1b155fbd 10109
01c52d31 101102006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 10111
01c52d31
MB
10112 * gnus-art.el (gnus-article-treat-types): Do treatment of
10113 text/x-verbatim parts.
10114 (gnus-button-patch): New command.
b6f2cf4b 10115
01c52d31
MB
10116 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10117 addresses that contain invalid characters.
b6f2cf4b 10118
01c52d31 101192006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 10120
296a8e19
SM
10121 * message.el (message-put-addresses-in-ecomplete):
10122 Use gnus-replace-in-string.
01c52d31
MB
10123 (message-is-yours-p): Use the more correct
10124 mail-header-parse-address instead of
10125 mail-extract-address-components.
10126 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 10127
01c52d31
MB
10128 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10129 keystroke.
77218834 10130
01c52d31
MB
10131 * gnus-art.el (gnus-treatment-function-alist): Change order of
10132 newsgroups/generic header folding to avoid double-folding.
77218834 10133
01c52d31 10134 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 10135
296a8e19
SM
10136 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10137 New command.
01c52d31 10138 (gnus-summary-repeat-search-article-backward): New command.
d451514f 10139
01c52d31
MB
10140 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10141 groups in the parent topic.
10142
880820fe 101432006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
10144
10145 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10146 (spam-extra-header-to-number): Return the CRM114 number as a
10147 number instead of a string.
10148
101492006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10150
296a8e19 10151 * gnus-art.el (gnus-face-properties-alist): Move here from
01c52d31
MB
10152 gnus-fun.
10153
10154 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10155
101562006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10157
10158 * message.el (message-strip-forbidden-properties): Only display on
10159 self-insert-command.
10160
10161 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10162 reindent.
10163 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10164
101652006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10166
10167 * smiley.el (smiley-style): Fix typo.
d451514f 10168
4f162824
KH
101692006-03-23 Kenichi Handa <handa@m17n.org>
10170
10171 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10172 instead of set-buffer-multibyte.
10173
e9e33c19
KH
101742006-03-23 Kenichi Handa <handa@m17n.org>
10175
10176 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10177 buffer and then decode the buffer text if necessary.
10178 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10179 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 10180
01c52d31 101812006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 10182
296a8e19
SM
10183 * hashcash.el (hashcash-insert-payment-async-2):
10184 Use message-goto-eoh instead of doing it manually.
01c52d31
MB
10185 (mail-add-payment): Use message-narrow-to-header instead of trying
10186 to do the same itself.
f5e92214 10187
01c52d31 10188 * message.el (message-hidden-headers): Add Face.
f5e92214 10189
01c52d31
MB
10190 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10191 reparenting code.
10192 (gnus-summary-reparent-children): Refactored out code.
10193 (gnus-summary-thread-map): New keystroke.
10194 (gnus-summary-reparent-children): Make into command.
f5e92214 10195
01c52d31
MB
10196 * smiley.el (smiley-style): Default to `medium' if using a large
10197 font.
f5e92214 10198
01c52d31
MB
10199 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10200 does it itself.
f5e92214 10201
01c52d31 10202 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 10203
01c52d31 102042006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 10205
01c52d31
MB
10206 * nnagent.el (nnagent-request-set-mark): Silence log file
10207 writing.
10208 (nnagent-request-set-mark): Use write-region instead of
10209 append-to-file.
f5e92214 10210
01c52d31
MB
10211 * gnus-sum.el (gnus-read-header): Fudge article number if using a
10212 strange select method.
f5e92214 10213
01c52d31
MB
10214 * ecomplete.el (ecomplete-display-matches): Get highlightling
10215 right.
10216 (ecomplete-display-matches): Use literals.
10217 (ecomplete-display-matches): Disable message logging.
f5e92214 10218
01c52d31 10219 * message.el (message-display-abbrev): Small optimization.
531bedc3 10220
01c52d31
MB
10221 * ecomplete.el (ecomplete-display-matches): Allow automatic
10222 display.
531bedc3 10223
296a8e19
SM
10224 * message.el (message-strip-forbidden-properties):
10225 Display abbrevs.
01c52d31 10226 (message-display-abbrev): Get automatic display right.
531bedc3 10227
01c52d31
MB
10228 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10229 keystrokes.
531bedc3 10230
01c52d31 102312006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 10232
01c52d31 10233 TODO: Backport to v5-10!
531bedc3 10234
01c52d31 10235 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
296a8e19 10236 Move here (and rename) from gnus-registry.el.
531bedc3 10237
01c52d31
MB
10238 * gnus-registry.el: Require gnus-util.
10239 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 10240
01c52d31 102412006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 10242
296a8e19
SM
10243 * gnus-group.el (gnus-group-catchup-current):
10244 Change if-then-else-if-then-else into cond.
01c52d31
MB
10245 (gnus-group-catchup): Indent.
10246 (group-name-at-point): New function.
10247 (gnus-fetch-group): Provide default from thing at point.
531bedc3 10248
01c52d31 102492006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 10250
01c52d31 10251 * message.el (message-display-abbrev): Fix regexp.
531bedc3 10252
296a8e19
SM
10253 * ecomplete.el (ecomplete-highlight-match-line):
10254 Reimplement choosing.
01c52d31
MB
10255 (ecomplete-highlight-match-line): Fix up code rewrite, remove
10256 dead variables.
ea8ae765 10257
01c52d31
MB
10258 * message.el (message-newline-and-indent): Remove debugging.
10259 (message-display-abbrev): Use new implementation.
ea8ae765 10260
01c52d31 102612006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 10262
296a8e19
SM
10263 * gnus-art.el (gnus-article-mode):
10264 Set cursor-in-non-selected-windows to nil.
ea8ae765 10265
01c52d31
MB
10266 * smiley.el: Revert previous change.
10267 (smiley-data-directory): defvar it before using it in the
10268 defcustom of `smiley-style'.
ea8ae765 10269
01c52d31 102702006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 10271
01c52d31 10272 * message.el (message-newline-and-indent): New function.
ea8ae765 10273
01c52d31 10274 * ecomplete.el: Implement more bits.
85fd8002 10275
01c52d31
MB
10276 * message.el (message-put-addresses-in-ecomplete): Clean up the
10277 string.
85fd8002 10278
01c52d31 10279 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 10280
296a8e19
SM
10281 * gnus-sum.el (gnus-summary-save-parts):
10282 Bind gnus-summary-save-parts-counter and use it to make unique file
01c52d31 10283 names.
85fd8002 10284
01c52d31 10285 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 10286
01c52d31
MB
10287 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10288 parameter to say whether to actually parse the individual
10289 addresses.
61e66a15 10290
01c52d31
MB
10291 * message.el (message-put-addresses-in-ecomplete): New function.
10292 (ecomplete): Require.
10293 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 10294
01c52d31 102952006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 10296
01c52d31
MB
10297 * flow-fill.el (fill-flowed): Remove trailing space from blank
10298 quoted lines.
fe62aacc 10299
01c52d31 103002006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 10301
01c52d31
MB
10302 * smiley.el (smiley-style): Move definition later to avoid a
10303 compilation warning.
fe62aacc 10304
01c52d31 103052006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 10306
01c52d31
MB
10307 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10308 buffer and then decode the buffer text if necessary.
10309 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10310 first, and after mm-encode-body, change the buffer to unibyte.
10311 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 10312
01c52d31 103132006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 10314
01c52d31
MB
10315 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10316 Content-Type header instead of Content-Disposition header.
10317 (gnus-mime-inline-part): Ditto.
10318 (gnus-mime-view-part-as-charset): Ignore charset that the part
10319 specifies.
719120ef 10320
01c52d31
MB
10321 * mm-decode.el (mm-display-part): Work with external parts and
10322 usual parts similarly.
719120ef 10323
01c52d31
MB
10324 * mm-extern.el (mm-inline-external-body): Use mm-display-part
10325 instead of gnus-display-mime.
719120ef 10326
01c52d31
MB
10327 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10328 instead of with-temp-buffer.
719120ef 10329
01c52d31
MB
10330 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10331 tag to summarized topics part in order to encode non-ASCII text.
719120ef 10332
01c52d31 103332006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 10334
01c52d31
MB
10335 * smiley.el (smiley-style): New variable.
10336 (smiley-directory): New function.
10337 (smiley-data-directory): Derive from `smiley-style' using
10338 `smiley-directory'.
10339 (smiley-regexp-alist): Add new entries.
719120ef 10340
01c52d31
MB
10341 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10342 (gnus-article-browse-delete-temp): Add :version.
719120ef 10343
880820fe 103442006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 10345
01c52d31
MB
10346 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10347 the sieve region.
719120ef 10348
01c52d31 103492006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 10350
01c52d31 10351 * gnus.el (gnus-version-number): Bump version.
719120ef 10352
01c52d31 103532006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 10354
01c52d31 10355 * gnus.el: No Gnus v0.4 is released.
719120ef 10356
01c52d31 103572006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 10358
01c52d31
MB
10359 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10360 layout.
719120ef 10361
01c52d31
MB
10362 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10363 unknown charset.
719120ef 10364
01c52d31
MB
10365 * message.el (message-header-synonyms): Add Original-To to the
10366 default.
ba0226dd 10367
01c52d31
MB
10368 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10369 optional parameter.
ba0226dd 10370
01c52d31 103712006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 10372
01c52d31 10373 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 10374
01c52d31 103752006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 10376
01c52d31 10377 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 10378
01c52d31 103792006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 10380
01c52d31 10381 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 10382
01c52d31 103832006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 10384
01c52d31 10385 * password.el (password-reset): New function.
5f4264e5 10386
01c52d31 103872006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 10388
296a8e19
SM
10389 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10390 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 10391
01c52d31 103922006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 10393
01c52d31
MB
10394 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10395 Some whitespace was matched into the url, which broke browsing hits
10396 > 100 when mm-url-use-external was nil.
5f4264e5 10397
01c52d31 103982006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 10399
296a8e19
SM
10400 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10401 Check gnus-extra-headers for 'Newsgroups.
5f4264e5 10402
01c52d31
MB
10403 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10404 bound.
e13be7a2 10405
01c52d31 104062006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 10407
01c52d31
MB
10408 * pgg-gpg.el: Clean up process buffers every time gpg processes
10409 complete.
b5189759 10410
01c52d31 104112006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 10412
01c52d31
MB
10413 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10414 doc string.
16f18d05 10415
01c52d31 104162006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 10417
01c52d31
MB
10418 * pgg-gpg.el (pgg-gpg-process-filter)
10419 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 10420
01c52d31
MB
10421 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10422 lines, temporary fix.
d71c0855 10423
01c52d31 104242006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 10425
01c52d31 10426 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 10427
01c52d31 104282006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 10429
01c52d31
MB
10430 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10431 default-enable-multibyte-characters. This reverts the change from
10432 revision 6.17 which is no longer necessary because the passphrase
10433 is sent separately now. GnuPG messages are unreadable under
10434 multibyte locales with default-enable-multibyte-characters set to
10435 nil.
cf5a5c38 10436
01c52d31 104372006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 10438
01c52d31 10439 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 10440
01c52d31 104412006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 10442
01c52d31
MB
10443 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10444 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
10445 instead.
cf5a5c38 10446
01c52d31 104472006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 10448
296a8e19
SM
10449 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10450 Improve newsgroups handling for NNTP overviews which don't include
01c52d31 10451 Newsgroups.
cf5a5c38 10452
01c52d31 104532006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 10454
01c52d31 10455 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 10456
01c52d31 104572006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 10458
01c52d31
MB
10459 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10460 when searching for already-paid recipients.
34128042 10461
01c52d31 104622006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 10463
01c52d31
MB
10464 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10465 passphrases when it is not needed.
10466 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10467 passphrase stuff from gpg, should only be necessary when you use
10468 gpg with a smartcard.
34128042 10469
01c52d31 104702006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 10471
01c52d31
MB
10472 * mml.el (mml-insert-mime): Ignore cached contents of
10473 message/external-body part.
34128042 10474
01c52d31
MB
10475 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10476 (mm-insert-part): Ditto.
34128042 10477
01c52d31 104782006-03-23 Simon Josefsson <jas@extundo.com>
34128042 10479
01c52d31
MB
10480 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10481 Reiner.
10482 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 10483
01c52d31 104842006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 10485
01c52d31
MB
10486 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10487 older emacsen.
10488 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 10489
01c52d31 104902006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 10491
01c52d31
MB
10492 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10493 if we can.
c96ec15a 10494
01c52d31 104952006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 10496
01c52d31
MB
10497 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10498 (pgg-gpg-update-agent): New function.
10499 (pgg-gpg-use-agent-p): New function.
10500 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10501 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10502 (pgg-gpg-sign-region): Use it.
c96ec15a 10503
01c52d31 105042006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 10505
01c52d31
MB
10506 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10507 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 10508
01c52d31 105092006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 10510
01c52d31
MB
10511 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10512 <wilde@sha-bang.de>.
10513 (pgg-gpg-use-agent): New variable.
10514 (pgg-gpg-process-region): Use it.
10515 (pgg-gpg-encrypt-region): Likewise.
10516 (pgg-gpg-encrypt-symmetric-region): Likewise.
10517 (pgg-gpg-decrypt-region): Likewise.
10518 (pgg-gpg-sign-region): Likewise.
10519 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 10520
01c52d31 105212006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 10522
01c52d31 10523 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 10524
01c52d31
MB
10525 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10526 Add comment on version.
6203370b 10527
01c52d31 105282006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 10529
01c52d31 10530 * smiley.el: Add missing test smiley.
6203370b 10531
01c52d31 105322006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 10533
01c52d31
MB
10534 * mm-decode.el (mm-with-part): New macro.
10535 (mm-get-part): Use it; work with message/external-body as well.
10536 (mm-save-part): Treat name and filename equally.
6203370b 10537
01c52d31
MB
10538 * mm-extern.el (mm-extern-cache-contents): New function.
10539 (mm-inline-external-body): Use it; force the part to be displayed;
10540 move undisplayer added to the cached handle to the parent.
6203370b 10541
01c52d31
MB
10542 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10543 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 10544
01c52d31 10545 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 10546
01c52d31 105472006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 10548
01c52d31
MB
10549 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10550 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10551 Emacs.]
46e8fe3d 10552
01c52d31 105532006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 10554
01c52d31
MB
10555 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10556 path rather than symbol. Always return list of directories.
10557 Guarantee that image directory comes first. [Sync with image.el,
10558 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 10559
01c52d31
MB
10560 * message.el (message-make-tool-bar): Adjust to new API of
10561 `gmm-image-load-path-for-library'.
46e8fe3d 10562
01c52d31 10563 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 10564
01c52d31 10565 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 10566
01c52d31 105672006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 10568
01c52d31
MB
10569 * gnus-art.el (gnus-article-only-boring-p):
10570 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10571 intangible text.
10572 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 10573
01c52d31 105742006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 10575
296a8e19
SM
10576 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10577 Use `defun' instead of `gmm-defun-compat'.
46e8fe3d 10578
01c52d31 105792006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 10580
01c52d31
MB
10581 * message.el (message-unique-id): Don't use message-number-base36
10582 if (user-uid) is a float.
10583 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 10584
01c52d31 105852006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 10586
01c52d31 10587 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 10588
01c52d31
MB
10589 * gnus-art.el (gnus-mime-display-single): Make sure there is an
10590 empty line between a part and a message part.
7347faa8 10591
01c52d31 105922006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 10593
01c52d31
MB
10594 * smiley.el: Add more test smileys.
10595 (smiley-data-directory, smiley-regexp-alist)
10596 (gnus-smiley-file-types): Fix doc strings.
10597 (smiley-update-cache): Clear smiley-cached-regexp-alist before
10598 adding new elements.
10599 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 10600
01c52d31 106012006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 10602
01c52d31
MB
10603 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10604 scan latest NoCeM messages instead of old ones.
10605 (gnus-nocem-check-article): Fix regexps so as to match to PGP
10606 delimiters that are recently used.
10607 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 10608
01c52d31 10609 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 10610
01c52d31
MB
10611 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10612 level which is larger than gnus-use-nocem is specified.
7347faa8 10613
01c52d31 10614 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 10615
01c52d31 106162006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 10617
01c52d31 10618 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 10619
01c52d31
MB
10620 * gnus-group.el (gnus-group-update-tool-bar): New variable.
10621 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 10622
01c52d31 10623 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 10624
01c52d31
MB
10625 * gnus-group.el (gnus-group-redraw-when-idle)
10626 (gnus-group-redraw-check): Remove.
10627 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 10628
01c52d31 106292006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 10630
01c52d31
MB
10631 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10632 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 10633
01c52d31 106342006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 10635
01c52d31
MB
10636 * message.el (message-make-tool-bar): Rename gmm-image-load-path
10637 to gmm-image-load-path-for-library. Call with no-error argument.
10638 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 10639
01c52d31 10640 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 10641
01c52d31 10642 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 10643
01c52d31 10644 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 10645
01c52d31 106462006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 10647
01c52d31 10648 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 10649
01c52d31
MB
10650 * nnml.el (nnml-generate-nov-databases-directory): Rename from
10651 nnml-generate-nov-databases-1.
10652 (nnml-generate-nov-databases): Use it.
10653 (nnml-generate-nov-databases-directory): Document no-active
10654 argument.
c4288669 10655
01c52d31
MB
10656 * gmm-utils.el (gmm-image-load-path-for-library): Return single
10657 directory if path is t. Add no-error.
c4288669 10658
01c52d31
MB
10659 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10660 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 10661
296a8e19
SM
10662 * gnus-art.el (gnus-article-browse-delete-temp-files):
10663 Simplify resetting gnus-article-browse-html-temp-list.
c4288669 10664
01c52d31
MB
10665 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10666 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
10667 Add example to docstring. Rename local variables. Move error
10668 checks to default case in cond and simplify.
73043f7d 10669
01c52d31 106702006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 10671
01c52d31
MB
10672 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10673 handle is multipart when calling it recursively.
10674 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 10675
01c52d31 106762006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 10677
01c52d31
MB
10678 * nnimap.el (nnimap-request-update-info-internal): Optimize.
10679 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 10680
01c52d31 106812006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 10682
01c52d31
MB
10683 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10684 is loaded.
7dafe00b 10685
01c52d31
MB
10686 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10687 loaded.
7dafe00b 10688
01c52d31 106892006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 10690
01c52d31
MB
10691 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10692 to "Emacs 23 (unicode)" in doc string.
7dafe00b 10693
01c52d31
MB
10694 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10695 "Emacs 23 (unicode)" in comment.
7dafe00b 10696
01c52d31 106972006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 10698
01c52d31 10699 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 10700
01c52d31
MB
10701 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10702 characters 160 through 255 in Emacs 23.
7dafe00b 10703
01c52d31 107042006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 10705
01c52d31
MB
10706 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10707 gnus-article-browse-html-temp.
296a8e19
SM
10708 (gnus-article-browse-delete-temp): Make it customizable.
10709 Add `file'. Adjust doc string.
10710 (gnus-article-browse-delete-temp-files): Add argument.
10711 Allow query for each file. Adjust doc string.
10712 (gnus-article-browse-html-parts):
10713 Add `gnus-article-browse-delete-temp-files' to
01c52d31 10714 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 10715
01c52d31 107162006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 10717
01c52d31
MB
10718 * gnus-art.el (gnus-article-browse-html-temp)
10719 (gnus-article-browse-delete-temp): New variables.
10720 (gnus-article-browse-delete-temp-files): New function.
10721 (gnus-article-browse-html-parts): Use it.
7dafe00b 10722
01c52d31 107232006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 10724
01c52d31 10725 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 10726
01c52d31
MB
10727 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10728 string.
7dafe00b 10729
01c52d31 10730 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
296a8e19
SM
10731 gnus-summary-insert-new-articles when unplugged.
10732 Remove gnus-summary-search-article-forward.
7dafe00b 10733
01c52d31
MB
10734 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10735 display-visual-class instead of display-color-cells.
7dafe00b 10736
01c52d31 107372006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 10738
01c52d31
MB
10739 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10740 message/* containing non-ASCII text properly.
7dafe00b 10741
01c52d31 107422006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 10743
01c52d31
MB
10744 * message.el: Require gmm-utils, remove autoloads.
10745 (message-tool-bar): Set default based on
10746 gmm-tool-bar-style.
10747 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 10748
01c52d31
MB
10749 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10750 gmm-tool-bar-style.
10751 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 10752
01c52d31
MB
10753 * gnus-group.el (gnus-group-tool-bar): Set default based on
10754 gmm-tool-bar-style.
10755 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 10756
01c52d31
MB
10757 * gmm-utils.el (gmm-image-directory): Rename variable from
10758 gmm-image-load-path.
10759 (gmm-image-load-path): Use gmm-image-directory.
10760 (gmm-customize-mode): New function.
10761 (gmm-tool-bar-style): New variable.
7dafe00b 10762
01c52d31
MB
10763 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10764 gnus-group-redraw-line-number.
10765 (gnus-group-redraw-check): Simplify.
10766 (gnus-group-tool-bar-update): Remove redraw check.
10767 (gnus-group-make-tool-bar): Add redraw check.
447505b5 10768
01c52d31 107692006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 10770
01c52d31 10771 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 10772
01c52d31 107732006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 10774
01c52d31 10775 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 10776
01c52d31 107772006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 10778
01c52d31
MB
10779 * gnus-art.el (gnus-button): New face.
10780 (gnus-article-button-face): Use it.
3031d8b0 10781
296a8e19
SM
10782 * gnus-sum.el (gnus-summary-tool-bar-gnome):
10783 Add gnus-summary-next-page. Re-order.
3031d8b0 10784
01c52d31
MB
10785 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10786 next-node are now included.
10787 (gnus-group-redraw-line-number): New internal variable.
10788 (gnus-group-redraw-check): Helper function for updating the tool
10789 bar.
10790 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 10791
01c52d31 10792 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 10793
01c52d31
MB
10794 * spam.el (spam-spamassassin-score-regexp): New internal variable.
10795 (spam-extra-header-to-number, spam-check-spamassassin-headers):
296a8e19
SM
10796 Use it to match format of Spamassassin 3.0 and later.
10797 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
01c52d31
MB
10798 (spam-check-bogofilter)
10799 (spam-bogofilter-register-with-bogofilter): Fix args of
10800 `gnus-error' calls.
3031d8b0 10801
01c52d31 108022006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 10803
01c52d31 10804 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
296a8e19
SM
10805 unnecessary interaction when sending queued mails.
10806 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 10807
01c52d31 108082006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 10809
01c52d31
MB
10810 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10811 first or last are nil.
3031d8b0 10812
01c52d31 108132006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 10814
01c52d31 10815 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 10816
01c52d31 108172006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 10818
01c52d31 10819 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 10820
01c52d31 108212006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 10822
01c52d31 10823 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 10824
01c52d31 108252006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10826
01c52d31
MB
10827 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10828 nov.php.
58090a8d 10829
01c52d31 108302006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 10831
01c52d31
MB
10832 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10833 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10834 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
10835 output on the server side.
10836 (nnweb-google-create-mapping): Update regexps and add some
10837 progress indication.
58090a8d 10838
01c52d31 108392006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10840
296a8e19
SM
10841 * gnus-group.el (gnus-group-tool-bar-gnome):
10842 Fix gnus-agent-toggle-plugged. Re-order icons.
10843 (gnus-group-tool-bar-gnome):
10844 Add gnus-group-{prev,next}-unread-group.
01c52d31 10845 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 10846
296a8e19
SM
10847 * gnus-sum.el (gnus-summary-tool-bar-gnome):
10848 Move gnus-summary-insert-new-articles.
58090a8d 10849
296a8e19
SM
10850 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
10851 Fix comments.
58090a8d 10852
01c52d31
MB
10853 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
10854 also available in Emacs 21.3.
58090a8d 10855
01c52d31
MB
10856 * message.el (message-fix-before-sending): Change "Emacs 22" to
10857 "Emacs 23 (unicode)" in comment.
58090a8d 10858
01c52d31
MB
10859 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10860 "Emacs 23 (unicode)" in comment.
58090a8d 10861
01c52d31
MB
10862 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10863 comment.
10864 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 10865
01c52d31 10866 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 10867
01c52d31 108682006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 10869
01c52d31
MB
10870 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10871 and load-path.
58090a8d 10872
01c52d31 108732006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10874
01c52d31
MB
10875 * message.el: Autoload gmm-image-load-path.
10876 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10877 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
10878 consitency.
58090a8d 10879
01c52d31
MB
10880 * gmm-utils.el (gmm-image-load-path): Also search in
10881 "../etc/images". Don't set gmm-image-load-path if we don't find
10882 the image.
58090a8d 10883
01c52d31 108842006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 10885
01c52d31
MB
10886 * gmm-utils.el (gmm-image-load-path): Don't make
10887 `gmm-image-load-path' include subdirectories which the second arg
10888 `image' might specify.
58090a8d 10889
01c52d31
MB
10890 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10891 subdirectory to icon file names.
58090a8d 10892
01c52d31 10893 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 10894
01c52d31 108952006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10896
01c52d31
MB
10897 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10898 gmm-image-load-path calls.
58090a8d 10899
01c52d31 10900 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 10901
01c52d31 10902 * message.el (message-make-tool-bar): Ditto.
58090a8d 10903
296a8e19 10904 * mml.el (mml-preview): Add comment concerning tool bar icons.
58090a8d 10905
01c52d31
MB
10906 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10907 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 10908
01c52d31
MB
10909 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10910 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 10911
01c52d31
MB
10912 * message.el (message-tool-bar-gnome): Use new icon names.
10913 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 10914
296a8e19
SM
10915 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
10916 New functions from MH-E.
01c52d31 10917 (gmm-image-load-path): New variable from MH-E.
296a8e19 10918 (gmm-image-load-path): New function from MH-E. Add arguments
01c52d31
MB
10919 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
10920 *-image-load-path-called-flag.
4c2ad11d 10921
01c52d31 109222006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 10923
01c52d31 10924 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 10925
01c52d31 109262006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 10927
01c52d31
MB
10928 * nnimap.el (nnimap-request-move-article): Change folder back to
10929 source group before deleting.
6586e9c9 10930
01c52d31 109312006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 10932
01c52d31 10933 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 10934
296a8e19
SM
10935 * gnus-art.el (mm-url-insert-file-contents-external):
10936 Autoload mm-url.
e8beac8a 10937
01c52d31 10938 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 10939
01c52d31 109402006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 10941
01c52d31
MB
10942 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10943 coding system which mm-charset-to-coding-system returns for a
10944 given charset is valid.
e8beac8a 10945
01c52d31 109462006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 10947
01c52d31
MB
10948 * html2text.el (html2text-remove-tag-list):
10949 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 10950
01c52d31 109512006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 10952
01c52d31 10953 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 10954
01c52d31 109552006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 10956
296a8e19
SM
10957 * gnus-art.el (article-strip-banner):
10958 Call article-really-strip-banner only when the regexp match is made.
3b059693 10959
01c52d31 109602006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 10961
296a8e19
SM
10962 * gnus-art.el (article-strip-banner):
10963 Use gnus-extract-address-components instead of
01c52d31
MB
10964 mail-header-parse-addresses to make it work with non-ASCII text;
10965 remove mail-encode-encoded-word-string.
3b059693 10966
01c52d31
MB
10967 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10968 values which are surrounded with \"...\"; make it never cause a
10969 Lisp error; give up parsing of parameters if it failed in
10970 extracting type.
3b059693 10971
880820fe 109722006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 10973
01c52d31
MB
10974 * smime.el (smime-cert-by-ldap-1): Fix bug where
10975 `smime-ldap-search' returns results without userCertificates.
ab513ed4 10976
01c52d31 109772006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 10978
01c52d31 10979 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 10980
01c52d31 109812006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 10982
01c52d31
MB
10983 * spam.el (spam-check-spamassassin-headers): Adapt format for
10984 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
10985 <ari@mbf.ocn.ne.jp>.
10986 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 10987
01c52d31 109882006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 10989
01c52d31
MB
10990 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10991 make-temp-file; make it work with XEmacs as well.
9516b9f4 10992
01c52d31
MB
10993 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10994 mm-make-temp-file.
9516b9f4 10995
01c52d31
MB
10996 * mm-decode.el (mm-display-external): Use the 3rd arg of
10997 mm-make-temp-file.
10998 (mm-create-image-xemacs): Ditto.
9516b9f4 10999
01c52d31 110002006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 11001
01c52d31
MB
11002 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11003 with message-narrow-to-headers.
11004 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11005 (gnus-draft-check-draft-articles): New function.
11006 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 11007
01c52d31 110082006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 11009
01c52d31
MB
11010 * gnus-art.el (gnus-article-browse-html-parts):
11011 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11012 Don't use suffix argument for mm-make-temp-file for Emacs 21
11013 compatibility. Remove useless `format'.
292f71fe 11014
01c52d31 110152006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 11016
01c52d31
MB
11017 * nnweb.el (nnweb-google-wash-article): Update regexps.
11018 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 11019
01c52d31 110202006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 11021
01c52d31
MB
11022 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11023 re-loading nn* modules.
292f71fe 11024
01c52d31 110252006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 11026
01c52d31
MB
11027 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11028 for `tool-bar-mode' and don't check it's default-value.
292f71fe 11029
01c52d31 11030 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 11031
01c52d31 11032 * message.el (message-make-tool-bar): Ditto.
292f71fe 11033
01c52d31
MB
11034 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11035 `substring'. Shorten tmp-file name.
292f71fe 11036
01c52d31 11037 * gnus.el: Remove bogus comment.
292f71fe 11038
01c52d31 110392006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 11040
01c52d31
MB
11041 * gnus-art.el (gnus-article-browse-html-parts): New function.
11042 (gnus-article-browse-html-article): New function for viewing html
11043 articles with a browser.
bd2cef66 11044
01c52d31 110452006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 11046
01c52d31
MB
11047 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11048 (mml2015-pgg-encrypt): Ditto.
ffda926c 11049
01c52d31
MB
11050 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11051 (mml1991-pgg-encrypt): Ditto.
f5fab556 11052
01c52d31 110532006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 11054
296a8e19
SM
11055 * nnfolder.el (nnfolder-insert-newsgroup-line):
11056 Use message-make-date instead of current-time-string.
4b9f0de2 11057
01c52d31
MB
11058 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11059 to gnus-decoded which mm-uu might set.
4b9f0de2 11060
01c52d31 110612006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 11062
01c52d31
MB
11063 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11064 don't decode quoted parameters; remove misimported Emacs code.
11065 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11066 (rfc2231-decode-encoded-string): Don't use split-string which
11067 behaves differently according to Emacs version; use
11068 mm-decode-coding-region to convert charset to coding-system.
11069 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11070 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 11071
01c52d31 110722006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 11073
01c52d31
MB
11074 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11075 when calling mail-header-parse-content-type.
11076 (article-de-quoted-unreadable): Ditto.
11077 (article-de-base64-unreadable): Ditto.
11078 (article-wash-html): Ditto.
20051b27 11079
01c52d31
MB
11080 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11081 calling mail-header-parse-content-type and
11082 mail-header-parse-content-disposition.
11083 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11084 mail-header-parse-content-type.
82259e50 11085
01c52d31
MB
11086 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11087 insert charset and format parameters; encode description after
11088 inserting it to buffer.
11089 (mml-insert-parameter): Fold lines properly even if a parameter is
11090 segmented into two or more lines; change the max column to 76.
82259e50 11091
01c52d31
MB
11092 * rfc1843.el (rfc1843-decode-article-body): Don't use
11093 ignore-errors when calling mail-header-parse-content-type.
46f93472 11094
01c52d31
MB
11095 * rfc2231.el (rfc2231-parse-string): Return at least type if
11096 possible; don't cause an error even if it fails in parsing of
11097 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11098 (rfc2231-encode-string): Don't break lines at the beginning, leave
11099 it to mml-insert-parameter.
46f93472 11100
01c52d31
MB
11101 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11102 calling mail-header-parse-content-type.
d3a597b7 11103
01c52d31 111042006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 11105
01c52d31
MB
11106 * spam-report.el (spam-report-gmane-use-article-number):
11107 Improve doc string.
11108 (spam-report-gmane-internal): Check if a suitable header was found
11109 in the article.
8753ddee 11110
01c52d31 111112006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 11112
01c52d31
MB
11113 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11114 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 11115
01c52d31 111162006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 11117
01c52d31 11118 Update copyright notices of all files in the gnus directory.
8753ddee 11119
01c52d31 111202006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 11121
01c52d31 11122 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 11123
01c52d31 111242006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 11125
01c52d31
MB
11126 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11127 segmented lines of parameter value to cope with Thunderbird 1.5
11128 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11129 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11130 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 11131
01c52d31 111322006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 11133
01c52d31
MB
11134 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11135 parts.
a33704bb 11136
01c52d31 111372006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 11138
01c52d31
MB
11139 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11140 there's only one active file for all servers.
11141 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11142 solid groups. Gnus might have used a FAST request to select the group.
11143 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11144 and nnweb-search redundantly in the active file.
11145 (nnweb-request-list): Don't list bogus groups. There can only be one.
11146 (nnweb-request-create-group): Don't use ARGS.
11147 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11148 initialisations. Let nnoo do the work.
a33704bb 11149
01c52d31 111502006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 11151
01c52d31
MB
11152 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11153 Say the part has been decoded.
a33704bb 11154
01c52d31 11155 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 11156
01c52d31 111572006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 11158
01c52d31
MB
11159 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11160 mailcap-viewer-test-cache when there's no 'test clause, since that
11161 will invert the meaning of a "nil" test previously determined by
11162 mailcap-mailcap-entry-passes-test.
53cfefc8 11163
01c52d31 111642006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 11165
01c52d31
MB
11166 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11167 compiling.
53cfefc8 11168
01c52d31 11169 * gnus-sum.el: Ditto.
53cfefc8 11170
01c52d31 11171 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 11172
01c52d31 111732006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 11174
01c52d31 11175 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 11176
01c52d31 111772006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 11178
01c52d31
MB
11179 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11180 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11181 current Google Groups.
53cfefc8 11182
01c52d31 111832006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 11184
01c52d31
MB
11185 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11186 and tool-bar-mode.
66841476 11187
01c52d31
MB
11188 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11189 and tool-bar-mode.
66841476 11190
01c52d31
MB
11191 * message.el (message-tool-bar-update): Simplify.
11192 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 11193
01c52d31
MB
11194 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11195 gnus-summary-buffer.
11196 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11197 gnus-summary-reply.
81df110a 11198
01c52d31 11199 * gmm-utils.el (gmm): Add :version.
5fae1cae 11200
01c52d31 112012006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 11202
296a8e19
SM
11203 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11204 Don't autoload.
5fae1cae 11205
01c52d31 112062006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 11207
01c52d31 11208 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 11209
01c52d31 112102006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 11211
01c52d31 11212 * message.el: Change some comments WRT tool-bars.
81df110a 11213
01c52d31
MB
11214 * gnus-sum.el (gnus-summary-tool-bar)
11215 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11216 (gnus-summary-tool-bar-zap-list): New variables.
11217 (gnus-summary-make-tool-bar): Complete rewrite using
11218 `gmm-tool-bar-from-list'.
430d3ed7 11219
01c52d31 11220 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
296a8e19
SM
11221 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11222 New variables.
01c52d31
MB
11223 (gnus-group-make-tool-bar): Complete rewrite using
11224 `gmm-tool-bar-from-list'.
11225 (gnus-group-tool-bar-update): New function.
430d3ed7 11226
01c52d31 11227 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 11228
01c52d31 112292006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 11230
01c52d31
MB
11231 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11232 is dissected into a single part of which the type is the same as
11233 the given one; decode charset.
6ff5b064 11234
01c52d31 112352006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 11236
01c52d31
MB
11237 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11238 into alists as symbol not string, since that's what
11239 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11240 look for.
a8f6d239 11241
01c52d31 112422006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 11243
01c52d31
MB
11244 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11245 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 11246
01c52d31 11247 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 11248
01c52d31 112492006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 11250
01c52d31
MB
11251 * gnus-art.el (gnus-mime-security-button-commands): New variable.
11252 (gnus-mime-security-button-menu): New definition.
11253 (gnus-mime-security-button-map): Use them.
11254 (gnus-mime-security-button-menu): New function.
11255 (gnus-insert-mime-security-button): Addition to help echo.
11256 (gnus-mime-security-run-function, gnus-mime-security-save-part)
11257 (gnus-mime-security-pipe-part): New functions.
d752cf53 11258
01c52d31
MB
11259 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11260 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 11261
01c52d31
MB
11262 * mm-decode.el (mm-handle-set-disposition): Remove.
11263 (mm-handle-set-description): Remove.
d752cf53 11264
01c52d31 112652006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 11266
01c52d31
MB
11267 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11268 (mm-w3m-standalone-supports-m17n-p): New function.
11269 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11270 w3m usage.
d752cf53 11271
296a8e19
SM
11272 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11273 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 11274
01c52d31 112752006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 11276
296a8e19
SM
11277 * message.el (message-tool-bar-zap-list):
11278 Use gmm-tool-bar-zap-list as custom type.
01c52d31
MB
11279 (message-tool-bar-update): New function.
11280 (message-tool-bar, message-tool-bar-gnome)
11281 (message-tool-bar-retro): Add message-tool-bar-update.
11282 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 11283
01c52d31 11284 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 11285
01c52d31
MB
11286 * gmm-utils.el (gmm-error): Describe `args'.
11287 (gmm-tool-bar-zap-list): New widget.
11288 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 11289
01c52d31 112902006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 11291
01c52d31
MB
11292 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11293 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11294 the number of recursive calls.
4a2358e9 11295
01c52d31
MB
11296 * mm-decode.el (mm-handle-set-disposition): New macro.
11297 (mm-handle-set-description): New macro.
4a2358e9 11298
01c52d31 112992006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 11300
01c52d31
MB
11301 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11302 encoding.
4a2358e9 11303
01c52d31 113042006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 11305
01c52d31
MB
11306 * message.el (message-tool-bar-zap-list, message-tool-bar)
11307 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11308 (message-tool-bar-local-item-from-menu): Remove.
11309 (message-tool-bar-map): Replace by `message-make-tool-bar'.
11310 (message-make-tool-bar): New function.
11311 (message-mode): Use `message-make-tool-bar'.
4a2358e9 11312
01c52d31
MB
11313 * gmm-utils.el: New file.
11314 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11315 (gmm-lazy): New widget copied from `nnmail.el'.
11316 (gmm-tool-bar-from-list): New function for creating customizable
11317 tool bars.
11318 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
11319 output.
11320 (gmm): Add :prefix to defgroup.
4a2358e9 11321
01c52d31 113222006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 11323
01c52d31 11324 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 11325
01c52d31 113262006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 11327
01c52d31
MB
11328 * mml.el (mml-attach-file): Describe `description' in doc string.
11329 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 11330
01c52d31 113312006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 11332
01c52d31 11333 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 11334
01c52d31 113352006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 11336
01c52d31 11337 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 11338
01c52d31 113392006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 11340
01c52d31
MB
11341 * imap.el (imap-open): Handle case where buffer is a buffer
11342 object.
41e11121 11343
01c52d31 113442005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 11345
01c52d31
MB
11346 * gnus-delay.el (gnus-delay): Don't autoload.
11347 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11348 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 11349
01c52d31 113502005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 11351
01c52d31 11352 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 11353
01c52d31 113542006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 11355
01c52d31 11356 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 11357
01c52d31 11358 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 11359
01c52d31 113602006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 11361
01c52d31 11362 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 11363
01c52d31 113642006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 11365
01c52d31
MB
11366 * mm-decode.el (mm-inlined-types): Add application/pgp.
11367 (mm-automatic-display): Ditto.
11e22c4a 11368
01c52d31
MB
11369 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11370 part as text.
11e22c4a 11371
01c52d31 113722006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 11373
01c52d31
MB
11374 * nnrss.el: Update copyright.
11375 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 11376
01c52d31
MB
11377 * gnus-art.el:
11378 * gnus-sum.el:
11379 * mm-uu.el:
11380 * mm-view.el: Update copyright.
97f78c9b 11381
01c52d31 113822006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 11383
01c52d31
MB
11384 * message.el (message-info): New function.
11385 (message-mode-menu): Add it.
11386 Update copyright.
97f78c9b 11387
01c52d31 11388 * ChangeLog: Fix and update copyright.
97f78c9b 11389
01c52d31 113902006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 11391
01c52d31
MB
11392 * message.el (message-forward-subject-name-subject): Prefer the
11393 address to 'nowhere' if the sender has no name.
11394 Fix typo. Update copyright year.
97f78c9b 11395
01c52d31 113962006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 11397
296a8e19
SM
11398 * gnus-art.el (article-wash-html):
11399 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
01c52d31 11400 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 11401
01c52d31
MB
11402 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11403 mm-inline-text-html-render-with-w3m-standalone.
11404 (mm-text-html-washer-alist): Map w3m-standalone to
11405 gnus-article-wash-html-with-w3m-standalone.
11406 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 11407
01c52d31 114082006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 11409
01c52d31
MB
11410 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11411 Improve LaTeX.
4b91459a 11412
01c52d31 114132006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 11414
01c52d31
MB
11415 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11416 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 11417
01c52d31
MB
11418 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11419 the buffer.
4b91459a 11420
01c52d31 114212006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 11422
01c52d31
MB
11423 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11424 custom definition of `gnus-posting-styles'.
d44e3b45 11425
296a8e19
SM
11426 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11427 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 11428
01c52d31 114292006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 11430
01c52d31
MB
11431 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11432 Use nntp for bug archive.
4b91459a 11433
01c52d31 114342006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 11435
01c52d31
MB
11436 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11437 parts.
11438 (nnrss-normalize-date): New function converts ISO 8601 date into
11439 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11440 (nnrss-check-group): Use it.
c03ac728 11441
01c52d31 114422006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 11443
01c52d31 11444 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 11445
01c52d31
MB
11446 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11447 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11448 (nnrss-insert-w3): Ditto.
d8a88581 11449
01c52d31 114502005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 11451
01c52d31
MB
11452 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11453 the articles to be forwarded including the case where neither a
11454 number of articles nor a region is specified.
d8a88581 11455
01c52d31 114562005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 11457
01c52d31
MB
11458 * nnrss.el (nnrss-request-article): Fix last change; fill
11459 text/plain parts.
7573397b 11460
01c52d31 114612005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 11462
01c52d31
MB
11463 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11464 in text/plain part.
11465 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 11466
01c52d31 114672005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 11468
01c52d31
MB
11469 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11470 article.
9ebc3953 11471
01c52d31 114722005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 11473
01c52d31
MB
11474 * nnml.el: Don't require gnus-bcklg. Autoload it.
11475 (nnml-use-compressed-files, nnml-save-mail): Support other
11476 comression programs such as bzip2.
7929f858 11477
01c52d31 114782005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 11479
01c52d31
MB
11480 * dns.el (query-dns): Make sure we check the buffer size before
11481 removing tcp headers.
7929f858 11482
01c52d31 114832005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 11484
01c52d31
MB
11485 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11486 remove MIME buttons associated with multipart/alternative parts.
11487 (gnus-mime-display-alternative): Tag buttons using `article-type'
11488 text property.
ead25b5c 11489
01c52d31
MB
11490 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11491 associated with multipart/alternative parts.
ead25b5c 11492
01c52d31 11493 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 11494
01c52d31
MB
11495 * mm-decode.el (mm-inlined-types): Fix custom type.
11496 (mm-keep-viewer-alive-types): Ditto.
11497 (mm-automatic-display): Ditto.
11498 (mm-attachment-override-types): Ditto.
11499 (mm-inline-override-types): Ditto.
11500 (mm-automatic-external-display): Ditto.
8774406b 11501
01c52d31 115022005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 11503
01c52d31
MB
11504 * spam-report.el (spam-report-user-mail-address)
11505 (spam-report-user-agent): New variables.
11506 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 11507
01c52d31 115082005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 11509
01c52d31
MB
11510 * gnus-art.el (gnus-button-handle-custom): Do not just use
11511 `customize-apropos' for any "M-x customize-*" button but the
11512 function called for. Accept both the function name and its
11513 argument in order to achieve this.
296a8e19
SM
11514 (gnus-button-alist): Remove support for "custom:" URL's.
11515 Pass function name to `gnus-button-handle-custom' in case of "M-x
01c52d31 11516 customize-*" buttons.
59fda2fa 11517
01c52d31 115182005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 11519
01c52d31
MB
11520 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11521 multipart/alternative and add xref to mm-discouraged-alternatives
11522 in doc string.
7d0c69be 11523
01c52d31
MB
11524 * mm-decode.el (mm-discouraged-alternatives): Add xref to
11525 gnus-buttonized-mime-types in doc string.
7d0c69be 11526
01c52d31 115272005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 11528
01c52d31
MB
11529 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11530 Suggest image/.* in the doc string.
d6697c02 11531
01c52d31 115322005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 11533
01c52d31
MB
11534 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11535 message-marks (Debian bug #342521).
d6697c02 11536
01c52d31 115372005-12-12 Simon Josefsson <jas@extundo.com>
84861437 11538
01c52d31
MB
11539 * password.el (password-read-from-cache): Add.
11540 (password-read): Use it.
84861437 11541
01c52d31 115422005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 11543
296a8e19
SM
11544 * rfc2047.el (rfc2047-charset-to-coding-system):
11545 Recognize us-ascii as a MIME charset.
3338c0ad 11546
296a8e19
SM
11547 * mm-bodies.el (mm-decode-content-transfer-encoding):
11548 Protect against the case where the 2nd arg TYPE is nil.
3338c0ad 11549
01c52d31 115502005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 11551
01c52d31 11552 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 11553
01c52d31 11554 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 11555
01c52d31 115562005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 11557
01c52d31 11558 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 11559
01c52d31 115602005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 11561
01c52d31
MB
11562 * mm-decode.el (mm-display-external): Use nametemplate (defined in
11563 RFC1524) if it is in mailcap or add a suffix according to
11564 mailcap-mime-extensions when generating a temp filename; postpone
11565 deleting a temp file for 2 seconds for some wrappers, shell
11566 scripts, and so on, which might exit right after having started a
11567 viewer command as a background job.
11568
115692005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11570
11571 * nntp.el (nntp-marks-directory): Fix custom group.
11572
11573 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11574 steps when < 10.
11575
296a8e19
SM
11576 * gnus-start.el (gnus-no-server-1):
11577 Mention `gnus-level-default-subscribed' in doc string.
01c52d31
MB
11578
115792005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11580
11581 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11582 parens.
11583
115842005-11-26 Dave Love <fx@gnu.org>
11585
11586 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11587 (tls-program, tls-success): Provide openssl alternative.
11588
11589 * starttls.el: Doc fixes.
11590 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11591 SERVICE to PORT.
11592
002876ab 11593 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
11594 port null or service name.
11595 (starttls-negotiate): Autoload.
11596
115972005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11598
11599 * message.el (message-kill-to-signature): Fix interactive spec.
11600
116012005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * pop3.el (pop3-open-server): Recognize a string as a service name.
11604
116052005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
11606
11607 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11608
116092005-11-23 Dave Love <fx@gnu.org>
11610
11611 Add pop3s, pop3/starttls.
11612
11613 * pop3.el (pop3-authentication-scheme): Clarify doc.
11614 (open-tls-stream, starttls-open-stream): Autoload.
11615 (pop3-stream-type): New.
11616 (pop3-open-server): Use it.
11617
11618 * mail-source.el (mail-sources): Fix some :types. Add stream type
11619 for POP.
11620 (mail-source-keyword-map): Add :stream for POP.
11621 (mail-source-fetch-pop): Use pop3-stream-type.
11622
116232005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
11624
11625 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11626 of current-time-string.
11627
116282005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
11629
11630 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11631 date header.
11632
116332005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11634
11635 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11636 it can seriously impact performance as it bypasses the agent's
11637 local caches.
11638
116392005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11640
11641 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11642 must be explicitly online rather than "not explicitly offline" for
11643 its flags to be synchronized.
11644
11645 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11646 that gnus-uu-unmark-thread will function correctly.
11647
11648 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11649 1024K is instead displayed as 1M.
11650
116512005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11652
11653 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11654
116552005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
11656
11657 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11658
116592005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
11660
11661 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11662 error message to display actual error condition.
11663 (gnus-agent-save-local): Avoid saving symbols that are bound to
11664 nil as they simply result in a warning message in
11665 gnus-agent-read-local.
11666
116672005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11668
11669 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11670 rather than make-variable-buffer-local for file-precious-flag.
11671
116722005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11673
11674 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11675 for duplicates which are removed. The invalid sort check then
11676 triggers a rescan after the sort as sorting may have moved
11677 duplicate entries such that they can be cheaply detected.
11678
116792005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11680
11681 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11682
116832005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11684
296a8e19
SM
11685 * gnus-agent.el (gnus-agent-article-alist-save-format):
11686 Change internal variable to a custom variable. Change default value
01c52d31
MB
11687 from compressed(2) to uncompressed(1).
11688 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11689 support for uncompressed agentview files. Taken together, reading
11690 the agentview file should now be 6-7 times faster.
11691
116922005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
11693
11694 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11695 as a buffer-local variable. This avoids creating truncated
11696 dribble files as a result of a hang up, eg.
11697
116982005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11699
296a8e19
SM
11700 * gnus-start.el (gnus-start-draft-setup):
11701 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
01c52d31
MB
11702
11703 * gnus.el (gnus-splash): Change custom group.
296a8e19
SM
11704 (gnus-group-get-parameter, gnus-group-parameter-value):
11705 Describe allow-list argument.
01c52d31
MB
11706
11707 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11708 string.
11709
117102005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11711
11712 * gnus-art.el (gnus-default-article-saver): Add user-defined
11713 `function' to custom type.
11714
117152005-10-30 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * imap.el (imap-open): Handle case where buffer is a buffer
11718 object.
11719
117202005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11721
11722 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11723 long lines.
11724 (gnus-cache-delete-group): Wrap doc strings.
11725
11726 * gnus-agent.el (gnus-agent-rename-group)
11727 (gnus-agent-delete-group): Wrap doc strings.
11728
01c52d31
MB
117292005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11730
11731 * gnus-start.el (gnus-1): Add "native" to
11732 gnus-predefined-server-alist.
11733
11734 * gnus.el (gnus-method-to-server): Don't add "native" to the
11735 lists here, because that leads to problems when
11736 gnus-select-method is bound.
11737
117382005-11-09 Simon Josefsson <jas@extundo.com>
11739
11740 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11741 use (not sort-by-date) instead.
11742
117432005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * gnus-delay.el (gnus-delay-group): Don't autoload.
11746 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11747 to be re-loaded when customizing the `gnus-delay' group.
11748
117492005-11-19 Chong Yidong <cyd@stupidchicken.com>
11750
11751 * message.el: Revert last changes.
11752 (message-insert-citation-line): Use newlines.
11753
117542005-11-17 Chong Yidong <cyd@stupidchicken.com>
11755
11756 * message.el (message-courtesy-message)
11757 (message-mark-insert-begin, message-mark-insert-end)
11758 (message-elide-ellipsis, message-cancel-message)
11759 (message-add-header, message-change-subject)
11760 (message-cross-post-followup-to-header)
11761 (message-cross-post-insert-note, message-reduce-to-to-cc)
11762 (message-widen-reply, message-delete-not-region)
11763 (message-kill-to-signature, message-insert-signature)
11764 (message-insert-importance-high, message-insert-importance-low)
11765 (message-insert-or-toggle-importance)
11766 (message-insert-disposition-notification-to)
11767 (message-indent-citation, message-yank-original)
11768 (message-cite-original-without-signature, message-cite-original)
11769 (message-insert-citation-line, message-position-on-field)
11770 (message-fix-before-sending, message-send-mail-partially)
11771 (message-send-mail, message-send-mail-with-sendmail)
11772 (message-send-mail-with-qmail, message-send-news)
11773 (message-check-news-header-syntax, message-generate-headers)
11774 (message-insert-courtesy-copy, message-fill-address)
11775 (message-fill-header, message-shorten-references)
11776 (message-setup-1, message-cancel-news)
11777 (message-forward-make-body-plain, message-forward-make-body-mime)
11778 (message-forward-make-body-mml, message-encode-message-body)
11779 (message-forward-make-body-digest-plain)
11780 (message-forward-make-body-digest-mime)
11781 (message-use-alternative-email-as-from): Insert `hard-newline'
11782 instead of ordinary newlines.
11783
117842005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
11785
11786 * message.el (message-generate-headers): Downcase the argument
11787 given to message-check-element.
11788
117892005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
11790
11791 * nntp.el (nntp-authinfo-rejected): New error condition.
11792 (nntp-wait-for): Use new error condition to signal authentication
11793 error.
11794 (nntp-retrieve-data): Rethrow new error condition to break out of
11795 recursive call to nntp-send-authinfo.
11796
117972005-11-08 Romain Francoise <romain@orebokech.com>
11798
11799 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11800 (gnus-summary-exit-map): Bind to `Z p'.
11801 (gnus-summary-make-menu-bar): Add menu item.
11802
118032005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
11804
11805 * gnus-art.el (gnus-article-treat-custom): Add `first'.
11806 (gnus-treat-*): Add `first' in all doc strings.
11807
11808 * gnus-group.el (gnus-group-compact-group): Fix typo.
11809
118102005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11811
11812 * gnus.el (gnus-parameters-case-fold-search): New variable.
11813 (gnus-parameters-get-parameter): Use it.
11814
11815 * gnus-score.el (gnus-home-score-file): Doc fix.
11816
118172005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
11818
11819 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11820
118212005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * mm-util.el (mm-special-display-p): New function.
11824
11825 * mml.el (mml-preview): Use it; doc fix.
11826
118272005-10-29 Romain Francoise <romain@orebokech.com>
11828
11829 * message.el (message-fix-before-sending): Fix comment.
11830
118312005-10-29 Jari Aalto <jari.aalto@cante.net>
11832
11833 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11834
118352005-10-29 Jari Aalto <jari.aalto@cante.net>
11836
11837 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11838 Used in gnus-score.el.
11839
118402005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11841
11842 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11843
118442005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11845
11846 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11847 whitespace removed in revision 7.8. Use concatenated string to
11848 protect trailing whitespace.
11849
880820fe 118502005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
11851
11852 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11853 (nnimap-request-expire-articles): Use it to avoid sending 'UID
11854 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11855 Courier IMAP ("some version from 2004"). Mostly based on similar
11856 code in the same function.
11857
118582005-10-26 Didier Verna <didier@xemacs.org>
11859
002876ab 11860 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 11861 article buffer.
002876ab 11862 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 11863 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
11864 NOV database and in article itself.
11865 Invalidate article backlog.
11866
118672005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11868
11869 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11870
118712005-10-26 Simon Josefsson <jas@extundo.com>
11872
11873 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11874 part of 2004-07-25 change.
11875
118762005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11877
11878 * message.el (message-display-completion-list): New function.
11879 (message-expand-group): Use it; make sure the Completions buffer
11880 is modifiable.
11881
118822005-10-30 Chong Yidong <cyd@stupidchicken.com>
11883
c9e31f32 11884 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
11885
118862005-10-24 Eli Zaretskii <eliz@gnu.org>
11887
11888 * pgg-def.el:
11889 * pgg-gpg.el:
11890 * pgg-parse.el:
11891 * pgg-pgp.el:
11892 * pgg-pgp5.el:
11893 * pgg.el: Move to the parent lisp directory.
11894
118952005-10-23 Chong Yidong <cyd@stupidchicken.com>
11896
11897 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11898 user-mail-name is an empty string.
11899
119002005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11901
11902 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11903 depending on gnus-score-decay-constant.
11904
11905 * encrypt.el (encrypt-insert-file-contents)
11906 (encrypt-write-file-contents): Don't use `gnus-message'.
11907
11908 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11909 arguments.
296a8e19
SM
11910 (mm-uu-type-alist): Add message-marks and insert-marks.
11911 Pass arguments to mm-uu-verbatim-marks-extract.
01c52d31
MB
11912 (mm-uu-hide-markers): New variable.
11913 (mm-uu-extract): Use face similar to `gnus-cite-3'.
11914
11915 * gnus-fun.el (gnus-convert-image-to-x-face-command)
11916 (gnus-convert-image-to-face-command): Use "convert" by default to
11917 allow other input image formats.
11918 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11919 accordingly.
11920
119212005-10-23 Simon Josefsson <jas@extundo.com>
11922
11923 * imap.el (imap-gssapi-program): Align command line parameters
11924 with latest GNU SASL.
11925 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11926
119272005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11928
11929 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11930 HTML.
11931 (nnslashdot-request-article): Ditto.
11932
119332005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11934
11935 * mail-source.el (mail-source-fetch-pop): Require pop3.
11936 (mail-source-check-pop): Ditto.
11937
119382005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11939
11940 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11941 errors.
11942
119432005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11944
11945 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11946 (gnus-treat-strip-leading-blank-lines): Improve doc string.
11947
11948 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11949
296a8e19
SM
11950 * mm-bodies.el (mm-decode-string):
11951 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
11952
119532005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11954
11955 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11956 (rfc2047-charset-to-coding-system): New function.
11957 (rfc2047-decode-encoded-words): New function.
11958 (rfc2047-decode-region): Use them.
11959 (rfc2047-decode-cte): Remove.
11960 (rfc2047-parse-and-decode): Remove.
11961 (rfc2047-decode): Remove.
11962
119632005-10-15 Kenichi Handa <handa@m17n.org>
11964
11965 * rfc2047.el (rfc2047-decode-cte): New function.
11966 (rfc2047-decode-region): Change the way to decode successive
11967 encoded-words: decode B- or Q-encoding in each encoded-word,
11968 concatenate them, and decode it as charset.
11969
119702005-10-17 Chong Yidong <cyd@stupidchicken.com>
11971
11972 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
11973 widget-move-and-invoke.
11974 (gnus-custom-mode): Use gnus-custom-map.
11975
119762005-10-15 Bill Wohler <wohler@newt.com>
11977
296a8e19 11978 * message.el (message-tool-bar-map): Rename image file from
01c52d31
MB
11979 mail_send to mail/send.
11980
119812005-10-16 Masatake YAMATO <jet@gyve.org>
11982
11983 * message.el (message-expand-group): Pass the common
11984 prefix substring of completion to `display-completion-list'.
11985
119862005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
11987
11988 * mml-sec.el (mml-secure-method): New internal variable.
11989 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
296a8e19
SM
11990 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
11991 New functions using mml-secure-method.
01c52d31
MB
11992
11993 * mml.el (mml-mode-map): Add key bindings for those functions.
11994 (mml-menu): Simplify security menu entries. Suggested by Jesper
11995 Harder <harder@myrealbox.com>.
296a8e19
SM
11996 (mml-attach-file, mml-attach-buffer, mml-attach-external):
11997 Goto end of message if point is the headers of the message.
01c52d31
MB
11998
11999 * message.el (message-in-body-p): New function.
12000
12001 * assistant.el: Autoload gnus-util and netrc.
12002
12003 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12004 Use `mm-charset-override-alist' only when decoding.
12005
296a8e19
SM
12006 * mm-bodies.el (mm-decode-body):
12007 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
12008
12009 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12010 `filename' from Content-Disposition if Content-Type doesn't
12011 provide `name'.
12012 (gnus-mime-view-part-as-type): Set default instead of
12013 initial-input.
12014
120152005-10-09 Daniel Brockman <daniel@brockman.se>
12016
12017 * format-spec.el (format-spec): Propagate text properties of % spec.
12018
120192005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12020
12021 * gnus-art.el (gnus-treat-predicate): Add `first'.
12022
120232005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12024
12025 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12026 (mm-charset-override-alist): New variable.
12027 (mm-charset-to-coding-system): Use it.
12028 (mm-codepage-setup): New helper function.
12029 (mm-charset-eval-alist): New variable.
296a8e19
SM
12030 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12031 Warn about unknown charsets.
01c52d31
MB
12032
120332005-10-04 David Hansen <david.hansen@gmx.net>
12034
12035 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12036 (nnrss-check-group): Ditto.
12037
120382005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12039
12040 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12041 Rename x-gnus-verbatim to x-verbatim.
12042 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12043
12044 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12045 x-verbatim.
12046
12047 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12048
12049 * gnus-util.el (gnus-remove-duplicates): Remove.
12050
12051 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12052 instead of gnus-remove-duplicates.
12053
12054 * message.el (message-remove-duplicates): Remove.
12055 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12056 message-remove-duplicates.
12057
12058 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12059 available, else use implementation from `delete-dups'.
12060
12061 * message.el (message-insert-expires): New function.
12062 (message-mode-map): Add key binding.
12063 (message-mode-field-menu): Add menu entry.
12064 (message-mode): Document it.
12065 (message-make-expires-date): Use `message-make-date'.
12066
120672005-10-04 Josh Huber <huber@alum.wpi.edu>
12068
12069 * message.el (message-make-expires-date): New function.
12070
01c52d31
MB
120712005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12072
12073 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12074
120752005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12078 function rather than the diff-mode.el package.
12079 (mm-display-external): Use with-current-buffer.
12080 (mm-viewer-completion-map, mm-viewer-completion-map):
12081 Move initialization inside declaration.
12082
120832005-09-29 Simon Josefsson <jas@extundo.com>
12084
296a8e19
SM
12085 * spam.el: Load hashcash when compiling, to avoid warnings.
12086 Don't autoload mail-check-payment.
01c52d31
MB
12087 (spam-check-hashcash): Define unconditionally, since hashcash.el
12088 is part of Gnus now. Ignore errors from payment checking.
12089
120902005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12091
296a8e19
SM
12092 * message.el (message-bold-region, message-unbold-region):
12093 Rename from `bold-region' and `unbold-region'.
01c52d31
MB
12094
12095 * message.el: Remove useless autoloads.
12096
120972005-09-28 Simon Josefsson <jas@extundo.com>
12098
12099 * message.el (message-use-idna): Default to t.
12100 (message-use-idna): Test whether encoding works too. Doc fix.
12101
121022005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12103
12104 * nntp.el (nntp-warn-about-losing-connection): Remove.
12105
121062005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12107
12108 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12109 customizable. Change default value.
12110 (mm-uu-diff-groups-regexp): Change default value.
12111 (mm-uu-type-alist): Add doc string.
12112 (mm-uu-configure): Add doc string. Make it interactive.
12113 (mm-uu-tex-groups-regexp): New variable.
12114 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12115 (mm-uu-type-alist): Add LaTeX documents.
12116 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12117 of "text/verbatim".
12118 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12119
12120 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12121 instead of "text/verbatim".
12122
12123 * message.el (message-mark-inserted-region)
12124 (message-mark-insert-file): Use slrn style marks when called with
12125 prefix argument.
12126
121272005-09-27 Simon Josefsson <jas@extundo.com>
12128
12129 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12130
880820fe 121312005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12132
12133 * message.el (message-remove-duplicates): New function.
12134 Implementation borrowed from `gnus-remove-duplicates'.
12135 (message-idna-to-ascii-rhs): Also encode idna addresses in
12136 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12137 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12138 only ask about the same idna domain once per header and also tell
12139 in what header to replace the idna domain.
12140
12141 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12142 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12143 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12144 a header is decoded and not just the last one.
12145
121462005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12147
12148 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12149 has been decoded.
12150
12151 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12152 (mm-insert-part): Don't modify text if it has been decoded.
12153
12154 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12155 decoded.
12156
12157 * mm-view.el (mm-inline-text): Don't strip text props unless
12158 decoding enriched or richtext parts.
12159
121602005-09-25 Romain Francoise <romain@orebokech.com>
12161
12162 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12163 * gnus-start.el (gnus-subscribe-interactively):
12164 * gnus-uu.el (gnus-uu-grab-articles):
12165 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12166 space.
12167
121682005-09-24 Emilio C. Lopes <eclig@gmx.net>
12169
12170 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12171 * mm-view.el (mm-view-pkcs7-decrypt):
12172 * gnus-sum.el (gnus-summary-limit-to-extra)
12173 (gnus-summary-respool-article, gnus-read-move-group-name):
12174 * gnus-score.el (gnus-summary-increase-score):
12175 * gnus-util.el (gnus-completing-read-with-default):
12176 * gnus-art.el (gnus-read-save-file-name)
12177 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12178 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12179 * message.el (message-check-news-header-syntax):
12180 Follow convention for reading with the minibuffer.
12181
121822005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12183
12184 * spam-report.el (spam-report-url-ping-plain):
12185 Use gnus-extended-version as User-Agent.
12186
12187 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12188 default value is nil.
12189
296a8e19 12190 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
01c52d31
MB
12191 (mm-uu-verbatim-marks-extract): New function.
12192 (mm-uu-extract): New face.
12193 (mm-uu-copy-to-buffer): Use it.
12194
296a8e19 12195 * spam-report.el (spam-report-gmane-ham): Rename from
01c52d31 12196 `spam-report-gmane-unspam'.
296a8e19 12197 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
01c52d31
MB
12198 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
12199
12200 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12201 Autoload.
296a8e19
SM
12202 (spam-report-gmane-unregister-routine):
12203 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
01c52d31
MB
12204
122052005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
12206
12207 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12208 (spam-report-gmane-unregister-routine): Add support for gmane
12209 unregistration.
12210
12211 * spam-report.el (spam-report-gmane-unspam)
12212 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12213 (spam-report-gmane): Change to take a single article and do unspam
12214 registration.
12215
122162005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12217
12218 * mm-url.el (mm-url-decode-entities): Fix regexp.
12219
122202005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12221
12222 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12223 default to nil, to be able to use Gnus at all. If the default
12224 switches to something else, then the function should be fixed not
12225 be exceedingly slow.
12226
122272005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
12228
12229 * gnus-start.el (gnus-activate-group): If the server is nil, don't
12230 fail hard.
12231
12232 * spam-report.el: Add better Keywords line.
12233
12234 * spam.el: Add Maintainer and better Keywords line.
12235
122362005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12237
12238 * gnus-art.el (gnus-article-replace-part)
12239 (gnus-mime-replace-part): New functions.
12240 (gnus-mime-action-alist, gnus-mime-button-commands)
296a8e19
SM
12241 (gnus-mime-save-part-and-strip): Add file argument.
12242 (gnus-article-part-wrapper): Add interactive argument.
01c52d31 12243
296a8e19
SM
12244 * gnus-sum.el (gnus-summary-mime-map):
12245 Add `gnus-article-replace-part'.
01c52d31
MB
12246
122472005-09-19 Didier Verna <didier@xemacs.org>
12248
12249 The nnml compaction feature:
12250 * nnml.el (nnml-request-compact-group): New function.
12251 * nnml.el (nnml-request-compact): New function.
12252 * gnus-int.el (gnus-request-compact-group): New function.
12253 * gnus-int.el (gnus-request-compact): New function.
12254 * gnus-group.el (gnus-group-compact-group): New function.
12255 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12256 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12257 * gnus-srvr.el (gnus-server-compact-server): New function.
12258 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12259 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12260
122612005-09-18 Deepak Goel <deego@gnufans.org>
12262
12263 * sieve.el (sieve-help): Fix `message' call: first arg should be a
12264 format spec.
12265
122662005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12267
12268 * gnus.el (gnus-group-startup-message): Bind image-load-path.
12269
122702005-09-15 Romain Francoise <romain@orebokech.com>
12271
12272 * message.el (message-fill-paragraph): Clarify docstring.
12273
122742005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
12275
12276 * gnus-art.el (gnus-mime-display-part): Protect against broken
12277 MIME messages.
12278
122792005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12280
12281 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12282 before parsing header.
12283
122842005-09-11 Jari Aalto <jari.aalto@cante.net>
12285
002876ab 12286 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
12287
122882005-09-11 Romain Francoise <romain@orebokech.com>
12289
12290 * message.el (message-alternative-emails): Improve docstring.
12291 (message-setup-1): Call `message-use-alternative-email-as-from'
12292 after `message-setup-hook' to give it precedence over posting
12293 styles, etc.
296a8e19
SM
12294 (message-use-alternative-email-as-from): Add docstring.
12295 Remove the original From header if present.
01c52d31
MB
12296
12297 * nnml.el (nnml-compressed-files-size-threshold): New variable.
12298 (nnml-save-mail): Use it.
12299
12300 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12301 articles. Add new argument `silent'.
12302 (gnus-uu-mark-all): Report the total number of marked articles.
12303
123042005-09-10 Romain Francoise <romain@orebokech.com>
12305
12306 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12307 (gnus-uu-mark-series): Likewise.
12308
123092005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
12310
12311 * spam-report.el (spam-report-gmane): Fix generation of spam
12312 report URL.
12313
123142005-09-10 Simon Josefsson <jas@extundo.com>
12315
12316 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12317 t, based on discussion on the ding list with Robert Epprecht
12318 <epprecht@solnet.ch>.
12319
123202005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
12321
12322 * spam-report.el (spam-report-gmane): Make it work without
12323 X-Report-Spam header. Gmane now only provides Archived-At.
12324 This is only used if `spam-report-gmane-use-article-number' is nil.
12325 (spam-report-gmane-spam-header): Remove. Not used anymore.
12326
12327 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12328 make `gnus-summary-sort-by-recipient' work with threading.
12329
12330 * nnweb.el (nnweb-google-wash-article): Print a message if article
12331 is not available.
12332
123332005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12334
12335 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12336 change. Decode text/* parts content before displaying.
12337
123382005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12339
12340 * mml-smime.el: Remove defvar of gnus-extract-address-components.
12341
123422005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12343
12344 * mm-view.el (mm-display-inline-fontify): Disable support modes.
12345
123462005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
12347
c9e31f32 12348 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
12349
12350 * gnus.el (gnus-group-change-level-function): Ditto.
12351
12352 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12353
12354 * gnus-art.el (gnus-signature-limit)
12355 (gnus-article-mime-part-function): Ditto.
12356
123572005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12358
12359 * mml.el (mml-mode): Silence the byte compiler.
12360
12361 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12362 using `(sit-for 0)' before moving the point to the specified part;
12363 skip unbuttonized parts.
12364 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12365 return to the summary window if gnus-auto-select-part is non-nil.
12366
123672005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
12368
296a8e19
SM
12369 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12370 New variables.
01c52d31
MB
12371 (mml-dnd-attach-file, mml-mode): Use them.
12372
12373 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
296a8e19
SM
12374 Make fetching article by MID work again for Google Groups.
12375 Add FIXME concerning gnus-group-make-web-group.
01c52d31
MB
12376
12377 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12378 Don't depend on Gnus by using mail-extract-address-components if
12379 gnus-extract-address-components is not bound.
12380
123812005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12382
12383 * gnus-art.el (gnus-mime-display-security): Don't display the
12384 signature, but only the signed part.
12385
123862005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
12387
12388 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12389
12390 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12391 list, not listp.
12392
123932005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
12394
296a8e19
SM
12395 * mm-encode.el (mm-encode-content-transfer-encoding):
12396 Likewise when encoding.
01c52d31
MB
12397
12398 * mm-bodies.el (mm-decode-content-transfer-encoding):
12399 De-canonicalize CRLF for all text content types, not just
12400 text/plain.
12401
124022005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12403
12404 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12405 valid article; point arrow and cursor at the MIME button.
12406
124072005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12410 Suggested by Dan Christensen <jdc@uwo.ca>.
12411
12412 * mm-decode.el (mm-save-part): Enable change of prompt.
12413
124142005-08-29 Jari Aalto <jari.aalto@cante.net>
12415
296a8e19
SM
12416 * gnus-msg.el (gnus-inews-add-send-actions):
12417 Make `message-post-method' lambda parameter ARG `&optional'.
01c52d31
MB
12418
124192005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12420
296a8e19
SM
12421 * gnus-sum.el (gnus-summary-mime-map):
12422 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
01c52d31
MB
12423 gnus-article-jump-to-part.
12424
296a8e19 12425 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
01c52d31 12426 (gnus-article-edit-part): Use it.
296a8e19
SM
12427 (gnus-article-part-wrapper): Add no-handle argument.
12428 (gnus-article-save-part-and-strip, gnus-article-delete-part):
12429 New functions.
01c52d31
MB
12430
124312005-08-29 Romain Francoise <romain@orebokech.com>
12432
12433 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12434 docstring.
12435 (gnus-face-from-file): Likewise.
12436
124372005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12438
12439 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12440 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12441 non-nil.
12442 (gnus-auto-select-part): New variable.
12443 (gnus-article-jump-to-part): New function.
12444 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12445 (gnus-mime-delete-part): Allow selecting specified part after
12446 deleting or stripping parts.
12447 (gnus-article-jump-to-part): Don't use `read-number'. Use last
12448 part if argument is bogus.
12449
124502005-08-31 Juanma Barranquero <lekktu@gmail.com>
12451
12452 * gnus-art.el (w3m-minor-mode-map):
12453 * gnus-spec.el (gnus-newsrc-file-version):
12454 * gnus-util.el (nnmail-active-file-coding-system)
12455 (gnus-original-article-buffer, gnus-user-agent):
12456 * gnus.el (gnus-ham-process-destinations)
12457 (gnus-parameter-ham-marks-alist)
12458 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12459 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12460 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12461 * mm-decode.el (gnus-current-window-configuration):
12462 * mm-extern.el (gnus-article-mime-handles):
12463 * mm-url.el (url-current-object, url-package-name)
12464 (url-package-version):
12465 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12466 (smime-keys, w3m-cid-retrieve-function-alist)
12467 (w3m-current-buffer, w3m-display-inline-images)
12468 (w3m-minor-mode-map):
12469 * mml-smime.el (gnus-extract-address-components):
12470 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12471 (gnus-newsrc-hashtb, message-default-charset)
12472 (message-deletable-headers, message-options)
12473 (message-posting-charset, message-required-mail-headers)
12474 (message-required-news-headers):
12475 * mml1991.el (mc-pgp-always-sign):
12476 * mml2015.el (mc-pgp-always-sign):
12477 * nnheader.el (nnmail-extra-headers):
12478 * rfc1843.el (gnus-decode-encoded-word-function)
12479 (gnus-decode-header-function, gnus-newsgroup-name):
12480 * spam-stat.el (gnus-original-article-buffer): Add defvars.
12481
124822005-08-22 Karl Chen <quarl@cs.berkeley.edu>
12483
12484 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12485 the end of the date treatments.
12486
124872005-08-15 Simon Josefsson <jas@extundo.com>
12488
12489 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12490 it in url-handlers.el and XEmacs in url.el. Reported by Luca
12491 Capello and Romain Francoise.
296a8e19 12492 (pgg-fetch-key-function): Remove, not used?
01c52d31
MB
12493 (pgg-insert-url-with-w3): Require url, to get
12494 url-insert-file-contents regardless of where it is defined.
12495
124962005-08-13 Romain Francoise <romain@orebokech.com>
12497
12498 * message.el (message-cite-original-1): New function.
12499 (message-cite-original): Use it.
12500 (message-cite-original-without-signature): Ditto.
12501
125022005-08-08 Romain Francoise <romain@orebokech.com>
12503
12504 * message.el (message-yank-empty-prefix): New variable.
12505 (message-indent-citation): Use it.
12506 (message-cite-original-without-signature): Respect X-No-Archive.
12507
125082005-08-08 Simon Josefsson <jas@extundo.com>
12509
12510 * pgg.el: Autoload url-insert-file-contents instead of loading
12511 w3/url.
12512 (pgg-insert-url-with-w3): Don't load url here.
12513
125142005-08-07 Jesper Harder <harder@phys.au.dk>
12515
12516 * message.el (message-kill-to-signature): Don't insert newline at
12517 bol.
12518 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12519
125202005-08-06 Romain Francoise <romain@orebokech.com>
12521
12522 * message.el (message-user-fqdn): Fix typo in docstring.
12523
125242005-08-05 Daiki Ueno <ueno@unixuser.org>
12525
12526 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12527
12528 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12529
125302005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12531
12532 * mm-bodies.el (mm-encode-body): Use coding system rather than
12533 charset to encode text.
12534
12535 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12536 number of charsets if utf-8 is available (XEmacs).
12537
125382005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
12539
12540 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12541 taken from `gnus-button-mid-or-mail-regexp'.
12542 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12543 (gnus-button-alist): Improve regexp for domain part of the MIDs
12544 for news:localpart@domain buttons.
12545 (gnus-button-ctan-directory-regexp): Update.
12546
125472005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
12548
296a8e19
SM
12549 * sieve-manage.el (sieve-manage-interactive-login):
12550 Use make-local-variable rather than make-variable-buffer-local.
01c52d31
MB
12551 (sieve-manage-open): Ditto.
12552 (sieve-manage-authenticate): Ditto.
12553
12554 * mml.el (mml-generate-mime-1): Make the content type default to
12555 text/plain if the filename is not specified.
12556
125572005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
12558
12559 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12560 instead of insert-buffer.
12561
12562 * message.el (message-yank-original): Ditto; set the mark at the
12563 end of the yanked message.
12564
125652005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12566
12567 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12568 lines to scroll rather than to stop it.
12569
12570 * mml.el (mml-generate-default-type): Add doc string.
12571 (mml-generate-mime-1): Use mm-default-file-encoding or make it
12572 default to application/octet-stream when determining the content
12573 type if it is not specified for the part or the mml contents; add
12574 a comment about mml-generate-default-type.
12575
125762005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
12577
12578 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12579 make it default to application/octet-stream when determining the
12580 content type if it is not specified for the external contents.
12581
125822005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12583
12584 * rfc2231.el (rfc2231-parse-string): Take care that not only a
12585 segmented parameter but also other parameters might be there.
12586
125872005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12588
12589 * mm-decode.el (mm-display-external): Delete temp file, directory
12590 and buffer immediately if the external process is exited.
12591
125922005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
12593
12594 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12595 fewer lines than that of scroll-margin.
12596 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12597
125982005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12599
12600 * gnus-art.el (gnus-article-next-page): Revert.
12601 (gnus-article-beginning-of-window): New macro.
12602 (gnus-article-next-page-1): Use it.
12603 (gnus-article-prev-page): Ditto.
12604 (gnus-article-edit-part): Use insert-buffer-substring instead of
12605 insert-buffer.
12606 (gnus-article-edit-exit): Ditto.
12607
12608 * gnus-util.el (gnus-beginning-of-window): Remove.
12609 (gnus-end-of-window): Remove.
12610
126112005-07-25 Simon Josefsson <jas@extundo.com>
12612
12613 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12614 to have the url package without w3. Reported by Daiki Ueno
12615 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12616
126172005-07-20 Didier Verna <didier@xemacs.org>
12618
12619 * gnus-diary.el: Remove the description comment (nndiary is now
12620 properly documented in the Gnus manual).
12621 Fix the spelling of "Back End".
12622 * nndiary.el: Ditto.
12623 Fix the copyright notice.
12624
126252005-07-18 Romain Francoise <romain@orebokech.com>
12626
149cd465
JB
12627 * gnus-sum.el (gnus-summary-to-prefix)
12628 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
12629 (gnus-summary-from-or-to-or-newsgroups): Use them.
12630
126312005-07-17 Romain Francoise <romain@orebokech.com>
12632
12633 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12634 space as it's generally not especially interesting to the user.
12635
126362005-07-16 Romain Francoise <romain@orebokech.com>
12637
12638 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12639 nil to avoid prompting and file modification if one of the
12640 messages at the top of the nnfolder file contains a copyright
12641 notice.
12642 Update copyright notice.
12643
12644 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12645 instead of `current-time-string' as the latter creates a time
12646 string that is not RFC 2822 compliant (it lacks the zone).
12647 Update copyright notice.
12648
126492005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12652 for text/rtf. Display default in prompt. Pass default for M-n.
12653
12654 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12655
126562005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12657
296a8e19
SM
12658 * gnus-msg.el (gnus-button-mailto):
12659 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
12660 save-selected-window internals.
12661
126622005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
12663
12664 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12665 (gnus-article-next-page-1): Use gnus-beginning-of-window.
12666 (gnus-article-prev-page): Ditto.
12667
12668 * gnus-util.el (gnus-beginning-of-window): New function.
12669 (gnus-end-of-window): New function.
12670
126712005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12672
296a8e19
SM
12673 * gnus-score.el (gnus-score-edit-all-score):
12674 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
01c52d31
MB
12675 gnus-message.
12676
126772005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12678
296a8e19
SM
12679 * gnus-msg.el (gnus-button-mailto):
12680 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
12681 save-selected-window internals.
12682
126832005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
12684
12685 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12686 add-minor-mode.
12687 (gnus-binary-mode): Ditto.
12688
12689 * gnus-topic.el (gnus-topic-mode): Ditto.
12690
126912005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
12692
12693 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12694 (gnus-article-prev-page): Take scroll-margin into consideration.
12695
126962005-07-04 Lute Kamstra <lute@gnu.org>
12697
12698 Update FSF's address in GPL notices.
12699
127002005-07-04 Juanma Barranquero <lekktu@gmail.com>
12701
12702 * gnus.el (gnus-exit):
12703 * gnus-group.el (gnus-group-icons):
12704 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12705
12706 * gnus-nocem.el (gnus-nocem):
12707 * message.el (message-various, message-buffers, message-sending)
12708 (message-interface, message-forwarding, message-insertion)
12709 (message-headers, message-news, message-mail):
12710 * pgg-gpg.el (pgg-gpg):
12711 * pgg-parse.el (pgg-parse):
12712 * pgg-pgp.el (pgg-pgp):
12713 * pgg-pgp5.el (pgg-pgp5):
12714 * pop3.el (pop3): Finish `defgroup' description with period.
12715
127162005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12717
12718 * gnus-art.el (article-display-face): Improve the efficiency.
12719 (article-display-x-face): Ditto; remove grey x-face stuff.
12720
127212005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
12722
12723 * gnus-art.el (article-display-face): Correct the position in
12724 which Faces are inserted.
12725
127262005-06-29 Didier Verna <didier@xemacs.org>
12727
12728 * gnus-art.el (article-display-face): Display faces in correct
12729 order.
12730
127312005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12732
12733 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12734 (gnus-fill-real-hashtb): Use hash table instead of obarray.
12735 (gnus-nocem-check-article): Fetch the Type header.
12736 (gnus-nocem-message-wanted-p): Fix the way to examine types.
12737 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12738 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12739 make sure gnus-nocem-hashtb is initialized.
12740 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12741 (gnus-nocem-unwanted-article-p): Ditto.
12742
12743 * pgg.el (pgg-verify): Return the verification result.
12744
127452005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12746
12747 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12748 is ascii.
12749
127502005-06-24 Juanma Barranquero <lekktu@gmail.com>
12751
12752 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12753 `show-nonbreak-escape'.
12754
127552005-06-23 Lute Kamstra <lute@gnu.org>
12756
12757 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12758
12759 * dig.el (dig-mode):
12760 * smime.el (smime-mode): Use gnus-run-mode-hooks.
12761
127622005-06-21 Juanma Barranquero <lekktu@gmail.com>
12763
12764 * nnimap.el (nnimap-split-download-body): Fix spellings.
12765
127662005-06-16 Juanma Barranquero <lekktu@gmail.com>
12767
12768 * gnus-art.el (gnus-article-encrypt-body):
12769 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
12770 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12771 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 12772
880820fe 127732005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12774
12775 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12776 header by looking for magic "MII" at the beginnig.
12777
127782005-06-16 Miles Bader <miles@gnu.org>
12779
12780 * assistant.el (assistant-field): Remove "-face" suffix from face name.
12781 (assistant-field-face): New backward-compatibility alias for renamed
12782 face.
12783 (assistant-render-text): Use renamed assistant-field face.
12784
12785 * spam.el (spam): Remove "-face" suffix from face name.
12786 (spam-face): New backward-compatibility alias for renamed face.
12787 (spam-face, spam-initialize): Use renamed spam face.
12788
12789 * message.el (message-header-to, message-header-cc)
12790 (message-header-subject, message-header-newsgroups)
12791 (message-header-other, message-header-name)
12792 (message-header-xheader, message-separator, message-cited-text)
12793 (message-mml): Remove "-face" suffix from face names.
12794 (message-header-to-face, message-header-cc-face)
12795 (message-header-subject-face, message-header-newsgroups-face)
12796 (message-header-other-face, message-header-name-face)
12797 (message-header-xheader-face, message-separator-face)
12798 (message-cited-text-face, message-mml-face):
12799 New backward-compatibility aliases for renamed faces.
12800 (message-font-lock-keywords): Use renamed message faces.
12801
12802 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12803 (sieve-test-commands, sieve-tagged-arguments):
12804 Remove "-face" suffix from face names.
12805 (sieve-control-commands-face, sieve-action-commands-face)
12806 (sieve-test-commands-face, sieve-tagged-arguments-face):
12807 New backward-compatibility aliases for renamed faces.
12808 (sieve-control-commands-face, sieve-action-commands-face)
12809 (sieve-test-commands-face, sieve-tagged-arguments-face):
12810 Use renamed sieve faces.
12811
12812 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12813 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12814 (gnus-group-news-3-empty, gnus-group-news-4)
12815 (gnus-group-news-4-empty, gnus-group-news-5)
12816 (gnus-group-news-5-empty, gnus-group-news-6)
12817 (gnus-group-news-6-empty, gnus-group-news-low)
12818 (gnus-group-news-low-empty, gnus-group-mail-1)
12819 (gnus-group-mail-1-empty, gnus-group-mail-2)
12820 (gnus-group-mail-2-empty, gnus-group-mail-3)
12821 (gnus-group-mail-3-empty, gnus-group-mail-low)
12822 (gnus-group-mail-low-empty, gnus-summary-selected)
12823 (gnus-summary-cancelled, gnus-summary-high-ticked)
12824 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12825 (gnus-summary-high-ancient, gnus-summary-low-ancient)
12826 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12827 (gnus-summary-low-undownloaded)
12828 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12829 (gnus-summary-low-unread, gnus-summary-normal-unread)
12830 (gnus-summary-high-read, gnus-summary-low-read)
12831 (gnus-summary-normal-read, gnus-splash):
12832 Remove "-face" suffix from face names.
12833 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12834 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12835 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12836 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12837 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12838 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12839 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12840 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12841 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12842 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12843 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12844 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12845 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12846 (gnus-summary-normal-ticked-face)
12847 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12848 (gnus-summary-normal-ancient-face)
12849 (gnus-summary-high-undownloaded-face)
12850 (gnus-summary-low-undownloaded-face)
12851 (gnus-summary-normal-undownloaded-face)
12852 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12853 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12854 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12855 (gnus-splash-face):
12856 New backward-compatibility aliases for renamed faces.
12857 (gnus-group-startup-message): Use renamed gnus faces.
12858
12859 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12860 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12861 (gnus-server-agent): Remove "-face" suffix from face names.
12862 (gnus-server-agent-face, gnus-server-opened-face)
12863 (gnus-server-closed-face, gnus-server-denied-face)
12864 (gnus-server-offline-face):
12865 New backward-compatibility aliases for renamed faces.
12866 (gnus-server-agent-face, gnus-server-opened-face)
12867 (gnus-server-closed-face, gnus-server-denied-face)
12868 (gnus-server-offline-face): Use renamed gnus faces.
12869
12870 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12871 Remove "-face" suffix from face names.
12872 (gnus-picon-xbm-face, gnus-picon-face):
12873 New backward-compatibility aliases for renamed faces.
12874
12875 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12876 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12877 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12878 (gnus-cite-11): Remove "-face" suffix from face names.
12879 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12880 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12881 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12882 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12883 New backward-compatibility aliases for renamed faces.
12884 (gnus-cite-attribution-face, gnus-cite-face-list)
12885 (gnus-article-boring-faces): Use renamed gnus faces.
12886
12887 * gnus-art.el (gnus-signature, gnus-header-from)
12888 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12889 (gnus-header-content): Remove "-face" suffix from face names.
12890 (gnus-signature-face, gnus-header-from-face)
12891 (gnus-header-subject-face, gnus-header-newsgroups-face)
12892 (gnus-header-name-face, gnus-header-content-face):
12893 New backward-compatibility aliases for renamed faces.
12894 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12895
12896 * gnus-sum.el (gnus-summary-selected-face)
12897 (gnus-summary-highlight): Use renamed gnus faces.
12898 * gnus-group.el (gnus-group-highlight): Likewise.
12899
129002005-06-14 Juanma Barranquero <lekktu@gmail.com>
12901
12902 * gnus-sieve.el (gnus-sieve-article-add-rule):
12903 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12904 * spam-stat.el (spam-stat-buffer-change-to-spam)
12905 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12906
12907 * message.el (message-is-yours-p):
12908 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12909
129102005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12911
12912 * mm-view.el (mm-inline-text): Withdraw the last change.
12913
129142005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12915
12916 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12917 executing enriched-decode.
12918
129192005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
12920
12921 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12922 charset of tar files.
12923
129242005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12925
12926 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12927
129282005-06-04 Lute Kamstra <lute@gnu.org>
12929
12930 * nnfolder.el (nnfolder-read-folder): Make sure that undo
12931 information is never recorded.
12932
129332005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12936
129372005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12938
12939 * pop3.el (pop3-apop): Run md5 in the binary mode.
12940
12941 * starttls.el (starttls-set-process-query-on-exit-flag):
12942 Use eval-and-compile.
12943
129442005-05-31 Simon Josefsson <jas@extundo.com>
12945
12946 * smime.el (smime-replace-in-string): Define.
12947 (smime-cert-by-ldap-1): Use it.
12948
129492005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
12950
12951 * gnus-art.el (article-display-x-face): Replace
12952 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12953
12954 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12955 set-process-query-on-exit-flag or process-kill-without-query.
12956
12957 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12958 loop instead of replace-regexp.
12959
12960 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12961 instead of process-kill-without-query if it is available.
12962
12963 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12964 instead of find-file-hooks if it is available.
12965
12966 * mml1991.el: Bind pgg-default-user-id when compiling.
12967
12968 * mml2015.el: Bind pgg-default-user-id when compiling.
12969
12970 * nndraft.el (nndraft-request-associate-buffer):
12971 Use write-contents-functions instead of write-contents-hooks if it is
12972 available.
12973
12974 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12975 instead of find-file-hooks if it is available.
12976
12977 * nntp.el (nntp-open-connection): Replace
12978 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12979 (nntp-open-ssl-stream): Ditto.
12980 (nntp-open-tls-stream): Ditto.
12981
12982 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12983 set-process-query-on-exit-flag or process-kill-without-query.
12984 (starttls-open-stream-gnutls): Use it instead of
12985 process-kill-without-query.
12986 (starttls-open-stream): Ditto.
12987
129882005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
12989
12990 * smime.el (smime-cert-by-ldap-1): Don't use
12991 replace-regexp-in-string.
12992
880820fe 129932005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12994
12995 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12996
12997 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 12998 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
12999
130002005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13001
13002 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13003 by `string-to-number'.
13004 * gnus-agent.el (gnus-agent-regenerate-group)
13005 (gnus-agent-fetch-articles): Ditto.
13006 * gnus-art.el (gnus-button-fetch-group): Ditto.
13007 * gnus-cache.el (gnus-cache-generate-active)
13008 (gnus-cache-articles-in-group): Ditto.
13009 * gnus-group.el (gnus-group-set-current-level)
13010 (gnus-group-insert-group-line): Ditto.
13011 * gnus-score.el (gnus-score-set-expunge-below)
13012 (gnus-score-set-mark-below, gnus-summary-score-effect)
13013 (gnus-summary-score-entry): Ditto.
13014 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13015 (gnus-soup-pack): Ditto.
13016 * gnus-spec.el (gnus-xmas-format): Ditto.
13017 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13018 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13019 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13020 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13021 * nndb.el (nndb-get-remote-expire-response): Ditto.
13022 * nndiary.el (nndiary-parse-schedule-value)
13023 (nndiary-string-to-number, nndiary-request-replace-article)
13024 (nndiary-request-article): Ditto.
13025 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13026 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13027 * nneething.el (nneething-make-head): Ditto.
13028 * nnfolder.el (nnfolder-request-article)
13029 (nnfolder-retrieve-headers): Ditto.
13030 * nnheader.el (nnheader-file-to-number): Ditto.
13031 * nnkiboze.el (nnkiboze-request-article): Ditto.
13032 * nnmail.el (nnmail-process-unix-mail-format)
13033 (nnmail-process-babyl-mail-format): Ditto.
13034 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13035 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13036 (nnmh-request-create-group, nnmh-request-list-1)
13037 (nnmh-request-group, nnmh-request-article): Ditto.
13038 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13039 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13040 * nnsoup.el (nnsoup-make-active): Ditto.
13041 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13042 * nntp.el (nntp-find-group-and-number)
13043 (nntp-retrieve-headers-with-xover): Ditto.
13044 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13045 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13046 (pgg-format-key-identifier): Ditto.
13047 * pop3.el (pop3-last, pop3-stat): Ditto.
13048 * qp.el (quoted-printable-decode-region): Ditto.
13049
13050 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13051 of concat.
13052
130532005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13054
13055 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13056
13057 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13058
13059 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13060
13061 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13062
13063 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13064
13065 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13066
13067 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13068 (gnus-carpal-mode): Ditto.
13069
13070 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13071 (gnus-browse-mode): Ditto.
13072
13073 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13074
13075 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13076
130772005-05-29 Richard M. Stallman <rms@gnu.org>
13078
13079 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13080
130812005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13082
13083 * gnus-util.el (gnus-run-mode-hooks): New function.
13084
13085 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13086
130872005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13088
13089 * gnus-agent.el (gnus-agent-make-mode-line-string):
13090 Use mode-line-highlight as mouse-face.
13091
130922005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13093
13094 * canlock.el (canlock): Change the parent group to news.
13095
13096 * deuglify.el (gnus-outlook-deuglify): Add :group.
13097
13098 * dig.el (dig): Add :group.
13099
13100 * dns-mode.el (dns-mode): Add :group.
13101
13102 * encrypt.el (encrypt): Add :group.
13103
13104 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13105 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13106 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13107 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13108 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13109
13110 * gnus-diary.el (gnus-diary): Add :group.
13111
13112 * gnus.el (gnus-group-news-1-face): Add :group.
13113 (gnus-group-news-1-empty-face): Ditto.
13114 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13115 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13116 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13117 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13118 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13119 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13120 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13121 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13122 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13123 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13124 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13125 (gnus-summary-high-ticked-face): Ditto.
13126 (gnus-summary-low-ticked-face): Ditto.
13127 (gnus-summary-normal-ticked-face): Ditto.
13128 (gnus-summary-high-ancient-face): Ditto.
13129 (gnus-summary-low-ancient-face): Ditto.
13130 (gnus-summary-normal-ancient-face): Ditto.
13131 (gnus-summary-high-undownloaded-face): Ditto.
13132 (gnus-summary-low-undownloaded-face): Ditto.
13133 (gnus-summary-normal-undownloaded-face): Ditto.
13134 (gnus-summary-high-unread-face): Ditto.
13135 (gnus-summary-low-unread-face): Ditto.
13136 (gnus-summary-normal-unread-face): Ditto.
13137 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13138 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13139
13140 * hashcash.el (hashcash): New custom group.
13141 (hashcash-default-payment): Add :group.
13142 (hashcash-payment-alist): Ditto.
13143 (hashcash-default-accept-payment): Ditto.
13144 (hashcash-accept-resources): Ditto.
13145 (hashcash-path): Ditto.
13146 (hashcash-extra-generate-parameters): Ditto.
13147 (hashcash-double-spend-database): Ditto.
13148 (hashcash-in-news): Ditto.
13149
13150 * message.el (message-minibuffer-local-map): Add :group.
13151
13152 * netrc.el (netrc): Add :group.
13153
13154 * sieve-manage.el (sieve-manage-log): Add :group.
13155 (sieve-manage-default-user): Diito.
13156 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13157 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13158 (sieve-manage-authenticators): Ditto.
13159 (sieve-manage-authenticator-alist): Ditto.
13160 (sieve-manage-default-port): Ditto.
13161
13162 * sieve-mode.el (sieve-control-commands-face): Add :group.
13163 (sieve-action-commands-face): Ditto.
13164 (sieve-test-commands-face): Ditto.
13165 (sieve-tagged-arguments-face): Ditto.
13166
13167 * smime.el (smime): Add :group.
13168
13169 * spam-report.el (spam-report): Add :group.
13170
13171 * spam.el (spam, spam-face): Add :group.
13172
131732005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13174
13175 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13176 return \n.\n.\n at the end of articles. Protect against that.
13177 (nntp-with-open-group): Allow debugging.
13178
13179 * nnheader.el (mail-header-set-extra): Make into a function
13180 because I just could't understand how to quote the list properly.
13181
13182 * dns.el (query-dns-cached): New function.
13183
131842005-05-26 Lute Kamstra <lute@gnu.org>
13185
13186 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13187
131882005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13189
13190 * gnus-art.el: Don't autoload mail-extract-address-components.
13191
13192 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13193 eval-and-compile to evaluate it.
13194
13195 * hashcash.el: Don't autoload executable-find.
13196
13197 * nndb.el: Don't declare the nndb back end two or more times; don't
13198 autoload news-reply-mode, news-setup, cancel-timer and telnet.
13199
13200 * nntp.el: Autoload format-spec instead of format; use
13201 eval-and-compile to evaluate autoload forms.
13202
132032005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
13204
13205 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13206
132072005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13208
13209 * gnus.el (gnus-version-number): Bump version.
13210
132112005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13212
13213 * gnus.el: No Gnus v0.3 is released.
13214
132152005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13216
13217 * gnus-art.el (gnus-article-edit-part): Disable undo.
13218
132192005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13220
13221 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13222 gnus-article-date-lapsed-new-header is t if date timer is active;
13223 skip headers in which the original date value is empty.
13224 (gnus-article-save-original-date): Redefine it as a macro.
13225 (gnus-display-mime): Use it.
13226
132272005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13228
13229 * gnus-art.el (article-date-ut): Support converting date in
13230 forwarded parts as well.
13231 (gnus-article-save-original-date): New function.
13232 (gnus-display-mime): Use it.
13233
132342005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
13235
13236 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13237 enclosure element of <item>.
13238
132392005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
13240
296a8e19
SM
13241 * message.el (message-kill-buffer-query): Rename from
13242 `message-kill-buffer-query-if-modified'. Add :version.
01c52d31
MB
13243
132442005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13245
13246 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13247 window layout.
13248
132492005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13250
13251 * mml.el: Autoload dnd when compiling.
13252
132532005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13254
13255 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13256 x-dnd-*.
13257
132582005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13259
13260 * qp.el (quoted-printable-encode-region): Save excursion.
13261
132622005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
13263
13264 * message.el (message-kill-buffer-query-if-modified): Add new variable
13265 so the user can kill a modified message buffer quickly.
13266 (message-kill-buffer): Use it.
13267
132682005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
13269
13270 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13271 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13272
132732005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13274
13275 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13276 contained in text because xml.el decodes entities) with LFs.
13277
132782005-04-11 Lute Kamstra <lute@gnu.org>
13279
13280 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13281 differently.
13282
132832005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13284
13285 * mm-util.el (mm-detect-coding-region): Typo.
13286
132872005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
13288
13289 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13290
f0131492 132912005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
13292
13293 * spam-stat.el (spam-stat-score-buffer): Add a call to a
13294 user-function allow user modifications of the scores.
13295 (spam-stat-score-buffer-user): New function, to allow
13296 user-computed modifications to the score.
002876ab
JB
13297 (spam-stat-score-buffer-user-functions): List of additional
13298 scoring functions.
13299 (spam-stat-error-holder): Global temporary error holder.
13300 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13301 variable.
01c52d31
MB
13302
133032005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
13304
13305 * gnus-registry.el (gnus-registry-clean-empty-function)
13306 (gnus-registry-trim, gnus-registry-fetch-groups)
13307 (gnus-registry-delete-group): Groups that match
13308 `gnus-registry-ignored-groups' are removed from the registry
13309 entries, not just ignored for splitting. This helps clean up the
13310 registry. Also, `gnus-registry-fetch-groups' is a convenient way
13311 to get all the groups a message ID is in.
13312
13313 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 13314 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
13315 (spam-stat-score-buffer-user-functions): Add :number custom type.
13316
133172005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13318
13319 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13320 argument in XEmacs.
13321
13322 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13323 (nnrss-request-group): Decode group name first.
13324 (nnrss-request-article): Make a text/plain article if mml-to-mime
13325 failed.
13326 (nnrss-get-encoding): Return a compatible encoding according to
13327 nnrss-compatible-encoding-alist.
13328 (nnrss-find-el): Use consp instead of listp.
13329 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13330
133312005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13332
13333 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13334 which Emacs 20 doesn't support.
13335 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13336
133372005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13338
13339 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 13340 silence the byte compiler inside the defun.
01c52d31
MB
13341
13342 * gnus-demon.el (parse-time-string): Add autoload.
13343
13344 * gnus-delay.el (parse-time-string): Add autoload.
13345
13346 * gnus-art.el (parse-time-string): Add autoload.
13347
13348 * nnultimate.el (parse-time): Require for `parse-time-string'.
13349
133502005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13351
13352 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13353
13354 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13355
13356 * smime.el (smime-ldap-host-list): Add :version.
13357
133582005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13359
13360 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13361 pass it to `gnus-browse-read-group'.
13362 (gnus-browse-read-group): Add NUMBER argument and pass it to
13363 `gnus-group-read-ephemeral-group'.
13364
13365 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13366 argument and pass it to `gnus-group-read-group'.
13367
133682005-03-19 Aidan Kehoe <kehoea@parhasard.net>
13369
13370 * mm-util.el (mm-xemacs-find-mime-charset): Only call
13371 mm-xemacs-find-mime-charset-1 if we have the mule feature
13372 available at runtime.
13373
133742005-03-25 Werner Lemberg <wl@gnu.org>
13375
13376 * nnmaildir.el: Replace `illegal' with `invalid'.
13377
133782005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * gnus-start.el (gnus-display-time-event-handler):
13381 Check display-time-timer at runtime rather than only at load time
13382 in case display-time-mode is turned off in the mean time.
13383
133842005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13385
13386 * nnimap.el (nnimap-open-connection): Print which authinfo file is
13387 used.
13388
13389 * nneething.el (nneething-map-file-directory): Derive from
13390 `gnus-directory'.
13391
13392 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13393 the To/Cc button.
13394
133952005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13396
13397 * nnmaildir.el (nnmaildir-request-accept-article):
13398 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13399
134002005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13401
13402 * gnus-async.el: Require timer-funcs at compile time when in
13403 XEmacs for `run-with-idle-timer'.
13404
134052005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13406
13407 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13408 autoloaded function.
13409
134102005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13413
880820fe 134142005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
13415
13416 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13417
134182005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13419
296a8e19
SM
13420 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13421 Add gnus-expert-user to default.
01c52d31
MB
13422
134232005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
13424
13425 * nnimap.el (nnimap-open-server): Ditto.
13426
13427 * imap.el (imap-authenticate): Fix typo.
13428
134292005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
13430
13431 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13432 buffer (since IMAP server might return FETCH response out of
13433 order, and the nntp buffer must be sorted).
13434
134352005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
13436
296a8e19 13437 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
01c52d31
MB
13438 comparison on string.
13439
149cd465 13440 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
296a8e19
SM
13441 (gnus-agent-score): Rename category keywords to match gnus-cus.
13442 (gnus-agent-summary-fetch-series): Modify to protect against
01c52d31
MB
13443 gnus-agent-summary-fetch-group clearing processable flags.
13444 (gnus-agent-synchronize-group-flags): Update live group buffer as
13445 synchronization may occur due to the user toggle the plugged
13446 status.
13447 (gnus-agent-fetch-group-1): Clear downloadable flag when article
13448 successfully downloaded.
13449 (gnus-agent-expire-group-1): Avoid using markers when the overview
13450 is in ascending order; greatly improves performance.
296a8e19
SM
13451 (gnus-agent-regenerate-group):
13452 Use gnus-agent-synchronize-group-flags to reset read status in both
01c52d31 13453 gnus and server.
296a8e19 13454 (gnus-agent-update-files-total-fetched-for): Fix initial size.
01c52d31
MB
13455
134562005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13457
13458 * message.el: Don't autoload former message-utils variables.
13459 (message-strip-subject-trailing-was): Change doc string.
13460
13461 * nnweb.el: Fixes for `gnus-group-make-web-group'.
13462 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
13463 (nnweb-google-search): Add "hl=en" here.
13464 (nnweb-google-parse-1, nnweb-google-create-mapping):
13465 Don't hardcode URL.
13466
134672005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13468
13469 * message.el (message-get-reply-headers, message-followup):
13470 Mention related variables `message-use-followup-to' and
13471 `message-use-mail-followup-to', in the information buffer.
13472
13473 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13474 of broken groups(-beta).google.com.
13475
134762005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13477
13478 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13479 parameter to invoked gnus-request-move-article; remove the
13480 redundant gnus-sum-hint-move-is-internal variable; apply the marks
13481 all at once instead of once per article.
13482 (gnus-summary-remove-process-mark): Accept a list of articles as
13483 well as a single article for processing.
13484
13485 * gnus-int.el (gnus-request-move-article): Add move-is-internal
13486 parameter.
13487
13488 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13489
13490 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13491
13492 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13493 parameter.
13494
13495 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13496 parameter.
13497
13498 * nnimap.el (nnimap-request-move-article): Add move-is-internal
13499 parameter and remove the gnus-sum-hint-move-is-internal variable.
13500
13501 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13502 parameter.
13503
13504 * nndraft.el (nndraft-request-move-article): Add move-is-internal
13505 parameter.
13506
13507 * nndiary.el (nndiary-request-move-article): Add move-is-internal
13508 parameter.
13509
13510 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13511
13512 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13513 parameter.
13514
13515 * nnagent.el (nnagent-request-move-article): Add move-is-internal
13516 parameter.
13517
135182005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13521 a more conservative way.
13522
135232005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13526 buffer, so it moves the window's cursor.
13527
880820fe 135282005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
13529
13530 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13531 `mm-dissect-multipart' and receive the from field as an (optional)
13532 argument from `mm-dissect-multipart'.
13533 (mm-dissect-multipart): Receive the from field as an argument and
13534 pass it on when we call `mm-dissect-buffer' on MIME parts.
13535 Fixes verification/decryption of signed/encrypted MIME parts.
13536
135372005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
13538
296a8e19
SM
13539 * gnus-sum.el (gnus-summary-move-article):
13540 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
01c52d31
MB
13541 whatever it calls (right now, only nnimap-request-move article
13542 respects it).
13543
296a8e19
SM
13544 * nnimap.el (nnimap-request-move-article):
13545 When gnus-sum-hint-move-is-internal is set, don't do the extra
01c52d31
MB
13546 nnimap-request-article.
13547
135482005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13549
13550 * nnheader.el (nnheader-find-file-noselect): Add doc string.
13551
13552 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13553 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13554
13555 * gnus-sum.el (gnus-summary-caesar-message):
13556 Apply `gnus-treat-article' after rotation.
13557
13558 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13559 doc string.
13560
135612005-02-22 Simon Josefsson <jas@extundo.com>
13562
13563 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 13564 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
13565 <arne@arnested.dk>.
13566 (encrypt): Add password-cache and password-cache-expiry as group
13567 members.
13568
880820fe 135692005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
13570
13571 * smime.el (smime-ldap-host-list): Doc fix.
13572 (smime-ask-passphrase): Use `password-read-and-add' to read (and
13573 cache) password.
13574 (smime-sign-region): Use it.
13575 (smime-decrypt-region): Use it.
13576 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13577 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13578 fails.
13579 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13580 certificate from DER to PEM format rather than calling openssl.
13581
13582 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13583
13584 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13585 for signing/encryption.
13586
13587 * mml.el (mml-parse-1): Use them.
13588
880820fe 135892005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31 13590
296a8e19 13591 * nnrss.el (nnrss-verbose): Remove.
01c52d31
MB
13592 (nnrss-request-group): Use `nnheader-message' instead.
13593
135942005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
13595
13596 * nnrss.el (nnrss-verbose): New variable.
13597 (nnrss-request-group): Make it say nnrss is requesting a group.
13598
135992005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13600
13601 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13602 Handle news URL with given port correctly.
13603
136042005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13605
13606 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13607 containing special characters.
13608
13609 * gnus-sum.el (gnus-summary-edit-article): Ditto.
13610
13611 * mml.el (mime-to-mml): Ditto.
13612
13613 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13614 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13615 (rfc2047-decode-region): Quote decoded words containing special
13616 characters when rfc2047-quote-decoded-words-containing-tspecials
13617 is non-nil.
13618
136192005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
13620
13621 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13622
13623 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13624
136252005-02-15 Simon Josefsson <jas@extundo.com>
13626
13627 * nnimap.el (nnimap-debug): Doc fix.
13628
13629 * imap.el (imap-debug): Doc fix.
13630
136312005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13632
13633 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13634
136352005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13636
13637 * gnus.el (spam-contents): Improve docs for spam-contents
13638 parameter in its variable incarnation.
13639
136402005-02-14 Simon Josefsson <jas@extundo.com>
13641
13642 * smime-ldap.el: Use require instead of load-library for ldap.
13643 (smime-ldap-search): Indent.
13644 (smime-ldap-search-internal): Shorten line.
13645
13646 * smime.el (smime-cert-by-dns): Add doc-string.
13647 (smime-cert-by-ldap-1): Indent.
13648
296a8e19 13649 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
01c52d31
MB
13650 mml-smime-get-dns-ldap.
13651 (mml-smime-encrypt-query): Use new function. Default to ldap.
13652
880820fe 136532005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
13654
13655 * smime.el: Require smime-ldap.
13656 (smime-ldap-host-list): New variable.
13657 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13658
13659 * mml-smime.el (mml-smime-encrypt-query): New function.
13660 (mml-smime-encrypt-query): Use it.
13661
13662 * smime-ldap.el: New file.
13663
136642005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13665
13666 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13667
136682005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13669
13670 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13671 argument in doc string. Make query for type more clear.
13672
136732005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13674
13675 * gnus.el (gnus-group-startup-message): Search for gnus images in
13676 etc/images/gnus.
13677 * mm-util.el (mm-image-load-path): Likewise.
13678 * smiley.el (smiley-data-directory): Search for smilies in
13679 etc/images/smilies.
13680
136812005-02-09 Kim F. Storm <storm@cua.dk>
13682
13683 Change Emacs release version from 21.4 to 22.1 throughout.
13684 Change Emacs development version from 21.3.50 to 22.0.50.
13685
136862005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13687
13688 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13689
13690 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13691 non-Mule XEmacs as well.
13692 (mm-decompress-buffer): Signal an error intentionally if it does
13693 not decompress compressed data because auto-compression-mode is
13694 disabled.
13695
136962005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
13697
13698 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13699 an ID in the registry even if it has no groups.
13700
137012005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
13702
13703 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13704 merge it into mm-decompress-buffer.
13705 (gnus-mime-copy-part): Use the MIME part charset, the value which
13706 a user specified or gnus-newsgroup-charset for decoding, like
13707 gnus-mime-inline-part does; set buffer-file-coding-system to tell
13708 save-buffer what was used. Suggested by Kevin Ryde
13709 <user42@zip.com.au>.
13710 (gnus-mime-inline-part): Allow the name parameter as well as the
13711 filename parameter; force decompressing of compressed data; always
13712 display contents being not decoded as unibyte.
13713
13714 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13715 as well as the filename parameter.
13716
296a8e19
SM
13717 * mm-util.el (mm-decompress-buffer):
13718 Merge gnus-mime-jka-compr-maybe-uncompress.
01c52d31
MB
13719 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13720 of compressed data.
13721
137222005-02-08 Simon Josefsson <jas@extundo.com>
13723
13724 * imap.el (imap-log): Doc fix.
13725
137262005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13727
13728 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13729 the coding cookies; decompress compressed parts.
13730
10d1d0af 13731 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
13732 to the value which a user specified manually or the coding cookie.
13733
13734 * mm-util.el (mm-string-to-multibyte): New function.
13735 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13736 (mm-coding-system-to-mime-charset): New function.
13737 (mm-decompress-buffer): New function.
13738 (mm-find-buffer-file-coding-system): New function.
13739
13740 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13741 (mm-display-inline-fontify): Rewrite for decoding and decompressing
13742 parts.
13743
137442005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13745
13746 * mm-view.el (mm-display-inline-fontify): Decode a part according
13747 to the charset parameter.
13748
137492005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13750
13751 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13752 prefix arg is neither nil nor a number, as info specifies.
13753
137542005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
13755
13756 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13757 timestamps.
13758
137592005-02-02 Jari Aalto <jari.aalto@cante.net>
13760
13761 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13762 groups error checking and notify user.
13763
137642005-02-02 Jari Aalto <jari.aalto@poboxes.com>
13765
13766 * message.el (message-send-mail-function): Check existence of
13767 sendmail-program first before using default value
13768 `message-send-mail-with-sendmail'. Otherwise use more generic
13769 `smtpmail-send-it'.
13770
137712005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * nntp.el (nntp-request-update-info): Always return nil.
13774
137752005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13778
137792005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 * message.el (message-beginning-of-line): Change the behavior when
13782 invoked between BOL and : so that it first moves backward.
13783
137842005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13785
13786 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13787 article buffer when editing of the article is discarded.
13788 (gnus-article-prepare): Revert.
13789
137902005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13791
13792 * gnus-art.el (gnus-article-prepare):
13793 Remove message-strip-forbidden-properties from the local hook.
13794
137952005-01-27 Simon Josefsson <jas@extundo.com>
13796
13797 * password.el (password-cache-add): Only start one timer per key.
13798 Reported by Derek Atkins <warlord@MIT.EDU>.
13799
138002005-01-26 Steve Youngs <steve@sxemacs.org>
13801
296a8e19 13802 * run-at-time.el: Remove. It is no longer needed as
01c52d31
MB
13803 timer-funcs.el in the xemacs-base package has a working version of
13804 `run-at-time'.
13805
13806 * password.el: Require timer-funcs instead of run-at-time in
13807 XEmacs.
13808 Remove `password-run-at-time' macro.
13809 (password-cache-add): Use `run-at-time' instead of
13810 `password-run-at-time'.
13811
13812 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13813 for `run-with-idle-timer'.
13814
13815 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13816 for `run-at-time'.
13817
13818 * mm-url.el: Require timer-funcs at compile time when in XEmacs
13819 for `with-timeout'.
13820
138212005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13822
13823 * mml.el (mml-generate-mime-1): Convert string into unibyte when
13824 inserting " *mml*" buffer's contents into a unibyte temp buffer.
13825
138262005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
13827
13828 * mail-source.el (mail-source-fetch-imap): Search for ^From case
13829 sensitively.
13830
138312005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
13832
13833 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13834
138352005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
13836
13837 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13838 which will be inserted according to the multibyteness of a buffer
13839 rather than the type of contents. Suggested by ARISAWA Akihiro
13840 <ari@mbf.ocn.ne.jp>.
13841
13842 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13843 of string which old xml.el may return rather than a string.
13844
138452005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13846
13847 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13848
138492005-01-16 Simon Josefsson <jas@extundo.com>
13850
13851 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13852 idn/idna.el isn't available.
13853 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
13854 <michael@waxrat.com>.
13855
13856 * hashcash.el: Remove non-FSF copyright header.
13857
13858 * hashcash.el (hashcash-extra-generate-parameters): New variable.
13859 (hashcash-generate-payment): Use it.
13860 (hashcash-generate-payment-async): Use it.
13861
138622005-01-15 Simon Josefsson <jas@extundo.com>
13863
13864 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13865 Suggested by Raymond Scholz <ray-2005@zonix.de>.
13866
13867 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13868 gnus-summary-idna-message.
13869 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13870 (gnus-summary-idna-message): New function.
13871
138722005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13873
13874 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13875 gnus-novice-user.
13876
138772005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * nnrss.el (nnrss-request-delete-group): Delete entries in
13880 nnrss-group-alist as well.
13881 (nnrss-save-server-data): Insert newline.
13882
138832005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
13884
13885 * gnus.el (gnus-user-agent): Use list of symbols instead of
296a8e19
SM
13886 symbols. Display full version number for (S)XEmacs.
13887 Optionally display (S)XEmacs codename.
01c52d31
MB
13888
13889 * gnus-util.el (gnus-emacs-version): Update for new
13890 `gnus-user-agent'.
13891
13892 * gnus-msg.el (gnus-extended-version): Make it possible to omit
13893 Gnus version.
13894
138952005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13896
13897 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
13898 which is unreadable in some setups.
13899
139002005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13901
13902 * gnus-spec.el (gnus-update-format-specifications): Flush the
13903 group format spec cache if it doesn't support decoded group names.
13904
139052005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13906
c9e31f32
SM
13907 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13908 Allow to apply decay on score files matching a regexp.
01c52d31
MB
13909
139102004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
13911
13912 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13913 compatibility in %g and %c.
13914
139152004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
13916
13917 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13918 name for only %g and %c.
13919 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13920 of gnus-tmp-group to decoded group name.
13921 (gnus-group-make-rss-group): Exclude `/'s from group names.
13922
139232004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
13924
13925 * nnrss.el (nnrss-get-encoding): Fix regexp.
13926
139272004-12-27 Simon Josefsson <jas@extundo.com>
13928
13929 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13930 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13931 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
13932
139332004-12-17 Kim F. Storm <storm@cua.dk>
13934
13935 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13936
13937 * gnus-sum.el (gnus-summary-mode-map): Likewise.
13938
139392004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13940
13941 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13942
139432004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
13944
13945 * nnrss.el: Require rfc2047 and mml.
13946 (nnrss-file-coding-system): New variable.
13947 (nnrss-format-string): Redefine it as an inline function.
13948 (nnrss-decode-group-name): New function.
13949 (nnrss-string-as-multibyte): Remove.
13950 (nnrss-retrieve-headers): Decode group name; don't use
13951 nnrss-format-string.
13952 (nnrss-request-group): Decode group name.
13953 (nnrss-request-article): Decode group name; allow a Message-ID as
13954 well as an article number; don't use nnrss-format-string; encode a
13955 Message-ID string which may contain non-ASCII characters; use
13956 mml-to-mime to compose a MIME article.
13957 (nnrss-request-expire-articles): Decode group name.
13958 (nnrss-request-delete-group): Decode group name.
13959 (nnrss-fetch): Clarify error message.
13960 (nnrss-read-server-data): Use insert-file-contents instead of load;
13961 bind file-name-coding-system; use multibyte buffer.
13962 (nnrss-save-server-data): Bind coding-system-for-write to the
13963 value of nnrss-file-coding-system; bind file-name-coding-system;
13964 add coding cookie.
13965 (nnrss-read-group-data): Use insert-file-contents instead of load;
13966 bind file-name-coding-system; use multibyte buffer.
13967 (nnrss-save-group-data): Bind coding-system-for-write to the
13968 value of nnrss-file-coding-system; bind file-name-coding-system.
13969 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13970 make it work with non-ASCII text.
13971 (nnrss-find-el): Make it work with old xml.el as well.
13972
139732004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13974
13975 * nnrss.el (nnrss-get-encoding): New function.
13976 (nnrss-fetch): Use unibyte buffer initially; bind
13977 coding-system-for-read while performing mm-url-insert; remove ^Ms;
13978 decode contents according to the encoding attribute.
13979 (nnrss-save-group-data): Add coding cookie.
13980 (nnrss-mime-encode-string): New function.
13981 (nnrss-check-group): Use it to encode subject and author.
13982
139832004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13984
13985 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13986 imaginary variable.
13987
139882004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13989
13990 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13991 correctly even if there are wide characters.
13992
139932004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13994
13995 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13996 downcased symbol names; make a new cache instead of reusing
13997 bbdb-hashtable.
13998
139992004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14000
14001 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14002 concatenating segments rather than before concatenating them.
14003 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14004
14005 * message.el (message-get-reply-headers): Bind `extra'.
14006
140072004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14008
14009 * message.el (message-extra-wide-headers): New variable.
14010 (message-get-reply-headers): Use it.
14011
140122004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14013
14014 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14015 (gnus-agent-group-pathname): Ditto.
14016
14017 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14018
14019 * gnus-group.el (gnus-group-make-group): Decode group name.
14020 (gnus-group-make-rss-group): Register the group data after opening
14021 the nnrss group.
14022
140232004-12-17 Paul Jarc <prj@po.cwru.edu>
14024
14025 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14026 by expiry now get marked as read.
14027
140282004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14029
14030 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14031
140322004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14033
14034 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14035 unify Latin characters in XEmacs.
14036 (mm-find-mime-charset-region): Use it.
14037
140382004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14039
14040 * gnus-util.el (gnus-delete-directory): New function.
14041
14042 * gnus-agent.el (gnus-agent-delete-group): Use it.
14043
14044 * gnus-cache.el (gnus-cache-delete-group): Use it.
14045
140462004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14047
14048 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14049 names.
14050
140512004-12-16 Simon Josefsson <jas@extundo.com>
14052
14053 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14054
140552004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14056
14057 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14058
14059 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14060 (gnus-group-set-current-level): Decode group name.
14061
140622004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14063
14064 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14065 failed.
14066
140672004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14068
14069 * gnus-group.el (gnus-group-delete-group): Decode group name.
14070 (gnus-group-make-rss-group): Encode group name.
14071 (gnus-group-catchup-current): Decode group name.
14072 (gnus-group-kill-group): Decode group name.
14073
140742004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14077
140782004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14079
14080 * gnus-group.el (gnus-group-make-rss-group):
14081 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14082
14083 * gnus-start.el (gnus-setup-news): Honor user's setting to
14084 gnus-message-archive-method. Suggested by Lute Kamstra
14085 <lute@gnu.org>.
14086
140872004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14088
14089 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14090 global counterparts of the buffer-local variables.
14091
140922004-11-16 Romain Francoise <romain@orebokech.com>
14093
14094 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14095 counterparts of the buffer-local variables.
14096
140972004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14098
296a8e19 14099 * message.el (message-forbidden-properties): Fix typo in doc
01c52d31
MB
14100 string.
14101
141022004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14103
296a8e19 14104 * gnus-util.el (gnus-replace-in-string): Add doc string.
01c52d31
MB
14105
14106 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14107 to avoid problems when splitting mails with many recipients.
14108
141092004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14112 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14113
141142004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14115
14116 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14117 if there is no hashtable in memory or file modification time is
14118 newer than cached timestamp.
14119
141202004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14121
296a8e19
SM
14122 * gnus-sum.el (gnus-summary-limit-to-recipient):
14123 Implement not-matching option.
01c52d31
MB
14124
141252004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14126
14127 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14128 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14129 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14130 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14131 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14132 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14133
141342004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14135
14136 * message.el (message-forward-make-body-mml): Remove headers
14137 according to message-forward-ignored-headers if a message is decoded.
14138
141392004-12-02 Romain Francoise <romain@orebokech.com>
14140
14141 * message.el (message-forward-make-body-plain): Always remove
14142 headers according to message-forward-ignored-headers.
14143
141442004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14145
14146 * spam.el (spam-summary-prepare-exit): Remove the
14147 gnus-summary-limit pop for now, it has problems with ham marks for
14148 me.
14149
141502004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14151
14152 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14153 correctly.
14154
141552004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14156
14157 * format-spec.el (format-spec): Message the char.
14158
141592004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14160
14161 * gnus-art.el (gnus-split-methods): Reformat comments.
14162
14163 * spam.el (spam-summary-prepare-exit): Remove article limits
14164 before exiting the summary buffer.
14165
141662004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14167
14168 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14169 order to silence the byte compiler.
14170
14171 * spam.el: Fix the way to silence the byte compiler, which
14172 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14173 bbdb-search-simple, spam-BBDB-register-routine,
14174 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14175 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14176 spam-stat-buffer-is-spam, spam-stat-load,
14177 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14178 spam-stat-save and spam-stat-split-fancy.
14179
141802004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14181
14182 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14183 which may confuse users.
14184 (canlock-password-for-verify): Ditto.
14185
14186 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14187
14188 * gnus-art.el (gnus-emphasis-alist): Ditto.
14189
14190 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14191
14192 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14193
14194 * gnus-start.el (gnus-save-killed-list): Ditto.
14195
14196 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14197 (gnus-sum-thread-tree-root): Ditto.
14198 (gnus-sum-thread-tree-false-root): Ditto.
14199 (gnus-sum-thread-tree-single-indent): Ditto.
14200
14201 * message.el (message-courtesy-message): Ditto.
14202 (message-archive-note): Ditto.
14203 (message-subscribed-address-file): Ditto.
14204 (message-user-fqdn): Ditto.
14205
14206 * spam-report.el (spam-report-gmane-regex): Ditto.
14207
14208 * spam.el (spam-blackhole-good-server-regex): Ditto.
14209
142102004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14211
14212 * mml.el (mml-preview): Widen the message buffer before copying
14213 the contents to the preview buffer; sort headers before previewing.
14214
14215 * message.el (message-hidden-headers): Fix the way to avoid a bug
14216 in the `repeat' widget in Emacs 21.3 or earlier.
14217
142182004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14219
14220 * message.el (message-hidden-headers): Default to "^References:".
14221 Improve customization type. Suggested by Reiner Steib
14222 <Reiner.Steib@gmx.de>.
14223
142242004-11-25 Romain Francoise <romain@orebokech.com>
14225
14226 * message.el (message-strip-forbidden-properties): Remove check for
14227 obsolete `message-hidden' text property, hidden headers are not
14228 accessible in the buffer anymore.
14229
142302004-11-22 Romain Francoise <romain@orebokech.com>
14231
14232 * message.el (message-header-format-alist): Add `From' in list
14233 so that it can be sorted.
14234 (message-fix-before-sending): Widen and sort headers before
14235 sending.
14236 (message-hide-headers): Use narrowing to hide headers by moving
14237 them to the top of the buffer and narrowing to the region
14238 underneath.
14239
142402004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14241
296a8e19
SM
14242 * message.el (message-strip-forbidden-properties):
14243 Bind buffer-read-only (etc) to nil.
01c52d31
MB
14244
142452004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
14246
14247 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14248 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14249
142502004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
14251
14252 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14253
142542004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14255
14256 * dns.el (query-dns): Use sit-for to time instead of
14257 accept-process-output, since that doesn't seem to work on udp
14258 sockets.
14259
142602004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
14261
14262 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14263
142642004-11-15 Jesper Harder <harder@ifa.au.dk>
14265
14266 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14267 doc string. Improve doc string.
14268
142692004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14270
14271 * nntp.el (nntp-request-update-info): Return nil if
14272 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14273 may not call gnus-activate-group which uselessly issues the GROUP
14274 commands for all nntp groups and wastes time. Reported by Romain
14275 Francoise <romain@orebokech.com>.
14276
14277 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14278
142792004-11-15 Simon Josefsson <jas@extundo.com>
14280
14281 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14282 headers separately.
880820fe 14283 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
14284 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14285
142862004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14287
14288 * gnus-start.el (gnus-convert-old-newsrc):
14289 Assign legacy-gnus-agent to 5.10.7.
14290
142912004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14292
14293 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14294 start of the lines.
14295
142962004-11-14 Magnus Henoch <mange@freemail.hu>
14297
c4cc8b9a
JB
14298 * hashcash.el (hashcash-default-payment): Change default to 20.
14299 (hashcash-default-accept-payment): Change default to 20.
14300 (hashcash-process-alist): New variable.
14301 (hashcash-generate-payment-async): Add.
14302 (hashcash-already-paid-p): Add.
14303 (hashcash-insert-payment): Don't generate payments twice.
14304 (hashcash-insert-payment-async): Add.
14305 (hashcash-insert-payment-async-2): Add.
14306 (hashcash-cancel-async): Add.
14307 (hashcash-wait-async): Add.
14308 (hashcash-processes-running-p): Add.
14309 (hashcash-wait-or-cancel): Add.
01c52d31
MB
14310 (mail-add-payment): New optional argument. Conditionally start
14311 asynchronous calculation.
c4cc8b9a 14312 (mail-add-payment-async): Add.
01c52d31
MB
14313
14314 * message.el (message-send-mail): Wait for asynchronous hashcash
14315 results. Don't clobber existing X-Hashcash headers.
14316 (message-setup-1): Call mail-add-payment-async when
14317 message-generate-hashcash is non-nil.
14318
143192004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14320
14321 * message.el (message-use-alternative-email-as-from): Examine the
14322 From header as well; use message-make-from in order to include a
14323 user's full name.
14324
143252004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14326
14327 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14328 default; improve customization type.
14329 (gnus-emphasis-custom-with-format): New macro.
14330 (gnus-emphasis-custom-value-to-external): New function.
14331 (gnus-emphasis-custom-value-to-internal): New function.
14332
143332004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14334
14335 * dns.el (query-dns): Resolve reverse addresses.
14336
143372004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14338
14339 * gnus-group.el (gnus-group-get-new-news): Use it.
14340
14341 * gnus-start.el (gnus-check-reasonable-setup): New function.
14342
143432004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
14344
14345 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14346 "Args out of range" error. Reported by Arnaud Giersch
14347 <arnaud.giersch@free.fr>.
14348
143492004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
14350
14351 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14352
143532004-11-04 Richard M. Stallman <rms@gnu.org>
14354
14355 * spam.el (spam group): Add :version.
14356
14357 * pgg-def.el (pgg group): Add :version.
14358
143592004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
14360
14361 * gnus-art.el (gnus-article-edit-article): Don't associate the
14362 article buffer with a draft file. This is a temporary measure
14363 against the 2004-08-22 change to gnus-article-edit-mode.
14364
143652004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14366
14367 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14368 (html2text-format-tags): Remove unused variable `attr'.
14369
143702004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14371
14372 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14373
14374 * spam-stat.el (spam-stat): Add :version.
14375
14376 * sieve.el (sieve): Add :version.
14377
14378 * sha1.el (sha1): Add :version.
14379 (sha1-use-external): Remove redundant version.
14380
14381 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14382 (nnmail-cache-ignore-groups, nnmail-spool-hook)
14383 (nnmail-split-fancy-match-partial-words)
14384 (nnmail-split-lowercase-expanded): Add :version.
14385
14386 * nndiary.el (nndiary): Add :version.
14387
14388 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14389
14390 * mml-sec.el (mml-default-sign-method)
14391 (mml-default-encrypt-method, mml-signencrypt-style-alist):
14392 Add :version.
14393
14394 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14395
14396 * mm-url.el (mm-url-use-external, mm-url-program)
14397 (mm-url-arguments): Add :version.
14398
14399 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14400 (mm-attachment-file-modes, mm-decrypt-option)
14401 (mm-w3m-safe-url-regexp): Add :version.
14402
14403 * message.el (message-cite-prefix-regexp)
14404 (message-sendmail-envelope-from, message-minibuffer-local-map)
14405 (message-user-fqdn, message-completion-alist): Add :version.
14406
14407 * gnus-win.el (gnus-configure-windows-hook)
14408 (gnus-use-frames-on-any-display): Add :version.
14409
14410 * gnus-art.el (gnus-article-address-banner-alist)
14411 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14412 (gnus-treat-from-picon, gnus-treat-mail-picon)
14413 (gnus-treat-x-pgp-sig): Add :version.
14414
14415 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14416 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14417 (gnus-summary-article-delete-hook)
14418 (gnus-summary-display-while-building): Add :version.
14419
14420 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 14421 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
14422
14423 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14424 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14425
14426 * gnus-registry.el (gnus-registry): Add :version.
14427
14428 * gnus-spec.el (gnus-use-correct-string-widths)
14429 (gnus-make-format-preserve-properties): Add :version.
14430
14431 * gnus.el (gnus-group-charter-alist)
14432 (gnus-group-fetch-control-use-browse-url)
14433 (gnus-install-group-spam-parameters): Add :version.
14434
14435 * gnus-diary.el (gnus-diary): Add :version.
14436
14437 * gnus-delay.el (gnus-delay): Add :version.
14438
14439 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14440 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14441 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14442 Add :version.
14443
14444 * gnus-agent.el (gnus-agent-max-fetch-size)
14445 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14446 (gnus-agent-prompt-send-queue): Add :version.
14447
14448 * deuglify.el (gnus-outlook-deuglify): Add :version.
14449
296a8e19
SM
14450 * html2text.el: Beautify code. Improve doc strings.
14451 Some checkdoc cleanup.
01c52d31
MB
14452 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14453
144542004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14455
14456 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14457
144582004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
14459
14460 * gnus-registry.el (gnus-registry-hashtb): Create the registry
14461 when package is loaded.
14462
14463 * spam.el (spam-summary-score-preferred-header): Add global preference
14464 for people who want to override the default SpamAssassin over
14465 Bogofilter preference (when both are set).
14466 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
296a8e19
SM
14467 (spam-user-format-function-S):
14468 Check spam-summary-score-preferred-header.
01c52d31
MB
14469 (spam-extra-header-to-number): Add X-Bogosity header parsing.
14470 (spam-user-format-function-S): Format the score correctly.
14471
144722004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14473
14474 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14475 signature file. Suggested by Manoj Srivastava
14476 <srivasta@golden-gryphon.com>.
14477
14478 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14479 iso-2022-jp even in the Japanese language environment.
14480 Suggested by Jason Rumney <jasonr@gnu.org>.
14481
144822004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
14483
14484 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14485 use the same characters as the dummy marks; make it free from
14486 getting affected by the language environment.
14487 (gnus-summary-read-group-1): Update mark positions only when the
14488 format spec is updated.
14489
14490 * gnus-spec.el (gnus-update-format-specifications): Return a list
14491 of updated types.
14492
144932004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
14494
14495 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14496 of boundp to check if display-warning is available.
14497
144982004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
14499
14500 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14501
145022004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14503
14504 * nnspool.el (nnspool-spool-directory): Use news-path if the
14505 news-directory variable is not bound.
14506
14507 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14508 function instead of display-warning if it is not available.
14509
145102004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14511
14512 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14513 v5-10: Use `point-at-bol'.
14514
145152004-10-26 Simon Josefsson <jas@extundo.com>
14516
14517 * hashcash.el: Fix URL in comment, reported by Cheng Gao
14518 <chenggao@gmail.com>.
14519
145202004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14521
14522 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
14523 instead.
14524
145252004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
14526
14527 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14528 to remove a server from the nnimap-server-buffer-alist.
14529 (nnimap-open-connection, nnimap-close-server): Use it.
14530
14531 * gnus-encrypt.el: Remove file in favor of encrypt.el.
14532
145332004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
14534
14535 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14536 running the major-mode function.
14537
145382004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14539
14540 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14541 dummy marks in the right way.
14542
145432004-10-18 David Edmondson <dme@dme.org>
14544
14545 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14546 excessively.
14547
145482004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
14549
14550 * gnus-util.el (gnus-split-references): Accept a nil references
14551 string and go on blissfully.
14552
14553 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14554 cases where the references string is non-nil but has no references.
14555
14556 * encrypt.el: Add autoload tags.
14557
14558 * spam.el (spam-resolve-registrations-routine): Remove article
14559 from unregistration list too. Reported by David Hanak
14560 <dhanak@isis.vanderbilt.edu>
14561
145622004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14563
14564 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
296a8e19 14565 nil. Change custom type.
01c52d31
MB
14566
145672004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
14568
14569 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14570
14571 * gnus-sum.el (gnus-summary-move-article): Use it.
14572
145732004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
14574
14575 * encrypt.el: Add autoload cookies.
14576
14577 * spam.el (spam-backend-article-list-property)
14578 (spam-backend-get-article-todo-list)
b97439ce 14579 (spam-backend-put-article-todo-list)
01c52d31
MB
14580 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14581 Resolve registrations separately.
14582 (spam-register-routine): Format comments.
14583 (spam-unregister-routine, spam-register-routine): Always call with
14584 specific-articles, no default list.
14585 (spam-summary-prepare-exit): Use the spam-classifications function.
14586
14587 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14588 gnus-encrypt.el.
14589
002876ab 14590 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 14591
002876ab 14592 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
14593
145942004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14595
14596 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14597 (gnus-score-save): Use it.
14598
14599 * message.el (message-bury): Use `window-dedicated-p'.
14600
146012004-10-15 Simon Josefsson <jas@extundo.com>
14602
14603 * pop3.el (top-level): Don't require nnheader.
14604 (pop3-read-timeout): Add.
14605 (pop3-accept-process-output): Add.
14606 (pop3-read-response, pop3-retr): Use it.
14607
146082004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
14609
14610 * spam.el (spam-register-routine): Move comment.
14611 (spam-verify-bogofilter): Use 'unknown for the initial
14612 spam-bogofilter-valid state, not 'never.
14613
14614 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14615 for netrc-machine.
14616
296a8e19
SM
14617 * nnimap.el (nnimap-open-connection):
14618 Use netrc-machine-user-or-password.
01c52d31
MB
14619
146202004-10-17 Richard M. Stallman <rms@gnu.org>
14621
14622 * gnus-registry.el (gnus-registry-unload-hook):
14623 Set as a variable with add-hook.
14624
14625 * nnspool.el (nnspool-spool-directory): Use news-directory instead
14626 of news-path.
14627
14628 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14629
14630 * spam.el: Delete duplicate `provide'.
14631 (spam-unload-hook): Set as a variable with add-hook.
14632
146332004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14634
14635 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14636 in the doc string.
14637
14638 * message.el (message-ignored-news-headers)
14639 (message-ignored-supersedes-headers)
14640 (message-ignored-resent-headers)
14641 (message-forward-ignored-headers): Improve custom type.
14642
146432004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
14644
14645 * message.el (message-tokenize-header): Fix 2004-09-06 change
14646 which used point-min in the wrong place.
14647
146482004-10-12 Simon Josefsson <jas@extundo.com>
14649
14650 * tls.el (tls-certtool-program): New variable.
14651 (tls-certificate-information): New function, based on
14652 ssl-certificate-information.
14653
146542004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14655
14656 * compface.el: Move the version of ELisp-based uncompface program
14657 to the contrib directory because of the copyright problem.
14658
146592004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14660
14661 * message.el (message-kill-buffer): Raise the current frame.
14662
146632004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14664
14665 * gnus-sum.el: Mention that multibyte characters don't work as marks.
14666
14667 * gnus.el (message-y-or-n-p): Autoload.
14668
14669 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14670 (pop3-password-required, pop3-authentication-scheme)
296a8e19 14671 (pop3-leave-mail-on-server): Make customizable.
01c52d31
MB
14672 (pop3): New custom group.
14673 (pop3-retr): Remove `sleep-for' statements.
14674 Suggested by Dave Love <fx@gnu.org>.
14675
14676 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14677 Windows/DOS.
14678
14679 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
296a8e19
SM
14680 (imap-parse-body): Fix incorrect use of `assert'.
14681 Suggested by Dave Love <fx@gnu.org>.
01c52d31
MB
14682
14683 * mml.el (mml-minibuffer-read-disposition): Require match.
14684 Suggested by Dave Love <fx@gnu.org>.
14685
146862004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14687
14688 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
14689 doc string.
14690
146912004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
14692
14693 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14694
146952004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14696
14697 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14698 instead of calling `mm-insert-inline', to decode text/* parts
14699 before displaying them.
14700
147012004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
14702
14703 * mm-uu.el (mm-uu-text-plain-type): New variable.
14704 (mm-uu-pgp-signed-extract-1): Use it.
14705 (mm-uu-pgp-encrypted-extract-1): Use it.
14706 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14707 bind mm-uu-text-plain-type with that value.
14708 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14709 mm-uu-dissect.
14710
147112004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14712
14713 * gnus-group.el (gnus-update-group-mark-positions):
14714 * gnus-sum.el (gnus-update-summary-mark-positions):
14715 * message.el (message-check-news-body-syntax):
14716 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14717 of string-as-multibyte.
14718
147192004-10-05 Juri Linkov <juri@jurta.org>
14720
14721 * gnus-group.el (gnus-update-group-mark-positions):
14722 * gnus-sum.el (gnus-update-summary-mark-positions):
14723 * message.el (message-check-news-body-syntax):
14724 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14725 8-bit unibyte values to a multibyte string for search functions.
14726
147272004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14728
14729 * mm-uu.el (mm-uu-dissect): Allow optional arg.
14730 (mm-uu-dissect-text-parts): New function.
14731
14732 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14733 dissect text parts.
14734
14735 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14736 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14737
14738 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14739
296a8e19
SM
14740 * gnus-topic.el (gnus-topic-hierarchical-parameters):
14741 Use gnus-current-topics instead of gnus-current-topic.
01c52d31
MB
14742
147432004-10-06 Jesper Harder <harder@ifa.au.dk>
14744
14745 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14746
147472004-10-05 Jesper Harder <harder@ifa.au.dk>
14748
14749 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14750 where approriate.
14751
14752 * nnml.el (nnml-generate-active-info): do.
14753
14754 * nndiary.el (nndiary-generate-active-info): do.
14755
14756 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14757 (gnus-topic-move): do.
14758
14759 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14760 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14761
14762 * gnus-srvr.el (gnus-server-prepare)
14763 (gnus-server-open-all-servers): do.
14764
14765 * gnus-msg.el (gnus-summary-cancel-article)
14766 (gnus-summary-resend-message)
14767 (gnus-summary-mail-crosspost-complaint): do.
14768
14769 * gnus-move.el (gnus-change-server): do.
14770
14771 * gnus-group.el (gnus-group-unmark-all-groups)
14772 (gnus-group-set-current-level): do.
14773
147742004-10-04 Simon Josefsson <jas@extundo.com>
14775
14776 * message.el (message-generate-hashcash): Doc fix.
14777
147782004-10-02 Kevin Greiner <kgreiner@compsol.cc>
14779
14780 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14781 avoid infinite recursion via gnus-get-function.
14782
147832004-10-02 Jesper Harder <harder@ifa.au.dk>
14784
14785 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14786
14787 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14788
14789 * nnmail.el (nnmail-split-history): do.
14790
14791 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14792 (nnml-request-delete-group): do.
14793
14794 * nnslashdot.el (nnslashdot-read-groups): do.
14795
14796 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14797 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14798
14799 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 14800 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
14801 (nnspool-retrieve-headers-with-nov): Use mapc.
14802 (nnspool-request-newgroups): Use dolist.
14803 (nnspool-request-group): Use last.
14804
14805 * nntp.el (nntp-read-server-type): Use dolist.
14806
14807 * nnvirtual.el (nnvirtual-create-mapping)
14808 (nnvirtual-update-read-and-marked): Use dolist.
14809 (nnvirtual-convert-headers): Simplify.
14810
148112004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14812
296a8e19
SM
14813 * gnus-agent.el (gnus-agent-synchronize-group-flags):
14814 Add support for sync'ing tick marks.
01c52d31
MB
14815
148162004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
14817
14818 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14819 there's no visible header.
14820
148212004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14822
296a8e19
SM
14823 * gnus-agent.el (gnus-agent-synchronize-group-flags):
14824 When necessary, pass full group name to gnus-request-set-marks.
01c52d31
MB
14825
148262004-10-01 Simon Josefsson <jas@extundo.com>
14827
14828 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
14829 acroread.
14830
148312004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14832
14833 * spam-report.el (spam-report-gmane): Fix interactive.
14834
14835 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14836
14837 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14838 when writing file.
14839 (gnus-agent-synchronize-flags): Don't default to being
14840 interactive.
14841
148422004-09-30 Simon Josefsson <jas@extundo.com>
14843
14844 * message.el (message-generate-hashcash): Add.
14845 (message-send-mail): Use it, call mail-add-payment.
14846
148472004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14848
14849 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14850
148512004-09-28 Kevin Greiner <kgreiner@compsol.cc>
14852
296a8e19 14853 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
01c52d31
MB
14854 gnus-requst-update-info with explicit code to sync the in-memory
14855 info read flags with the marks being sync'd to the backend.
14856
296a8e19 14857 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
01c52d31
MB
14858
148592004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14860
14861 * spam.el (spam-verify-bogofilter): Add new function.
14862 (spam-check-bogofilter)
14863 (spam-bogofilter-register-with-bogofilter): Use it.
14864 (spam-verify-bogofilter): Add small fixes.
14865
148662004-09-28 Simon Josefsson <jas@extundo.com>
14867
14868 * hashcash.el (hashcash-generate-payment): Revert.
14869
148702004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14871
296a8e19
SM
14872 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14873 Use gnus-extract-references instead of gnus-split-references.
01c52d31
MB
14874
14875 * gnus-util.el (gnus-extract-references): Add new function, analogous
14876 to gnus-split-references but extracts only the message-ID without
14877 anything extra.
14878
14879 * hashcash.el (hashcash-generate-payment)
14880 (hashcash-check-payment): Do the right thing if hashcash-path is
14881 nil (because the hashcash program could not be found).
14882
14883 * spam.el (spam-use-hashcash): Remove comment.
14884
148852004-09-27 Jesper Harder <harder@ifa.au.dk>
14886
14887 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14888 (gnus-cache-enter-article, gnus-cache-remove-article)
14889 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14890
14891 * gnus-async.el (gnus-async-prefetch-remove-group): do.
14892
14893 * gnus-art.el (article-hide-boring-headers)
14894 (article-translate-strings, article-display-face)
14895 (gnus-article-mime-match-handle-first)
14896 (gnus-article-highlight-headers)
14897 (gnus-article-add-buttons-to-head): do.
14898
148992004-09-27 Simon Josefsson <jas@extundo.com>
14900
14901 * hashcash.el: New version, from
14902 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
14903 ../contrib/.
14904
149052004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14906
14907 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14908
149092004-09-26 Jesper Harder <harder@ifa.au.dk>
14910
14911 * gnus-dup.el (gnus-dup-open): Use mapc.
14912 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14913
14914 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14915 Reported by Stefan Wiens <s.wi@gmx.net>.
14916
14917 * gnus.el (gnus-shutdown): Use dolist.
14918
14919 * gnus-undo.el (gnus-undo): Use mapc.
14920
14921 * nnrss.el (nnrss-generate-active): do.
14922
14923 * message.el (message-cite-original-without-signature)
14924 (message-cite-original): Use mapc.
14925 (message-do-actions, message-make-forward-subject): Use dolist.
14926
149272004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14928
296a8e19 14929 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
01c52d31
MB
14930 deletion to remove entire duplicate line. Fixes merged article
14931 number bug.
14932
149332004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14934
14935 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14936 servers that are offline. Avoids having gnus-agent-toggle-plugged
14937 first ask if you want to open a server and then, even when you
14938 responded with no, asking if you want to synchronize the server's
14939 flags.
14940 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14941 multi-line expressions.
14942 (gnus-agent-synchronize-group-flags): New internal function.
14943 Updates marks in memory (in the info structure) AND in the
14944 backend.
14945
296a8e19 14946 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
01c52d31 14947
296a8e19
SM
14948 * nnagent.el (nnagent-request-set-mark):
14949 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
01c52d31
MB
14950 method, to ensure that synchronization updates marks in the
14951 backend and in the info (in memory) structure.
14952
149532004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
14954
14955 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14956 convention fully; don't miss the root article of a thread; make
14957 the X-Draft-From header with correct article numbers.
14958
149592004-09-23 Kevin Greiner <kgreiner@compsol.cc>
14960
14961 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14962 unless plugged. Disable the agent so that an open failure causes
14963 an error.
14964
14965 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
296a8e19 14966 Revert 2004-09-21 change. The backend must be opened while
01c52d31
MB
14967 synchronizing flags even when the backend stores the flags
14968 locally.
14969
149702004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
14971
14972 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14973 in `header' match. Reported by Svend Tollak Munkejord.
14974
14975 * message.el (message-cite-original): Fix use of
14976 `message-cite-articles-with-x-no-archive'.
14977
149782004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
14979
14980 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14981 (gnus-window-to-buffer): Ditto.
14982
14983 * mml.el (mml-preview-buffer): New variable.
14984 (mml-preview): Manage window layout with gnus-buffer-configuration.
14985
14986 * gnus-msg.el (gnus-setup-message): Put article numbers into the
14987 X-Draft-From header even if those articles aren't quoted.
14988
149892004-09-21 Kevin Greiner <kgreiner@compsol.cc>
14990
14991 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14992 (gnus-request-set-mark, gnus-request-update-mark): Use new
14993 g-s-t-u-l-m to decide to use backend even when unplugged.
14994
149952004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14998 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
14999
150002004-09-20 Simon Josefsson <jas@extundo.com>
15001
15002 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15003 "utf-16-le".
15004
150052004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15006
15007 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15008
150092004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15010
15011 * uudecode.el (uudecode-use-external): Add :version.
15012
15013 * smime.el (smime-CA-file, smime-encrypt-cipher)
15014 (smime-dns-server): Add :version.
15015
15016 * smiley.el (gnus-smiley-file-types): Add :version.
15017
15018 * sha1.el (sha1-use-external): Add :version.
15019
15020 * pgg-def.el (pgg-query-keyserver): Add :version.
15021
15022 * nnmail.el (nnmail-fancy-expiry-targets)
15023 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15024 Add :version.
15025
15026 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15027 (nnimap-retrieve-groups-asynchronous): Add :version.
296a8e19 15028 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
01c52d31
MB
15029
15030 * mml.el (mml-content-disposition-parameters)
15031 (mml-insert-mime-headers-always): Add :version.
15032
15033 * mm-util.el (mm-coding-system-priorities): Add :version.
15034
15035 * mm-decode.el (mm-inline-text-html-with-images)
15036 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15037 (mm-verify-option): Add :version.
15038 (mm-text-html-renderer): Change :version.
15039
15040 * message.el (message-fcc-externalize-attachments)
15041 (message-required-headers, message-draft-headers)
15042 (message-subject-trailing-was-query)
15043 (message-subject-trailing-was-ask-regexp)
15044 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15045 (message-mark-insert-end, message-archive-header)
15046 (message-archive-note, message-cross-post-default)
15047 (message-cross-post-note, message-followup-to-note)
15048 (message-cross-post-note-function, message-use-mail-followup-to)
15049 (message-subscribed-address-functions)
15050 (message-subscribed-address-file, message-subscribed-addresses)
15051 (message-subscribed-regexps, message-allow-no-recipients)
15052 (message-yank-cited-prefix, message-signature-insert-empty-line)
15053 (message-hidden-headers, message-hierarchical-addresses)
15054 (message-mail-user-agent, message-use-idna)
15055 (message-valid-fqdn-regexp)
15056 (message-strip-special-text-properties, message-header-synonyms)
15057 (message-beginning-of-line, message-tab-body-function): Add :version.
15058 (message-insert-canlock, message-wide-reply-confirm-recipients):
15059 Change :version.
15060
15061 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15062 and :version.
15063 (mail-source-delete-old-incoming-confirm)
15064 (mail-source-movemail-program): Add :version.
15065
15066 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15067 (gnus-agent-cache, gnus-agent): Change :version.
15068
15069 * gnus-util.el (gnus-use-byte-compile): Change :version.
15070
15071 * gnus-sum.el (gnus-summary-make-false-root-always)
15072 (gnus-summary-default-high-score)
15073 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15074 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15075 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15076 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15077 (gnus-sum-thread-tree-single-indent)
15078 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15079 (gnus-sum-thread-tree-leaf-with-other)
15080 (gnus-sum-thread-tree-single-leaf): Add :version.
15081 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15082 (gnus-article-loose-mime): Change :version.
15083
15084 * gnus-start.el (gnus-backup-startup-file)
15085 (gnus-save-startup-file-via-temp-buffer): Add :version.
15086
15087 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15088 (gnus-server-offline-face): Add :version.
15089
15090 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15091
15092 * gnus-msg.el (gnus-gcc-externalize-attachments)
15093 (gnus-debug-files, gnus-debug-exclude-variables)
15094 (gnus-discouraged-post-methods): Change :version.
15095 (gnus-confirm-mail-reply-to-news)
15096 (gnus-confirm-treat-mail-like-news): Add :version.
15097
15098 * gnus-int.el (gnus-server-unopen-status): Add :version.
15099
15100 * gnus-group.el (gnus-group-jump-to-group-prompt)
15101 (gnus-large-ephemeral-newsgroup)
15102 (gnus-fetch-old-ephemeral-headers): Add :version.
15103
15104 * gnus-fun.el (gnus-x-face-directory)
15105 (gnus-convert-pbm-to-x-face-command)
15106 (gnus-convert-image-to-x-face-command)
15107 (gnus-convert-image-to-face-command): Add :version.
15108
15109 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15110
15111 * gnus-cite.el (gnus-cite-blank-line-after-header)
15112 (gnus-article-boring-faces): Add :version.
15113
15114 * gnus-art.el (gnus-buttonized-mime-types)
15115 (gnus-inhibit-mime-unbuttonizing)
15116 (gnus-treat-display-face)
15117 (gnus-treat-body-boundary): Change :version.
15118 (gnus-body-boundary-delimiter, gnus-picon-databases)
15119 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15120 (gnus-treat-date-english, gnus-treat-fold-headers)
15121 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15122 (gnus-treat-mail-picon, gnus-treat-wash-html)
15123 (gnus-article-encrypt-protocol)
15124 (gnus-use-idna, gnus-article-over-scroll)
15125 (gnus-mime-display-multipart-alternative-as-mixed)
15126 (gnus-mime-display-multipart-related-as-mixed)
15127 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15128 (gnus-ctan-url, gnus-button-ctan-handler)
15129 (gnus-button-handle-ctan-bogus-regexp)
15130 (gnus-button-ctan-directory-regexp)
15131 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15132 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15133 (gnus-button-man-level, gnus-button-emacs-level)
15134 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15135
15136 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15137 (gnus-agent-go-online): Change :version.
15138 (gnus-agent-expire-unagentized-dirs)
15139 (gnus-agent-auto-agentize-methods): Add :version.
15140
15141 * flow-fill.el (fill-flowed-display-column)
15142 (fill-flowed-encode-column): Add :version.
15143
15144 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15145 (gnus-outlook-deuglify-unwrap-max)
15146 (gnus-outlook-deuglify-cite-marks)
15147 (gnus-outlook-deuglify-unwrap-stop-chars)
15148 (gnus-outlook-deuglify-no-wrap-chars)
15149 (gnus-outlook-deuglify-attrib-cut-regexp)
15150 (gnus-outlook-deuglify-attrib-verb-regexp)
15151 (gnus-outlook-deuglify-attrib-end-regexp)
15152 (gnus-outlook-display-hook): Add :version.
15153
15154 * binhex.el (binhex-use-external): Add :version.
15155
151562004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15157
15158 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15159 and `invisible'.
15160
151612004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15162
15163 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15164 in gnus-registry-trim.
15165
151662004-09-13 Simon Josefsson <jas@extundo.com>
15167
15168 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15169
15170 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15171
15172 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15173 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15174 <yamaoka@jpl.org>.
15175 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15176 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15177 <yamaoka@jpl.org>.
15178
15179 * sieve.el (sieve-manage-mode): Ditto.
15180
151812004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15182
15183 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15184
151852004-09-11 Simon Josefsson <jas@extundo.com>
15186
15187 * dns-mode.el: Add.
15188
15189 * mm-view.el (mm-display-dns-inline): Add.
15190
15191 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15192 (mm-automatic-display): Ditto.
15193
15194 * mailcap.el (mailcap-mime-data): Add text/dns.
15195 (mailcap-mime-extensions): Map .soa to text/dns.
15196
151972004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
15198
15199 * gnus-art.el (article-decode-mime-words, article-babel)
15200 (gnus-article-highlight-signature, gnus-article-add-buttons)
15201 (gnus-signature-toggle): Remove unnecessary bindings of
15202 `inhibit-read-only' inherited from v5.10 merge.
15203
152042004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15205
15206 * nntp.el (nntp): New customization group.
15207 (nntp-authinfo-file): Add customization group.
15208
15209 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15210
15211 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15212
15213 * gnus.el (to-address, to-list, subscribed)
15214 (large-newsgroup-initial): Ditto.
15215
15216 * flow-fill.el (fill-flowed-display-column)
15217 (fill-flowed-encode-column): Ditto.
15218
ce058493 152192004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
15220
15221 * message.el (message-tokenize-header, message-send-mail-with-qmail):
15222 Use point-min rather than 1.
15223 (message-send-mail): Use buffer-size rather than point-max.
15224
15225 * gnus-sum.el (gnus-summary-search-article-forward):
15226 Signal a specific `search-failed' rather than a generic `error'.
15227
15228 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15229 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15230 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15231
152322004-09-10 Simon Josefsson <jas@extundo.com>
15233
15234 * nndb.el (require): Remove tcp and duplicate cl.
15235
152362004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
15237
15238 * gnus-agent.el (directory-files-and-attributes): Move forward.
15239
152402004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15241
296a8e19
SM
15242 * gnus-agent.el (directory-files-and-attributes):
15243 Optionally defined to support XEmacs.
01c52d31
MB
15244
152452004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15246
002876ab 15247 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
15248 to avoid run-time CL dependencies.
15249 (gnus-agent-unfetch-articles): New function.
15250 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15251 article numbers even when local .overview file is missing.
002876ab 15252 (gnus-agent-read-article-number): New function. Only accepts
01c52d31 15253 27-bit article numbers.
296a8e19
SM
15254 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15255 Use gnus-agent-read-article-number.
01c52d31
MB
15256 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15257 from backend while recognizing that article numbers in .overview
15258 must be valid.
296a8e19
SM
15259 (gnus-agent-update-files-total-fetched-for):
15260 Use directory-files-and-attributes to improve performance.
15261 * gnus-int.el (gnus-request-move-article):
15262 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
01c52d31
MB
15263 improve performance.
15264
296a8e19 15265 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
01c52d31
MB
15266 some users confused by references to .newsrc when they only have a
15267 .newsrc.eld file.
149cd465 15268 (gnus-convert-mark-converter-prompt)
296a8e19 15269 (gnus-convert-converter-needs-prompt): Fix use of property list.
01c52d31 15270 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 15271 New function. Used internally to only display 'gnus converting
01c52d31
MB
15272 files' message when actually necessary.
15273
296a8e19 15274 * gnus-sum.el (): Remove (require 'gnus-agent) as required
01c52d31
MB
15275 methods now autoloaded.
15276
152772004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
15278
15279 * gnus-sum.el (gnus-summary-insert-subject): Remove list
15280 identifiers.
15281
152822004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
15283
15284 * gnus-picon.el: Fix indentation and closing parenthesis.
15285
152862004-09-01 Simon Josefsson <jas@extundo.com>
15287
15288 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 15289 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
15290 to require within a function. Sadly, if sha1.el isn't loaded, the
15291 let binding in m-c-g will hide the defcustom definition, which is
15292 bad.)
15293
15294 * canlock.el: Require sha1, not sha1-el.
15295
15296 * message.el: Don't autoload sha1 (there is a autoload cookie in
15297 sha1.el).
15298
296a8e19 15299 * sha1-el.el: Rename to sha1.el.
01c52d31
MB
15300
153012004-08-30 Juanma Barranquero <lektu@terra.es>
15302
15303 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15304
153052004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15306
15307 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15308
153092004-08-30 Kim F. Storm <storm@cua.dk>
15310
15311 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15312
15313 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15314 Add :group 'nnimap.
15315
153162004-08-30 Andreas Schwab <schwab@suse.de>
15317
15318 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15319 ?* and ?\;.
15320
15321 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15322 and ?\' to symbol instead of whitespace.
15323
153242004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15325
15326 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15327
15328 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15329 instead of re-search-forward.
15330
15331 * gnus-uu.el (gnus-uu-save-article): Ditto.
15332 (gnus-uu-post-encode-uuencode): Ditto.
15333
15334 * html2text.el (html2text-clean-list-items): Ditto.
15335 (html2text-clean-dtdd): Ditto.
15336 (html2text-format-tags): Ditto.
15337
15338 * message.el (message-send-mail-with-sendmail): Fix regexp.
15339 (message-fill-field-general): Use search-forward instead of
15340 re-search-forward.
15341 (unbold-region): Ditto.
15342
15343 * nnrss.el (nnrss-request-article): Ditto.
15344
15345 * nnslashdot.el (nnslashdot-request-article): Ditto.
15346
15347 * nnweb.el (nnweb-gmane-wash-article): Ditto.
15348
15349 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15350 "Unrecognized menu descriptor" error in XEmacs.
15351
153522004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
15353
15354 * gnus-sum.el (gnus-read-header): Don't remove a header for the
15355 parent article of a sparse article in the thread hashtb.
15356
153572004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
15358
15359 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15360 (nnmail-expand-newtext): Lowercase expanded entries if
15361 nnmail-split-lowercase-expanded is non-nil.
15362
153632004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
15364
c9e31f32 15365 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
15366
15367 * gnus-group.el (gnus-group-line-format-alist): Convert the value
15368 of gnus-tmp-news-method into string under XEmacs. It will be
15369 passed to gnus-correct-length which takes only a string argument.
15370
153712004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15372
15373 * gnus-util.el (gnus-bind-print-variables): New macro.
15374 (gnus-prin1): Use it.
15375 (gnus-prin1-to-string): Use it.
15376 (gnus-pp): New function.
15377 (gnus-pp-to-string): New function.
15378
c9e31f32
SM
15379 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15380 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
15381 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15382 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15383 * gnus-msg.el (gnus-debug): Ditto.
15384 * gnus-score.el (gnus-score-save): Ditto.
15385 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15386 gnus-pp-to-string.
15387 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15388 with gnus-pp.
15389 * score-mode.el (gnus-score-pretty-print): Ditto.
15390 * webmail.el (webmail-debug): Ditto.
15391
153922004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15393
c9e31f32
SM
15394 * gnus-art.el (article-display-face, article-display-x-face):
15395 Use buffer-read-only.
01c52d31
MB
15396
153972004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
15398
c9e31f32
SM
15399 * gnus-art.el (article-hide-list-identifiers):
15400 Bind inhibit-read-only as t.
01c52d31
MB
15401
154022004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
15403
15404 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15405
154062004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15407
15408 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15409 (gnus-narrow-to-page): Don't assume point-min == 1.
15410 (gnus-article-edit-mode): Derive from message-mode.
15411
15412 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15413 point-min == 1.
15414
15415 * imap.el (imap-parse-address-list, imap-parse-body-ext):
15416 Disable incorrect use of `assert'.
15417
15418 * message.el (message-mode): Set comment-start-skip.
15419
01c52d31
MB
154202004-08-22 Sam Steingold <sds@gnu.org>
15421
15422 * pop3.el (pop3-leave-mail-on-server): New user variable.
15423 (pop3-movemail): Delete mail only when it is nil.
15424
154252004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
15426
15427 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15428
15429 * mml.el (mml-preview): Use `pop-to-buffer'.
15430
15431 * message.el (message-goto-mail-followup-to): Insert after "To".
15432 (message-carefully-insert-headers): Add comment.
15433
15434 * gnus.el: Remove unused variable `gnus-article-check-size'.
15435
15436 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15437
296a8e19
SM
15438 * gnus-art.el (gnus-button-alist):
15439 Improve `gnus-button-handle-library' entry.
01c52d31
MB
15440
154412004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
15442
296a8e19
SM
15443 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15444 Use downcase, since XEmacs capitalizes error messages differently.
01c52d31
MB
15445
154462004-08-18 Jesper Harder <harder@ifa.au.dk>
15447
15448 * nntp.el: Add (require 'gnus) due to reference to
15449 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
15450
154512004-08-18 Florian Weimer <fw@deneb.enyo.de>
15452
296a8e19
SM
15453 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15454 Bind `mm-fill-flowed'.
01c52d31
MB
15455
15456 * mm-decode.el (mm-dissect-singlepart): Check it.
15457
154582004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
15459
15460 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15461 'imap' for netrc parsing.
15462
154632004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15464
15465 * mailcap.el (mailcap-mime-data): Mark as risky.
15466
154672004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
15468
15469 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15470 may be included in the encoded word.
15471 (rfc2047-encode): Don't append a space if the encoded word
15472 includes close parenthesis.
15473
154742004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
15475
15476 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15477 of text within parentheses.
15478
154792004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
15480
15481 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15482 (gnus-encrypt-write-file-contents): Make the password key the file
15483 name PLUS the cipher, not just the cipher. Also remove failed
15484 passwords from the cache.
15485
154862004-08-06 Simon Josefsson <jas@extundo.com>
15487
296a8e19
SM
15488 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15489 Doc fix.
01c52d31
MB
15490
154912004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15492
15493 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15494 LWSP.
15495
154962004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
15497
296a8e19
SM
15498 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15499 Try to append in-reply-to: data to the references: header.
01c52d31 15500
c4cc8b9a 15501 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
15502 (netrc-parse): Use gnus-encrypt.el functions.
15503
15504 * gnus-encrypt.el: Add new file for encryption support; currently
15505 does only a few GPG ciphers and an internal XOR cipher.
15506
15507 * password.el: Add comments on using password-read-and-add.
15508 (password-read-and-add): Add function to read and add the
15509 password to the cache at once.
15510
155112004-07-28 Simon Josefsson <jas@extundo.com>
15512
15513 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15514 parameter (but don't use it, for now).
15515
15516 * imap.el (imap-ssl-open): Use imap-process-connection-type,
15517 instead of hard coding to nil.
15518
155192004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15520
15521 * mm-view.el (mm-inline-image-emacs): Open lines under an image
15522 as mm-inline-image-xemacs does.
15523
155242004-07-26 Simon Josefsson <jas@extundo.com>
15525
15526 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15527 Revert part of 2004-07-17 change below.
15528
155292004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15530
296a8e19
SM
15531 * rfc2047.el (rfc2047-encode-region): Don't infloop.
15532 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
01c52d31
MB
15533
155342004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
15535
15536 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15537 quotes that actually start with ">" at the beginning of the
15538 lines.
15539
155402004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15541
15542 * rfc2047.el (rfc2047-encode-region): Fix last change.
15543 (rfc2047-encode-parameter): Remove useless concat.
15544
155452004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
15546
15547 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15548 encode special characters; fix some kind of misconfigured headers;
15549 signal a real error if debug-on-quit or debug-on-error is non-nil.
15550 (rfc2047-encode-max-chars): New variable.
15551 (rfc2047-encode-1): Use it.
15552 (rfc2047-encode-parameter): New function.
15553
15554 * mml.el (mml-insert-parameter): Remove an excessive space.
15555
155562004-07-17 Simon Josefsson <jas@extundo.com>
15557
15558 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15559 Kai Grossjohann <kai@emptydomain.de>.
15560 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15561 (gnus-group-make-menu-bar): Ditto.
15562
15563 * gnus-util.el (gnus-group-server): Add.
15564
155652004-07-16 Jesper Harder <harder@ifa.au.dk>
15566
15567 * message.el (message-clone-locals): Clone sendmail and smtp
15568 variables.
15569
155702004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15571
15572 * rfc2047.el (rfc2047-encode-region): Fix last change.
15573
155742004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15575
15576 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15577 characters as non-special.
15578
155792004-07-09 Simon Josefsson <jas@extundo.com>
15580
15581 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15582 Users will lose all flag changes made while unplugged with
15583 e.g. nntp unless flag synchronization happens, thus `nil' is not a
15584 good default. See numerous reports on ding mailing list.
15585
155862004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
15587
15588 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15589 add generate-head-function and generate-article-function to the
15590 rfc822-forward entry.
15591 (nndoc-rfc822-forward-generate-article): New function.
15592 (nndoc-rfc822-forward-generate-head): New function.
15593
15594 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15595
155962004-07-06 Dan Christensen <jdc@uwo.ca>
15597
15598 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15599 respect display group parameter and gnus-summary-expunge-below.
15600 (gnus-articles-to-read): Remove unused reference to display group
15601 parameter.
15602
156032004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15604
15605 * nnheader.el (nnheader-uniquify-message-id): New experimental
15606 variable.
15607 (nnheader-nov-read-message-id): Use it.
15608
15609 * spam-report.el (spam-report-gmane): Add interactive.
15610
156112004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15612
296a8e19
SM
15613 * mm-encode.el (mm-content-transfer-encoding-defaults):
15614 Use qp-or-base64 for the application/* types.
01c52d31
MB
15615
156162004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
15617
15618 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15619
156202004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
15621
15622 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15623 trim value.
15624
156252004-01-25 Paul Jarc <prj@po.cwru.edu>
15626
15627 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15628 New macro and function.
15629 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15630
156312004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15632
15633 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15634 after-load-alist.
15635
156362004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15637
296a8e19
SM
15638 * gnus-group.el (gnus-group-get-new-news-this-group):
15639 Don't update info that isn't there.
01c52d31
MB
15640
156412004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
15642
15643 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15644 entry.
15645
156462004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15647
15648 * mm-view.el (mm-inline-render-with-function): Use multibyte
15649 buffer; decode html source by charset.
15650
15651 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15652
15653 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15654 Mule-UCS is loaded under XEmacs.
15655 (mm-mime-mule-charset-alist): Avoid duplicated entries.
15656
156572004-06-28 Jesper Harder <harder@ifa.au.dk>
15658
15659 * nnheader.el (nnheader-max-head-length): Increase to 8192.
15660
156612004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
15662
15663 * mm-util.el (mm-coding-system-p): Return a coding-system.
15664 (mm-mime-mule-charset-alist): Use shift_jis instead of
15665 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15666 entries for the mime charsets iso-2022-jp-3 and shift_jis.
15667 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15668 instead of japanese-shift-jis and iso-latin-1 respectively in
15669 order to share the default value with both Emacs and XEmacs-mule.
296a8e19
SM
15670 (mm-mule-charset-to-mime-charset):
15671 Make mm-coding-system-priorities effective.
01c52d31
MB
15672 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15673 while predicating of candidates upon the priorities.
15674
156752004-06-27 Jesper Harder <harder@ifa.au.dk>
15676
296a8e19
SM
15677 * gnus-sum.el (gnus-summary-make-menu-bar):
15678 Add gnus-uu-invert-processable.
01c52d31
MB
15679
15680 * gnus.el: Autoload gnus-uu-invert-processable.
15681
156822004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
15683
15684 * mm-util.el (mm-with-multibyte-buffer): New macro.
15685
15686 * rfc2047.el (rfc2047-encode-string): Use it.
15687 (rfc2047-encode-region): Move point to the end of the region after
15688 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15689
156902004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15691
15692 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15693 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15694
156952004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
296a8e19
SM
15698 (gnus-cite-parse): Ignore quoted envelope From_.
15699 Suggested by Karl Chen <quarl@nospam.quarl.org>.
01c52d31
MB
15700
157012004-06-23 Jesper Harder <harder@ifa.au.dk>
15702
15703 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15704 invalid addresses.
15705
157062004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
15707
15708 * spam.el: Change section markers, revise TODO list.
15709 (spam-backends): Make new master list of all installed backends.
15710 (spam-summary-exit-behavior): Add new variable to determine how
15711 messages moves are done at summary exit.
15712 (spam-move-spam-nonspam-groups-only)
15713 (spam-process-ham-in-nonham-groups)
15714 (spam-process-ham-in-spam-groups): Remove variables, the
15715 spam-summary-exit-behavior variable should be used to manage this
15716 behavior.
15717 (spam-old-ham-articles, spam-old-spam-articles): Remove.
15718 (spam-old-articles): Add variable, replacing spam-old-ham-articles
15719 and spam-old-spam-articles.
15720 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15721 Add empty variables, placeholders for the backends they represent.
15722 (spam-set-difference): Move, unchanged.
15723 (spam-list-of-processors): Declare OBSOLETE, not used anymore
15724 unless the user has a processor variable.
15725 (spam-classifications, spam-classification-valid-p)
15726 (spam-backend-properties, spam-backend-property-valid-p)
15727 (spam-backend-function-type-valid-p)
15728 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15729 (spam-report-articles-gmane, spam-report-articles-resend):
15730 Remove functions, they are not needed.
15731 (spam-install-backend-super, spam-backend-list)
15732 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15733 (spam-backend-function, spam-backend-ham-registration-function)
15734 (spam-backend-spam-registration-function)
15735 (spam-backend-ham-unregistration-function)
15736 (spam-backend-spam-unregistration-function)
15737 (spam-backend-statistical-p, spam-backend-mover-p)
15738 (spam-install-backend-alias, spam-install-checkonly-backend)
15739 (spam-install-mover-backend, spam-install-nocheck-backend)
15740 (spam-install-backend, spam-install-statistical-backend)
15741 (spam-install-statistical-checkonly-backend): Add backend installation
15742 support.
15743 (spam-summary-prepare-exit): Rewrite to use the new backend code.
15744 (spam-group-processor-p): Use the new backend code and respect the
15745 summary exit behavior.
15746 (spam-mark-spam-as-expired-and-move-routine): Remove.
15747 (spam-summary-prepare): Change to use the new spam-old-articles
15748 variable.
15749 (spam-copy-or-move-routine, spam-copy-spam-routine)
15750 (spam-move-spam-routine, spam-copy-ham-routine)
15751 (spam-move-ham-routine): Add code to copy/move ham or spam.
15752 (spam-fetch-field-fast): Improve doc and code, plus allow the
15753 'number request.
296a8e19
SM
15754 (spam-list-of-checks, spam-list-of-statistical-checks):
15755 Remove variables.
01c52d31
MB
15756 (spam-split, spam-find-spam): Use the new backend code.
15757 (spam-registration-functions): Remove variable.
15758 (spam-unregister-routine): Add convenience wrapper.
15759 (spam-log-undo-registration, spam-register-routine)
15760 (spam-log-processing-to-registry)
15761 (spam-log-unregistration-needed-p): Rename "check" to "backend"
15762 where possible.
15763 (spam-check-gmane-xref, spam-check-regex-headers)
15764 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15765 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15766 (spam-check-bogofilter-headers, spam-check-spamoracle)
15767 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15768 (spam-check-crm114-headers): Use the spam-split-group that
15769 spam-split prepares, no need to determine it every time.
15770
15771 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15772 to the nnheader-parse-naked-head call.
15773
15774 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15775
15776 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15777 the nnheader-nov-read-message-id call.
15778
157792004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
15780
15781 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15782 gnus-activate-group twice. Suggested by Markus Peter
15783 <warp@spin.de>.
15784
157852004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
15786
15787 * gnus-art.el (gnus-article-time-format): Exchange the order of
15788 day and month in the default value; fix customization type.
15789 (article-date-ut): Use add-text-properties.
15790 (article-make-date-line): Use message-make-date instead of
15791 current-time-string.
15792
15793 * message.el (message-fetch-field): Don't use set-text-properties.
15794 (message-make-date): Simplify.
0f49874b 15795
01c52d31 157962004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 15797
01c52d31
MB
15798 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15799 (rfc2047-encode-region): Treat text within parentheses as special;
15800 show the original text when error has occurred.
0f49874b 15801
01c52d31
MB
15802 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15803 already-computed method to gnus-activate-group.
0f49874b 15804
01c52d31
MB
15805 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15806 same select-methods identical Lisp objects.
0f49874b 15807
01c52d31
MB
15808 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15809 object when modifying the info.
0f49874b 15810
01c52d31 158112004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 15812
01c52d31
MB
15813 * gnus-srvr.el (gnus-server-set-info): Remove the server from
15814 gnus-opened-servers since it has never been opened with the new
15815 configuration yet.
0f49874b 15816
01c52d31 158172004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 15818
01c52d31
MB
15819 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15820 arg to nnheader-generate-fake-message-id.
0f49874b 15821
01c52d31 158222004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 15823
01c52d31
MB
15824 * nnheader.el (nnheader-generate-fake-message-id): Accept a
15825 number and build a fake message ID localized to a group and
15826 article number (so it's repeatable from that point on).
cc4a96c6 15827 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 15828 ID format.
ca0a6900 15829
296a8e19
SM
15830 * gnus-sum.el (gnus-get-newsgroup-headers):
15831 Call nnheader-generate-fake-message-id with the article number.
ca0a6900 15832
01c52d31 158332004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 15834
01c52d31
MB
15835 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15836 end-of-buffer.
a21fb88e 15837
01c52d31 158382004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 15839
01c52d31 15840 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 15841
01c52d31 158422004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 15843
01c52d31
MB
15844 * rfc2047.el (rfc2047-encode-message-header): Remove useless
15845 goto-char.
15846 (rfc2047-encode): Fold the line before encoding.
bfe5418b 15847
01c52d31 158482004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 15849
01c52d31
MB
15850 * rfc2047.el (rfc2047-encode-message-header): Disabled header
15851 folding -- not all headers can be folded, and this should be done
15852 by the message composition mode. Probably. I think.
d4755e04 15853
01c52d31 158542004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 15855
01c52d31
MB
15856 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15857 fast.
95f75c75 15858
01c52d31
MB
15859 * gnus-ems.el (gnus-remove-image): Don't use
15860 message-text-with-property; remove only the image found first.
4a43ee9b 15861
01c52d31 158622004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 15863
01c52d31 15864 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 15865
01c52d31 158662004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 15867
01c52d31
MB
15868 * message.el (message-text-with-property): Make it fast and accept
15869 optional arguments.
15870 (message-strip-forbidden-properties): Use it.
15871 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 15872
01c52d31 15873 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 15874
01c52d31 158752004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 15876
01c52d31
MB
15877 * gnus-art.el (article-hide-headers): Don't change the buffer
15878 mistakenly when performing mml-preview even if
15879 gnus-single-article-buffer is nil.
4a43ee9b 15880
01c52d31 158812004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 15882
01c52d31
MB
15883 * message.el (message-expand-name-databases): New user option.
15884 (message-expand-name): Use it.
4a43ee9b 15885
01c52d31 158862004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 15887
01c52d31
MB
15888 * spam.el (spam-report-articles-resend)
15889 (spam-report-resend-register-routine): Allow ham reporting.
15890 (spam-report-resend-register-ham-routine): Add wrapper.
15891 (spam-registration-functions): Add ham resending functions.
15892 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 15893
01c52d31
MB
15894 * gnus.el (ham-resend-to): Add new group parameter.
15895 (spam-process): Add ham resend option.
4a43ee9b 15896
01c52d31
MB
15897 * spam-report.el (spam-report-resend): Allow reporting ham.
15898 (spam-report-resend-ham): Add wrapper.
4a43ee9b 15899
01c52d31 159002004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 15901
296a8e19
SM
15902 * message.el (message-cite-articles-with-x-no-archive):
15903 New variable.
01c52d31 15904 (message-cite-original): Use it.
4a43ee9b 15905
01c52d31 159062004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 15907
01c52d31 15908 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 15909
01c52d31 159102004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 15911
01c52d31
MB
15912 * gnus-art.el (article-hide-headers): Refer to the values for
15913 gnus-ignored-headers and gnus-visible-headers in the summary
15914 buffer since a user may have set them as group parameters.
cfcd5c91 15915
01c52d31 159162004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 15917
01c52d31
MB
15918 * assistant.el (assistant-node-name): Add convenience function.
15919 (assistant-render-text, assistant-render-node): Add error handling,
15920 plus handle multiple next nodes.
15921 (assistant-find-next-node): Comment out for now.
15922 (assistant-find-next-nodes): Add function, returns list of next
15923 nodes.
15924
159252004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
15926
15927 * mail-source.el (mail-source-directory): Fix doc-string.
15928
159292004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
15930
15931 * assistant.el (assistant-render-text, assistant-eval): Add :set
15932 widget type, which is different because it takes and returns a
15933 list. Much hilarity ensues.
15934
159352004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
15936
296a8e19 15937 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
01c52d31 15938
296a8e19
SM
15939 * gnus-group.el (gnus-group-get-new-news-this-group):
15940 Add doc-string.
01c52d31 15941
296a8e19 15942 * gnus-start.el (gnus-activate-group): Add doc-string.
01c52d31
MB
15943
159442004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15945
15946 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15947
159482004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
15949
15950 * assistant.el (assistant-render-text): Try to add a :set
15951 widget, more to come.
15952
15953 * spam.el (spam-group-spam-contents-p): Handle empty groupname
15954 strings.
15955 (spam-report-articles-resend)
15956 (spam-register-routine): Do registration iff any articles warrant
15957 it.
15958 (spam-summary-prepare-exit): Change log message for nil group
15959 destinations.
15960
159612004-05-27 Daniel Pittman <daniel@rimspace.net>
15962
296a8e19
SM
15963 * spam.el (spam-report-resend-register-routine):
15964 Allow spam-report-resend-to to be a group parameter or a global value.
01c52d31
MB
15965
159662004-05-26 Simon Josefsson <jas@extundo.com>
15967
15968 * starttls.el: Merge with my GNUTLS based starttls.el.
15969 (starttls-gnutls-program, starttls-use-gnutls)
15970 (starttls-extra-arguments, starttls-process-connection-type)
296a8e19
SM
15971 (starttls-connect, starttls-failure, starttls-success):
15972 New variables.
01c52d31 15973 (starttls-program, starttls-extra-args): Doc fix.
296a8e19
SM
15974 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
15975 New functions.
15976 (starttls-negotiate, starttls-open-stream):
15977 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
01c52d31
MB
15978 function if it is set.
15979
159802004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15981
15982 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15983 structured fields.
15984
159852004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15986
15987 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15988
159892004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
15990
296a8e19
SM
15991 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15992 Add variable.
01c52d31
MB
15993 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
15994 assigning the spam-mark to new messages.
15995
880820fe 159962004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 15997
c4cc8b9a 15998 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
15999
160002004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16001
16002 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16003 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16004 default.
16005
160062004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16007
002876ab 16008 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
16009 correct data.
16010
160112004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16012
16013 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16014 (spam-group-processor-p): Fix function.
16015 (spam-group-processor-multiple-p)
16016 (spam-group-spam-processor-report-gmane-p)
16017 (spam-group-spam-processor-report-resend-p)
16018 (spam-group-spam-processor-bogofilter-p)
16019 (spam-group-spam-processor-blacklist-p)
16020 (spam-group-spam-processor-ifile-p)
16021 (spam-group-ham-processor-ifile-p)
16022 (spam-group-spam-processor-spamoracle-p)
16023 (spam-group-spam-processor-crm114-p)
16024 (spam-group-ham-processor-bogofilter-p)
16025 (spam-group-spam-processor-stat-p)
16026 (spam-group-ham-processor-stat-p)
16027 (spam-group-ham-processor-whitelist-p)
16028 (spam-group-ham-processor-BBDB-p)
16029 (spam-group-ham-processor-spamoracle-p)
16030 (spam-group-ham-processor-copy-p): Remove functions with some
16031 prejudice against unneeded code.
16032 (spam-report-articles-resend)
16033 (spam-report-resend-register-routine): Allow the group/topic
16034 spam-resend-to value to override spam-report-resend-to.
16035 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16036 properly now.
16037
16038 * gnus.el (spam-resend-to): Add group/topic parameter.
16039 (spam-process): Move the OBSOLETE processors to the end of the
16040 choices.
16041
160422004-05-24 Daniel Pittman <daniel@rimspace.net>
16043
296a8e19
SM
16044 * spam-report.el (spam-report-resend-to, spam-report-resend):
16045 Start with resend-to set to nil, and then ask the user if necessary.
01c52d31
MB
16046 (spam-report-resend): spam-report-resend takes a list of articles, not
16047 separate article numbers.
16048
160492004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16050
16051 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16052 addition to emacs-w3m.
16053
160542004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16055
16056 * assistant.el (assistant-authinfo-data): New function.
16057 (assistant-eval): Eval for entire assistant.
16058
16059 * netrc.el (netrc-services-file): New variable.
16060 (netrc-parse-services): New function.
16061 (netrc-find-service-name): New function.
16062 (netrc-find-service-number): New function.
16063 (netrc-port-equal): New function.
16064 (netrc-machine): Use it.
16065
16066 * nnimap.el (nnimap-open-connection): Use netrc.
16067
16068 * gnus-util.el (gnus-netrc-get): Remove aliases.
16069
16070 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16071
16072 * assistant.el (wid-edit): Fix compilation.
16073
16074 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16075
160762004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16077
16078 * gnus-util.el (gnus-set-file-modes): New function. (small
16079 patch).
16080
160812004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 16082
01c52d31 16083 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 16084
01c52d31
MB
16085 * assistant.el (assistant-render-node): Fix up rendering and
16086 read-only text.
16087 (assistant-render-node): Reset.
16088 (assistant-make-read-only): Not sticky.
cfcd5c91 16089
01c52d31 160902004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 16091
01c52d31
MB
16092 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16093 centered even when gnus-auto-center-summary is t
cfcd5c91 16094
01c52d31 160952004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 16096
01c52d31
MB
16097 * dns.el (dns-get-txt-answer): New function.
16098 (dns-read-txt): Ditto.
16099 (query-dns): Use it.
cfcd5c91 16100
01c52d31 161012004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 16102
01c52d31
MB
16103 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16104 active for foreign groups even if the group level is higher than
16105 the specified value.
cfcd5c91 16106
01c52d31 161072004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 16108
01c52d31
MB
16109 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16110 non-active groups.
9ad41fb7 16111
01c52d31 16112 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 16113
01c52d31 161142004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 16115
01c52d31 16116 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 16117
01c52d31 161182004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 16119
01c52d31
MB
16120 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16121 (spam-crm114-header, spam-crm114-spam-switch)
16122 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16123 (spam-crm114-positive-spam-header)
16124 (spam-crm114-database-directory, spam-list-of-processors)
16125 (spam-group-spam-processor-crm114-p)
16126 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16127 (spam-generic-score, spam-list-of-checks)
16128 (spam-list-of-statistical-checks, spam-registration-functions)
16129 (spam-check-crm114-headers, spam-crm114-score)
16130 (spam-check-crm114, spam-crm114-register-with-crm114)
16131 (spam-crm114-register-spam-routine)
16132 (spam-crm114-unregister-spam-routine)
16133 (spam-crm114-register-ham-routine)
296a8e19
SM
16134 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16135 From asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 16136
01c52d31 16137 * gnus.el: Add spam-use-crm114.
d0859c9a 16138
01c52d31
MB
16139 * spam.el (spam-list-of-processors, spam-registration-functions):
16140 Add spam-use-resend.
16141 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16142 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
16143 (spam-report-articles-resend, spam-report-resend-register-routine):
16144 Add wrappers around spam-report-resend-to.
d0859c9a 16145
01c52d31
MB
16146 * spam-report.el (spam-report-resend-to, spam-report-resend):
16147 Add support for resending spam.
16148 (spam-report-gmane): Fix line length >80.
d0859c9a 16149
01c52d31 16150 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 16151
01c52d31 161522004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 16153
01c52d31
MB
16154 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16155 number of processed spam messages.
16156 (spam-ham-copy-or-move-routine): Return the number of processed
16157 ham messages.
16158 (spam-summary-prepare-exit): Use the above values to decide
16159 whether status messages shouled be displayed.
d0859c9a 16160
01c52d31 161612004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 16162
296a8e19 16163 * rfc2047.el (rfc2047-encode-function-alist): Rename from
01c52d31
MB
16164 `rfc2047-encoding-function-alist' in order to avoid conflicting
16165 with the old version.
16166 (rfc2047-encode-region): Concatenate words containing non-ASCII
16167 characters in structured fields; don't encode space-delimited
16168 ASCII words even in unstructured fields; don't break words at
16169 char-category boundaries.
16170 (rfc2047-encode-1): New function.
16171 (rfc2047-encode): Use it; encode text so that it occupies the
16172 maximum width within 76-column; work correctly on Q encoding for
16173 iso-2022-* charsets.
16174 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16175 sure not to break a line just after the header name.
296a8e19 16176 (rfc2047-b-encode-region): Remove.
01c52d31 16177 (rfc2047-b-encode-string): New function.
296a8e19 16178 (rfc2047-q-encode-region): Remove.
01c52d31 16179 (rfc2047-q-encode-string): New function.
d0859c9a 16180
01c52d31 16181 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 16182
01c52d31 161832004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 16184
296a8e19
SM
16185 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16186 Really get it right.
01c52d31 16187 (gnus-inews-make-draft): Really.
d0859c9a 16188
01c52d31 161892004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 16190
01c52d31
MB
16191 * nnmh.el (nnmh-request-list-1): Don't check the link count
16192 before descending. (small patch)
d0859c9a 16193
01c52d31 161942004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 16195
01c52d31
MB
16196 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16197 stuff.
6441d280 16198
296a8e19
SM
16199 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16200 Match on real group name.
6441d280 16201
01c52d31 16202 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 16203
01c52d31 16204 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 16205
01c52d31 162062004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 16207
296a8e19
SM
16208 * gnus-draft.el (gnus-draft-send):
16209 Bind rfc2047-encode-encoded-words.
8654e13a 16210
01c52d31
MB
16211 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16212 (rfc2047-encodable-p): Say that =? needs encoding.
16213 (rfc2047-encode-encoded-words): New variable.
8654e13a 16214
01c52d31 16215 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 16216
01c52d31 16217 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 16218
01c52d31
MB
16219 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16220 to nil.
31640842 16221
01c52d31 16222 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 16223
01c52d31 16224 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 16225
01c52d31 162262004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 16227
296a8e19
SM
16228 * gnus-msg.el (gnus-summary-followup-with-original):
16229 Document yanking of region when active.
61b397cd 16230
01c52d31 162312004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 16232
01c52d31
MB
16233 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16234 groups if the group level is higher than the specified value.
31640842 16235
01c52d31 162362004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 16237
01c52d31 16238 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
296a8e19 16239 (gnus-group-jump-to-group): Add prefix argument using
01c52d31
MB
16240 `gnus-group-jump-to-group-prompt'. Query before jumping to
16241 non-active group.
cd01ded9 16242
01c52d31
MB
16243 * compface.el (uncompface): Be verbose when changing
16244 `uncompface-use-external'.
850c333d 16245
01c52d31
MB
16246 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16247 handle manual section.
850c333d 16248
01c52d31 162492004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 16250
01c52d31 16251 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 16252
01c52d31 162532004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 16254
01c52d31 16255 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 16256
01c52d31 162572004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 16258
01c52d31
MB
16259 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16260 whether backend can accept message.
6a748eda 16261
01c52d31 16262 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 16263
01c52d31 162642004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 16265
01c52d31
MB
16266 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16267 Avoid creating directory when nntp-marks-is-evil is true.
16268 Reported by Reiner Steib.
9a89f5b0 16269
01c52d31 162702004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 16271
01c52d31 16272 * gnus-picon.el (gnus-picon-style): New variable.
296a8e19
SM
16273 (gnus-picon-insert-glyph): Add optional `nostring' argument.
16274 (gnus-picon-transform-address): Support `gnus-picon-style'.
16275 From Jesper Harder <harder@ifa.au.dk>.
91472578 16276
01c52d31 162772004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 16278
01c52d31
MB
16279 * message.el (message-fill-field): Return point.
16280 (message-generate-headers): Go to end of field.
91472578 16281
01c52d31
MB
16282 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16283 stuff for non-living groups.
91472578 16284
01c52d31 162852004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 16286
01c52d31
MB
16287 * gnus-art.el (gnus-article-followup-with-original)
16288 (gnus-article-reply-with-original): gnus-mark-active-p ->
16289 gnus-region-active-p.
91472578 16290
01c52d31 162912004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 16292
01c52d31
MB
16293 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16294 only when there is spam or ham to be processed.
91472578 16295
01c52d31 162962004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 16297
01c52d31
MB
16298 * mail-source.el (mail-source-delete-crash-box): Refactor.
16299 (mail-source-fetch): Use it.
16300 (mail-source-fetch-file): Ditto.
16301 (mail-source-fetch-directory): Run postscript in loop.
16302 (mail-source-fetch-pop): Delete.
16303 (mail-source-fetch-maildir): Ditto.
16304 (mail-source-fetch-imap): Ditto.
91472578 16305
01c52d31 16306 * imap.el (imap-authenticators): Comment out sasl.
91472578 16307
01c52d31
MB
16308 * message.el (message-skip-to-next-address): New function.
16309 (message-fill-header-address): Refactor.
16310 (message-fill-address): Use it.
16311 (message-delete-address): Use it.
16312 (message-fill-header-general): Refactor.
16313 (message-fill-field-address): Rename.
16314 (message-narrow-to-field): Find the start of the header.
16315 (message-header-format-alist): Don't pre-fill.
296a8e19 16316 (message-fill-header): Remove.
01c52d31
MB
16317 (message-insert-header): New function.
16318 (message-shorten-references): Use it.
91472578 16319
01c52d31 16320 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 16321
01c52d31 16322 * mail-parse.el (mail-header-make-address): New alias.
91472578 16323
01c52d31 16324 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 16325
01c52d31 16326 * imap.el: Add compiler directives.
91472578 16327
01c52d31 16328 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 16329
01c52d31
MB
16330 * gnus-art.el (article-decode-idna-rhs): Don't use
16331 message-idna-inside-rhs-p.
91472578 16332
01c52d31 163332004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 16334
296a8e19 16335 * message.el (message-idna-inside-rhs-p): Remove.
01c52d31 16336 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 16337
296a8e19 16338 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
01c52d31 16339 false positives.
1b155fbd 16340
ce058493 163412004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 16342
01c52d31 16343 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 16344
01c52d31 163452004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 16346
ce058493 16347 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 16348 files.
91472578 16349
01c52d31
MB
16350 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16351 (gnus-inews-do-gcc): Remove sleep.
498063ec 16352
01c52d31
MB
16353 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16354 part under point.
498063ec 16355
01c52d31
MB
16356 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16357 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 16358
01c52d31 163592004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 16360
296a8e19 16361 * spam.el (spam-summary-prepare-exit): Fix (length).
498063ec 16362
01c52d31 163632004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 16364
01c52d31
MB
16365 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16366 as expired without moving it" message when there are spam
16367 messages left.
498063ec 16368
01c52d31 163692004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 16370
002876ab 16371 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 16372 header is not nil.
707f2b38 16373
01c52d31 163742004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 16375
296a8e19
SM
16376 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16377 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
01c52d31
MB
16378 (nntp-marks-changed-p): New arg SERVER.
16379 (nntp-request-update-info): Adjust caller.
10ace8ea 16380
01c52d31 163812004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 16382
01c52d31 16383 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 16384
01c52d31 163852004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 16386
01c52d31
MB
16387 * nntp.el: Support marks.
16388 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16389 (nntp-marks-modtime, nntp-marks-directory): New variables.
16390 (nntp-request-set-mark, nntp-request-update-info)
16391 (nntp-possibly-create-directory, nntp-marks-changed-p)
296a8e19
SM
16392 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16393 New functions.
10ace8ea 16394
01c52d31 163952004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 16396
296a8e19
SM
16397 * gnus-score.el (gnus-score-insert-help):
16398 Use gnus-select-lowest-window.
10ace8ea 16399
01c52d31
MB
16400 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16401 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 16402
01c52d31 16403 * gnus.el: do.
10ace8ea 16404
01c52d31 164052004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 16406
01c52d31
MB
16407 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16408 encodings of MIME-encoded words, in order to improve
16409 interoperability with several broken MUAs.
10ace8ea 16410
01c52d31 164112004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 16412
01c52d31
MB
16413 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16414 tags, only when charsets are not specified in headers.
16415 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 16416
01c52d31 164172004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 16418
01c52d31
MB
16419 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16420 instead of MIME-decoded from fields when checking
16421 `gnus-article-address-banner-alist'.
0302b80e 16422
01c52d31 164232004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 16424
01c52d31
MB
16425 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16426 description rather than subject.
fa9a04e1 16427
01c52d31 164282004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 16429
01c52d31 16430 * gnus.el (gnus-version-number): Bump.
fa9a04e1 16431
01c52d31 164322004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 16433
01c52d31 16434 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 16435
01c52d31 164362004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 16437
296a8e19
SM
16438 * gnus-agent.el (gnus-agent-read-agentview):
16439 Inline gnus-uncompress-range.
fa9a04e1 16440
01c52d31 164412004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 16442
01c52d31
MB
16443 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16444 `exec-installed-p'.
fa9a04e1 16445
01c52d31 164462004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 16447
296a8e19
SM
16448 * gnus.el (spam-process, spam-autodetect-methods):
16449 Add bsfilter and bsfilter-headers.
fa9a04e1 16450
01c52d31
MB
16451 * spam.el (spam-bsfilter): New customize group.
16452 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16453 (spam-bsfilter-header, spam-bsfilter-probability-header)
16454 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16455 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16456 (spam-bsfilter-database-directory): New options.
16457 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16458 (spam-list-of-statistical-checks, spam-registration-functions):
16459 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16460 (spam-bsfilter-score): New command.
16461 (spam-check-bsfilter-headers, spam-check-bsfilter)
16462 (spam-bsfilter-register-with-bsfilter)
16463 (spam-bsfilter-register-spam-routine)
16464 (spam-bsfilter-unregister-spam-routine)
16465 (spam-bsfilter-register-ham-routine)
16466 (spam-bsfilter-unregister-ham-routine): New functions.
16467 (spam-generic-score): Support bsfilter; Accept an optional argument
16468 to recalcurate spam score even if scoring header has already been
16469 added.
16470 (spam-bogofilter-score, spam-spamassassin-score): Accept an
16471 optional argument to recalcurate spam score even if scoring header
16472 has already been added.
bf68d4e6 16473
01c52d31 164742004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 16475
01c52d31
MB
16476 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16477 strings! Reported by David D. Smith <davidsmith@acm.org>.
16478 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16479 link is missing.
f66ce3b9 16480
01c52d31 164812004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 16482
01c52d31
MB
16483 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16484 (html2text-get-attr): Rewrite.
14f56b66 16485
01c52d31
MB
16486 * message.el (message-setup-1): Remove redundant put-text-property
16487 on mail-header-separator.
14f56b66 16488
01c52d31 164892004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 16490
01c52d31
MB
16491 * gnus-registry.el (gnus-registry-cache-whitespace)
16492 (gnus-registry-action, gnus-registry-spool-action)
16493 (gnus-registry-split-fancy-with-parent): Change message levels
16494 from 5 to 3 or 7, as needed.
ec3c4a4c 16495
01c52d31
MB
16496 * spam.el (spam-summary-prepare-exit)
16497 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16498 (spam-split, spam-find-spam, spam-log-undo-registration)
296a8e19 16499 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
01c52d31 16500 level from 5 to 6.
5f5475ac 16501
01c52d31 165022004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 16503
01c52d31
MB
16504 * gnus-ems.el: Autoload appt-select-lowest-window (revert
16505 2004-03-04 change).
5f5475ac 16506
01c52d31 165072004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 16508
c9e31f32
SM
16509 * sieve-manage.el (sieve-manage-open):
16510 * nnweb.el (nnweb-insert-html):
01c52d31 16511 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
16512 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16513 * nnspool.el (nnspool-request-group):
01c52d31 16514 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 16515 * nnml.el (nnml-request-update-info):
01c52d31 16516 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 16517 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 16518 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
16519 (nnimap-request-set-mark):
16520 * nnfolder.el (nnfolder-request-update-info):
01c52d31 16521 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
16522 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16523 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 16524 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 16525 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
16526 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16527 * gnus-nocem.el (gnus-nocem-scan-groups):
16528 * gnus-int.el (gnus-start-news-server):
01c52d31 16529 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
16530 (gnus-group-browse-foreign-server):
16531 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16532 Use mapc when appropriate.
270a576a 16533
01c52d31 165342004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 16535
01c52d31 16536 FIXME: Make separate entries for each person.
270a576a 16537
01c52d31 16538 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 16539 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 16540 <shields@msrl.com>:
270a576a 16541
01c52d31
MB
16542 * spam.el (spam-necessary-extra-headers): Get the extra headers we
16543 may need for spam sorting and scoring.
16544 (spam-user-format-function-S): Add user format function suitable for
16545 general use.
16546 (spam-article-sort-by-spam-status): Add sorting function for summary
16547 sorting.
16548 (spam-extra-header-to-number): Add function to get a score from a
16549 header.
16550 (spam-summary-score): Add function to get a numeric score from the
16551 headers.
c9e31f32 16552 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
16553 (spam-initialize): Take symbols when it's run, and install the
16554 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 16555
01c52d31 165562004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 16557
01c52d31 16558 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 16559 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 16560
01c52d31 165612004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 16562
01c52d31
MB
16563 * gnus-sum.el (gnus-set-global-variables)
16564 (gnus-build-all-threads, gnus-get-newsgroup-headers)
16565 (gnus-article-get-xrefs, gnus-summary-best-group)
16566 (gnus-summary-next-article, gnus-summary-enter-digest-group)
16567 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
16568 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16569 Use with-current-buffer.
270a576a 16570
01c52d31 165712004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 16572
01c52d31
MB
16573 * spam.el (spam-summary-prepare-exit): Simplify logic.
16574 (spam-fetch-article-header): Read the article header if it's not
16575 available.
16576 (spam-list-articles): Simplify logic.
16577 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 16578
01c52d31 16579 * gnus-registry.el: Fix comments at beginning.
270a576a 16580
01c52d31 165812004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 16582
01c52d31
MB
16583 * message.el (message-cater-to-broken-inn): Remove.
16584 (message-shorten-references): Make sure the total folded length of
16585 References is shorter than 998 characters to cater to a bug in INN
16586 2.3. Also, don't pretend that references aren't folded -- this
16587 hasn't worked for a while.
d31fa104 16588
01c52d31 165892004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 16590
01c52d31
MB
16591 * gnus-agent.el (gnus-agentize):
16592 gnus-agent-send-mail-real-function no longer set to current value
16593 of message-send-mail-function but rather a lambda that calls
16594 message-send-mail-function. The change makes the agent real-time
16595 responsive to user changes to message-send-mail-function.
9b981cb6 16596
01c52d31 165972004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 16598
01c52d31 16599 * legacy-gnus-agent.el
296a8e19 16600 (gnus-agent-convert-to-compressed-agentview): Fix typos with
01c52d31 16601 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 16602
01c52d31 166032004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 16604
01c52d31 16605 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 16606
01c52d31 166072004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 16608
01c52d31
MB
16609 * nnmail.el (nnmail-cache-insert): Always check whether
16610 nnmail-cache-ignore-groups matches a group name.
f429956a 16611
01c52d31 166122004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 16613
01c52d31
MB
16614 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16615 (spam-find-spam, spam-log-processing-to-registry)
16616 (spam-log-registered-p, spam-log-unregistration-needed-p)
16617 (spam-log-undo-registration): Use gnus-message instead of
16618 gnus-error, none of these errors are fatal.
5c243ee4 16619
01c52d31
MB
16620 * gnus-registry.el (gnus-registry-clean-empty-function)
16621 (gnus-registry-clean-empty): Remove only empty entries without
16622 extra data.
aba1948a 16623
01c52d31 166242004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 16625
01c52d31
MB
16626 * spam-stat.el (spam-stat-buffer-change-to-spam)
16627 (spam-stat-buffer-change-to-non-spam): Change (error) to
16628 (gnus-message 8) invocation.
aba1948a 16629
01c52d31 166302004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 16631
01c52d31
MB
16632 * nntp.el (nntp-via-netcat-command): New variable.
16633 (nntp-via-netcat-switches): New variable.
16634 (nntp-open-via-rlogin-and-netcat): New function.
16635 (nntp-open-connection-function): Doc fix.
16636 (nntp-telnet-command): Doc fix.
16637 (nntp-end-of-line): Doc fix.
16638 (nntp-via-rlogin-command): Doc fix.
16639 (nntp-via-user-name): Doc fix.
16640 (nntp-via-address): Doc fix.
aba1948a 16641
01c52d31 166422004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 16643
01c52d31
MB
16644 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16645 error in Emacs 21.1.
ddff82cf 16646
01c52d31 166472004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 16648
01c52d31 16649 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 16650
01c52d31 166512004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 16652
01c52d31
MB
16653 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16654 (gnus-agent-with-refreshed-group): New macro.
16655 (gnus-agent-rename-group): New function.
16656 (gnus-agent-delete-group): New function.
16657 (gnus-agent-save-group-info): Use gnus-command-method when
16658 `method' parameter is nil. Don't write nil entries into the
16659 active file.
16660 (gnus-agent-get-group-info): New function.
296a8e19
SM
16661 (gnus-agent-fetch-articles):
16662 Use gnus-agent-update-files-total-fetched-for to increment disk space
01c52d31 16663 used.
296a8e19
SM
16664 (gnus-agent-fetch-headers, gnus-agent-save-alist):
16665 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31 16666 used.
296a8e19 16667 (gnus-agent-get-local): Add optional parameters to avoid calling
01c52d31
MB
16668 gnus-group-real-name and gnus-find-method-for-group.
16669 (gnus-agent-set-local): Delete stored entry if either min, or max,
16670 are nil.
296a8e19
SM
16671 (gnus-agent-fetch-session): Reworded error/quit messages.
16672 On quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
16673 articles fetched to disk before the quit occurred.
16674 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16675 gnus-agent-update-view-total-fetched-for, and
16676 gnus-agent-update-files-total-fetched-for to decrement disk space
16677 used.
296a8e19
SM
16678 (gnus-agent-retrieve-headers):
16679 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31
MB
16680 used.
16681 (gnus-agent-regenerate-group): Replace gnus-group-update-group
16682 with gnus-agent-update-files-total-fetched-for to decrement disk
16683 space and fresh group buffer.
16684 (gnus-agent-inhibit-update-total-fetched-for): New variable.
16685 (gnus-agent-need-update-total-fetched-for): New variable.
16686 (gnus-agent-update-files-total-fetched-for): New function.
16687 (gnus-agent-update-view-total-fetched-for): New function.
16688 (gnus-agent-total-fetched-for): New function.
16689
296a8e19
SM
16690 * gnus-cache.el (gnus-cache-save-buffers):
16691 Use gnus-cache-update-overview-total-fetched-for to change disk space
01c52d31 16692 used by this group.
296a8e19
SM
16693 (gnus-cache-possibly-enter-article):
16694 Use gnus-cache-update-file-total-fetched-for to increment disk space
01c52d31 16695 used by this group.
296a8e19
SM
16696 (gnus-cache-possibly-remove-article):
16697 Use gnus-cache-update-file-total-fetched-for to decrement disk space
01c52d31
MB
16698 used by this group.
16699 (gnus-cache-generate-nov-databases): Purge total fetched cache.
16700 (gnus-cache-rename-group): New function.
16701 (gnus-cache-delete-group): New function.
16702 (gnus-cache-inhibit-update-total-fetched-for): New variable.
16703 (gnus-cache-need-update-total-fetched-for): New variable.
16704 (gnus-cache-with-refreshed-group): New macro.
16705 (gnus-cache-update-file-total-fetched-for): New function.
16706 (gnus-cache-update-overview-total-fetched-for): New function.
16707 (gnus-cache-rename-group-total-fetched-for): New function.
16708 (gnus-cache-delete-group-total-fetched-for): New function.
16709 (gnus-cache-total-fetched-for): New function.
112d84ef 16710
01c52d31
MB
16711 * gnus-group.el: Require gnus-sum and autoload functions to
16712 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 16713 (gnus-group-line-format): Documented new %F.
01c52d31
MB
16714 (size of Fetched data) group line format; identifies disk space
16715 used by agent and cache.
16716 (gnus-group-line-format-alist): Defined new F format.
16717 (gnus-total-fetched-for): New function.
16718 (gnus-group-delete-group): No longer update
16719 gnus-cache-active-altered as gnus-request-delete-group now keeps
16720 the cache in sync.
16721 (gnus-group-list-active): Let the agent store a server's active
16722 list if currently plugged.
2f7717f6 16723
c9e31f32
SM
16724 * gnus-int.el (gnus-request-delete-group):
16725 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 16726 local disk in sync with the server.
c9e31f32
SM
16727 (gnus-request-rename-group):
16728 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 16729 local disk in sync with the server.
2f7717f6 16730
c9e31f32
SM
16731 * gnus-start.el (gnus-get-unread-articles):
16732 Cosmetic simplification to logic.
c44edf72 16733
01c52d31 16734 * gnus-util.el (gnus-rename-file): New function.
c44edf72 16735
01c52d31 167362004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 16737
01c52d31 16738 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 16739
01c52d31 167402004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 16741
01c52d31
MB
16742 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16743 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 16744
01c52d31 167452004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 16746
01c52d31
MB
16747 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16748 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 16749
01c52d31 167502004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 16751
01c52d31 16752 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 16753
01c52d31 167542004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 16755
01c52d31
MB
16756 * spam.el (spam-set-difference): Add function to replace
16757 gnus-set-difference in spam.el.
16758 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 16759
01c52d31 167602004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 16761
01c52d31
MB
16762 * gnus-registry.el (gnus-registry-cache-file): Update to use
16763 gnus-dribble-directory OR gnus-home-directory OR ~.
16764 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 16765
01c52d31 167662004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 16767
296a8e19
SM
16768 * message.el (message-exchange-point-and-mark):
16769 Use message-mark-active-p. Suggested by Jesper Harder
01c52d31 16770 <harder@ifa.au.dk>.
45893b95 16771
01c52d31 167722004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 16773
01c52d31
MB
16774 * message.el (message-exchange-point-and-mark): Don't activate
16775 region if it was inactive. Suggested by Hiroshi Fujishima
16776 <pooh@nature.tsukuba.ac.jp>.
734c5765 16777
01c52d31 167782004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 16779
01c52d31
MB
16780 * gnus-art.el (article-display-face): Display Faces in the same
16781 order as X-Faces.
734c5765 16782
01c52d31 167832004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16784
01c52d31 16785 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 16786
01c52d31 167872004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16788
01c52d31
MB
16789 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16790 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16791 (gnus-article-mime-hierarchy): Remove.
16792 (gnus-article-mime-hierarchy-next): Remove.
16793 (gnus-article-mode): Revert 2004-03-19 change.
16794 (gnus-article-setup-buffer): Revert 2004-03-19 change.
16795 (gnus-insert-mime-button): Revert 2004-03-19 change.
16796 (gnus-mime-accumulate-hierarchy): Remove.
16797 (gnus-mime-enter-multipart): Remove.
149cd465 16798 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
16799 (gnus-mime-display-part): Revert 2004-03-19 change.
16800 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 16801
01c52d31 16802 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 16803
01c52d31 168042004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 16805
01c52d31 16806 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 16807
01c52d31 168082004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16809
01c52d31
MB
16810 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16811 t while entering a file name using the mm-with-multibyte macro.
16812 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 16813
01c52d31 16814 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 16815
01c52d31 168162004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16817
296a8e19
SM
16818 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
16819 New user option.
01c52d31
MB
16820 (gnus-mime-multipart-functions): Doc and customization fix.
16821 (gnus-article-mime-hierarchy): New variable.
16822 (gnus-article-mime-hierarchy-next): New variable.
16823 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16824 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16825 gnus-article-mime-hierarchy-next to nil.
16826 (gnus-insert-mime-button): Show hierarchy numbers.
16827 (gnus-mime-accumulate-hierarchy): New function.
16828 (gnus-mime-enter-multipart): New function.
16829 (gnus-mime-leave-multipart): New function.
16830 (gnus-mime-display-part): Recompute hierarchical MIME structure.
16831 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 16832
01c52d31
MB
16833 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16834 gnus-article-mime-hierarchy-next to nil.
ad136a7c 16835
01c52d31 168362004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 16837
01c52d31 16838 * dns.el: Don't require gnus-xmas.
ad136a7c 16839
01c52d31 168402004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 16841
01c52d31
MB
16842 * mml.el (mml-generate-mime-1): Don't use format=flowed with
16843 inline PGP.
16844 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 16845
01c52d31 168462004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16847
01c52d31
MB
16848 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16849 when the group's active is not available.
ad136a7c 16850
01c52d31 168512004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16852
01c52d31
MB
16853 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16854 error.
ad136a7c 16855
01c52d31 168562004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 16857
01c52d31
MB
16858 * imap.el (imap-store-password): New variable.
16859 (imap-interactive-login): Use it.
16860 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 16861
01c52d31 168622004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16863
01c52d31
MB
16864 * gnus-art.el (gnus-article-read-summary-keys): Restore new
16865 window-start and hscroll to summary window.
ad136a7c 16866
01c52d31 168672004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 16868
01c52d31
MB
16869 * gnus-start.el (gnus-convert-old-newsrc): Only write the
16870 conversion message to newsrc-dribble when an actual conversion is
16871 performed.
ad136a7c 16872
01c52d31 168732004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 16874
01c52d31 16875 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 16876
01c52d31 168772004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16878
01c52d31
MB
16879 * mm-decode.el (mm-complicated-handles): New function reviving
16880 former definition of mm-multiple-handles.
49561cf6 16881
01c52d31
MB
16882 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16883 (gnus-mime-delete-part): Use it.
49561cf6 16884
01c52d31 168852004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 16886
296a8e19
SM
16887 * gnus-agent.el (gnus-agent-read-local):
16888 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
01c52d31
MB
16889 avoid the implicit assumption that they will always be equal.
16890 (gnus-agent-save-local): Bind buffer-file-coding-system, not
16891 coding-system-for-write, as the with-temp-file macro first prints
16892 to a buffer then saves the buffer.
87589a70 16893
01c52d31 168942004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 16895
01c52d31
MB
16896 * gnus-art.el (gnus-article-edit-part): New function.
16897 (gnus-mime-save-part-and-strip): Use it; do query instead of
16898 signaling an error; don't use mm-multiple-handles.
16899 (gnus-mime-delete-part): Ditto.
c825ac9d 16900
01c52d31 169012004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 16902
296a8e19 16903 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
01c52d31 16904 old file versions.
296a8e19 16905 (gnus-group-prepare-hook): Remove function that converted list
01c52d31 16906 form of gnus-agent-expire-days to group properties.
ae465fa7 16907
01c52d31
MB
16908 * gnus-int.el: Autoload gnus-agent-regenerate-group.
16909 (gnus-request-accept-article): Re-indented.
5f49be3f 16910
01c52d31 16911 * gnus-start.el (gnus-convert-old-newsrc): Registered new
296a8e19 16912 converters to handle old agent file formats. Add logic for a
01c52d31
MB
16913 "backup before upgrading warning".
16914 (gnus-convert-mark-converter-prompt): Developers can mark
16915 functions as needing (default), or not needing,
16916 gnus-convert-old-newsrc's "backup before upgrading warning".
16917 (gnus-convert-converter-needs-prompt): Tests whether the user
16918 should be protected from potentially irreversable changes by the
16919 function.
5f49be3f 16920
002876ab 16921 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 16922 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 16923
01c52d31 169242004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 16925
01c52d31 16926 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 16927
01c52d31 16928 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 16929
01c52d31 169302004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 16931
01c52d31 16932 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 16933
01c52d31 16934 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 16935
01c52d31 16936 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 16937
01c52d31 169382004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 16939
01c52d31
MB
16940 * gnus-sum.el (gnus-widget-reversible-match)
16941 (gnus-widget-reversible-to-internal)
16942 (gnus-widget-reversible-to-external): New functions.
16943 (gnus-widget-reversible): New widget.
16944 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 16945
01c52d31 169462004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 16947
01c52d31
MB
16948 * gnus-sum.el (gnus-thread-sort-functions)
16949 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 16950
01c52d31 169512004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 16952
01c52d31
MB
16953 * spam.el (spam-use-gmane-xref): Add new backend.
16954 (spam-gmane-xref-spam-group): Add variable to control the name of the
16955 Gmane spam group.
16956 (spam-blackhole-servers, spam-blackhole-good-server-regex)
16957 (spam-regex-headers-spam, spam-regex-headers-ham)
16958 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16959 (spam-list-of-checks): Add spam-use-gmane-xref to list of
16960 backends and checks.
16961 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 16962
01c52d31
MB
16963 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16964 an autodetect method.
e2642250 16965
01c52d31 169662004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 16967
01c52d31
MB
16968 * gnus-int.el (gnus-request-accept-article): Inform the agent that
16969 articles are being added to a group.
16970 (gnus-request-replace-article): Inform the agent that articles
16971 need to be uncached as the cached contents are no longer valid.
e2642250 16972
01c52d31 169732004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 16974
01c52d31 16975 * binhex.el: Don't autoload executable-find.
e2642250 16976
01c52d31 16977 * canlock.el: Don't autoload mail-fetch-field.
e2642250 16978
01c52d31 16979 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 16980
01c52d31
MB
16981 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16982 rmail-dont-reply-to and rmail-output.
e2642250 16983
01c52d31 16984 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 16985
01c52d31 16986 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 16987
01c52d31
MB
16988 * imap.el: Don't autoload base64-decode-string,
16989 base64-encode-string and md5.
e2642250 16990
01c52d31
MB
16991 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16992 and rmail-msg-restore-non-pruned-header.
e2642250 16993
01c52d31 16994 * mm-decode.el: Don't autoload executable-find.
e2642250 16995
01c52d31 16996 * mm-url.el: Don't autoload executable-find.
e2642250 16997
01c52d31 16998 * mm-view.el: Don't autoload diff-mode.
e2642250 16999
01c52d31
MB
17000 * nndb.el: Don't autoload news-reply-mode, news-setup,
17001 cancel-timer and telnet.
e2642250 17002
01c52d31 17003 * password.el: Don't autoload run-at-time for Emacs.
e2642250 17004
01c52d31 17005 * sha1-el.el: Don't autoload executable-find.
e2642250 17006
01c52d31 17007 * sieve-mode.el: Don't autoload c-mode.
e2642250 17008
01c52d31 17009 * uudecode.el: Don't autoload executable-find.
e2642250 17010
01c52d31 170112004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 17012
296a8e19 17013 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
01c52d31
MB
17014 (gnus-agent-possibly-alter-active): Avoid null in numeric
17015 comparison.
17016 (gnus-agent-set-local): Refuse to save null in local object table.
17017 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17018 list of articles that will be marked as unread.
e2642250 17019
01c52d31 170202004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 17021
01c52d31 17022 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 17023
01c52d31 170242004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 17025
01c52d31
MB
17026 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17027 language tags.
ba0226dd 17028
01c52d31 170292004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 17030
01c52d31
MB
17031 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17032 Don't bind "obarray".
5153a47a 17033
296a8e19
SM
17034 * gnus-sum.el (gnus-thread-sort-functions):
17035 Add `gnus-thread-sort-by-most-recent-number' and
01c52d31
MB
17036 `gnus-thread-sort-by-most-recent-date'.
17037 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 17038
01c52d31 170392004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 17040
01c52d31 17041 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 17042
01c52d31 170432004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 17044
296a8e19
SM
17045 * gnus-cus.el (gnus-agent-customize-category):
17046 Remove ignore-errors macro reference that required cl to be loaded at
01c52d31 17047 run-time.
5153a47a 17048
01c52d31
MB
17049 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17050 single-interval range of the form (min . max). Previously the
17051 range had to look like ((min . max)). Likewise, return
17052 (min . max) rather than ((min . max)).
17053 (gnus-range-map): Use gnus-range-normalize to accept
17054 single-interval range.
5153a47a 17055
01c52d31
MB
17056 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17057 the cache, but not the agent, now appear with their usual face.
5153a47a 17058
01c52d31 170592004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 17060
01c52d31
MB
17061 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17062 w3m-safe-url-regexp variable buffer-local.
86713405 17063
01c52d31 17064 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 17065
01c52d31 170662004-02-27 Simon Josefsson <jas@extundo.com>
86713405 17067
01c52d31
MB
17068 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17069 gnus-group-real-prefix.
17070 (gnus-summary-move-article): Use it, instead of
17071 gnus-group-real-prefix.
86713405 17072
01c52d31 170732004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 17074
01c52d31
MB
17075 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17076 w3m-safe-url-regexp variable buffer-local and set it as the value
17077 of mm-w3m-safe-url-regexp.
d5ddd795 17078
01c52d31 17079 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 17080
01c52d31
MB
17081 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17082 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 17083
296a8e19
SM
17084 * nnrss.el (nnrss-opml-export):
17085 Use mm-set-buffer-file-coding-system instead of
01c52d31 17086 set-buffer-file-coding-system.
54506618 17087
01c52d31 170882004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 17089
01c52d31
MB
17090 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17091 of checkdoc.el).
17092 * nnrss.el: do.
17093 * gnus-mlspl.el: do.
17094 * gnus-ml.el: do.
17095 * gnus-srvr.el: do.
54506618 17096
01c52d31 17097 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 17098
01c52d31 170992004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 17100
01c52d31
MB
17101 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17102 Corrections to custom-manual links.
54506618 17103
01c52d31 17104 * gnus-art.el (gnus-article): Ditto.
54506618 17105
01c52d31 17106 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 17107
01c52d31 171082004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 17109
01c52d31 17110 * flow-fill.el: Typo.
54506618 17111
01c52d31 171122004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 17113
01c52d31 17114 * spam-wash.el: New file.
54506618 17115
01c52d31 171162004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 17117
01c52d31 17118 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 17119
01c52d31 171202004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 17121
01c52d31
MB
17122 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17123 to be run with new-articles as LIST1, not LIST2.
17124 (spam-registration-functions): Add spam-use-ham-copy as a nil
17125 registration backend.
54506618 17126
01c52d31 171272004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 17128
01c52d31
MB
17129 * spam-stat.el (spam-stat-washing-hook): New option.
17130 (spam-stat-buffer-words): Use it.
296a8e19
SM
17131 (spam-stat-process-directory, spam-stat-test-directory):
17132 Use insert-file-contents-literally.
01c52d31
MB
17133 (spam-stat-coding-system): New variable.
17134 (spam-stat-load, spam-stat-save): Use it.
54506618 17135
01c52d31 171362004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17137
296a8e19
SM
17138 * spam-report.el (spam-report-plug-agent):
17139 Quote spam-report-url-to-file and spam-report-url-ping-plain.
54506618 17140
01c52d31 171412004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 17142
296a8e19
SM
17143 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17144 Allow / in mailto URLs.
54506618 17145
01c52d31 171462004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 17147
01c52d31
MB
17148 * spam-report.el (spam-report-process-queue): Fix interactive use.
17149 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17150 (spam-report-unplug-agent): Doc fixes.
17151 (spam-report-url-ping-mm-url, spam-report-url-to-file)
296a8e19
SM
17152 (spam-report-agentize, spam-report-deagentize):
17153 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17154
01c52d31
MB
17155 * message.el (message-setup-fill-variables): Add mml tags to
17156 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17157 <ajk@iu.edu>.
17158 (message-mode): Don't modify paragraph-separate there.
54506618 17159
01c52d31 171602004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17161
01c52d31
MB
17162 * compface.el (uncompface-use-external): Default to undecided.
17163 (uncompface-use-external-threshold): New variable.
17164 (uncompface-float-time): New macro.
17165 (uncompface): Determine whether to use the external decoder if
17166 uncompface-use-external is undecided.
54506618 17167
01c52d31 171682004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 17169
01c52d31
MB
17170 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17171 after images.
54506618 17172
01c52d31 17173 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 17174
01c52d31 171752004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 17176
01c52d31 17177 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 17178
002876ab 17179 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 17180
01c52d31
MB
17181 * gnus-sum.el (gnus-summary-limit-to-age)
17182 (gnus-summary-limit-children): do.
54506618 17183
01c52d31 17184 * gnus-int.el (gnus-request-scan): do.
54506618 17185
01c52d31 17186 * gnus-group.el (gnus-group-suspend): do.
54506618 17187
01c52d31 17188 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 17189
01c52d31 17190 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 17191
01c52d31
MB
17192 * gnus-agent.el (gnus-summary-set-agent-mark)
17193 (gnus-agent-regenerate-group): do.
54506618 17194
01c52d31 17195 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 17196
01c52d31 17197 * binhex.el (binhex-decode-region-internal): do.
54506618 17198
01c52d31 171992004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17200
01c52d31
MB
17201 * gnus-fun.el (gnus-face-properties-alist): New user option.
17202 (gnus-display-x-face-in-from): Use it.
54506618 17203
01c52d31 17204 * gnus-art.el (article-display-face): Ditto.
54506618 17205
01c52d31 17206 * compface.el (uncompface-use-external): Default to nil.
54506618 17207
01c52d31 172082004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 17209
01c52d31
MB
17210 * nntp.el (nntp-erase-buffer): New function.
17211 (nntp-retrieve-data, nntp-send-command)
17212 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17213 (nntp-possibly-change-group): Use it.
54506618 17214
296a8e19
SM
17215 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17216 Use with-current-buffer.
54506618 17217
01c52d31 172182004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 17219
01c52d31
MB
17220 * compface.el: Merge the ELisp-based uncompface program.
17221 (compface): New customization group.
17222 (uncompface-use-external): New user option.
17223 (uncompface): Call uncompface-internal if uncompface-use-external
17224 is nil.
17225 (uncompface-internal): New function. Note that there are also
17226 some other functions and variables added for this function.
54506618 17227
01c52d31 172282004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 17229
01c52d31
MB
17230 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17231 if necessary.
54506618 17232
01c52d31 172332004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 17234
01c52d31
MB
17235 * spam-report.el (spam-report-unplug-agent)
17236 (spam-report-plug-agent, spam-report-deagentize)
17237 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17238 Add support for the Agent in spam-report: when unplugged, report to a
17239 file; when plugged, submit all the requests.
54506618 17240
01c52d31
MB
17241 * spam.el (spam-register-routine): Fix message about
17242 registration.
54506618 17243
01c52d31 172442004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 17245
01c52d31
MB
17246 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17247 dependencies.
17248 (rfc2047-encode): Use it.
54506618 17249
01c52d31
MB
17250 * gnus-art.el (gnus-button-marker-list): Move before first
17251 reference.
54506618 17252
01c52d31
MB
17253 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17254 (imap-parse-body): Fix format string mismatch.
54506618 17255
01c52d31 17256 * gnus-score.el (gnus-summary-increase-score): do.
54506618 17257
01c52d31 17258 * nnrss.el (nnrss-close): New function.
54506618 17259
01c52d31 172602004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 17261
01c52d31
MB
17262 * nnrss.el (nnrss-make-filename): New function.
17263 (nnrss-request-delete-group, nnrss-read-server-data)
17264 (nnrss-save-server-data, nnrss-read-group-data)
17265 (nnrss-save-group-data): Use it.
17266 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17267 (nnrss-read-server-data, nnrss-read-group-data): Use load.
17268 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 17269
01c52d31 172702004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 17271
01c52d31 17272 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 17273
01c52d31 172742004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 17275
01c52d31
MB
17276 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17277 files.
54506618 17278
01c52d31
MB
17279 * message.el (message-generate-headers-first): Don't quote nil
17280 and t in docstrings.
54506618 17281
01c52d31 17282 * imap.el (imap-id): do.
54506618 17283
01c52d31
MB
17284 * gnus-agent.el (gnus-agent-consider-all-articles)
17285 (gnus-agent-queue-mail): do.
54506618 17286
01c52d31 172872004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 17288
01c52d31
MB
17289 * spam-report.el (spam-report-process-queue): New function.
17290 Process requests from `spam-report-requests-file'.
17291 (spam-report-process-queue): Doc fix.
54506618 17292
01c52d31 172932004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 17294
01c52d31
MB
17295 * spam.el (spam-register-routine)
17296 (spam-log-processing-to-registry, spam-log-registered-p)
17297 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17298 Change "check" to "spam-check" for semi-clarity.
531e5812 17299
01c52d31 173002004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 17301
01c52d31 17302 * pop3.el: Require nnheader.
531e5812 17303
01c52d31 17304 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 17305
01c52d31 17306 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 17307
01c52d31 17308 * gnus-picon.el: Require cl.
531e5812 17309
01c52d31 17310 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 17311
01c52d31 17312 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 17313
01c52d31 17314 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 17315
01c52d31
MB
17316 * gnus-art.el (gnus-article-edit-mode): Define before first
17317 reference.
531e5812 17318
01c52d31 173192004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 17320
01c52d31
MB
17321 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17322 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 17323
01c52d31 17324 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 17325
01c52d31 17326 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 17327
01c52d31 17328 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 17329
01c52d31 17330 * gnus-art.el (article-date-ut): do.
69075cdd 17331
01c52d31
MB
17332 * message.el (message-fetch-field): Remove redundant
17333 case-fold-search binding.
17334 (message-narrow-to-field): Simplify.
69075cdd 17335
01c52d31 173362004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 17337
01c52d31 17338 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 17339
01c52d31
MB
17340 * spam-report.el (spam-report-url-to-file)
17341 (spam-report-requests-file): New function and variable for offline
17342 reporting.
17343 (spam-report-url-ping-function): Add `spam-report-url-to-file'
17344 and user defined function.
17345 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 17346
01c52d31 173472004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 17348
01c52d31 17349 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 17350
01c52d31 173512004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 17352
296a8e19
SM
17353 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17354 Fix format string mismatch.
ebbeed62 17355
01c52d31 17356 * sieve.el (sieve-deactivate-all): do.
8903a9c8 17357
01c52d31 17358 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 17359
01c52d31 17360 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 17361
01c52d31 17362 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 17363
01c52d31 17364 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 17365
01c52d31 173662004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 17367
01c52d31
MB
17368 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17369 the list of checks.
e62e7654 17370
01c52d31 173712004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 17372
01c52d31
MB
17373 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17374 padding.
e62e7654 17375
01c52d31 173762004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 17377
01c52d31
MB
17378 * mm-view.el (mm-fill-flowed): New variable.
17379 (mm-inline-text): Use it.
eb6a2b61 17380
01c52d31 173812004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 17382
01c52d31
MB
17383 * spam.el (spam-spamassassin-register-ham-routine)
17384 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 17385
01c52d31 173862004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 17387
01c52d31
MB
17388 * gnus.el (gnus-tmp-grouplens): Remove.
17389 (gnus-summary-line-format): Remove grouplens.
f0096211 17390
01c52d31 17391 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 17392
01c52d31
MB
17393 * gnus-spec.el (gnus-format-specs): Ditto.
17394 (gnus-update-format-specifications): Flush the group format spec
17395 cache if there's the grouplens stuff.
17396 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 17397
01c52d31 173982004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 17399
01c52d31
MB
17400 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17401 omission.
14e20e13 17402
01c52d31 174032004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 17404
01c52d31
MB
17405 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17406 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 17407
01c52d31 174082004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 17409
149cd465
JB
17410 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17411 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
17412 New macros and functions.
17413 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17414 Handle > NLINK_MAX messages.
296a8e19
SM
17415 * nnmaildir.el (nnmaildir-request-set-mark):
17416 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 17417
01c52d31 174182004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 17419
01c52d31
MB
17420 * spam-stat.el (spam-stat-process-directory-age): New option.
17421 (spam-stat-process-directory): Use it.
c1d7d285 17422
01c52d31 174232004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 17424
01c52d31
MB
17425 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17426 (spam-stat-save): Accept prefix argument.
c1d7d285 17427
01c52d31 174282004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 17429
01c52d31
MB
17430 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17431 links" error.
c1d7d285 17432
01c52d31 174332004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 17434
01c52d31
MB
17435 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17436 compatibility with old .newsrc.eld files.
10b43d7c 17437
01c52d31 17438 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 17439
01c52d31 17440 * gnus-start.el (gnus-1): do.
f4dd4ae8 17441
01c52d31 17442 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 17443
01c52d31 17444 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 17445
01c52d31 17446 * gnus-gl.el: Remove.
f4dd4ae8 17447
01c52d31 174482004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 17449
01c52d31
MB
17450 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17451 marks consisting of a single range {for example, (3 . 5)} rather
17452 than a list of a single range { ((3 . 5)) }.
49561cf6 17453
01c52d31 174542004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 17455
296a8e19
SM
17456 * spam-stat.el (spam-stat-store-gnus-article-buffer):
17457 Use with-current-buffer.
01c52d31
MB
17458 (spam-stat-store-current-buffer): Use insert-buffer-substring to
17459 avoid consing a string.
f4dd4ae8 17460
01c52d31
MB
17461 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17462 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 17463
01c52d31 174642004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 17465
01c52d31
MB
17466 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17467 uncompressed list.
f4dd4ae8 17468
01c52d31 174692004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 17470
01c52d31
MB
17471 * spam-stat.el (spam-stat-strip-xref): New function.
17472 (spam-stat-process-directory): Use it.
f4dd4ae8 17473
01c52d31
MB
17474 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17475 here -- it's done in message-fetch-field.
f4dd4ae8 17476
01c52d31 174772004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 17478
149cd465
JB
17479 * gnus-agent.el (gnus-agent-queue-mail)
17480 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
17481 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17482 * gnus-draft.el (gnus-group-send-queue): Pass the group name
296a8e19
SM
17483 "nndraft:queue" along to gnus-draft-send.
17484 Use gnus-agent-prompt-send-queue.
01c52d31
MB
17485 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17486 is "nndraft:queue". Suggested by Gaute Strokkenes
17487 <gs234@srcf.ucam.org>
f4dd4ae8 17488
296a8e19
SM
17489 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17490 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
17491 (gnus-agent-cat-groups): Use eval-and-compile, not
17492 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17493 method of gnus-agent-cat-groups even when the buffer has been
17494 evaled.
296a8e19 17495 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
01c52d31 17496 delete gnus-agent-save-active-1.
296a8e19 17497 (gnus-agent-save-groups): Delete. Identical to
01c52d31
MB
17498 gnus-agent-save-active.
17499 (gnus-agent-write-active): No longer adjust agent's copy of active
17500 file as agent's adjustments are now stored in their own
296a8e19 17501 file. Remove optional parameter.
01c52d31
MB
17502 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17503 servers. Add use of min/max range limits from server's local
17504 file.
296a8e19 17505 (gnus-agent-save-alist): Remove unused optional argument.
149cd465
JB
17506 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17507 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 17508 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 17509 limits for articles known to the agent. Provides a fast mechanism
01c52d31 17510 for altering many active ranges.
3042deef 17511 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31 17512 active file (local makes it unnecessary).
296a8e19 17513 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
01c52d31 17514
296a8e19
SM
17515 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17516 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
17517
17518 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17519 disable it when sending to "nndraft:queue".
17520 (gnus-group-send-queue): Add safety check to avoid sending queue
17521 when unplugged.
f4dd4ae8 17522
01c52d31
MB
17523 * gnus-group.el (gnus-group-catchup): Use new
17524 gnus-sequence-of-unread-articles, not
17525 gnus-list-of-unread-articles, to avoid exhausting memory with huge
17526 numbers of articles. Use gnus-range-map to avoid having to
17527 uncompress the unread list.
149cd465 17528 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
296a8e19 17529 Fix invalid ange-ftp reference.
9b5773bc 17530
01c52d31
MB
17531 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17532 (gnus-sorted-range-intersection): Intersection of two ranges
17533 without requiring that they first be uncompressed.
9b5773bc 17534
01c52d31
MB
17535 * gnus-start.el (gnus-activate-group): Unless blocked by the
17536 caller, possibly expand the active range to include both cached
17537 and agentized articles.
17538 (gnus-convert-old-newsrc): Rewrote in anticipation of having
17539 multiple version-dependent converters.
296a8e19 17540 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
01c52d31
MB
17541 gnus-agent-save-active.
17542 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 17543
296a8e19 17544 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
01c52d31
MB
17545 gnus-agent-possibly-alter-active.
17546 (gnus-adjust-marked-articles): Faster handling of simple lists
17547
175482004-01-21 Jesper Harder <harder@ifa.au.dk>
17549
17550 * spam-stat.el (spam-stat-test-directory): New optional argument
17551 displays a list of files detected. Suggested by Andrew Cohen
17552 <cohen@andy.bu.edu>.
17553 (spam-stat-buffer-words-with-scores): Don't narrow and change
17554 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
17555
296fa7b4 175562004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
17557
17558 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17559 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17560 (spam-spamassassin-arguments)
17561 (spam-spamassassin-spam-flag-header)
17562 (spam-spamassassin-positive-spam-flag-header)
17563 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17564 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17565 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17566 (spam-list-of-processors, spam-list-of-checks)
17567 (spam-list-of-statistical-checks, spam-registration-functions)
17568 (spam-check-spamassassin-headers, spam-check-spamassassin)
17569 (spam-spamassassin-score)
17570 (spam-spamassassin-register-with-sa-learn)
17571 (spam-spamassassin-register-spam-routine)
17572 (spam-spamassassin-register-ham-routine)
17573 (spam-assassin-register-spam-routine)
002876ab
JB
17574 (spam-assassin-register-ham-routine): Add SpamAssassin support.
17575 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
17576
175772004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
17578
17579 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17580 default scoring function.
17581 (spam-generic-score): Call spam-spamassassin-score if
17582 spam-use-spamassassin or spam-use-spamassassin-headers is on;
17583 spam-bogofilter-score otherwise.
17584
296a8e19
SM
17585 * gnus.el (spam-process, spam-autodetect-methods):
17586 Add spamassassin and spamassassin-headers.
01c52d31
MB
17587
175882004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
17589
17590 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17591 Suppress unnecessary messages.
17592
175932004-01-20 Jesper Harder <harder@ifa.au.dk>
17594
17595 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17596 make-hash-table.
46cdaf24 17597
01c52d31 175982004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 17599
01c52d31 17600 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 17601
01c52d31 176022004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 17603
01c52d31
MB
17604 * run-at-time.el: Remove useless (require 'itimer),
17605 eval-and-compile and (featurep 'xemacs).
a08b59c9 17606
01c52d31 176072004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 17608
01c52d31
MB
17609 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17610 GROUP is a virtual group.
a08b59c9 17611
01c52d31 176122004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 17613
01c52d31 17614 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 17615
01c52d31 176162004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 17617
01c52d31 17618 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 17619
01c52d31 17620 * pgg-def.el: do.
a08b59c9 17621
01c52d31 17622 * nnmail.el: do.
a08b59c9 17623
01c52d31 17624 * gnus-undo.el: do.
a08b59c9 17625
01c52d31 17626 * gnus-picon.el: do.
a08b59c9 17627
01c52d31 17628 * gnus-util.el: do.
a08b59c9 17629
01c52d31 176302004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 17631
01c52d31 17632 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 17633
01c52d31 176342004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 17635
01c52d31
MB
17636 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17637 handle, as well as a list.
a08b59c9 17638
01c52d31
MB
17639 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17640 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17641 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 17642
01c52d31 176432004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 17644
01c52d31
MB
17645 * message.el (message-kill-to-signature): Allow prefix arg to
17646 specify number of lines to keep before signature.
a08b59c9 17647
01c52d31
MB
176482004-01-14 Kai Grossjohann <kai@emptydomain.de>
17649
c4cc8b9a 17650 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 17651
01c52d31 176522004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 17653
01c52d31
MB
17654 * canlock.el: Always require sha1-el.
17655 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 17656
01c52d31 17657 * message.el: Autoload sha1 only when compiling.
a08b59c9 17658
01c52d31 176592004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 17660
01c52d31 17661 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 17662
01c52d31 176632004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 17664
01c52d31 17665 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 17666
01c52d31 176672004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 17668
01c52d31 17669 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
296a8e19
SM
17670 Invoke gnus-score-mode.
17671 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 17672
296a8e19
SM
17673 * gnus-range.el (gnus-compress-sequence): Doc fix.
17674 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 17675
01c52d31 176762004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 17677
01c52d31 17678 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 17679
01c52d31 176802004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 17681
01c52d31
MB
17682 * spam.el (spam-get-article-as-string): Update to use
17683 gnus-request-article-this-buffer, much simpler.
17684 (spam-get-article-as-buffer): Remove.
6e7fb80c 17685
01c52d31 176862004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 17687
296fa7b4 17688 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 17689
01c52d31 176902004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 17691
01c52d31
MB
17692 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17693 character for the encoding to avoid consing a string.
7cb0aa56 17694
01c52d31
MB
17695 * rfc2047.el (rfc2047-decode-string): Don't cons a string
17696 unnecessarily.
7cb0aa56 17697
01c52d31 17698 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 17699
01c52d31
MB
17700 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17701 of mm-replace-chars-in-string.
e79f14a4 17702
01c52d31 177032004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 17704
c9e31f32 17705 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 17706
01c52d31 17707 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 17708
01c52d31
MB
17709 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17710 a new string in every iteration. Use shy groups.
e79f14a4 17711
01c52d31 177122004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 17713
c9e31f32
SM
17714 * gnus-srvr.el (gnus-browse-unsubscribe-group):
17715 * gnus-soup.el (gnus-soup-group-brew):
17716 * gnus-msg.el (gnus-put-message):
17717 * gnus-move.el (gnus-group-move-group-to-server):
17718 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
17719 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17720 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17721 (gnus-group-update-group, gnus-group-read-group)
17722 (gnus-group-make-group, gnus-group-make-help-group)
17723 (gnus-group-make-archive-group, gnus-group-make-directory-group)
17724 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17725 (gnus-group-sort-by-unread, gnus-group-catchup)
17726 (gnus-group-unsubscribe-group, gnus-group-kill-group)
17727 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
17728 (gnus-group-list-groups):
17729 * gnus.el (gnus-generate-new-group-name):
17730 * gnus-delay.el (gnus-delay-send-queue):
17731 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 17732 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 17733 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 17734 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
17735 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17736 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17737 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
17738 (gnus-group-make-articles-read):
17739 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17740 (gnus-group-change-level, gnus-kill-newsgroup)
17741 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17742 (gnus-get-unread-articles, gnus-make-articles-unread)
17743 (gnus-make-ascending-articles-unread): Use accessor
17744 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17745 to get group information for improved readability.
17746
01c52d31 177472004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17748
01c52d31
MB
17749 * gnus-art.el (article-decode-mime-words, article-babel)
17750 (gnus-article-highlight-signature, gnus-article-add-buttons)
17751 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 17752
01c52d31
MB
17753 * gnus-art.el (gnus-article-highlight-headers)
17754 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 17755
01c52d31
MB
17756 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17757 (gnus-article-set-globals, gnus-request-article-this-buffer)
17758 (gnus-button-message-id, gnus-article-maybe-hide-headers)
17759 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17760 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 17761
01c52d31 177622004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 17763
01c52d31
MB
17764 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17765 also under 80 char limit, and call gnus-error if needed.
17766 (spam-fetch-article-header): Fix - it was a
17767 buffer-local variable (gnus-newsgroup-data).
17768 (spam-find-spam): Use spam-generate-fake-headers, forget about
17769 spam-insert-fake-headers.
17770 (spam-insert-fake-headers): Remove.
1270d7ca 17771
01c52d31 177722004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17773
01c52d31
MB
17774 * deuglify.el (gnus-article-outlook-unwrap-lines)
17775 (gnus-outlook-rearrange-article)
17776 (gnus-outlook-repair-attribution-outlook)
17777 (gnus-outlook-repair-attribution-block)
17778 (gnus-outlook-repair-attribution-other): Remove redundant
17779 save-excursion.
1270d7ca 17780
01c52d31 177812004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 17782
01c52d31
MB
17783 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17784 (spam-fetch-field-subject-fast)
17785 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17786 (spam-fetch-article-header): Add functions to deal with Gnus
17787 internals for fast retrieval of article header data.
17788 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 17789
01c52d31 177902004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17791
01c52d31
MB
17792 * pop3.el (pop3-md5): Remove.
17793 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 17794
01c52d31 17795 * mm-bodies.el: base64 is always built-in.
1270d7ca 17796
296a8e19
SM
17797 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17798 Use with-current-buffer.
1270d7ca 17799
23f87bed 178002004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17801
23f87bed
MB
17802 * canlock.el (canlock-insert-header): Remove excessive grouping in
17803 regexp.
1270d7ca 17804
01c52d31
MB
17805 * gnus-sum.el (gnus-summary-read-document): Ditto.
17806
17807 * gnus-uu.el (gnus-uu-part-number): Ditto.
17808
17809 * html2text.el (html2text-remove-tags): Ditto.
17810 (html2text-format-tags): Ditto.
17811 (html2text-format-single-elements): Ditto.
17812
17813 * mml.el (mml-parse-1): Ditto.
17814
178152004-01-08 Jesper Harder <harder@ifa.au.dk>
17816
17817 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17818
17819 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17820
17821 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17822
17823 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17824
178252003-11-15 Simon Josefsson <jas@extundo.com>
17826
17827 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17828 (pgg-gpg-lookup-key): Use regexp match instead of
17829 split-string (split-string is different between emacs 21.2 and
17830 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
17831
178322004-01-08 Jesper Harder <harder@ifa.au.dk>
17833
17834 * gnus-art.el (gnus-mime-view-all-parts)
296a8e19
SM
17835 (gnus-article-part-wrapper, gnus-article-view-part):
17836 Use with-current-buffer.
01c52d31
MB
17837
178382004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17839
17840 * spam.el (spam-disable-spam-split-during-ham-respool)
17841 (spam-spamoracle-database, spam-cache-lookups)
17842 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17843 (spam-group-ham-mark-p, spam-group-spam-mark-p)
17844 (spam-group-ham-marks, spam-group-spam-marks)
17845 (spam-group-spam-contents-p, spam-group-ham-contents-p)
17846 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17847 also add spam-use-blackholes to the statistical checks.
17848 (spam-fetch-field-fast): Add interface to fetching fields, may
17849 become a macro.
17850 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17851 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17852 (spam-insert-fake-headers): Fake an article when needed.
17853 (spam-find-spam): Fake article when possible.
17854 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17855 (spam-check-bogofilter-headers): Use message-fetch-field instead
17856 of nnmail-fetch-field.
17857
178582004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
17859
17860 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17861
178622004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17863
17864 * spam.el (spam-split): Do not require spam-use-CHECK to be
17865 enabled if that check is passed to spam-split explicitly; also
17866 fix so 'spam doesn't get converted to spam-split-group when
17867 spam-split-symbolic-return is t.
17868 (spam-find-spam): Find registrations of the article and use those
17869 instead of re-running spam-split to find the spam/ham
17870 classification of the article.
17871 (spam-log-processing-to-registry, spam-log-registered-p)
17872 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17873 Use gnus-error instead of gnus-message.
17874 (spam-log-registration-type): Add function to determine the
17875 classification of a message based on registry entries; will
17876 return nil if both 'spam and 'ham are found.
17877 (spam-check-BBDB): Expand all the BBDB macros here so we can have
17878 a reasonably fast local cache without the loading errors.
17879 (spam-cache-lookups): Set to t by default.
17880 (spam-find-spam): Don't try to guess spam-cache-lookups.
17881 (spam-enter-whitelist, spam-enter-blacklist): Clear the
17882 spam-caches entry.
296a8e19
SM
17883 (spam-filelist-build-cache, spam-filelist-check-cache):
17884 Fix caching of whitelist/blacklist entries.
17885 (spam-check-whitelist, spam-check-blacklist):
17886 Invoke spam-from-listed-p with a type, not a cache variable.
01c52d31
MB
17887 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17888
178892004-01-07 Jesper Harder <harder@ifa.au.dk>
17890
17891 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17892
17893 * nnmail.el (nnmail-split-fancy): do.
17894
17895 * mml.el (mml-parse): do.
17896
17897 * gnus-score.el (gnus-enter-score-words-into-hashtb)
17898 (gnus-score-adaptive): do.
17899
23f87bed 179002004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17901
01c52d31
MB
17902 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17903 (gnus-mime-button-map): Don't set keymap parent.
17904 (gnus-button-ctan-directory-regexp): Use shy grouping.
17905 (gnus-prev-page-map): Don't set keymap parent.
17906 (gnus-prev-page-map): Remove duplicated one.
17907 (gnus-next-page-map): Don't set keymap parent.
17908 (gnus-mime-security-button-map): Ditto.
17909
17910 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17911 version number.
17912
23f87bed 17913 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 17914
23f87bed 179152004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17916
23f87bed
MB
17917 * canlock.el (canlock-sha1-function): Remove.
17918 (canlock-sha1-function-for-verify): Remove.
17919 (canlock-openssl-program): Remove.
17920 (canlock-openssl-args): Remove.
17921 (canlock-ignore-errors): Remove.
17922 (canlock-sha1-with-openssl): Remove.
17923 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17924 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 17925
23f87bed
MB
17926 * sha1-el.el (sha1-string-external): Make it can return a string
17927 in binary form.
17928 (sha1-region-external): Ditto.
17929 (sha1-string-internal): Ditto.
17930 (sha1-region-internal): Ditto.
17931 (sha1-region): Ditto.
17932 (sha1-string): Ditto.
17933 (sha1): Ditto.
1270d7ca 17934
01c52d31 179352004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 17936
01c52d31 17937 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 17938
01c52d31 179392004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17940
01c52d31 17941 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 17942
01c52d31
MB
17943 * run-at-time.el (run-at-time-saved): Remove.
17944 (run-at-time): Doc fix.
1270d7ca 17945
01c52d31 179462004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17947
01c52d31
MB
17948 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17949 (gnus-summary-limit-map): Add it.
17950 (gnus-summary-make-menu-bar): do.
1270d7ca 17951
01c52d31 179522004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 17953
01c52d31
MB
17954 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17955 Make attempt at some caching support (done for BBDB only now).
17956 (spam-find-spam): Set spam-cache-lookups if there are more than 2
17957 addresses to be checked.
17958 (spam-clear-cache-BBDB): Add function, to be invoked by
17959 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17960 (spam-check-BBDB): Check and use the caches, if
17961 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 17962
01c52d31 179632004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 17964
296a8e19 17965 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
1270d7ca 17966
01c52d31 179672004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 17968
01c52d31
MB
17969 * run-at-time.el (run-at-time-saved): Move to after the definition
17970 of `run-at-time'.
1270d7ca 17971
01c52d31 179722004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17973
01c52d31
MB
17974 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17975 mm-w3m-local-map-property.
1270d7ca 17976
01c52d31
MB
17977 * mm-view.el (mm-w3m-mode-map): Remove.
17978 (mm-w3m-local-map-property): Remove.
17979 (mm-inline-text-html-render-with-w3m): Don't use
17980 mm-w3m-local-map-property.
1270d7ca 17981
01c52d31 179822004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 17983
01c52d31 17984 * run-at-time.el: New file.
1270d7ca 17985
01c52d31
MB
17986 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17987 of gnus-set-text-properties.
1270d7ca 17988
01c52d31 17989 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 17990
01c52d31 17991 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 17992
01c52d31 17993 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 17994
01c52d31
MB
17995 * gnus-art.el (gnus-button-push): Use set-text-properties instead
17996 of gnus-.
1b155fbd 17997
296a8e19 17998 * gnus.el: Change calls to nnheader-run-at-time and
01c52d31 17999 password-run-at-time throughout to use run-at-time directly.
1b155fbd 18000
296a8e19 18001 * password.el: Remove definition of run-at-time.
1b155fbd 18002
880820fe 180032004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 18004
01c52d31
MB
18005 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18006 in prompt.
1b155fbd 18007
01c52d31 180082004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 18009
01c52d31
MB
18010 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18011 XEmacs version.
1270d7ca 18012
01c52d31
MB
18013 * dns.el (dns-make-network-process): Use `open-network-stream'
18014 instead of `gnus-xmas-open-network-stream'.
1270d7ca 18015
01c52d31 18016 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 18017
01c52d31 180182004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18019
01c52d31
MB
18020 * gnus-art.el (gnus-mime-display-alternative)
18021 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18022 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18023 Don't use gnus-local-map-property.
1270d7ca 18024
01c52d31 18025 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 18026
296a8e19
SM
18027 * mm-view.el (mm-view-pkcs7-decrypt):
18028 Replace gnus-completing-read-maybe-default with completing-read.
1270d7ca 18029
01c52d31
MB
18030 * gnus-util.el (gnus-completing-read): do.
18031 (gnus-completing-read-maybe-default): Remove.
1270d7ca 18032
01c52d31 180332004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 18034
01c52d31
MB
18035 * password.el: Only autoload `run-at-time' if not XEmacs.
18036 Only autoload the itimer functions if XEmacs.
1270d7ca 18037
01c52d31 180382004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18039
01c52d31
MB
18040 * gnus-art.el (gnus-read-string): Remove.
18041 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18042 read-string.
1270d7ca 18043
01c52d31 180442004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 18045
01c52d31
MB
18046 * netrc.el: Autoload password-read.
18047 (netrc): Add configuration group.
296a8e19
SM
18048 (netrc-encoding-method, netrc-openssl-path):
18049 Add variables for encoding and decoding of files with symmetric
01c52d31
MB
18050 ciphers.
18051 (netrc-encode): Add assistant function to encode a file with
18052 netrc-encoding-method.
18053 (netrc-parse): Add interactive parameter, added optional
18054 decoding if netrc-encoding-method is non-nil but otherwise
18055 behavior is standard.
18056 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18057 Do s/encode/encrypt/ everywhere.
1270d7ca 18058
01c52d31 18059 * spam.el: Remove executable-find autoload.
1270d7ca 18060
01c52d31 180612004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18062
01c52d31 18063 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 18064
01c52d31 18065 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 18066
01c52d31 180672004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 18068
c4cc8b9a 18069 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 18070 (article-treat-ansi-sequences): New variable and function.
01c52d31 18071 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 18072
01c52d31
MB
18073 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18074 Use it.
1270d7ca 18075
01c52d31 180762004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18077
01c52d31 18078 * mm-util.el (mm-quote-arg): Remove.
23f87bed 18079
01c52d31
MB
18080 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18081 shell-quote-argument.
1270d7ca 18082
01c52d31 18083 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 18084
01c52d31 18085 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 18086
01c52d31
MB
18087 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18088 with make-char.
1270d7ca 18089
01c52d31 18090 * mm-util.el (mm-make-char): Remove.
1270d7ca 18091
01c52d31
MB
18092 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18093 add-minor-mode.
1270d7ca 18094
01c52d31 18095 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 18096
01c52d31 18097 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 18098
01c52d31 18099 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 18100
01c52d31 18101 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 18102
01c52d31 18103 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 18104
01c52d31 18105 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 18106
01c52d31 18107 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 18108
01c52d31 18109 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 18110
01c52d31 18111 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 18112
01c52d31 18113 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 18114
01c52d31
MB
18115 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18116 Replace gnus-char-width with char-width.
1270d7ca 18117
01c52d31 18118 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 18119
01c52d31
MB
18120 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18121 Replace gnus-char-width with char-width.
1270d7ca 18122
01c52d31 18123 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 18124
01c52d31
MB
18125 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18126 definition.
18127 Remove Emacs 20 hash table compatibility code.
1270d7ca 18128
01c52d31
MB
18129 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18130 20 compatibility code.
1270d7ca 18131
01c52d31 18132 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 18133
01c52d31 18134 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 18135
296a8e19
SM
18136 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18137 Replace with point-at-{eol,bol}.
1270d7ca 18138
01c52d31 18139 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 18140
01c52d31 18141 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 18142
149cd465
JB
18143 * flow-fill.el (fill-flowed-point-at-bol)
18144 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 18145
01c52d31
MB
18146 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18147 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 18148
01c52d31 181492004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 18150
01c52d31
MB
18151 * ntlm.el (ntlm-string-as-unibyte): New macro.
18152 (ntlm-build-auth-response): Use it.
1270d7ca 18153
01c52d31
MB
18154 Remove Emacs 20 stuff:
18155 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18156 of delq and copy-sequence.
18157 * gnus-art.el (popup-menu): Remove the compiler macro.
18158 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18159 Emacs 20.
1270d7ca 18160
01c52d31 181612004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 18162
01c52d31
MB
18163 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18164 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18165 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18166 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18167 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18168 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18169 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18170 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18171 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18172 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18173 ntlm-string-permute, string-lshift into ntlm-string-lshift,
296a8e19
SM
18174 string-xor into ntlm-string-xor.
18175 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 18176
01c52d31 18177 * ntlm.el: Don't include poem.
1270d7ca 18178
296a8e19
SM
18179 * md4.el (print-int32, print-string-hexa): Remove.
18180 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 18181
01c52d31 18182 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 18183
01c52d31
MB
18184 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18185 probably breaks emacs with DL patch, but do we care? Is anyone
18186 still using the DL stuff?)
1270d7ca 18187
01c52d31
MB
18188 * sieve-manage.el: Use the password package.
18189 (sieve-manage-read-passwd): Remove.
18190 (sieve-manage-interactive-login): Use password. Re-add
18191 condition-case around loop.
18192
18193 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
296a8e19
SM
18194 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18195 Use the password package.
01c52d31
MB
18196
181972003-02-19 Simon Josefsson <jas@extundo.com>
18198
18199 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18200 token.
18201
182022002-08-07 Simon Josefsson <jas@extundo.com>
18203
18204 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18205 (sieve-manage-authenticators):
18206 (sieve-manage-authenticator-alist): Add some SASL mechs.
18207 (sieve-sasl-auth): New function.
18208 (sieve-manage-cram-md5-auth):
18209 (sieve-manage-plain-auth): Rewrite using SASL library.
18210 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18211 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18212 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18213 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18214
182152004-01-05 Simon Josefsson <jas@extundo.com>
18216
18217 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18218 New files.
18219
182202004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18221
18222 * gnus-group.el (gnus-no-groups-message): Update.
18223
18224 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18225
182262003-11-09 Simon Josefsson <jas@extundo.com>
18227
18228 * imap.el: Support for ID IMAP extension (RFC 2971).
18229 (imap-local-variables): Add imap-id.
18230 (imap-id): New variable.
18231 (imap-id): New function.
18232 (imap-parse-response): Parse untagged ID response.
18233 * nnimap.el (nnimap-id): New variable.
18234 (nnimap-open-connection): Use it.
18235
182362003-12-28 Simon Josefsson <jas@extundo.com>
18237
18238 * gnus-score.el (gnus-score-edit-all-score): New.
18239 * gnus-group.el (gnus-group-score-map): Bind it to W e.
18240
182412004-01-04 Simon Josefsson <jas@extundo.com>
18242
18243 * password.el: Add.
18244
182452004-01-04 Mario Lang <lang@zid.tugraz.at>
18246
e3e955fe 18247 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 18248 (dns-query-types): New function.
e3e955fe
MB
18249 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
18250 PTR and SOA replies, see RFC 1035.
01c52d31
MB
18251
182522004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18253
296a8e19 18254 * gnus.el (gnus-logo-color-style): Change colors to `no'.
01c52d31 18255
296a8e19 18256 * Move to Changelog.2.
01c52d31
MB
18257
182582004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18259
18260 * gnus.el (gnus-version-number): Bump version.
18261
182622004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18263
18264 * gnus.el: No Gnus v0.1 is released.
1270d7ca 18265
01c52d31 182662004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 18267
01c52d31 18268 * gnus.el: No Gnus v0.0 is released.
1270d7ca 18269
01c52d31 182702004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 18271
01c52d31
MB
18272 * gnus.el (gnus-version-number): Bump.
18273 (gnus-version): No.
1270d7ca 18274
ef3b7aae 18275See ChangeLog.2 for earlier changes.
2a34a036 18276
0b58f78e
GM
18277 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18278 Free Software Foundation, Inc.
5b87ad55
GM
18279
18280 This file is part of GNU Emacs.
18281
5e809f55 18282 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 18283 it under the terms of the GNU General Public License as published by
5e809f55
GM
18284 the Free Software Foundation, either version 3 of the License, or
18285 (at your option) any later version.
5b87ad55
GM
18286
18287 GNU Emacs is distributed in the hope that it will be useful,
18288 but WITHOUT ANY WARRANTY; without even the implied warranty of
18289 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18290 GNU General Public License for more details.
18291
18292 You should have received a copy of the GNU General Public License
5e809f55 18293 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 18294
ef3b7aae 18295;; Local Variables:
880820fe 18296;; coding: utf-8
d7ba2a01 18297;; fill-column: 79
33462dfa 18298;; add-log-time-zone-rule: t
ef3b7aae 18299;; End: