]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
2d821b29b643e20130dce6462ba64cddef1537a7
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4 assuming that article displaying or another mml-preview may be
5 interrupted for an error or for the like.
6
7 * shr.el (shr-get-background): Fix argument name.
8
9 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
11 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
12
13 * gnus-sum.el (gnus-summary-include-articles): New function.
14
15 * message.el (message-goto-body): called-interactively-p needs a
16 parameter, so use `any'.
17
18 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
19 clear marks before moving, since they're synced from the Gnus side
20 first.
21
22 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
23 (gnus-summary-move-article): Copy over all marks before moving, so that
24 IMAP doesn't think a new article has arrived.
25
26 2010-11-24 Julien Danjou <julien@danjou.info>
27
28 * shr.el (shr-insert-background-overlay): Fix typo.
29 (shr-render-td): Copy the background before rendering.
30
31 * shr-color.el (shr-color-visible): Fix docstring.
32
33 * shr.el (shr-tag-table): Add bgcolor support.
34 (shr-render-td): Add bgcolor support.
35 (shr-get-background): Add.
36 (shr-insert-foreground-overlay): Use shr-get-background.
37
38 * message.el (message-goto-body): Use called-interactively-p.
39 (message-in-body-p): message-goto-body returns point.
40
41 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
42
43 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
44 Fixes something or other in Emacs 23, and is backwards compatible.
45
46 * message.el (message-goto-body): Remove the <#secure special-casing,
47 which is too special.
48
49 * shr.el (shr-parse-style): Drop !important from styles.
50
51 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
52
53 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
54 this function to return incorrect results when calling it with an
55 explicit article argument different from
56 (gnus-summary-article-number).
57
58 2010-11-24 Julien Danjou <julien@danjou.info>
59
60 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
61 (shr-tag-body): Add background support.
62 (shr-descend): Add background support.
63 (shr-tag-title): Add.
64
65 * shr-color.el (shr-color-visible): Really return original background
66 if fixed.
67
68 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
69
70 * shr.el (shr-color-check): Protect against non-existant colour names.
71
72 2010-11-24 Julien Danjou <julien@danjou.info>
73
74 * color-lab.el: Require 'cl when compiling.
75
76 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
77
78 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
79 matched part.
80
81 * color-lab.el: Fix all expt calls to use float type.
82
83 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
84
85 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
86 expression to shr-color-check as is.
87
88 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
89
90 * color-lab.el: Add coding cookie.
91 (float-pi): Use eval-and-compile.
92
93 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
94
95 * shr.el (shr-insert-color-overlay): Split stuff like
96 "#444444 !important" to find the real colour.
97 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
98 parse <font color="red"> entries.
99
100 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
101
102 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
103 point when parsing headers.
104
105 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
106 is positioned properly when parsing headers.
107
108 2010-11-23 Julien Danjou <julien@danjou.info>
109
110 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
111
112 * shr-color.el (shr-color->hexadecimal): Add support for color names.
113
114 * shr.el (shr-parse-style): Replace \n with space in style parsing.
115
116 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
117 shr-color-hue-to-rgb.
118 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
119
120 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
121
122 * shr.el (shr-color->hexadecimal): Autoload.
123 (shr-descend): Add color to all tags.
124
125 2010-11-22 Julien Danjou <julien@danjou.info>
126
127 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
128 shr-color->hexadecimal.
129
130 * shr-color.el (shr-color->hexadecimal): Add converting functions for
131 RGB() or HSL() color representation.
132
133 * shr.el (shr-tag-font): Add.
134 (shr-tag-color-check): New function to get better colors.
135 (shr-tag-insert-color-overlay): Factorize code between tag-font and
136 tag-span.
137
138 * shr-color.el: New file.
139
140 * color-lab.el: New file.
141
142 * gnus-art.el (gnus-url-mailto): Do not downcase args.
143
144 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
145
146 * nnir.el: Fix typo in comments.
147 (nnir-run-imap): Simplify code. No need to reverse artlist.
148 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
149
150 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
151
152 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
153
154 * nnimap.el (nnimap-get-capabilities): Refactor out.
155 (nnimap-open-connection): Re-request capabilities after STARTTLS.
156
157 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
158
159 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
160 appearing when `mm-uu-hide-markers' is nil.
161
162 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
163
164 * nnimap.el (nnimap-unselect-group): Make into its own function.
165 (nnimap-request-rename-group): Unselect group before renaming.
166 This had gotten lost somewhere.
167 (nnimap-request-accept-article): Keep track of examined groups, and
168 unselect the group before APPENDing to read-only groups.
169 (nnimap-request-move-article): Clear flags before moving so that they
170 can be re-set later.
171
172 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
173
174 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
175 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
176
177 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
178
179 * gnus-art.el (gnus-mime-display-single)
180 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
181 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
182 parameter.
183
184 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
185
186 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
187 (shr-table-vertical-line): New variable.
188 (shr-insert-table): Use it.
189
190 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
191
192 * gnus-html.el (gnus-html-wash-images): Don't display images if
193 gnus-inhibit-images is non-nil; register displayer for cid images.
194 (gnus-html-display-image): Work for cid image.
195 (gnus-html-insert-image): Allow arguments.
196 (gnus-html-put-image): Inhibit read-only.
197 (gnus-html-prefetch-images): Don't prefetch images if
198 gnus-inhibit-images is non-nil.
199
200 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * shr.el (shr-put-image): Break lines when inserting big pictures.
203
204 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
205
206 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
207 sender, thanks Katsumi Yamaoka.
208
209 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
210
211 * nnir.el (nnir-run-imap): Reverse the article list for each group
212 rather than the whole list.
213
214 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
215
216 * shr.el (shr-image-displayer): Protect function against non-existent
217 image source.
218
219 * gnus-art.el (gnus-inhibit-images): New user option.
220 (gnus-mime-display-single): Don't display image if it is non-nil.
221
222 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
223 gnus-inhibit-images.
224
225 * shr.el (shr-image-displayer): New function.
226 (shr-tag-img): Use it.
227
228 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
229
230 * mml2015.el (mml2015-epg-sign): Use From header.
231
232 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
233
234 * gnus-html.el (gnus-html-wash-images): Register a displayer.
235
236 * gnus-util.el (gnus-find-text-property-region): Return markers.
237
238 * shr.el (shr-tag-img): Put a displayer in the text property.
239
240 * gnus-util.el (gnus-find-text-property-region): New utility function.
241
242 * gnus-html.el (gnus-html-display-image): Make the alt optional.
243 (gnus-html-show-images): Remove.
244
245 * gnus-art.el (gnus-article-show-images): New, more general function.
246
247 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
248 image url text properties.
249
250 * shr.el: Ditto.
251
252 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
253 gnus-agent-auto-agentize-methods is set. Which it isn't.
254
255 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
256
257 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
258 work for two or more articles.
259
260 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
261
262 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
263 divide an image that's in an html article to two or more when washing
264 non-ASCII characters in alt text of it.
265
266 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
267
268 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
269 smime-decrypt-region using function argument.
270 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
271
272 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
273
274 * smime.el (smime-decrypt-region): Catch it.
275
276 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * smime.el (smime-mode-map): Move initialization into declaration.
279 (gnus-run-mode-hooks): Don't autoload.
280 (smime-mode): Use define-derived-mode.
281
282 2010-11-11 Glenn Morris <rgm@gnu.org>
283
284 * smime.el (from): Restrict declaration to XEmacs.
285
286 * nnir.el (gnus-group-topic-name): Autoload.
287
288 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
289
290 * shr.el (shr-insert): Don't break long line if it is because of
291 kinsoku-bol characters in the line end.
292
293 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
294
295 * nnir.el (nnir-request-move-article): Fix to provide original group
296 and subject.
297 (nnir-warp-to-article): Don't fail on articles whose headers haven't
298 been retrieved.
299
300 * gnus-sum.el (gnus-summary-move-article): Use original group and
301 subject for virtual articles such as those in an nnir summary buffer.
302
303 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
304
305 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
306 least 21.5).
307
308 * smime.el (from): Declare it again for XEmacs.
309
310 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
311
312 * message.el (message-resend): Don't disable encoding unless it's
313 already encoded.
314
315 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
316 low-numbered articles.
317
318 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
319
320 * rfc2047.el (rfc2047-syntax-table): Simplify.
321
322 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
323 set-char-table-range for XEmacs.
324
325 2010-11-10 Glenn Morris <rgm@gnu.org>
326
327 * smime.el (from): Remove unused declaration.
328
329 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
330 (gnus-float-time): On Emacs, always an alias.
331
332 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
333 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
334
335 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
336
337 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
338
339 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
340
341 * shr.el (browse-url-mailto): Autoload.
342
343 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
344
345 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
346 regexp doesn't need quoting.
347
348 2010-11-09 Sven Joachim <svenjoac@gmx.de>
349
350 * message.el (message-subject-trailing-was-ask-regexp)
351 (message-subject-trailing-was-regexp): Match was: in addition to was.
352
353 2010-11-09 Glenn Morris <rgm@gnu.org>
354
355 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
356 (nnbabyl-check-mbox): Use point-at-bol.
357
358 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
359
360 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
361
362 * message.el (message-mailto): New function.
363 (message-mailto): Should accept other parameters.
364 (message-mailto): Remove since it duplicates browse-url-mailto
365 functionality.
366
367 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
368
369 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
370 methods.
371 (gnus-read-active-file): Ditto.
372
373 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
374 ": " from the prompt.
375 (gnus-group-make-group): Ditto.
376
377 2010-11-07 Glenn Morris <rgm@gnu.org>
378
379 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
380 (gnus-bookmark-kill-line): Use point-at-eol.
381
382 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
383
384 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
385 asterisks in From header.
386
387 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
388
389 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
390 string to avoid making the From headers syntactically invalid.
391
392 * message.el (message-send-mail): Don't insert courtesy messages if the
393 message already has List-Post and List-ID messages.
394
395 2010-11-06 Glenn Morris <rgm@gnu.org>
396
397 * gnus-art.el (gnus-treat-article): Give dynamic local variables
398 `condition', `type', `length' a prefix.
399 (gnus-treat-predicate): Update for above name changes.
400
401 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
402
403 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
404 binding. Handled by `gnus-summary-refer-thread' instead.
405 (nnir-warp-to-article): New backend function.
406
407 * nnimap.el (nnimap-request-thread): Force dependency updating.
408
409 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
410 (gnus-summary-refer-thread): Rework to improve thread-referral.
411
412 * gnus-int.el (gnus-warp-to-article): New function.
413
414 * gnus-sum.el (gnus-summary-article-map): Bind it.
415
416 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
417
418 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
419 gnus-summary-refer-thread.
420
421 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
422 headers.
423 (gnus-summary-limit-include-thread): Prevent articles in thread from
424 being cut in gnus-cut-threads.
425 (gnus-summary-refer-thread): Limit retrieved headers to those in
426 thread.
427
428 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
429
430 * message.el (message-send-mail): Use the value of
431 message-courtesy-message from the message buffer.
432
433 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
434
435 * shr.el (shr-browse-url): Implement mailto: URLs.
436
437 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
438 "raw".
439
440 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
441 if it's already selected.
442
443 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
444
445 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
448 to measure the length and truncate alt text.
449
450 2010-11-03 Glenn Morris <rgm@gnu.org>
451
452 * nndiary.el (nndiary-generate-nov-databases-1)
453 (nndiary-generate-active-info): Rename dynamic variable `files' to
454 something less generic.
455
456 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
457
458 * nnir.el (nnir-request-move-article): Call the underlying backend to
459 move articles from nnir.
460
461 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
462
463 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
464
465 2010-11-02 Julien Danjou <julien@danjou.info>
466
467 * nnir.el: Remove wais support.
468
469 2010-11-02 Glenn Morris <rgm@gnu.org>
470
471 * gnus-html.el: Reorder requirements to quieten compiler.
472
473 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
474
475 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
476 properly for XEmacs as well.
477 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
478 (gnus-article-natural-long-line-p): Use window-width rather than
479 frame-width.
480
481 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
482
483 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
484 (nnir-read-parms): Don't modify query.
485 (nnir-run-query): Add ability to search topic on current line.
486 (nnir-get-active): Clean up.
487
488 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
489
490 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
491 degenerate articles.
492
493 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
494 (gnus-print-buffer): Just print the buffer as is, without any copying
495 to a buffer and then re-highlighting.
496
497 * nnimap.el (nnimap-request-group): Store the new updated info.
498 (nnimap-request-group): Select the group when we don't know whether it
499 exists or not.
500
501 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
502 groups.
503
504 * gnus-group.el (gnus-group-find-new-groups): Display all the new
505 groups.
506
507 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
508 groups.
509
510 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
511 long-lines case by only filling the long lines.
512
513 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
514 (bug #7311).
515
516 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
517
518 * shr.el: No need to declare `declare-function' since shr.el is for
519 only Emacsen that provide `libxml-parse-html-region'.
520
521 2010-11-01 Glenn Morris <rgm@gnu.org>
522
523 * mm-util.el (gnus-completing-read): Autoload.
524 (mm-read-coding-system): Simplify Emacs definition.
525
526 * nnmail.el (gnus-activate-group):
527 * nnimap.el (gnutls-negotiate):
528 * nntp.el (netrc-parse): Fix declarations.
529
530 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
531
532 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
533 string-match-p in Emacs >=23.
534
535 * gnus-msg.el (gnus-configure-posting-styles)
536 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
537
538 2010-11-01 Glenn Morris <rgm@gnu.org>
539
540 * nnir.el (declare-function): Add compat stub.
541 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
542 (nnir-run-gmane): Require 'mm-url.
543
544 * mm-util.el (mm-string-to-multibyte): Simplify.
545
546 * shr.el (declare-function): Add compat stub.
547 (url-cache-create-filename): Declare.
548 (mm-disable-multibyte, widget-convert-button): Autoload.
549
550 * smime.el (ldap-search): Declare.
551 (smime-cert-by-ldap-1): Require ldap on Emacs.
552
553 * nnimap.el: Require nnmail, and gnus-sum when compiling.
554 (nnimap-keepalive): Use gnus-float-time.
555
556 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
557 (mail-source-delete-crash-box): Use gnus-float-time.
558
559 * gnus-dired.el (gnus-completing-read): Autoload.
560
561 * mm-view.el (gnus-rescale-image): Autoload.
562
563 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
564
565 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
566
567 * sieve-manage.el: Require 'cl when compiling.
568
569 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
570 (gnus-iswitchb-completing-read): Require iswitchb.
571 (gnus-select-frame-set-input-focus): Silence compiler.
572
573 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
574
575 * message.el (message-subject-trailing-was-query): Change default to t,
576 since I think that's what most people want.
577
578 * nnimap.el (nnimap-request-accept-article): Erase buffer before
579 appending for easier debugging.
580 (nnimap-wait-for-connection): Take a regexp.
581 (nnimap-request-accept-article): Wait for the continuation line before
582 sending anything unless we're streaming.
583
584 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
585 leave the header washing to take place.
586
587 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
588
589 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
590 regular expression match and replace in posting styles.
591
592 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
593
594 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
595 an entire server.
596 (nnir-get-active): New function.
597 (nnir-run-imap): Use it.
598 (nnir-run-gmane): Who knew, gmane search returns an article score!
599
600 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
601 server on the current line with nnir.
602
603 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
604
605 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
606 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
607 left edge.
608 (gnus-article-foldable-buffer): Skip past the prefix when determining
609 raggedness.
610
611 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
612 the raw article, and change `C-u g' to show the article without doing
613 treatments.
614
615 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
616 on to `gnus-treat-article'.
617 (gnus-inhibit-article-treatments): New variable.
618
619 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
620
621 * gnus-art.el (gnus-treatment-function-alist): Have
622 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
623 (gnus-treat-fill-long-lines): Change default to fill all text/plain
624 sections.
625
626 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
627 parameter.
628 (gnus-article-fill-cited-long-lines): New function.
629 (gnus-article-fill-cited-article): Allow filling only long sections.
630
631 * shr.el (shr-find-fill-point): Don't break lines between punctuation
632 and non-punctuation (like after the apostrophe in "'We").
633
634 * gnus-sum.el (gnus-summary-select-article): Make sure
635 gnus-original-article-buffer is alive.
636
637 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
638 reflect the order they're in in the digest.
639
640 * gnus.el (gnus-group-startup-message): Move point to the start of the
641 buffer.
642
643 * nnimap.el (nnimap-capability): New function.
644 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
645 is set.
646
647 2010-10-31 David Engster <dengste@eml.cc>
648
649 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
650 conform with changes to gnus-completing-read.
651
652 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
653
654 * shr.el (shr-tag-img): Output "*" instead of "[img]".
655
656 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
657
658 * nnir.el: Move defvar, defcustom around to keep file organized
659 and keep byte-compiler quiet.
660 (nnir-read-parms): Accept search-engine as arg.
661 (nnir-run-query): Pass search-engine as arg.
662 (nnir-search-engine): Remove.
663
664 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
665
666 * shr.el (shr-generic): The text nodes should be text, not :text.
667
668 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
669 later in the file.
670
671 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
672
673 * nnir.el: General clean up. Allow searching with multiple engines.
674 Allow separate extra-parameters for each engine.
675 Batch queries when possible.
676 (nnir-imap-default-search-key,nnir-method-default-engines):
677 Add customize interface.
678 (nnir-run-gmane): New engine.
679 (nnir-engines): Use it. Qualify all prompts with engine name.
680 (nnir-search-engine): Remove global variable.
681 (nnir-run-hyrex): Restore for now.
682 (nnir-extra-parms,nnir-search-history): New variables.
683 (gnus-group-make-nnir-group): Use them.
684 (nnir-group-server): Remove in favor of gnus-group-server.
685 (nnir-request-group): Avoid searching twice.
686 (nnir-sort-groups-by-server): New function.
687
688 2010-10-30 Julien Danjou <julien@danjou.info>
689
690 * gnus-group.el: Remove gnus-group-fetch-control.
691
692 * gnus-start.el (gnus-find-new-newsgroups):
693 Remove gnus-check-first-time-used.
694
695 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
696
697 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
698
699 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
700 set on groups that don't have \* permanentflags.
701
702 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
703
704 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
705 control the background color.
706 (shr-tag-img): Ignore very small web bug type images.
707 (shr-put-image): Add help-echo alt texts to the images.
708 (shr-tag-video): Show the video poster image.
709
710 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
711
712 * shr.el (shr-table-depth): New variable.
713 (shr-tag-table-1): Only insert the images after the top-level table.
714
715 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
716
717 * gnus-util.el (gnus-list-memq-of-list): New function.
718
719 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
720 selected.
721 (nnimap-unsplittable-articles): New slot.
722 (nnimap-new-articles): Use it.
723
724 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
725
726 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
727 move to the previous line on `M-g'.
728
729 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
730
731 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
732 *-request-group, which seems unnecessary.
733
734 * nnimap.el (nnimap-quote-specials): Function copied over from
735 imap.el.
736 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
737 they support that. Suggested by Tom Regner.
738
739 2010-10-29 Julien Danjou <julien@danjou.info>
740
741 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
742 defalias.
743 (gnus-summary-delete-marked-with): Remove obsolete defalias.
744
745 * gnus.el: Remove `gnus-nntp-service' variable.
746 (gnus-secondary-servers): Make obsolete.
747 (gnus-nntp-server): Make obsolete.
748
749 * gnus-start.el (gnus-1): Remove x-splash calls.
750
751 * gnus-ems.el (gnus-x-splash): Remove.
752
753 * gnus.el (gnus-group-startup-message): Simplify/update code.
754
755 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
756 capability before doing anything.
757 (gnus-group-insert-group-line): Remove useless
758 gnus-group-remove-excess-properties.
759
760 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
761
762 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
763
764 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
765
766 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
767 config after reselecting.
768
769 2010-10-28 Julien Danjou <julien@danjou.info>
770
771 * shr.el (shr-put-image): Use point even if only inserting text.
772 (shr-put-image): Save excursion when inserting alt text on non-graphic
773 display, so the behaviour is the same when we are on a graphic display.
774
775 * nnir.el (nnir-run-swish-e): Remove hyrex support.
776
777 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
778
779 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
780 (gnus-mime-copy-part): Check coding system, not charset.
781 (gnus-mime-view-part-externally): Never remove part.
782 (gnus-mime-view-part-internally): Don't remove part here.
783 (gnus-article-part-wrapper): Make sure MIME tag is visible.
784 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
785 multipart/alternative.
786
787 * mm-decode.el (mm-display-part): Take optional arg `force'.
788
789 2010-10-26 Julien Danjou <julien@danjou.info>
790
791 * gnus-group.el (gnus-group-default-list-level): Add this function to
792 compute the default list level.
793 (gnus-group-default-list-level): Add possibility to use a function.
794
795 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
796
797 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
798
799 * gnus-group.el (gnus-group-completing-read)
800 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
801 gnus-replace-in-string.
802
803 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
804
805 * shr.el (shr-tag-div): Add.
806
807 2010-10-25 Julien Danjou <julien@danjou.info>
808
809 * gnus-util.el: Remove `gnus-with-local-quit'.
810
811 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
812
813 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
814
815 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
816 the original article buffer.
817
818 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
819
820 * nnimap.el (nnimap-request-head): New function.
821 (nnimap-request-move-article): Try to be slighly faster by not
822 requesting the entire message when moving.
823 (nnimap-transform-headers): Don't bug out on bodiless articles.
824 (nnimap-send-command): Have no outstanding messages if the IMAP server
825 doesn't support streaming.
826 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
827
828 2010-10-24 Julien Danjou <julien@danjou.info>
829
830 * message.el (message-default-headers): Fix type.
831
832 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
833
834 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
835 prefetching images.
836
837 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
838 backend for unknown groups. This is mainly useful for nnimap groups.
839
840 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
841 group isn't covered by the agent.
842
843 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
844
845 * nnir.el (nnir-method-default-engines): New variable.
846 (nnir-run-query): Use it.
847 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
848 (gnus-summary-nnir-goto-thread): Change group if needed.
849
850 * gnus-group.el (gnus-group-group-map): Add key binding for
851 gnus-group-make-nnir-group.
852
853 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
854
855 * shr.el (shr-tag-object): Add.
856
857 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
858 original article buffer live.
859 (gnus-summary-select-article-buffer):
860 Mention gnus-widen-article-buffer.
861
862 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
863
864 * shr.el (shr-tag-strong): Add.
865
866 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
867
868 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
869 group names. They mess up the group buffer badly.
870
871 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
872
873 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
874 instead of the summary one.
875
876 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
877
878 * mml.el (mml-preview): Work properly when editing article.
879
880 * gnus-start.el (gnus-read-active-file-1): Don't add method to
881 gnus-have-read-active-file if it's already been in.
882
883 2010-10-22 Tom Tromey <tromey@redhat.com>
884
885 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
886 gnus-group-completing-read.
887
888 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
889
890 * message.el (message-mode-map): Don't bind M-; to comment region, to
891 allow the global comment-dwim to work.
892
893 2010-10-21 Julien Danjou <julien@danjou.info>
894
895 * message.el (message-setup-1): Allow message-default-headers to be a
896 function.
897
898 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
899
900 * shr.el (shr-tag-table): Simplify.
901
902 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
903
904 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
905 to avoid trying to snarf invalid stuff.
906
907 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
908
909 * gnus.el (gnus-message-archive-group): Quote value.
910 (gnus-message-archive-group): Mark as changed.
911
912 * shr.el (shr-add-font): Don't put the font properties on the newline
913 or the indentation.
914
915 * message.el (message-fix-before-sending): Change options when sending
916 non-printable characters.
917
918 * gnus.el (gnus-message-archive-method): Change the default to
919 monthly outgoing groups.
920
921 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
922 that have gotten new numbers.
923
924 * nnimap.el (nnimap-request-replace-article): New function.
925
926 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
927
928 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
929 (nnrss-request-article): Don't use special html washing code.
930
931 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
932
933 * shr.el (shr-tag-table): Remove useless nconc.
934
935 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
936
937 * gnus-art.el (article-wash-html): Simplify and remove the charset
938 stuff. Use the normal html rendering code instead of the special html
939 washing code.
940
941 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
942 `gnus-w3m' symbols.
943 (mm-text-html-washer-alist): Remove.
944
945 * mm-decode.el (mm-inline-text-html-renderer): Remove.
946 (mm-inline-media-tests): Remove use.
947 (mm-text-html-renderer): Change default to the `shr' symbol.
948
949 * mm-view.el (mm-inline-text-html): Remove use.
950
951 * gnus-art.el (gnus-blocked-images): New function. Allow the
952 `gnus-blocked-images' to be a function.
953 (gnus-article-wash-function): Remove.
954
955 2010-10-20 Julien Danjou <julien@danjou.info>
956
957 * spam.el (spam-list-of-processors): Mark as obsolete.
958
959 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
960 (nnimap-insert-partial-structure): Fix boundary detection.
961
962 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
963
964 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
965 run file-truename on remote files. This can be expensive and even
966 prevent one from editing drafts if some unrelated buffer has a stale
967 connection.
968
969 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
970
971 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
972 kinsoku-eol regardless of shr-kinsoku-shorten.
973 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
974 (shr-tag-table): Support caption, thead, and tfoot.
975
976 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
977
978 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
979 lines.
980 (shr-save-contents): New command and keystroke.
981
982 * nndoc.el (nndoc-type-alist): Add git support.
983 (nndoc-git-type-p): New function.
984 (nndoc-transform-git-article): Ditto.
985 (nndoc-transform-git-headers): Ditto.
986 (nndoc-transform-git-headers): Generate Subject headers.
987
988 * shr.el (shr-parse-style): New function.
989 (shr-tag-span): Ditto.
990
991 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
992 to `G G' to avoid collisions.
993
994 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
995
996 * shr.el: Load kinsoku if necessary.
997 (shr-kinsoku-shorten): New internal variable.
998 (shr-find-fill-point): Make kinsoku shorten text line if
999 shr-kinsoku-shorten is bound to non-nil.
1000 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1001 shr-indentation too when testing if table is wider than frame width.
1002 (shr-insert-table): Use `string-width' instead of `length' to measure
1003 text width.
1004 (shr-insert-table-ruler): Make sure indentation is done at bol.
1005
1006 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1009 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1010 undecoded network data.
1011
1012 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1013
1014 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1015 name in the mode line spec so that the mode line menu works
1016 (bug #2431).
1017
1018 * message.el (message-get-reply-headers): If we're fed `to-address',
1019 then always use that.
1020
1021 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1022 aren't so wide as to need to switch off the edit menu.
1023
1024 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1025 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1026
1027 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1028 `M-g'.
1029 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1030 the permanent marks.
1031
1032 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1033
1034 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1035 Splitting according to references/in-reply-to obeys the ignore-groups
1036 variable, while splitting by sender and subject do not.
1037
1038 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1039
1040 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1041 alist, so that we can look for non-Unicode chars.
1042 (article-translate-strings): Allow both character and string maps.
1043
1044 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1045
1046 * shr.el (shr-insert): Don't insert space behind a wide character
1047 categorized as kinsoku-bol, or between characters both categorized as
1048 nospace.
1049
1050 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1051
1052 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
1053 headers to gnus-newsgroup-headers.
1054
1055 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * shr.el (shr-tag-img): Don't align images -- since we're not
1058 rescaling, this often leads to ugly displays.
1059
1060 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1061
1062 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1063 duplicates.
1064
1065 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1066
1067 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1068 call.
1069
1070 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1071
1072 * gnus.el: Autoload gnus-html-show-images.
1073
1074 * nnimap.el: Use nnheader-message throughout.
1075
1076 * shr.el (shr-tag-img): Ignore images with no data.
1077
1078 2010-10-15 Julien Danjou <julien@danjou.info>
1079
1080 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1081 a possibility to disable format=flow encoding when using hard newlines.
1082
1083 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1084
1085 * shr.el (shr-insert): Remove space inserted before or after a
1086 breakable character or at the beginning or the end of a line.
1087 (shr-find-fill-point): Do kinsoku; find the second best point or give
1088 it up if there's no breakable point.
1089
1090 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1091
1092 * nnimap.el (nnimap-open-connection): Message when opening connection
1093 for debugging purposes.
1094
1095 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1096 on every setup buffer call to allow this to change from article to
1097 article.
1098
1099 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1100 buffers where we have a wide table.
1101
1102 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1103
1104 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1105 uses *-request-thread.
1106
1107 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1108
1109 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1110 incantation, which is no longer valid.
1111
1112 2010-10-14 Julien Danjou <julien@danjou.info>
1113
1114 * shr.el: Fix defcustom type (char -> character).
1115
1116 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1117
1118 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1119 programs.
1120
1121 2010-10-14 Julien Danjou <julien@danjou.info>
1122
1123 * shr.el (shr-tag-a): Use url-link as widget type.
1124
1125 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1126 `gnus-group-get-icon'.
1127
1128 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1129
1130 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1131 This should make server editing work better.
1132
1133 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1134
1135 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1136 (nnimap-parse-flags): Fix regexp.
1137
1138 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1139 probably work for CJVK text, too.
1140
1141 * nnimap.el (nnimap-extend-tls-programs): Remove.
1142 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1143
1144 2010-10-13 Julien Danjou <julien@danjou.info>
1145
1146 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1147 responses.
1148
1149 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1150
1151 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1152
1153 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1154 anything in Emacs.
1155
1156 * shr.el (shr-current-column): Remove buggy and unnecessary function.
1157
1158 2010-10-13 Julien Danjou <julien@danjou.info>
1159
1160 * shr.el (shr-width): Make shr-width a defcustom with default to
1161 fill-column.
1162 (shr-tag-img): Use shr-width rather than fill-column.
1163
1164 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
1165
1166 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1167
1168 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1169 position when (X-)Faces exist.
1170 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1171 avatars when called interactively.
1172
1173 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1174
1175 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1176 gnus-article-x-face-too-ugly is bound.
1177
1178 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1179
1180 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1181
1182 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1183 mailbox that doesn't exist.
1184
1185 2010-10-12 Julien Danjou <julien@danjou.info>
1186
1187 * shr.el (shr-tag-img): Encode URL properly when retrieving.
1188 (shr-get-image-data): Encode URL properly when fetching from cache.
1189 (shr-tag-img): Use aligned-to spaces to align correctly images.
1190
1191 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1192 before inserting the Gravatar.
1193
1194 * shr.el (shr-tag-img): Add align attribute support for <img>.
1195
1196 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1197
1198 * gnus-gravatar.el (gnus-art): Require.
1199
1200 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1201 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1202 Remove long obsoleted functions.
1203
1204 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1205
1206 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1207
1208 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1209 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1210 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1211 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1212 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1213 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1214 Fix comment for declare-function.
1215
1216 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1217
1218 * nnimap.el (nnimap-request-rename-group): Select group read-only
1219 before renaming it.
1220
1221 * shr.el (shr-insert): Fix up the white space only regexp.
1222
1223 * nnimap.el (nnimap-transform-split-mail): Not all articles have
1224 bodies. Protect against this. Reported by Michael Welsh Duggan.
1225
1226 * shr.el (shr-current-column): New function.
1227 (shr-find-fill-point): New function.
1228
1229 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1230
1231 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1232 numbers.
1233
1234 2010-10-11 Julien Danjou <julien@danjou.info>
1235
1236 * shr.el (shr-hr-line): Add.
1237 (shr-tag-hr): Use shr-hr-line to specify which character to use to
1238 display hr lines.
1239 (shr-max-columns): Do not change state to nil if we just inserting
1240 spaces.
1241
1242 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1243
1244 * gnus-topic.el (gnus-topic-read-group): If after the last group,
1245 select the last group.
1246
1247 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1248
1249 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1250
1251 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1252
1253 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1254 for Gnus.
1255 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1256 (nnimap-update-qresync-info): Mark \Seen articles as read.
1257
1258 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1259 non-variable, too.
1260
1261 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1262 available.
1263 (nnimap-update-info): Rely more on the current active than the param
1264 active to avoid marking articles as read too much.
1265
1266 * auth-source.el (auth-source-create): Use (user-login-name) for the
1267 user name default.
1268
1269 * nnimap.el (nnimap-update-info): If the server doesn't return any
1270 useful info, just use the previous info.
1271 (nnimap-update-info): Prefer old info over start-article.
1272 (nnimap-update-qresync-info): Finish implementing QRESYNC.
1273
1274 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
1275
1276 * nnir.el (autoload): Clean up autoloads.
1277 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1278 Use key rather than value.
1279 (nnir-imap-search-other): New variable.
1280 (nnir-read-parm): Use it.
1281 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1282 (gnus-summary-nnir-goto-thread): Modify to work with imap.
1283
1284 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1287 the process, too.
1288
1289 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1290
1291 * spam.el (gnus-summary-mode-map): Bind to "$".
1292 Suggested by Russ Allbery.
1293
1294 * shr.el: Rework the way things are indented by <li> slightly.
1295
1296 * gnus.el (gnus-group-set-parameter): Fix typo.
1297
1298 * nnimap.el: Start implementing QRESYNC support.
1299
1300 2010-10-09 Julien Danjou <julien@danjou.info>
1301
1302 * nnir.el (nnir-engines): Fix too many arguments.
1303
1304 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1305
1306 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1307 group is the "last", so that the backends like nnfolder actually save
1308 their folders.
1309
1310 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1311 try to use that for the tls stream.
1312 (nnimap-retrieve-group-data-early): Rework the marks code to heed
1313 UIDVALIDITY and find out which groups are read-only and not.
1314 (nnimap-get-flags): Use the same marks parsing code as the rest of
1315 nnimap.
1316
1317 2010-10-09 Julien Danjou <julien@danjou.info>
1318
1319 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1320
1321 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1322 retrieving gravatars.
1323
1324 * shr.el (shr-table-corner): Add.
1325 (shr-table-line): Add.
1326 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1327
1328 2010-10-08 Julien Danjou <julien@danjou.info>
1329
1330 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1331
1332 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
1333
1334 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1335
1336 * gnus-sum.el (gnus-mark-article-as-unread)
1337 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1338 (gnus-summary-set-bookmark): Use it.
1339
1340 * gnus-msg.el (gnus-setup-message): Use it.
1341
1342 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1343
1344 * gnus.el (gnus-group-remove-parameter): Use it.
1345
1346 * gnus-group.el (gnus-group-make-web-group): Use it.
1347
1348 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1349
1350 * nnregistry.el: Update docs to mention manual.
1351
1352 * gnus-registry.el: Update docs to mention nnregistry.el.
1353 (gnus-registry-initialize): Don't install nnregistry refer method
1354 automatically.
1355 (gnus-registry-install-nnregistry): Remove it.
1356
1357 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1358
1359 * shr.el (shr-insert): Don't insert double spaces.
1360
1361 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1362
1363 * gnus-gravatar.el (gnus-treat-from-gravatar)
1364 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1365 called interactively.
1366
1367 * gnus-art.el (gnus-mime-view-part-externally)
1368 (gnus-mime-view-part-internally): Make predicate function passed to
1369 gnus-mime-view-part-as-type assume argument is a mime type, not a list
1370 of a mime type.
1371
1372 * shr.el (shr-table-widths): Don't use cl function `reduce'.
1373
1374 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1375
1376 * shr.el (require): Require cl when compiling.
1377 (shr-tag-hr): New function.
1378
1379 * nnimap.el (nnimap-update-info): Remove double setting of high.
1380 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1381 This makes nnimap work properly on Courier again.
1382
1383 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1384 the variable for backwards compatability.
1385
1386 * mm-decode.el (mm-save-part): If given a non-directory result, expand
1387 the file name before using to avoid setting mm-default-directory to
1388 nil.
1389
1390 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1391 bidning gnus-agent variables.
1392
1393 * shr.el (shr-render-td): Use a cache for the table rendering function
1394 to avoid getting an exponential rendering behaviour in nested tables.
1395 (shr-insert): Rework the line-breaking algorithm.
1396 (shr-insert): Don't leave trailing spaces.
1397 (shr-insert-table): Also insert empty TDs.
1398 (shr-tag-blockquote): Ensure paragraphs after </ul>.
1399
1400 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * gnus-sum.el (gnus-number): Rename from `number'.
1403 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1404 (gnus-summary-limit-children): Update uses correspondingly.
1405
1406 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1407
1408 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1409 (gnus-gravatar-transform-address): Don't show avatars of people of
1410 which mail addresses match gnus-gravatar-too-ugly.
1411
1412 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1413
1414 * shr.el (shr-table-widths): Expand TD elements to fill available
1415 space.
1416
1417 2010-10-07 Julien Danjou <julien@danjou.info>
1418
1419 * nnimap.el (nnimap-request-rename-group): Add this method.
1420
1421 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1422
1423 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1424 name from XEmacs' function-arglist.
1425
1426 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1427 gravatar under XEmacs.
1428
1429 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
1430
1431 * auth-source.el: Update docs with TODO items.
1432
1433 * gnus-sync.el: Update docs to explain state and plans.
1434
1435 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1436 Hooks for mark updates.
1437 (gnus-request-set-mark, gnus-request-update-mark): Use them.
1438
1439 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1440 hooks with arguments, which is needed for mark update hooks.
1441
1442 2010-10-06 Julien Danjou <julien@danjou.info>
1443
1444 * gnus.el (gnus-expand-group-parameter): Only return and act on what
1445 was matched.
1446
1447 * sieve-manage.el: Update example in `Commentary'.
1448
1449 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1450
1451 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1452 not 2000.
1453 (sieve-manage-authenticate): Re-add function.
1454
1455 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1456
1457 * shr.el (shr-insert): Get 'space transition right.
1458 (shr-render-td): Only delete space at the end of the TD.
1459
1460 * nnimap.el (nnimap-open-connection): Prepare to support
1461 open-gnutls-stream.
1462
1463 * shr.el: Rearrange function order to be more logical.
1464
1465 2010-10-06 Julien Danjou <julien@danjou.info>
1466
1467 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1468 (nnrss-discover-feed): Remove 404 URL in docstring.
1469
1470 * nnir.el: Fix Swish-E URL.
1471 Fix Namazu URL.
1472
1473 * message.el (message-change-subject): Remove 404 URL in a comment.
1474
1475 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1476
1477 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1478 called interactively.
1479
1480 * gnus-util.el (gnus-remove-if): Allow hash table.
1481 (gnus-remove-if-not): New function.
1482
1483 * gnus-art.el (gnus-mime-view-part-as-type)
1484 * gnus-score.el (gnus-summary-score-effect)
1485 * gnus-sum.el (gnus-read-move-group-name):
1486 Replace remove-if-not with gnus-remove-if-not.
1487
1488 * gnus-group.el (gnus-group-completing-read):
1489 Regard collection as a hash table if it is not a list.
1490
1491 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1492
1493 * shr.el (shr-render-td): Allow blank/missing <TD>s.
1494
1495 * shr.el: Document the table-rendering algorithm.
1496
1497 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1498 invalid URLs.
1499
1500 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1501 line-broken.
1502 (shr-tag-img): Ignore image fetching errors.
1503 (shr-overlays-in-region): Compute overlay positions correctly.
1504
1505 * mm-decode.el (mm-shr): Require shr.
1506
1507 * gnus-art.el (gnus-blocked-images): Move variable here.
1508
1509 * shr.el (shr-insert-table): Bind free variable.
1510
1511 * mm-decode.el (mm-shr): Bind shr-content-function.
1512
1513 * shr.el (shr-content-function): New variable.
1514
1515 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1516 added for symmetry.
1517
1518 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1519
1520 * gnus-group.el (gnus-group-make-group): Doc fix.
1521
1522 * nnimap.el (nnimap-request-newgroups): Return success.
1523
1524 * shr.el (shr-find-elements): New function.
1525 (shr-tag-table): Put all the images after the table.
1526 (shr-tag-table): Really inhibit images inside the table.
1527 (shr-collect-overlays): Copy over overlays from the TD elements to the
1528 main document.
1529
1530 * mm-decode.el (mm-shr): Bind shr-blocked-images to
1531 gnus-blocked-images.
1532
1533 2010-10-05 Julien Danjou <julien@danjou.info>
1534
1535 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1536
1537 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1538 (gnus-html-maximum-image-size): Add this function.
1539 (gnus-html-put-image): Use gnus-html-maximum-image-size.
1540
1541 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1542 server-value of the capability is nil.
1543
1544 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1545
1546 * shr.el (shr-tag-em): Add <EM> tag.
1547
1548 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
1549
1550 * sieve-manage.el (sieve-manage-default-stream): Make default stream
1551 customizable.
1552
1553 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1554 handing broken links to browse-url.
1555
1556 2010-10-05 Julien Danjou <julien@danjou.info>
1557
1558 * gnus-util.el (gnus-emacs-completing-read)
1559 (gnus-iswitchb-completing-read): Use autoload rather than require.
1560
1561 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1562
1563 * gnus-util.el (gnus-completing-read-function): Exclude
1564 gnus-icompleting-read and gnus-ido-completing-read from candidates for
1565 XEmacs since iswitchb.el is very old and ido.el is unavailable in
1566 XEmacs.
1567
1568 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1569 not to use `delete-dups' that is unavailable in XEmacs 21.4.
1570
1571 * gnus-html.el: Don't require help-fns under XEmacs.
1572 (gnus-html-schedule-image-fetching): Work for XEmacs.
1573
1574 * mm-decode.el (mm-shr): Decode contents by charset.
1575
1576 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1577
1578 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1579 unknown.
1580
1581 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1582 (shr-get-image-data): Ensure against the cache file missing.
1583
1584 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1585 for data.
1586
1587 * spam-report.el (spam-report-url-ping-plain): Don't query about
1588 killing the process.
1589
1590 * shr.el (shr-render-td): Protect against too-wide text.
1591
1592 2010-10-04 Julien Danjou <julien@danjou.info>
1593
1594 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1595 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1596
1597 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1598 retrieved.
1599
1600 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1601
1602 * shr.el (browse-url): Require.
1603 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1604 lines.
1605 (shr-show-alt-text, shr-browse-image): New commands.
1606 (shr-browse-url, shr-copy-url): New commands.
1607
1608 * gnus-sum.el (gnus-widen-article-window): New variable.
1609 (gnus-summary-select-article-buffer): Use it.
1610
1611 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1612 without @ signs.
1613
1614 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1615
1616 * nnir.el (nnir-run-imap): Remove spurious space in search string.
1617
1618 2010-10-04 Julien Danjou <julien@danjou.info>
1619
1620 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1621 for XEmacs.
1622
1623 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1624
1625 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1626
1627 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1628 (nnimap-close-server): Implement.
1629
1630 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1631 (shr-insert): Tweak line breaking.
1632 (shr-insert): Handle <pre> better.
1633 (shr-tag-li): Get <li> indentation right.
1634 (shr-tag-li): Get <li> indentation even righter.
1635 (shr-tag-blockquote): Ensure paragraph start.
1636 (shr-make-table): Tweak table generation.
1637 (shr-make-table): Fix typo.
1638
1639 * shr.el: Implement table rendering.
1640
1641 2010-10-04 Julien Danjou <julien@danjou.info>
1642
1643 * gnus-html.el (gnus-html-put-image): Fix resize image code.
1644
1645 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
1647 * shr.el (shr-insert): Use string anchors instead of line anchors.
1648
1649 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1650
1651 * shr.el: Add headings.
1652 (shr-ensure-paragraph): Actually work.
1653 (shr-tag-li): Make <ul> prettier.
1654 (shr-insert): Get white space at the beginning/end of elements right.
1655 (shr-tag-p): Collapse subsequent <p>s.
1656 (shr-ensure-paragraph): Don't insert double line feeds after blank
1657 lines.
1658 (shr-insert): \t is also space.
1659 (shr-tag-s): Fix "s" tag name function.
1660 (shr-tag-s): Fix face prop name.
1661
1662 2010-10-03 Julien Danjou <julien@danjou.info>
1663
1664 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1665
1666 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1667 gnus-window-inside-pixel-edges.
1668
1669 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1670 gnus-ems.
1671
1672 * mm-view.el (mm-inline-image-emacs): Support image resizing.
1673
1674 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1675 function.
1676
1677 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1678 resize choice.
1679
1680 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1681
1682 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1683 beginning of the buffer.
1684
1685 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1686 article buffer again.
1687
1688 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1689
1690 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1691 when it's at the start of the buffer.
1692
1693 * shr.el (shr-tag-blockquote): Convert name.
1694 (shr-rescale-image): Use the right image-size variant.
1695
1696 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1697 buffer isn't shown, then select the current article first instead of
1698 bugging out.
1699 (gnus-summary-select-article-buffer): Show both the article and summary
1700 buffers again.
1701
1702 * shr.el (shr-fontize-cont): Protect against regions with no text.
1703 Rename tag functions to shr-tag-* for enhanced security.
1704 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1705
1706 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * shr.el (shr-insert):
1709 * pop3.el (pop3-movemail):
1710 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1711 loaded.
1712
1713 2010-10-03 Glenn Morris <rgm@gnu.org>
1714
1715 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1716
1717 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1718
1719 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1720
1721 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1722
1723 * gnus-util.el (gnus-make-local-hook): Simplify.
1724
1725 2010-10-02 Julien Danjou <julien@danjou.info>
1726
1727 * gnus-util.el (gnus-iswitchb-completing-read): New function.
1728 (gnus-ido-completing-read): New function.
1729 (gnus-emacs-completing-read): New function.
1730 (gnus-completing-read): Use gnus-completing-read-function.
1731 Add gnus-completing-read-function.
1732
1733 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1734
1735 * shr.el (shr-insert-document): Autoload.
1736 (shr-img): Be silent.
1737 (shr-insert): Add a newline after every picture before text.
1738 (shr-add-font): Use overlays for combining faces.
1739 (shr-insert): Pass upwards the text start point.
1740
1741 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1742 possible.
1743 (mm-shr): New function.
1744
1745 2010-10-02 Julien Danjou <julien@danjou.info>
1746
1747 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1748 should go backward.
1749
1750 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
1751
1752 * shr.el (shr): Fix typo in provide call.
1753
1754 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1755
1756 * shr.el: New file.
1757
1758 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1759
1760 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1761 completing read.
1762
1763 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1764
1765 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1766 we're being queried about. Suggested by Dan Jacobson.
1767
1768 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1769 Suggested by Jason Eisner.
1770
1771 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1772 table, too. Suggested by Stefan Wiens.
1773 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1774 the table unnecessary. Suggested by Stefan Wiens.
1775
1776 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1777 longer needed, and probably doesn't work either, as pointed out by
1778 Stefan Wiens.
1779 (gnus-summary-exit): Remove call to the clearing function.
1780 (gnus-summary-exit-no-update): Ditto.
1781
1782 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1783 instead of gnus-eval-in-buffer-window to avoid popping up frames.
1784 Reported by Stefan Monnier.
1785 (gnus-summary-save-in-rmail): Ditto.
1786
1787 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1788 article buffer, instead of both the article buffer and the summary
1789 buffer. Sort of suggested by Dan Jacobson.
1790
1791 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1792
1793 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1794 Suggested by Dan Jacobson.
1795
1796 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1797 documentation clearer.
1798
1799 * message.el (message-shorten-references): Comment on the number "21".
1800 Suggested by Stefan Monnier.
1801
1802 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1803 Suggested by Dan Jacobson.
1804
1805 * gnus.el (gnus-large-newsgroup):
1806 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
1807
1808 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1809 externalize attachments. Bug reported by Steve Wen.
1810
1811 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1812 really message anything to the user.
1813
1814 * nnmail.el (nnmail-article-group): Allow using the fancy split method
1815 directly.
1816
1817 * nnimap.el (nnimap-request-group): Low higher than high to signal no
1818 messages in empty groups.
1819
1820 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
1821
1822 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1823 non-UIDNEXT group.
1824
1825 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1826
1827 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1828 not the value from the collection.
1829
1830 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1831 values. This sometimes happens on some groups that have no info.
1832 (nnimap-request-newgroups): New function.
1833
1834 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
1835
1836 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1837 check into `gnus-registry-initialize'.
1838 (gnus-registry-initialize): Ditto.
1839 Fix and extend header docs.
1840
1841 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1844 regexp backtrace overflows.
1845
1846 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1847 for starttls that tls.el implements; i.e. openssl.
1848
1849 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1850
1851 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1852 (gravatar-create-image): New function that's an alias to
1853 gnus-xmas-create-image, gnus-create-image, or create-image.
1854 (gravatar-data->image): Use it.
1855
1856 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1857
1858 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1859 install the nnregistry refer method.
1860 (gnus-registry-install-hooks): Use it.
1861 (gnus-registry-unfollowed-groups): Add nnmairix to the default
1862 unfollowed groups.
1863
1864 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
1865
1866 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1867 expanding threads.
1868
1869 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870
1871 * nnir.el: Use the server names without suffixes (bug #7009).
1872
1873 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1874 unencrypted to STARTTLS, if possible.
1875
1876 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1877
1878 * message.el (message-ignored-supersedes-headers): Strip Injection-*
1879 headers before superseding.
1880
1881 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1882
1883 * nnrss.el (nnrss-use-local): Add documentation.
1884
1885 * nnimap.el (nnimap-extend-tls-programs): New function.
1886 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1887 (nnimap-wait-for-connection): Accept the greeting from the stupid
1888 output from openssl s_client -starttls, too.
1889
1890 * nnimap.el (nnimap-find-article-by-message-id): Really return the
1891 article number.
1892 (nnimap-split-fancy): New variable.
1893 (nnimap-split-incoming-mail): Use it.
1894
1895 * nntp.el (nntp-server-list-active-group): Document.
1896
1897 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1898 SELECT to get the message-id.
1899
1900 * mail-source.el (mail-sources): Remove webmail support.
1901 (defvar): Ditto.
1902 (mail-source-fetcher-alist): Ditto.
1903 (mail-source-fetch-webmail): Remove.
1904
1905 * webmail.el: Remove -- doesn't seem relevant any more.
1906
1907 * gnus.el: Fix up make-obsolete-variable declarations throughout.
1908
1909 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1910 the \r.
1911
1912 2010-09-30 Julien Danjou <julien@danjou.info>
1913
1914 * gnus-agent.el (gnus-agent-add-group): Fix call to
1915 gnus-completing-read.
1916
1917 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1918
1919 * nndoc.el (nndoc-retrieve-groups): New function.
1920
1921 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1922 `default', use nnmail-split-methods.
1923 (nnimap-request-article): Downcase the NILs so that they are nil.
1924
1925 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1926 symbol.
1927
1928 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1929 code, since if the user has requested network, that's what they ought
1930 to get.
1931 (nnimap-request-set-mark): Erase the buffer before issuing commands.
1932 (nnimap-split-rule): Mark as obsolete.
1933
1934 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1935 New variable.
1936
1937 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1938 correct slot, too.
1939
1940 2010-09-29 Julien Danjou <julien@danjou.info>
1941
1942 * gnus.el (gnus-local-domain): Declare variable obsolete.
1943
1944 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1945 Fix history computing.
1946 (gnus-ido-completing-read): Require ido.
1947
1948 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1949
1950 * gnus-registry.el: Don't prompt on load, which makes it impossible to
1951 build Gnus.
1952
1953 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1954 when interpreting the structures.
1955 (nnimap-request-accept-article): Add \r\n to the lines to make this
1956 work with Cyrus.
1957
1958 * nndraft.el (nndraft-request-expire-articles): Use the group name
1959 instead if "nndraft". Fix found by Nils Ackermann.
1960
1961 2010-09-29 Ludovic Courtes <ludo@gnu.org>
1962
1963 * nnregistry.el: Add.
1964
1965 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * nnmail.el (group, group-art-list, group-art):
1968 Remove unneeded directives.
1969
1970 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1971
1972 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1973 (mm-mime-charset)
1974 * rfc2047.el (rfc2047-syntax-table)
1975 * utf7.el (utf7-utf-16-coding-system): Comment fix.
1976
1977 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1978 rather than `insert-file-contents' and `eval-region'.
1979
1980 2010-09-29 Julien Danjou <julien@danjou.info>
1981
1982 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1983 replacement of `gnus-gravatar-relief' to mimic
1984 `gnus-faces-properties-alist'.
1985 Add :version property.
1986
1987 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1988
1989 * mail-source.el (mail-source-report-new-mail)
1990 * message.el (message-default-mail-headers)
1991 * mm-decode.el (mm-valid-image-format-p): Comment fix.
1992
1993 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1994
1995 2010-09-28 Julien Danjou <julien@danjou.info>
1996
1997 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1998 mail-address contains the same string as real-name.
1999
2000 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2001 non-blank in header, otherwise it'll get stripped.
2002
2003 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2004 real-name, and then for mail address rather than doing : or , search.
2005
2006 2010-09-27 Julien Danjou <julien@danjou.info>
2007
2008 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2009 right completing-read function.
2010 (gnus-use-ido): New variable
2011 (gnus-completing-read-with-default): Remove.
2012 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2013 (gnus-agent-add-group):
2014 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2015 * mm-view.el (mm-view-pkcs7-decrypt):
2016 * mm-util.el (mm-codepage-setup):
2017 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2018 * mml-smime.el (mml-smime-openssl-sign-query):
2019 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2020 (mml-insert-multipart):
2021 * gnus-msg.el (gnus-summary-yank-message):
2022 * gnus-int.el (gnus-start-news-server):
2023 * mm-decode.el (mm-interactively-view-part):
2024 * gnus-dired.el (gnus-dired-attach):
2025 * gnus.el (gnus-read-method):
2026 * gnus-bookmark.el (gnus-bookmark-jump):
2027 * gnus-art.el (gnus-mime-view-part-as-type)
2028 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2029 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2030 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2031 * nnmairix.el (nnmairix-create-server-and-default-group)
2032 (nnmairix-update-groups, nnmairix-get-server)
2033 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2034 (nnmairix-get-group-from-file-path):
2035 * nnrss.el (nnrss-find-rss-via-syndic8):
2036 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2037 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2038 (gnus-group-browse-foreign-server):
2039 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2040 (gnus-summary-execute-command, gnus-summary-respool-article)
2041 (gnus-read-move-group-name):
2042 * gnus-score.el (gnus-summary-increase-score)
2043 (gnus-summary-score-effect):
2044 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2045
2046 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2047
2048 * nnimap.el (auth-source-forget-user-or-password)
2049 (auth-source-user-or-password): Autoload.
2050
2051 * message.el (message-from-style, message-interactive)
2052 (message-signature): Remove comment.
2053 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2054 always.
2055 (message-sendmail-envelope-from): Comment fix.
2056 (message-yank-prefix): Default to mail-yank-prefix always.
2057 (message-indentation-spaces):
2058 Default to mail-indentation-spaces always.
2059 (message-signature-file): Default to mail-signature-file always.
2060
2061 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2062
2063 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2064 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2065 new articles.
2066
2067 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2068 parts.
2069 (nnimap-request-article): Work with the t setting, too.
2070
2071 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2072 that you don't get flashes of other buffers.
2073 (gnus-summary-show-complete-article): Intern before setting.
2074
2075 2010-09-27 David Engster <dengste@eml.cc>
2076
2077 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2078 well as HEADERS.
2079 (nnmairix-retrieve-headers): Provide new argument for the above.
2080
2081 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2082
2083 * gnus-sum.el (gnus-summary-move-article): Don't alter
2084 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2085 group.
2086
2087 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2088
2089 * message.el (message-cite-prefix-regexp): Revert my last edit.
2090
2091 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2092 variable instead of the Gnus variable.
2093
2094 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2095
2096 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2097
2098 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2099 since some servers don't like it.
2100 (nnimap-open-connection): Forget credentials if the server says the
2101 password was wrong.
2102 (nnimap-parse-line): Protect against invalid data.
2103
2104 * gnus-sum.el (gnus-summary-move-article): Add comment.
2105 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2106 nothing alters it while scanning for new messages.
2107
2108 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2109 which may or may not help.
2110 (nnimap-open-connection): If we're doing a stream connection, and then
2111 discover we're on a STARTTLS-capable server, then open a STARTTLS
2112 connection instead.
2113
2114 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2115
2116 * nnimap.el (utf7): Require.
2117
2118 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2119 prefix.
2120
2121 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2122
2123 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2124
2125 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2126
2127 * nnimap.el (nnimap-request-accept-article): Message the error on
2128 error.
2129
2130 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2131
2132 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2133
2134 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2135
2136 * nndoc.el (nndoc-request-list): Return success always.
2137
2138 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2139 `fetch-old' -- we only want to fetch the articles we've requested.
2140 The rest are in the agent, probably.
2141 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2142 disappeared server" to something low. It's not important.
2143
2144 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2145 arrived before the FETCH data.
2146
2147 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2148 target here, because we don't know the Gnus name of the group.
2149
2150 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2151 for the correct group.
2152
2153 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2154
2155 * gnus.el (gnus): Give a final warning after startup.
2156
2157 * gnus-util.el (gnus-action-message-log): New variable.
2158 (gnus-message): Use it.
2159 (gnus-final-warning): New function.
2160
2161 * nnimap.el (nnimap-open-connection): Record the greeting.
2162 (nnimap): Add greeting.
2163
2164 2010-09-26 Julien Danjou <julien@danjou.info>
2165
2166 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2167 arguments.
2168 (gnus-html-wash-images): Fix spec computing to include start/end.
2169
2170 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2171
2172 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
2174 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2175 deletion.
2176 (nnimap-retrieve-headers): Don't select the group, because that's
2177 already done by nnimap-possibly-change-group.
2178
2179 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2180 (gnus-picon-transform-address): Use it.
2181
2182 * mail-source.el (mail-source-value): Revert previous patch.
2183
2184 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2185 on failure.
2186 (nnimap-open-connection): Look up both virtual and physical server name
2187 credentials.
2188
2189 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2190
2191 2009-02-08 Dave Love <fx@gnu.org>
2192
2193 * gnus-win.el (gnus-window-to-buffer-helper)
2194 (gnus-all-windows-visible-p): Function needn't be a symbol.
2195
2196 * mail-source.el (mail-source-value): Function needn't be a symbol.
2197
2198 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2199
2200 * message.el (message-cite-prefix-regexp): Remove } from the cite
2201 prefix.
2202
2203 * gnus-art.el (gnus-treatment-function-alist): Do picons before
2204 highlight again, so that the highlight is correct.
2205
2206 * gnus-picon.el (gnus-picon): Remove again.
2207 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2208
2209 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2210 doing the header highlightling, so that the background colour of the
2211 picon is correct.
2212
2213 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2214 (gnus-picon): Ditto.
2215 (gnus-picon): Reinstate. The background colour for picons is white.
2216 (gnus-picon-insert-glyph): Make the background white.
2217
2218 * nnml.el (nnml-open-nov): Don't return dead buffers.
2219
2220 * auth-source.el (auth-source-create): Query the user for whether to
2221 store the credentials.
2222
2223 * auth-source.el (auth-source-user-or-password): Use the existing auth
2224 sources, if any, for creation.
2225
2226 * gnus.el (gnus-group-fast-parameter): Return the last matching
2227 parameter instead of the first matching parameter.
2228
2229 2010-09-26 Julien Danjou <julien@danjou.info>
2230
2231 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2232
2233 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2234
2235 * mml2015.el (mml2015-use): Remove gpg support.
2236
2237 * mml1991.el (mml1991-function-alist): Remove gpg function.
2238 (mml1991-gpg-sign): Remove.
2239
2240 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2241
2242 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2243 (gnus-browse-unsubscribe-current-group): Document it.
2244 (gnus-browse-unsubscribe-group): Use it.
2245
2246 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2247
2248 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2249 address to the To list for easier response.
2250
2251 * gnus.el (gnus-play-startup-jingle): Remove.
2252 (gnus-splash): Don't play jingle.
2253 (gnus): Silence gnus-load message.
2254
2255 * gnus-art.el (gnus-treat-play-sounds): Remove.
2256
2257 * gnus.el (gnus-play-jingle): Remove audio support.
2258
2259 * gnus-cus.el (gnus-score-customize): Remove audio reference.
2260
2261 * earcon.el: Remove -- no users.
2262
2263 * gnus-audio.el: Remove -- no users of this package.
2264
2265 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2266
2267 * gnus-start.el (gnus-setup-news): Remove nocem support.
2268
2269 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2270
2271 * gnus.el (gnus-use-nocem): Remove.
2272
2273 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2274 Remove.
2275
2276 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
2277 uses NoCeM any more.
2278
2279 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2280 (gnus-button-ctan-handler): Ditto.
2281 (gnus-button-handle-ctan-bogus-regexp): Ditto.
2282 (gnus-button-ctan-directory-regexp): Ditto.
2283 (gnus-button-handle-ctan): Ditto.
2284 (gnus-button-tex-level): Ditto.
2285 (gnus-button-alist): Remove CTAN stuff.
2286
2287 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2288
2289 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2290 nnimap-streaming test.
2291
2292 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2293 servers twice.
2294
2295 * nnimap.el (nnimap-open-connection): Add more error reporting when
2296 nnimap fails early.
2297
2298 * nnheader.el (nnheader-get-report-string): New function.
2299 (nnheader-get-report): Use it.
2300
2301 * gnus-int.el (gnus-check-server): Say what the error was when opening
2302 failed.
2303
2304 * nnimap.el (nnimap-wait-for-response): Search further when we're not
2305 using streaming.
2306
2307 2010-09-25 Julien Danjou <julien@danjou.info>
2308
2309 * gnus-html.el (gnus-html-rescale-image): Use our defalias
2310 gnus-window-inside-pixel-edges.
2311
2312 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2313
2314 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2315
2316 * mm-decode.el (mm-save-part): Allow saving to other directories the
2317 normal Emacs way.
2318
2319 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2320 Suggested by Jay Berkenbilt.
2321
2322 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2323 there isn't a single byte.
2324
2325 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2326 just do it. It doesn't really seem to matter what the user responds
2327 here, I think, so it's just a confusing question.
2328
2329 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2330 non-streaming case.
2331
2332 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2333 (gnus-article-encrypt-body): Use it.
2334
2335 * gnus-sum.el (gnus-summary-show-complete-article): New command and
2336 keystroke.
2337
2338 * nnimap.el (nnimap-find-wanted-parts-1):
2339 Use gnus-fetch-partial-articles.
2340
2341 * gnus-art.el (gnus-fetch-partial-articles): New variable.
2342
2343 * nnimap.el (nnimap-insert-partial-structure): New function.
2344 (nnimap-get-partial-article): New function.
2345 (nnimap-request-article): Use it.
2346 (nnimap-wait-for-response): Return whether the wait was successful.
2347 (nnimap-finish-retrieve-group-infos): Don't do anything if the
2348 retrieval wasn't successful.
2349 (nnimap-retrieve-group-data-early): Allow throttling servers.
2350 (nnimap-streaming): New variable.
2351 (nnimap-fetch-partial-articles): Remove.
2352
2353 * mm-decode.el (mm-with-part): Protect against killed buffers.
2354
2355 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2356 for prettier summary display.
2357
2358 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
2359
2360 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2361
2362 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2363
2364 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2365 apparently third-party libraries depend on it.
2366
2367 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2368 before starting negotiation.
2369
2370 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2371 privacy reasons.
2372 (gnus-treat-mail-gravatar): Ditto.
2373
2374 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2375 buffer when inserting images. Inserting text into the headers, for
2376 instance, can make them invalid.
2377
2378 2010-09-25 Julien Danjou <julien@danjou.info>
2379
2380 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2381 variables.
2382
2383 * nnheader.el: Remove useless variables news-reply-yank-from and
2384 news-reply-yank-message-id.
2385
2386 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2387 variables.
2388
2389 * mml1991.el: Remove useless mml1991-verbose.
2390
2391 * gnus.el: Remove useless variable gnus-use-generic-from.
2392 Remove obsolete variable gnus-topic-indentation.
2393
2394 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2395
2396 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2397
2398 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2399
2400 * gnus-group.el: Remove useless gnus-group-icon-cache.
2401 Remove useless gnus-ephemeral-group-server.
2402
2403 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2404
2405 * mml2015.el: Remove useless mml2015-verbose.
2406
2407 * mml-smime.el: Remove useless mml-smime-verbose.
2408
2409 * gnus.el: Remove useless gnus-local-domain.
2410
2411 * gnus-gravatar.el (gnus-gravatar-transform-address):
2412 Use gnus-gravatar-size.
2413
2414 * gnus-art.el: Remove useless gnus-treat-translate.
2415
2416 2010-09-24 Julien Danjou <julien@danjou.info>
2417
2418 * gnus-sum.el: Add support for Gravatars.
2419
2420 * gnus-art.el: Add support for Gravatars.
2421
2422 * gnus-gravatar.el: Add this file.
2423
2424 * gravatar.el: Add this file.
2425
2426 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2427
2428 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2429
2430 * gnus-group.el (gnus-group-fetch-faq): Remove.
2431
2432 * gnus.el (gnus-group-faq-directory): Remove.
2433
2434 * gnus-group.el (gnus-group-fetch-charter): Remove.
2435
2436 * gnus.el (gnus-group-charter-alist): Remove.
2437
2438 * gnus-group.el (gnus-group-archive-directory): Remove.
2439 (gnus-group-recent-archive-directory): Ditto.
2440 (gnus-group-make-archive-group): Remove.
2441
2442 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2443
2444 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2445 use the same article number for all the cached articles.
2446
2447 * nnimap.el (nnimap-command): Register the last command time so
2448 that we can use it for idling NOOPs.
2449 (nnimap-open-connection): Start the keeplive timer.
2450 (nnimap-make-process-buffer): Store all the process buffers.
2451 (nnimap-keepalive): New function.
2452
2453 * starttls.el (starttls-open-stream): Add autoload cookie.
2454
2455 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2456
2457 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2458 handling.
2459
2460 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2461
2462 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2463 its data structures.
2464
2465 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2466 instead of the cl.el copy-list.
2467 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2468 equalp.
2469
2470 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2471
2472 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2473 and tool-bar-local-item-from-menu.
2474
2475 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2476 mode-line-highlight face for Emacs.
2477
2478 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2479 loading gnus-sum.elc; fix comment for canlock-verify.
2480 (gnus-article-jump-to-part): Use read-number.
2481 (gnus-insert-mime-button, gnus-insert-mime-security-button):
2482 Remove Emacs pre-21 compatible code for help-echo.
2483 (gnus-article-next-page-1): No need to adjust the number of lines.
2484 (gnus-article-describe-bindings): Always use help-buffer.
2485
2486 * gnus-audio.el (gnus-audio-inline-sound)
2487 * gnus-cus.el (gnus-custom-mode)
2488 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2489
2490 * gnus-sum.el (gnus-remove-overlays): Doc fix.
2491
2492 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2493 compatible code.
2494
2495 2010-09-24 Glenn Morris <rgm@gnu.org>
2496
2497 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2498 visiting the fcc file in rmail-mode.
2499
2500 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2501
2502 * nnir.el: Silence the byte compiler.
2503
2504 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2505 alias to browse-url-url-encode-chars if any.
2506 (gnus-html-encode-url): Use it.
2507
2508 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2509
2510 * gnus-start.el (gnus-use-backend-marks): New variable.
2511 (gnus-get-unread-articles-in-group): Use it.
2512
2513 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2514 makeover.
2515
2516 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2517
2518 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2519
2520 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2521
2522 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2523 Remove.
2524 (gnus-setup-news-hook):
2525 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2526
2527 * gnus-int.el (gnus-request-update-info): Protect against backends not
2528 having the function.
2529
2530 * nnimap.el (nnimap-stream): Mention starttls.
2531 (nnimap-open-connection): Add starttls support.
2532
2533 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2534
2535 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2536
2537 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2538
2539 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2540 BODYSTRUCTUREs.
2541 (nnimap-transform-headers): Unfold quoted {42} headers.
2542
2543 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2544 the info.
2545 (gnus-get-unread-articles): Only call updatep on backends that support
2546 it.
2547
2548 * nnweb.el (nnweb-request-update-info): NOOP.
2549
2550 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2551
2552 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2553 since it only deals with marks.
2554
2555 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2556 gnus-request-marks, and make a new gnus-request-update-info.
2557
2558 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2559 the active instead of the high number, which is usually too low.
2560
2561 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
2562
2563 * encrypt.el: Remove.
2564
2565 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2568 server in symbolic form.
2569
2570 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2571
2572 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2573
2574 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2575 (nnimap-update-info): Fix up code slightly.
2576
2577 * gnus-int.el (gnus-open-server): Add tracing for performance
2578 debugging.
2579
2580 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2581 (gnus-group-insert-group-line): Pass the real group name so that it
2582 gets the right data.
2583
2584 * gnus-start.el (gnus-get-unread-articles): Don't have
2585 `gnus-get-unread-articles-in-group' update info, since that can be
2586 really slow and doesn't seem to be needed?
2587
2588 2010-09-22 Julien Danjou <julien@danjou.info>
2589
2590 * gnus-group.el (gnus-group-insert-group-line):
2591 Call gnus-group-highlight-line.
2592 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2593 default hook list.
2594 (gnus-group-update-eval-form): Add new function.
2595 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2596 (gnus-group-get-icon): Use gnus-group-update-eval-form.
2597
2598 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2599
2600 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2601 immediate, then expire all articles.
2602 (nnimap-update-info): Fix off-by-one errors.
2603 (nnimap-flags-to-marks): Would return no marks lists for group with no
2604 flags. Instead return the other data.
2605
2606 2010-09-22 Julien Danjou <julien@danjou.info>
2607
2608 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2609 Only return an icon.
2610 (gnus-group-insert-group-line): Compute icon to return.
2611
2612 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2613 (gnus-html-image-fetched): Only cache if
2614 gnus-html-image-automatic-caching is set.
2615 (gnus-html-image-fetched): Check for errors.
2616
2617 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2618
2619 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2620 once per method on `g'. This ensures that backends like nnfolder don't
2621 open all their folders.
2622
2623 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2624 (nnimap-request-list): Nix out group in the correct buffer.
2625 (nnimap-parse-flags): Implement by using `read' instead of
2626 hand-parsing.
2627 (nnimap-flags-to-marks): Pass on permanent-flags.
2628 (nnimap-make-process-buffer): Record the server name.
2629 (nnimap-parse-flags): Fix typo.
2630 (nnimap-request-scan): Run split on the server in general, not just a
2631 single group.
2632
2633 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2634 parameter, and propagate this downwards.
2635
2636 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2637 since EXAMINE changes it on the server.
2638
2639 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2640 this command might take a while.
2641
2642 2010-09-22 Julien Danjou <julien@danjou.info>
2643
2644 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2645 harmful if you have 2 images side-by-side, they can't be properly
2646 update on text deletion. Using text-property is safer here.
2647 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2648 data.
2649
2650 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2651
2652 * nnimap.el (nnimap-expunge-inbox): Remove.
2653 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2654 (nnimap-expunge): Flip default to t.
2655
2656 * gnus.el (gnus-method-to-server): Don't push things to the cache
2657 unless it's unique.
2658 (gnus-server-to-method): Ditto.
2659
2660 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2661
2662 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2663
2664 2010-09-22 Julien Danjou <julien@danjou.info>
2665
2666 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2667 get the start of data.
2668 (gnus-html-encode-url): Add this function to encode special chars in
2669 URL.
2670 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2671 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2672
2673 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2674 default.
2675 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2676
2677 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2678 images alt-text.
2679 (gnus-html-put-image): Put alt-text as help-echo.
2680
2681 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2682
2683 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2684 * mm-util.el (mm-decompress-buffer)
2685 * nnir.el (nnir-run-find-grep)
2686 * pop3.el (pop3-list): Use 3rd arg of split-string.
2687
2688 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2691 outside the active range. Suggested by Dan Christensen.
2692
2693 * gnus-start.el (gnus-get-unread-articles): Get the extended method
2694 slightly later to avoid double-getting it.
2695
2696 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2697 previous patch.
2698
2699 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2700
2701 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
2702
2703 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2704
2705 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * gnus-int.el (gnus-open-server): Give a better error message in the
2708 "go offline" case.
2709
2710 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2711 marks for nnimap, which is seldom the right thing to do.
2712
2713 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2714 (gnus-same-method-different-name): New function.
2715
2716 * nnimap.el (parse-time): Require.
2717
2718 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2719 method in the presence of many similar methods.
2720
2721 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2722
2723 * nnimap.el (nnimap-find-expired-articles): Don't refer to
2724 nnml-inhibit-expiry.
2725
2726 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2727 find out whether methods are equal.
2728
2729 * nnimap.el (nnimap-find-expired-articles): New function.
2730 (nnimap-process-expiry-targets): New function.
2731 (nnimap-request-move-article): Request the article before looking at
2732 what the Message-ID is. Fix found by Andrew Cohen.
2733 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2734
2735 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2736 for oldness in addition to being a predicate.
2737
2738 * nnimap.el (nnimap-request-group): When we have zero articles, return
2739 the right data to Gnus.
2740 (nnimap-request-expire-articles): Only delete articles immediately if
2741 the target is 'delete.
2742
2743 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2744 method, this would bug out.
2745
2746 * gnus-group.el (gnus-group-expunge-group): Rename from
2747 gnus-group-nnimap-expunge, and implemented as a normal interface
2748 function.
2749
2750 * gnus-int.el (gnus-request-expunge-group): New function.
2751
2752 * nnimap.el (nnimap-request-create-group): Implement.
2753 (nnimap-request-expunge-group): New function.
2754
2755 2010-09-21 Julien Danjou <julien@danjou.info>
2756
2757 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2758 (gnus-html-cache-expired): Add new function.
2759 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2760 wethever we should display image for fetch it.
2761 Compute alt-text earlier to pass it to the fetching function too.
2762 (gnus-html-schedule-image-fetching): Change function argument to only
2763 get one image at a time, not a list.
2764 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2765 cache.
2766 (gnus-html-get-image-data): New function to retrieve image data from
2767 cache.
2768 (gnus-html-put-image): Change buffer argument to use image data rather
2769 than file, and place image above region rather than inserting a new
2770 one. Do not take alt-text as argument, since it's useless now: we place
2771 the image above alt-text.
2772 (gnus-html-prune-cache): Remove.
2773 (gnus-html-show-images): Start to fetch image when we find one, do not
2774 push into a temporary list.
2775 (gnus-html-prefetch-images): Only fetch image if they have expired.
2776 (gnus-html-browse-image): Fix, use 'gnus-image-url.
2777 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2778
2779 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2780
2781 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2782
2783 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2784
2785 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2786 spec inser "*" if the group isn't active instead of 0.
2787
2788 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2789 opening the server.
2790 (nnimap-request-delete-group): Implement group deletion.
2791 (nnimap-transform-headers): Return the size of the entire message in
2792 the Bytes header, not just the size of the first part.
2793 (nnimap-request-move-article): When moving an article from nnimap,
2794 request the article first so the accepting form has an article to
2795 accept. Reported by Dan Christensen.
2796 (nnimap-command): Make sure that the error message doesn't error out.
2797
2798 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
2799
2800 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2801 we haven't requested anything.
2802
2803 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2804
2805 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2806 "". Fix found by Andrew Cohen.
2807
2808 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2809 instead of -encode-string.
2810
2811 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2812
2813 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2814
2815 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2816 by mm-subst-char-in-string.
2817
2818 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2819
2820 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2821 waiting for the connection string.
2822
2823 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2824 arriving.
2825
2826 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2827 bogus characters. This allows selecting certain Gmail groups.
2828
2829 * nnimap.el (nnimap-find-wanted-parts-1): New function.
2830 (nnimap-fetch-partial-articles): New variable.
2831 (nnimap-open-connection): When looking for credentials, also use the
2832 nnimap-server-port.
2833 (nnimap-request-article): Return the group/article number, so that Gnus
2834 `^' works as expected.
2835 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2836
2837 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2838 comments.
2839 (gnus-methods-sloppily-equal): New function.
2840 (gnus): When using the development version of Gnus, load the gnus-load
2841 file.
2842
2843 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2844 `gnus-open-server' on each method before trying to scan them etc.
2845 This ensures that all the backend parameters are set correctly.
2846
2847 * nnimap.el (nnimap-authenticator): New variable.
2848 (nnimap-open-connection): Allow anonymous login.
2849 (nnimap-transform-headers): The chars header is called Chars not Bytes.
2850 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2851
2852 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2853 patch, found by Knut Anders Hatlen.
2854
2855 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
2856
2857 * gnus-agent.el (gnus-agent-batch-confirmation)
2858 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2859 to gnus-message.
2860 * gnus-art.el (gnus-article-describe-briefly): Likewise.
2861 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2862 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2863 * gnus-int.el (gnus-open-server): Likewise.
2864 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2865 (gnus-score-check-syntax): Likewise.
2866 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2867 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2868 Likewise.
2869 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2870
2871 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2872
2873 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2874 calling conventions so that prefetch doesn't bug out.
2875
2876 2010-09-19 Julien Danjou <julien@danjou.info>
2877
2878 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2879 rather than `subst-char-in-region' in order to be able to replace ASCII
2880 char by UTF-8 ones.
2881
2882 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2883 than curl.
2884 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2885 the right URL and ALT text on images.
2886 (gnus-html-wash-tags): Fix tag case.
2887 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
2888 (gnus-article-html): Add -o display_ins_del=2 option.
2889 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2890
2891 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2892
2893 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2894 the extra mail headers, which sometimes seem to happen for unknown
2895 reasons.
2896
2897 * mail-parse.el (mail-header-encode-parameter): Define as
2898 rfc2045-encode-string instead of as rfc2231-encode-string, since some
2899 (or most, perhaps?) mail readers don't understand the latter, but do
2900 understand the former.
2901
2902 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2903 to nil, so that no methods are automatically agentized. I think this
2904 is probably what most users want.
2905
2906 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2907 from url-retrieve, for instance about invalid URLs.
2908
2909 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2910 groups that have no articles.
2911 (nnimap-request-article): Check that we really got an article when we
2912 requested one.
2913
2914 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2915 doesn't exist.
2916
2917 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2918 nntp buffer so the agent can save it.
2919 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2920 that CRLF doesn't get translated to \n.
2921 (nnimap-open-connection): Don't make 'shell commands only send \n.
2922
2923 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2926 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2927 Update var name.
2928 (nnml-generate-nov-file): Use dolist.
2929 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2930 Use with-current-buffer.
2931
2932 2010-09-18 Julien Danjou <julien@danjou.info>
2933
2934 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2935 parallel.
2936
2937 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * nnimap.el (nnimap-update-info): When doing partial marks update, get
2940 the range update right.
2941 (nnimap-request-group): Don't make `M-g' bug out on group with no
2942 marks.
2943 (nnoo): Require, so that other packages can require nnimap.
2944 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2945 command we're looking for. This helps when the server sends more
2946 responses after we've gotten everything we expected.
2947 (nnimap): Add a `newlinep' field to keep track of end-of-line
2948 conventions.
2949 Don't send CRLF to things that don't want it.
2950 (nnimap-request-accept-article): Ditto.
2951
2952 2010-09-18 Julien Danjou <julien@danjou.info>
2953
2954 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2955 than curl to retrieve images.
2956
2957 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2958
2959 * nnimap.el (nnimap-update-info): Extend the info so that we can set
2960 the marks.
2961 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2962 (nnimap-wait-for-connection): New function.
2963 (nnimap-open-connection): If we have PREAUTH, don't query for login
2964 credentials.
2965 (nnimap-update-info): Fix off-by-one error when concatenating ranges
2966 when doing a partial update.
2967
2968 2010-09-18 Julien Danjou <julien@danjou.info>
2969
2970 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2971 tags.
2972
2973 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2974
2975 * nnimap.el (nnimap-credentials): New function.
2976 (nnimap-open-connection): Use the new function to look for credentials
2977 also on the numeric equivalents of "imap" and "imaps".
2978
2979 * gnus-start.el (gnus-activate-group): Send the info to
2980 gnus-request-group.
2981
2982 * nnimap.el (nnimap-request-group): Have the "check" version of the
2983 function parse flags and update the info, so that a `M-g' get a total
2984 resync of all flags from the group.
2985
2986 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2987 to allow backends to alter the info on group selection. Also alter all
2988 the backend -request-group functions to take the parameter.
2989
2990 * nnimap.el (nnimap-store-info): New function.
2991 (nnimap-update-info): Store the info for later usage.
2992 (nnimap-request-group): Use the stored info for the dont-check case, so
2993 that we don't retrieve all marks when we enter a group.
2994
2995 * nnimap.el: Use deffoo instead of defun for interface functions.
2996
2997 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2998 update the group info. This makes the nndraft groups, for instance, go
2999 back to their old behaviour.
3000
3001 * gnus-sum.el (gnus-select-newsgroup): Indent.
3002
3003 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3004 in.
3005 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3006 nothing.
3007
3008 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3009 from methods that are denied.
3010
3011 * gnus-int.el (gnus-method-denied-p): New function.
3012
3013 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3014 store the password instead of netrc.
3015 (nnimap-open-connection): Don't error out when we can't make a
3016 connections.
3017
3018 * auth-source.el (auth-source-create): In the password prompt, say what
3019 we're querying for. Also prompt for user name if that hasn't been
3020 given.
3021
3022 * nnimap.el (nnimap-with-process-buffer): Remove.
3023
3024 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3025
3026 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3027 method when we're reading from the agent.
3028
3029 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3030
3031 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3032 that's probably most useful for users.
3033
3034 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3035 "failed" all the time.
3036
3037 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3038 ...)) with (with-current-buffer ... ).
3039
3040 * nntp.el (nntp-open-server): Return whether the open was successful or
3041 not.
3042
3043 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3044 select an unread unseen article first.
3045
3046 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3047 /etc/services, supply some sensible port defaults.
3048
3049 2010-09-17 Julien Danjou <julien@danjou.info>
3050
3051 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3052
3053 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3054
3055 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3056 doesn't have any parameters.
3057
3058 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3059
3060 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3061 only upcased checks.
3062
3063 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3064
3065 * nnimap.el (nnimap-open-shell-stream): New function.
3066 (nnimap-open-connection): Use it.
3067 (nnimap-transform-headers): Get the number of lines in each message.
3068 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3069 number of lines.
3070 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3071 problem.
3072
3073 * utf7.el (utf7-encode): Autoload.
3074
3075 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3076 to allow the mail splitting to not return a default group. This is
3077 useful for nnimap, which will leave unmatched mail in the inbox.
3078
3079 * nnimap.el: Rewritten.
3080
3081 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3082 nnimap usage.
3083
3084 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3085 if the move is internal, so that nnimap can do fast internal moves.
3086
3087 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3088 data.
3089 (gnus-read-active-for-groups): Support finishing the early retrieval of
3090 data.
3091
3092 * gnus-range.el (gnus-range-nconcat): New function.
3093
3094 * gnus-int.el (gnus-finish-retrieve-group-infos)
3095 (gnus-retrieve-group-data-early): New functions.
3096
3097 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3100 (nnrss-retrieve-groups):
3101 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3102 (pop3-quit): Use with-current-buffer.
3103
3104 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3105
3106 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3107 instead of nnheader-accept-process-output.
3108
3109 * gnus-html.el (gnus-html-schedule-image-fetching)
3110 (gnus-html-prefetch-images): Replace process-kill-without-query by
3111 gnus-set-process-query-on-exit-flag.
3112
3113 2010-09-16 Romain Francoise <romain@orebokech.com>
3114
3115 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3116
3117 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3120 parameter to unintern is mandatory-ish in Emacs 24.
3121
3122 * gnus-html.el (gnus-html-schedule-image-fetching)
3123 (gnus-html-prefetch-images): Check for curl before using it.
3124
3125 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3126 depend on curl, which isn't essential.
3127
3128 * imap.el: Revert back to version
3129 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3130 seem problematic.
3131
3132 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * gnus-registry.el (gnus-registry-install-shortcuts):
3135 Explicitly pass `obarray' to `unintern' to avoid a warning.
3136
3137 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3138
3139 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3140 change.
3141
3142 * nnrss.el (nnrss-request-list): Remove this function and related
3143 functions, including the moreover stuff.
3144
3145 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3146
3147 * nnrss.el (nnrss-retrieve-groups): New function.
3148
3149 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3150
3151 * .dir-locals.el: Add no-byte-compile cookie.
3152
3153 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3154
3155 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3156 for back end that doesn't support request-scan.
3157
3158 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3159
3160 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3161 then do request scans from the backends.
3162
3163 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3164 avoid running a hook per line, since this takes a lot of time,
3165 profiling shows.
3166 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3167 directly if gnus-visual-p is true.
3168
3169 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3170
3171 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3172 groups; replace mapcar with dolist which is a bit faster; pass groups
3173 info to gnus-read-active-file-1.
3174 (gnus-read-active-file-1): Scan only specified groups if the new
3175 optional arg `infos' is given.
3176
3177 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3178
3179 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3180
3181 * pop3.el (pop3-movemail): Remove.
3182 (pop3-streaming-movemail): Rename to pop3-movemail.
3183
3184 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3185 don't restrict end-tag searches to the end of the line.
3186
3187 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3188
3189 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3190 articles of every unchecked group to t, which means unknown since the
3191 server has never been opened.
3192
3193 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3194
3195 * gnus-html.el (gnus-html-show-alt-text): New command.
3196 (gnus-html-browse-image): Ditto.
3197 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3198 to browse the image directly.
3199 (gnus-html-wash-tags): Search for images first, so that <a><img> works
3200 better.
3201
3202 * gnus-async.el (gnus-async-article-callback):
3203 Call `gnus-html-prefetch-images' unconditionally.
3204
3205 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3206 before feeding URLs to curl.
3207
3208 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3209
3210 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3211 internal images as deletable by `W D D'.
3212
3213 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3214 (gnus-async-article-callback): Fix typo.
3215
3216 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3217
3218 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3219 current line to work around bugs in the output from w3m.
3220
3221 * gnus-async.el (gnus-async-article-callback): Always prefetch images
3222 for groups that want that.
3223
3224 * nntp.el (nntp-wait-for-string): Supply a timeout for
3225 accept-process-output to ensure progress.
3226
3227 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3228 level to get unread articles from, then use that for foreign groups,
3229 too.
3230
3231 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3232 confuses the rest of the function.
3233
3234 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3235 for the methods that support -retrieve-groups, too.
3236
3237 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3238
3239 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3240
3241 * pop3.el: Require cl when compiling.
3242 (pop3-number-of-responses): Search for "+OK", not "+OK ".
3243
3244 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3245
3246 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3247 that aren't going to be activated.
3248 (gnus-get-unread-articles): Fix up the last commit.
3249
3250 * gnus-html.el (gnus-article-html): Allow calling without specifying
3251 the handle. In that case, dissect the buffer first.
3252
3253 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3254
3255 * nnimap.el (nnimap-open-connection): Revert the change that would look
3256 into authinfo for imaps instead of imap.
3257
3258 * gnus-start.el (gnus-activate-group): Take an optional parameter to
3259 say that you don't want to call gnus-request-group with don-check, but
3260 do check the reponse. This is for virtual groups only.
3261 (gnus-get-unread-articles): Count the archive groups as secondary, so
3262 that they're activated the same way as before.
3263
3264 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3265 case-insensitively.
3266 (nnimap-debug): Remove.
3267
3268 * mail-source.el (mail-source-fetch): Don't message if we're fetching
3269 mail from a file, and the file doesn't exist.
3270
3271 * pop3.el (pop3-streaming-movemail): Return t for success.
3272
3273 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3274 .authinfo if we're using ssl connection.
3275
3276 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3277 already have if we're in a main Gnus `g' run.
3278
3279 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3280
3281 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3282
3283 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3284
3285 * nnmh.el (nnmh-request-list-1): Bind `file'.
3286
3287 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3288 alias to set-process-query-on-exit-flag or process-kill-without-query.
3289 (pop3-open-server): Use it.
3290
3291 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * mail-source.el (mail-source-delete-crash-box): Always move the crash
3294 box to the Incoming file. Fixes mistake in previous checkin.
3295
3296 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3297 request loop (for debugging purposes) removed.
3298
3299 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3300 culprit is more visible.
3301 (nnml-save-incremental-nov, nnml-open-incremental-nov)
3302 (nnml-add-incremental-nov): New functions to do "incremental" nov
3303 updates, where we just append to the end of the existing nov files
3304 without reading/writing them in full.
3305
3306 * mail-source.el (mail-source-delete-crash-box): Really only check the
3307 incoming files once in a while.
3308
3309 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3310
3311 * mail-source.el (mail-source-delete-crash-box): Only check the
3312 incoming files for deletion once per day to save a lot of file
3313 accesses.
3314
3315 * pop3.el (pop3-logon): Fix up unbound variable typo.
3316
3317 * mail-source.el (pop3-streaming-movemail): Autoload.
3318
3319 * pop3.el (pop3-streaming-movemail):
3320 Respect pop3-leave-mail-on-server.
3321
3322 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3323 retrieval.
3324
3325 * pop3.el (pop3-process-filter): Remove unused function.
3326 (pop3-streaming-movemail, pop3-send-streaming-command)
3327 (pop3-wait-for-messages, pop3-write-to-file)
3328 (pop3-number-of-responses): New functions for streaming pop3
3329 retrieval.
3330
3331 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3332 come from no known methods.
3333 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3334 list.
3335
3336 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3337 message sizes.
3338 (pop3-movemail): Use erase-buffer instead of looping and deleting
3339 regions, which seems rather odd.
3340
3341 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3342 file once per `g' run.
3343
3344 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3345 directories. This makes the draft queue directory work.
3346
3347 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3348 data from the backends, so that we only request the list of groups from
3349 each method once. This should speed things up considerably.
3350
3351 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3352 detect that it's not implemented.
3353
3354 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3355 we actually do recurse down into the tree, but don't stat all leaf
3356 nodes.
3357
3358 * gnus-html.el (gnus-html-show-images): If there are no images to show,
3359 then say so instead of bugging out.
3360
3361 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3362 files exist before trying to read them.
3363
3364 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3365 around <pre_int>.
3366
3367 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3368
3369 * nnmh.el (nnmh-request-list-1): Optimize for speed.
3370
3371 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3372
3373 * mm-util.el (mm-image-load-path): Just return the image directories,
3374 not all directories in the path in addition to the image directories.
3375 (mm-image-load-path): Maintain a cache of the image directories so that
3376 the `g' command in Gnus doesn't have to stat dozens of directories each
3377 time.
3378
3379 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3380 (gnus-html-wash-tags): Add a new `i' command to insert images.
3381 (gnus-html-insert-image): New command and keystroke.
3382 (gnus-html-redisplay-with-images): New command and keystroke.
3383 (gnus-html-show-images): Rename command.
3384 (gnus-html-wash-tags): Remove more white space before <pre_int> image
3385 spacers.
3386 (gnus-html-wash-tags): Decode entities at the end, so that entities
3387 inside the tags don't mess up the rest of the "parsing".
3388
3389 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3390 so that nnimap methods aren't agentized by default. There's apparently
3391 many problems related to agent/imap behaviour.
3392
3393 * gnus-art.el (gnus-article-copy-string): New command and key binding.
3394
3395 * gnus-html.el: Doc fix.
3396
3397 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
3398
3399 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3400 glyph-width and glyph-height instead of display-graphic-p and
3401 image-size; make avoidance of displaying small images work for XEmacs.
3402
3403 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3404 for XEmacs.
3405
3406 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3407 of symbol that holds plist data.
3408 (gnus-process-plist): Remove plist of process after getting it.
3409
3410 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
3412 * message.el (message-generate-hashcash): Change default to
3413 'opportunistic if hashcash is installed.
3414
3415 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3416 (gnus-html-put-image): Only call image-size once, since it's somewhat
3417 time-consuming on remote X servers.
3418
3419 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
3420
3421 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3422 decoded contents.
3423 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3424
3425 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3426
3427 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3428 group line format, since it isn't very interesting.
3429
3430 * gnus-agent.el (gnus-agent-short-article),
3431 (gnus-agent-long-article): Increase values for these two variables,
3432 since most people are likely to have more network connection and
3433 storage than before.
3434
3435 * gnus.el (gnus-refer-article-method): Change default to 'current.
3436 When referring an article, the common behaviour is to refer it from the
3437 current select method, not the native select method. The chances of
3438 the native select method having the message in question is rather slim
3439 these days.
3440
3441 * gnus-sum.el (gnus-auto-select-subject): Change default to
3442 `unseen-or-unread'. I think it's likely that most people want to
3443 select an unseen article over a previously seen, but unread one.
3444
3445 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
3446 means that in the article buffer none of the minor mode elements will
3447 be shown, usually, and this is not desirable in most cases.
3448
3449 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3450 that commands like `d' (and the like) go to the next line in the
3451 buffer, instead of the next unread article. I think this is the
3452 behaviour that is most natural for most users.
3453 (gnus-single-article-buffer): Change default to nil, so that people can
3454 have as many article buffers open as they have summary buffer. I think
3455 this is the most natural way for the groups to behave.
3456
3457 * message.el (message-generate-new-buffers): Change default to
3458 `unsent', so that all new message buffers start their names with the
3459 string "*unsent", and it's easier to find the buffers if you move from
3460 them.
3461
3462 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3463
3464 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3465 small. They're probably tracking images.
3466 (gnus-html-wash-tags): Remove all <pre_int> place holders.
3467 (gnus-html-rescale-image): Yet another try at getting the image sizing
3468 right.
3469
3470 * nntp.el (nntp-request-set-mark): Refuse to do marks if
3471 nntp-marks-file-name is nil.
3472
3473 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3474
3475 * gnus-html.el (gnus-html-wash-tags)
3476 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3477 Better logging.
3478
3479 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
3481 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3482
3483 * gnus-html.el (gnus-html-wash-tags): Check the value of
3484 gnus-blocked-images in the summary buffer.
3485
3486 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3487
3488 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3489
3490 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3491
3492 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3493 like "a", it seems like.
3494 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3495 since it needs to be picked from the correct buffer.
3496
3497 * nnwfm.el: Remove.
3498
3499 * nnlistserv.el: Remove.
3500
3501 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3502
3503 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3504 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3505
3506 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3507
3508 * nnkiboze.el: Remove.
3509
3510 * nndb.el: Remove.
3511
3512 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3513 alt text.
3514 (gnus-html-rescale-image): Try to get the rescaling logic right for
3515 images that are just wide and not tall.
3516
3517 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3518 overshadow variable bindings.
3519
3520 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3521
3522 * gnus-html.el (gnus-html-wash-tags)
3523 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3524 Add extra logging.
3525
3526 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3527
3528 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3529 (gnus-max-image-proportion): New variable.
3530 (gnus-html-rescale-image): New function.
3531 (gnus-html-put-image): Rescale images.
3532
3533 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 Fix up some byte-compiler warnings.
3536 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3537 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3538 (gnus-article-fill-cited-article, gnus-article-hide-citation)
3539 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3540 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3541 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3542 (gnus-group-update-group): Use save-excursion and with-current-buffer.
3543
3544 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3545
3546 * gnus-html.el (gnus-article-html): Decode contents by charset.
3547
3548 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3549
3550 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3551 (gnus-html-frame-width, gnus-blocked-images)
3552 * message.el (message-prune-recipient-rules): Add custom version.
3553 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3554
3555 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3556 functions.
3557
3558 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3559 gnus-process-get.
3560
3561 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
3562
3563 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3564 instead of lsub directly.
3565
3566 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3567
3568 * nnwarchive.el: Remove.
3569
3570 * gnus-soup.el: Remove.
3571
3572 * nnsoup.el: Remove.
3573
3574 * nnultimate.el: Remove.
3575
3576 * gnus-html.el (gnus-blocked-images): New variable.
3577
3578 * message.el (message-prune-recipients): New function.
3579 (message-prune-recipient-rules): New variable.
3580
3581 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3582 guess whether a long line is natural text or not.
3583
3584 * gnus-html.el (gnus-html-schedule-image-fetching):
3585 Use gnus-process-plist and friends for compatibility.
3586
3587 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * gnus-html.el: Require packages that define macros used in this file.
3590 (gnus-article-mouse-face): Declare to silence byte-compiler.
3591 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3592 process-get.
3593 (gnus-html-put-image): Use plist-get to avoid getf.
3594 (gnus-html-prefetch-images): Use with-current-buffer.
3595
3596 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3597
3598 * gnus-ems.el: Provide compatibility functions for
3599 gnus-set-process-plist.
3600
3601 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3602 * gnus.el (gnus-valid-select-methods)
3603 * message.el (message-send-mail-partially-limit)
3604 * mm-decode.el (mm-text-html-renderer)
3605 * mml.el (mml-insert-mime-headers-always)
3606 * smiley.el (smiley-regexp-alist): Bump custom version.
3607
3608 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609
3610 * gnus-html.el: require mm-url.
3611 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3612 with the url to `url'.
3613 (gnus-html-wash-tags): Support cid: URLs/images.
3614
3615 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3616
3617 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3618 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3619 bindings, as they aren't useful at all. `w' is moved to `W w'.
3620
3621 * gnus-move.el: Remove file, since it doesn't really work.
3622
3623 * gnus-html.el (gnus-article-html): Tell w3m that the input is
3624 UTF-8. This seems to fix problems with some German web feeds.
3625
3626 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3627 at the top so that the proper colours are applied.
3628
3629 * gnus-art.el (gnus-article-view-part): Doc fix.
3630
3631 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3632 XEmacs-compatible.
3633 (gnus-html-put-image): Don't do images on non-graphic displays.
3634
3635 * nnslashdot.el: Remove this unused backend.
3636
3637 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3638 actions.
3639 (gnus-undo-register-1): Revert last change.
3640
3641 * gnus-group.el (gnus-group-completing-read): Protect against not
3642 having completion-styles bound.
3643
3644 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3645 make broken recipients happier.
3646
3647 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3648
3649 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3650 point parameter.
3651
3652 * gnus-group.el (gnus-group-completing-read): Add 'substring to
3653 completion-styles for group selection.
3654
3655 2009-02-04 Andreas Schwab <schwab@suse.de>
3656
3657 * gnus-score.el (gnus-score-string): Fix regex for matching extra
3658 headers and regexp-quote the match if necessary.
3659
3660 2009-03-24 Miles Bader <miles@gnu.org>
3661
3662 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3663 the blinking smiley.
3664
3665 2009-03-24 Simon Josefsson <simon@josefsson.org>
3666
3667 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3668 blink smiley.
3669
3670 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3671
3672 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3673 where the dribbel file lives exists.
3674
3675 * message.el (message-send-mail-partially-limit): Change the default to
3676 nil, since most people don't want this.
3677
3678 * mm-url.el (mm-url-decode-entities): Also decode entities like
3679 &#x3212.
3680
3681 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
3682
3683 * gnus-sum.el (gnus-summary-idna-message):
3684 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3685 Hyperlink urls in docstrings with URL `...'.
3686
3687 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
3688
3689 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3690 functions.
3691
3692 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
3694 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3695 say what the mouseover text should be.
3696
3697 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3698 version of the mm-w3m-safe-url-regexp variable to only download images
3699 in the groups where we want that to happen.
3700
3701 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3702
3703 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3704 easier debugging.
3705 (gnus-article-beginning-of-window): Add kludge to allow spacing past
3706 big pictures in the article buffer.
3707
3708 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3709 gnus-article-html.
3710 (mm-text-html-renderer): gnus-article-html needs curl in addition to
3711 w3m.
3712
3713 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3714
3715 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3716
3717 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3718 which doesn't exist.
3719
3720 * message.el (message-inhibit-ecomplete): New variable to allow some
3721 function to inhibit ecomplete address storage.
3722 (message-resend): Disable ecomplete message storage when resending
3723 messages.
3724
3725 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3726
3727 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
3728
3729 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3730 Save excursion while copying, moving, and deleting articles in order to
3731 prevent the cursor from jumping to unforeseen place.
3732
3733 2010-08-17 Glenn Morris <rgm@gnu.org>
3734
3735 * gnus-sync.el: Require gnus components whose functions are used.
3736
3737 * gnus-art.el (bookmark-make-record-function):
3738 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3739 Declare for compiler.
3740
3741 * mm-url.el (mml-compute-boundary): Autoload.
3742
3743 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3744
3745 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3746
3747 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
3748
3749 Typo fix "hoo4a" -> "hook".
3750
3751 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3752
3753 2010-08-14 Glenn Morris <rgm@gnu.org>
3754
3755 * gnus-sync.el (gnus-sync): Fix defgroup version.
3756
3757 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
3758
3759 Doc fixes and keep unknown groups (ammended for nunion bug fix).
3760
3761 * gnus-sync.el: Fix docs.
3762 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3763 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3764
3765 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3766
3767 Optimizations for gnus-sync.el.
3768
3769 * gnus-sync.el: Add docs about gnus-sync-backend
3770 possibilities.
3771 (gnus-sync-save): Remove unnecessary message.
3772 (gnus-sync-read): Optimize and show what groups were skipped.
3773
3774 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3775
3776 Minor bug fixes for gnus-sync.el.
3777
3778 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3779 Don't read the sync on get-new-news.
3780
3781 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3782 quiet.
3783
3784 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3785 (fix typo).
3786
3787 2010-07-30 Lawrence Mitchell <wence@gmx.li>
3788
3789 Make saving and restoring of hidden threads work with overlays.
3790 Patch applied by Ted Zlatanov.
3791
3792 * gnus-sum.el (gnus-hidden-threads-configuration)
3793 (gnus-restore-hidden-threads-configuration): Update to deal with text
3794 properties, rather than searching for a magic character.
3795
3796 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3797
3798 New gnus-sync.el library for synchronization of marks.
3799
3800 * gnus-sync.el: New library for synchronization of marks.
3801
3802 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3803 renamed from `gnus-registry-grep-in-list'.
3804
3805 * gnus-registry.el (gnus-registry-follow-group-p):
3806 Use `gnus-grep-in-list'.
3807
3808 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3809
3810 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3811
3812 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3813 determining charset of text fails.
3814
3815 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3816
3817 * nnmail.el (nnmail-get-new-mail-1): Revert.
3818
3819 * nnml.el (nnml-active-number): Make sure names of newly created groups
3820 in nnml-group-alist are encoded.
3821
3822 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3823
3824 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3825 containing non-ASCII characters in active file for nnml back end.
3826
3827 2010-07-24 David Engster <dengste@eml.cc>
3828
3829 * mml-smime.el (mml-smime-epg-verify): Also accept the older
3830 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3831
3832 2010-07-21 Daiki Ueno <ueno@unixuser.org>
3833
3834 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3835 tag (Bug#6654).
3836
3837 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3838
3839 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3840 the article buffer, not the summary buffer.
3841
3842 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3843
3844 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3845 Emacs 23 as well.
3846
3847 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3848
3849 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3850 Patch applied by Karl Fogel.
3851
3852 * gnus-sum.el (gnus-summary-bookmark-make-record):
3853 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3854
3855 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3856
3857 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3858 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
3859 C-w still not working correctly from Article buffers; Thierry's
3860 patch to fix that will be applied after this.
3861
3862 * gnus-art.el (bookmark-make-record-function): New local variable.
3863
3864 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3865 article buffer.
3866 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3867
3868 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3869
3870 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3871 on changes in bookmark.el.
3872
3873 2010-06-22 Mark A. Hershberger <mah@everybody.org>
3874
3875 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3876 the *other* type of HTML form submission.
3877
3878 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
3879
3880 * auth-source.el (auth-source-pick): If choice does not contain a
3881 questioned keyword, set the check to t.
3882
3883 2010-06-12 Romain Francoise <romain@orebokech.com>
3884
3885 * gnus-util.el (gnus-date-get-time): Move up before first use.
3886
3887 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3888
3889 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3890 (gnus-article-edit-part): Bind it to make last part that is substituted
3891 or deleted visible.
3892 (gnus-mime-display-single): Buttonize part of which id equals to
3893 gnus-mime-buttonized-part-id.
3894
3895 2010-06-10 Dan Christensen <jdc@uwo.ca>
3896
3897 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3898 (gnus-dd-mmm): Use gnus-date-get-time.
3899 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3900 simplify logic.
3901 (gnus-summary-limit-to-age): Use gnus-date-get-time.
3902 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3903
3904 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
3905
3906 * auth-source.el (top): Autoload `secrets-list-collections',
3907 `secrets-create-item', `secrets-delete-item'.
3908 (auth-sources): Fix tag string.
3909 (auth-get-source, auth-source-retrieve, auth-source-create)
3910 (auth-source-delete): New defuns.
3911 (auth-source-pick): Rewrite in order to avoid 2 passes.
3912 (auth-source-forget-user-or-password): New parameter USERNAME.
3913 (auth-source-user-or-password): New parameters CREATE-MISSING and
3914 DELETE-EXISTING. Retrieve password interactively, if needed.
3915
3916 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3917
3918 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3919 deleting unused directories when gnus-expert-user is t.
3920
3921 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
3922
3923 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3924 for each temp file when gnus-article-browse-delete-temp is ask.
3925
3926 2010-05-20 Kevin Ryde <user42@zip.com.au>
3927
3928 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
3929
3930 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
3931
3932 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3933 article unless decoding article to be saved.
3934
3935 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3936
3937 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3938 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3939 generated within the mm-with-unibyte-current-buffer macro.
3940
3941 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3942
3943 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3944 to nil when we're in a mml-preview buffer and no group is selected.
3945
3946 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
3947
3948 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3949 when catching the `C-g'. Reported by "Leo".
3950
3951 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3952
3953 * message.el (message-forward-make-body-plain)
3954 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3955 multibyte-string-p.
3956
3957 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3958
3959 * message.el (message-forward-make-body-mml): Assume original message
3960 is multibyte string; error on unibyte.
3961 (message-forward-make-body-plain): Ditto; don't add excessive newline
3962 in body end.
3963
3964 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
3965
3966 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3967 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
3968
3969 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
3970
3971 * mm-extern.el (mm-extern-url): Don't use
3972 mm-with-unibyte-current-buffer.
3973 (mm-extern-cache-contents): Use with-current-buffer instead of
3974 save-excursion + set-buffer.
3975
3976 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3977
3978 * mm-util.el (mm-emacs-mule): Remove.
3979
3980 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
3981
3982 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3983 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3984 change.
3985
3986 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3987
3988 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3989 bind the default value of enable-multibyte-characters to nil.
3990
3991 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3992
3993 * message.el (message-forward-make-body-plain)
3994 (message-forward-make-body-mml):
3995 Don't use mm-with-unibyte-current-buffer.
3996
3997 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3998
3999 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4000 (Bug#5592).
4001
4002 2010-05-07 Julien Danjou <julien@danjou.info>
4003
4004 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4005 it to mm-pipe-part.
4006
4007 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4008 it is given.
4009
4010 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4011
4012 * nnweb.el (nnweb-gmane-search)
4013 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4014 XEmacs.
4015
4016 * gnus-art.el (gnus-article-browse-html-parts)
4017 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4018 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4019 make-temp-file.
4020
4021 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4022 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4023 compiling.
4024
4025 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4026 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4027 XEmacs when compiling.
4028
4029 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4030 gnus-pick-mode-off-hook for XEmacs when compiling.
4031 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4032 gnus-binary-mode-off-hook for XEmacs when compiling.
4033
4034 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4035 Return nil if char-charset is not available.
4036
4037 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4038 macro.
4039
4040 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4041 instead of encode-coding-string.
4042
4043 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4044 'xemacs) instead of mm-emacs-mule to switch function definitions.
4045 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4046
4047 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4048
4049 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4050
4051 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4052
4053 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4054 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4055
4056 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4059 alias `jka-compr-delete-temp-file' no longer exists.
4060
4061 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 Use define-minor-mode in Gnus where applicable.
4064 * mml.el (mml-mode): Use define-minor-mode.
4065 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4066 (gnus-undo-mode): Use define-minor-mode.
4067 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4068 (gnus-dead-summary-mode): Use define-minor-mode.
4069 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4070 Initialize in declaration.
4071 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4072 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4073 (gnus-mailing-list-mode): Use define-minor-mode.
4074 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4075 (gnus-draft-mode): Use define-minor-mode.
4076 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4077 (gnus-dired-mode): Use define-minor-mode.
4078
4079 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4080
4081 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4082 handles on recursive mml-to-mime translation and check them for
4083 boundary delimiter collisions. Reported by Greg Troxel.
4084
4085 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4086
4087 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4088
4089 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * mm-util.el (mm-find-buffer-file-coding-system):
4092 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4093
4094 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4095
4096 * message.el (message-generate-headers): Record insertion of optional
4097 headers as well. Otherwise the check to prevent repeated insertion of
4098 optional headers is a no-op.
4099
4100 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4101
4102 * smime.el: Don't mention CVS.
4103
4104 * nnrss.el (nnrss-fetch): Don't mention CVS.
4105
4106 * nnir.el: Don't mention CVS.
4107
4108 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * gnus-sum.el (gnus-summary-bookmark-make-record):
4111 Add `location' field.
4112
4113 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4116 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4117 Use with-current-buffer to silence the byte-compiler.
4118 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4119 bother to require `gnus'.
4120 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4121
4122 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4123
4124 * gnus-sum.el (gnus-summary-bookmark-make-record)
4125 (gnus-summary-bookmark-jump): New functions.
4126 (gnus-summary-mode): Setup bookmark support.
4127
4128 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4129
4130 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4131 if set.
4132
4133 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4134
4135 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4136 gnus-article-browse-html-save-cid-image; make it work recursively for
4137 forwarded messages as well.
4138 (gnus-article-browse-html-parts): Work when prefix arg is given.
4139 (gnus-article-browse-html-article): Doc fix.
4140
4141 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
4142
4143 * message.el (message-default-mail-headers):
4144 (message-default-headers): Carry the value mail-default-headers over
4145 into message-default-mail-headers, rather than message-default-headers.
4146
4147 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4148
4149 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4150 charset.
4151
4152 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4153 charset into the <meta> tag when the article is encoded to utf-8.
4154
4155 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
4156
4157 * gnus-art.el (gnus-article-browse-delete-temp-files):
4158 Delete directories as well.
4159 (gnus-article-browse-html-parts): Work for images that do not specify
4160 file names; delete temp directory when quitting; insert header at the
4161 right place; use file: scheme for image files.
4162
4163 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
4164
4165 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4166 (gnus-article-browse-html-parts): Use it to make temporary cid image
4167 files in addition to html file so that browser may display them.
4168
4169 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
4170
4171 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4172
4173 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4174
4175 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4176
4177 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4178
4179 * auth-source.el (auth-sources): Change default to be simpler.
4180 Explain about Secret Service API sources. Improve Customize options.
4181 (auth-source-pick): Change to accept any number of search parameters.
4182 Implement fallbacks iteratively, not recursively. Add scoring on the
4183 second pass and sort by score. Call Secret Service API when needed.
4184 (auth-source-user-or-password): Use it. Call Secret Service API
4185 directly when needed to get the user name and the password.
4186
4187 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4188
4189 * message.el (message-interactive): Doc fix.
4190 (message-qmail-inject-args): Reflow.
4191 (message-kill-to-signature): Fix typo in docstring.
4192
4193 * smiley.el (smiley-buffer): Fix typo in docstring.
4194
4195 2010-03-24 Glenn Morris <rgm@gnu.org>
4196
4197 * mail-source.el (gnus-message): Declare.
4198 (mail-source-delete-old-incoming): Require gnus-util.
4199
4200 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4201
4202 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4203
4204 * message.el (ecomplete-setup): Autoload it for Emacs <23.
4205
4206 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4207 password-cache's default if it is not bound.
4208 (mml-secure-passphrase-cache-expiry): Default to 16 that is
4209 password-cache-expiry's default if it is not bound.
4210
4211 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4212 available in Emacs 21.
4213
4214 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
4215
4216 * auth-source.el (auth-sources): Fix up definition so extra parameters
4217 are always inline.
4218
4219 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
4220
4221 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4222 wasn't updated after mismatch. Clear cached mailbox info correctly
4223 when uidvalidity changes.
4224 (nnimap-group-prefixed-name): New function to avoid some code
4225 duplication.
4226 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4227 (nnimap-request-group): Use it.
4228 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4229 (nnimap-update-unseen): Significantly improved speed of Gnus startup
4230 with many imap folders. This is done by caching the group status from
4231 the imap server persistently in a group parameter `imap-status'. (This
4232 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4233 but not persistently, so every Gnus startup was still very slow.)
4234
4235 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4236
4237 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
4238 secrets.el dependency.
4239 (auth-sources): Add optional user name. Add secrets.el configuration
4240 choice (unused right now).
4241
4242 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4243
4244 * gnus-sum.el (gnus-summary-make-menu-bar):
4245 Let `gnus-registry-install-shortcuts' fill in the functions.
4246
4247 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4248 warnings.
4249 (gnus-registry-misc-menus): Variable to hold registry mark menus.
4250 (gnus-registry-install-shortcuts): Populate and use it in a
4251 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4252
4253 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
4254
4255 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4256 In-place substitutions for the group name encoding/decoding.
4257 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4258 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4259 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4260 (nnimap-update-unseen, nnimap-request-list)
4261 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4262 (nnimap-request-set-mark, nnimap-split-to-groups)
4263 (nnimap-split-articles, nnimap-request-newgroups)
4264 (nnimap-request-create-group, nnimap-request-accept-article)
4265 (nnimap-request-delete-group, nnimap-request-rename-group)
4266 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
4267 `encoded-mbx' for consistency.
4268 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4269 variable `imap-current-mailbox'.
4270
4271 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4272 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4273
4274 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
4275
4276 * pop3.el (pop3-display-message-size-flag): Display message size byte
4277 counts during POP3 download.
4278 (pop3-movemail): Use it.
4279 (pop3-list): Implement listing of available messages.
4280
4281 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
4282
4283 * nnir.el (nnir-get-article-nov-override-function): New function to
4284 override the normal NOV retrieval.
4285 (nnir-retrieve-headers): Use it.
4286
4287 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
4288
4289 * auth-source.el (netrc-machine-user-or-password): Autoload.
4290
4291 2010-03-19 Glenn Morris <rgm@gnu.org>
4292
4293 Stop message.el from loading about 40 libraries it doesn't always need.
4294 The general approach is to autoload rather than require, and to
4295 require in the specific functions rather than the file. (Bug#5642)
4296
4297 * gmm-utils.el: Don't require wid-edit.
4298 (widget-create-child-value, widget-convert, widget-default-get):
4299 Autoload.
4300
4301 * gnus-util.el: Don't require time-date, netrc.
4302 (message-fetch-field, gnus-group-name-decode): Declare rather than
4303 autoloading.
4304 (gnus-fetch-field): Require message.
4305 (gnus-decode-newsgroups): Require gnus-group.
4306
4307 * ietf-drums.el: Don't require time-date.
4308
4309 * message.el: Don't require hashcash, canlock, ecomplete.
4310 Do require mail-utils. Require nnheader only when compiling.
4311 (smtpmail-default-smtp-server): Remove declaration.
4312 (message-send-mail-function): Check smtpmail-default-smtp-server
4313 is bound rather than requiring smtpmail.
4314 (message-auto-save-directory, message-insert-signature):
4315 Use expand-file-name rather than nnheader-concat.
4316 (nnheader-insert-file-contents): Autoload.
4317 (hashcash-wait-async): Declare.
4318 (message-send-mail): Only call gnus-setup-posting-charset if
4319 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
4320 (message-send-mail-with-sendmail): Require sendmail.
4321 (canlock-password, canlock-password-for-verify): Declare.
4322 (message-canlock-password): Require canlock.
4323 (nnheader-get-report): Autoload.
4324 (gnus-setup-posting-charset): Declare.
4325 (message-send-news): Require gnus-msg.
4326 (message-make-references, message-make-in-reply-to): Use mail-header-id
4327 rather than the alias mail-header-message-id.
4328 (ecomplete-add-item, ecomplete-save): Declare.
4329 (message-put-addresses-in-ecomplete): Require ecomplete.
4330 (ecomplete-display-matches): Autoload.
4331
4332 * mm-decode.el: Don't require mailcap, gnus-util.
4333 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4334 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4335 Autoload.
4336 (mailcap-mime-extensions): Declare.
4337
4338 * mm-encode.el: Don't require mailcap.
4339 (mailcap-extension-to-mime): Autoload.
4340
4341 * mml-sec.el: Don't require password-cache.
4342
4343 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4344 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4345 (mml-minibuffer-read-type): Require mailcap.
4346 (mml-preview): Require gnus-msg.
4347
4348 * mml1991.el: Require password-cache.
4349 (password-cache-expiry): Remove declaration.
4350
4351 * mml2015.el: Require password-cache.
4352 (password-cache-expiry): Remove declaration.
4353
4354 * nneething.el (mailcap): Require mailcap.
4355
4356 * nnheader.el (declare-function): Add compatibility stub.
4357 (message-remove-header): Declare rather than autoload.
4358 (nnheader-replace-header): Require message.
4359
4360 * nnimap.el (declare-function): Add compatibility stub.
4361 (netrc-parse, netrc-machine-user-or-password): Declare.
4362 (nnimap-open-connection): Require netrc.
4363
4364 * nntp.el (declare-function): Add compatibility stub.
4365 (netrc-parse, netrc-machine, netrc-get): Declare.
4366 (nntp-send-authinfo): Require netrc.
4367
4368 * rfc2047.el: Don't require qp.
4369 (quoted-printable-encode-region, quoted-printable-decode-string):
4370 Autoload.
4371
4372 * sieve-mode.el: Don't require easymenu.
4373 (easy-menu-add-item): Autoload it.
4374
4375 * spam-stat.el (time-to-number-of-days): Autoload it.
4376
4377 2010-03-17 Kevin Ryde <user42@zip.com.au>
4378
4379 * mml.el (mml-read-tag): Unquote values with `read' to reverse
4380 prin1 in mml-insert-tag (just stripping the quotes gave wrong
4381 value if any backslash escapes).
4382
4383 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4384
4385 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4386 if it is available. (bug#5647)
4387
4388 2010-02-26 Glenn Morris <rgm@gnu.org>
4389
4390 * message.el (message-send-mail-function): Change the default, so that
4391 it inherits from a customized send-mail-function. (Bug#5643)
4392
4393 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4396 shell-command-to-string signals an error (bug#5299).
4397
4398 2010-02-24 Glenn Morris <rgm@gnu.org>
4399
4400 * message.el (message-smtpmail-send-it)
4401 (message-send-mail-with-mailclient): Doc fixes.
4402
4403 2010-02-16 Glenn Morris <rgm@gnu.org>
4404
4405 * message.el (message-default-mail-headers): Change the default value
4406 to ease the transition from mail-mode to message-mode. (Bug#5555)
4407
4408 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * message.el (message-mail): Just pass yank-action on to message-setup.
4411 (message-setup): Handle (FUN . ARGS) form of yank-action.
4412 (message-with-reply-buffer, message-widen-reply)
4413 (message-yank-original): Handle non-buffer values of
4414 message-reply-buffer (Bug#4080).
4415 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4416
4417 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4420 Fix typo in docstring.
4421
4422 2010-01-08 Jason Rumney <jasonr@gnu.org>
4423
4424 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4425 response.
4426
4427 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4428
4429 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4430
4431 * message.el (message-check-news-header-syntax): Protect against a
4432 string that `rfc822-addresses' returns when parsing fails.
4433
4434 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4435
4436 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4437 (gnus-previous-char-property-change): New functions.
4438
4439 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4440
4441 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
4442
4443 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4444 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
4445
4446 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * message.el (message-exchange-point-and-mark): Rework last change to
4449 avoid using optional arg of exchange-point-and-mark, for backward
4450 compatibility.
4451
4452 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * message.el (message-exchange-point-and-mark):
4455 Call exchange-point-and-mark with an argument rather than setting
4456 mark-active by hand (Bug#5175).
4457
4458 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4459
4460 * nntp.el (nntp-service-to-port): Work for service expressed with
4461 numeric string; replace [:digit:] with [0-9] for XEmacs.
4462
4463 2009-12-17 Glenn Morris <rgm@gnu.org>
4464
4465 * gnus-group.el (gnus-bug-group-download-format-alist):
4466 Change emacs entry to debbugs.gnu.org. Bump :version.
4467
4468 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
4469
4470 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4471
4472 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
4473
4474 * message.el (message-info): Explain why we use `Info-goto-node'.
4475
4476 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * message.el (message-completion-in-region): New compatibility function.
4479 (message-expand-group): Use it.
4480
4481 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4482
4483 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4484 with no unread article should be listed if the 2nd arg `predicate' is
4485 given.
4486
4487 2009-11-29 Juri Linkov <juri@jurta.org>
4488
4489 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4490 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
4491 on `gnus-recenter'. (Bug#4698, Bug#4981)
4492
4493 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4494
4495 * message.el (message-from-style, message-interactive)
4496 (message-signature): Always set default values from the corresponding
4497 mail-* variables.
4498 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4499 (message-yank-prefix, message-indentation-spaces)
4500 (message-signature-file, message-default-headers): Use boundp rather
4501 than (featurep 'xemacs) to check if the corresponding mail-* variables
4502 exist.
4503
4504 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4505
4506 * message.el (message-send-mail-with-sendmail): Revert last change.
4507
4508 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * message.el (message-from-style, message-interactive)
4511 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4512 (message-yank-prefix, message-indentation-spaces, message-signature)
4513 (message-signature-file, message-default-headers): For GNU Emacs, set
4514 default values from the corresponding mail-* variables.
4515 (message-send-mail-with-sendmail): Use envelope-from only if
4516 mail-specify-envelope-from is non-nil.
4517
4518 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4519
4520 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4521 containing tspecial characters if they have been already quoted.
4522
4523 2009-10-24 Glenn Morris <rgm@gnu.org>
4524
4525 * gnus-art.el (help-xref-stack-item): Define for compiler.
4526
4527 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4528
4529 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4530
4531 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4532
4533 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4534 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4535
4536 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
4537
4538 * gnus.el (gnus-overlay-get): New alias to overlay-get.
4539 (gnus-overlays-in): New alias to overlays-in.
4540
4541 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4542 gnus-overlay-get, and gnus-delete-overlay.
4543 (gnus-summary-show-thread): Make it work as well for systems in which
4544 next-single-char-property-change is not available.
4545 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4546
4547 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
4548
4549 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4550
4551 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4552
4553 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4554 and XEmacs that don't have `remove-overlays'.
4555
4556 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4559 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4560 selective display. Use overlays instead.
4561
4562 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4563
4564 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4565
4566 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4567
4568 * spam-stat.el (spam-stat-load): Fix typo in message.
4569
4570 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * gnus-art.el (gnus-article-encrypt-body):
4573 * message.el (message-check-recipients):
4574 * mm-util.el (mm-codepage-setup):
4575 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4576 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4577
4578 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4579
4580 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4581 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4582 keys from the menu if mm-{sign,encrypt}-option is 'guided.
4583 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4584 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4585
4586 2009-09-18 Glenn Morris <rgm@gnu.org>
4587
4588 * gnus-diary.el (gnus-diary-check-message):
4589 * message.el (message-insert-formatted-citation-line):
4590 * nnbabyl.el (top-level):
4591 * nndiary.el (nndiary-schedule):
4592 Fix typos in condition-case handlers.
4593
4594 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4595
4596 * gnus-art.el (gnus-article-edit-part): Work for the buffer
4597 configuration that provides the sole article window in a frame;
4598 position point correctly after deleting a part.
4599
4600 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
4601
4602 * spam.el (spam-unregister-on-reregister): Add boolean variable.
4603 (spam-resolve-registrations-routine): Use it to unregister articles
4604 that change status.
4605
4606 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4607
4608 * nnrss.el (nnrss-request-article): Remove binding of
4609 default-enable-multibyte-characters that has gotten needless by
4610 the 2007-07-13 change in rfc2047-encode-message-header.
4611
4612 * mml.el (mml-insert-multipart): Error on the message header.
4613 (mml-insert-part): Error on the message header; position point at
4614 the end of a MIME tag.
4615
4616 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4617
4618 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4619 (gnus-float-time): Alias to float-time if it exists.
4620
4621 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4622 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4623 float-time is available; suppress compile warning for time-to-seconds.
4624
4625 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4626
4627 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4628 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4629 Add the optional argument `encoding' that overrides the default.
4630
4631 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4632 mm-encode-buffer.
4633
4634 2009-09-04 Glenn Morris <rgm@gnu.org>
4635
4636 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4637 mm-disable-multibyte, rather than default-enable-multibyte-characters.
4638 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4639 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4640 * mm-util.el (mm-with-unibyte-current-buffer)
4641 (mm-find-buffer-file-coding-system):
4642 * yenc.el (yenc-decode-region): Use default-value rather than
4643 default-enable-multibyte-characters.
4644
4645 2009-09-03 Glenn Morris <rgm@gnu.org>
4646
4647 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4648 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4649 than default-enable-multibyte-characters.
4650
4651 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
4652
4653 * gnus-art.el (gnus-article-read-summary-keys):
4654 Fix gnus-buffer-configuration's value temporarily used.
4655
4656 2009-09-02 Glenn Morris <rgm@gnu.org>
4657
4658 * gnus-util.el (gnus-float-time): New function.
4659 * gnus-delay.el (gnus-delay-article):
4660 * gnus-sum.el (gnus-thread-latest-date):
4661 * gnus-util.el (gnus-user-date): Use gnus-float-time.
4662 * nnspool.el (nnspool-request-newgroups):
4663 Use gnus-float-time rather than time-to-seconds.
4664 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4665
4666 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4667 (gnus-header-subject-face, gnus-header-newsgroups-face)
4668 (gnus-header-name-face, gnus-header-content-face):
4669 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4670 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4671 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4672 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4673 (gnus-cite-face-11):
4674 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4675 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4676 (gnus-server-closed-face, gnus-server-denied-face)
4677 (gnus-server-offline-face):
4678 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4679 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4680 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4681 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4682 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4683 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4684 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4685 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4686 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4687 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4688 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4689 (gnus-summary-selected-face, gnus-summary-cancelled-face)
4690 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4691 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4692 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4693 (gnus-summary-high-undownloaded-face)
4694 (gnus-summary-low-undownloaded-face)
4695 (gnus-summary-normal-undownloaded-face)
4696 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4697 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4698 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4699 (gnus-splash-face):
4700 * message.el (message-header-to-face, message-header-cc-face)
4701 (message-header-subject-face, message-header-newsgroups-face)
4702 (message-header-other-face, message-header-name-face)
4703 (message-header-xheader-face, message-separator-face)
4704 (message-cited-text-face, message-mml-face):
4705 * sieve-mode.el (sieve-control-commands-face)
4706 (sieve-action-commands-face, sieve-test-commands-face)
4707 (sieve-tagged-arguments-face):
4708 * spam.el (spam-face):
4709 Mark face aliases with "-face" in the name as obsolete.
4710
4711 2009-09-01 Glenn Morris <rgm@gnu.org>
4712
4713 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4714 than goto-line.
4715
4716 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4717
4718 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4719 Don't move point if the command is invoked inside the message header.
4720
4721 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4724 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4725 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4726 * nnir.el (nnir-swish-e-index-file):
4727 * gnus-sum.el (gnus-summary-delete-marked-as-read)
4728 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4729 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4730 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4731 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4732 (gnus-treat-display-xface): Add Emacs version of obsolescence.
4733
4734 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
4735
4736 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4737 Don't save excursion.
4738
4739 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * nnheader.el (nnheader-find-file-noselect):
4742 * mm-util.el (mm-insert-file-contents):
4743 Use (default-value 'major-mode) instead of default-major-mode.
4744
4745 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4748
4749 2009-08-25 Glenn Morris <rgm@gnu.org>
4750
4751 * nnir.el (top-level): Don't require cl at run-time.
4752 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4753 Replace cl-function substitute with gnus-replace-in-string.
4754 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4755 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4756 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4757 simplified expansions.
4758
4759 2009-08-22 Glenn Morris <rgm@gnu.org>
4760
4761 * gnus-art.el (gnus-button-patch): Use forward-line rather than
4762 goto-line.
4763
4764 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
4765
4766 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4767
4768 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4769 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4770 (gnus-mm-display-part, gnus-mime-display-single)
4771 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4772 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4773
4774 * gnus-sum.el
4775 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4776 (gnus-summary-move-article): Add expirable mark to articles copied or
4777 moved to group that has auto-expire turned on if the option is non-nil.
4778
4779 2009-07-24 Glenn Morris <rgm@gnu.org>
4780
4781 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4782 Fix typo. (Bug#3903)
4783
4784 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4785
4786 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4787 gnus-article-read-summary-keys rather than gnus-summary-edit-article
4788 that should not be used for draft articles.
4789 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4790 that has no concern in minor mode keys.
4791 (gnus-article-summary-command, gnus-article-summary-command-nosave):
4792 Abolish.
4793
4794 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4795
4796 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4797 article without making inquiry to a user for unknown encoding.
4798
4799 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4800 (nnmaildir--scan): Assume i-node and device number that file-attributes
4801 returns might be cons-cell.
4802
4803 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
4804
4805 * auth-source.el: Remove docs now in auth.texi. Don't use
4806 `gnus-message' for logging. Add new variables `auth-source-debug' and
4807 `auth-source-hide-passwords' and use them.
4808
4809 2009-07-15 Glenn Morris <rgm@gnu.org>
4810
4811 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4812
4813 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4814
4815 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4816 excessive whitespace from the default values of title and description.
4817
4818 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4819
4820 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4821 mail-fetch-field to fetch Content-Description header in order to
4822 exclude newlines.
4823
4824 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4825
4826 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4827 to deleted part.
4828
4829 2009-05-30 David Engster <dengste@eml.cc>
4830
4831 * nnmairix.el: Remove old documentation in the commentary block.
4832 (nnmairix-request-group): Do not update active file for nnml back ends.
4833 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4834 end so that overview files are ignored.
4835 (nnmairix-update-groups): Make updating the groups more robust by using
4836 marks.
4837 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4838 with dollar characters in message-id.
4839
4840 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
4841
4842 * spam.el: Use dns-query instead of query-dns. Was renamed on
4843 2008-12-25 in dns.el.
4844
4845 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4848 could happen if the text is only composed of spaces and/or tabs.
4849
4850 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
4851
4852 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4853 when sending a queued message to avoid extra mml tags.
4854
4855 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4856
4857 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4858
4859 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
4860
4861 * gnus-dired.el: Remove autoload for gnus-setup-message.
4862 (gnus-dired-attach): Fake this-command value to prevent Gnus from
4863 displaying Gnus logo; always use compose-mail.
4864
4865 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4866
4867 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4868
4869 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
4870
4871 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4872 (gnus-nocem-issuers): List currently active issuers; fix custom type.
4873 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4874 available.
4875 (gnus-nocem-epg-verify): New function.
4876
4877 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
4878
4879 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4880
4881 2009-02-15 Glenn Morris <rgm@gnu.org>
4882
4883 * gnus-util.el (rmail-insert-rmail-file-header)
4884 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4885 autoloads.
4886 (rmail-default-rmail-file): Remove unnecessary declaration.
4887 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4888
4889 2009-02-14 Glenn Morris <rgm@gnu.org>
4890
4891 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4892 variable (only used in gnus-util, which declares it anyway).
4893 (rmail-output-to-rmail-file): Remove autoload of deleted function,
4894 which was only needed by gnus-art (changed to not use it any more).
4895 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4896 only used in gnus-util, which autoloads it itself.
4897 (rmail-update-summary): Fix autoload.
4898
4899 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4900 rather than rmail-output-to-rmail-file.
4901
4902 2009-02-07 Glenn Morris <rgm@gnu.org>
4903
4904 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4905 autoload of function that no longer exists.
4906 (rmail-toggle-header): Declare.
4907 (message-forward-rmail-make-body): Handle mbox Rmail.
4908
4909 2009-01-31 Glenn Morris <rgm@gnu.org>
4910
4911 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4912 2009-01-09 change.
4913
4914 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
4915
4916 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4917 (auth-source-forget-all-cached): New convenience function.
4918 (auth-source-user-or-password): Accept list of modes or a single mode.
4919
4920 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4921 auth-source modes.
4922
4923 * nnimap.el (nnimap-open-connection): Use list of
4924 auth-source modes.
4925
4926 * nntp.el (nntp-send-authinfo): Use list of
4927 auth-source modes.
4928
4929 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4930
4931 * auth-source.el: Update docs to reflect epa-file-enable is to be used
4932 now.
4933
4934 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4937 coding system in XEmacs; add a workaround for XEmacs.
4938
4939 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * mm-util.el (mm-coding-system-priorities): Protect against nil value
4942 of current-language-environment.
4943
4944 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
4945
4946 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4947 available at runtime.
4948
4949 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4950
4951 * gnus-art.el (article-date-ut): Fix end point of narrowing.
4952
4953 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
4954
4955 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4956 the greatest positive fixnum value doesn't work under an XEmacs with
4957 bignum support; use the most-positive-fixnum constant instead,
4958 available since Emacs 21.1 with cl and XEmacs 21.1.
4959
4960 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4961
4962 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4963 XEmacs gets not to work.
4964
4965 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4966
4967 * mm-util.el (mm-coding-system-priorities): Allow the value like
4968 "Japanese (UTF-8)" of current-language-environment.
4969
4970 2009-01-09 Glenn Morris <rgm@gnu.org>
4971
4972 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4973 with last-command-event.
4974
4975 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4976
4977 * message.el (message-fix-before-sending): Amend comment.
4978
4979 2009-01-07 David Engster <dengste@eml.cc>
4980
4981 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4982 simplified server definitions by converting it via
4983 gnus-server-to-method.
4984
4985 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4986
4987 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4988 parameter's operands.
4989
4990 2009-01-06 David Engster <dengste@eml.cc>
4991
4992 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4993 primary select method (for gnus-group-mark-article-as-read).
4994
4995 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
4996
4997 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4998 `(gnus)Face', not `(gnus)X-Face'.
4999
5000 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5001
5002 * mm-util.el (mm-ucs-to-char): New function.
5003
5004 * mm-url.el (mm-url-decode-entities): Use it.
5005
5006 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5007
5008 * message.el (message-fix-before-sending): Add `eight-bit' to
5009 illegible-text check.
5010
5011 2009-01-03 Michael Olson <mwolson@gnu.org>
5012
5013 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5014 `headers' is nil. This can occur if the IMAP server does not have
5015 permissions to read messages from a folder, but can write new messages
5016 to the folder.
5017 (nnimap-request-article-part): Do not insert `data' if it is nil.
5018
5019 2009-01-01 Dave Love <fx@gnu.org>
5020
5021 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5022
5023 * nnimap.el: Fix author email.
5024 (nnimap-split-rule): Add FIXME comment.
5025 (nnimap-debug): Fix doc string.
5026
5027 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5028
5029 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5030 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5031 to check if those variables exist (first appeared in Emacs 18.50).
5032
5033 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5034
5035 * mm-util.el (mm-line-number-at-pos): New function.
5036
5037 * spam-report.el (spam-report-process-queue): Use it.
5038
5039 2008-12-24 David Engster <dengste@eml.cc>
5040
5041 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5042 parameters that haven't existed as variables as buffer-local variables.
5043
5044 2008-12-23 Dave Love <fx@gnu.org>
5045
5046 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5047 cadar.
5048
5049 * sieve-manage.el (sieve-manage-starttls-p): Rename from
5050 imap-starttls-p.
5051 (sieve-manage-starttls-open): Rename from imap-starttls-open.
5052
5053 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5054
5055 * spam-report.el (spam-report-gmane-max-requests): New constant.
5056 (spam-report-gmane-wait): New variable.
5057 (spam-report-gmane-ham, spam-report-gmane-spam)
5058 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5059 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5060 the server.
5061
5062 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5063 Add explanations.
5064
5065 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5066 nnheader-accept-process-output and nnheader-read-timeout if available.
5067 (pop3-movemail): Use it.
5068
5069 * message.el (message-check-news-body-syntax): Fix signature check if
5070 there's an attachment.
5071
5072 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5073
5074 * mm-util.el: Add comments to the mm- emulating functions.
5075
5076 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5077
5078 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5079 Reported by Stephen Berman <stephen.berman@gmx.net>.
5080
5081 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5082
5083 * mm-util.el (mm-substring-no-properties): New function.
5084 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5085 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5086 (mm-string-to-multibyte): Doc fix.
5087
5088 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5089
5090 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5091
5092 * mml.el (mml-attach-file): Strip text properties from file name.
5093 (Bug#1574)
5094
5095 2008-12-16 Glenn Morris <rgm@gnu.org>
5096
5097 * mm-util.el (mm-charset-override-alist): Declare for compiler.
5098
5099 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5100
5101 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5102 knows since the charset specified might be a bogus alias that
5103 mm-charset-synonym-alist provides.
5104
5105 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5106
5107 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5108 "ISO_8859-1".
5109
5110 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5111
5112 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5113
5114 * mm-util.el (mm-charset-eval-alist):
5115 Define it before mm-charset-to-coding-system.
5116 (mm-charset-to-coding-system): Add optional argument `silent';
5117 define it before mm-charset-override-alist.
5118 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5119 default value if it can be used in Emacs currently running;
5120 silence mm-charset-to-coding-system.
5121
5122 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5123
5124 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5125 `allow-override' which says whether to use `mm-charset-override-alist'.
5126 (rfc2047-decode-encoded-words): Use it.
5127
5128 * mm-util.el (mm-charset-override-alist): Fix custom type;
5129 add `(gb2312 . gbk)' to choices.
5130
5131 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5132
5133 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5134 fast.
5135
5136 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5137
5138 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
5139
5140 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5141 on links.
5142
5143 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5144
5145 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5146
5147 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5148 users' addresses that don't have domain parts.
5149 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5150 rather than message-narrow-to-head since there will be the message
5151 header separator.
5152
5153 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5156 since the result is inserted in a unibyte buffer anyway.
5157 (nnimap-demule-use-string-to-multibyte): Remove.
5158 (nnimap-demule): Alias it to mm-string-to-multibyte.
5159
5160 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5161
5162 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5163 variable for debugging bug#464 and bug#1174.
5164 (nnimap-demule): Use it.
5165
5166 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5167
5168 * gnus-score.el (gnus-score-find-trace): Handle default score in total
5169 score calculation correctly.
5170
5171 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * message.el (message-send-mail): Just set the buffer to unibyte
5174 rather than use mm-with-unibyte-current-buffer which does a lot more.
5175 (message-send-mail-partially): Don't bother with
5176 mm-with-unibyte-current-buffer since it's already been made unibyte by
5177 message-send-mail.
5178
5179 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
5180
5181 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5182
5183 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5184
5185 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5186
5187 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5188
5189 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5190 require itself and to remove `with-no-warnings'.
5191
5192 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
5193
5194 * starttls.el (starttls-any-program-available): Get the name of the
5195 available TLS layer program.
5196 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5197 well as the host name in the "opening" message.
5198
5199 * auth-source.el (auth-source-cache, auth-source-do-cache)
5200 (auth-source-user-or-password): Cache passwords and logins by default,
5201 allow override with `auth-source-do-cache'.
5202 (auth-source-forget-user-or-password): Allow users to remove cache
5203 entries if needed.
5204
5205 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5206
5207 * ietf-drums.el (ietf-drums-remove-comments): Localize second
5208 condition-case to only the forward-sexp call.
5209
5210 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5211
5212 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5213 quotes contained. Make it more robust regardless by an extra
5214 condition-case wrapper.
5215
5216 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5217
5218 * nnml.el (nnml-request-expire-articles): Check if the function set to
5219 `nnmail-expiry-target' returns the symbol `delete'.
5220
5221 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5222
5223 * nnmail.el (nnmail-expiry-target): Fix custom type.
5224
5225 2008-10-02 Glenn Morris <rgm@gnu.org>
5226
5227 * mm-util.el (mm-codepage-setup): Tweak codepage error.
5228 Silence compiler warning.
5229
5230 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * mml.el (mml-menu): Don't assume mml2015 is bound.
5233
5234 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5235
5236 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5237 exists.
5238
5239 2008-09-27 Glenn Morris <rgm@gnu.org>
5240
5241 * gnus-util.el (mail-header-remove-comments): Autoload it.
5242
5243 2008-09-27 Andreas Schwab <schwab@suse.de>
5244
5245 * gnus-util.el (gnus-split-references): Strip comments.
5246 (gnus-parent-id): Likewise.
5247
5248 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
5249
5250 * message.el (message-confirm-send): Fix version.
5251
5252 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5253
5254 * message.el (message-idna-to-ascii-rhs-1): Use
5255 mail-extract-address-components rather than mail-header-parse-addresses
5256 that is an alias by default to ietf-drums-parse-addresses that does not
5257 support non-ASCII names in headers' contents.
5258
5259 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5260
5261 * message.el (message-confirm-send): Fix variable documentation to
5262 avoid the "y/n" wording.
5263
5264 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
5265
5266 * message.el (message-set-auto-save-file-name): Save to a different
5267 filename so multiple messages (especially drafts) can be recovered.
5268
5269 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5270
5271 * message.el (message-confirm-send): Add appropriate version.
5272
5273 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5274
5275 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5276 defvar.
5277
5278 2008-09-22 Daiki Ueno <ueno@unixuser.org>
5279
5280 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5281 (mm-pkcs7-enveloped-magic): Ditto.
5282
5283 2008-09-17 Simon Josefsson <simon@josefsson.org>
5284
5285 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5286 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5287
5288 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5289
5290 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5291 default, it's better.
5292
5293 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
5294
5295 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5296 summary line gnus-number property and ignore them (with a warning
5297 message).
5298
5299 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5300
5301 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5302 macro caddr in the interactive form since it won't be expanded.
5303
5304 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5305
5306 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5307 `charset'; fix name of function called recursively.
5308 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5309
5310 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5311
5312 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5313 (gnus-mime-set-charset-parameters): New function.
5314 (gnus-mime-view-part-as-charset): Use it to correctly display part
5315 specifying wrong charset.
5316
5317 2008-09-08 David Engster <dengste@eml.cc>
5318
5319 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5320 in completing-read for back end server.
5321
5322 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
5323
5324 * message.el (message-confirm-send): New variable to confirm sending a
5325 message.
5326 (message-send): Use it.
5327
5328 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
5329
5330 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5331
5332 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5333
5334 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5335
5336 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
5337
5338 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5339 prevent tracking too many groups.
5340 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5341 Use it.
5342
5343 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
5344
5345 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5346 moving point to the bottom of the window in order to avoid recentering.
5347
5348 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
5349
5350 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5351 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5352 (gnus-article-beginning-of-window): Fix calculation.
5353
5354 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * gnus-msg.el (gnus-summary-supersede-article)
5357 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5358 value of gnus-newsgroup-charset to decode non-MIME encoded text in
5359 message header.
5360
5361 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5362
5363 * message.el:
5364 * gnus-start.el:
5365 * gnus-registry.el: Remove VMS support.
5366
5367 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5368
5369 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5370 macro.
5371 (rfc2104-hash): Use it.
5372
5373 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
5374
5375 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5376 (gnus-summary-sort-by-most-recent-date): New commands.
5377 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5378 and menu entries.
5379
5380 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
5381
5382 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5383 don't redisplay article for raw contents; remove plural articles stuff.
5384
5385 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5386 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5387 on gnus-summary-save-article; display results properly.
5388
5389 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5390
5391 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5392
5393 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5394
5395 * gnus-art.el (gnus-summary-save-in-pipe):
5396 Consider gnus-save-all-headers.
5397
5398 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5399
5400 * gnus-util.el (ns-focus-frame): Remove declaration.
5401 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
5402 like x.
5403
5404 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5405
5406 * rfc2104.el (rfc2104-zero): Delete defconst.
5407 (rfc2104-hex-alist): Likewise.
5408 (rfc2104-hex-to-int): Delete func.
5409 (rfc2104-hexstring-to-bitstring): Likewise.
5410 (rfc2104-nybbles): New defconst.
5411 (rfc2104-hash): Rewrite for speed.
5412
5413 2008-07-16 Glenn Morris <rgm@gnu.org>
5414
5415 * gnus-util.el (ns-focus-frame): Declare for compiler.
5416
5417 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5418
5419 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5420 set as a group parameter.
5421 (gnus-summary-save-in-pipe): Work when it is called independently.
5422 (gnus-summary-pipe-to-muttprint): Don't modify
5423 gnus-summary-pipe-output-default-command.
5424
5425 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * message.el (message-send-mail-with-sendmail):
5428 Display the error message.
5429
5430 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5431
5432 * gnus-art.el (gnus-default-article-saver):
5433 Add gnus-summary-save-in-pipe to choices.
5434 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5435 gnus-summary-pipe-output-default-command as the default command.
5436 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5437 instead of gnus-last-shell-command.
5438
5439 * gnus-sum.el (gnus-summary-pipe-output-default-command):
5440 New user option.
5441 (gnus-summary-muttprint-program): Mention the value will be changed.
5442 (gnus-summary-save-article): Force showing of all headers.
5443 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5444
5445 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
5446
5447 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5448
5449 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
5450
5451 * nnimap.el (nnimap-id):
5452 * sieve-manage.el (sieve-manage-open): Doc fixes.
5453
5454 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5455
5456 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5457 if available.
5458
5459 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5462
5463 * nnkiboze.el (nnkiboze-generate-group):
5464 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5465
5466 * nnmairix.el: Require CL.
5467
5468 2008-06-15 David Engster <dengste@eml.cc>
5469
5470 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5471
5472 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
5473
5474 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5475 New macros that expand to an `aset'/`aref' call under Emacs, and to a
5476 runtime choice under XEmacs.
5477
5478 * gnus-sum.el (gnus-summary-set-display-table):
5479 Use `gnus-put-display-table', `gnus-get-display-table',
5480 `gnus-set-display-table' for the display table, instead of `aset'.
5481
5482 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5483
5484 * nnmairix.el: Add autoloads.
5485
5486 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5487
5488 * nnmairix.el (nnmairix-delete-recreate-group)
5489 (nnmairix-update-and-clear-marks): Fix error messages.
5490
5491 2008-06-14 David Engster <dengste@eml.cc>
5492
5493 * nnmairix.el: Upgrade to version 0.6.
5494 (nnmairix-group-toggle-propmarks-this-group)
5495 (nnmairix-group-toggle-readmarks-this-group)
5496 (nnmairix-group-delete-recreate-this-group)
5497 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5498 (nnmairix-remove-tick-mark-original-article): New commands.
5499 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5500 (nnmairix-propagate-marks-to-nnmairix-groups)
5501 (nnmairix-only-use-registry, nnmairix-allowfast-default)
5502 (nnmairix-marks-cache, nnmairix-version-output): New variables.
5503 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5504 functions needed for marks propagation and manipulation of read marks.
5505 (nnmairix-update-groups): New function.
5506 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5507 (nnmairix-determine-original-group-from-registry)
5508 (nnmairix-determine-original-group-from-path)
5509 (nnmairix-get-group-from-file-path, nnmairix-map-range)
5510 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5511 New helper functions.
5512 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5513 keystrokes for new commands.
5514 (nnmairix-delete-and-create-on-change): Doc string cleanup.
5515 (nnmairix-request-group): Check allow-fast group parameter.
5516 (nnmairix-request-create-group): Set allow-fast group parameter if
5517 nnmairix-allowfast-default is set.
5518 (nnmairix-close-group): Propagate marks upon closing if needed.
5519 (nnmairix-group-toggle-threads-this-group): Use new.
5520 nnmairix-group-toggle-parameter helper function.
5521 (nnmairix-search): Better check for empty search result.
5522 (nnmairix-goto-original-article): Use new helper functions for
5523 determining original article.
5524 (nnmairix-show-original-article): Make sure message-id is in brackets.
5525 (nnmairix-call-mairix-binary): Change variable name.
5526 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5527 helper function.
5528 (nnmairix-widget-toggle-activate): Fix doc string.
5529
5530 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5531
5532 * nnir.el: Require edmacro when compiling with XEmacs.
5533 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5534 available in Emacs 21.
5535
5536 2008-06-11 Glenn Morris <rgm@gnu.org>
5537
5538 * gnus-util.el (x-focus-frame):
5539 * gnus.el (image-size):
5540 * mm-decode.el (image-size): Declare.
5541
5542 * gnus-picon.el (declare-function): Add compat definition.
5543 (image-size): Declare.
5544
5545 * gnus-group.el (tool-bar-map):
5546 * gnus-sum.el (tool-bar-map): Define for compiler.
5547
5548 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5549
5550 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5551
5552 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5553 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5554 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5555 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5556 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5557 * sieve-manage.el, spam-report.el, spam.el:
5558 Remove unnecessary eval-and-compile of autoloads.
5559
5560 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * auth-source.el: Precise Tramp doc.
5563
5564 2008-06-07 Glenn Morris <rgm@gnu.org>
5565
5566 * nnmairix.el: Remove unnecessary eval-when-compile.
5567
5568 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
5569
5570 * nnir.el: New file.
5571
5572 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * gnus-util.el (gnus-read-shell-command): New function.
5575 * mm-decode.el (mm-pipe-part):
5576 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5577
5578 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5579
5580 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5581
5582 2008-06-03 Glenn Morris <rgm@gnu.org>
5583
5584 * pop3.el (nnheader-accept-process-output): Autoload it.
5585
5586 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5587
5588 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5589 are not 2-digit hexadecimal characters that follow `%'s.
5590
5591 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5592
5593 * message.el (message-bogus-recipient-p): Fix type in doc string.
5594 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5595 (message-bogus-addresses): Rename from message-bogus-address-regexp.
5596 Improve custom options.
5597 (message-bogus-recipient-p): Adjust accordingly.
5598
5599 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5600
5601 * nnmairix.el: Require edmacro when compiling with XEmacs.
5602
5603 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5604
5605 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5606 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5607
5608 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5609
5610 * auth-source.el: Add more docs.
5611
5612 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5613
5614 * nnheader.el (nnheader-read-timeout): Change the default timeout from
5615 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
5616 retrieval faster in some cases, but might make CPU usage larger.
5617 If this has any bad side effects, we might revert this change.
5618
5619 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5620 seems to make mail retrieval much, much faster.
5621 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5622 unconditionally.
5623
5624 * gnus-draft.el (gnus-group-send-queue):
5625 Bind message-send-mail-partially-limit to nil to avoid being prompted.
5626
5627 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * mml.el (mml-attach-buffer): Prompt for `disposition'.
5630
5631 * message.el (message-bogus-address-regexp): Fix and improve custom
5632 type.
5633 (message-setup-hook): Add message-check-recipients as custom option.
5634
5635 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5636
5637 * message.el (message-cite-function): Remove bogus autoload which crept
5638 in during merge from v5-10.
5639
5640 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
5641
5642 * nnimap.el (nnimap-open-connection): Fix login/password bug.
5643
5644 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5645
5646 * auth-source.el: Preliminary Tramp docs.
5647 (auth-sources): Change the default auth-sources to use
5648 EPA .gpg files.
5649
5650 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5651
5652 * nntp.el: Autoload `auth-source-user-or-password'.
5653 (nntp-send-authinfo): Use it.
5654
5655 * nnimap.el: Autoload `auth-source-user-or-password'.
5656 (nnimap-open-connection): Use it.
5657
5658 * auth-source.el: Add docs on using with url-auth. Import gnus-util
5659 for the gnus-message function.
5660 (auth-source-user-or-password): Use it.
5661
5662 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5665 rfc2104-hexstring-to-byte-list. Return a unibyte string.
5666 (rfc2104-hash): Use it.
5667
5668 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5669
5670 * gnus-art.el (gnus-article-toggle-truncate-lines):
5671 Don't use `iff' in docstring.
5672
5673 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
5674
5675 * gnus-registry.el: Adjusted copyright dates and added a keyword.
5676
5677 * gnus-util.el (gnus-extract-address-component-name)
5678 (gnus-extract-address-component-email): Convenience functions around
5679 `gnus-extract-address-components'.
5680
5681 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5682 Use `gnus-extract-address-component-email' to fix bug of comparing full
5683 sender name to `user-mail-address'.
5684
5685 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5686
5687 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5688 catch/throw to optimize.
5689 (gnus-registry-find-keywords): Just use member to find a keyword.
5690
5691 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5694 is current before calling gnus-server-prepare.
5695 (gnus-server-setup-buffer, gnus-server-update-server)
5696 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5697
5698 2008-05-04 Juri Linkov <juri@jurta.org>
5699
5700 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5701 (mailcap-file-default-commands): Use mailcap-replace-in-string
5702 instead of replace-regexp-in-string, and mailcap-delete-duplicates
5703 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
5704
5705 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
5706
5707 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5708
5709 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5710
5711 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5712 hooks.
5713 (gnus-update-read-articles): Speed up non-marks-using users.
5714 (gnus-use-marks): Define gnus-use-marks.
5715 (gnus-propagate-marks): Rename variable to something more sensible.
5716
5717 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5720 (gmm-image-load-path-for-library): Fix typos in docstrings.
5721 (gmm-message): Reflow docstring.
5722
5723 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
5724
5725 * mail-source.el (mail-source-set-1, mail-source-bind):
5726 Move auth-source code out of the macro to clean it up and fix bugs.
5727
5728 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
5729
5730 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5731 by sender if it's equal to user-mail-address, it's likely to be
5732 useless.
5733
5734 * mail-source.el (mail-source-bind): Don't use user or password if they
5735 are not bound. Unintern them if they are nil. Don't use server unless
5736 it's bound, and default it to empty string otherwise.
5737
5738 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5739
5740 * mail-source.el: Load auth-source.el.
5741 (mail-source-bind): Add comments. Call auth-source-user-or-password to
5742 get user name or password, if auth-sources is set up.
5743
5744 * gnus-registry.el (gnus-registry-split-strategy): New variable for
5745 strategy of splitting with parent.
5746 (gnus-registry-split-fancy-with-parent)
5747 (gnus-registry-post-process-groups): Use it and fix prior
5748 bug (returning a list as the split result).
5749
5750 * auth-source.el (auth-sources): Remove server parameter.
5751 (auth-source-pick, auth-source-user-or-password)
5752 (auth-source-user-or-password-imap)
5753 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5754 (auth-source-user-or-password-sftp)
5755 (auth-source-user-or-password-smtp): Remove server parameter.
5756
5757 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
5758
5759 * smime.el (smime-sign-region, smime-encrypt-region)
5760 (smime-decrypt-region):
5761 Remove redundant calls to `generate-new-buffer-name'.
5762
5763 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
5764
5765 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5766 Don't use QP for message/rfc822.
5767 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5768
5769 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * sieve-manage.el (sieve-string-bytes): Remove.
5772 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5773 correct byte-length only if the process's coding-system is the same as
5774 the one used internally by Emacs to represent strings.
5775
5776 2008-04-22 Juri Linkov <juri@jurta.org>
5777
5778 * mailcap.el (mailcap-file-default-commands): New function.
5779
5780 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5781
5782 * message.el (message-signature-separator, message-cite-function):
5783 Change custom version.
5784
5785 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5786
5787 * mm-decode.el (mm-display-external): Make temp file read-only.
5788
5789 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5790
5791 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5792 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
5793 `C-c C-f d'.
5794
5795 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5796
5797 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5798
5799 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
5800
5801 * auth-source.el: Add docs.
5802 (auth-sources): Modify format to support server.
5803 (auth-source-pick, auth-source-user-or-password)
5804 (auth-source-user-or-password-imap)
5805 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5806 (auth-source-user-or-password-sftp)
5807 (auth-source-user-or-password-smtp): Add server parameter.
5808
5809 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
5810
5811 * gnus-registry.el: Initialize the registry when gnus-registry-install
5812 is t.
5813
5814 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
5815
5816 * compface.el (uncompface): Make buffer unibyte.
5817
5818 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * mail-source.el (mail-source-value):
5821 Prefer fboundp to functionp so it works with macros as well.
5822
5823 2008-04-05 Glenn Morris <rgm@gnu.org>
5824
5825 * gnus-ems.el (mm-disable-multibyte): Autoload it.
5826
5827 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5830 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5831
5832 * nnheader.el (nnheader-init-server-buffer): Change buffer's
5833 multibyteness after rather than before erasing it.
5834
5835 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5836 mm-with-multibyte.
5837 (gnus-request-article-this-buffer): Make sure the proper decoding is
5838 used if gnus-original-article-buffer happens to be unibyte.
5839
5840 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5841 default-enable-multibyte-characters.
5842
5843 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5844 default-enable-multibyte-characters.
5845
5846 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5847
5848 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5849
5850 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5853 Fix last change in case the element is not even a symbol.
5854
5855 2008-04-02 Simon Josefsson <simon@josefsson.org>
5856
5857 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5858 imap-enable-exchange-bug-workaround.
5859 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5860
5861 2008-04-01 Simon Josefsson <simon@josefsson.org>
5862
5863 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5864 a 100 byte status-checks into a 2-3MB transfer for each group.
5865 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5866 to enable bug workaround or not.
5867 (nnimap-find-minmax-uid): Only enable workaround conditionally.
5868
5869 2008-03-31 Glenn Morris <rgm@gnu.org>
5870
5871 * message.el (mml2015-use): Declare for compiler.
5872 (message-info): Require mml2015 when appropriate.
5873
5874 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5877 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5878 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5879 (nntp-service-to-port): New function.
5880 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5881 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5882 (nntp-open-netcat-stream): New function.
5883 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5884
5885 2008-03-29 Sven Joachim <svenjoac@gmx.de>
5886
5887 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5888
5889 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5892
5893 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
5894
5895 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5896
5897 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5898
5899 * message.el (message-signature-separator): Change default.
5900 Improve custom type.
5901 (message-cite-function): Change default to
5902 message-cite-original-without-signature.
5903
5904 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5905 toggle.
5906
5907 * message.el (message-check-news-body-syntax): Fix signature check.
5908 (message-setup-1): Mark buffer as unmodified _after_ running
5909 message-setup-hook and handling message-alternative-emails.
5910 (message-shorten-references): Be more strict when building list of
5911 valid references to comply with GNKSA.
5912
5913 * gnus-group.el (gnus-read-ephemeral-bug-group)
5914 (gnus-read-ephemeral-debian-bug-group)
5915 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5916
5917 * message.el (message-info): Don't use booleanp which isn't supported
5918 in Emacs 21 and XEmacs.
5919
5920 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5921
5922 * gnus-group.el (gnus-gmane-group-download-format): Rename from
5923 gnus-group-gmane-group-download-format.
5924 (gnus-group-read-ephemeral-gmane-group): Rename from
5925 gnus-group-read-ephemeral-gmane-group.
5926 (gnus-read-ephemeral-gmane-group-url): Rename from
5927 gnus-group-read-ephemeral-gmane-group-url.
5928 (gnus-bug-group-download-format-alist): New variable.
5929 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5930 (gnus-read-ephemeral-emacs-bug-group): New commands.
5931
5932 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5933
5934 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5935 (gnus-visible-headers): Improve custom type.
5936
5937 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5938
5939 * mml.el (mml-menu): Add workarounds for XEmacs.
5940
5941 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5942 X-Boundary header.
5943
5944 * message.el (message-simplify-recipients): Fix previous commit.
5945
5946 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * mm-util.el (mm-set-buffer-multibyte): New function.
5949 * mm-decode.el (mm-copy-to-buffer): Use it.
5950
5951 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5952 Prefer fboundp to functionp so it works with macros as well.
5953
5954 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5955
5956 * message.el (message-alter-recipients-discard-bogus-full-name):
5957 New function.
5958 (message-alter-recipients-function): New variable.
5959 (message-get-reply-headers): Use it.
5960 (message-replace-header): New helper function.
5961 (message-recipients-without-full-name): New variable.
5962 (message-simplify-recipients): New command.
5963
5964 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5965
5966 * message.el (message-info): Handle EasyPG manual.
5967
5968 * mml.el (mml-menu): Add entry for EasyPG.
5969
5970 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
5971
5972 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5973 parameter.
5974
5975 * message.el (message-disassociate-draft): Specify drafts group name
5976 fully.
5977
5978 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
5979
5980 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5981 Eliminate unnecessary duplicates from the match list.
5982
5983 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5986 args of `how-many' of which the XEmacs version doesn't take; declare
5987 Info-index-next as function.
5988
5989 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5990
5991 * gnus-score.el (gnus-score-headers): Fix handling of
5992 gnus-inhibit-slow-scoring.
5993
5994 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5995 string.
5996 (gnus-button-url-regexp): Improve handling of parenthesis.
5997 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5998 (gnus-button-handle-info-keystrokes): Handle index entries.
5999
6000 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6003 Incoming* files.
6004
6005 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6006
6007 * auth-source.el (auth-sources): Rename from auth-source-choices.
6008 (auth-source-pick): Use it.
6009
6010 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6011
6012 * auth-source.el (auth-source-protocols)
6013 (auth-source-protocols-customize, auth-source-choices): Add and
6014 modified variable customizations and defaults.
6015 (auth-source-pick, auth-source-user-or-password)
6016 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6017 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6018 (auth-source-user-or-password-sftp)
6019 (auth-source-user-or-password-smtp): Use new variables and provide an
6020 interface to netrc.el.
6021
6022 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6023
6024 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6025 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6026 Make sure the nntp port to specify is a string.
6027
6028 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * nntp.el: Use with-current-buffer.
6031 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6032 dubious mm-with-unibyte-current-buffer.
6033 (nntp-with-open-group-function): New function extracted from
6034 nntp-with-open-group macro.
6035 (nntp-with-open-group): Use the function, so it's easier to debug.
6036 Add indentation and debugging info.
6037 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6038 Recommend the use of the netcat alternatives.
6039
6040 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6041 Avoid mm-string-as-multibyte as well.
6042
6043 * nnweb.el (nnweb-insert-html):
6044 Remove use of nnheader-string-as-multibyte.
6045
6046 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6047 (nnheader-string-as-multibyte): Remove.
6048
6049 * mm-view.el: Use inhibit-read-only.
6050 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6051 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6052 or unibyte-string.
6053
6054 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6055 (mm-uu-yenc-extract): Use with-current-buffer.
6056
6057 * gnus-soup.el (gnus-soup-send-packet): Don't use
6058 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6059
6060 * nnmh.el: Use with-current-buffer.
6061 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6062 mm-string-as-multibyte on the output of mm-encode-coding-string.
6063
6064 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6065 (nnimap-request-move-article): Use with-current-buffer.
6066
6067 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6068 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6069 conversion uses string-make-unibyte rather than string-as-unibyte.
6070
6071 * gnus-msg.el: Use with-current-buffer.
6072
6073 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6074
6075 2008-03-10 Daiki Ueno <ueno@unixuser.org>
6076
6077 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6078 string for caching if it is 'PIN.
6079
6080 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6081
6082 * mail-source.el (mail-source-delete-old-incoming-confirm):
6083 Change default to nil.
6084 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6085
6086 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6087
6088 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6089 (gnus-article-goto-prev-page): Work for articles having ^L's.
6090
6091 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6092
6093 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6094
6095 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6096
6097 * gnus-bookmark.el: Adjust for renames in bookmark.el.
6098 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6099 (gnus-bookmark-jump): Adjust some variable names.
6100
6101 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
6102
6103 * auth-source.el: New package.
6104 (auth-source-choices): Add customization entry point variable.
6105
6106 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6107 bug.
6108
6109 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6110
6111 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6112 (gnus-registry-initialize, gnus-registry-install-p): Use it.
6113 (gnus-registry-install-shortcuts): Rename from
6114 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6115 the `gnus-registry-mark-map' keymap dynamically from
6116 `gnus-registry-marks'. The generated functions update the summary line
6117 when a registry mark is added or deleted, and will call
6118 `gnus-registry-install-p' (see the comments in the code).
6119 (gnus-registry-user-format-function-M): Use concat intelligently.
6120
6121 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6122 the registry mark functions.
6123
6124 2008-03-05 Glenn Morris <rgm@gnu.org>
6125
6126 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6127 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6128 gnus-art.
6129 (top-level): No need to load own source when compiling.
6130
6131 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6132
6133 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6134 Suggested by <chris.anderton@zetnet.co.uk>.
6135
6136 2008-03-04 Glenn Morris <rgm@gnu.org>
6137
6138 * gnus-sum.el (top-level): No need to require gnus when compiling,
6139 since unconditionally required near start of file.
6140 (gnus-summary-display-while-building): Move definition before use.
6141
6142 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6143
6144 * gnus-registry.el (gnus-registry-user-format-function-M):
6145 Add formatting function.
6146
6147 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6148
6149 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6150 with plists.
6151 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6152 Use new format.
6153
6154 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6155
6156 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6157 `where-is-internal' that returns a range of key sequences.
6158
6159 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6162
6163 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6164 (gnus-summary-jump-to-group): Consider windows on other displayed
6165 frames as well. Similar changes might be needed elsewhere, but that's
6166 the one I've bumped into during my use.
6167
6168 * nndoc.el (nndoc-oe-dbx-type-p):
6169 * gnus-msg.el (gnus-debug):
6170 * gnus-group.el (gnus-update-group-mark-positions):
6171 Use mm-string-to-multibyte.
6172
6173 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6174
6175 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6176 doesn't handle NotDashEscaped.
6177
6178 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
6179 (mml-dnd-attach-options): Fix typo in custom choice.
6180
6181 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6182 Change nndoc-article-type to mbox.
6183 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6184
6185 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
6186 to nil, instead of html2text.
6187
6188 * imap.el (imap-debug): Add `imap-ping-server'.
6189
6190 * gnus-bookmark.el: Add FIXMEs.
6191
6192 * message.el (message-form-letter-separator)
6193 (message-send-form-letter-delay): New variables.
6194 (message-send-form-letter): Use them. New command to send form
6195 letters. Requested by Uwe Siart.
6196 (message-send-mail-function): Doc fix. Add "Other" custom option.
6197
6198 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
6199
6200 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6201 empty author.
6202
6203 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
6204
6205 * gnus-registry.el (gnus-registry-marks): Add variable for
6206 customization of marks and their appearance.
6207 (gnus-registry-read-mark): Use it.
6208 (gnus-registry-do-marks): Add utility function to loop through
6209 `gnus-registry-marks'.
6210 (gnus-registry-install-shortcuts-and-menus): Add function to install
6211 shortcuts and menus.
6212 (gnus-registry-initialize): Use it.
6213 (gnus-registry-default-mark): Clarify documentation.
6214
6215 2008-02-29 Glenn Morris <rgm@gnu.org>
6216
6217 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6218 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6219 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6220 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6221 Change defcustom :version from 23.0 to 23.1.
6222
6223 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
6224
6225 * gnus-registry.el (gnus-registry-follow-group-p)
6226 (gnus-registry-post-process-groups): Add functions to aid registry
6227 splitting and improve logging. Clarify behavior in function
6228 documentation.
6229 (gnus-registry-split-fancy-with-parent): Use them.
6230
6231 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * gnus-art.el: Use with-current-buffer.
6234
6235 2008-02-27 David Engster <dengste@eml.cc>
6236
6237 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6238 Express real group name in the response.
6239
6240 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6241
6242 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6243 (nnmairix-last-server, nnmairix-current-server): Defvar them.
6244 (nnmairix-goto-original-article): Defvar gnus-registry-install and
6245 autoload gnus-registry-fetch-group when compiling.
6246 (nnmairix-request-group-with-article-number-correction):
6247 Remove unreferenced argument passed to nnmairix-call-backend.
6248
6249 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6250
6251 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6252 (mm-uu-extract): Improve face for low color ttys.
6253 Reported by Sascha Wilde.
6254
6255 2008-02-27 Glenn Morris <rgm@gnu.org>
6256
6257 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6258 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6259 variables to defconsts. Convert comments to doc-strings.
6260 (nnmairix-last-server, nnmairix-current-server): Convert from free
6261 variables to defvars. Convert comments to doc-strings.
6262 (gnus-registry-fetch-group): Autoload.
6263 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6264 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6265 (nnmairix-widget-build-editable-fields): Use car cddr rather than
6266 caddr.
6267 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6268 nnmairix-request-group-with-article-number-correction call.
6269 (nnmairix-fast, nnmairix-group): New, less general names, for free
6270 variables passed from nnmairix-request-group to
6271 nnmairix-request-group-with-article-number-correction. Declare.
6272 (nnmairix-request-group-with-article-number-correction):
6273 Use nnmairix-fast, nnmairix-group rather than fast, group.
6274
6275 2008-02-26 David Engster <dengste@eml.cc>
6276
6277 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
6278 version 0.5.
6279
6280 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
6281
6282 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6283 instead of making an extra function call. Don't add the current group
6284 to articles only when they have the group. Use
6285 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6286 Reported by David <de_bb@arcor.de>.
6287
6288 2008-02-24 Miles Bader <miles@gnu.org>
6289
6290 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6291 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6292 (mm-find-mime-charset-region):
6293 * mm-bodies.el (mm-encode-body):
6294 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6295
6296 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
6297
6298 * mail-source.el (mail-source-delete-incoming): Change default.
6299 Supplement doc string.
6300
6301 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6302
6303 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6304
6305 * nnmail.el (nnmail-message-id-cache-file): Derive from
6306 `gnus-home-directory'.
6307
6308 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
6309
6310 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6311 Document negative prefix.
6312
6313 * gnus-group.el (gnus-group-read-group): Document negative prefix.
6314
6315 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6316
6317 * message.el (message-unsent-separator): Add the Exim bounce
6318 separator.
6319
6320 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6321
6322 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6323 list.
6324 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6325 recipient/signer list.
6326
6327 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6328
6329 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6330 fbound (Emacs 23 unicode), signal an error.
6331
6332 2008-02-08 Glenn Morris <rgm@gnu.org>
6333
6334 * gnus-art.el (pgg-display-output-buffer): Declare as function.
6335
6336 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
6337
6338 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6339 ports to the calls to `netrc-machine-user-or-password' in addition to
6340 "imap" and "imaps".
6341
6342 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
6343
6344 * gnus.el (gnus-group-startup-message): Add `find-image' call before
6345 image-load-path is let-bound. Reported by Harald Hanche-Olsen
6346 <hanche@math.ntnu.no>.
6347
6348 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
6349
6350 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6351
6352 2008-02-01 Zhang Wei <id.brep@gmail.com>
6353
6354 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6355
6356 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6357
6358 2008-02-01 Miles Bader <miles@gnu.org>
6359
6360 * mml.el (mml-parse-1): Remove apparently vestigial use of
6361 `mm-hack-charsets'.
6362 * mm-bodies.el (mm-encode-body): Likewise.
6363
6364 2008-02-01 Kenichi Handa <handa@m17n.org>
6365
6366 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6367 rfc2104-hexstring-to-bitstring and changed to return a byte list.
6368 (rfc2104-hash): Convert the result of concat to unibyte string.
6369
6370 2008-02-01 Dave Love <fx@gnu.org>
6371
6372 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6373 coding-system-for-read.
6374 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6375
6376 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6377 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6378 (mm-find-mime-charset-region): Remove hack-charsets stuff.
6379
6380 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
6381
6382 * mail-source.el (mail-sources): Add `group' choice.
6383
6384 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6385 parameter `in-group' to control into which group the articles go.
6386 Add treatment of `group' mail-source.
6387
6388 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6389
6390 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6391 * message.el (message-beginning-of-line): Use featurep instead of bound
6392 tests in order to resolve conditionals at compile time.
6393
6394 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6395
6396 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6397
6398 * mm-decode.el (mm-dissect-buffer): Decode description.
6399
6400 * mml.el (mml-to-mime): Encode message header first.
6401
6402 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6403
6404 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6405 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6406
6407 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
6408
6409 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6410
6411 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6412
6413 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6414 prefix keys.
6415 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6416 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6417 gnus-xmas.el.
6418
6419 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6420
6421 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6422 Add new variables for article mark management.
6423 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6424 list of extra data entries which, when present, will indicate that the
6425 article ID should not be trimmed from the registry.
6426 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6427 functions.
6428 (gnus-registry-read-mark): New function to read a mark name from the
6429 user.
6430 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6431 (gnus-registry-set-article-mark-internal): New functions to add and
6432 remove marks.
6433 (gnus-registry-get-article-marks): New function to show the marks for
6434 an article, or retrieve them for further use.
6435
6436 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6439 keys when no argument is given.
6440
6441 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6442
6443 * gnus-sum.el (gnus-article-sort-by-random)
6444 (gnus-thread-sort-by-random): Fix doc strings.
6445 Reported by jidanni@jidanni.org.
6446
6447 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
6448
6449 * gnus-art.el (gnus-article-describe-bindings): New function.
6450 (gnus-article-read-summary-keys): Use it.
6451 (gnus-article-mode-map): Bind `C-h b' to it.
6452
6453 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6454
6455 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6456 XEmacs.
6457 (gnus-article-describe-key, gnus-article-describe-key-briefly):
6458 Protect against non-character events.
6459
6460 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6461
6462 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6463 New command.
6464 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6465 instead of END. Change name of the temp file.
6466 (gnus-group-gmane-group-download-format): Add doc string. Make it
6467 customizable.
6468
6469 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6470
6471 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6472 bind `S W' to gnus-article-wide-reply-with-original; set default
6473 binding to gnus-article-read-summary-send-keys.
6474 (gnus-article-read-summary-keys): Fix the order of keys; display
6475 continuation keys correctly in the echo area; describe bindings
6476 correctly when keys end with `C-h'.
6477 (gnus-article-read-summary-send-keys): New function.
6478 (gnus-article-describe-key, gnus-article-describe-key-briefly):
6479 Work for gnus-article-read-summary-send-keys; display continuation keys
6480 correctly in the echo area.
6481 (gnus-article-reply-with-original): Ignore prefix argument.
6482 (gnus-article-wide-reply-with-original): New function.
6483
6484 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6487 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6488
6489 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
6490
6491 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6492 (gnus-group-read-ephemeral-gmane-group): New command.
6493
6494 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6495
6496 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6497
6498 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * message.el (message-send-mail-function): Increase custom version.
6501
6502 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6503 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
6504
6505 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6506
6507 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6508 html parts correctly; support forwarded messages.
6509 (gnus-article-browse-html-article): Remove work buffers.
6510
6511 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6512 compiling.
6513 (netrc-bound-and-true-p): New macro.
6514 (netrc-parse): Use it instead of bound-and-true-p that is not available
6515 in XEmacs 21.4.
6516
6517 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
6518
6519 * gnus-registry.el (gnus-registry-mark-article)
6520 (gnus-registry-article-marks): Add functionality to mark articles
6521 through the Gnus registry.
6522
6523 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6524 (netrc-parse): Use encrypt-file-alist to determine if
6525 encrypt-find-model or encrypt-insert-file-contents should be used.
6526
6527 2007-12-19 Glenn Morris <rgm@gnu.org>
6528
6529 * mml.el (message-options-set, message-narrow-to-head)
6530 (message-in-body-p, message-mail-p, message-encode-message-body):
6531 Autoload.
6532 (message-remove-header, message-narrow-to-headers-or-head)
6533 (message-subscribed-p, message-make-mail-followup-to)
6534 (message-position-on-field, message-news-p)
6535 (message-options-set-recipient, message-generate-headers)
6536 (message-sort-headers): Declare as functions.
6537
6538 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6539
6540 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6541 convention in doc string.
6542
6543 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6544
6545 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6546 title to html parts.
6547 (gnus-article-browse-html-article): Pass message header to it.
6548
6549 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6550
6551 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
6552
6553 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6554 or password compatible with XEmacs.
6555
6556 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6557
6558 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6559 format document.
6560 (gnus-mime-delete-part): Don't write description line if empty.
6561 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6562
6563 2007-12-14 Johan Bockgård <bojohan@gnu.org>
6564
6565 * gnus-sum.el (gnus-summary-mark-unread-as-read)
6566 (gnus-summary-mark-read-and-unread-as-read)
6567 (gnus-summary-mark-current-read-and-unread-as-read)
6568 (gnus-summary-mark-unread-as-ticked): Doc fix.
6569 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6570
6571 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6572
6573 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
6574 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6575
6576 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6577
6578 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6579 yes-or-no-p.
6580
6581 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
6582
6583 * mm-decode.el (mm-add-meta-html-tag): New function.
6584 (mm-save-part-to-file, mm-pipe-part): Use it.
6585
6586 * gnus-art.el (gnus-article-browse-delete-temp-files):
6587 Use gnus-y-or-n-p instead of y-or-n-p.
6588 (gnus-article-browse-html-parts): Work with message/external-body; use
6589 mm-add-meta-html-tag.
6590
6591 2007-12-11 Glenn Morris <rgm@gnu.org>
6592
6593 * gnus-cache.el: Require gnus-sum not just when compiling.
6594
6595 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6596
6597 * gnus-int.el (gnus-server-opened, gnus-status-message):
6598 Move definitions before use.
6599
6600 * mm-decode.el: Require gnus-util.
6601 (mm-remove-part): Only call delete-annotation on XEmacs.
6602
6603 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6604
6605 * nnmail.el: Require gnus-int.
6606
6607 * spam.el: Move `require's before `eval-when-compile's.
6608
6609 * gnus-ems.el (gnus-alive-p):
6610 * gnus-fun.el (message-goto-eoh):
6611 * gnus-util.el (gnus-group-name-decode):
6612 * mail-source.el (gnus-compress-sequence):
6613 * message.el (Info-goto-node, format-spec):
6614 * mm-bodies.el (message-options-get):
6615 * mm-decode.el (mm-view-pkcs7):
6616 * mm-util.el (gmm-write-region):
6617 * mml-smime.el (mml-compute-boundary)
6618 (gnus-completing-read-with-default):
6619 * mml.el (widget-button-press, gnus-make-hashtable):
6620 * mml1991.el (mm-decode-content-transfer-encoding)
6621 (mm-encode-content-transfer-encoding)
6622 (message-options-get, message-options-set):
6623 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6624 * nnfolder.el (gnus-request-group):
6625 * nnheader.el (ietf-drums-unfold-fws):
6626 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6627 * smime.el (gnus-run-mode-hooks):
6628 * spam-stat.el (gnus-message): Autoload.
6629
6630 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6631 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6632 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6633 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6634 Add declare-function compatibility definition.
6635
6636 * gnus-cache.el (nnvirtual-find-group-art):
6637 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6638 (gnus-add-image, gnus-add-wash-type):
6639 * gnus-group.el (nnkiboze-score-file):
6640 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6641 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6642 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6643 (message-tokenize-header, gnus-get-buffer-create)
6644 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6645 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6646 * gnus.el (gnus-group-decoded-name):
6647 * mail-source.el (imap-capability):
6648 * mm-bodies.el (message-options-set):
6649 * mm-decode.el (gnus-configure-windows):
6650 * mm-extern.el (message-goto-body):
6651 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6652 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6653 (epg-sub-key-validity, message-options-set):
6654 * mml.el (widget-event-point, gnus-configure-windows):
6655 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6656 * mml2015.el (epg-check-configuration, epg-configuration)
6657 (message-options-set):
6658 * nndb.el (nndb-request-article):
6659 * nnfolder.el (gnus-request-create-group):
6660 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6661 * nnmaildir.el (gnus-group-mark-article-read):
6662 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6663 * rfc1843.el (message-fetch-field):
6664 * spam.el (gnus-extract-address-components):
6665 Declare as functions.
6666
6667 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6668
6669 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6670
6671 2007-12-09 Glenn Morris <rgm@gnu.org>
6672
6673 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6674
6675 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6676 * message.el, mm-view.el, sieve-manage.el, smime.el:
6677 Add declare-function compatibility definition.
6678
6679 * gnus-art.el (w3-region, w3m-region, Info-menu):
6680 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6681 * gnus-sum.el (gnus-get-predicate):
6682 * gnus-util.el (mm-append-to-file, w32-focus-frame):
6683 * message.el (mail-abbrev-in-expansion-header-p):
6684 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6685 (w3m-detect-meta-charset, w3m-region):
6686 * sieve-manage.el (password-read, password-cache-add)
6687 (password-cache-remove):
6688 * smime.el (password-read-and-add): Declare as functions.
6689
6690 2007-12-08 David Kastrup <dak@gnu.org>
6691
6692 * gnus-sum.el (gnus-summary-simplify-subject-query):
6693 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6694 `message'.
6695
6696 2007-12-07 Glenn Morris <rgm@gnu.org>
6697
6698 * gnus-art.el (article-make-date-line): Revert previous change.
6699
6700 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6701
6702 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6703
6704 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
6705
6706 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
6707 Call gnus-add-to-range ranges only once with a prepared article-list.
6708
6709 2007-12-06 Paul Jarc <prj@po.cwru.edu>
6710
6711 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6712 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6713 group names with backslashes.
6714 Reported by Tassilo Horn <tassilo@member.fsf.org>.
6715
6716 2007-12-06 Deepak Goel <deego3@gmail.com>
6717
6718 * gnus-art.el (article-make-date-line):
6719 * gnus-start.el (gnus-load):
6720 * pop3.el (pop3-read-response): Fix buggy call to `error'.
6721
6722 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6723
6724 * gnus-art.el (gnus-use-idna)
6725 * gnus-start.el (gnus-site-init-file)
6726 * message.el (message-use-idna)
6727 * mm-uu.el (mm-uu-hide-markers)
6728 * smiley.el (smiley-style): Revert changes that suppress warnings.
6729
6730 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6731
6732 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6733 specify charset to html source.
6734 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6735
6736 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6737
6738 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6739 idna-program in order to suppress byte compile warning issued by XEmacs
6740 that came to byte compile the default value section of defcustom forms
6741 recently.
6742
6743 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6744 value of installation-directory.
6745
6746 * message.el (message-use-idna): Don't directly refer to the value of
6747 idna-program.
6748
6749 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6750
6751 * smiley.el (smiley-style): Don't directly call face-attribute.
6752
6753 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
6754
6755 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6756
6757 * gnus-dired.el: Reduce Gnus dependencies.
6758 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
6759 Don't require. Use autoloads instead.
6760 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6761 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6762 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6763 (gnus-dired-mode): Adjust doc string.
6764 (gnus-dired-mail-mode): New variable.
6765 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6766 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6767 (gnus-dired-mail-buffers): New function. Return mail or message
6768 composition buffers.
6769 (gnus-dired-attach): Use it.
6770 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6771 NO-DECODE.
6772 (gnus-dired-print): Use `gnus-print-buffer' depending on
6773 `gnus-dired-mail-mode'.
6774
6775 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6776
6777 * rfc2047.el (rfc2047-encoded-word-regexp)
6778 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6779 explaining what regexp patterns are for.
6780
6781 2007-12-04 Glenn Morris <rgm@gnu.org>
6782
6783 * password.el: Move to ../password-cache.el.
6784
6785 * mml1991.el (password-read, password-cache-add, password-cache-remove):
6786 * mml2015.el (password-read, password-cache-add, password-cache-remove):
6787 * mml-smime.el (password-read, password-cache-add)
6788 (password-cache-remove):
6789 No need to autoload, since mml-sec requires password.
6790
6791 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6792 * message.el (gnus-extract-address-components):
6793 * mml-smime.el (gnus-extract-address-components): Define for compiler.
6794
6795 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6796 password.
6797
6798 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
6799
6800 * mailcap.el: Reduce dependencies.
6801 (mail-header-parse-content-type): Autoload.
6802 (mailcap-delete-duplicates): New alias.
6803 (mailcap-mime-info): Add optional argument NO-DECODE.
6804 (mailcap-mime-types): Use mailcap-delete-duplicates.
6805
6806 * message.el (message-ignored-supersedes-headers): Add "X-ID".
6807
6808 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6809
6810 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6811 function.
6812
6813 * gnus-uu.el (gnus-uu-decode-yenc): New command.
6814 (gnus-uu-yenc-article): New function.
6815
6816 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6817
6818 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
6819
6820 2007-12-02 Glenn Morris <rgm@gnu.org>
6821
6822 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6823 Move to ../net.
6824
6825 * binhex.el, uudecode.el: Move to ../mail.
6826
6827 * encrypt.el: Remove file.
6828
6829 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
6830
6831 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6832 matches on patches.
6833
6834 * gnus-art.el (gnus-article-browse-html-article):
6835 Mention `mm-text-html-renderer' in the doc string.
6836
6837 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6838 string. Add comments.
6839
6840 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6841 if rhs is ASCII.
6842
6843 2007-12-01 Glenn Morris <rgm@gnu.org>
6844
6845 * dig.el, dns.el: Move to ../net.
6846 * format-spec.el, hex-util.el, sha1.el: Move to ../.
6847
6848 * mail-source.el (top-level): Require format-spec before
6849 eval-when-compile.
6850
6851 2007-11-30 Glenn Morris <rgm@gnu.org>
6852
6853 * encrypt.el: Require password, rather than autoloading password-read.
6854
6855 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
6856
6857 * gnus.el (gnus-method-to-server): Add an optional parameter so the
6858 caller can indicate whether the cache should be disregarded for this
6859 call. This way the result of the call is reproducible at all times and
6860 can be considered a canonical server name for the supplied method.
6861 (gnus-agent-method-p): Canonicalize server names by pushing their
6862 method through `gnus-method-to-server' using the no-cache argument.
6863
6864 * gnus-srvr.el (gnus-server-insert-server-line):
6865 Call `gnus-method-to-server' with `no-cache' argument.
6866
6867 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6868 gnus-agent-possibly-synchronize-flags as this should be called when the
6869 server is actually being opened.
6870 (gnus-agent-possibly-synchronize-flags)
6871 (gnus-agent-possibly-synchronize-flags-server): Move check for the
6872 flags file of an agentized server to the latter function.
6873
6874 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6875 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6876 after a connection has been established successfully.
6877
6878 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6879
6880 * gnus-art.el (article-display-face): Force to display face if called
6881 interactively; check if gnus-article-x-face-too-ugly matches author.
6882 (article-display-x-face): Display face even if From header is missing
6883 as article-display-face does.
6884
6885 2007-11-28 Richard Stallman <rms@gnu.org>
6886
6887 * md4.el: Move to ../.
6888 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6889
6890 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
6891
6892 * mail-source.el (mail-sources): Default to fetch from file for
6893 compatibility with default of nnmail-spool-file.
6894
6895 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6896
6897 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6898 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6899 to look for encoded word that should be encoded again.
6900 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6901 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6902 encoding pattern.
6903 (rfc2047-decode-region): Switch strict regexp and loose one according
6904 to rfc2047-allow-irregular-q-encoded-words.
6905
6906 2007-11-26 Simon Josefsson <simon@josefsson.org>
6907
6908 * imap.el: Move to ../net directory.
6909
6910 2007-11-25 Romain Francoise <romain@orebokech.com>
6911
6912 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6913
6914 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6915
6916 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6917 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6918
6919 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6920 `nnmail-spool-file'.
6921
6922 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6923 `nnmail-spool-file'.
6924
6925 * gnus-move.el (gnus-change-server): Ditto.
6926
6927 * gnus-kill.el (gnus-batch-score): Ditto.
6928
6929 * gnus-cache.el (gnus-jog-cache): Ditto.
6930
6931 * gnus-msg.el (gnus-summary-reply):
6932 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6933
6934 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6935
6936 * gnus-cache.el (gnus-cache-generate-nov-databases):
6937 Use nnml-generate-nov-databases-directory instead of
6938 nnml-generate-nov-databases-1.
6939
6940 2007-11-24 Glenn Morris <rgm@gnu.org>
6941
6942 * message.el (message-tool-bar-retro): Update for rename
6943 mail_send.xpm->mail-send.xpm.
6944
6945 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6946
6947 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6948 `smime-ldap-search' for Emacs 22 and up.
6949
6950 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6951
6952 * hashcash.el: Move to ../mail directory.
6953
6954 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
6955
6956 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6957 `smime-ldap-search' for Emacs 22 and up.
6958
6959 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6962
6963 * message.el (message-send-mail-function): Fix error convention.
6964 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6965 (message-widen-reply, message-send-mail, message-talkative-question)
6966 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6967 (message-clone-locals, message-send-news): Use with-current-buffer.
6968 (message-insert-or-toggle-importance): Remove unused var `valid'.
6969 (message-make-references): Remove unused var `new-references'.
6970 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6971
6972 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
6973
6974 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6975 (spam-split-symbolic-return-positive): Reflow docstring.
6976 (spam-backends, spam-summary-exit-behavior)
6977 (spam-mark-ham-unread-before-move-from-spam-group)
6978 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6979 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6980 (spam-clear-cache, spam-backend-check, spam-install-backend)
6981 (spam-install-statistical-backend, spam-list-of-processors)
6982 (spam-group-processor-p, spam-split, spam-bogofilter-score)
6983 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6984 (spam-check-crm114, spam-initialize, spam-unload-hook):
6985 Fix typos in docstrings.
6986
6987 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6990 been checked if they have never been read and those group levels are
6991 higher than the one that a user specified.
6992
6993 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6994
6995 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6996 foreign groups unless a group level is specified by a user.
6997 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6998
6999 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7000
7001 * message.el (message-send-mail-function): Require sendmail.
7002
7003 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7004
7005 * message.el (message-send-mail-function): Check for smtpmail too.
7006
7007 * utf7.el (utf7-encode, utf7-decode): Use coding system
7008 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7009
7010 * message.el (message-send-mail-function): New function.
7011 (message-send-mail-function): Set default using
7012 message-send-mail-function. Adjust doc string.
7013 (message-send-mail-with-mailclient): New function.
7014
7015 2007-11-17 Richard Stallman <rms@gnu.org>
7016
7017 * assistant.el: Remove file.
7018
7019 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7020
7021 * smime.el (from):
7022 * rfc2047.el (message-posting-charset):
7023 * qp.el (mm-use-ultra-safe-encoding):
7024 * pop3.el (parse-time-months):
7025 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7026 * nnml.el (files):
7027 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7028 (jka-compr-compression-info-list, ange-ftp-path-format)
7029 (efs-path-regexp):
7030 * nndiary.el (files):
7031 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7032 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7033 (epg-digest-algorithm-alist, inhibit-redisplay)
7034 (password-cache-expiry):
7035 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7036 (pgg-output-buffer, password-cache-expiry):
7037 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7038 (efs-path-regexp):
7039 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7040 (inhibit-redisplay):
7041 * mm-uu.el (file-name, start-point, end-point, entry)
7042 (gnus-newsgroup-name, gnus-newsgroup-charset):
7043 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7044 (latin-unity-ucs-list):
7045 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7046 (mm-uu-binhex-decode-function):
7047 * message.el (gnus-message-group-art, gnus-list-identifiers)
7048 (rmail-enable-mime-composing, gnus-local-organization)
7049 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7050 (gnus-read-active-file, facemenu-add-face-function)
7051 (facemenu-remove-face-function, gnus-article-decoded-p)
7052 (tool-bar-mode):
7053 * mail-source.el (display-time-mail-function):
7054 * gnus-util.el (nnmail-pathname-coding-system)
7055 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7056 (gnus-original-article-buffer, gnus-user-agent)
7057 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7058 (xemacs-codename, sxemacs-codename, emacs-program-version):
7059 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7060 * gnus-start.el (gnus-agent-covered-methods)
7061 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7062 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7063 (gnus-newsgroup-headers, gnus-group-list-mode)
7064 (gnus-group-mark-positions, gnus-newsgroup-data)
7065 (gnus-newsgroup-unreads, nnoo-state-alist)
7066 (gnus-current-select-method, mail-sources)
7067 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7068 (nnmail-spool-file, gnus-cache-active-hashtb):
7069 * gnus-mh.el (mh-lib-progs):
7070 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7071 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7072 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7073 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7074 (gnus-group-buffer):
7075 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7076 (font-lock-set-defaults):
7077 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7078 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7079 (gnus-summary-post-menu, total-parts, type, condition, length):
7080 * gnus-agent.el (gnus-agent-read-agentview):
7081 * flow-fill.el (show-trailing-whitespace):
7082 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7083 eval-and-compile wrappers for byte compiler pacifiers.
7084
7085 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7086 (mm-display-inline-fontify): Check for featurep 'xemacs not
7087 extent-list.
7088
7089 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7090 itimer-list.
7091 (mm-create-image-xemacs): Only do something for XEmacs.
7092 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7093
7094 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7095
7096 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7097 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7098
7099 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7100
7101 * nnimap.el (nnimap-split-download-body):
7102 * gnus-demon.el (gnus-demon):
7103 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7104
7105 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7106
7107 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7108 New macros.
7109 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7110 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7111 copy data from unibyte buffer to multibyte current buffer.
7112 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7113 to copy data from unibyte current buffer to multibyte buffer.
7114 (nntp-make-process-buffer): Make process buffer unibyte.
7115
7116 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7117
7118 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7119
7120 * pop3.el (pop3-open-server): Accept and process data more robustly at
7121 connexion start to avoid spurious "POP SSL connexion failed" errors.
7122
7123 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7124
7125 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7126 read group names.
7127
7128 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7129
7130 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7131
7132 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7133
7134 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7135 (nnmail-save-active): Use a unibyte buffer when saving active file,
7136 which may contain non-ASCII group names.
7137
7138 * nnml.el (nnml-request-group): Decode group names in messages.
7139
7140 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7141
7142 * message.el (message-citation-line-function)
7143 (message-insert-formatted-citation-line): Fix spelling of
7144 `message-insert-formated-citation-line'.
7145
7146 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7147
7148 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7149
7150 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7151
7152 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7153 nnmail-pathname-coding-system.
7154
7155 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7156 that a user enters; decode group names in messages.
7157
7158 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7159
7160 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7161
7162 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7163
7164 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7165
7166 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7167 risky local variable.
7168
7169 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7170
7171 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
7172
7173 * encrypt.el: Improve documentation to fix function name typo.
7174 Reported by Daiki Ueno <ueno@unixuser.org>.
7175
7176 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7179 even if the point is not in the last page of an article.
7180 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7181 back to the previous page.
7182
7183 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
7184
7185 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7186
7187 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7188
7189 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7190
7191 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * message.el (message-check-news-body-syntax):
7194 Avoid mm-string-as-multibyte.
7195 (message-hide-headers): Don't assume (point-min)==1.
7196
7197 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7198
7199 * message.el (message-remove-blank-cited-lines): Fix if remove is
7200 given.
7201 (message-bogus-address-regexp): New variable.
7202 (message-bogus-recipient-p): New function.
7203 (message-check-recipients): New command.
7204 (message-syntax-checks): Add `bogus-recipient'.
7205 (message-fix-before-sending): Add `bogus-recipient'.
7206
7207 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7208 (gnus-treat-body-boundary): Don't test window-system.
7209
7210 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
7211
7212 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7213
7214 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7215
7216 * gnus.el: Bump version to Gnus v5.13.
7217
7218 2007-10-28 Miles Bader <miles@gnu.org>
7219
7220 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7221 at compile-time too.
7222
7223 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7224
7225 * gnus-msg.el (gnus-message-setup-hook):
7226 Add `message-remove-blank-cited-lines' to options.
7227
7228 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7229
7230 * message.el (message-remove-blank-cited-lines): New function.
7231 Suggested by Karl Plästerer.
7232
7233 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7234
7235 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7236 mapc.
7237
7238 * imap.el (imap-open): Replace mapcar called for effect with mapc.
7239 (top-level): Use mapc to set functions to be traced for debugging.
7240
7241 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7242 called for effect with while loop.
7243
7244 * message.el (message-talkative-question): Replace mapcar called for
7245 effect with mapc.
7246
7247 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7248 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7249 called for effect with dolist.
7250
7251 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7252
7253 * nndiary.el: Use dolist instead of mapcar to add diary headers to
7254 gnus-extra-headers and nnmail-extra-headers.
7255
7256 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7257 called for effect with dolist.
7258 (top-level): Use mapc to set functions to be traced for debugging.
7259
7260 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7261 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7262 dolist.
7263
7264 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7265 Replace mapcar called for effect with mapc.
7266 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7267 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7268 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7269 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7270
7271 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7272 remove-if that's a cl function.
7273
7274 * webmail.el (webmail-debug): Replace mapcar called for effect with
7275 dolist.
7276
7277 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
7278
7279 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7280 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7281 with while loop.
7282
7283 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7284 functions from article-* functions.
7285 (gnus-multi-decode-header): Replace mapcar called for effect with
7286 dolist.
7287
7288 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7289 (gnus-bookmark-show-details): Replace mapcar called for effect with
7290 while loop.
7291
7292 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7293 called for effect with while loop.
7294
7295 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7296 with dolist.
7297
7298 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7299 Replace mapcar called for effect with dolist.
7300
7301 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7302
7303 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7304 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7305 Replace mapcar called for effect with dolist.
7306 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7307 mapc.
7308
7309 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7310 Replace mapcar called for effect with dolist.
7311 (gnus-topic-list): Replace mapcar called for effect with mapc.
7312
7313 * gnus.el: Use mapc instead of mapcar to add autoloads.
7314
7315 2007-10-23 Richard Stallman <rms@gnu.org>
7316
7317 * gnus-group.el (gnus-group-highlight): Mark as risky.
7318
7319 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
7320
7321 * gnus.el (gnus-server-to-method): Return method found first in
7322 gnus-newsrc-alist.
7323
7324 * gnus-art.el (gnus-article-highlight-signature)
7325 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7326 button overlay without the front stickiness.
7327
7328 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
7329
7330 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7331 overview buffer needed a catch to receive its throw.
7332 (gnus-agent-flush-cache): Declare as interactive to make this function
7333 easier to use.
7334
7335 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7336
7337 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7338 `next-line'.
7339
7340 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7341
7342 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7343 exclude address matching message-dont-reply-to-names.
7344
7345 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * gnus-util.el (gnus-string<): New function.
7348
7349 * gnus-sum.el (gnus-article-sort-by-author)
7350 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7351
7352 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7353
7354 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7355 the frame-focus tag is set in gnus-buffer-configuration.
7356
7357 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7358
7359 * gnus-art.el (gnus-article-add-button): Make a button overlay without
7360 the front stickiness.
7361
7362 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7363
7364 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7365 url pattern; remove duplicate one.
7366 (gnus-article-extend-url-button): New function.
7367 (gnus-article-add-buttons): Use it.
7368 (gnus-button-push): Use concatenated url that it makes.
7369
7370 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7371
7372 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7373 (sieve-manage-open): Use `mapc' instead of `mapcar'.
7374
7375 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7378 Don't hardcode point-min==1.
7379
7380 2007-09-30 David Kastrup <dak@gnu.org>
7381
7382 * gnus-art.el (gnus-article-reply-with-original)
7383 (gnus-article-followup-with-original): When `transient-mark-mode' is
7384 off, refrain from active-region behavior for followups.
7385
7386 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7387
7388 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7389 Fix comment about "iso8859-1".
7390
7391 2007-10-08 Daiki Ueno <ueno@unixuser.org>
7392
7393 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7394 ones returned from the verify-function.
7395
7396 * mm-uu.el (mm-uu-pgp-signed-extract-1):
7397 Call mml2015-extract-cleartext-signature if extraction failed.
7398
7399 2007-10-07 Daiki Ueno <ueno@unixuser.org>
7400
7401 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7402 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7403 failed.
7404
7405 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7406
7407 * Relicense "GPLv2 or later" files to "GPLv3 or later".
7408
7409 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7410
7411 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7412 to mark a thread as expirable. Add variable `hide' to handle hiding of
7413 thread for both the null and zero (kill/expire thread) universal prefix
7414 cases.
7415 (gnus-summary-expire-thread): Add new function to expire a thread,
7416 using gnus-summary-kill-thread.
7417 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7418 shortcuts for gnus-summary-expire-thread.
7419 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7420 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
7421
7422 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7423
7424 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7425 extras value, so an extras entry can be deleted.
7426 (gnus-registry-delete-extra-entry): Use it.
7427 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7428 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7429 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7430 storage through the gnus-registry, and provide an appropriate API for
7431 it.
7432
7433 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7434
7435 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7436 Suggested by Leo <sdl.web@gmail.com>.
7437
7438 * gnus.el: Do.
7439
7440 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7443 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
7444
7445 * gnus-agent.el (gnus-agent-fetch-headers): Do.
7446
7447 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7448 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7449
7450 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7453 newline.
7454 (nnmbox-request-accept-article): Don't change article in source buffer;
7455 narrow to header to use message-fetch-field rather than
7456 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7457 (nnmbox-request-replace-article): Quote lines that'll be misidentified
7458 as delimiters; make sure article ends with newline.
7459 (nnmbox-delete-mail): Correct last position of article to be deleted;
7460 ignore X-Gnus-Newsgroup header in article body.
7461 (nnmbox-save-mail): Quote lines looking like delimiters at the right
7462 positions; make sure article ends with newline.
7463
7464 * message.el (message-display-abbrev): Don't infloop when a user
7465 inserts SPC in the beginning of header.
7466
7467 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
7468
7469 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7470 list of groups not followed by default. Fix type to be regexp.
7471 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7472
7473 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
7474
7475 * hmac-def.el (define-hmac-function): Switch from old-style to
7476 new-style backquotes.
7477
7478 * md4.el (md4-make-step): Likewise.
7479
7480 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7481
7482 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7483 raw-text coding system when saving .newsrc file, which may contain
7484 non-ASCII group names.
7485
7486 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7487
7488 * gnus-cus.el (gnus-score-extra): New widget.
7489 (gnus-score-extra-convert): New function.
7490 (gnus-score-customize): Use it for Extra.
7491
7492 2007-08-31 Daiki Ueno <ueno@unixuser.org>
7493
7494 * mml2015.el (mml2015-extract-cleartext-signature): New function.
7495 (mml2015-mailcrypt-clear-verify): Use it.
7496 (mml2015-gpg-clear-verify): Use it.
7497 (mml2015-pgg-clear-verify): Use it.
7498 (mml2015-epg-clear-verify): Replace the current part with the output
7499 from GnuPG; don't extract the plaintext by itself.
7500
7501 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7502 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7503 mml2015-clear-verify-function; don't touch the armor headers or
7504 dash-escaped text here.
7505
7506 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
7507
7508 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7509 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7510 parts, or application/octet-stream as a last resort.
7511 (gnus-mime-view-part-as-type): Don't toggle display.
7512 (gnus-mime-view-part-as-charset): Don't turn off display before
7513 querying charset.
7514
7515 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7516 stuff to undisplayer function in Emacs.
7517 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7518
7519 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7520 text/calendar parts.
7521
7522 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
7523
7524 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7525 decoding text/calendar parts.
7526
7527 * message.el (message-forward-make-body-mime): Always mark body as
7528 having no illegible text; remove signed-or-encrypted argument.
7529 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7530
7531 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7532 (mml-generate-mime-1): Don't encode body if it is specified to be in
7533 raw form; don't make buffer be unibyte when inserting multibyte string.
7534
7535 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * sha1.el: Fix up comment style.
7538 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7539 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7540
7541 * hex-util.el: Fix up comment style.
7542 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7543
7544 * gnus-salt.el: Use with-current-buffer.
7545 (gnus-pick-setup-message): Fix long-standing typo.
7546
7547 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * imap.el (imap-logout-timeout): New variable.
7550 (imap-logout, imap-logout-wait): New functions.
7551 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7552
7553 * nnimap.el (nnimap-logout-timeout): New server variable.
7554 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7555 nnimap-logout-timeout.
7556
7557 * gnus-art.el (gnus-article-summary-command-nosave)
7558 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7559
7560 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7561
7562 * gnus.el (gnus-maximum-newsgroup): New variable.
7563
7564 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7565 according to gnus-maximum-newsgroup.
7566
7567 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7568 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7569 Limit the range of articles according to gnus-maximum-newsgroup.
7570
7571 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
7572
7573 * gnus-art.el (gnus-sticky-article): Fix problems described in
7574 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
7575 Don't perform gnus-configure-windows here; reuse existing sticky
7576 article buffer.
7577
7578 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7579 it doesn't exist in gnus-article-mode.
7580
7581 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7584 (gnus-agent-decoded-group-name): New function.
7585 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7586 (gnus-agent-expire-group-1): Use it; decode group name in messages.
7587
7588 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
7589
7590 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7591 Add binding for gnus-sticky-article.
7592 (gnus-summary-exit): Don't kill sticky article buffers.
7593
7594 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7595 article buffer.
7596 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7597 (gnus-kill-sticky-article-buffers): New commands.
7598
7599 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7600
7601 * nntp.el (nntp-xref-number-is-evil): New server variable.
7602 (nntp-find-group-and-number): If it is non-nil, don't trust article
7603 numbers in the Xref header.
7604
7605 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7606
7607 * gnus-agent.el (gnus-agent-read-group): New function.
7608 (gnus-agent-flush-group, gnus-agent-expire-group)
7609 (gnus-agent-regenerate-group): Use it.
7610 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7611 nnmail-pathname-coding-system.
7612
7613 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7616
7617 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7618 that are unread as unread, and also as selected so that information of
7619 marks having been changed by a user may be updated when exiting group.
7620
7621 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7622
7623 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7624
7625 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
7626
7627 * gnus-art.el (gnus-mime-display-single): Pass part number that is
7628 calculated ignoring signature parts to gnus-treat-article.
7629
7630 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7631
7632 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7633 a point here in order to keep the window start.
7634 (gnus-insert-mime-security-button): Make a button overlay without the
7635 front stickiness.
7636 (gnus-mime-display-security): Goto the end of a button.
7637
7638 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7639
7640 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7641
7642 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7643 group-name-at-point.
7644 (gnus-group-completing-read): New function that offers decoded
7645 non-ASCII group names for completion.
7646 (gnus-fetch-group, gnus-group-read-ephemeral-group)
7647 (gnus-group-jump-to-group, gnus-group-make-group-simple)
7648 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7649 (gnus-group-fetch-control): Use it.
7650 (gnus-fetch-group): Use group-name-at-point for the initial value
7651 rather than the default value; use gnus-alive-p.
7652
7653 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7654 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7655 (gnus-summary-post-news): Use gnus-group-completing-read.
7656
7657 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7658 (gnus-read-move-group-name): Decode group name for completion.
7659
7660 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
7661
7662 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7663 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7664 Yamaoka slightly modified the code).
7665
7666 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7667
7668 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7669 (nnmail-split-incoming): Bind it.
7670
7671 * nnml.el (nnml-group-name-charset): New function.
7672 (nnml-decoded-group-name): Use it; don't decode group name if
7673 nnmail-group-names-not-encoded-p is non-nil.
7674 (nnml-encoded-group-name): New function.
7675 (nnml-group-pathname): Inline nnml-decoded-group-name.
7676 (nnml-request-expire-articles): Decode group name in message.
7677 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7678 nnmail-pathname-coding-system.
7679 (nnml-save-mail, nnml-active-number): Work with decoded group names and
7680 not decoded ones according to nnmail-group-names-not-encoded-p.
7681 (nnml-generate-active-info): Use nnml-encoded-group-name.
7682
7683 2007-08-08 Glenn Morris <rgm@gnu.org>
7684
7685 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7686 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7687 doc-strings and comments.
7688
7689 2007-07-25 Glenn Morris <rgm@gnu.org>
7690
7691 * Relicense all FSF files to GPLv3 or later.
7692
7693 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7694
7695 * gnus-sum.el (gnus-summary-move-article):
7696 Make gnus-summary-respool-article work.
7697
7698 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
7699
7700 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7701 string.
7702
7703 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
7704
7705 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
7706 that should be ignored when comparing distant RSS articles with local
7707 ones.
7708 (nnrss-make-hash-index): New function. Create a hash index according
7709 to the ignored fields.
7710 (nnrss-check-group): Use it.
7711
7712 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7713
7714 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7715
7716 * gnus-art.el (article-decode-group-name): Decode Xref header too.
7717
7718 * gnus-group.el (gnus-group-make-group): Encode group name here unless
7719 the new optional argument ENCODED is non-nil.
7720 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7721 coding system for encoding group name.
7722 (gnus-group-make-rss-group): Pass un-encoded group name to
7723 gnus-group-make-group.
7724 (gnus-group-set-info): Tell gnus-group-make-group that group name is
7725 encoded.
7726
7727 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7728 Encode group name to which articles are moved or copied.
7729 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7730 coding system for encoding Newsgroup, Followup-To and Xref headers.
7731
7732 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7733 marks; use nnheader-file-coding-system to write a file.
7734 (nnagent-retrieve-headers): Bind file-name-coding-system to
7735 nnmail-pathname-coding-system.
7736
7737 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7738
7739 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7740 (nnml-request-article, nnml-request-create-group)
7741 (nnml-request-rename-group, nnml-find-id)
7742 (nnml-possibly-change-directory, nnml-possibly-create-directory)
7743 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7744 (nnml-save-marks): Use nnml-group-pathname instead of
7745 nnmail-group-pathname.
7746
7747 (nnml-request-create-group, nnml-request-expire-articles)
7748 (nnml-request-move-article, nnml-request-delete-group)
7749 (nnml-deletable-article-p, nnml-possibly-create-directory)
7750 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7751 (nnml-open-marks): Bind file-name-coding-system to
7752 nnmail-pathname-coding-system.
7753
7754 (nnml-request-article): Pass server argument to nnml-find-group-number.
7755 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
7756 Pass server argument to nnml-possibly-create-directory.
7757 (nnml-request-accept-article): Pass server argument to
7758 nnml-active-number and nnml-save-mail.
7759 (nnml-find-group-number): Pass server argument to nnml-find-id.
7760 (nnml-request-update-info): Pass server argument to
7761 nnml-marks-changed-p.
7762
7763 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7764 (nnml-save-mail, nnml-active-number): Add server argument.
7765
7766 (nnml-request-delete-group): Warn if group is missing.
7767 (nnml-get-nov-buffer): Decode group name.
7768 (nnml-generate-active-info): Encode group name.
7769 (nnml-open-marks): Decode group name in messages.
7770
7771 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7772
7773 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7774 if it is not specified.
7775 (gnus-article-pipe-part, gnus-article-save-part)
7776 (gnus-article-interactively-view-part, gnus-article-copy-part)
7777 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7778 (gnus-article-inline-part, gnus-article-save-part-and-strip)
7779 (gnus-article-replace-part, gnus-article-delete-part)
7780 (gnus-article-view-part-as-type): Pass raw prefix argument to
7781 gnus-article-part-wrapper.
7782
7783 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * gnus-agent.el (gnus-agent-save-active):
7786 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
7787
7788 * gnus-cache.el (gnus-cache-save-buffers)
7789 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7790 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7791 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7792 (gnus-cache-braid-nov, gnus-cache-braid-heads)
7793 (gnus-cache-generate-active, gnus-cache-rename-group)
7794 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7795 (gnus-cache-update-overview-total-fetched-for):
7796 Bind file-name-coding-system to nnmail-pathname-coding-system.
7797 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
7798 New variables.
7799 (gnus-cache-decoded-group-name): New function.
7800 (gnus-cache-file-name): Use it.
7801 (gnus-cache-generate-active): Use non-decoded group name for active.
7802
7803 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7804 right place.
7805 (gnus-write-active-file): Don't break non-ASCII group names.
7806
7807 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7808 nnmail-pathname-coding-system.
7809
7810 * gnus-uu.el (gnus-uu-decode-save): Typo.
7811
7812 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7815
7816 2007-07-14 David Kastrup <dak@gnu.org>
7817
7818 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7819 finishing actions if we did not edit the article.
7820
7821 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7822
7823 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7824 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7825 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7826 (gnus-agent-flush-group, gnus-agent-flush-cache)
7827 (gnus-agent-fetch-headers, gnus-agent-load-alist)
7828 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7829 (gnus-agent-retrieve-headers, gnus-agent-request-article)
7830 (gnus-agent-regenerate-group)
7831 (gnus-agent-update-files-total-fetched-for)
7832 (gnus-agent-update-view-total-fetched-for):
7833 Bind file-name-coding-system to nnmail-pathname-coding-system.
7834 (gnus-agent-group-pathname): Don't encode file names by
7835 nnmail-pathname-coding-system.
7836 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7837 coding-system-for-write instead of buffer-file-coding-system to
7838 gnus-agent-file-coding-system.
7839
7840 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7841 Decode group name.
7842
7843 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7844
7845 * gnus-start.el (gnus-update-active-hashtb-from-killed)
7846 (gnus-read-newsrc-el-file): Make group names unibyte.
7847
7848 * nnmail.el (nnmail-group-pathname): Don't encode file names by
7849 nnmail-pathname-coding-system.
7850
7851 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7852 (nnrss-request-delete-group): Bind file-name-coding-system to
7853 nnmail-pathname-coding-system.
7854 (nnrss-read-server-data, nnrss-read-group-data):
7855 Bind file-name-coding-system correctly.
7856 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7857
7858 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7859 (nntp-server-to-method-cache): New variable.
7860 (nntp-group-pathname): New function that decodes non-ASCII group names.
7861 (nntp-possibly-create-directory, nntp-marks-changed-p)
7862 (nntp-save-marks, nntp-open-marks): Use it.
7863 (nntp-possibly-create-directory, nntp-open-marks):
7864 Bind file-name-coding-system to nnmail-pathname-coding-system.
7865 (nntp-open-marks): Decode group names when bootstrapping marks.
7866
7867 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7868 Newsgroups and Folowup-To headers.
7869
7870 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7871
7872 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7873 (gnus-server-closed-face, gnus-server-denied-face)
7874 (gnus-server-offline-face): Remove variable.
7875 (gnus-server-font-lock-keywords): Use faces that are not aliases.
7876
7877 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7878 of modifying message-stack directly for XEmacs.
7879
7880 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7881 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7882 if the coding-system argument is nil for XEmacs.
7883
7884 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7885 mm-charset-override-alist.
7886
7887 * rfc2047.el: Don't require base64; require rfc2045 for the function
7888 rfc2045-encode-string.
7889 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7890 to quote the parameter value.
7891
7892 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
7893
7894 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7895 form in gnus-group-name-charset-method-alist.
7896
7897 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7898 overrides the default layout edit-form.
7899
7900 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7901
7902 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7903
7904 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
7905
7906 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7907 as unfetched articles.
7908
7909 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7910
7911 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7912
7913 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7914
7915 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7916 original back end that keeps marks in the local system.
7917
7918 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7921 arg of pop-to-buffer for XEmacs.
7922 (gnus-article-read-summary-keys): Ditto; don't restore window
7923 configuration if summary command ends up with neither article buffer
7924 nor summary buffer; describe bindings if summary keys end with C-h.
7925
7926 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7927
7928 * message.el (message-fix-before-sending): Skip raw message part to be
7929 forwarded while checking illegible text.
7930 (message-forward-make-body-mime, message-forward-make-body):
7931 Mark signed or encrypted raw message as having no illegible text.
7932
7933 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7934
7935 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7936 (gnus-message-with-timestamp-1): New macro.
7937 (gnus-message-with-timestamp): New function.
7938 (gnus-message): Use them.
7939
7940 * nnheader.el (nnheader-message): Use them.
7941
7942 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
7943
7944 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7945 .newsrc.eld file.
7946
7947 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7948
7949 * gnus-agent.el (gnus-agent-fetch-headers)
7950 (gnus-agent-retrieve-headers):
7951 Bind gnus-decode-encoded-address-function to identity.
7952
7953 * nntp.el (nntp-send-xover-command): Recognize an xover command is
7954 available also when the server returns simply a dot.
7955
7956 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7957
7958 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
7959
7960 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7961
7962 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7963
7964 * gnus-ems.el (gnus-x-splash): Make it work.
7965
7966 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7967 from being used.
7968
7969 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7972 the front stickiness.
7973 (gnus-article-summary-command-nosave): Correct the order of the
7974 arguments passed to pop-to-buffer.
7975 (gnus-article-read-summary-keys): Ditto; make it work properly when the
7976 summary command ends up with the article buffer.
7977
7978 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7979 the same faces.
7980
7981 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7982
7983 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7984
7985 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7986
7987 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7988 * gnus-sum.el (gnus-summary-highlight):
7989 * mail-source.el (mail-source-delete-old-incoming-confirm):
7990 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7991
7992 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
7993
7994 * gnus-art.el (gnus-mime-view-part-externally)
7995 (gnus-mime-view-part-internally): Fix predicate function passed to
7996 completing-read.
7997
7998 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7999
8000 * gnus.el (gnus-update-message-archive-method): Add :version.
8001
8002 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8003
8004 * gnus.el (gnus-update-message-archive-method): New variable.
8005
8006 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8007 according to gnus-message-archive-method if
8008 gnus-update-message-archive-method is non-nil.
8009
8010 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8011
8012 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8013 Suggested by Loic Dachary <loic@dachary.org>.
8014 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8015
8016 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8017
8018 * message.el (message-pop-to-buffer): Add switch-function argument.
8019 (message-mail): Pass switch-function argument to it.
8020
8021 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8022
8023 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8024 Improve doc string.
8025
8026 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8027
8028 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8029 (gnus-header-content)
8030 * gnus-cite.el (gnus-cite-10)
8031 * gnus-srvr.el (gnus-server-closed)
8032 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8033 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8034 (gnus-group-mail-3-empty, gnus-group-mail-low)
8035 (gnus-group-mail-low-empty, gnus-splash)
8036 * message.el (message-header-to, message-header-cc)
8037 (message-header-subject, message-header-other, message-header-name)
8038 (message-header-xheader, message-separator, message-cited-text)
8039 (message-mml): Lighten colors of faces used for dark background.
8040
8041 2007-05-24 Simon Josefsson <simon@josefsson.org>
8042
8043 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8044 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8045
8046 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * message.el (message-narrow-to-headers-or-head):
8049 Ignore mail-header-separator in the body.
8050
8051 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8052
8053 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8054 same as window size.
8055
8056 2007-05-22 Kevin Ryde <user42@zip.com.au>
8057
8058 * message.el (message-font-lock-keywords): Use message-header-xheader
8059 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8060 ahead of the anything pattern, to get it recognised.
8061
8062 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
8063
8064 * gnus-sum.el (gnus-articles-to-read)
8065 (gnus-summary-insert-old-articles): Don't truncate group name for
8066 `read-string'.
8067
8068 * gnus-util.el (gnus-limit-string): Delete this function.
8069
8070 * gnus-sum.el (gnus-simplify-subject-fully):
8071 Use `truncate-string-to-width' instead.
8072
8073 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
8074
8075 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8076 Tell if, on summary exit, the next group has to be selected.
8077 (gnus-summary-exit): Use it.
8078
8079 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8080
8081 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8082 non-break space.
8083
8084 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8085
8086 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8087 Check if group is not a directory.
8088 (nnfolder-request-expire-articles): Don't delete articles if the target
8089 group is not available.
8090
8091 * nnml.el (nnml-request-create-group): Properly check if group is not a
8092 file.
8093 (nnml-request-expire-articles): Don't delete articles if the target
8094 group is not available.
8095
8096 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8097 Don't quote characters that are within parentheses.
8098
8099 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8100
8101 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8102 (gnus-handle-ephemeral-exit): Select article according to it.
8103
8104 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8105
8106 * message.el (message-insert-formated-citation-line): Remove newline.
8107 (message-citation-line-format): Add final \n here so that the user can
8108 avoid a blank line.
8109
8110 2007-05-03 Dan Christensen <jdc@uwo.ca>
8111
8112 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8113 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8114 Update lanl/arXiv support.
8115
8116 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8117
8118 * gnus.el: Bump version number.
8119
8120 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8121
8122 * gnus.el (gnus-version-number): Bump version.
8123
8124 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8125
8126 * gnus.el: No Gnus v0.6 is released.
8127
8128 2007-04-27 Didier Verna <didier@xemacs.org>
8129
8130 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8131 * gmm-utils.el (gmm-regexp-concat): ... here.
8132 * message.el: Don't require 'gnus-util.
8133 (message-dont-reply-to-names): Handle name change above.
8134 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8135
8136 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8137
8138 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8139 since the initial value varies according to the system.
8140
8141 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8142
8143 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8144
8145 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8146
8147 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8148
8149 2007-04-24 Didier Verna <didier@xemacs.org>
8150
8151 Improve the type of gnus-ignored-from-addresses.
8152 * gnus-util.el (gnus-orify-regexp): New function.
8153 * message.el (gnus-util): Require it.
8154 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8155 * gnus-sum.el (gnus-ignored-from-addresses): New function.
8156 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8157
8158 2007-04-24 Didier Verna <didier@xemacs.org>
8159
8160 * gnus-sum.el:
8161 * gnus-utils.el: Fix some trailing whitespaces.
8162
8163 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
8164
8165 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8166 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8167 article's Message-ID; refer parent article in summary buffer.
8168
8169 * message.el (message-bounce): Call mime-to-mml.
8170
8171 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8172
8173 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8174
8175 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8176
8177 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8178 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8179 displayed of multipart/alternative part if it is invoked from summary
8180 buffer.
8181
8182 * mm-view.el (mm-inline-text-html-render-with-w3m)
8183 (mm-inline-text-html-render-with-w3m-standalone)
8184 (mm-inline-render-with-function): Use mail-parse-charset by default.
8185
8186 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
8187
8188 * parse-time.el (parse-time-string-chars): Check if CHAR
8189 is less than the length of parse-time-syntax.
8190
8191 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8194 from gnus-newsgroup-processable.
8195
8196 2007-04-16 Didier Verna <didier@xemacs.org>
8197
8198 * gnus-msg.el (gnus-configure-posting-styles):
8199 Handle message-signature-directory properly with :file syntax.
8200 Reported by "Leo".
8201
8202 2007-04-11 Didier Verna <didier@xemacs.org>
8203
8204 New user option: message-signature-directory.
8205 * gnus-msg.el (gnus-configure-posting-styles): Support it.
8206 * message.el (message-insert-signature): Ditto.
8207 * message.el (message-signature-file): Doc update.
8208 * message.el (message-signature-directory): New.
8209
8210 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
8211
8212 * gnus-msg.el (gnus-inews-yank-articles):
8213 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8214
8215 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
8216
8217 * message.el (message-yank-original): Make sure cited text ends with
8218 newline; don't exchange point and mark.
8219
8220 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8221
8222 * tls.el (open-tls-stream): Properly handle case where there
8223 is no associated buffer.
8224
8225 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
8226
8227 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8228 message-yank-original, make sure (< mark TEXT point).
8229
8230 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8231
8232 * message.el (message-fill-column): New variable.
8233 (message-mode): Use it. Add comment on a possible new hook.
8234
8235 * nnmail.el (nnmail-spool-file): Mark as obsolete.
8236 (nnmail-get-new-mail): Reformat.
8237
8238 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8239
8240 * gmm-utils.el: Fix Commentary.
8241 (gmm-tool-bar-from-list): Fix typo in doc string.
8242
8243 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
8244
8245 * message.el (message-yank-original): Don't switch point and mark
8246 unnecessarily to put point and mark as documented.
8247
8248 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8249
8250 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8251 from the message heads.
8252
8253 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
8254
8255 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8256 article buffer does not have a window. This may not be the best
8257 solution but is certainly better than setting the start of the null,
8258 that is the current, window.
8259
8260 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8261
8262 * gnus-draft.el (gnus-draft-setup-hook): New hook.
8263 (gnus-draft-setup): Run it.
8264
8265 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8266 gnus-score-fast-scoring. Allow regexp.
8267 (gnus-score-headers): Use it.
8268
8269 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8270 XEmacs.
8271
8272 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8273 string.
8274 (gnus-button-alist): Also catch `<f1> k ...'.
8275 (gnus-treat-display-x-face): Fix doc string.
8276
8277 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8278
8279 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8280 evaluation of gnus-extended-version to ensure correct generation of the
8281 User-Agent header when message-generate-headers-first is used.
8282
8283 2007-03-24 Simon Josefsson <simon@josefsson.org>
8284
8285 * hashcash.el (hashcash-generate-payment-async): Don't crash if
8286 hashcash-path is nil. Don't call callback with incorrect number of
8287 parameters if val is 0.
8288
8289 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8290
8291 * message.el (message-required-news-headers):
8292 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8293
8294 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8295
8296 * message.el (message-generate-new-buffers): Change the meaning of the
8297 nil value; add `standard' to the choices; treat t as `unique'; improve
8298 doc string.
8299 (gnus-select-frame-set-input-focus): Autoload.
8300 (message-buffer-name): Search for the existing message buffer if
8301 message-generate-new-buffers is nil or `standard'; treat the value t of
8302 message-generate-new-buffers as `unique'.
8303 (message-pop-to-buffer): Raise the frame already displaying the message
8304 buffer; clear the echo area after querying.
8305 (message-setup): Pass the `continue' argument to compose-mail.
8306 (message-mail): Prefer `switch-function' if it is given; search for the
8307 existing message buffer if the `continue' argument is non-nil; pass
8308 continue and switch-function arguments to compose-mail by way of
8309 message-setup.
8310 (message-mail-other-window): Adjust argument of message-setup.
8311 (message-mail-other-frame): Ditto.
8312
8313 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8314
8315 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8316 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8317 to turn font-lock on when turning gnus-message-citation-mode on.
8318
8319 2007-03-06 Daiki Ueno <ueno@unixuser.org>
8320
8321 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8322 (mml-smime-function-alist): New variable; add epg as the backend.
8323 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8324 mml-smime- functions instead.
8325 * mm-view.el: Require smime.
8326
8327 2007-03-05 Didier Verna <didier@xemacs.org>
8328
8329 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8330 instead of just inheritance for posting styles.
8331 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8332
8333 2007-02-24 John Paul Wallington <jpw@pobox.com>
8334
8335 * tls.el (tls-certtool-program): Fix custom type.
8336
8337 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8338
8339 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8340 and point-at-eol instead of line-(beginning|end)-position.
8341
8342 * assistant.el (assistant-parse-buffer): Ditto.
8343
8344 2007-02-28 Daiki Ueno <ueno@unixuser.org>
8345
8346 * mml2015.el (mml2015-epg-find-usable-key): New function.
8347 (mml2015-epg-sign): Use it.
8348 (mml2015-epg-encrypt): Use it.
8349
8350 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8351
8352 * message.el (message-make-in-reply-to): Quote name containing
8353 non-ASCII characters. It will make the RFC2047 encoder cause an error
8354 if there are special characters. Reported by NAKAJI Hiroyuki
8355 <nakaji@jp.freebsd.org>.
8356
8357 2007-02-27 Didier Verna <didier@xemacs.org>
8358
8359 Include the group parameters as well as the topic ones in the
8360 inheritance filter process.
8361 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8362 argument GROUP-PARAMS-LIST.
8363 * gnus-topic.el (gnus-group-topic-parameters): Use it.
8364
8365 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8366
8367 * nntp.el (nntp-never-echoes-commands)
8368 (nntp-open-connection-functions-never-echo-commands): New variables.
8369 (nntp-send-command): Use them.
8370
8371 2007-02-20 Daiki Ueno <ueno@unixuser.org>
8372
8373 * mml2015.el (mml2015-epg-verify): Simplify.
8374
8375 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8376
8377 * mml.el (mml-content-disposition-alist): New user option.
8378 (mml-content-disposition): New function.
8379 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8380 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8381
8382 2007-02-19 Daiki Ueno <ueno@unixuser.org>
8383
8384 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8385 verification.
8386
8387 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8388
8389 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8390 articles posted in the last 24 hours.
8391
8392 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8395
8396 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
8397
8398 * nntp.el (nntp-send-command): Don't wait for echoes when
8399 nntp-open-ssl-stream is used.
8400
8401 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8402
8403 * gnus-cite.el (gnus-test-font-lock-add-keywords)
8404 (gnus-message-add-citation-keywords)
8405 (gnus-message-remove-citation-keywords): Remove.
8406 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8407 directly, make the variables in font-lock-defaults buffer-local, add
8408 gnus-message-citation-keywords to them and then update the value of
8409 font-lock-keywords.
8410
8411 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
8412
8413 * message.el (message-cite-original-1): Don't call
8414 gnus-article-highlight-citation.
8415
8416 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8417 citations; fix line count.
8418
8419 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8420
8421 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8422 (gnus-message-add-citation-keywords)
8423 (gnus-message-remove-citation-keywords): Use it; fix the emulating
8424 versions of font-lock-add-keywords and font-lock-remove-keywords to
8425 work with XEmacs correctly.
8426
8427 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8428
8429 * gnus-cite.el (gnus-cite-face-list): Set the values of
8430 gnus-message-max-citation-depth and gnus-message-citation-keywords.
8431 (gnus-message-max-citation-depth): Use defvar rather than defconst.
8432 (gnus-message-cite-prefix-regexp): New variable.
8433 (gnus-message-search-citation-line): Use it; protect against long
8434 citation prefix; fill match data with nil rather than 0 for XEmacs; set
8435 the 0th match data for Emacs.
8436 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8437 (gnus-message-add-citation-keywords): Append keywords rather than
8438 prepending; emulate font-lock-add-keywords if it is not available.
8439 (gnus-message-remove-citation-keywords):
8440 Emulate font-lock-remove-keywords if it is not available.
8441
8442 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8443
8444 * message.el (message-cite-prefix-regexp): Set the value of
8445 gnus-message-cite-prefix-regexp.
8446
8447 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8448
8449 * nnweb.el (nnweb-google-parse-1): Update parser.
8450
8451 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
8452
8453 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8454
8455 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8456
8457 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8458 regexp.
8459
8460 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8461
8462 * uudecode.el (uudecode-string-to-multibyte): New function emulating
8463 string-to-multibyte.
8464 (uudecode-decode-region-internal): Use it.
8465
8466 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
8467
8468 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8469 Fix custom choice.
8470
8471 * gnus-art.el (gnus-signature-limit): Fix custom choice.
8472
8473 2007-01-22 Daiki Ueno <ueno@unixuser.org>
8474
8475 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8476
8477 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8478 `write-region' to respect `mm-inhibit-file-name-handlers'.
8479
8480 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
8481
8482 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8483 Use gnus-home-directory instead of "~/" or "$HOME".
8484
8485 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
8486
8487 * encrypt.el (encrypt-insert-file-contents): Add better prompt
8488 to mention filename.
8489 Add comments at beginning regarding usage.
8490 (encrypt-write-file-contents): Change interactive so a string is
8491 acceptable. If the file has no associated model, show an error instead
8492 of a nonsense prompt.
8493
8494 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8495
8496 * spam.el (spam-bsfilter-ham-switch): Fix typo.
8497 Thanks to Yoshihiko Yamada for kind notification of this typo.
8498
8499 2007-01-12 Kenichi Handa <handa@m17n.org>
8500
8501 * uudecode.el (uudecode-decode-region-internal): Make it work in a
8502 multibyte buffer.
8503
8504 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
8505
8506 * gnus-score.el (gnus-score-fast-scoring): New variable.
8507 (gnus-score-headers): Use it.
8508
8509 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8510
8511 * message.el (message-cite-original-1):
8512 Call gnus-article-highlight-citation if requested.
8513 (message-make-from): Allow name and address as optional arguments.
8514
8515 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8516
8517 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8518 bugs to doc string.
8519 (gnus-button-alist): Add mid\\|message-id.
8520 (gnus-button-fetch-group): Extend for use in
8521 `browse-url-browser-function'.
8522 (gnus-button-url-regexp): Try to catch paired parentheses like in
8523 Wikipedia URLs.
8524
8525 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8526 Suggested by Simon Krahnke <overlord@gmx.li>.
8527
8528 2007-01-13 Romain Francoise <romain@orebokech.com>
8529
8530 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8531 Update copyright.
8532
8533 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
8534
8535 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8536
8537 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
8538
8539 * gnus-registry.el (gnus-registry-unfollowed-groups)
8540 (gnus-registry-split-fancy-with-parent): Fix documentation.
8541
8542 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8543
8544 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8545 from nnweb groups.
8546
8547 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8548
8549 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8550 Xref urls. Erase buffer before requesting head.
8551
8552 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8553
8554 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * gnus-soup.el (gnus-soup): New custom group. Make user variables
8557 customizable.
8558
8559 2007-01-05 Daiki Ueno <ueno@unixuser.org>
8560
8561 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8562 no signing key is found.
8563 (mml2015-epg-encrypt): Ask user whether to skip or abort if
8564 no encrypting and/or signing key is found.
8565
8566 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8567
8568 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8569
8570 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8571
8572 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8573 headers read from disk with the ones newly found in the current search.
8574 This should no longer cause problems, because the article numbers in
8575 Gmane's `nov.php' output are ignored since the previous change.
8576
8577 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8578
8579 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8580
8581 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8582
8583 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8584
8585 2007-01-01 Romain Francoise <romain@orebokech.com>
8586
8587 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8588
8589 2006-12-31 Steve Youngs <steve@sxemacs.org>
8590
8591 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8592 `define-minor-mode' macro definition expanded properly.
8593 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8594 exclude it there.
8595
8596 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8597 of 2006-12-30. The default is nil on (S)XEmacs already because of the
8598 `fboundp' test.
8599 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8600 This is OK to autoload in (S)XEmacs now.
8601
8602 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8603
8604 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8605 keystroke.
8606 (gnus-summary-limit-to-singletons): Fix typo.
8607
8608 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8609 else fails.
8610
8611 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8612
8613 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8614 docstring.
8615
8616 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8617 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8618 (gnus-summary-insert-dormant-articles): Fix typo in message.
8619
8620 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
8621
8622 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8623 nil for XEmacs.
8624 (gnus-message-citation-mode): Don't autoload in XEmacs.
8625
8626 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8627
8628 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8629
8630 * nnimap.el (nnimap-expunge-search-string):
8631 Mention nnimap-search-uids-not-since-is-evil in docstring.
8632
8633 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8634
8635 * spam.el: Revert to make-obsolete-variable because
8636 define-obsolete-variable-alias is not supported in Emacs 21.
8637
8638 * spam.el (spam-ifile-path, spam-ifile-database-path)
8639 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8640 make-obsolete-variable.
8641 (spam-bsfilter-path, spam-bsfilter-program)
8642 (spam-spamassassin-path, spam-spamassassin-program)
8643 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
8644 Don't use "path" inappropriately.
8645 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8646 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8647 variable names.
8648
8649 2006-12-28 Daiki Ueno <ueno@unixuser.org>
8650
8651 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8652 summary buffer.
8653
8654 * password.el (password-cache-remove): Use clear-string to burn
8655 password, if available.
8656
8657 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8660
8661 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8662
8663 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8664 (gnus-message-highlight-citation): Move defcustom here from
8665 gnus-cite.el.
8666 (gnus-message-citation-mode): Autoload.
8667
8668 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
8669 checks to make it compile with XEmacs.
8670 (gnus-message-citation-mode): New minor mode.
8671 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8672 (gnus-message-highlight-citation): New variables.
8673 (gnus-message-search-citation-line)
8674 (gnus-message-add-citation-keywords)
8675 (gnus-message-remove-citation-keywords)
8676 (turn-on-gnus-message-citation-mode)
8677 (turn-off-gnus-message-citation-mode): New functions.
8678
8679 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
8680
8681 * gnus-cite.el: Enable highlighting of different citation levels in
8682 message-mode.
8683
8684 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8685
8686 * message.el (message-make-fqdn): Fix comment.
8687 (message-bogus-system-names): Add ".local".
8688
8689 * spam.el (spam-ifile-path, spam-ifile-program)
8690 (spam-ifile-database-path, spam-ifile-database)
8691 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8692 Don't use "path" inappropriately.
8693 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8694 strings.
8695 (spam-check-ifile, spam-ifile-register-with-ifile)
8696 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
8697 Use new variable names.
8698
8699 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8700 (gnus-treat-display-smileys): Simplify using
8701 gnus-image-type-available-p.
8702
8703 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8704 available.
8705
8706 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8707
8708 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8709 one after turning on the buffer's multibyteness instead of decoding
8710 them directly in the unibyte buffer that causes unexpected conversion
8711 in Emacs 23 (unicode).
8712
8713 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8714
8715 * message.el (message-generate-hashcash): Fix custom type.
8716
8717 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8718
8719 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8720
8721 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8722
8723 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8724 disconnect icons. Add help text.
8725
8726 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
8727
8728 * spam.el (spam-extra-header-to-number): CRM114 spam score is
8729 negated to be consistent with the others we handle.
8730
8731 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8732
8733 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8734 version of gnus-summary-buffer to something, so that we can use two
8735 article buffers at the same time.
8736
8737 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
8738
8739 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8740 trigger all the extra headers.
8741 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8742 sorting.
8743
8744 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8745
8746 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8747 solid groups.
8748
8749 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8750
8751 * legacy-gnus-agent.el: Add Copyright notice.
8752
8753 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
8754
8755 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8756
8757 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8760
8761 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8762 to make it work reliably in CVS Emacs.
8763 (gnus-summary-limit-strange-charsets-predicate)
8764 (gnus-summary-limit-to-predicate): New functions.
8765
8766 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
8767
8768 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8769 specifying array size.
8770 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8771 array if it is too small.
8772 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
8773 (gnus-sort-threads-loop): New function.
8774
8775 2006-12-06 Chris Moore <dooglus@gmail.com>
8776
8777 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8778 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8779
8780 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
8781
8782 * mm-url.el (mm-url-predefined-programs): Call curl with correct
8783 options.
8784
8785 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8786
8787 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8788 DOS-ing the recipient.
8789
8790 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8791 the headers when creating the mapping to avoid mismappings.
8792 (nnweb-gmane-create-mapping): Always nix out old mapping.
8793
8794 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8795
8796 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8797 and mm-verify-option to never.
8798
8799 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8800
8801 * message.el (message-signed-or-encrypted-p): New function.
8802 (message-forward-make-body): Use it.
8803
8804 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8805 Replace encode-coding-string with mm-encode-coding-string.
8806
8807 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8808
8809 * nneething.el (nneething-decode-file-name):
8810 Replace decode-coding-string with mm-decode-coding-string.
8811
8812 * gnus-int.el (gnus-open-server): Say failed server's name.
8813
8814 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
8815
8816 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8817 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8818
8819 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8820 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8821 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8822 (gnus-group-make-directory-group, gnus-group-transpose-groups):
8823 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8824 (gnus-subscribe-newsgroup, gnus-1):
8825 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8826 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8827 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8828 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8829
8830 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8831
8832 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8833 keystroke.
8834 (gnus-summary-limit-to-bodies): Implement headersp.
8835
8836 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8837
8838 * dns.el (query-dns): Protect against "Process dns deleted" strings.
8839
8840 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8841
8842 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8843
8844 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8845
8846 * message.el (message-generate-hashcash): Expand range of values to
8847 include `opportunistic'.
8848 (message-send-mail): Use it.
8849
8850 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8851
8852 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8853 and comment it.
8854
8855 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8856
8857 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
8858
8859 * gnus-util.el (gnus-extract-address-components): Improve comment.
8860
8861 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8862
8863 * gnus-util.el (gnus-extract-address-components): Work with address in
8864 which the name portion contains @.
8865
8866 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8867
8868 * gnus.el (gnus-start): Move custom group up.
8869 (gnus-select-method): Don't autoload, but make it available for
8870 `customize-variable'.
8871 (gnus-getenv-nntpserver): Don't autoload.
8872
8873 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
8874
8875 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8876
8877 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8878
8879 * message.el (message-sendmail-extra-arguments): New variable.
8880 (message-send-mail-with-sendmail): Use it.
8881
8882 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8883
8884 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8885 mm-with-unibyte-current-buffer to make string unibyte.
8886
8887 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8888 mm-string-as-multibyte.
8889
8890 2006-11-14 Daiki Ueno <ueno@unixuser.org>
8891
8892 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8893 Reported by Werner Koch <wk@gnupg.org>.
8894
8895 2006-11-14 Daiki Ueno <ueno@p360>
8896
8897 * mml2015.el: Autoload epa-select-keys when compiling.
8898
8899 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8900
8901 * mml2015.el (mml2015-epg-sign): Save the signing keys in
8902 message-options.
8903 (mml2015-epg-encrypt): Save the recipient keys in message-options.
8904
8905 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8906
8907 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
8908 EasyPG (< 0.0.6).
8909 (mml2015-always-trust): New user option.
8910 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8911 prompt.
8912
8913 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8914
8915 * nntp.el (nntp-authinfo-force): New variable.
8916 (nntp-send-authinfo): Use it.
8917
8918 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
8919
8920 * message.el (message-strip-subject-encoded-words): Allow _not_ to
8921 decode encoded words. Improve prompt. Add comment about forwarding.
8922 (message-replacement-char): Move up.
8923
8924 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8925
8926 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8927 instead of gnus-intersection because arguments of gnus-sorted-nunion
8928 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
8929
8930 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
8931
8932 * message.el (message-strip-subject-encoded-words): Reformat prompt.
8933 (message-simplify-subject-functions):
8934 Enable message-strip-subject-encoded-words by default.
8935
8936 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
8937
8938 * message.el (message-strip-subject-encoded-words): New function.
8939 (message-simplify-subject-functions): New variable.
8940 (message-simplify-subject): Use it. Fix typo in doc string.
8941 Support message-strip-subject-encoded-words.
8942
8943 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8944
8945 * gnus-diary.el (gnus-diary-delay-format-function):
8946 * nndiary.el (nndiary-reminders):
8947 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8948
8949 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8950
8951 * gnus-art.el (article-hide-boring-headers): Fetch date from
8952 gnus-original-article-buffer to avoid problems with localized date
8953 strings.
8954
8955 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8956
8957 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8958
8959 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
8960
8961 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8962 New variables.
8963 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8964 (mm-charset-synonym-alist): Move some entries to
8965 mm-codepage-iso-8859-list.
8966 (mm-charset-synonym-alist, mm-charset-override-alist):
8967 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8968
8969 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8970
8971 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8972
8973 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8974
8975 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8976 with Emacs 21 and XEmacs.
8977
8978 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
8979
8980 * spam.el (spam-parse-address): New function for better parsing,
8981 catching errors, etc.
8982 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8983
8984 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8985
8986 * mm-view.el: Add interactive arg to html2text autoload.
8987
8988 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8989
8990 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8991
8992 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
8993
8994 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8995 New variables.
8996 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8997 (mm-charset-synonym-alist): Move some entries to
8998 mm-codepage-iso-8859-list.
8999
9000 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9001
9002 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9003
9004 * message.el (message-citation-line-format)
9005 (message-insert-formated-citation-line): Fix implementation of %E, %N
9006 and %n according to the doc string.
9007
9008 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9009
9010 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9011 Use car-safe to avoid bad parses.
9012
9013 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9014
9015 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9016 names.
9017
9018 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9019
9020 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9021
9022 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9023 header.
9024
9025 * message.el (message-draft-headers): Add Date.
9026 (message-headers-to-generate): Fix typo in docstring.
9027
9028 * nndraft.el (nndraft-required-headers): New variable.
9029 (nndraft-generate-headers): Use it.
9030
9031 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9032
9033 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9034
9035 * gnus-registry.el (gnus-registry-wash-for-keywords)
9036 (gnus-registry-find-keywords): New functions to allow easy searching of
9037 articles that are in the registry.
9038
9039 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9040
9041 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9042 Use ietf-drums-parse-address instead of gnus-extract-address-components.
9043 Reported by Damien Elmes <damien@repose.cx>.
9044
9045 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9046
9047 * gnus.el (gnus-mime): Remove unused custom group.
9048
9049 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9050
9051 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9052 "blank line" when searching for end of armor headers.
9053
9054 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9055
9056 * gmm-utils.el (gmm-write-region): Fix variable name.
9057
9058 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9059
9060 * gmm-utils.el (gmm-write-region): New function based on compatibility
9061 code from `mm-make-temp-file'.
9062
9063 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9064
9065 * nnmaildir.el (nnmaildir--update-nov)
9066 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9067 Use `gmm-write-region'.
9068
9069 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9070
9071 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9072 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9073
9074 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9075
9076 * message.el (message-replacement-char): New variable.
9077 (message-fix-before-sending): Use it.
9078 (message-simplify-subject): New function to remove duplicate code.
9079 (message-reply, message-followup): Use it.
9080
9081 * gnus-sum.el (gnus-summary-make-menu-bar):
9082 Clarify gnus-summary-limit-to-articles.
9083
9084 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9085
9086 * gnus-util.el (gnus-with-local-quit): New macro.
9087
9088 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9089
9090 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
9091
9092 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9093 ignore non-string data.
9094
9095 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9096
9097 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9098 non-string data (needs to be done in the registry too).
9099
9100 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9101
9102 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9103 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9104 (gnus-registry-split-fancy-with-parent)
9105 (gnus-registry-fetch-simplified-message-subject-fast)
9106 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9107 Remove text properties on ingress into the registry and when it's saved.
9108 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9109 registry from entries with no groups.
9110
9111 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9112
9113 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9114 function to remove string properties.
9115
9116 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9117
9118 * gmm-utils.el (gmm): Adjust custom version.
9119
9120 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9121 Adjust custom version.
9122
9123 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9124
9125 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9126
9127 * gnus-art.el (gnus-insert-prev-page-button)
9128 (gnus-insert-next-page-button): Simplify. Reformat.
9129
9130 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9131
9132 * gnus-art.el (gnus-insert-prev-page-button)
9133 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9134
9135 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
9136
9137 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9138
9139 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9140
9141 * gnus-art.el (gnus-insert-mime-button)
9142 (gnus-insert-mime-security-button):
9143 Apply gnus-article-button-face to MIME and security buttons.
9144
9145 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9146
9147 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9148 readable.
9149
9150 2006-09-20 Steve Youngs <steve@sxemacs.org>
9151
9152 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9153 `browse-url-of-file' instead of `browse-url'.
9154
9155 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9156
9157 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9158 regexp. Articles containing quotation were cut prematurely.
9159
9160 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * message.el (message-cite-original-1): Use nobody by default for the
9163 value of From header.
9164 (message-reply): Ditto.
9165
9166 2006-09-11 Daiki Ueno <ueno@unixuser.org>
9167
9168 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9169 to the gnus-info. This fixes a bug of inline-PGP message verification.
9170 Reported by Michael Piotrowski <mxp@dynalabs.de>.
9171
9172 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9173
9174 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9175 mails in the doc string. Add some URLs in comment.
9176 (pop3-movemail): Warn about pop3-leave-mail-on-server.
9177
9178 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9179
9180 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9181 backslashes handling and the way to find boundaries of quoted strings.
9182
9183 2006-09-07 Daiki Ueno <ueno@unixuser.org>
9184
9185 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9186 mml1991-encrypt-to-self is set and mml1991-signers is not set.
9187 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9188 mml2015-encrypt-to-self is set and mml2015-signers is not set.
9189
9190 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9191
9192 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
9193 doc string.
9194 (gnus-button-regexp, gnus-button-last): Remove unused variables.
9195
9196 2006-09-06 Simon Josefsson <jas@extundo.com>
9197
9198 * mml2015.el (mml2015-use): Doc fix, mention epg.
9199
9200 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9201
9202 * mml2015.el (mml2015-use): Default to epg, if available.
9203
9204 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9205
9206 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9207 message-sender.
9208 (mml1991-epg-encrypt): Ditto.
9209 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9210 message-sender.
9211 (mml2015-epg-encrypt): Ditto.
9212
9213 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9214
9215 * message.el (message-send-mail-with-sendmail): Look for sendmail in
9216 several common directories.
9217
9218 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9219
9220 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9221 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9222
9223 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9224
9225 * gnus-art.el (article-decode-encoded-words): Make it fast.
9226
9227 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9228
9229 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9230
9231 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9232 in quoted string into `\'.
9233
9234 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9235
9236 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9237 Use standard-syntax-table.
9238
9239 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * gnus-art.el (gnus-decode-address-function): New variable.
9242 (article-decode-encoded-words): Use it to decode headers which are
9243 assumed to contain addresses.
9244 (gnus-mime-delete-part): Remove useless `or'.
9245
9246 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9247 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9248 (gnus-nov-parse-line): Use it to decode From header.
9249 (gnus-get-newsgroup-headers): Ditto.
9250 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9251
9252 * mail-parse.el (mail-decode-encoded-address-region): New alias.
9253 (mail-decode-encoded-address-string): New alias.
9254
9255 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9256 New function.
9257 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9258 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9259 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9260 (rfc2047-decode-string): Ditto.
9261 (rfc2047-decode-address-region): New function.
9262 (rfc2047-decode-address-string): New function.
9263
9264 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
9265
9266 * message.el (message-caesar-buffer-body): Allow rotating headers.
9267
9268 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9269
9270 * message.el (message-insert-formated-citation-line): Fix %f.
9271 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9272
9273 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9274
9275 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9276 (gnus-bookmark-mouse-available-p): New macro.
9277 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9278 (gnus-bookmark-bmenu-show-infos): Use it.
9279 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9280 (gnus-bookmark-bmenu-hide-infos): Ditto.
9281 (gnus-bookmark-remove-properties): New function.
9282 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9283 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9284 (gnus-bookmark-write-file): Bind coding-system-for-write.
9285 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9286 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9287 group before selecting it.
9288 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9289 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9290 quit-window if it is not available; use gnus-mouse-2 and bind it to
9291 gnus-bookmark-bmenu-select-by-mouse.
9292 (gnus-bookmark-show-details): Remove unused variable `details-list'.
9293 (gnus-bookmark-bmenu-select-by-mouse): New function.
9294
9295 2006-08-13 Romain Francoise <romain@orebokech.com>
9296
9297 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9298 space.
9299
9300 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9301
9302 * compface.el (uncompface): Use binary rather than raw-text-unix.
9303
9304 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9305
9306 * compface.el (uncompface): Make sure the eol conversion doesn't take
9307 place when communicating with the external programs.
9308 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9309
9310 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
9311
9312 * nnheader.el (nnheader-insert-head): Fix typo in comment.
9313
9314 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9315
9316 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9317 Make it more robust by parsing author and date independently.
9318
9319 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9320
9321 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9322
9323 2006-07-28 Daiki Ueno <ueno@unixuser.org>
9324
9325 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9326 first matching secret key.
9327 (mml2015-epg-encrypt): Ditto.
9328
9329 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9330 first matching secret key.
9331 (mml1991-epg-encrypt): Ditto.
9332
9333 * mml2015.el (mml2015-encrypt-to-self): New user option.
9334 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9335 mml2015-epg-encrypt-to-self is set.
9336
9337 * mml1991.el (mml1991-encrypt-to-self): New variable.
9338 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9339 mml1991-epg-encrypt-to-self is set.
9340
9341 * mml2015.el (mml2015-signers): New user option.
9342 (mml2015-epg-sign): Reflect the value of mml2015-signers.
9343 (mml2015-epg-encrypt): Allow to select signing keys.
9344
9345 * mml1991.el (mml1991-signers): New variable.
9346 (mml1991-epg-sign): Reflect the value of mml1991-signers.
9347 (mml1991-epg-encrypt): Allow to select signing keys.
9348
9349 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9350
9351 * nnheader.el (nnheader-insert-head): Make it work even if the file
9352 uses CRLF for the line-break code.
9353
9354 2006-07-25 Daiki Ueno <ueno@unixuser.org>
9355
9356 * mml2015.el: Require mml-sec instead of password.
9357 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9358 (mml2015-cache-passphrase): Inherit the default value from
9359 mml-secure-cache-passphrase.
9360 (mml2015-passphrase-cache-expiry): Inherit the default value from
9361 mml-secure-passphrase-cache-expiry.
9362
9363 * mml1991.el: Require mml-sec instead of password.
9364 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9365 (mml1991-cache-passphrase): Inherit the default value from
9366 mml-secure-cache-passphrase.
9367 (mml1991-passphrase-cache-expiry): Inherit the default value from
9368 mml-secure-passphrase-cache-expiry.
9369
9370 * mml-sec.el: Require password.
9371 (mml-secure-verbose): New user option.
9372 (mml-secure-cache-passphrase): New user option.
9373 (mml-secure-passphrase-cache-expiry): New user option.
9374
9375 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9376
9377 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9378 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
9379 andreas@altroot.de (Andreas Vögele).
9380
9381 FIXME: Use `tiny change'?
9382
9383 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9384
9385 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9386 workaround for the url package included with Emacs.
9387
9388 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9389
9390 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9391
9392 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9393 correctly. This fixes a bug caused by the 2006-05-12 change.
9394
9395 2006-07-18 Karl Fogel <kfogel@red-bean.com>
9396
9397 * nnmail.el (nnmail-article-group): If splitting raises an error, give
9398 some information about the error when saying that the `bogus' mail
9399 group will be used.
9400
9401 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
9402
9403 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9404 string.
9405
9406 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
9407
9408 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9409
9410 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9411
9412 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9413
9414 2006-07-10 Daiki Ueno <ueno@unixuser.org>
9415
9416 * mml1991.el (mml1991-function-alist): Add epg.
9417 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9418 (mml1991-epg-encrypt): New functions.
9419
9420 2006-07-10 Daiki Ueno <ueno@unixuser.org>
9421
9422 * mml2015.el (mml2015-verbose): New variable.
9423 (mml2015-cache-passphrase): Ditto.
9424 (mml2015-passphrase-cache-expiry): Ditto.
9425 (mml2015-function-alist): Add epg.
9426 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9427 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9428 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9429 New functions.
9430
9431 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9432
9433 * message.el (message-cite-original-1): Preserve region when removing
9434 quoted text due to X-No-Archive in order to avoid bogus attribution
9435 when citing multiple messages.
9436
9437 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9438
9439 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9440 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9441
9442 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
9443
9444 * gnus-diary.el (gnus-user-format-function-d)
9445 (gnus-user-format-function-D): Autoload.
9446
9447 * imap.el (Commentary): Fix typo.
9448
9449 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9450 2006-04-22 contribution.
9451
9452 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9453
9454 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9455 It didn't really fix the bogosity I'm seeing with solid web groups.
9456
9457 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9458
9459 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9460 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9461 created using server names. If we use the feature without declaring
9462 it, Gnus does not properly manage server and group state.
9463
9464 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9465 bound.
9466
9467 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9468
9469 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9470 looking up the method using GROUP's prefix before inventing a new one.
9471 It is used on killed/unknown groups in various places where returning
9472 an all-new method isn't expected by the caller.
9473
9474 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9475 and match semantics of gnus-group-real-prefix.
9476
9477 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
9478
9479 * nnmail.el (nnmail-broken-references-mailers): New variable.
9480 (nnmail-ignore-broken-references): New function generalizing
9481 nnmail-fix-eudora-headers.
9482 (nnmail-fix-eudora-headers): Now obsolete.
9483
9484 * gnus-art.el (gnus-button-handle-custom):
9485 Support `customize-apropos*'.
9486
9487 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9488
9489 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9490
9491 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9492 articles.
9493
9494 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9495
9496 * message.el (message-cite-reply-above): New variable.
9497 (message-yank-original): Use it.
9498
9499 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
9500
9501 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9502
9503 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
9504
9505 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9506 as read.
9507
9508 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9509
9510 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
9511
9512 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9513 (gnus-bookmark-default-file): Use gnus-directory.
9514 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9515 Remove "*" in doc string.
9516 (gnus-bookmark-write-file): Simplify.
9517 (gnus-bookmark-maybe-sort-alist): Use `when'.
9518 (gnus-bookmark-get-bookmark): Fix typo in doc string.
9519 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9520 Add FIXME about Emacs 21 and XEmacs compatibility.
9521 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9522 compatibility.
9523 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9524 compatibility.
9525 (gnus-bookmark-menu-heading): Fix version.
9526
9527 2006-06-19 Bastien Guerry <bzg@altern.org>
9528
9529 * gnus-bookmark.el: New file.
9530
9531 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9532
9533 * message.el (message-syntax-checks): Doc fix.
9534
9535 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9536
9537 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9538 unsubscribed groups as if they were killed ones. It causes duplicate
9539 entries in gnus-newsrc-alist.
9540
9541 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9542
9543 * message.el (message-syntax-checks): Doc fix.
9544 (message-send-mail): Add check for continuation headers.
9545 (message-check-news-header-syntax): Fix regexp used to check for
9546 continuation headers.
9547
9548 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9551
9552 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
9553
9554 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9555
9556 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9557
9558 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9559 default-truncate-lines.
9560
9561 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
9562
9563 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9564 to fill the utf-8 entry.
9565
9566 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9567
9568 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9569
9570 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
9571
9572 * gnus-agent.el (directory-files-and-attributes): Move all the way
9573 forward (the third and final move).
9574 (gnus-agent-read-agentview): Trap reconstruction errors due to
9575 nonexistent directory. Handle by returning nil.
9576
9577 2006-05-30 Didier Verna <didier@xemacs.org>
9578
9579 * message.el (message-dont-reply-to-names): Update the custom type.
9580 * message.el (message-dont-reply-to-names): New defsubst: potentially
9581 convert a list of regexps into a single one.
9582 * message.el (message-get-reply-headers): Use it.
9583 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9584
9585 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9586
9587 * gnus-agent.el (directory-files-and-attributes): Move forward.
9588
9589 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9590
9591 * gnus-ml.el (gnus-mailing-list-subscribe)
9592 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9593 (gnus-mailing-list-message): Fix doc strings.
9594
9595 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9596
9597 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9598 of doing it manually.
9599
9600 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9601
9602 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9603 comment.
9604
9605 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
9606
9607 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
9608 (gnus-agent-read-agentview): Fix handling of end-of-file error.
9609 (gnus-agent-read-local): All symbols allocated in my-obarray.
9610 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9611 (gnus-agent-regenerate-group): Check numeric names to see if they are
9612 messages or groups.
9613 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9614 better way of do this...)
9615
9616 * gnus-cache.el (gnus-agent-total-fetched-for):
9617 Ignore 'dummy.group' (there should be a better way of do this...)
9618
9619 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9620
9621 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9622 (gnus-saved-headers): Ditto.
9623 (gnus-default-article-saver): Mention functions may have properties.
9624 (gnus-article-save): Override gnus-save-all-headers and
9625 gnus-saved-headers by :headers property which saver function may have.
9626 (gnus-summary-save-in-file): Add :headers property.
9627 (gnus-summary-write-to-file): Ditto.
9628
9629 * gnus-sum.el (gnus-summary-save-article): Bind
9630 gnus-prompt-before-saving to t when saving many articles in a file;
9631 always show all headers.
9632
9633 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9634
9635 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9636 marks.
9637
9638 * message.el (message-indent-citation): Add optional arguments to allow
9639 using it outside of message buffers.
9640
9641 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9642 (gnus-article-treat-unfold-headers): Use it.
9643 (gnus-article-truncate-lines): New variable.
9644 (gnus-article-mode): Use it.
9645 (gnus-article-toggle-truncate-lines): New function.
9646
9647 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9648 Add gnus-article-toggle-truncate-lines.
9649
9650 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9651 coding system in XEmacs, use binary.
9652
9653 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9654
9655 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9656 after-load-alist.
9657
9658 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9659 this function should save decoded articles.
9660 (gnus-summary-write-to-file): Use property to specify this function
9661 should save decoded articles and specify gnus-summary-save-in-file
9662 should be used to save articles other than the first one when saving
9663 many articles.
9664 (gnus-summary-save-body-in-file): Use property to specify this
9665 function should save decoded articles.
9666 (gnus-summary-write-body-to-file): Use property to specify this
9667 function should save decoded articles and specify
9668 gnus-summary-save-body-in-file should be used to save articles other
9669 than the first one when saving many articles.
9670
9671 * gnus-sum.el (gnus-summary-save-article): Simplify.
9672
9673 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9674
9675 * gnus-art.el (gnus-default-article-saver):
9676 Add gnus-summary-write-body-to-file.
9677 (gnus-article-save-coding-system): Don't use coding system object
9678 in XEmacs.
9679 (gnus-read-save-file-name): Add optional `dir-var' argument which
9680 specifies directory in which files are saved; work even if optional
9681 `variable' argument is not specified.
9682 (gnus-summary-write-to-file): Read file name.
9683 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9684 (gnus-summary-write-body-to-file): New function.
9685
9686 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9687 (gnus-summary-local-variables): Add it.
9688 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9689 (gnus-summary-save-article): Remove optional `decode' argument;
9690 determine whether to decode articles by the value of
9691 gnus-default-article-saver; when saving many files using
9692 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9693 it first and use gnus-summary-save-in-file or
9694 gnus-summary-save-body-in-file thereafter unless
9695 gnus-prompt-before-saving is always; move point to article which
9696 will be saved.
9697 (gnus-summary-save-article-file): Revert.
9698 (gnus-summary-write-article-file): Revert.
9699 (gnus-summary-save-article-body-file): Revert.
9700 (gnus-summary-write-article-body-file): New function.
9701
9702 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9703
9704 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9705
9706 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9707
9708 * gnus-art.el (gnus-default-article-saver): Doc fix.
9709 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9710 from gnus-summary-save-article-coding-system, and default to a
9711 certain coding system.
9712 (gnus-output-to-file): Add coding cookie and encode text according
9713 to gnus-article-save-coding-system; don't use mm-append-to-file.
9714
9715 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9716 gnus-art.el and rename to gnus-article-save-coding-system.
9717 (gnus-summary-save-article): Require gnus-art; don't show all
9718 headers if it decodes articles; don't add coding cookie here;
9719 don't bind mm-text-coding-system-for-write.
9720 (gnus-summary-save-article-file): Save decoded articles.
9721 (gnus-summary-write-article-file): When saving many files, use
9722 gnus-summary-write-to-file first and gnus-summary-save-in-file
9723 thereafter unless gnus-prompt-before-saving is always.
9724 (gnus-summary-save-article-body-file): Save decoded articles.
9725
9726 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9727
9728 * nnrss.el (nnrss-check-group): Bind hash-index.
9729
9730 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
9731
9732 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9733 its hash index. Store this hash in `nnrss-group-data'.
9734 (nnrss-read-group-data): Update accordingly.
9735
9736 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9737
9738 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9739 entry.
9740
9741 * gnus-sum.el (gnus-summary-make-menu-bar):
9742 Add gnus-article-browse-html-article.
9743
9744 2006-05-23 Hynek Schlawack <hynek@ularx.de>
9745
9746 * gnus-sum.el (gnus-summary-mime-map):
9747 Add gnus-article-browse-html-article.
9748
9749 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9750
9751 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9752 suitable coding systems in customize.
9753
9754 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9755
9756 * mail-source.el (mail-sources): Fix custom type.
9757
9758 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9759
9760 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9761 (gnus-summary-expire-articles-now): Shorten prompt.
9762
9763 * gmm-utils.el (wid-edit): Require.
9764 (defun-gmm): Rename from `gmm-defun-compat'.
9765 (gmm-image-search-load-path): Use it.
9766 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
9767
9768 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9769
9770 * gnus-sum.el (gnus-summary-save-article-coding-system):
9771 New variable.
9772 (gnus-summary-save-article): Add optional `decode' argument.
9773 If it is set and gnus-summary-save-article-coding-system is non-nil,
9774 save decoded article.
9775 (gnus-summary-write-article-file): Save decoded article if
9776 gnus-summary-save-article-coding-system is non-nil.
9777
9778 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9779 type.
9780
9781 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9782
9783 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9784
9785 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9786
9787 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9788 first to test gnus-single-article-buffer which may be buffer-local.
9789
9790 * gnus-sum.el (gnus-summary-setup-buffer):
9791 Make gnus-single-article-buffer buffer-local and nil in ephemeral
9792 group; make gnus-article-buffer, gnus-article-current, and
9793 gnus-original-article-buffer always buffer-local.
9794 (gnus-summary-exit): Kill article buffer belonging to ephemeral
9795 group.
9796 (gnus-handle-ephemeral-exit): Don't move to next summary line.
9797
9798 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9799
9800 * nnml.el (nnml-request-compact-group): Compressed files might not
9801 have .gz extension.
9802
9803 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9806 (mm-copy-to-buffer): Use with-current-buffer.
9807 (mm-display-part): Simplify.
9808 (mm-inlinable-p): Add optional arg `type'.
9809
9810 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9813 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9814 Try harder to show the attachment internally or externally using
9815 gnus-mime-view-part-as-type.
9816
9817 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9818
9819 * message.el (message-from-style, message-signature-separator)
9820 (message-user-organization-file, message-send-mail-function)
9821 (message-citation-line-function, message-yank-prefix)
9822 (message-indent-citation-function, message-signature)
9823 (message-signature-file, message-signature-insert-empty-line):
9824 Remove autoloads.
9825
9826 * gnus-art.el (gnus-buttonized-mime-types):
9827 Remove "multipart/signed". Revert 2006-04-26 change.
9828
9829 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9830
9831 * gnus.el (gnus-version-number): Bump version.
9832
9833 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9834
9835 * gnus.el: No Gnus v0.5 is released.
9836
9837 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9838
9839 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9840 fetching articles by message-id.
9841
9842 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9843
9844 * message.el (hashcash): Require hashcash as normal.
9845
9846 * ecomplete.el (ecomplete-highlight-match-line):
9847 Use point-at-eol.
9848 (ecomplete-highlight-match-line): Use `highlight', because that
9849 face exists in both Emacs and XEmacs.
9850
9851 * message.el (message-display-abbrev): Use point-at-bol.
9852
9853 * mail-source.el: Don't require timer/timer-funcs.
9854
9855 * gnus-async.el: Ditto.
9856
9857 * password.el: Ditto.
9858
9859 * mm-url.el: Ditto.
9860
9861 * mm-util.el: Require timer/timer-funcs.
9862
9863 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9864
9865 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9866 Close.
9867
9868 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9869
9870 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9871 unibyte after clear-decrypt function runs.
9872
9873 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9874 returns as a unibyte string.
9875
9876 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9877
9878 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9879 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9880 (mml1991-pgg-encrypt): Ditto.
9881
9882 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9883
9884 * message.el (message-user-organization-file): Check several
9885 locations of the organization file.
9886
9887 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9888 Add gnus-article-view-part-as-type.
9889
9890 * gnus-art.el (gnus-article-view-part-as-type): New function.
9891
9892 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9893 .mobi and .travel. Remove .nato, .bitnet and .uucp.
9894
9895 * mml.el: Simplify autoload.
9896 (mml-mode): defvar dnd-protocol-alist instead of using
9897 symbol-value.
9898 (mml-default-directory): New variable.
9899 (mml-minibuffer-read-file): Use it.
9900 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9901
9902 * message.el (message-citation-line-format): New variable.
9903 (message-insert-formated-citation-line): New function.
9904 (message-citation-line-function):
9905 Add `message-insert-formated-citation-line' to custom type.
9906
9907 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9908 to doc string.
9909
9910 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9911 depending on mm-verify-option.
9912
9913 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9914
9915 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9916 binding pgg-* variables; reimplement the section which prevents
9917 MIME header from being signed.
9918 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9919 pgg-text-mode; remove a blank line at the top of body.
9920
9921 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9922 lines at the top of body; use gnus-newsgroup-charset if there's no
9923 Charset header.
9924
9925 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9926
9927 * message.el (message-self-insert-commands): Doc fix.
9928
9929 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9930 (mm-uu-pgp-encrypted-test): Ditto.
9931 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9932 between header and body; return application/pgp-encrypted handle
9933 if decryption failed; decode decrypted body by charset.
9934
9935 * mm-decode.el (mm-automatic-display): Don't make application/pgp
9936 element match to application/pgp-*.
9937
9938 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9939
9940 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9941 HTML.
9942
9943 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9944
9945 * mail-source.el (mail-source-call-script): Message the error
9946 string.
9947
9948 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9949
9950 * gnus-util.el (gnus-byte-compile): Use it.
9951
9952 2006-04-22 xyblor <fake@invalid.email> (tiny change)
9953
9954 * gnus-util.el (kill-empty-logs): New function.
9955
9956 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9957
9958 * message.el (message-mail-alias-type): Doc fix.
9959 (message-mail-alias-type-p): New function.
9960 (message-send): Use it.
9961 (message-mode): Ditto.
9962 (message-strip-forbidden-properties): Ditto.
9963
9964 * ecomplete.el (ecomplete-database-file-coding-system):
9965 New variable.
9966 (ecomplete-save): Use it.
9967 (ecomplete-setup): Use it.
9968
9969 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9970
9971 * message.el (message-self-insert-commands): New variable.
9972 (message-strip-forbidden-properties): Use it.
9973
9974 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9975
9976 * message.el (message-put-addresses-in-ecomplete): Use a regexp
9977 that doesn't make XEmacs choke.
9978
9979 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9980
9981 * gnus-util.el (gnus-replace-in-string):
9982 Prefer replace-regexp-in-string over of replace-in-string.
9983
9984 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9985
9986 * gnus-util.el (gnus-select-frame-set-input-focus):
9987 Use select-frame-set-input-focus if it is available in XEmacs; use
9988 definition defined in Emacs 22 for old Emacsen.
9989
9990 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9991
9992 * mm-view.el (mm-inline-text): Use equal instead of equalp.
9993
9994 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
9995
9996 * gnus-registry.el (gnus-registry-cache-save): Remove text
9997 properties when saving via the temp buffer.
9998
9999 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10000
10001 * message.el (message-generate-hashcash): Honor custom type.
10002
10003 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10004
10005 * message.el (message-generate-hashcash): Default to non-nil when
10006 hashcash is found.
10007
10008 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10009 (gnus-refer-thread-limit): Increase default to 500.
10010
10011 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10012
10013 * flow-fill.el (fill-flowed): Allow delete-space.
10014
10015 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10016
10017 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10018 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10019 Remove autoloads.
10020
10021 2006-04-18 Simon Josefsson <jas@extundo.com>
10022
10023 * message.el (message-generate-hashcash): Default to.
10024
10025 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10026
10027 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10028 concatenating segments rather than before concatenating them.
10029
10030 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10031
10032 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10033
10034 * imap.el (imap-quote-specials): New function.
10035 (imap-login-auth): Quote specials.
10036
10037 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10038
10039 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10040
10041 * message.el (message-forward-make-body-plain):
10042 Allow message-forward-ignored-headers to be a list.
10043 (message-remove-ignored-headers): Factor out into function.
10044 (message-forward-make-body-mml): Use it.
10045 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10046 (rfc2231-parse-string): Allow concatanation of parameters that
10047 aren't contiguous. The test case is
10048 (mail-header-parse-content-type "message/external-body;
10049 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10050 access-type=LOCAL-FILE;
10051 name*1*=plugh%2fhello-sailor%2fbing.pdf")
10052
10053 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * nntp.el (nntp-accept-process-output): Return the value of
10056 `nnheader-accept-process-output'.
10057
10058 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10059
10060 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10061 (gnus-button-alist): Recognize more diff formats.
10062 (gnus-button-patch): Strip directory.
10063
10064 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10065
10066 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10067 Emacs 22 when setting focus.
10068
10069 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10070
10071 * gnus-art.el (gnus-article-treat-types): Do treatment of
10072 text/x-verbatim parts.
10073 (gnus-button-patch): New command.
10074
10075 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10076 addresses that contain invalid characters.
10077
10078 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10079
10080 * message.el (message-put-addresses-in-ecomplete):
10081 Use gnus-replace-in-string.
10082 (message-is-yours-p): Use the more correct
10083 mail-header-parse-address instead of
10084 mail-extract-address-components.
10085 (message-put-addresses-in-ecomplete): Fix typo.
10086
10087 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10088 keystroke.
10089
10090 * gnus-art.el (gnus-treatment-function-alist): Change order of
10091 newsgroups/generic header folding to avoid double-folding.
10092
10093 * message.el (message-hidden-headers): Add X-Draft-From.
10094
10095 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10096 New command.
10097 (gnus-summary-repeat-search-article-backward): New command.
10098
10099 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10100 groups in the parent topic.
10101
10102 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
10103
10104 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10105 (spam-extra-header-to-number): Return the CRM114 number as a
10106 number instead of a string.
10107
10108 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10109
10110 * gnus-art.el (gnus-face-properties-alist): Move here from
10111 gnus-fun.
10112
10113 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10114
10115 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10116
10117 * message.el (message-strip-forbidden-properties): Only display on
10118 self-insert-command.
10119
10120 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10121 reindent.
10122 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10123
10124 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10125
10126 * smiley.el (smiley-style): Fix typo.
10127
10128 2006-03-23 Kenichi Handa <handa@m17n.org>
10129
10130 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10131 instead of set-buffer-multibyte.
10132
10133 2006-03-23 Kenichi Handa <handa@m17n.org>
10134
10135 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10136 buffer and then decode the buffer text if necessary.
10137 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10138 first, and after mm-encode-body, change the buffer to unibyte.
10139
10140 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10141
10142 * hashcash.el (hashcash-insert-payment-async-2):
10143 Use message-goto-eoh instead of doing it manually.
10144 (mail-add-payment): Use message-narrow-to-header instead of trying
10145 to do the same itself.
10146
10147 * message.el (message-hidden-headers): Add Face.
10148
10149 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10150 reparenting code.
10151 (gnus-summary-reparent-children): Refactored out code.
10152 (gnus-summary-thread-map): New keystroke.
10153 (gnus-summary-reparent-children): Make into command.
10154
10155 * smiley.el (smiley-style): Default to `medium' if using a large
10156 font.
10157
10158 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10159 does it itself.
10160
10161 * message.el (message-point-in-header-p): Simplify definition.
10162
10163 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10164
10165 * nnagent.el (nnagent-request-set-mark): Silence log file
10166 writing.
10167 (nnagent-request-set-mark): Use write-region instead of
10168 append-to-file.
10169
10170 * gnus-sum.el (gnus-read-header): Fudge article number if using a
10171 strange select method.
10172
10173 * ecomplete.el (ecomplete-display-matches): Get highlightling
10174 right.
10175 (ecomplete-display-matches): Use literals.
10176 (ecomplete-display-matches): Disable message logging.
10177
10178 * message.el (message-display-abbrev): Small optimization.
10179
10180 * ecomplete.el (ecomplete-display-matches): Allow automatic
10181 display.
10182
10183 * message.el (message-strip-forbidden-properties):
10184 Display abbrevs.
10185 (message-display-abbrev): Get automatic display right.
10186
10187 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10188 keystrokes.
10189
10190 2006-04-13 Romain Francoise <romain@orebokech.com>
10191
10192 TODO: Backport to v5-10!
10193
10194 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10195 Move here (and rename) from gnus-registry.el.
10196
10197 * gnus-registry.el: Require gnus-util.
10198 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10199
10200 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10201
10202 * gnus-group.el (gnus-group-catchup-current):
10203 Change if-then-else-if-then-else into cond.
10204 (gnus-group-catchup): Indent.
10205 (group-name-at-point): New function.
10206 (gnus-fetch-group): Provide default from thing at point.
10207
10208 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10209
10210 * message.el (message-display-abbrev): Fix regexp.
10211
10212 * ecomplete.el (ecomplete-highlight-match-line):
10213 Reimplement choosing.
10214 (ecomplete-highlight-match-line): Fix up code rewrite, remove
10215 dead variables.
10216
10217 * message.el (message-newline-and-indent): Remove debugging.
10218 (message-display-abbrev): Use new implementation.
10219
10220 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10221
10222 * gnus-art.el (gnus-article-mode):
10223 Set cursor-in-non-selected-windows to nil.
10224
10225 * smiley.el: Revert previous change.
10226 (smiley-data-directory): defvar it before using it in the
10227 defcustom of `smiley-style'.
10228
10229 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10230
10231 * message.el (message-newline-and-indent): New function.
10232
10233 * ecomplete.el: Implement more bits.
10234
10235 * message.el (message-put-addresses-in-ecomplete): Clean up the
10236 string.
10237
10238 * ecomplete.el (ecomplete-add-item): Chop off decimals.
10239
10240 * gnus-sum.el (gnus-summary-save-parts):
10241 Bind gnus-summary-save-parts-counter and use it to make unique file
10242 names.
10243
10244 * gnus-art.el (gnus-ignored-headers): Add some more headers.
10245
10246 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10247 parameter to say whether to actually parse the individual
10248 addresses.
10249
10250 * message.el (message-put-addresses-in-ecomplete): New function.
10251 (ecomplete): Require.
10252 (message-mail-alias-type): Add ecomplete as an option.
10253
10254 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
10255
10256 * flow-fill.el (fill-flowed): Remove trailing space from blank
10257 quoted lines.
10258
10259 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10260
10261 * smiley.el (smiley-style): Move definition later to avoid a
10262 compilation warning.
10263
10264 2006-04-12 Kenichi Handa <handa@m17n.org>
10265
10266 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10267 buffer and then decode the buffer text if necessary.
10268 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10269 first, and after mm-encode-body, change the buffer to unibyte.
10270 Use mm-disable-multibyte instead of set-buffer-multibyte.
10271
10272 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10275 Content-Type header instead of Content-Disposition header.
10276 (gnus-mime-inline-part): Ditto.
10277 (gnus-mime-view-part-as-charset): Ignore charset that the part
10278 specifies.
10279
10280 * mm-decode.el (mm-display-part): Work with external parts and
10281 usual parts similarly.
10282
10283 * mm-extern.el (mm-inline-external-body): Use mm-display-part
10284 instead of gnus-display-mime.
10285
10286 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10287 instead of with-temp-buffer.
10288
10289 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10290 tag to summarized topics part in order to encode non-ASCII text.
10291
10292 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10293
10294 * smiley.el (smiley-style): New variable.
10295 (smiley-directory): New function.
10296 (smiley-data-directory): Derive from `smiley-style' using
10297 `smiley-directory'.
10298 (smiley-regexp-alist): Add new entries.
10299
10300 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10301 (gnus-article-browse-delete-temp): Add :version.
10302
10303 2006-04-11 Arne Jørgensen <arne@arnested.dk>
10304
10305 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10306 the sieve region.
10307
10308 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10309
10310 * gnus.el (gnus-version-number): Bump version.
10311
10312 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10313
10314 * gnus.el: No Gnus v0.4 is released.
10315
10316 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10317
10318 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10319 layout.
10320
10321 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10322 unknown charset.
10323
10324 * message.el (message-header-synonyms): Add Original-To to the
10325 default.
10326
10327 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10328 optional parameter.
10329
10330 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10331
10332 * gnus-fun.el (gnus): Require it for gnus-directory.
10333
10334 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10335
10336 * gnus-fun.el (gnus-face-properties-alist): Add :version.
10337
10338 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10339
10340 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10341
10342 2006-04-05 Simon Josefsson <jas@extundo.com>
10343
10344 * password.el (password-reset): New function.
10345
10346 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10347
10348 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10349 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10350
10351 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10352
10353 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10354 Some whitespace was matched into the url, which broke browsing hits
10355 > 100 when mm-url-use-external was nil.
10356
10357 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
10358
10359 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10360 Check gnus-extra-headers for 'Newsgroups.
10361
10362 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10363 bound.
10364
10365 2006-04-04 Daiki Ueno <ueno@unixuser.org>
10366
10367 * pgg-gpg.el: Clean up process buffers every time gpg processes
10368 complete.
10369
10370 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
10371
10372 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10373 doc string.
10374
10375 2006-04-03 Daiki Ueno <ueno@unixuser.org>
10376
10377 * pgg-gpg.el (pgg-gpg-process-filter)
10378 (pgg-gpg-wait-for-completion): Check if buffer is alive.
10379
10380 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10381 lines, temporary fix.
10382
10383 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10384
10385 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10386
10387 2006-03-29 Daiki Ueno <ueno@unixuser.org>
10388
10389 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10390 default-enable-multibyte-characters. This reverts the change from
10391 revision 6.17 which is no longer necessary because the passphrase
10392 is sent separately now. GnuPG messages are unreadable under
10393 multibyte locales with default-enable-multibyte-characters set to
10394 nil.
10395
10396 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
10397
10398 * message.el (message-tool-bar-gnome): Move "spell".
10399
10400 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
10401
10402 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10403 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
10404 instead.
10405
10406 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
10407
10408 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10409 Improve newsgroups handling for NNTP overviews which don't include
10410 Newsgroups.
10411
10412 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10413
10414 * message.el (message-resend): Bind message-generate-hashcash to nil.
10415
10416 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10417
10418 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10419 when searching for already-paid recipients.
10420
10421 2006-03-27 Daiki Ueno <ueno@unixuser.org>
10422
10423 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10424 passphrases when it is not needed.
10425 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10426 passphrase stuff from gpg, should only be necessary when you use
10427 gpg with a smartcard.
10428
10429 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10430
10431 * mml.el (mml-insert-mime): Ignore cached contents of
10432 message/external-body part.
10433
10434 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10435 (mm-insert-part): Ditto.
10436
10437 2006-03-23 Simon Josefsson <jas@extundo.com>
10438
10439 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10440 Reiner.
10441 (pgg-gpg-use-agent-p): Use it again.
10442
10443 2006-03-23 Simon Josefsson <jas@extundo.com>
10444
10445 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10446 older emacsen.
10447 (pgg-gpg-use-agent-p): Don't use it.
10448
10449 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10450
10451 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10452 if we can.
10453
10454 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
10455
10456 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10457 (pgg-gpg-update-agent): New function.
10458 (pgg-gpg-use-agent-p): New function.
10459 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10460 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10461 (pgg-gpg-sign-region): Use it.
10462
10463 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
10464
10465 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10466 Reported by Ralf Wachinger <rwachinger@gmx.de>.
10467
10468 2006-03-21 Simon Josefsson <jas@extundo.com>
10469
10470 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10471 <wilde@sha-bang.de>.
10472 (pgg-gpg-use-agent): New variable.
10473 (pgg-gpg-process-region): Use it.
10474 (pgg-gpg-encrypt-region): Likewise.
10475 (pgg-gpg-encrypt-symmetric-region): Likewise.
10476 (pgg-gpg-decrypt-region): Likewise.
10477 (pgg-gpg-sign-region): Likewise.
10478 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10479
10480 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
10481
10482 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10483
10484 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10485 Add comment on version.
10486
10487 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
10488
10489 * smiley.el: Add missing test smiley.
10490
10491 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10492
10493 * mm-decode.el (mm-with-part): New macro.
10494 (mm-get-part): Use it; work with message/external-body as well.
10495 (mm-save-part): Treat name and filename equally.
10496
10497 * mm-extern.el (mm-extern-cache-contents): New function.
10498 (mm-inline-external-body): Use it; force the part to be displayed;
10499 move undisplayer added to the cached handle to the parent.
10500
10501 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10502 (gnus-mime-view-part-as-type): Work with message/external-body.
10503
10504 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10505
10506 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10507
10508 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10509 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10510 Emacs.]
10511
10512 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
10513
10514 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10515 path rather than symbol. Always return list of directories.
10516 Guarantee that image directory comes first. [Sync with image.el,
10517 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10518
10519 * message.el (message-make-tool-bar): Adjust to new API of
10520 `gmm-image-load-path-for-library'.
10521
10522 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10523
10524 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10525
10526 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10527
10528 * gnus-art.el (gnus-article-only-boring-p):
10529 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10530 intangible text.
10531 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10532
10533 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
10534
10535 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10536 Use `defun' instead of `gmm-defun-compat'.
10537
10538 2006-03-14 Simon Josefsson <jas@extundo.com>
10539
10540 * message.el (message-unique-id): Don't use message-number-base36
10541 if (user-uid) is a float.
10542 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10543
10544 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10545
10546 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10547
10548 * gnus-art.el (gnus-mime-display-single): Make sure there is an
10549 empty line between a part and a message part.
10550
10551 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
10552
10553 * smiley.el: Add more test smileys.
10554 (smiley-data-directory, smiley-regexp-alist)
10555 (gnus-smiley-file-types): Fix doc strings.
10556 (smiley-update-cache): Clear smiley-cached-regexp-alist before
10557 adding new elements.
10558 (smiley-mouse-map): Unused code. Make it a comment.
10559
10560 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
10561
10562 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10563 scan latest NoCeM messages instead of old ones.
10564 (gnus-nocem-check-article): Fix regexps so as to match to PGP
10565 delimiters that are recently used.
10566 (gnus-nocem-load-cache): Add autoload cookie.
10567
10568 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10569
10570 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10571 level which is larger than gnus-use-nocem is specified.
10572
10573 * gnus-group.el (gnus-group-get-new-news): Ditto.
10574
10575 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
10576
10577 * gnus-util.el (gnus-tool-bar-update): New function.
10578
10579 * gnus-group.el (gnus-group-update-tool-bar): New variable.
10580 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10581
10582 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10583
10584 * gnus-group.el (gnus-group-redraw-when-idle)
10585 (gnus-group-redraw-check): Remove.
10586 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10587
10588 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
10589
10590 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10591 if optional last element is specified in splits (FIELD VALUE...).
10592
10593 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
10594
10595 * message.el (message-make-tool-bar): Rename gmm-image-load-path
10596 to gmm-image-load-path-for-library. Call with no-error argument.
10597 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10598
10599 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10600
10601 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10602
10603 * gmm-utils.el (gmm-image-load-path): Remove alias.
10604
10605 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
10606
10607 * gmm-utils.el (gmm-image-load-path): Add alias.
10608
10609 * nnml.el (nnml-generate-nov-databases-directory): Rename from
10610 nnml-generate-nov-databases-1.
10611 (nnml-generate-nov-databases): Use it.
10612 (nnml-generate-nov-databases-directory): Document no-active
10613 argument.
10614
10615 * gmm-utils.el (gmm-image-load-path-for-library): Return single
10616 directory if path is t. Add no-error.
10617
10618 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10619 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10620
10621 * gnus-art.el (gnus-article-browse-delete-temp-files):
10622 Simplify resetting gnus-article-browse-html-temp-list.
10623
10624 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10625 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
10626 Add example to docstring. Rename local variables. Move error
10627 checks to default case in cond and simplify.
10628
10629 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
10630
10631 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10632 handle is multipart when calling it recursively.
10633 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10634
10635 2006-03-03 Daniel Pittman <daniel@rimspace.net>
10636
10637 * nnimap.el (nnimap-request-update-info-internal): Optimize.
10638 Don't `gnus-uncompress-range' to avoid excessive memory usage.
10639
10640 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10641
10642 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10643 is loaded.
10644
10645 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10646 loaded.
10647
10648 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10649
10650 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10651 to "Emacs 23 (unicode)" in doc string.
10652
10653 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10654 "Emacs 23 (unicode)" in comment.
10655
10656 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10657
10658 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10659
10660 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10661 characters 160 through 255 in Emacs 23.
10662
10663 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10664
10665 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10666 gnus-article-browse-html-temp.
10667 (gnus-article-browse-delete-temp): Make it customizable.
10668 Add `file'. Adjust doc string.
10669 (gnus-article-browse-delete-temp-files): Add argument.
10670 Allow query for each file. Adjust doc string.
10671 (gnus-article-browse-html-parts):
10672 Add `gnus-article-browse-delete-temp-files' to
10673 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10674
10675 2006-03-02 Hynek Schlawack <hynek@ularx.de>
10676
10677 * gnus-art.el (gnus-article-browse-html-temp)
10678 (gnus-article-browse-delete-temp): New variables.
10679 (gnus-article-browse-delete-temp-files): New function.
10680 (gnus-article-browse-html-parts): Use it.
10681
10682 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10683
10684 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10685
10686 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10687 string.
10688
10689 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10690 gnus-summary-insert-new-articles when unplugged.
10691 Remove gnus-summary-search-article-forward.
10692
10693 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10694 display-visual-class instead of display-color-cells.
10695
10696 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10697
10698 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10699 message/* containing non-ASCII text properly.
10700
10701 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
10702
10703 * message.el: Require gmm-utils, remove autoloads.
10704 (message-tool-bar): Set default based on
10705 gmm-tool-bar-style.
10706 (message-tool-bar-gnome): Add gmm-customize-mode.
10707
10708 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10709 gmm-tool-bar-style.
10710 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10711
10712 * gnus-group.el (gnus-group-tool-bar): Set default based on
10713 gmm-tool-bar-style.
10714 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10715
10716 * gmm-utils.el (gmm-image-directory): Rename variable from
10717 gmm-image-load-path.
10718 (gmm-image-load-path): Use gmm-image-directory.
10719 (gmm-customize-mode): New function.
10720 (gmm-tool-bar-style): New variable.
10721
10722 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10723 gnus-group-redraw-line-number.
10724 (gnus-group-redraw-check): Simplify.
10725 (gnus-group-tool-bar-update): Remove redraw check.
10726 (gnus-group-make-tool-bar): Add redraw check.
10727
10728 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
10729
10730 * gnus-art.el (gnus-button): Add missing parentheses.
10731
10732 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10733
10734 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10735
10736 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10737
10738 * gnus-art.el (gnus-button): New face.
10739 (gnus-article-button-face): Use it.
10740
10741 * gnus-sum.el (gnus-summary-tool-bar-gnome):
10742 Add gnus-summary-next-page. Re-order.
10743
10744 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10745 next-node are now included.
10746 (gnus-group-redraw-line-number): New internal variable.
10747 (gnus-group-redraw-check): Helper function for updating the tool
10748 bar.
10749 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10750
10751 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10752
10753 * spam.el (spam-spamassassin-score-regexp): New internal variable.
10754 (spam-extra-header-to-number, spam-check-spamassassin-headers):
10755 Use it to match format of Spamassassin 3.0 and later.
10756 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
10757 (spam-check-bogofilter)
10758 (spam-bogofilter-register-with-bogofilter): Fix args of
10759 `gnus-error' calls.
10760
10761 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10762
10763 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10764 unnecessary interaction when sending queued mails.
10765 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10766
10767 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10768
10769 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10770 first or last are nil.
10771
10772 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10773
10774 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10775
10776 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10777
10778 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10779
10780 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10781
10782 * dns.el (query-dns): Protect more against buggy tcp output.
10783
10784 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10785
10786 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10787 nov.php.
10788
10789 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10790
10791 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10792 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10793 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
10794 output on the server side.
10795 (nnweb-google-create-mapping): Update regexps and add some
10796 progress indication.
10797
10798 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
10799
10800 * gnus-group.el (gnus-group-tool-bar-gnome):
10801 Fix gnus-agent-toggle-plugged. Re-order icons.
10802 (gnus-group-tool-bar-gnome):
10803 Add gnus-group-{prev,next}-unread-group.
10804 (gnus-group-tool-bar-gnome): Re-order icons.
10805
10806 * gnus-sum.el (gnus-summary-tool-bar-gnome):
10807 Move gnus-summary-insert-new-articles.
10808
10809 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
10810 Fix comments.
10811
10812 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
10813 also available in Emacs 21.3.
10814
10815 * message.el (message-fix-before-sending): Change "Emacs 22" to
10816 "Emacs 23 (unicode)" in comment.
10817
10818 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10819 "Emacs 23 (unicode)" in comment.
10820
10821 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10822 comment.
10823 (mm-coding-system-p): Add comment about no-MULE XEmacs.
10824
10825 * mm-view.el (mm-fill-flowed): Add :version.
10826
10827 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10828
10829 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10830 and load-path.
10831
10832 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
10833
10834 * message.el: Autoload gmm-image-load-path.
10835 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10836 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
10837 consitency.
10838
10839 * gmm-utils.el (gmm-image-load-path): Also search in
10840 "../etc/images". Don't set gmm-image-load-path if we don't find
10841 the image.
10842
10843 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
10844
10845 * gmm-utils.el (gmm-image-load-path): Don't make
10846 `gmm-image-load-path' include subdirectories which the second arg
10847 `image' might specify.
10848
10849 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10850 subdirectory to icon file names.
10851
10852 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10853
10854 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10855
10856 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10857 gmm-image-load-path calls.
10858
10859 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10860
10861 * message.el (message-make-tool-bar): Ditto.
10862
10863 * mml.el (mml-preview): Add comment concerning tool bar icons.
10864
10865 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10866 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10867
10868 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10869 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10870
10871 * message.el (message-tool-bar-gnome): Use new icon names.
10872 (message-make-tool-bar): Use `gmm-image-load-path'.
10873
10874 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
10875 New functions from MH-E.
10876 (gmm-image-load-path): New variable from MH-E.
10877 (gmm-image-load-path): New function from MH-E. Add arguments
10878 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
10879 *-image-load-path-called-flag.
10880
10881 2006-02-21 Milan Zamazal <pdm@brailcom.org>
10882
10883 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10884
10885 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
10886
10887 * nnimap.el (nnimap-request-move-article): Change folder back to
10888 source group before deleting.
10889
10890 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
10891
10892 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10893
10894 * gnus-art.el (mm-url-insert-file-contents-external):
10895 Autoload mm-url.
10896
10897 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10898
10899 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
10900
10901 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10902 coding system which mm-charset-to-coding-system returns for a
10903 given charset is valid.
10904
10905 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10906
10907 * html2text.el (html2text-remove-tag-list):
10908 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10909
10910 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * gnus-cus.el: Revert 2005-10-17 change.
10913
10914 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
10915
10916 * gnus-art.el (article-strip-banner):
10917 Call article-really-strip-banner only when the regexp match is made.
10918
10919 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
10920
10921 * gnus-art.el (article-strip-banner):
10922 Use gnus-extract-address-components instead of
10923 mail-header-parse-addresses to make it work with non-ASCII text;
10924 remove mail-encode-encoded-word-string.
10925
10926 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10927 values which are surrounded with \"...\"; make it never cause a
10928 Lisp error; give up parsing of parameters if it failed in
10929 extracting type.
10930
10931 2006-02-14 Arne Jørgensen <arne@arnested.dk>
10932
10933 * smime.el (smime-cert-by-ldap-1): Fix bug where
10934 `smime-ldap-search' returns results without userCertificates.
10935
10936 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
10937
10938 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10939
10940 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10941
10942 * spam.el (spam-check-spamassassin-headers): Adapt format for
10943 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
10944 <ari@mbf.ocn.ne.jp>.
10945 (spam-list-of-processors): Add spam-use-gmane.
10946
10947 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
10948
10949 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10950 make-temp-file; make it work with XEmacs as well.
10951
10952 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10953 mm-make-temp-file.
10954
10955 * mm-decode.el (mm-display-external): Use the 3rd arg of
10956 mm-make-temp-file.
10957 (mm-create-image-xemacs): Ditto.
10958
10959 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
10960
10961 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10962 with message-narrow-to-headers.
10963 (gnus-draft-setup): Narrow to header to run message-fetch-field.
10964 (gnus-draft-check-draft-articles): New function.
10965 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10966
10967 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
10968
10969 * gnus-art.el (gnus-article-browse-html-parts):
10970 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10971 Don't use suffix argument for mm-make-temp-file for Emacs 21
10972 compatibility. Remove useless `format'.
10973
10974 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10975
10976 * nnweb.el (nnweb-google-wash-article): Update regexps.
10977 (nnweb-group-alist): Use defvoo instead of defvar.
10978
10979 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10980
10981 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10982 re-loading nn* modules.
10983
10984 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10985
10986 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10987 for `tool-bar-mode' and don't check it's default-value.
10988
10989 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10990
10991 * message.el (message-make-tool-bar): Ditto.
10992
10993 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10994 `substring'. Shorten tmp-file name.
10995
10996 * gnus.el: Remove bogus comment.
10997
10998 2006-02-10 Hynek Schlawack <hynek@ularx.de>
10999
11000 * gnus-art.el (gnus-article-browse-html-parts): New function.
11001 (gnus-article-browse-html-article): New function for viewing html
11002 articles with a browser.
11003
11004 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11005
11006 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11007 (mml2015-pgg-encrypt): Ditto.
11008
11009 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11010 (mml1991-pgg-encrypt): Ditto.
11011
11012 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11013
11014 * nnfolder.el (nnfolder-insert-newsgroup-line):
11015 Use message-make-date instead of current-time-string.
11016
11017 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11018 to gnus-decoded which mm-uu might set.
11019
11020 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11021
11022 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11023 don't decode quoted parameters; remove misimported Emacs code.
11024 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11025 (rfc2231-decode-encoded-string): Don't use split-string which
11026 behaves differently according to Emacs version; use
11027 mm-decode-coding-region to convert charset to coding-system.
11028 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11029 (rfc2231-encode-string): Remove misimported Emacs code.
11030
11031 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11032
11033 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11034 when calling mail-header-parse-content-type.
11035 (article-de-quoted-unreadable): Ditto.
11036 (article-de-base64-unreadable): Ditto.
11037 (article-wash-html): Ditto.
11038
11039 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11040 calling mail-header-parse-content-type and
11041 mail-header-parse-content-disposition.
11042 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11043 mail-header-parse-content-type.
11044
11045 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11046 insert charset and format parameters; encode description after
11047 inserting it to buffer.
11048 (mml-insert-parameter): Fold lines properly even if a parameter is
11049 segmented into two or more lines; change the max column to 76.
11050
11051 * rfc1843.el (rfc1843-decode-article-body): Don't use
11052 ignore-errors when calling mail-header-parse-content-type.
11053
11054 * rfc2231.el (rfc2231-parse-string): Return at least type if
11055 possible; don't cause an error even if it fails in parsing of
11056 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11057 (rfc2231-encode-string): Don't break lines at the beginning, leave
11058 it to mml-insert-parameter.
11059
11060 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11061 calling mail-header-parse-content-type.
11062
11063 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
11064
11065 * spam-report.el (spam-report-gmane-use-article-number):
11066 Improve doc string.
11067 (spam-report-gmane-internal): Check if a suitable header was found
11068 in the article.
11069
11070 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
11071
11072 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11073 (rfc2231-encode-string): Make param*=value always begin with LWSP.
11074
11075 2006-02-05 Romain Francoise <romain@orebokech.com>
11076
11077 Update copyright notices of all files in the gnus directory.
11078
11079 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11080
11081 * nnweb.el (nnweb-request-group): Avoid growing overview files.
11082
11083 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11084
11085 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11086 segmented lines of parameter value to cope with Thunderbird 1.5
11087 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11088 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11089 (rfc2231-encode-string): Don't make lines exceeding 76 column.
11090
11091 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
11092
11093 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11094 parts.
11095
11096 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11097
11098 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11099 there's only one active file for all servers.
11100 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11101 solid groups. Gnus might have used a FAST request to select the group.
11102 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11103 and nnweb-search redundantly in the active file.
11104 (nnweb-request-list): Don't list bogus groups. There can only be one.
11105 (nnweb-request-create-group): Don't use ARGS.
11106 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11107 initialisations. Let nnoo do the work.
11108
11109 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
11110
11111 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11112 Say the part has been decoded.
11113
11114 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11115
11116 2006-01-31 Kevin Ryde <user42@zip.com.au>
11117
11118 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11119 mailcap-viewer-test-cache when there's no 'test clause, since that
11120 will invert the meaning of a "nil" test previously determined by
11121 mailcap-mailcap-entry-passes-test.
11122
11123 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
11124
11125 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11126 compiling.
11127
11128 * gnus-sum.el: Ditto.
11129
11130 * message.el: Don't bind tool-bar-map when compiling.
11131
11132 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
11133
11134 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11135
11136 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11137
11138 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11139 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11140 current Google Groups.
11141
11142 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
11143
11144 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11145 and tool-bar-mode.
11146
11147 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11148 and tool-bar-mode.
11149
11150 * message.el (message-tool-bar-update): Simplify.
11151 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11152
11153 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11154 gnus-summary-buffer.
11155 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11156 gnus-summary-reply.
11157
11158 * gmm-utils.el (gmm): Add :version.
11159
11160 2006-01-26 Steve Youngs <steve@sxemacs.org>
11161
11162 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11163 Don't autoload.
11164
11165 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11166
11167 * gmm-utils.el (gmm-verbose): Add :group.
11168
11169 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
11170
11171 * message.el: Change some comments WRT tool-bars.
11172
11173 * gnus-sum.el (gnus-summary-tool-bar)
11174 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11175 (gnus-summary-tool-bar-zap-list): New variables.
11176 (gnus-summary-make-tool-bar): Complete rewrite using
11177 `gmm-tool-bar-from-list'.
11178
11179 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11180 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11181 New variables.
11182 (gnus-group-make-tool-bar): Complete rewrite using
11183 `gmm-tool-bar-from-list'.
11184 (gnus-group-tool-bar-update): New function.
11185
11186 * message.el (message-mode-field-menu): Add "Show hidden Headers".
11187
11188 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
11189
11190 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11191 is dissected into a single part of which the type is the same as
11192 the given one; decode charset.
11193
11194 2006-01-21 Kevin Ryde <user42@zip.com.au>
11195
11196 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11197 into alists as symbol not string, since that's what
11198 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11199 look for.
11200
11201 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
11202
11203 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11204 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11205
11206 * message.el (message-tool-bar-gnome): Use gmm-ignore.
11207
11208 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11209
11210 * gnus-art.el (gnus-mime-security-button-commands): New variable.
11211 (gnus-mime-security-button-menu): New definition.
11212 (gnus-mime-security-button-map): Use them.
11213 (gnus-mime-security-button-menu): New function.
11214 (gnus-insert-mime-security-button): Addition to help echo.
11215 (gnus-mime-security-run-function, gnus-mime-security-save-part)
11216 (gnus-mime-security-pipe-part): New functions.
11217
11218 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11219 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11220
11221 * mm-decode.el (mm-handle-set-disposition): Remove.
11222 (mm-handle-set-description): Remove.
11223
11224 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11225
11226 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11227 (mm-w3m-standalone-supports-m17n-p): New function.
11228 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11229 w3m usage.
11230
11231 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11232 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11233
11234 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11235
11236 * message.el (message-tool-bar-zap-list):
11237 Use gmm-tool-bar-zap-list as custom type.
11238 (message-tool-bar-update): New function.
11239 (message-tool-bar, message-tool-bar-gnome)
11240 (message-tool-bar-retro): Add message-tool-bar-update.
11241 (message-tool-bar-gnome): Add flyspell-buffer.
11242
11243 * gnus-util.el (gnus-error): Describe `args'.
11244
11245 * gmm-utils.el (gmm-error): Describe `args'.
11246 (gmm-tool-bar-zap-list): New widget.
11247 (gmm-tool-bar-from-list): Improve description of `zap-list'.
11248
11249 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11250
11251 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11252 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11253 the number of recursive calls.
11254
11255 * mm-decode.el (mm-handle-set-disposition): New macro.
11256 (mm-handle-set-description): New macro.
11257
11258 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11259
11260 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11261 encoding.
11262
11263 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11264
11265 * message.el (message-tool-bar-zap-list, message-tool-bar)
11266 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11267 (message-tool-bar-local-item-from-menu): Remove.
11268 (message-tool-bar-map): Replace by `message-make-tool-bar'.
11269 (message-make-tool-bar): New function.
11270 (message-mode): Use `message-make-tool-bar'.
11271
11272 * gmm-utils.el: New file.
11273 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11274 (gmm-lazy): New widget copied from `nnmail.el'.
11275 (gmm-tool-bar-from-list): New function for creating customizable
11276 tool bars.
11277 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
11278 output.
11279 (gmm): Add :prefix to defgroup.
11280
11281 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
11282
11283 * gmm-utils.el (gmm-widget-p): New function.
11284
11285 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11286
11287 * mml.el (mml-attach-file): Describe `description' in doc string.
11288 (mml-menu): Add Emacs MIME manual and PGG manual.
11289
11290 2006-01-20 Richard M. Stallman <rms@gnu.org>
11291
11292 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11293
11294 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
11295
11296 * nntp.el (nntp-end-of-line): Doc fix.
11297
11298 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
11299
11300 * imap.el (imap-open): Handle case where buffer is a buffer
11301 object.
11302
11303 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * gnus-delay.el (gnus-delay): Don't autoload.
11306 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11307 to be re-loaded when customizing the `gnus-delay' group.
11308
11309 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
11310
11311 * message.el (message-insert-citation-line): Use newlines.
11312
11313 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11314
11315 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11316
11317 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11318
11319 2006-01-19 Mark D. Baushke <mdb@gnu.org>
11320
11321 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11322
11323 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11324
11325 * mm-decode.el (mm-inlined-types): Add application/pgp.
11326 (mm-automatic-display): Ditto.
11327
11328 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11329 part as text.
11330
11331 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11332
11333 * nnrss.el: Update copyright.
11334 (nnrss-opml-import): Query whether to subscribe to each entry.
11335
11336 * gnus-art.el:
11337 * gnus-sum.el:
11338 * mm-uu.el:
11339 * mm-view.el: Update copyright.
11340
11341 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
11342
11343 * message.el (message-info): New function.
11344 (message-mode-menu): Add it.
11345 Update copyright.
11346
11347 * ChangeLog: Fix and update copyright.
11348
11349 2006-01-13 Romain Francoise <romain@orebokech.com>
11350
11351 * message.el (message-forward-subject-name-subject): Prefer the
11352 address to 'nowhere' if the sender has no name.
11353 Fix typo. Update copyright year.
11354
11355 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11356
11357 * gnus-art.el (article-wash-html):
11358 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11359 (gnus-article-wash-html-with-w3m-standalone): New function.
11360
11361 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11362 mm-inline-text-html-render-with-w3m-standalone.
11363 (mm-text-html-washer-alist): Map w3m-standalone to
11364 gnus-article-wash-html-with-w3m-standalone.
11365 (mm-inline-text-html-render-with-w3m-standalone): New function.
11366
11367 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11368
11369 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11370 Improve LaTeX.
11371
11372 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11373
11374 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11375 (nnrss-request-article): Render text/plain parts as HTML.
11376
11377 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11378 the buffer.
11379
11380 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11381
11382 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11383 custom definition of `gnus-posting-styles'.
11384
11385 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11386 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11387
11388 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
11389
11390 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11391 Use nntp for bug archive.
11392
11393 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11394
11395 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11396 parts.
11397 (nnrss-normalize-date): New function converts ISO 8601 date into
11398 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11399 (nnrss-check-group): Use it.
11400
11401 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11404
11405 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11406 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
11407 (nnrss-insert-w3): Ditto.
11408
11409 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11410
11411 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11412 the articles to be forwarded including the case where neither a
11413 number of articles nor a region is specified.
11414
11415 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11416
11417 * nnrss.el (nnrss-request-article): Fix last change; fill
11418 text/plain parts.
11419
11420 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
11421
11422 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11423 in text/plain part.
11424 (nnrss-check-group): Don't add excessive newline to dc:subject.
11425
11426 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
11427
11428 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11429 article.
11430
11431 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11432
11433 * nnml.el: Don't require gnus-bcklg. Autoload it.
11434 (nnml-use-compressed-files, nnml-save-mail): Support other
11435 comression programs such as bzip2.
11436
11437 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11438
11439 * dns.el (query-dns): Make sure we check the buffer size before
11440 removing tcp headers.
11441
11442 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
11443
11444 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11445 remove MIME buttons associated with multipart/alternative parts.
11446 (gnus-mime-display-alternative): Tag buttons using `article-type'
11447 text property.
11448
11449 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11450 associated with multipart/alternative parts.
11451
11452 * gnus-art.el (gnus-signature-separator): Fix custom type.
11453
11454 * mm-decode.el (mm-inlined-types): Fix custom type.
11455 (mm-keep-viewer-alive-types): Ditto.
11456 (mm-automatic-display): Ditto.
11457 (mm-attachment-override-types): Ditto.
11458 (mm-inline-override-types): Ditto.
11459 (mm-automatic-external-display): Ditto.
11460
11461 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11462
11463 * spam-report.el (spam-report-user-mail-address)
11464 (spam-report-user-agent): New variables.
11465 (spam-report-url-ping-plain): Use spam-report-user-agent.
11466
11467 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
11468
11469 * gnus-art.el (gnus-button-handle-custom): Do not just use
11470 `customize-apropos' for any "M-x customize-*" button but the
11471 function called for. Accept both the function name and its
11472 argument in order to achieve this.
11473 (gnus-button-alist): Remove support for "custom:" URL's.
11474 Pass function name to `gnus-button-handle-custom' in case of "M-x
11475 customize-*" buttons.
11476
11477 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
11478
11479 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11480 multipart/alternative and add xref to mm-discouraged-alternatives
11481 in doc string.
11482
11483 * mm-decode.el (mm-discouraged-alternatives): Add xref to
11484 gnus-buttonized-mime-types in doc string.
11485
11486 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11487
11488 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11489 Suggest image/.* in the doc string.
11490
11491 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11492
11493 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11494 message-marks (Debian bug #342521).
11495
11496 2005-12-12 Simon Josefsson <jas@extundo.com>
11497
11498 * password.el (password-read-from-cache): Add.
11499 (password-read): Use it.
11500
11501 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
11502
11503 * rfc2047.el (rfc2047-charset-to-coding-system):
11504 Recognize us-ascii as a MIME charset.
11505
11506 * mm-bodies.el (mm-decode-content-transfer-encoding):
11507 Protect against the case where the 2nd arg TYPE is nil.
11508
11509 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11510
11511 * pop3.el (pop3-stream-type): Fix custom version.
11512
11513 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11514
11515 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11516
11517 * mm-decode.el (mm-display-external): Add missing cdr.
11518
11519 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
11520
11521 * mm-decode.el (mm-display-external): Use nametemplate (defined in
11522 RFC1524) if it is in mailcap or add a suffix according to
11523 mailcap-mime-extensions when generating a temp filename; postpone
11524 deleting a temp file for 2 seconds for some wrappers, shell
11525 scripts, and so on, which might exit right after having started a
11526 viewer command as a background job.
11527
11528 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11529
11530 * nntp.el (nntp-marks-directory): Fix custom group.
11531
11532 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11533 steps when < 10.
11534
11535 * gnus-start.el (gnus-no-server-1):
11536 Mention `gnus-level-default-subscribed' in doc string.
11537
11538 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11539
11540 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11541 parens.
11542
11543 2005-11-26 Dave Love <fx@gnu.org>
11544
11545 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11546 (tls-program, tls-success): Provide openssl alternative.
11547
11548 * starttls.el: Doc fixes.
11549 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11550 SERVICE to PORT.
11551
11552 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
11553 port null or service name.
11554 (starttls-negotiate): Autoload.
11555
11556 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11557
11558 * message.el (message-kill-to-signature): Fix interactive spec.
11559
11560 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11561
11562 * pop3.el (pop3-open-server): Recognize a string as a service name.
11563
11564 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
11565
11566 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11567
11568 2005-11-23 Dave Love <fx@gnu.org>
11569
11570 Add pop3s, pop3/starttls.
11571
11572 * pop3.el (pop3-authentication-scheme): Clarify doc.
11573 (open-tls-stream, starttls-open-stream): Autoload.
11574 (pop3-stream-type): New.
11575 (pop3-open-server): Use it.
11576
11577 * mail-source.el (mail-sources): Fix some :types. Add stream type
11578 for POP.
11579 (mail-source-keyword-map): Add :stream for POP.
11580 (mail-source-fetch-pop): Use pop3-stream-type.
11581
11582 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
11583
11584 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11585 of current-time-string.
11586
11587 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
11588
11589 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11590 date header.
11591
11592 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11593
11594 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11595 it can seriously impact performance as it bypasses the agent's
11596 local caches.
11597
11598 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11599
11600 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11601 must be explicitly online rather than "not explicitly offline" for
11602 its flags to be synchronized.
11603
11604 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11605 that gnus-uu-unmark-thread will function correctly.
11606
11607 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11608 1024K is instead displayed as 1M.
11609
11610 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11611
11612 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11613
11614 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
11615
11616 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11617
11618 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
11619
11620 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11621 error message to display actual error condition.
11622 (gnus-agent-save-local): Avoid saving symbols that are bound to
11623 nil as they simply result in a warning message in
11624 gnus-agent-read-local.
11625
11626 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11627
11628 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11629 rather than make-variable-buffer-local for file-precious-flag.
11630
11631 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11632
11633 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11634 for duplicates which are removed. The invalid sort check then
11635 triggers a rescan after the sort as sorting may have moved
11636 duplicate entries such that they can be cheaply detected.
11637
11638 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11639
11640 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11641
11642 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11643
11644 * gnus-agent.el (gnus-agent-article-alist-save-format):
11645 Change internal variable to a custom variable. Change default value
11646 from compressed(2) to uncompressed(1).
11647 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11648 support for uncompressed agentview files. Taken together, reading
11649 the agentview file should now be 6-7 times faster.
11650
11651 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
11652
11653 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11654 as a buffer-local variable. This avoids creating truncated
11655 dribble files as a result of a hang up, eg.
11656
11657 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11658
11659 * gnus-start.el (gnus-start-draft-setup):
11660 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
11661
11662 * gnus.el (gnus-splash): Change custom group.
11663 (gnus-group-get-parameter, gnus-group-parameter-value):
11664 Describe allow-list argument.
11665
11666 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11667 string.
11668
11669 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11670
11671 * gnus-art.el (gnus-default-article-saver): Add user-defined
11672 `function' to custom type.
11673
11674 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11675
11676 * imap.el (imap-open): Handle case where buffer is a buffer
11677 object.
11678
11679 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11680
11681 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11682 long lines.
11683 (gnus-cache-delete-group): Wrap doc strings.
11684
11685 * gnus-agent.el (gnus-agent-rename-group)
11686 (gnus-agent-delete-group): Wrap doc strings.
11687
11688 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11689
11690 * gnus-start.el (gnus-1): Add "native" to
11691 gnus-predefined-server-alist.
11692
11693 * gnus.el (gnus-method-to-server): Don't add "native" to the
11694 lists here, because that leads to problems when
11695 gnus-select-method is bound.
11696
11697 2005-11-09 Simon Josefsson <jas@extundo.com>
11698
11699 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11700 use (not sort-by-date) instead.
11701
11702 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * gnus-delay.el (gnus-delay-group): Don't autoload.
11705 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11706 to be re-loaded when customizing the `gnus-delay' group.
11707
11708 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11709
11710 * message.el: Revert last changes.
11711 (message-insert-citation-line): Use newlines.
11712
11713 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11714
11715 * message.el (message-courtesy-message)
11716 (message-mark-insert-begin, message-mark-insert-end)
11717 (message-elide-ellipsis, message-cancel-message)
11718 (message-add-header, message-change-subject)
11719 (message-cross-post-followup-to-header)
11720 (message-cross-post-insert-note, message-reduce-to-to-cc)
11721 (message-widen-reply, message-delete-not-region)
11722 (message-kill-to-signature, message-insert-signature)
11723 (message-insert-importance-high, message-insert-importance-low)
11724 (message-insert-or-toggle-importance)
11725 (message-insert-disposition-notification-to)
11726 (message-indent-citation, message-yank-original)
11727 (message-cite-original-without-signature, message-cite-original)
11728 (message-insert-citation-line, message-position-on-field)
11729 (message-fix-before-sending, message-send-mail-partially)
11730 (message-send-mail, message-send-mail-with-sendmail)
11731 (message-send-mail-with-qmail, message-send-news)
11732 (message-check-news-header-syntax, message-generate-headers)
11733 (message-insert-courtesy-copy, message-fill-address)
11734 (message-fill-header, message-shorten-references)
11735 (message-setup-1, message-cancel-news)
11736 (message-forward-make-body-plain, message-forward-make-body-mime)
11737 (message-forward-make-body-mml, message-encode-message-body)
11738 (message-forward-make-body-digest-plain)
11739 (message-forward-make-body-digest-mime)
11740 (message-use-alternative-email-as-from): Insert `hard-newline'
11741 instead of ordinary newlines.
11742
11743 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
11744
11745 * message.el (message-generate-headers): Downcase the argument
11746 given to message-check-element.
11747
11748 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
11749
11750 * nntp.el (nntp-authinfo-rejected): New error condition.
11751 (nntp-wait-for): Use new error condition to signal authentication
11752 error.
11753 (nntp-retrieve-data): Rethrow new error condition to break out of
11754 recursive call to nntp-send-authinfo.
11755
11756 2005-11-08 Romain Francoise <romain@orebokech.com>
11757
11758 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11759 (gnus-summary-exit-map): Bind to `Z p'.
11760 (gnus-summary-make-menu-bar): Add menu item.
11761
11762 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
11763
11764 * gnus-art.el (gnus-article-treat-custom): Add `first'.
11765 (gnus-treat-*): Add `first' in all doc strings.
11766
11767 * gnus-group.el (gnus-group-compact-group): Fix typo.
11768
11769 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11770
11771 * gnus.el (gnus-parameters-case-fold-search): New variable.
11772 (gnus-parameters-get-parameter): Use it.
11773
11774 * gnus-score.el (gnus-home-score-file): Doc fix.
11775
11776 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
11777
11778 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11779
11780 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
11781
11782 * mm-util.el (mm-special-display-p): New function.
11783
11784 * mml.el (mml-preview): Use it; doc fix.
11785
11786 2005-10-29 Romain Francoise <romain@orebokech.com>
11787
11788 * message.el (message-fix-before-sending): Fix comment.
11789
11790 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11791
11792 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11793
11794 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11795
11796 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11797 Used in gnus-score.el.
11798
11799 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11800
11801 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11802
11803 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11804
11805 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11806 whitespace removed in revision 7.8. Use concatenated string to
11807 protect trailing whitespace.
11808
11809 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
11810
11811 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11812 (nnimap-request-expire-articles): Use it to avoid sending 'UID
11813 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11814 Courier IMAP ("some version from 2004"). Mostly based on similar
11815 code in the same function.
11816
11817 2005-10-26 Didier Verna <didier@xemacs.org>
11818
11819 * gnus-group.el (gnus-group-compact-group): Invalidate original
11820 article buffer.
11821 * gnus-srvr.el (gnus-server-compact-server): Ditto.
11822 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11823 NOV database and in article itself.
11824 Invalidate article backlog.
11825
11826 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11827
11828 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11829
11830 2005-10-26 Simon Josefsson <jas@extundo.com>
11831
11832 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11833 part of 2004-07-25 change.
11834
11835 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11836
11837 * message.el (message-display-completion-list): New function.
11838 (message-expand-group): Use it; make sure the Completions buffer
11839 is modifiable.
11840
11841 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11842
11843 * imap.el (imap-open): Handle case where buffer is a buffer object.
11844
11845 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11846
11847 * pgg-def.el:
11848 * pgg-gpg.el:
11849 * pgg-parse.el:
11850 * pgg-pgp.el:
11851 * pgg-pgp5.el:
11852 * pgg.el: Move to the parent lisp directory.
11853
11854 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11855
11856 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11857 user-mail-name is an empty string.
11858
11859 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11860
11861 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11862 depending on gnus-score-decay-constant.
11863
11864 * encrypt.el (encrypt-insert-file-contents)
11865 (encrypt-write-file-contents): Don't use `gnus-message'.
11866
11867 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11868 arguments.
11869 (mm-uu-type-alist): Add message-marks and insert-marks.
11870 Pass arguments to mm-uu-verbatim-marks-extract.
11871 (mm-uu-hide-markers): New variable.
11872 (mm-uu-extract): Use face similar to `gnus-cite-3'.
11873
11874 * gnus-fun.el (gnus-convert-image-to-x-face-command)
11875 (gnus-convert-image-to-face-command): Use "convert" by default to
11876 allow other input image formats.
11877 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11878 accordingly.
11879
11880 2005-10-23 Simon Josefsson <jas@extundo.com>
11881
11882 * imap.el (imap-gssapi-program): Align command line parameters
11883 with latest GNU SASL.
11884 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11885
11886 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11887
11888 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11889 HTML.
11890 (nnslashdot-request-article): Ditto.
11891
11892 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11893
11894 * mail-source.el (mail-source-fetch-pop): Require pop3.
11895 (mail-source-check-pop): Ditto.
11896
11897 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11898
11899 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11900 errors.
11901
11902 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11903
11904 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11905 (gnus-treat-strip-leading-blank-lines): Improve doc string.
11906
11907 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11908
11909 * mm-bodies.el (mm-decode-string):
11910 Call `mm-charset-to-coding-system' with allow-override argument.
11911
11912 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11913
11914 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11915 (rfc2047-charset-to-coding-system): New function.
11916 (rfc2047-decode-encoded-words): New function.
11917 (rfc2047-decode-region): Use them.
11918 (rfc2047-decode-cte): Remove.
11919 (rfc2047-parse-and-decode): Remove.
11920 (rfc2047-decode): Remove.
11921
11922 2005-10-15 Kenichi Handa <handa@m17n.org>
11923
11924 * rfc2047.el (rfc2047-decode-cte): New function.
11925 (rfc2047-decode-region): Change the way to decode successive
11926 encoded-words: decode B- or Q-encoding in each encoded-word,
11927 concatenate them, and decode it as charset.
11928
11929 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11930
11931 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
11932 widget-move-and-invoke.
11933 (gnus-custom-mode): Use gnus-custom-map.
11934
11935 2005-10-15 Bill Wohler <wohler@newt.com>
11936
11937 * message.el (message-tool-bar-map): Rename image file from
11938 mail_send to mail/send.
11939
11940 2005-10-16 Masatake YAMATO <jet@gyve.org>
11941
11942 * message.el (message-expand-group): Pass the common
11943 prefix substring of completion to `display-completion-list'.
11944
11945 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
11946
11947 * mml-sec.el (mml-secure-method): New internal variable.
11948 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11949 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
11950 New functions using mml-secure-method.
11951
11952 * mml.el (mml-mode-map): Add key bindings for those functions.
11953 (mml-menu): Simplify security menu entries. Suggested by Jesper
11954 Harder <harder@myrealbox.com>.
11955 (mml-attach-file, mml-attach-buffer, mml-attach-external):
11956 Goto end of message if point is the headers of the message.
11957
11958 * message.el (message-in-body-p): New function.
11959
11960 * assistant.el: Autoload gnus-util and netrc.
11961
11962 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11963 Use `mm-charset-override-alist' only when decoding.
11964
11965 * mm-bodies.el (mm-decode-body):
11966 Call `mm-charset-to-coding-system' with allow-override argument.
11967
11968 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11969 `filename' from Content-Disposition if Content-Type doesn't
11970 provide `name'.
11971 (gnus-mime-view-part-as-type): Set default instead of
11972 initial-input.
11973
11974 2005-10-09 Daniel Brockman <daniel@brockman.se>
11975
11976 * format-spec.el (format-spec): Propagate text properties of % spec.
11977
11978 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11979
11980 * gnus-art.el (gnus-treat-predicate): Add `first'.
11981
11982 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11983
11984 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11985 (mm-charset-override-alist): New variable.
11986 (mm-charset-to-coding-system): Use it.
11987 (mm-codepage-setup): New helper function.
11988 (mm-charset-eval-alist): New variable.
11989 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
11990 Warn about unknown charsets.
11991
11992 2005-10-04 David Hansen <david.hansen@gmx.net>
11993
11994 * nnrss.el (nnrss-request-article): Add support for the comments tag.
11995 (nnrss-check-group): Ditto.
11996
11997 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11998
11999 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12000 Rename x-gnus-verbatim to x-verbatim.
12001 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12002
12003 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12004 x-verbatim.
12005
12006 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12007
12008 * gnus-util.el (gnus-remove-duplicates): Remove.
12009
12010 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12011 instead of gnus-remove-duplicates.
12012
12013 * message.el (message-remove-duplicates): Remove.
12014 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12015 message-remove-duplicates.
12016
12017 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12018 available, else use implementation from `delete-dups'.
12019
12020 * message.el (message-insert-expires): New function.
12021 (message-mode-map): Add key binding.
12022 (message-mode-field-menu): Add menu entry.
12023 (message-mode): Document it.
12024 (message-make-expires-date): Use `message-make-date'.
12025
12026 2005-10-04 Josh Huber <huber@alum.wpi.edu>
12027
12028 * message.el (message-make-expires-date): New function.
12029
12030 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12031
12032 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12033
12034 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12037 function rather than the diff-mode.el package.
12038 (mm-display-external): Use with-current-buffer.
12039 (mm-viewer-completion-map, mm-viewer-completion-map):
12040 Move initialization inside declaration.
12041
12042 2005-09-29 Simon Josefsson <jas@extundo.com>
12043
12044 * spam.el: Load hashcash when compiling, to avoid warnings.
12045 Don't autoload mail-check-payment.
12046 (spam-check-hashcash): Define unconditionally, since hashcash.el
12047 is part of Gnus now. Ignore errors from payment checking.
12048
12049 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12050
12051 * message.el (message-bold-region, message-unbold-region):
12052 Rename from `bold-region' and `unbold-region'.
12053
12054 * message.el: Remove useless autoloads.
12055
12056 2005-09-28 Simon Josefsson <jas@extundo.com>
12057
12058 * message.el (message-use-idna): Default to t.
12059 (message-use-idna): Test whether encoding works too. Doc fix.
12060
12061 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12062
12063 * nntp.el (nntp-warn-about-losing-connection): Remove.
12064
12065 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12066
12067 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12068 customizable. Change default value.
12069 (mm-uu-diff-groups-regexp): Change default value.
12070 (mm-uu-type-alist): Add doc string.
12071 (mm-uu-configure): Add doc string. Make it interactive.
12072 (mm-uu-tex-groups-regexp): New variable.
12073 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12074 (mm-uu-type-alist): Add LaTeX documents.
12075 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12076 of "text/verbatim".
12077 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12078
12079 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12080 instead of "text/verbatim".
12081
12082 * message.el (message-mark-inserted-region)
12083 (message-mark-insert-file): Use slrn style marks when called with
12084 prefix argument.
12085
12086 2005-09-27 Simon Josefsson <jas@extundo.com>
12087
12088 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12089
12090 2005-09-27 Arne Jørgensen <arne@arnested.dk>
12091
12092 * message.el (message-remove-duplicates): New function.
12093 Implementation borrowed from `gnus-remove-duplicates'.
12094 (message-idna-to-ascii-rhs): Also encode idna addresses in
12095 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12096 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12097 only ask about the same idna domain once per header and also tell
12098 in what header to replace the idna domain.
12099
12100 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12101 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12102 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12103 a header is decoded and not just the last one.
12104
12105 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12106
12107 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12108 has been decoded.
12109
12110 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12111 (mm-insert-part): Don't modify text if it has been decoded.
12112
12113 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12114 decoded.
12115
12116 * mm-view.el (mm-inline-text): Don't strip text props unless
12117 decoding enriched or richtext parts.
12118
12119 2005-09-25 Romain Francoise <romain@orebokech.com>
12120
12121 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12122 * gnus-start.el (gnus-subscribe-interactively):
12123 * gnus-uu.el (gnus-uu-grab-articles):
12124 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12125 space.
12126
12127 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12128
12129 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12130 * mm-view.el (mm-view-pkcs7-decrypt):
12131 * gnus-sum.el (gnus-summary-limit-to-extra)
12132 (gnus-summary-respool-article, gnus-read-move-group-name):
12133 * gnus-score.el (gnus-summary-increase-score):
12134 * gnus-util.el (gnus-completing-read-with-default):
12135 * gnus-art.el (gnus-read-save-file-name)
12136 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12137 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12138 * message.el (message-check-news-header-syntax):
12139 Follow convention for reading with the minibuffer.
12140
12141 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12142
12143 * spam-report.el (spam-report-url-ping-plain):
12144 Use gnus-extended-version as User-Agent.
12145
12146 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12147 default value is nil.
12148
12149 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12150 (mm-uu-verbatim-marks-extract): New function.
12151 (mm-uu-extract): New face.
12152 (mm-uu-copy-to-buffer): Use it.
12153
12154 * spam-report.el (spam-report-gmane-ham): Rename from
12155 `spam-report-gmane-unspam'.
12156 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12157 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
12158
12159 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12160 Autoload.
12161 (spam-report-gmane-unregister-routine):
12162 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12163
12164 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
12165
12166 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12167 (spam-report-gmane-unregister-routine): Add support for gmane
12168 unregistration.
12169
12170 * spam-report.el (spam-report-gmane-unspam)
12171 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12172 (spam-report-gmane): Change to take a single article and do unspam
12173 registration.
12174
12175 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12176
12177 * mm-url.el (mm-url-decode-entities): Fix regexp.
12178
12179 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12180
12181 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12182 default to nil, to be able to use Gnus at all. If the default
12183 switches to something else, then the function should be fixed not
12184 be exceedingly slow.
12185
12186 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
12187
12188 * gnus-start.el (gnus-activate-group): If the server is nil, don't
12189 fail hard.
12190
12191 * spam-report.el: Add better Keywords line.
12192
12193 * spam.el: Add Maintainer and better Keywords line.
12194
12195 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12196
12197 * gnus-art.el (gnus-article-replace-part)
12198 (gnus-mime-replace-part): New functions.
12199 (gnus-mime-action-alist, gnus-mime-button-commands)
12200 (gnus-mime-save-part-and-strip): Add file argument.
12201 (gnus-article-part-wrapper): Add interactive argument.
12202
12203 * gnus-sum.el (gnus-summary-mime-map):
12204 Add `gnus-article-replace-part'.
12205
12206 2005-09-19 Didier Verna <didier@xemacs.org>
12207
12208 The nnml compaction feature:
12209 * nnml.el (nnml-request-compact-group): New function.
12210 * nnml.el (nnml-request-compact): New function.
12211 * gnus-int.el (gnus-request-compact-group): New function.
12212 * gnus-int.el (gnus-request-compact): New function.
12213 * gnus-group.el (gnus-group-compact-group): New function.
12214 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12215 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12216 * gnus-srvr.el (gnus-server-compact-server): New function.
12217 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12218 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12219
12220 2005-09-18 Deepak Goel <deego@gnufans.org>
12221
12222 * sieve.el (sieve-help): Fix `message' call: first arg should be a
12223 format spec.
12224
12225 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12226
12227 * gnus.el (gnus-group-startup-message): Bind image-load-path.
12228
12229 2005-09-15 Romain Francoise <romain@orebokech.com>
12230
12231 * message.el (message-fill-paragraph): Clarify docstring.
12232
12233 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
12234
12235 * gnus-art.el (gnus-mime-display-part): Protect against broken
12236 MIME messages.
12237
12238 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12239
12240 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12241 before parsing header.
12242
12243 2005-09-11 Jari Aalto <jari.aalto@cante.net>
12244
12245 * html2text.el (html2text-replace-list): Add new entities.
12246
12247 2005-09-11 Romain Francoise <romain@orebokech.com>
12248
12249 * message.el (message-alternative-emails): Improve docstring.
12250 (message-setup-1): Call `message-use-alternative-email-as-from'
12251 after `message-setup-hook' to give it precedence over posting
12252 styles, etc.
12253 (message-use-alternative-email-as-from): Add docstring.
12254 Remove the original From header if present.
12255
12256 * nnml.el (nnml-compressed-files-size-threshold): New variable.
12257 (nnml-save-mail): Use it.
12258
12259 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12260 articles. Add new argument `silent'.
12261 (gnus-uu-mark-all): Report the total number of marked articles.
12262
12263 2005-09-10 Romain Francoise <romain@orebokech.com>
12264
12265 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12266 (gnus-uu-mark-series): Likewise.
12267
12268 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
12269
12270 * spam-report.el (spam-report-gmane): Fix generation of spam
12271 report URL.
12272
12273 2005-09-10 Simon Josefsson <jas@extundo.com>
12274
12275 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12276 t, based on discussion on the ding list with Robert Epprecht
12277 <epprecht@solnet.ch>.
12278
12279 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
12280
12281 * spam-report.el (spam-report-gmane): Make it work without
12282 X-Report-Spam header. Gmane now only provides Archived-At.
12283 This is only used if `spam-report-gmane-use-article-number' is nil.
12284 (spam-report-gmane-spam-header): Remove. Not used anymore.
12285
12286 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12287 make `gnus-summary-sort-by-recipient' work with threading.
12288
12289 * nnweb.el (nnweb-google-wash-article): Print a message if article
12290 is not available.
12291
12292 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12293
12294 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12295 change. Decode text/* parts content before displaying.
12296
12297 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12298
12299 * mml-smime.el: Remove defvar of gnus-extract-address-components.
12300
12301 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12302
12303 * mm-view.el (mm-display-inline-fontify): Disable support modes.
12304
12305 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
12306
12307 * message.el (message-tab-body-function): Fix mismatched custom type.
12308
12309 * gnus.el (gnus-group-change-level-function): Ditto.
12310
12311 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12312
12313 * gnus-art.el (gnus-signature-limit)
12314 (gnus-article-mime-part-function): Ditto.
12315
12316 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12317
12318 * mml.el (mml-mode): Silence the byte compiler.
12319
12320 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12321 using `(sit-for 0)' before moving the point to the specified part;
12322 skip unbuttonized parts.
12323 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12324 return to the summary window if gnus-auto-select-part is non-nil.
12325
12326 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
12327
12328 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12329 New variables.
12330 (mml-dnd-attach-file, mml-mode): Use them.
12331
12332 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12333 Make fetching article by MID work again for Google Groups.
12334 Add FIXME concerning gnus-group-make-web-group.
12335
12336 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12337 Don't depend on Gnus by using mail-extract-address-components if
12338 gnus-extract-address-components is not bound.
12339
12340 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12341
12342 * gnus-art.el (gnus-mime-display-security): Don't display the
12343 signature, but only the signed part.
12344
12345 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
12346
12347 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12348
12349 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12350 list, not listp.
12351
12352 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
12353
12354 * mm-encode.el (mm-encode-content-transfer-encoding):
12355 Likewise when encoding.
12356
12357 * mm-bodies.el (mm-decode-content-transfer-encoding):
12358 De-canonicalize CRLF for all text content types, not just
12359 text/plain.
12360
12361 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12362
12363 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12364 valid article; point arrow and cursor at the MIME button.
12365
12366 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12369 Suggested by Dan Christensen <jdc@uwo.ca>.
12370
12371 * mm-decode.el (mm-save-part): Enable change of prompt.
12372
12373 2005-08-29 Jari Aalto <jari.aalto@cante.net>
12374
12375 * gnus-msg.el (gnus-inews-add-send-actions):
12376 Make `message-post-method' lambda parameter ARG `&optional'.
12377
12378 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12379
12380 * gnus-sum.el (gnus-summary-mime-map):
12381 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12382 gnus-article-jump-to-part.
12383
12384 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12385 (gnus-article-edit-part): Use it.
12386 (gnus-article-part-wrapper): Add no-handle argument.
12387 (gnus-article-save-part-and-strip, gnus-article-delete-part):
12388 New functions.
12389
12390 2005-08-29 Romain Francoise <romain@orebokech.com>
12391
12392 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12393 docstring.
12394 (gnus-face-from-file): Likewise.
12395
12396 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
12397
12398 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12399 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12400 non-nil.
12401 (gnus-auto-select-part): New variable.
12402 (gnus-article-jump-to-part): New function.
12403 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12404 (gnus-mime-delete-part): Allow selecting specified part after
12405 deleting or stripping parts.
12406 (gnus-article-jump-to-part): Don't use `read-number'. Use last
12407 part if argument is bogus.
12408
12409 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12410
12411 * gnus-art.el (w3m-minor-mode-map):
12412 * gnus-spec.el (gnus-newsrc-file-version):
12413 * gnus-util.el (nnmail-active-file-coding-system)
12414 (gnus-original-article-buffer, gnus-user-agent):
12415 * gnus.el (gnus-ham-process-destinations)
12416 (gnus-parameter-ham-marks-alist)
12417 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12418 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12419 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12420 * mm-decode.el (gnus-current-window-configuration):
12421 * mm-extern.el (gnus-article-mime-handles):
12422 * mm-url.el (url-current-object, url-package-name)
12423 (url-package-version):
12424 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12425 (smime-keys, w3m-cid-retrieve-function-alist)
12426 (w3m-current-buffer, w3m-display-inline-images)
12427 (w3m-minor-mode-map):
12428 * mml-smime.el (gnus-extract-address-components):
12429 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12430 (gnus-newsrc-hashtb, message-default-charset)
12431 (message-deletable-headers, message-options)
12432 (message-posting-charset, message-required-mail-headers)
12433 (message-required-news-headers):
12434 * mml1991.el (mc-pgp-always-sign):
12435 * mml2015.el (mc-pgp-always-sign):
12436 * nnheader.el (nnmail-extra-headers):
12437 * rfc1843.el (gnus-decode-encoded-word-function)
12438 (gnus-decode-header-function, gnus-newsgroup-name):
12439 * spam-stat.el (gnus-original-article-buffer): Add defvars.
12440
12441 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
12442
12443 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12444 the end of the date treatments.
12445
12446 2005-08-15 Simon Josefsson <jas@extundo.com>
12447
12448 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12449 it in url-handlers.el and XEmacs in url.el. Reported by Luca
12450 Capello and Romain Francoise.
12451 (pgg-fetch-key-function): Remove, not used?
12452 (pgg-insert-url-with-w3): Require url, to get
12453 url-insert-file-contents regardless of where it is defined.
12454
12455 2005-08-13 Romain Francoise <romain@orebokech.com>
12456
12457 * message.el (message-cite-original-1): New function.
12458 (message-cite-original): Use it.
12459 (message-cite-original-without-signature): Ditto.
12460
12461 2005-08-08 Romain Francoise <romain@orebokech.com>
12462
12463 * message.el (message-yank-empty-prefix): New variable.
12464 (message-indent-citation): Use it.
12465 (message-cite-original-without-signature): Respect X-No-Archive.
12466
12467 2005-08-08 Simon Josefsson <jas@extundo.com>
12468
12469 * pgg.el: Autoload url-insert-file-contents instead of loading
12470 w3/url.
12471 (pgg-insert-url-with-w3): Don't load url here.
12472
12473 2005-08-07 Jesper Harder <harder@phys.au.dk>
12474
12475 * message.el (message-kill-to-signature): Don't insert newline at
12476 bol.
12477 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12478
12479 2005-08-06 Romain Francoise <romain@orebokech.com>
12480
12481 * message.el (message-user-fqdn): Fix typo in docstring.
12482
12483 2005-08-05 Daiki Ueno <ueno@unixuser.org>
12484
12485 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12486
12487 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12488
12489 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12490
12491 * mm-bodies.el (mm-encode-body): Use coding system rather than
12492 charset to encode text.
12493
12494 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12495 number of charsets if utf-8 is available (XEmacs).
12496
12497 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
12498
12499 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12500 taken from `gnus-button-mid-or-mail-regexp'.
12501 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12502 (gnus-button-alist): Improve regexp for domain part of the MIDs
12503 for news:localpart@domain buttons.
12504 (gnus-button-ctan-directory-regexp): Update.
12505
12506 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
12507
12508 * sieve-manage.el (sieve-manage-interactive-login):
12509 Use make-local-variable rather than make-variable-buffer-local.
12510 (sieve-manage-open): Ditto.
12511 (sieve-manage-authenticate): Ditto.
12512
12513 * mml.el (mml-generate-mime-1): Make the content type default to
12514 text/plain if the filename is not specified.
12515
12516 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
12517
12518 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12519 instead of insert-buffer.
12520
12521 * message.el (message-yank-original): Ditto; set the mark at the
12522 end of the yanked message.
12523
12524 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12525
12526 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12527 lines to scroll rather than to stop it.
12528
12529 * mml.el (mml-generate-default-type): Add doc string.
12530 (mml-generate-mime-1): Use mm-default-file-encoding or make it
12531 default to application/octet-stream when determining the content
12532 type if it is not specified for the part or the mml contents; add
12533 a comment about mml-generate-default-type.
12534
12535 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
12536
12537 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12538 make it default to application/octet-stream when determining the
12539 content type if it is not specified for the external contents.
12540
12541 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12542
12543 * rfc2231.el (rfc2231-parse-string): Take care that not only a
12544 segmented parameter but also other parameters might be there.
12545
12546 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12547
12548 * mm-decode.el (mm-display-external): Delete temp file, directory
12549 and buffer immediately if the external process is exited.
12550
12551 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12554 fewer lines than that of scroll-margin.
12555 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12556
12557 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12558
12559 * gnus-art.el (gnus-article-next-page): Revert.
12560 (gnus-article-beginning-of-window): New macro.
12561 (gnus-article-next-page-1): Use it.
12562 (gnus-article-prev-page): Ditto.
12563 (gnus-article-edit-part): Use insert-buffer-substring instead of
12564 insert-buffer.
12565 (gnus-article-edit-exit): Ditto.
12566
12567 * gnus-util.el (gnus-beginning-of-window): Remove.
12568 (gnus-end-of-window): Remove.
12569
12570 2005-07-25 Simon Josefsson <jas@extundo.com>
12571
12572 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12573 to have the url package without w3. Reported by Daiki Ueno
12574 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12575
12576 2005-07-20 Didier Verna <didier@xemacs.org>
12577
12578 * gnus-diary.el: Remove the description comment (nndiary is now
12579 properly documented in the Gnus manual).
12580 Fix the spelling of "Back End".
12581 * nndiary.el: Ditto.
12582 Fix the copyright notice.
12583
12584 2005-07-18 Romain Francoise <romain@orebokech.com>
12585
12586 * gnus-sum.el (gnus-summary-to-prefix)
12587 (gnus-summary-newsgroup-prefix): New variables.
12588 (gnus-summary-from-or-to-or-newsgroups): Use them.
12589
12590 2005-07-17 Romain Francoise <romain@orebokech.com>
12591
12592 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12593 space as it's generally not especially interesting to the user.
12594
12595 2005-07-16 Romain Francoise <romain@orebokech.com>
12596
12597 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12598 nil to avoid prompting and file modification if one of the
12599 messages at the top of the nnfolder file contains a copyright
12600 notice.
12601 Update copyright notice.
12602
12603 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12604 instead of `current-time-string' as the latter creates a time
12605 string that is not RFC 2822 compliant (it lacks the zone).
12606 Update copyright notice.
12607
12608 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12611 for text/rtf. Display default in prompt. Pass default for M-n.
12612
12613 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12614
12615 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12616
12617 * gnus-msg.el (gnus-button-mailto):
12618 Remove save-selected-window-window hackery because it relies on
12619 save-selected-window internals.
12620
12621 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
12622
12623 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12624 (gnus-article-next-page-1): Use gnus-beginning-of-window.
12625 (gnus-article-prev-page): Ditto.
12626
12627 * gnus-util.el (gnus-beginning-of-window): New function.
12628 (gnus-end-of-window): New function.
12629
12630 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12631
12632 * gnus-score.el (gnus-score-edit-all-score):
12633 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
12634 gnus-message.
12635
12636 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12637
12638 * gnus-msg.el (gnus-button-mailto):
12639 Remove save-selected-window-window hackery because it relies on
12640 save-selected-window internals.
12641
12642 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
12643
12644 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12645 add-minor-mode.
12646 (gnus-binary-mode): Ditto.
12647
12648 * gnus-topic.el (gnus-topic-mode): Ditto.
12649
12650 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
12651
12652 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12653 (gnus-article-prev-page): Take scroll-margin into consideration.
12654
12655 2005-07-04 Lute Kamstra <lute@gnu.org>
12656
12657 Update FSF's address in GPL notices.
12658
12659 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12660
12661 * gnus.el (gnus-exit):
12662 * gnus-group.el (gnus-group-icons):
12663 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12664
12665 * gnus-nocem.el (gnus-nocem):
12666 * message.el (message-various, message-buffers, message-sending)
12667 (message-interface, message-forwarding, message-insertion)
12668 (message-headers, message-news, message-mail):
12669 * pgg-gpg.el (pgg-gpg):
12670 * pgg-parse.el (pgg-parse):
12671 * pgg-pgp.el (pgg-pgp):
12672 * pgg-pgp5.el (pgg-pgp5):
12673 * pop3.el (pop3): Finish `defgroup' description with period.
12674
12675 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12676
12677 * gnus-art.el (article-display-face): Improve the efficiency.
12678 (article-display-x-face): Ditto; remove grey x-face stuff.
12679
12680 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
12681
12682 * gnus-art.el (article-display-face): Correct the position in
12683 which Faces are inserted.
12684
12685 2005-06-29 Didier Verna <didier@xemacs.org>
12686
12687 * gnus-art.el (article-display-face): Display faces in correct
12688 order.
12689
12690 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12691
12692 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12693 (gnus-fill-real-hashtb): Use hash table instead of obarray.
12694 (gnus-nocem-check-article): Fetch the Type header.
12695 (gnus-nocem-message-wanted-p): Fix the way to examine types.
12696 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12697 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12698 make sure gnus-nocem-hashtb is initialized.
12699 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12700 (gnus-nocem-unwanted-article-p): Ditto.
12701
12702 * pgg.el (pgg-verify): Return the verification result.
12703
12704 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12705
12706 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12707 is ascii.
12708
12709 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12710
12711 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12712 `show-nonbreak-escape'.
12713
12714 2005-06-23 Lute Kamstra <lute@gnu.org>
12715
12716 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12717
12718 * dig.el (dig-mode):
12719 * smime.el (smime-mode): Use gnus-run-mode-hooks.
12720
12721 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12722
12723 * nnimap.el (nnimap-split-download-body): Fix spellings.
12724
12725 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * gnus-art.el (gnus-article-encrypt-body):
12728 * gnus-cus.el (gnus-score-customize):
12729 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12730 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12731
12732 2005-06-16 Arne Jørgensen <arne@arnested.dk>
12733
12734 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12735 header by looking for magic "MII" at the beginnig.
12736
12737 2005-06-16 Miles Bader <miles@gnu.org>
12738
12739 * assistant.el (assistant-field): Remove "-face" suffix from face name.
12740 (assistant-field-face): New backward-compatibility alias for renamed
12741 face.
12742 (assistant-render-text): Use renamed assistant-field face.
12743
12744 * spam.el (spam): Remove "-face" suffix from face name.
12745 (spam-face): New backward-compatibility alias for renamed face.
12746 (spam-face, spam-initialize): Use renamed spam face.
12747
12748 * message.el (message-header-to, message-header-cc)
12749 (message-header-subject, message-header-newsgroups)
12750 (message-header-other, message-header-name)
12751 (message-header-xheader, message-separator, message-cited-text)
12752 (message-mml): Remove "-face" suffix from face names.
12753 (message-header-to-face, message-header-cc-face)
12754 (message-header-subject-face, message-header-newsgroups-face)
12755 (message-header-other-face, message-header-name-face)
12756 (message-header-xheader-face, message-separator-face)
12757 (message-cited-text-face, message-mml-face):
12758 New backward-compatibility aliases for renamed faces.
12759 (message-font-lock-keywords): Use renamed message faces.
12760
12761 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12762 (sieve-test-commands, sieve-tagged-arguments):
12763 Remove "-face" suffix from face names.
12764 (sieve-control-commands-face, sieve-action-commands-face)
12765 (sieve-test-commands-face, sieve-tagged-arguments-face):
12766 New backward-compatibility aliases for renamed faces.
12767 (sieve-control-commands-face, sieve-action-commands-face)
12768 (sieve-test-commands-face, sieve-tagged-arguments-face):
12769 Use renamed sieve faces.
12770
12771 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12772 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12773 (gnus-group-news-3-empty, gnus-group-news-4)
12774 (gnus-group-news-4-empty, gnus-group-news-5)
12775 (gnus-group-news-5-empty, gnus-group-news-6)
12776 (gnus-group-news-6-empty, gnus-group-news-low)
12777 (gnus-group-news-low-empty, gnus-group-mail-1)
12778 (gnus-group-mail-1-empty, gnus-group-mail-2)
12779 (gnus-group-mail-2-empty, gnus-group-mail-3)
12780 (gnus-group-mail-3-empty, gnus-group-mail-low)
12781 (gnus-group-mail-low-empty, gnus-summary-selected)
12782 (gnus-summary-cancelled, gnus-summary-high-ticked)
12783 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12784 (gnus-summary-high-ancient, gnus-summary-low-ancient)
12785 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12786 (gnus-summary-low-undownloaded)
12787 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12788 (gnus-summary-low-unread, gnus-summary-normal-unread)
12789 (gnus-summary-high-read, gnus-summary-low-read)
12790 (gnus-summary-normal-read, gnus-splash):
12791 Remove "-face" suffix from face names.
12792 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12793 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12794 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12795 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12796 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12797 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12798 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12799 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12800 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12801 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12802 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12803 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12804 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12805 (gnus-summary-normal-ticked-face)
12806 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12807 (gnus-summary-normal-ancient-face)
12808 (gnus-summary-high-undownloaded-face)
12809 (gnus-summary-low-undownloaded-face)
12810 (gnus-summary-normal-undownloaded-face)
12811 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12812 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12813 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12814 (gnus-splash-face):
12815 New backward-compatibility aliases for renamed faces.
12816 (gnus-group-startup-message): Use renamed gnus faces.
12817
12818 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12819 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12820 (gnus-server-agent): Remove "-face" suffix from face names.
12821 (gnus-server-agent-face, gnus-server-opened-face)
12822 (gnus-server-closed-face, gnus-server-denied-face)
12823 (gnus-server-offline-face):
12824 New backward-compatibility aliases for renamed faces.
12825 (gnus-server-agent-face, gnus-server-opened-face)
12826 (gnus-server-closed-face, gnus-server-denied-face)
12827 (gnus-server-offline-face): Use renamed gnus faces.
12828
12829 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12830 Remove "-face" suffix from face names.
12831 (gnus-picon-xbm-face, gnus-picon-face):
12832 New backward-compatibility aliases for renamed faces.
12833
12834 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12835 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12836 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12837 (gnus-cite-11): Remove "-face" suffix from face names.
12838 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12839 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12840 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12841 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12842 New backward-compatibility aliases for renamed faces.
12843 (gnus-cite-attribution-face, gnus-cite-face-list)
12844 (gnus-article-boring-faces): Use renamed gnus faces.
12845
12846 * gnus-art.el (gnus-signature, gnus-header-from)
12847 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12848 (gnus-header-content): Remove "-face" suffix from face names.
12849 (gnus-signature-face, gnus-header-from-face)
12850 (gnus-header-subject-face, gnus-header-newsgroups-face)
12851 (gnus-header-name-face, gnus-header-content-face):
12852 New backward-compatibility aliases for renamed faces.
12853 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12854
12855 * gnus-sum.el (gnus-summary-selected-face)
12856 (gnus-summary-highlight): Use renamed gnus faces.
12857 * gnus-group.el (gnus-group-highlight): Likewise.
12858
12859 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
12860
12861 * gnus-sieve.el (gnus-sieve-article-add-rule):
12862 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12863 * spam-stat.el (spam-stat-buffer-change-to-spam)
12864 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12865
12866 * message.el (message-is-yours-p):
12867 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12868
12869 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12870
12871 * mm-view.el (mm-inline-text): Withdraw the last change.
12872
12873 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12874
12875 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12876 executing enriched-decode.
12877
12878 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
12879
12880 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12881 charset of tar files.
12882
12883 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12884
12885 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12886
12887 2005-06-04 Lute Kamstra <lute@gnu.org>
12888
12889 * nnfolder.el (nnfolder-read-folder): Make sure that undo
12890 information is never recorded.
12891
12892 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12895
12896 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12897
12898 * pop3.el (pop3-apop): Run md5 in the binary mode.
12899
12900 * starttls.el (starttls-set-process-query-on-exit-flag):
12901 Use eval-and-compile.
12902
12903 2005-05-31 Simon Josefsson <jas@extundo.com>
12904
12905 * smime.el (smime-replace-in-string): Define.
12906 (smime-cert-by-ldap-1): Use it.
12907
12908 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
12909
12910 * gnus-art.el (article-display-x-face): Replace
12911 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12912
12913 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12914 set-process-query-on-exit-flag or process-kill-without-query.
12915
12916 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12917 loop instead of replace-regexp.
12918
12919 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12920 instead of process-kill-without-query if it is available.
12921
12922 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12923 instead of find-file-hooks if it is available.
12924
12925 * mml1991.el: Bind pgg-default-user-id when compiling.
12926
12927 * mml2015.el: Bind pgg-default-user-id when compiling.
12928
12929 * nndraft.el (nndraft-request-associate-buffer):
12930 Use write-contents-functions instead of write-contents-hooks if it is
12931 available.
12932
12933 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12934 instead of find-file-hooks if it is available.
12935
12936 * nntp.el (nntp-open-connection): Replace
12937 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12938 (nntp-open-ssl-stream): Ditto.
12939 (nntp-open-tls-stream): Ditto.
12940
12941 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12942 set-process-query-on-exit-flag or process-kill-without-query.
12943 (starttls-open-stream-gnutls): Use it instead of
12944 process-kill-without-query.
12945 (starttls-open-stream): Ditto.
12946
12947 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
12948
12949 * smime.el (smime-cert-by-ldap-1): Don't use
12950 replace-regexp-in-string.
12951
12952 2005-05-31 Arne Jørgensen <arne@arnested.dk>
12953
12954 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12955
12956 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12957 in PEM format. Adjust to the XEmacs compability.
12958
12959 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12960
12961 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12962 by `string-to-number'.
12963 * gnus-agent.el (gnus-agent-regenerate-group)
12964 (gnus-agent-fetch-articles): Ditto.
12965 * gnus-art.el (gnus-button-fetch-group): Ditto.
12966 * gnus-cache.el (gnus-cache-generate-active)
12967 (gnus-cache-articles-in-group): Ditto.
12968 * gnus-group.el (gnus-group-set-current-level)
12969 (gnus-group-insert-group-line): Ditto.
12970 * gnus-score.el (gnus-score-set-expunge-below)
12971 (gnus-score-set-mark-below, gnus-summary-score-effect)
12972 (gnus-summary-score-entry): Ditto.
12973 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12974 (gnus-soup-pack): Ditto.
12975 * gnus-spec.el (gnus-xmas-format): Ditto.
12976 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12977 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12978 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12979 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12980 * nndb.el (nndb-get-remote-expire-response): Ditto.
12981 * nndiary.el (nndiary-parse-schedule-value)
12982 (nndiary-string-to-number, nndiary-request-replace-article)
12983 (nndiary-request-article): Ditto.
12984 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12985 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12986 * nneething.el (nneething-make-head): Ditto.
12987 * nnfolder.el (nnfolder-request-article)
12988 (nnfolder-retrieve-headers): Ditto.
12989 * nnheader.el (nnheader-file-to-number): Ditto.
12990 * nnkiboze.el (nnkiboze-request-article): Ditto.
12991 * nnmail.el (nnmail-process-unix-mail-format)
12992 (nnmail-process-babyl-mail-format): Ditto.
12993 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12994 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12995 (nnmh-request-create-group, nnmh-request-list-1)
12996 (nnmh-request-group, nnmh-request-article): Ditto.
12997 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12998 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12999 * nnsoup.el (nnsoup-make-active): Ditto.
13000 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13001 * nntp.el (nntp-find-group-and-number)
13002 (nntp-retrieve-headers-with-xover): Ditto.
13003 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13004 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13005 (pgg-format-key-identifier): Ditto.
13006 * pop3.el (pop3-last, pop3-stat): Ditto.
13007 * qp.el (quoted-printable-decode-region): Ditto.
13008
13009 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13010 of concat.
13011
13012 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13013
13014 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13015
13016 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13017
13018 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13019
13020 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13021
13022 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13023
13024 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13025
13026 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13027 (gnus-carpal-mode): Ditto.
13028
13029 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13030 (gnus-browse-mode): Ditto.
13031
13032 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13033
13034 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13035
13036 2005-05-29 Richard M. Stallman <rms@gnu.org>
13037
13038 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13039
13040 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13041
13042 * gnus-util.el (gnus-run-mode-hooks): New function.
13043
13044 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13045
13046 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13047
13048 * gnus-agent.el (gnus-agent-make-mode-line-string):
13049 Use mode-line-highlight as mouse-face.
13050
13051 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13052
13053 * canlock.el (canlock): Change the parent group to news.
13054
13055 * deuglify.el (gnus-outlook-deuglify): Add :group.
13056
13057 * dig.el (dig): Add :group.
13058
13059 * dns-mode.el (dns-mode): Add :group.
13060
13061 * encrypt.el (encrypt): Add :group.
13062
13063 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13064 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13065 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13066 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13067 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13068
13069 * gnus-diary.el (gnus-diary): Add :group.
13070
13071 * gnus.el (gnus-group-news-1-face): Add :group.
13072 (gnus-group-news-1-empty-face): Ditto.
13073 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13074 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13075 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13076 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13077 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13078 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13079 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13080 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13081 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13082 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13083 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13084 (gnus-summary-high-ticked-face): Ditto.
13085 (gnus-summary-low-ticked-face): Ditto.
13086 (gnus-summary-normal-ticked-face): Ditto.
13087 (gnus-summary-high-ancient-face): Ditto.
13088 (gnus-summary-low-ancient-face): Ditto.
13089 (gnus-summary-normal-ancient-face): Ditto.
13090 (gnus-summary-high-undownloaded-face): Ditto.
13091 (gnus-summary-low-undownloaded-face): Ditto.
13092 (gnus-summary-normal-undownloaded-face): Ditto.
13093 (gnus-summary-high-unread-face): Ditto.
13094 (gnus-summary-low-unread-face): Ditto.
13095 (gnus-summary-normal-unread-face): Ditto.
13096 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13097 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13098
13099 * hashcash.el (hashcash): New custom group.
13100 (hashcash-default-payment): Add :group.
13101 (hashcash-payment-alist): Ditto.
13102 (hashcash-default-accept-payment): Ditto.
13103 (hashcash-accept-resources): Ditto.
13104 (hashcash-path): Ditto.
13105 (hashcash-extra-generate-parameters): Ditto.
13106 (hashcash-double-spend-database): Ditto.
13107 (hashcash-in-news): Ditto.
13108
13109 * message.el (message-minibuffer-local-map): Add :group.
13110
13111 * netrc.el (netrc): Add :group.
13112
13113 * sieve-manage.el (sieve-manage-log): Add :group.
13114 (sieve-manage-default-user): Diito.
13115 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13116 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13117 (sieve-manage-authenticators): Ditto.
13118 (sieve-manage-authenticator-alist): Ditto.
13119 (sieve-manage-default-port): Ditto.
13120
13121 * sieve-mode.el (sieve-control-commands-face): Add :group.
13122 (sieve-action-commands-face): Ditto.
13123 (sieve-test-commands-face): Ditto.
13124 (sieve-tagged-arguments-face): Ditto.
13125
13126 * smime.el (smime): Add :group.
13127
13128 * spam-report.el (spam-report): Add :group.
13129
13130 * spam.el (spam, spam-face): Add :group.
13131
13132 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13133
13134 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13135 return \n.\n.\n at the end of articles. Protect against that.
13136 (nntp-with-open-group): Allow debugging.
13137
13138 * nnheader.el (mail-header-set-extra): Make into a function
13139 because I just could't understand how to quote the list properly.
13140
13141 * dns.el (query-dns-cached): New function.
13142
13143 2005-05-26 Lute Kamstra <lute@gnu.org>
13144
13145 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13146
13147 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13148
13149 * gnus-art.el: Don't autoload mail-extract-address-components.
13150
13151 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13152 eval-and-compile to evaluate it.
13153
13154 * hashcash.el: Don't autoload executable-find.
13155
13156 * nndb.el: Don't declare the nndb back end two or more times; don't
13157 autoload news-reply-mode, news-setup, cancel-timer and telnet.
13158
13159 * nntp.el: Autoload format-spec instead of format; use
13160 eval-and-compile to evaluate autoload forms.
13161
13162 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
13163
13164 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13165
13166 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13167
13168 * gnus.el (gnus-version-number): Bump version.
13169
13170 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13171
13172 * gnus.el: No Gnus v0.3 is released.
13173
13174 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13175
13176 * gnus-art.el (gnus-article-edit-part): Disable undo.
13177
13178 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13179
13180 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13181 gnus-article-date-lapsed-new-header is t if date timer is active;
13182 skip headers in which the original date value is empty.
13183 (gnus-article-save-original-date): Redefine it as a macro.
13184 (gnus-display-mime): Use it.
13185
13186 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13187
13188 * gnus-art.el (article-date-ut): Support converting date in
13189 forwarded parts as well.
13190 (gnus-article-save-original-date): New function.
13191 (gnus-display-mime): Use it.
13192
13193 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
13194
13195 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13196 enclosure element of <item>.
13197
13198 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
13199
13200 * message.el (message-kill-buffer-query): Rename from
13201 `message-kill-buffer-query-if-modified'. Add :version.
13202
13203 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13204
13205 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13206 window layout.
13207
13208 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13209
13210 * mml.el: Autoload dnd when compiling.
13211
13212 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13213
13214 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13215 x-dnd-*.
13216
13217 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13218
13219 * qp.el (quoted-printable-encode-region): Save excursion.
13220
13221 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
13222
13223 * message.el (message-kill-buffer-query-if-modified): Add new variable
13224 so the user can kill a modified message buffer quickly.
13225 (message-kill-buffer): Use it.
13226
13227 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
13228
13229 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13230 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13231
13232 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13233
13234 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13235 contained in text because xml.el decodes entities) with LFs.
13236
13237 2005-04-11 Lute Kamstra <lute@gnu.org>
13238
13239 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13240 differently.
13241
13242 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13243
13244 * mm-util.el (mm-detect-coding-region): Typo.
13245
13246 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
13247
13248 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13249
13250 2005-04-06 Deepak Goel <deego@gnufans.org>
13251
13252 * spam-stat.el (spam-stat-score-buffer): Add a call to a
13253 user-function allow user modifications of the scores.
13254 (spam-stat-score-buffer-user): New function, to allow
13255 user-computed modifications to the score.
13256 (spam-stat-score-buffer-user-functions): List of additional
13257 scoring functions.
13258 (spam-stat-error-holder): Global temporary error holder.
13259 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13260 variable.
13261
13262 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
13263
13264 * gnus-registry.el (gnus-registry-clean-empty-function)
13265 (gnus-registry-trim, gnus-registry-fetch-groups)
13266 (gnus-registry-delete-group): Groups that match
13267 `gnus-registry-ignored-groups' are removed from the registry
13268 entries, not just ignored for splitting. This helps clean up the
13269 registry. Also, `gnus-registry-fetch-groups' is a convenient way
13270 to get all the groups a message ID is in.
13271
13272 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13273 (spam-stat-split-fancy): Change "threshhold" to "threshold".
13274 (spam-stat-score-buffer-user-functions): Add :number custom type.
13275
13276 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13277
13278 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13279 argument in XEmacs.
13280
13281 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13282 (nnrss-request-group): Decode group name first.
13283 (nnrss-request-article): Make a text/plain article if mml-to-mime
13284 failed.
13285 (nnrss-get-encoding): Return a compatible encoding according to
13286 nnrss-compatible-encoding-alist.
13287 (nnrss-find-el): Use consp instead of listp.
13288 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13289
13290 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13291
13292 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13293 which Emacs 20 doesn't support.
13294 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13295
13296 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13297
13298 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13299 silence the byte compiler inside the defun.
13300
13301 * gnus-demon.el (parse-time-string): Add autoload.
13302
13303 * gnus-delay.el (parse-time-string): Add autoload.
13304
13305 * gnus-art.el (parse-time-string): Add autoload.
13306
13307 * nnultimate.el (parse-time): Require for `parse-time-string'.
13308
13309 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13310
13311 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13312
13313 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13314
13315 * smime.el (smime-ldap-host-list): Add :version.
13316
13317 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13318
13319 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13320 pass it to `gnus-browse-read-group'.
13321 (gnus-browse-read-group): Add NUMBER argument and pass it to
13322 `gnus-group-read-ephemeral-group'.
13323
13324 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13325 argument and pass it to `gnus-group-read-group'.
13326
13327 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
13328
13329 * mm-util.el (mm-xemacs-find-mime-charset): Only call
13330 mm-xemacs-find-mime-charset-1 if we have the mule feature
13331 available at runtime.
13332
13333 2005-03-25 Werner Lemberg <wl@gnu.org>
13334
13335 * nnmaildir.el: Replace `illegal' with `invalid'.
13336
13337 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13338
13339 * gnus-start.el (gnus-display-time-event-handler):
13340 Check display-time-timer at runtime rather than only at load time
13341 in case display-time-mode is turned off in the mean time.
13342
13343 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13344
13345 * nnimap.el (nnimap-open-connection): Print which authinfo file is
13346 used.
13347
13348 * nneething.el (nneething-map-file-directory): Derive from
13349 `gnus-directory'.
13350
13351 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13352 the To/Cc button.
13353
13354 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13355
13356 * nnmaildir.el (nnmaildir-request-accept-article):
13357 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13358
13359 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13360
13361 * gnus-async.el: Require timer-funcs at compile time when in
13362 XEmacs for `run-with-idle-timer'.
13363
13364 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13365
13366 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13367 autoloaded function.
13368
13369 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13372
13373 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
13374
13375 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13376
13377 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13378
13379 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13380 Add gnus-expert-user to default.
13381
13382 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
13383
13384 * nnimap.el (nnimap-open-server): Ditto.
13385
13386 * imap.el (imap-authenticate): Fix typo.
13387
13388 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
13389
13390 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13391 buffer (since IMAP server might return FETCH response out of
13392 order, and the nntp buffer must be sorted).
13393
13394 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
13395
13396 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13397 comparison on string.
13398
13399 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13400 (gnus-agent-score): Rename category keywords to match gnus-cus.
13401 (gnus-agent-summary-fetch-series): Modify to protect against
13402 gnus-agent-summary-fetch-group clearing processable flags.
13403 (gnus-agent-synchronize-group-flags): Update live group buffer as
13404 synchronization may occur due to the user toggle the plugged
13405 status.
13406 (gnus-agent-fetch-group-1): Clear downloadable flag when article
13407 successfully downloaded.
13408 (gnus-agent-expire-group-1): Avoid using markers when the overview
13409 is in ascending order; greatly improves performance.
13410 (gnus-agent-regenerate-group):
13411 Use gnus-agent-synchronize-group-flags to reset read status in both
13412 gnus and server.
13413 (gnus-agent-update-files-total-fetched-for): Fix initial size.
13414
13415 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13416
13417 * message.el: Don't autoload former message-utils variables.
13418 (message-strip-subject-trailing-was): Change doc string.
13419
13420 * nnweb.el: Fixes for `gnus-group-make-web-group'.
13421 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
13422 (nnweb-google-search): Add "hl=en" here.
13423 (nnweb-google-parse-1, nnweb-google-create-mapping):
13424 Don't hardcode URL.
13425
13426 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13427
13428 * message.el (message-get-reply-headers, message-followup):
13429 Mention related variables `message-use-followup-to' and
13430 `message-use-mail-followup-to', in the information buffer.
13431
13432 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13433 of broken groups(-beta).google.com.
13434
13435 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13436
13437 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13438 parameter to invoked gnus-request-move-article; remove the
13439 redundant gnus-sum-hint-move-is-internal variable; apply the marks
13440 all at once instead of once per article.
13441 (gnus-summary-remove-process-mark): Accept a list of articles as
13442 well as a single article for processing.
13443
13444 * gnus-int.el (gnus-request-move-article): Add move-is-internal
13445 parameter.
13446
13447 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13448
13449 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13450
13451 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13452 parameter.
13453
13454 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13455 parameter.
13456
13457 * nnimap.el (nnimap-request-move-article): Add move-is-internal
13458 parameter and remove the gnus-sum-hint-move-is-internal variable.
13459
13460 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13461 parameter.
13462
13463 * nndraft.el (nndraft-request-move-article): Add move-is-internal
13464 parameter.
13465
13466 * nndiary.el (nndiary-request-move-article): Add move-is-internal
13467 parameter.
13468
13469 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13470
13471 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13472 parameter.
13473
13474 * nnagent.el (nnagent-request-move-article): Add move-is-internal
13475 parameter.
13476
13477 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
13478
13479 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13480 a more conservative way.
13481
13482 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13485 buffer, so it moves the window's cursor.
13486
13487 2005-02-26 Arne Jørgensen <arne@arnested.dk>
13488
13489 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13490 `mm-dissect-multipart' and receive the from field as an (optional)
13491 argument from `mm-dissect-multipart'.
13492 (mm-dissect-multipart): Receive the from field as an argument and
13493 pass it on when we call `mm-dissect-buffer' on MIME parts.
13494 Fixes verification/decryption of signed/encrypted MIME parts.
13495
13496 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
13497
13498 * gnus-sum.el (gnus-summary-move-article):
13499 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
13500 whatever it calls (right now, only nnimap-request-move article
13501 respects it).
13502
13503 * nnimap.el (nnimap-request-move-article):
13504 When gnus-sum-hint-move-is-internal is set, don't do the extra
13505 nnimap-request-article.
13506
13507 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13508
13509 * nnheader.el (nnheader-find-file-noselect): Add doc string.
13510
13511 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13512 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13513
13514 * gnus-sum.el (gnus-summary-caesar-message):
13515 Apply `gnus-treat-article' after rotation.
13516
13517 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13518 doc string.
13519
13520 2005-02-22 Simon Josefsson <jas@extundo.com>
13521
13522 * encrypt.el (encrypt-password-cache-expiry): Remove (use
13523 `password-cache-expiry' instead). Reported by Arne Jørgensen
13524 <arne@arnested.dk>.
13525 (encrypt): Add password-cache and password-cache-expiry as group
13526 members.
13527
13528 2005-02-22 Arne Jørgensen <arne@arnested.dk>
13529
13530 * smime.el (smime-ldap-host-list): Doc fix.
13531 (smime-ask-passphrase): Use `password-read-and-add' to read (and
13532 cache) password.
13533 (smime-sign-region): Use it.
13534 (smime-decrypt-region): Use it.
13535 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13536 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13537 fails.
13538 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13539 certificate from DER to PEM format rather than calling openssl.
13540
13541 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13542
13543 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13544 for signing/encryption.
13545
13546 * mml.el (mml-parse-1): Use them.
13547
13548 2005-02-21 Arne Jørgensen <arne@arnested.dk>
13549
13550 * nnrss.el (nnrss-verbose): Remove.
13551 (nnrss-request-group): Use `nnheader-message' instead.
13552
13553 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
13554
13555 * nnrss.el (nnrss-verbose): New variable.
13556 (nnrss-request-group): Make it say nnrss is requesting a group.
13557
13558 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13559
13560 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13561 Handle news URL with given port correctly.
13562
13563 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13564
13565 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13566 containing special characters.
13567
13568 * gnus-sum.el (gnus-summary-edit-article): Ditto.
13569
13570 * mml.el (mime-to-mml): Ditto.
13571
13572 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13573 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13574 (rfc2047-decode-region): Quote decoded words containing special
13575 characters when rfc2047-quote-decoded-words-containing-tspecials
13576 is non-nil.
13577
13578 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
13579
13580 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13581
13582 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13583
13584 2005-02-15 Simon Josefsson <jas@extundo.com>
13585
13586 * nnimap.el (nnimap-debug): Doc fix.
13587
13588 * imap.el (imap-debug): Doc fix.
13589
13590 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13591
13592 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13593
13594 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13595
13596 * gnus.el (spam-contents): Improve docs for spam-contents
13597 parameter in its variable incarnation.
13598
13599 2005-02-14 Simon Josefsson <jas@extundo.com>
13600
13601 * smime-ldap.el: Use require instead of load-library for ldap.
13602 (smime-ldap-search): Indent.
13603 (smime-ldap-search-internal): Shorten line.
13604
13605 * smime.el (smime-cert-by-dns): Add doc-string.
13606 (smime-cert-by-ldap-1): Indent.
13607
13608 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
13609 mml-smime-get-dns-ldap.
13610 (mml-smime-encrypt-query): Use new function. Default to ldap.
13611
13612 2005-02-14 Arne Jørgensen <arne@arnested.dk>
13613
13614 * smime.el: Require smime-ldap.
13615 (smime-ldap-host-list): New variable.
13616 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13617
13618 * mml-smime.el (mml-smime-encrypt-query): New function.
13619 (mml-smime-encrypt-query): Use it.
13620
13621 * smime-ldap.el: New file.
13622
13623 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13624
13625 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13626
13627 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13628
13629 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13630 argument in doc string. Make query for type more clear.
13631
13632 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13633
13634 * gnus.el (gnus-group-startup-message): Search for gnus images in
13635 etc/images/gnus.
13636 * mm-util.el (mm-image-load-path): Likewise.
13637 * smiley.el (smiley-data-directory): Search for smilies in
13638 etc/images/smilies.
13639
13640 2005-02-09 Kim F. Storm <storm@cua.dk>
13641
13642 Change Emacs release version from 21.4 to 22.1 throughout.
13643 Change Emacs development version from 21.3.50 to 22.0.50.
13644
13645 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13646
13647 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13648
13649 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13650 non-Mule XEmacs as well.
13651 (mm-decompress-buffer): Signal an error intentionally if it does
13652 not decompress compressed data because auto-compression-mode is
13653 disabled.
13654
13655 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
13656
13657 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13658 an ID in the registry even if it has no groups.
13659
13660 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
13661
13662 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13663 merge it into mm-decompress-buffer.
13664 (gnus-mime-copy-part): Use the MIME part charset, the value which
13665 a user specified or gnus-newsgroup-charset for decoding, like
13666 gnus-mime-inline-part does; set buffer-file-coding-system to tell
13667 save-buffer what was used. Suggested by Kevin Ryde
13668 <user42@zip.com.au>.
13669 (gnus-mime-inline-part): Allow the name parameter as well as the
13670 filename parameter; force decompressing of compressed data; always
13671 display contents being not decoded as unibyte.
13672
13673 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13674 as well as the filename parameter.
13675
13676 * mm-util.el (mm-decompress-buffer):
13677 Merge gnus-mime-jka-compr-maybe-uncompress.
13678 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13679 of compressed data.
13680
13681 2005-02-08 Simon Josefsson <jas@extundo.com>
13682
13683 * imap.el (imap-log): Doc fix.
13684
13685 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13686
13687 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13688 the coding cookies; decompress compressed parts.
13689
13690 * mml.el (mml-generate-mime-1): Add the charset parameter according
13691 to the value which a user specified manually or the coding cookie.
13692
13693 * mm-util.el (mm-string-to-multibyte): New function.
13694 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13695 (mm-coding-system-to-mime-charset): New function.
13696 (mm-decompress-buffer): New function.
13697 (mm-find-buffer-file-coding-system): New function.
13698
13699 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13700 (mm-display-inline-fontify): Rewrite for decoding and decompressing
13701 parts.
13702
13703 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13704
13705 * mm-view.el (mm-display-inline-fontify): Decode a part according
13706 to the charset parameter.
13707
13708 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13709
13710 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13711 prefix arg is neither nil nor a number, as info specifies.
13712
13713 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
13714
13715 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13716 timestamps.
13717
13718 2005-02-02 Jari Aalto <jari.aalto@cante.net>
13719
13720 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13721 groups error checking and notify user.
13722
13723 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
13724
13725 * message.el (message-send-mail-function): Check existence of
13726 sendmail-program first before using default value
13727 `message-send-mail-with-sendmail'. Otherwise use more generic
13728 `smtpmail-send-it'.
13729
13730 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13731
13732 * nntp.el (nntp-request-update-info): Always return nil.
13733
13734 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13737
13738 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * message.el (message-beginning-of-line): Change the behavior when
13741 invoked between BOL and : so that it first moves backward.
13742
13743 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13744
13745 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13746 article buffer when editing of the article is discarded.
13747 (gnus-article-prepare): Revert.
13748
13749 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13750
13751 * gnus-art.el (gnus-article-prepare):
13752 Remove message-strip-forbidden-properties from the local hook.
13753
13754 2005-01-27 Simon Josefsson <jas@extundo.com>
13755
13756 * password.el (password-cache-add): Only start one timer per key.
13757 Reported by Derek Atkins <warlord@MIT.EDU>.
13758
13759 2005-01-26 Steve Youngs <steve@sxemacs.org>
13760
13761 * run-at-time.el: Remove. It is no longer needed as
13762 timer-funcs.el in the xemacs-base package has a working version of
13763 `run-at-time'.
13764
13765 * password.el: Require timer-funcs instead of run-at-time in
13766 XEmacs.
13767 Remove `password-run-at-time' macro.
13768 (password-cache-add): Use `run-at-time' instead of
13769 `password-run-at-time'.
13770
13771 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13772 for `run-with-idle-timer'.
13773
13774 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13775 for `run-at-time'.
13776
13777 * mm-url.el: Require timer-funcs at compile time when in XEmacs
13778 for `with-timeout'.
13779
13780 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13781
13782 * mml.el (mml-generate-mime-1): Convert string into unibyte when
13783 inserting " *mml*" buffer's contents into a unibyte temp buffer.
13784
13785 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
13786
13787 * mail-source.el (mail-source-fetch-imap): Search for ^From case
13788 sensitively.
13789
13790 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
13791
13792 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13793
13794 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
13795
13796 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13797 which will be inserted according to the multibyteness of a buffer
13798 rather than the type of contents. Suggested by ARISAWA Akihiro
13799 <ari@mbf.ocn.ne.jp>.
13800
13801 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13802 of string which old xml.el may return rather than a string.
13803
13804 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13805
13806 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13807
13808 2005-01-16 Simon Josefsson <jas@extundo.com>
13809
13810 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13811 idn/idna.el isn't available.
13812 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
13813 <michael@waxrat.com>.
13814
13815 * hashcash.el: Remove non-FSF copyright header.
13816
13817 * hashcash.el (hashcash-extra-generate-parameters): New variable.
13818 (hashcash-generate-payment): Use it.
13819 (hashcash-generate-payment-async): Use it.
13820
13821 2005-01-15 Simon Josefsson <jas@extundo.com>
13822
13823 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13824 Suggested by Raymond Scholz <ray-2005@zonix.de>.
13825
13826 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13827 gnus-summary-idna-message.
13828 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13829 (gnus-summary-idna-message): New function.
13830
13831 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13832
13833 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13834 gnus-novice-user.
13835
13836 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
13837
13838 * nnrss.el (nnrss-request-delete-group): Delete entries in
13839 nnrss-group-alist as well.
13840 (nnrss-save-server-data): Insert newline.
13841
13842 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
13843
13844 * gnus.el (gnus-user-agent): Use list of symbols instead of
13845 symbols. Display full version number for (S)XEmacs.
13846 Optionally display (S)XEmacs codename.
13847
13848 * gnus-util.el (gnus-emacs-version): Update for new
13849 `gnus-user-agent'.
13850
13851 * gnus-msg.el (gnus-extended-version): Make it possible to omit
13852 Gnus version.
13853
13854 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13855
13856 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
13857 which is unreadable in some setups.
13858
13859 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13860
13861 * gnus-spec.el (gnus-update-format-specifications): Flush the
13862 group format spec cache if it doesn't support decoded group names.
13863
13864 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13865
13866 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13867 Allow to apply decay on score files matching a regexp.
13868
13869 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
13870
13871 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13872 compatibility in %g and %c.
13873
13874 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
13875
13876 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13877 name for only %g and %c.
13878 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13879 of gnus-tmp-group to decoded group name.
13880 (gnus-group-make-rss-group): Exclude `/'s from group names.
13881
13882 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
13883
13884 * nnrss.el (nnrss-get-encoding): Fix regexp.
13885
13886 2004-12-27 Simon Josefsson <jas@extundo.com>
13887
13888 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13889 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13890 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
13891
13892 2004-12-17 Kim F. Storm <storm@cua.dk>
13893
13894 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13895
13896 * gnus-sum.el (gnus-summary-mode-map): Likewise.
13897
13898 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13899
13900 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13901
13902 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
13903
13904 * nnrss.el: Require rfc2047 and mml.
13905 (nnrss-file-coding-system): New variable.
13906 (nnrss-format-string): Redefine it as an inline function.
13907 (nnrss-decode-group-name): New function.
13908 (nnrss-string-as-multibyte): Remove.
13909 (nnrss-retrieve-headers): Decode group name; don't use
13910 nnrss-format-string.
13911 (nnrss-request-group): Decode group name.
13912 (nnrss-request-article): Decode group name; allow a Message-ID as
13913 well as an article number; don't use nnrss-format-string; encode a
13914 Message-ID string which may contain non-ASCII characters; use
13915 mml-to-mime to compose a MIME article.
13916 (nnrss-request-expire-articles): Decode group name.
13917 (nnrss-request-delete-group): Decode group name.
13918 (nnrss-fetch): Clarify error message.
13919 (nnrss-read-server-data): Use insert-file-contents instead of load;
13920 bind file-name-coding-system; use multibyte buffer.
13921 (nnrss-save-server-data): Bind coding-system-for-write to the
13922 value of nnrss-file-coding-system; bind file-name-coding-system;
13923 add coding cookie.
13924 (nnrss-read-group-data): Use insert-file-contents instead of load;
13925 bind file-name-coding-system; use multibyte buffer.
13926 (nnrss-save-group-data): Bind coding-system-for-write to the
13927 value of nnrss-file-coding-system; bind file-name-coding-system.
13928 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13929 make it work with non-ASCII text.
13930 (nnrss-find-el): Make it work with old xml.el as well.
13931
13932 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13933
13934 * nnrss.el (nnrss-get-encoding): New function.
13935 (nnrss-fetch): Use unibyte buffer initially; bind
13936 coding-system-for-read while performing mm-url-insert; remove ^Ms;
13937 decode contents according to the encoding attribute.
13938 (nnrss-save-group-data): Add coding cookie.
13939 (nnrss-mime-encode-string): New function.
13940 (nnrss-check-group): Use it to encode subject and author.
13941
13942 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13943
13944 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13945 imaginary variable.
13946
13947 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13948
13949 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13950 correctly even if there are wide characters.
13951
13952 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13953
13954 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13955 downcased symbol names; make a new cache instead of reusing
13956 bbdb-hashtable.
13957
13958 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13959
13960 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13961 concatenating segments rather than before concatenating them.
13962 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13963
13964 * message.el (message-get-reply-headers): Bind `extra'.
13965
13966 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13967
13968 * message.el (message-extra-wide-headers): New variable.
13969 (message-get-reply-headers): Use it.
13970
13971 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13972
13973 * gnus-agent.el (gnus-agent-group-path): Decode group name.
13974 (gnus-agent-group-pathname): Ditto.
13975
13976 * gnus-cache.el (gnus-cache-file-name): Decode group name.
13977
13978 * gnus-group.el (gnus-group-make-group): Decode group name.
13979 (gnus-group-make-rss-group): Register the group data after opening
13980 the nnrss group.
13981
13982 2004-12-17 Paul Jarc <prj@po.cwru.edu>
13983
13984 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13985 by expiry now get marked as read.
13986
13987 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13988
13989 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13990
13991 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
13992
13993 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13994 unify Latin characters in XEmacs.
13995 (mm-find-mime-charset-region): Use it.
13996
13997 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13998
13999 * gnus-util.el (gnus-delete-directory): New function.
14000
14001 * gnus-agent.el (gnus-agent-delete-group): Use it.
14002
14003 * gnus-cache.el (gnus-cache-delete-group): Use it.
14004
14005 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14006
14007 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14008 names.
14009
14010 2004-12-16 Simon Josefsson <jas@extundo.com>
14011
14012 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14013
14014 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14015
14016 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14017
14018 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14019 (gnus-group-set-current-level): Decode group name.
14020
14021 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14022
14023 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14024 failed.
14025
14026 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14027
14028 * gnus-group.el (gnus-group-delete-group): Decode group name.
14029 (gnus-group-make-rss-group): Encode group name.
14030 (gnus-group-catchup-current): Decode group name.
14031 (gnus-group-kill-group): Decode group name.
14032
14033 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14034
14035 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14036
14037 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14038
14039 * gnus-group.el (gnus-group-make-rss-group):
14040 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14041
14042 * gnus-start.el (gnus-setup-news): Honor user's setting to
14043 gnus-message-archive-method. Suggested by Lute Kamstra
14044 <lute@gnu.org>.
14045
14046 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14047
14048 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14049 global counterparts of the buffer-local variables.
14050
14051 2004-11-16 Romain Francoise <romain@orebokech.com>
14052
14053 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14054 counterparts of the buffer-local variables.
14055
14056 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14057
14058 * message.el (message-forbidden-properties): Fix typo in doc
14059 string.
14060
14061 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14062
14063 * gnus-util.el (gnus-replace-in-string): Add doc string.
14064
14065 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14066 to avoid problems when splitting mails with many recipients.
14067
14068 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14071 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14072
14073 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14074
14075 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14076 if there is no hashtable in memory or file modification time is
14077 newer than cached timestamp.
14078
14079 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14080
14081 * gnus-sum.el (gnus-summary-limit-to-recipient):
14082 Implement not-matching option.
14083
14084 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14085
14086 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14087 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14088 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14089 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14090 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14091 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14092
14093 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14094
14095 * message.el (message-forward-make-body-mml): Remove headers
14096 according to message-forward-ignored-headers if a message is decoded.
14097
14098 2004-12-02 Romain Francoise <romain@orebokech.com>
14099
14100 * message.el (message-forward-make-body-plain): Always remove
14101 headers according to message-forward-ignored-headers.
14102
14103 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14104
14105 * spam.el (spam-summary-prepare-exit): Remove the
14106 gnus-summary-limit pop for now, it has problems with ham marks for
14107 me.
14108
14109 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14110
14111 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14112 correctly.
14113
14114 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14115
14116 * format-spec.el (format-spec): Message the char.
14117
14118 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14119
14120 * gnus-art.el (gnus-split-methods): Reformat comments.
14121
14122 * spam.el (spam-summary-prepare-exit): Remove article limits
14123 before exiting the summary buffer.
14124
14125 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14126
14127 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14128 order to silence the byte compiler.
14129
14130 * spam.el: Fix the way to silence the byte compiler, which
14131 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14132 bbdb-search-simple, spam-BBDB-register-routine,
14133 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14134 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14135 spam-stat-buffer-is-spam, spam-stat-load,
14136 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14137 spam-stat-save and spam-stat-split-fancy.
14138
14139 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14140
14141 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14142 which may confuse users.
14143 (canlock-password-for-verify): Ditto.
14144
14145 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14146
14147 * gnus-art.el (gnus-emphasis-alist): Ditto.
14148
14149 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14150
14151 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14152
14153 * gnus-start.el (gnus-save-killed-list): Ditto.
14154
14155 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14156 (gnus-sum-thread-tree-root): Ditto.
14157 (gnus-sum-thread-tree-false-root): Ditto.
14158 (gnus-sum-thread-tree-single-indent): Ditto.
14159
14160 * message.el (message-courtesy-message): Ditto.
14161 (message-archive-note): Ditto.
14162 (message-subscribed-address-file): Ditto.
14163 (message-user-fqdn): Ditto.
14164
14165 * spam-report.el (spam-report-gmane-regex): Ditto.
14166
14167 * spam.el (spam-blackhole-good-server-regex): Ditto.
14168
14169 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14170
14171 * mml.el (mml-preview): Widen the message buffer before copying
14172 the contents to the preview buffer; sort headers before previewing.
14173
14174 * message.el (message-hidden-headers): Fix the way to avoid a bug
14175 in the `repeat' widget in Emacs 21.3 or earlier.
14176
14177 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14178
14179 * message.el (message-hidden-headers): Default to "^References:".
14180 Improve customization type. Suggested by Reiner Steib
14181 <Reiner.Steib@gmx.de>.
14182
14183 2004-11-25 Romain Francoise <romain@orebokech.com>
14184
14185 * message.el (message-strip-forbidden-properties): Remove check for
14186 obsolete `message-hidden' text property, hidden headers are not
14187 accessible in the buffer anymore.
14188
14189 2004-11-22 Romain Francoise <romain@orebokech.com>
14190
14191 * message.el (message-header-format-alist): Add `From' in list
14192 so that it can be sorted.
14193 (message-fix-before-sending): Widen and sort headers before
14194 sending.
14195 (message-hide-headers): Use narrowing to hide headers by moving
14196 them to the top of the buffer and narrowing to the region
14197 underneath.
14198
14199 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14200
14201 * message.el (message-strip-forbidden-properties):
14202 Bind buffer-read-only (etc) to nil.
14203
14204 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
14205
14206 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14207 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14208
14209 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
14210
14211 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14212
14213 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14214
14215 * dns.el (query-dns): Use sit-for to time instead of
14216 accept-process-output, since that doesn't seem to work on udp
14217 sockets.
14218
14219 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
14220
14221 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14222
14223 2004-11-15 Jesper Harder <harder@ifa.au.dk>
14224
14225 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14226 doc string. Improve doc string.
14227
14228 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14229
14230 * nntp.el (nntp-request-update-info): Return nil if
14231 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14232 may not call gnus-activate-group which uselessly issues the GROUP
14233 commands for all nntp groups and wastes time. Reported by Romain
14234 Francoise <romain@orebokech.com>.
14235
14236 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14237
14238 2004-11-15 Simon Josefsson <jas@extundo.com>
14239
14240 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14241 headers separately.
14242 (gnus-button-openpgp): New function, inspired by Jochen Küpper
14243 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14244
14245 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14246
14247 * gnus-start.el (gnus-convert-old-newsrc):
14248 Assign legacy-gnus-agent to 5.10.7.
14249
14250 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14251
14252 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14253 start of the lines.
14254
14255 2004-11-14 Magnus Henoch <mange@freemail.hu>
14256
14257 * hashcash.el (hashcash-default-payment): Change default to 20.
14258 (hashcash-default-accept-payment): Change default to 20.
14259 (hashcash-process-alist): New variable.
14260 (hashcash-generate-payment-async): Add.
14261 (hashcash-already-paid-p): Add.
14262 (hashcash-insert-payment): Don't generate payments twice.
14263 (hashcash-insert-payment-async): Add.
14264 (hashcash-insert-payment-async-2): Add.
14265 (hashcash-cancel-async): Add.
14266 (hashcash-wait-async): Add.
14267 (hashcash-processes-running-p): Add.
14268 (hashcash-wait-or-cancel): Add.
14269 (mail-add-payment): New optional argument. Conditionally start
14270 asynchronous calculation.
14271 (mail-add-payment-async): Add.
14272
14273 * message.el (message-send-mail): Wait for asynchronous hashcash
14274 results. Don't clobber existing X-Hashcash headers.
14275 (message-setup-1): Call mail-add-payment-async when
14276 message-generate-hashcash is non-nil.
14277
14278 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14279
14280 * message.el (message-use-alternative-email-as-from): Examine the
14281 From header as well; use message-make-from in order to include a
14282 user's full name.
14283
14284 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14285
14286 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14287 default; improve customization type.
14288 (gnus-emphasis-custom-with-format): New macro.
14289 (gnus-emphasis-custom-value-to-external): New function.
14290 (gnus-emphasis-custom-value-to-internal): New function.
14291
14292 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14293
14294 * dns.el (query-dns): Resolve reverse addresses.
14295
14296 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14297
14298 * gnus-group.el (gnus-group-get-new-news): Use it.
14299
14300 * gnus-start.el (gnus-check-reasonable-setup): New function.
14301
14302 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
14303
14304 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14305 "Args out of range" error. Reported by Arnaud Giersch
14306 <arnaud.giersch@free.fr>.
14307
14308 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
14309
14310 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14311
14312 2004-11-04 Richard M. Stallman <rms@gnu.org>
14313
14314 * spam.el (spam group): Add :version.
14315
14316 * pgg-def.el (pgg group): Add :version.
14317
14318 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
14319
14320 * gnus-art.el (gnus-article-edit-article): Don't associate the
14321 article buffer with a draft file. This is a temporary measure
14322 against the 2004-08-22 change to gnus-article-edit-mode.
14323
14324 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14325
14326 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14327 (html2text-format-tags): Remove unused variable `attr'.
14328
14329 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14330
14331 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14332
14333 * spam-stat.el (spam-stat): Add :version.
14334
14335 * sieve.el (sieve): Add :version.
14336
14337 * sha1.el (sha1): Add :version.
14338 (sha1-use-external): Remove redundant version.
14339
14340 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14341 (nnmail-cache-ignore-groups, nnmail-spool-hook)
14342 (nnmail-split-fancy-match-partial-words)
14343 (nnmail-split-lowercase-expanded): Add :version.
14344
14345 * nndiary.el (nndiary): Add :version.
14346
14347 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14348
14349 * mml-sec.el (mml-default-sign-method)
14350 (mml-default-encrypt-method, mml-signencrypt-style-alist):
14351 Add :version.
14352
14353 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14354
14355 * mm-url.el (mm-url-use-external, mm-url-program)
14356 (mm-url-arguments): Add :version.
14357
14358 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14359 (mm-attachment-file-modes, mm-decrypt-option)
14360 (mm-w3m-safe-url-regexp): Add :version.
14361
14362 * message.el (message-cite-prefix-regexp)
14363 (message-sendmail-envelope-from, message-minibuffer-local-map)
14364 (message-user-fqdn, message-completion-alist): Add :version.
14365
14366 * gnus-win.el (gnus-configure-windows-hook)
14367 (gnus-use-frames-on-any-display): Add :version.
14368
14369 * gnus-art.el (gnus-article-address-banner-alist)
14370 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14371 (gnus-treat-from-picon, gnus-treat-mail-picon)
14372 (gnus-treat-x-pgp-sig): Add :version.
14373
14374 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14375 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14376 (gnus-summary-article-delete-hook)
14377 (gnus-summary-display-while-building): Add :version.
14378
14379 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14380 (gnus-get-top-new-news-hook): Add :version.
14381
14382 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14383 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14384
14385 * gnus-registry.el (gnus-registry): Add :version.
14386
14387 * gnus-spec.el (gnus-use-correct-string-widths)
14388 (gnus-make-format-preserve-properties): Add :version.
14389
14390 * gnus.el (gnus-group-charter-alist)
14391 (gnus-group-fetch-control-use-browse-url)
14392 (gnus-install-group-spam-parameters): Add :version.
14393
14394 * gnus-diary.el (gnus-diary): Add :version.
14395
14396 * gnus-delay.el (gnus-delay): Add :version.
14397
14398 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14399 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14400 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14401 Add :version.
14402
14403 * gnus-agent.el (gnus-agent-max-fetch-size)
14404 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14405 (gnus-agent-prompt-send-queue): Add :version.
14406
14407 * deuglify.el (gnus-outlook-deuglify): Add :version.
14408
14409 * html2text.el: Beautify code. Improve doc strings.
14410 Some checkdoc cleanup.
14411 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14412
14413 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14414
14415 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14416
14417 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
14418
14419 * gnus-registry.el (gnus-registry-hashtb): Create the registry
14420 when package is loaded.
14421
14422 * spam.el (spam-summary-score-preferred-header): Add global preference
14423 for people who want to override the default SpamAssassin over
14424 Bogofilter preference (when both are set).
14425 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14426 (spam-user-format-function-S):
14427 Check spam-summary-score-preferred-header.
14428 (spam-extra-header-to-number): Add X-Bogosity header parsing.
14429 (spam-user-format-function-S): Format the score correctly.
14430
14431 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14432
14433 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14434 signature file. Suggested by Manoj Srivastava
14435 <srivasta@golden-gryphon.com>.
14436
14437 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14438 iso-2022-jp even in the Japanese language environment.
14439 Suggested by Jason Rumney <jasonr@gnu.org>.
14440
14441 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
14442
14443 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14444 use the same characters as the dummy marks; make it free from
14445 getting affected by the language environment.
14446 (gnus-summary-read-group-1): Update mark positions only when the
14447 format spec is updated.
14448
14449 * gnus-spec.el (gnus-update-format-specifications): Return a list
14450 of updated types.
14451
14452 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
14453
14454 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14455 of boundp to check if display-warning is available.
14456
14457 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
14458
14459 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14460
14461 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * nnspool.el (nnspool-spool-directory): Use news-path if the
14464 news-directory variable is not bound.
14465
14466 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14467 function instead of display-warning if it is not available.
14468
14469 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14470
14471 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14472 v5-10: Use `point-at-bol'.
14473
14474 2004-10-26 Simon Josefsson <jas@extundo.com>
14475
14476 * hashcash.el: Fix URL in comment, reported by Cheng Gao
14477 <chenggao@gmail.com>.
14478
14479 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14480
14481 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
14482 instead.
14483
14484 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
14485
14486 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14487 to remove a server from the nnimap-server-buffer-alist.
14488 (nnimap-open-connection, nnimap-close-server): Use it.
14489
14490 * gnus-encrypt.el: Remove file in favor of encrypt.el.
14491
14492 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14495 running the major-mode function.
14496
14497 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14498
14499 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14500 dummy marks in the right way.
14501
14502 2004-10-18 David Edmondson <dme@dme.org>
14503
14504 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14505 excessively.
14506
14507 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
14508
14509 * gnus-util.el (gnus-split-references): Accept a nil references
14510 string and go on blissfully.
14511
14512 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14513 cases where the references string is non-nil but has no references.
14514
14515 * encrypt.el: Add autoload tags.
14516
14517 * spam.el (spam-resolve-registrations-routine): Remove article
14518 from unregistration list too. Reported by David Hanak
14519 <dhanak@isis.vanderbilt.edu>
14520
14521 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14522
14523 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14524 nil. Change custom type.
14525
14526 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
14527
14528 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14529
14530 * gnus-sum.el (gnus-summary-move-article): Use it.
14531
14532 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
14533
14534 * encrypt.el: Add autoload cookies.
14535
14536 * spam.el (spam-backend-article-list-property)
14537 (spam-backend-get-article-todo-list)
14538 (spam-backend-put-article-todo-list)
14539 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14540 Resolve registrations separately.
14541 (spam-register-routine): Format comments.
14542 (spam-unregister-routine, spam-register-routine): Always call with
14543 specific-articles, no default list.
14544 (spam-summary-prepare-exit): Use the spam-classifications function.
14545
14546 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14547 gnus-encrypt.el.
14548
14549 * encrypt.el: Copied from gnus-encrypt.el.
14550
14551 * gnus-encrypt.el: Commented that it's obsolete.
14552
14553 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14554
14555 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14556 (gnus-score-save): Use it.
14557
14558 * message.el (message-bury): Use `window-dedicated-p'.
14559
14560 2004-10-15 Simon Josefsson <jas@extundo.com>
14561
14562 * pop3.el (top-level): Don't require nnheader.
14563 (pop3-read-timeout): Add.
14564 (pop3-accept-process-output): Add.
14565 (pop3-read-response, pop3-retr): Use it.
14566
14567 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
14568
14569 * spam.el (spam-register-routine): Move comment.
14570 (spam-verify-bogofilter): Use 'unknown for the initial
14571 spam-bogofilter-valid state, not 'never.
14572
14573 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14574 for netrc-machine.
14575
14576 * nnimap.el (nnimap-open-connection):
14577 Use netrc-machine-user-or-password.
14578
14579 2004-10-17 Richard M. Stallman <rms@gnu.org>
14580
14581 * gnus-registry.el (gnus-registry-unload-hook):
14582 Set as a variable with add-hook.
14583
14584 * nnspool.el (nnspool-spool-directory): Use news-directory instead
14585 of news-path.
14586
14587 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14588
14589 * spam.el: Delete duplicate `provide'.
14590 (spam-unload-hook): Set as a variable with add-hook.
14591
14592 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14593
14594 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14595 in the doc string.
14596
14597 * message.el (message-ignored-news-headers)
14598 (message-ignored-supersedes-headers)
14599 (message-ignored-resent-headers)
14600 (message-forward-ignored-headers): Improve custom type.
14601
14602 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * message.el (message-tokenize-header): Fix 2004-09-06 change
14605 which used point-min in the wrong place.
14606
14607 2004-10-12 Simon Josefsson <jas@extundo.com>
14608
14609 * tls.el (tls-certtool-program): New variable.
14610 (tls-certificate-information): New function, based on
14611 ssl-certificate-information.
14612
14613 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14614
14615 * compface.el: Move the version of ELisp-based uncompface program
14616 to the contrib directory because of the copyright problem.
14617
14618 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14619
14620 * message.el (message-kill-buffer): Raise the current frame.
14621
14622 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14623
14624 * gnus-sum.el: Mention that multibyte characters don't work as marks.
14625
14626 * gnus.el (message-y-or-n-p): Autoload.
14627
14628 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14629 (pop3-password-required, pop3-authentication-scheme)
14630 (pop3-leave-mail-on-server): Make customizable.
14631 (pop3): New custom group.
14632 (pop3-retr): Remove `sleep-for' statements.
14633 Suggested by Dave Love <fx@gnu.org>.
14634
14635 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14636 Windows/DOS.
14637
14638 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14639 (imap-parse-body): Fix incorrect use of `assert'.
14640 Suggested by Dave Love <fx@gnu.org>.
14641
14642 * mml.el (mml-minibuffer-read-disposition): Require match.
14643 Suggested by Dave Love <fx@gnu.org>.
14644
14645 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14646
14647 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
14648 doc string.
14649
14650 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
14651
14652 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14653
14654 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14655
14656 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14657 instead of calling `mm-insert-inline', to decode text/* parts
14658 before displaying them.
14659
14660 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
14661
14662 * mm-uu.el (mm-uu-text-plain-type): New variable.
14663 (mm-uu-pgp-signed-extract-1): Use it.
14664 (mm-uu-pgp-encrypted-extract-1): Use it.
14665 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14666 bind mm-uu-text-plain-type with that value.
14667 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14668 mm-uu-dissect.
14669
14670 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14671
14672 * gnus-group.el (gnus-update-group-mark-positions):
14673 * gnus-sum.el (gnus-update-summary-mark-positions):
14674 * message.el (message-check-news-body-syntax):
14675 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14676 of string-as-multibyte.
14677
14678 2004-10-05 Juri Linkov <juri@jurta.org>
14679
14680 * gnus-group.el (gnus-update-group-mark-positions):
14681 * gnus-sum.el (gnus-update-summary-mark-positions):
14682 * message.el (message-check-news-body-syntax):
14683 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14684 8-bit unibyte values to a multibyte string for search functions.
14685
14686 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14687
14688 * mm-uu.el (mm-uu-dissect): Allow optional arg.
14689 (mm-uu-dissect-text-parts): New function.
14690
14691 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14692 dissect text parts.
14693
14694 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14695 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14696
14697 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14698
14699 * gnus-topic.el (gnus-topic-hierarchical-parameters):
14700 Use gnus-current-topics instead of gnus-current-topic.
14701
14702 2004-10-06 Jesper Harder <harder@ifa.au.dk>
14703
14704 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14705
14706 2004-10-05 Jesper Harder <harder@ifa.au.dk>
14707
14708 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14709 where approriate.
14710
14711 * nnml.el (nnml-generate-active-info): do.
14712
14713 * nndiary.el (nndiary-generate-active-info): do.
14714
14715 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14716 (gnus-topic-move): do.
14717
14718 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14719 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14720
14721 * gnus-srvr.el (gnus-server-prepare)
14722 (gnus-server-open-all-servers): do.
14723
14724 * gnus-msg.el (gnus-summary-cancel-article)
14725 (gnus-summary-resend-message)
14726 (gnus-summary-mail-crosspost-complaint): do.
14727
14728 * gnus-move.el (gnus-change-server): do.
14729
14730 * gnus-group.el (gnus-group-unmark-all-groups)
14731 (gnus-group-set-current-level): do.
14732
14733 2004-10-04 Simon Josefsson <jas@extundo.com>
14734
14735 * message.el (message-generate-hashcash): Doc fix.
14736
14737 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
14738
14739 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14740 avoid infinite recursion via gnus-get-function.
14741
14742 2004-10-02 Jesper Harder <harder@ifa.au.dk>
14743
14744 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14745
14746 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14747
14748 * nnmail.el (nnmail-split-history): do.
14749
14750 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14751 (nnml-request-delete-group): do.
14752
14753 * nnslashdot.el (nnslashdot-read-groups): do.
14754
14755 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14756 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14757
14758 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14759 (nnspool-sift-nov-with-sed): Use last.
14760 (nnspool-retrieve-headers-with-nov): Use mapc.
14761 (nnspool-request-newgroups): Use dolist.
14762 (nnspool-request-group): Use last.
14763
14764 * nntp.el (nntp-read-server-type): Use dolist.
14765
14766 * nnvirtual.el (nnvirtual-create-mapping)
14767 (nnvirtual-update-read-and-marked): Use dolist.
14768 (nnvirtual-convert-headers): Simplify.
14769
14770 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14771
14772 * gnus-agent.el (gnus-agent-synchronize-group-flags):
14773 Add support for sync'ing tick marks.
14774
14775 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
14776
14777 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14778 there's no visible header.
14779
14780 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14781
14782 * gnus-agent.el (gnus-agent-synchronize-group-flags):
14783 When necessary, pass full group name to gnus-request-set-marks.
14784
14785 2004-10-01 Simon Josefsson <jas@extundo.com>
14786
14787 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
14788 acroread.
14789
14790 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14791
14792 * spam-report.el (spam-report-gmane): Fix interactive.
14793
14794 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14795
14796 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14797 when writing file.
14798 (gnus-agent-synchronize-flags): Don't default to being
14799 interactive.
14800
14801 2004-09-30 Simon Josefsson <jas@extundo.com>
14802
14803 * message.el (message-generate-hashcash): Add.
14804 (message-send-mail): Use it, call mail-add-payment.
14805
14806 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14807
14808 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14809
14810 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
14811
14812 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
14813 gnus-requst-update-info with explicit code to sync the in-memory
14814 info read flags with the marks being sync'd to the backend.
14815
14816 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
14817
14818 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14819
14820 * spam.el (spam-verify-bogofilter): Add new function.
14821 (spam-check-bogofilter)
14822 (spam-bogofilter-register-with-bogofilter): Use it.
14823 (spam-verify-bogofilter): Add small fixes.
14824
14825 2004-09-28 Simon Josefsson <jas@extundo.com>
14826
14827 * hashcash.el (hashcash-generate-payment): Revert.
14828
14829 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14830
14831 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14832 Use gnus-extract-references instead of gnus-split-references.
14833
14834 * gnus-util.el (gnus-extract-references): Add new function, analogous
14835 to gnus-split-references but extracts only the message-ID without
14836 anything extra.
14837
14838 * hashcash.el (hashcash-generate-payment)
14839 (hashcash-check-payment): Do the right thing if hashcash-path is
14840 nil (because the hashcash program could not be found).
14841
14842 * spam.el (spam-use-hashcash): Remove comment.
14843
14844 2004-09-27 Jesper Harder <harder@ifa.au.dk>
14845
14846 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14847 (gnus-cache-enter-article, gnus-cache-remove-article)
14848 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14849
14850 * gnus-async.el (gnus-async-prefetch-remove-group): do.
14851
14852 * gnus-art.el (article-hide-boring-headers)
14853 (article-translate-strings, article-display-face)
14854 (gnus-article-mime-match-handle-first)
14855 (gnus-article-highlight-headers)
14856 (gnus-article-add-buttons-to-head): do.
14857
14858 2004-09-27 Simon Josefsson <jas@extundo.com>
14859
14860 * hashcash.el: New version, from
14861 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
14862 ../contrib/.
14863
14864 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14865
14866 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14867
14868 2004-09-26 Jesper Harder <harder@ifa.au.dk>
14869
14870 * gnus-dup.el (gnus-dup-open): Use mapc.
14871 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14872
14873 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14874 Reported by Stefan Wiens <s.wi@gmx.net>.
14875
14876 * gnus.el (gnus-shutdown): Use dolist.
14877
14878 * gnus-undo.el (gnus-undo): Use mapc.
14879
14880 * nnrss.el (nnrss-generate-active): do.
14881
14882 * message.el (message-cite-original-without-signature)
14883 (message-cite-original): Use mapc.
14884 (message-do-actions, message-make-forward-subject): Use dolist.
14885
14886 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14887
14888 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
14889 deletion to remove entire duplicate line. Fixes merged article
14890 number bug.
14891
14892 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14893
14894 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14895 servers that are offline. Avoids having gnus-agent-toggle-plugged
14896 first ask if you want to open a server and then, even when you
14897 responded with no, asking if you want to synchronize the server's
14898 flags.
14899 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14900 multi-line expressions.
14901 (gnus-agent-synchronize-group-flags): New internal function.
14902 Updates marks in memory (in the info structure) AND in the
14903 backend.
14904
14905 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
14906
14907 * nnagent.el (nnagent-request-set-mark):
14908 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
14909 method, to ensure that synchronization updates marks in the
14910 backend and in the info (in memory) structure.
14911
14912 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
14913
14914 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14915 convention fully; don't miss the root article of a thread; make
14916 the X-Draft-From header with correct article numbers.
14917
14918 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
14919
14920 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14921 unless plugged. Disable the agent so that an open failure causes
14922 an error.
14923
14924 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14925 Revert 2004-09-21 change. The backend must be opened while
14926 synchronizing flags even when the backend stores the flags
14927 locally.
14928
14929 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
14930
14931 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14932 in `header' match. Reported by Svend Tollak Munkejord.
14933
14934 * message.el (message-cite-original): Fix use of
14935 `message-cite-articles-with-x-no-archive'.
14936
14937 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
14938
14939 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14940 (gnus-window-to-buffer): Ditto.
14941
14942 * mml.el (mml-preview-buffer): New variable.
14943 (mml-preview): Manage window layout with gnus-buffer-configuration.
14944
14945 * gnus-msg.el (gnus-setup-message): Put article numbers into the
14946 X-Draft-From header even if those articles aren't quoted.
14947
14948 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
14949
14950 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14951 (gnus-request-set-mark, gnus-request-update-mark): Use new
14952 g-s-t-u-l-m to decide to use backend even when unplugged.
14953
14954 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
14955
14956 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14957 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
14958
14959 2004-09-20 Simon Josefsson <jas@extundo.com>
14960
14961 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14962 "utf-16-le".
14963
14964 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14967
14968 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14969
14970 * uudecode.el (uudecode-use-external): Add :version.
14971
14972 * smime.el (smime-CA-file, smime-encrypt-cipher)
14973 (smime-dns-server): Add :version.
14974
14975 * smiley.el (gnus-smiley-file-types): Add :version.
14976
14977 * sha1.el (sha1-use-external): Add :version.
14978
14979 * pgg-def.el (pgg-query-keyserver): Add :version.
14980
14981 * nnmail.el (nnmail-fancy-expiry-targets)
14982 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14983 Add :version.
14984
14985 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14986 (nnimap-retrieve-groups-asynchronous): Add :version.
14987 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
14988
14989 * mml.el (mml-content-disposition-parameters)
14990 (mml-insert-mime-headers-always): Add :version.
14991
14992 * mm-util.el (mm-coding-system-priorities): Add :version.
14993
14994 * mm-decode.el (mm-inline-text-html-with-images)
14995 (mm-keep-viewer-alive-types, mm-external-terminal-program)
14996 (mm-verify-option): Add :version.
14997 (mm-text-html-renderer): Change :version.
14998
14999 * message.el (message-fcc-externalize-attachments)
15000 (message-required-headers, message-draft-headers)
15001 (message-subject-trailing-was-query)
15002 (message-subject-trailing-was-ask-regexp)
15003 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15004 (message-mark-insert-end, message-archive-header)
15005 (message-archive-note, message-cross-post-default)
15006 (message-cross-post-note, message-followup-to-note)
15007 (message-cross-post-note-function, message-use-mail-followup-to)
15008 (message-subscribed-address-functions)
15009 (message-subscribed-address-file, message-subscribed-addresses)
15010 (message-subscribed-regexps, message-allow-no-recipients)
15011 (message-yank-cited-prefix, message-signature-insert-empty-line)
15012 (message-hidden-headers, message-hierarchical-addresses)
15013 (message-mail-user-agent, message-use-idna)
15014 (message-valid-fqdn-regexp)
15015 (message-strip-special-text-properties, message-header-synonyms)
15016 (message-beginning-of-line, message-tab-body-function): Add :version.
15017 (message-insert-canlock, message-wide-reply-confirm-recipients):
15018 Change :version.
15019
15020 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15021 and :version.
15022 (mail-source-delete-old-incoming-confirm)
15023 (mail-source-movemail-program): Add :version.
15024
15025 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15026 (gnus-agent-cache, gnus-agent): Change :version.
15027
15028 * gnus-util.el (gnus-use-byte-compile): Change :version.
15029
15030 * gnus-sum.el (gnus-summary-make-false-root-always)
15031 (gnus-summary-default-high-score)
15032 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15033 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15034 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15035 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15036 (gnus-sum-thread-tree-single-indent)
15037 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15038 (gnus-sum-thread-tree-leaf-with-other)
15039 (gnus-sum-thread-tree-single-leaf): Add :version.
15040 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15041 (gnus-article-loose-mime): Change :version.
15042
15043 * gnus-start.el (gnus-backup-startup-file)
15044 (gnus-save-startup-file-via-temp-buffer): Add :version.
15045
15046 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15047 (gnus-server-offline-face): Add :version.
15048
15049 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15050
15051 * gnus-msg.el (gnus-gcc-externalize-attachments)
15052 (gnus-debug-files, gnus-debug-exclude-variables)
15053 (gnus-discouraged-post-methods): Change :version.
15054 (gnus-confirm-mail-reply-to-news)
15055 (gnus-confirm-treat-mail-like-news): Add :version.
15056
15057 * gnus-int.el (gnus-server-unopen-status): Add :version.
15058
15059 * gnus-group.el (gnus-group-jump-to-group-prompt)
15060 (gnus-large-ephemeral-newsgroup)
15061 (gnus-fetch-old-ephemeral-headers): Add :version.
15062
15063 * gnus-fun.el (gnus-x-face-directory)
15064 (gnus-convert-pbm-to-x-face-command)
15065 (gnus-convert-image-to-x-face-command)
15066 (gnus-convert-image-to-face-command): Add :version.
15067
15068 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15069
15070 * gnus-cite.el (gnus-cite-blank-line-after-header)
15071 (gnus-article-boring-faces): Add :version.
15072
15073 * gnus-art.el (gnus-buttonized-mime-types)
15074 (gnus-inhibit-mime-unbuttonizing)
15075 (gnus-treat-display-face)
15076 (gnus-treat-body-boundary): Change :version.
15077 (gnus-body-boundary-delimiter, gnus-picon-databases)
15078 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15079 (gnus-treat-date-english, gnus-treat-fold-headers)
15080 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15081 (gnus-treat-mail-picon, gnus-treat-wash-html)
15082 (gnus-article-encrypt-protocol)
15083 (gnus-use-idna, gnus-article-over-scroll)
15084 (gnus-mime-display-multipart-alternative-as-mixed)
15085 (gnus-mime-display-multipart-related-as-mixed)
15086 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15087 (gnus-ctan-url, gnus-button-ctan-handler)
15088 (gnus-button-handle-ctan-bogus-regexp)
15089 (gnus-button-ctan-directory-regexp)
15090 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15091 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15092 (gnus-button-man-level, gnus-button-emacs-level)
15093 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15094
15095 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15096 (gnus-agent-go-online): Change :version.
15097 (gnus-agent-expire-unagentized-dirs)
15098 (gnus-agent-auto-agentize-methods): Add :version.
15099
15100 * flow-fill.el (fill-flowed-display-column)
15101 (fill-flowed-encode-column): Add :version.
15102
15103 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15104 (gnus-outlook-deuglify-unwrap-max)
15105 (gnus-outlook-deuglify-cite-marks)
15106 (gnus-outlook-deuglify-unwrap-stop-chars)
15107 (gnus-outlook-deuglify-no-wrap-chars)
15108 (gnus-outlook-deuglify-attrib-cut-regexp)
15109 (gnus-outlook-deuglify-attrib-verb-regexp)
15110 (gnus-outlook-deuglify-attrib-end-regexp)
15111 (gnus-outlook-display-hook): Add :version.
15112
15113 * binhex.el (binhex-use-external): Add :version.
15114
15115 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15116
15117 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15118 and `invisible'.
15119
15120 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15121
15122 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15123 in gnus-registry-trim.
15124
15125 2004-09-13 Simon Josefsson <jas@extundo.com>
15126
15127 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15128
15129 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15130
15131 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15132 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15133 <yamaoka@jpl.org>.
15134 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15135 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15136 <yamaoka@jpl.org>.
15137
15138 * sieve.el (sieve-manage-mode): Ditto.
15139
15140 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15141
15142 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15143
15144 2004-09-11 Simon Josefsson <jas@extundo.com>
15145
15146 * dns-mode.el: Add.
15147
15148 * mm-view.el (mm-display-dns-inline): Add.
15149
15150 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15151 (mm-automatic-display): Ditto.
15152
15153 * mailcap.el (mailcap-mime-data): Add text/dns.
15154 (mailcap-mime-extensions): Map .soa to text/dns.
15155
15156 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
15157
15158 * gnus-art.el (article-decode-mime-words, article-babel)
15159 (gnus-article-highlight-signature, gnus-article-add-buttons)
15160 (gnus-signature-toggle): Remove unnecessary bindings of
15161 `inhibit-read-only' inherited from v5.10 merge.
15162
15163 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15164
15165 * nntp.el (nntp): New customization group.
15166 (nntp-authinfo-file): Add customization group.
15167
15168 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15169
15170 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15171
15172 * gnus.el (to-address, to-list, subscribed)
15173 (large-newsgroup-initial): Ditto.
15174
15175 * flow-fill.el (fill-flowed-display-column)
15176 (fill-flowed-encode-column): Ditto.
15177
15178 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * message.el (message-tokenize-header, message-send-mail-with-qmail):
15181 Use point-min rather than 1.
15182 (message-send-mail): Use buffer-size rather than point-max.
15183
15184 * gnus-sum.el (gnus-summary-search-article-forward):
15185 Signal a specific `search-failed' rather than a generic `error'.
15186
15187 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15188 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15189 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15190
15191 2004-09-10 Simon Josefsson <jas@extundo.com>
15192
15193 * nndb.el (require): Remove tcp and duplicate cl.
15194
15195 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
15196
15197 * gnus-agent.el (directory-files-and-attributes): Move forward.
15198
15199 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15200
15201 * gnus-agent.el (directory-files-and-attributes):
15202 Optionally defined to support XEmacs.
15203
15204 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15205
15206 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15207 to avoid run-time CL dependencies.
15208 (gnus-agent-unfetch-articles): New function.
15209 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15210 article numbers even when local .overview file is missing.
15211 (gnus-agent-read-article-number): New function. Only accepts
15212 27-bit article numbers.
15213 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15214 Use gnus-agent-read-article-number.
15215 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15216 from backend while recognizing that article numbers in .overview
15217 must be valid.
15218 (gnus-agent-update-files-total-fetched-for):
15219 Use directory-files-and-attributes to improve performance.
15220 * gnus-int.el (gnus-request-move-article):
15221 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15222 improve performance.
15223
15224 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15225 some users confused by references to .newsrc when they only have a
15226 .newsrc.eld file.
15227 (gnus-convert-mark-converter-prompt)
15228 (gnus-convert-converter-needs-prompt): Fix use of property list.
15229 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15230 New function. Used internally to only display 'gnus converting
15231 files' message when actually necessary.
15232
15233 * gnus-sum.el (): Remove (require 'gnus-agent) as required
15234 methods now autoloaded.
15235
15236 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
15237
15238 * gnus-sum.el (gnus-summary-insert-subject): Remove list
15239 identifiers.
15240
15241 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
15242
15243 * gnus-picon.el: Fix indentation and closing parenthesis.
15244
15245 2004-09-01 Simon Josefsson <jas@extundo.com>
15246
15247 * message.el (message-canlock-generate): Require sha1, not
15248 sha1-el. (Can we get rid of this require altogether? It is ugly
15249 to require within a function. Sadly, if sha1.el isn't loaded, the
15250 let binding in m-c-g will hide the defcustom definition, which is
15251 bad.)
15252
15253 * canlock.el: Require sha1, not sha1-el.
15254
15255 * message.el: Don't autoload sha1 (there is a autoload cookie in
15256 sha1.el).
15257
15258 * sha1-el.el: Rename to sha1.el.
15259
15260 2004-08-30 Juanma Barranquero <lektu@terra.es>
15261
15262 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15263
15264 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15267
15268 2004-08-30 Kim F. Storm <storm@cua.dk>
15269
15270 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15271
15272 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15273 Add :group 'nnimap.
15274
15275 2004-08-30 Andreas Schwab <schwab@suse.de>
15276
15277 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15278 ?* and ?\;.
15279
15280 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15281 and ?\' to symbol instead of whitespace.
15282
15283 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15284
15285 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15286
15287 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15288 instead of re-search-forward.
15289
15290 * gnus-uu.el (gnus-uu-save-article): Ditto.
15291 (gnus-uu-post-encode-uuencode): Ditto.
15292
15293 * html2text.el (html2text-clean-list-items): Ditto.
15294 (html2text-clean-dtdd): Ditto.
15295 (html2text-format-tags): Ditto.
15296
15297 * message.el (message-send-mail-with-sendmail): Fix regexp.
15298 (message-fill-field-general): Use search-forward instead of
15299 re-search-forward.
15300 (unbold-region): Ditto.
15301
15302 * nnrss.el (nnrss-request-article): Ditto.
15303
15304 * nnslashdot.el (nnslashdot-request-article): Ditto.
15305
15306 * nnweb.el (nnweb-gmane-wash-article): Ditto.
15307
15308 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15309 "Unrecognized menu descriptor" error in XEmacs.
15310
15311 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
15312
15313 * gnus-sum.el (gnus-read-header): Don't remove a header for the
15314 parent article of a sparse article in the thread hashtb.
15315
15316 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
15317
15318 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15319 (nnmail-expand-newtext): Lowercase expanded entries if
15320 nnmail-split-lowercase-expanded is non-nil.
15321
15322 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
15323
15324 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15325
15326 * gnus-group.el (gnus-group-line-format-alist): Convert the value
15327 of gnus-tmp-news-method into string under XEmacs. It will be
15328 passed to gnus-correct-length which takes only a string argument.
15329
15330 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15331
15332 * gnus-util.el (gnus-bind-print-variables): New macro.
15333 (gnus-prin1): Use it.
15334 (gnus-prin1-to-string): Use it.
15335 (gnus-pp): New function.
15336 (gnus-pp-to-string): New function.
15337
15338 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15339 Replace pp-to-string with gnus-pp-to-string.
15340 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15341 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15342 * gnus-msg.el (gnus-debug): Ditto.
15343 * gnus-score.el (gnus-score-save): Ditto.
15344 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15345 gnus-pp-to-string.
15346 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15347 with gnus-pp.
15348 * score-mode.el (gnus-score-pretty-print): Ditto.
15349 * webmail.el (webmail-debug): Ditto.
15350
15351 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15352
15353 * gnus-art.el (article-display-face, article-display-x-face):
15354 Use buffer-read-only.
15355
15356 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
15357
15358 * gnus-art.el (article-hide-list-identifiers):
15359 Bind inhibit-read-only as t.
15360
15361 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
15362
15363 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15364
15365 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15366
15367 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15368 (gnus-narrow-to-page): Don't assume point-min == 1.
15369 (gnus-article-edit-mode): Derive from message-mode.
15370
15371 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15372 point-min == 1.
15373
15374 * imap.el (imap-parse-address-list, imap-parse-body-ext):
15375 Disable incorrect use of `assert'.
15376
15377 * message.el (message-mode): Set comment-start-skip.
15378
15379 2004-08-22 Sam Steingold <sds@gnu.org>
15380
15381 * pop3.el (pop3-leave-mail-on-server): New user variable.
15382 (pop3-movemail): Delete mail only when it is nil.
15383
15384 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
15385
15386 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15387
15388 * mml.el (mml-preview): Use `pop-to-buffer'.
15389
15390 * message.el (message-goto-mail-followup-to): Insert after "To".
15391 (message-carefully-insert-headers): Add comment.
15392
15393 * gnus.el: Remove unused variable `gnus-article-check-size'.
15394
15395 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15396
15397 * gnus-art.el (gnus-button-alist):
15398 Improve `gnus-button-handle-library' entry.
15399
15400 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
15401
15402 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15403 Use downcase, since XEmacs capitalizes error messages differently.
15404
15405 2004-08-18 Jesper Harder <harder@ifa.au.dk>
15406
15407 * nntp.el: Add (require 'gnus) due to reference to
15408 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
15409
15410 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
15411
15412 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15413 Bind `mm-fill-flowed'.
15414
15415 * mm-decode.el (mm-dissect-singlepart): Check it.
15416
15417 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
15418
15419 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15420 'imap' for netrc parsing.
15421
15422 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15423
15424 * mailcap.el (mailcap-mime-data): Mark as risky.
15425
15426 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
15427
15428 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15429 may be included in the encoded word.
15430 (rfc2047-encode): Don't append a space if the encoded word
15431 includes close parenthesis.
15432
15433 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
15434
15435 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15436 of text within parentheses.
15437
15438 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
15439
15440 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15441 (gnus-encrypt-write-file-contents): Make the password key the file
15442 name PLUS the cipher, not just the cipher. Also remove failed
15443 passwords from the cache.
15444
15445 2004-08-06 Simon Josefsson <jas@extundo.com>
15446
15447 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15448 Doc fix.
15449
15450 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15451
15452 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15453 LWSP.
15454
15455 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
15456
15457 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15458 Try to append in-reply-to: data to the references: header.
15459
15460 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15461 (netrc-parse): Use gnus-encrypt.el functions.
15462
15463 * gnus-encrypt.el: Add new file for encryption support; currently
15464 does only a few GPG ciphers and an internal XOR cipher.
15465
15466 * password.el: Add comments on using password-read-and-add.
15467 (password-read-and-add): Add function to read and add the
15468 password to the cache at once.
15469
15470 2004-07-28 Simon Josefsson <jas@extundo.com>
15471
15472 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15473 parameter (but don't use it, for now).
15474
15475 * imap.el (imap-ssl-open): Use imap-process-connection-type,
15476 instead of hard coding to nil.
15477
15478 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15479
15480 * mm-view.el (mm-inline-image-emacs): Open lines under an image
15481 as mm-inline-image-xemacs does.
15482
15483 2004-07-26 Simon Josefsson <jas@extundo.com>
15484
15485 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15486 Revert part of 2004-07-17 change below.
15487
15488 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15489
15490 * rfc2047.el (rfc2047-encode-region): Don't infloop.
15491 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15492
15493 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
15494
15495 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15496 quotes that actually start with ">" at the beginning of the
15497 lines.
15498
15499 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15500
15501 * rfc2047.el (rfc2047-encode-region): Fix last change.
15502 (rfc2047-encode-parameter): Remove useless concat.
15503
15504 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
15505
15506 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15507 encode special characters; fix some kind of misconfigured headers;
15508 signal a real error if debug-on-quit or debug-on-error is non-nil.
15509 (rfc2047-encode-max-chars): New variable.
15510 (rfc2047-encode-1): Use it.
15511 (rfc2047-encode-parameter): New function.
15512
15513 * mml.el (mml-insert-parameter): Remove an excessive space.
15514
15515 2004-07-17 Simon Josefsson <jas@extundo.com>
15516
15517 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15518 Kai Grossjohann <kai@emptydomain.de>.
15519 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15520 (gnus-group-make-menu-bar): Ditto.
15521
15522 * gnus-util.el (gnus-group-server): Add.
15523
15524 2004-07-16 Jesper Harder <harder@ifa.au.dk>
15525
15526 * message.el (message-clone-locals): Clone sendmail and smtp
15527 variables.
15528
15529 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15530
15531 * rfc2047.el (rfc2047-encode-region): Fix last change.
15532
15533 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15534
15535 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15536 characters as non-special.
15537
15538 2004-07-09 Simon Josefsson <jas@extundo.com>
15539
15540 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15541 Users will lose all flag changes made while unplugged with
15542 e.g. nntp unless flag synchronization happens, thus `nil' is not a
15543 good default. See numerous reports on ding mailing list.
15544
15545 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
15546
15547 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15548 add generate-head-function and generate-article-function to the
15549 rfc822-forward entry.
15550 (nndoc-rfc822-forward-generate-article): New function.
15551 (nndoc-rfc822-forward-generate-head): New function.
15552
15553 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15554
15555 2004-07-06 Dan Christensen <jdc@uwo.ca>
15556
15557 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15558 respect display group parameter and gnus-summary-expunge-below.
15559 (gnus-articles-to-read): Remove unused reference to display group
15560 parameter.
15561
15562 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15563
15564 * nnheader.el (nnheader-uniquify-message-id): New experimental
15565 variable.
15566 (nnheader-nov-read-message-id): Use it.
15567
15568 * spam-report.el (spam-report-gmane): Add interactive.
15569
15570 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15571
15572 * mm-encode.el (mm-content-transfer-encoding-defaults):
15573 Use qp-or-base64 for the application/* types.
15574
15575 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
15576
15577 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15578
15579 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
15580
15581 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15582 trim value.
15583
15584 2004-01-25 Paul Jarc <prj@po.cwru.edu>
15585
15586 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15587 New macro and function.
15588 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15589
15590 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15591
15592 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15593 after-load-alist.
15594
15595 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15596
15597 * gnus-group.el (gnus-group-get-new-news-this-group):
15598 Don't update info that isn't there.
15599
15600 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
15601
15602 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15603 entry.
15604
15605 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15606
15607 * mm-view.el (mm-inline-render-with-function): Use multibyte
15608 buffer; decode html source by charset.
15609
15610 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15611
15612 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15613 Mule-UCS is loaded under XEmacs.
15614 (mm-mime-mule-charset-alist): Avoid duplicated entries.
15615
15616 2004-06-28 Jesper Harder <harder@ifa.au.dk>
15617
15618 * nnheader.el (nnheader-max-head-length): Increase to 8192.
15619
15620 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
15621
15622 * mm-util.el (mm-coding-system-p): Return a coding-system.
15623 (mm-mime-mule-charset-alist): Use shift_jis instead of
15624 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15625 entries for the mime charsets iso-2022-jp-3 and shift_jis.
15626 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15627 instead of japanese-shift-jis and iso-latin-1 respectively in
15628 order to share the default value with both Emacs and XEmacs-mule.
15629 (mm-mule-charset-to-mime-charset):
15630 Make mm-coding-system-priorities effective.
15631 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15632 while predicating of candidates upon the priorities.
15633
15634 2004-06-27 Jesper Harder <harder@ifa.au.dk>
15635
15636 * gnus-sum.el (gnus-summary-make-menu-bar):
15637 Add gnus-uu-invert-processable.
15638
15639 * gnus.el: Autoload gnus-uu-invert-processable.
15640
15641 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
15642
15643 * mm-util.el (mm-with-multibyte-buffer): New macro.
15644
15645 * rfc2047.el (rfc2047-encode-string): Use it.
15646 (rfc2047-encode-region): Move point to the end of the region after
15647 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15648
15649 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15650
15651 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15652 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15653
15654 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15655
15656 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15657 (gnus-cite-parse): Ignore quoted envelope From_.
15658 Suggested by Karl Chen <quarl@nospam.quarl.org>.
15659
15660 2004-06-23 Jesper Harder <harder@ifa.au.dk>
15661
15662 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15663 invalid addresses.
15664
15665 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
15666
15667 * spam.el: Change section markers, revise TODO list.
15668 (spam-backends): Make new master list of all installed backends.
15669 (spam-summary-exit-behavior): Add new variable to determine how
15670 messages moves are done at summary exit.
15671 (spam-move-spam-nonspam-groups-only)
15672 (spam-process-ham-in-nonham-groups)
15673 (spam-process-ham-in-spam-groups): Remove variables, the
15674 spam-summary-exit-behavior variable should be used to manage this
15675 behavior.
15676 (spam-old-ham-articles, spam-old-spam-articles): Remove.
15677 (spam-old-articles): Add variable, replacing spam-old-ham-articles
15678 and spam-old-spam-articles.
15679 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15680 Add empty variables, placeholders for the backends they represent.
15681 (spam-set-difference): Move, unchanged.
15682 (spam-list-of-processors): Declare OBSOLETE, not used anymore
15683 unless the user has a processor variable.
15684 (spam-classifications, spam-classification-valid-p)
15685 (spam-backend-properties, spam-backend-property-valid-p)
15686 (spam-backend-function-type-valid-p)
15687 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15688 (spam-report-articles-gmane, spam-report-articles-resend):
15689 Remove functions, they are not needed.
15690 (spam-install-backend-super, spam-backend-list)
15691 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15692 (spam-backend-function, spam-backend-ham-registration-function)
15693 (spam-backend-spam-registration-function)
15694 (spam-backend-ham-unregistration-function)
15695 (spam-backend-spam-unregistration-function)
15696 (spam-backend-statistical-p, spam-backend-mover-p)
15697 (spam-install-backend-alias, spam-install-checkonly-backend)
15698 (spam-install-mover-backend, spam-install-nocheck-backend)
15699 (spam-install-backend, spam-install-statistical-backend)
15700 (spam-install-statistical-checkonly-backend): Add backend installation
15701 support.
15702 (spam-summary-prepare-exit): Rewrite to use the new backend code.
15703 (spam-group-processor-p): Use the new backend code and respect the
15704 summary exit behavior.
15705 (spam-mark-spam-as-expired-and-move-routine): Remove.
15706 (spam-summary-prepare): Change to use the new spam-old-articles
15707 variable.
15708 (spam-copy-or-move-routine, spam-copy-spam-routine)
15709 (spam-move-spam-routine, spam-copy-ham-routine)
15710 (spam-move-ham-routine): Add code to copy/move ham or spam.
15711 (spam-fetch-field-fast): Improve doc and code, plus allow the
15712 'number request.
15713 (spam-list-of-checks, spam-list-of-statistical-checks):
15714 Remove variables.
15715 (spam-split, spam-find-spam): Use the new backend code.
15716 (spam-registration-functions): Remove variable.
15717 (spam-unregister-routine): Add convenience wrapper.
15718 (spam-log-undo-registration, spam-register-routine)
15719 (spam-log-processing-to-registry)
15720 (spam-log-unregistration-needed-p): Rename "check" to "backend"
15721 where possible.
15722 (spam-check-gmane-xref, spam-check-regex-headers)
15723 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15724 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15725 (spam-check-bogofilter-headers, spam-check-spamoracle)
15726 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15727 (spam-check-crm114-headers): Use the spam-split-group that
15728 spam-split prepares, no need to determine it every time.
15729
15730 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15731 to the nnheader-parse-naked-head call.
15732
15733 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15734
15735 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15736 the nnheader-nov-read-message-id call.
15737
15738 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
15739
15740 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15741 gnus-activate-group twice. Suggested by Markus Peter
15742 <warp@spin.de>.
15743
15744 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
15745
15746 * gnus-art.el (gnus-article-time-format): Exchange the order of
15747 day and month in the default value; fix customization type.
15748 (article-date-ut): Use add-text-properties.
15749 (article-make-date-line): Use message-make-date instead of
15750 current-time-string.
15751
15752 * message.el (message-fetch-field): Don't use set-text-properties.
15753 (message-make-date): Simplify.
15754
15755 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
15756
15757 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15758 (rfc2047-encode-region): Treat text within parentheses as special;
15759 show the original text when error has occurred.
15760
15761 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15762 already-computed method to gnus-activate-group.
15763
15764 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15765 same select-methods identical Lisp objects.
15766
15767 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15768 object when modifying the info.
15769
15770 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15771
15772 * gnus-srvr.el (gnus-server-set-info): Remove the server from
15773 gnus-opened-servers since it has never been opened with the new
15774 configuration yet.
15775
15776 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
15777
15778 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15779 arg to nnheader-generate-fake-message-id.
15780
15781 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
15782
15783 * nnheader.el (nnheader-generate-fake-message-id): Accept a
15784 number and build a fake message ID localized to a group and
15785 article number (so it's repeatable from that point on).
15786 (nnheader-fake-message-id-p): Change regex to accommodate new fake
15787 ID format.
15788
15789 * gnus-sum.el (gnus-get-newsgroup-headers):
15790 Call nnheader-generate-fake-message-id with the article number.
15791
15792 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
15793
15794 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15795 end-of-buffer.
15796
15797 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15798
15799 * message.el (message-ignored-supersedes-headers): Add Approved.
15800
15801 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15802
15803 * rfc2047.el (rfc2047-encode-message-header): Remove useless
15804 goto-char.
15805 (rfc2047-encode): Fold the line before encoding.
15806
15807 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15808
15809 * rfc2047.el (rfc2047-encode-message-header): Disabled header
15810 folding -- not all headers can be folded, and this should be done
15811 by the message composition mode. Probably. I think.
15812
15813 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
15814
15815 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15816 fast.
15817
15818 * gnus-ems.el (gnus-remove-image): Don't use
15819 message-text-with-property; remove only the image found first.
15820
15821 2004-06-09 Jesper Harder <harder@ifa.au.dk>
15822
15823 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15824
15825 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15826
15827 * message.el (message-text-with-property): Make it fast and accept
15828 optional arguments.
15829 (message-strip-forbidden-properties): Use it.
15830 (message-fix-before-sending): Follow the m-t-w-p change.
15831
15832 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15833
15834 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15835
15836 * gnus-art.el (article-hide-headers): Don't change the buffer
15837 mistakenly when performing mml-preview even if
15838 gnus-single-article-buffer is nil.
15839
15840 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
15841
15842 * message.el (message-expand-name-databases): New user option.
15843 (message-expand-name): Use it.
15844
15845 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
15846
15847 * spam.el (spam-report-articles-resend)
15848 (spam-report-resend-register-routine): Allow ham reporting.
15849 (spam-report-resend-register-ham-routine): Add wrapper.
15850 (spam-registration-functions): Add ham resending functions.
15851 (spam-list-of-processors): Add ham resend processor.
15852
15853 * gnus.el (ham-resend-to): Add new group parameter.
15854 (spam-process): Add ham resend option.
15855
15856 * spam-report.el (spam-report-resend): Allow reporting ham.
15857 (spam-report-resend-ham): Add wrapper.
15858
15859 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15860
15861 * message.el (message-cite-articles-with-x-no-archive):
15862 New variable.
15863 (message-cite-original): Use it.
15864
15865 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15866
15867 * message.el (message-cite-original): Respect X-No-Archive.
15868
15869 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15870
15871 * gnus-art.el (article-hide-headers): Refer to the values for
15872 gnus-ignored-headers and gnus-visible-headers in the summary
15873 buffer since a user may have set them as group parameters.
15874
15875 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
15876
15877 * assistant.el (assistant-node-name): Add convenience function.
15878 (assistant-render-text, assistant-render-node): Add error handling,
15879 plus handle multiple next nodes.
15880 (assistant-find-next-node): Comment out for now.
15881 (assistant-find-next-nodes): Add function, returns list of next
15882 nodes.
15883
15884 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
15885
15886 * mail-source.el (mail-source-directory): Fix doc-string.
15887
15888 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
15889
15890 * assistant.el (assistant-render-text, assistant-eval): Add :set
15891 widget type, which is different because it takes and returns a
15892 list. Much hilarity ensues.
15893
15894 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
15895
15896 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
15897
15898 * gnus-group.el (gnus-group-get-new-news-this-group):
15899 Add doc-string.
15900
15901 * gnus-start.el (gnus-activate-group): Add doc-string.
15902
15903 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15904
15905 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15906
15907 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
15908
15909 * assistant.el (assistant-render-text): Try to add a :set
15910 widget, more to come.
15911
15912 * spam.el (spam-group-spam-contents-p): Handle empty groupname
15913 strings.
15914 (spam-report-articles-resend)
15915 (spam-register-routine): Do registration iff any articles warrant
15916 it.
15917 (spam-summary-prepare-exit): Change log message for nil group
15918 destinations.
15919
15920 2004-05-27 Daniel Pittman <daniel@rimspace.net>
15921
15922 * spam.el (spam-report-resend-register-routine):
15923 Allow spam-report-resend-to to be a group parameter or a global value.
15924
15925 2004-05-26 Simon Josefsson <jas@extundo.com>
15926
15927 * starttls.el: Merge with my GNUTLS based starttls.el.
15928 (starttls-gnutls-program, starttls-use-gnutls)
15929 (starttls-extra-arguments, starttls-process-connection-type)
15930 (starttls-connect, starttls-failure, starttls-success):
15931 New variables.
15932 (starttls-program, starttls-extra-args): Doc fix.
15933 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
15934 New functions.
15935 (starttls-negotiate, starttls-open-stream):
15936 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
15937 function if it is set.
15938
15939 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15940
15941 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15942 structured fields.
15943
15944 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15945
15946 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15947
15948 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
15949
15950 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15951 Add variable.
15952 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
15953 assigning the spam-mark to new messages.
15954
15955 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
15956
15957 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15958
15959 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15960
15961 * rfc2047.el (rfc2047-encodable-p): Don't move point.
15962 (rfc2047-decode): Treat the ascii coding-system as raw-text by
15963 default.
15964
15965 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
15966
15967 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15968 correct data.
15969
15970 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
15971
15972 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15973 (spam-group-processor-p): Fix function.
15974 (spam-group-processor-multiple-p)
15975 (spam-group-spam-processor-report-gmane-p)
15976 (spam-group-spam-processor-report-resend-p)
15977 (spam-group-spam-processor-bogofilter-p)
15978 (spam-group-spam-processor-blacklist-p)
15979 (spam-group-spam-processor-ifile-p)
15980 (spam-group-ham-processor-ifile-p)
15981 (spam-group-spam-processor-spamoracle-p)
15982 (spam-group-spam-processor-crm114-p)
15983 (spam-group-ham-processor-bogofilter-p)
15984 (spam-group-spam-processor-stat-p)
15985 (spam-group-ham-processor-stat-p)
15986 (spam-group-ham-processor-whitelist-p)
15987 (spam-group-ham-processor-BBDB-p)
15988 (spam-group-ham-processor-spamoracle-p)
15989 (spam-group-ham-processor-copy-p): Remove functions with some
15990 prejudice against unneeded code.
15991 (spam-report-articles-resend)
15992 (spam-report-resend-register-routine): Allow the group/topic
15993 spam-resend-to value to override spam-report-resend-to.
15994 (spam-summary-prepare-exit): Invoke spam-group-processor-p
15995 properly now.
15996
15997 * gnus.el (spam-resend-to): Add group/topic parameter.
15998 (spam-process): Move the OBSOLETE processors to the end of the
15999 choices.
16000
16001 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16002
16003 * spam-report.el (spam-report-resend-to, spam-report-resend):
16004 Start with resend-to set to nil, and then ask the user if necessary.
16005 (spam-report-resend): spam-report-resend takes a list of articles, not
16006 separate article numbers.
16007
16008 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16009
16010 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16011 addition to emacs-w3m.
16012
16013 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16014
16015 * assistant.el (assistant-authinfo-data): New function.
16016 (assistant-eval): Eval for entire assistant.
16017
16018 * netrc.el (netrc-services-file): New variable.
16019 (netrc-parse-services): New function.
16020 (netrc-find-service-name): New function.
16021 (netrc-find-service-number): New function.
16022 (netrc-port-equal): New function.
16023 (netrc-machine): Use it.
16024
16025 * nnimap.el (nnimap-open-connection): Use netrc.
16026
16027 * gnus-util.el (gnus-netrc-get): Remove aliases.
16028
16029 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16030
16031 * assistant.el (wid-edit): Fix compilation.
16032
16033 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16034
16035 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16036
16037 * gnus-util.el (gnus-set-file-modes): New function. (small
16038 patch).
16039
16040 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16041
16042 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16043
16044 * assistant.el (assistant-render-node): Fix up rendering and
16045 read-only text.
16046 (assistant-render-node): Reset.
16047 (assistant-make-read-only): Not sticky.
16048
16049 2004-05-20 Danny Siu <dsiu@adobe.com>
16050
16051 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16052 centered even when gnus-auto-center-summary is t
16053
16054 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16055
16056 * dns.el (dns-get-txt-answer): New function.
16057 (dns-read-txt): Ditto.
16058 (query-dns): Use it.
16059
16060 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
16061
16062 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16063 active for foreign groups even if the group level is higher than
16064 the specified value.
16065
16066 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16067
16068 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16069 non-active groups.
16070
16071 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16072
16073 2004-05-20 Magnus Henoch <mange@freemail.hu>
16074
16075 * dns.el (dns-read-type): Add support for SVR. (small patch)
16076
16077 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16078
16079 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16080 (spam-crm114-header, spam-crm114-spam-switch)
16081 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16082 (spam-crm114-positive-spam-header)
16083 (spam-crm114-database-directory, spam-list-of-processors)
16084 (spam-group-spam-processor-crm114-p)
16085 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16086 (spam-generic-score, spam-list-of-checks)
16087 (spam-list-of-statistical-checks, spam-registration-functions)
16088 (spam-check-crm114-headers, spam-crm114-score)
16089 (spam-check-crm114, spam-crm114-register-with-crm114)
16090 (spam-crm114-register-spam-routine)
16091 (spam-crm114-unregister-spam-routine)
16092 (spam-crm114-register-ham-routine)
16093 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16094 From asjo@koldfront.dk (Adam Sjøgren).
16095
16096 * gnus.el: Add spam-use-crm114.
16097
16098 * spam.el (spam-list-of-processors, spam-registration-functions):
16099 Add spam-use-resend.
16100 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16101 (spam-report-articles-gmane): Add doc fix.
16102 (spam-report-articles-resend, spam-report-resend-register-routine):
16103 Add wrappers around spam-report-resend-to.
16104
16105 * spam-report.el (spam-report-resend-to, spam-report-resend):
16106 Add support for resending spam.
16107 (spam-report-gmane): Fix line length >80.
16108
16109 * gnus.el (spam-process): Add spam-use-resend.
16110
16111 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16112
16113 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16114 number of processed spam messages.
16115 (spam-ham-copy-or-move-routine): Return the number of processed
16116 ham messages.
16117 (spam-summary-prepare-exit): Use the above values to decide
16118 whether status messages shouled be displayed.
16119
16120 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
16121
16122 * rfc2047.el (rfc2047-encode-function-alist): Rename from
16123 `rfc2047-encoding-function-alist' in order to avoid conflicting
16124 with the old version.
16125 (rfc2047-encode-region): Concatenate words containing non-ASCII
16126 characters in structured fields; don't encode space-delimited
16127 ASCII words even in unstructured fields; don't break words at
16128 char-category boundaries.
16129 (rfc2047-encode-1): New function.
16130 (rfc2047-encode): Use it; encode text so that it occupies the
16131 maximum width within 76-column; work correctly on Q encoding for
16132 iso-2022-* charsets.
16133 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16134 sure not to break a line just after the header name.
16135 (rfc2047-b-encode-region): Remove.
16136 (rfc2047-b-encode-string): New function.
16137 (rfc2047-q-encode-region): Remove.
16138 (rfc2047-q-encode-string): New function.
16139
16140 * mm-util.el (mm-replace-in-string): New function.
16141
16142 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16143
16144 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16145 Really get it right.
16146 (gnus-inews-make-draft): Really.
16147
16148 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
16149
16150 * nnmh.el (nnmh-request-list-1): Don't check the link count
16151 before descending. (small patch)
16152
16153 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16154
16155 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16156 stuff.
16157
16158 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16159 Match on real group name.
16160
16161 * gnus-art.el (gnus-signature-limit): Doc fix.
16162
16163 * gnus-msg.el (gnus-inews-make-draft): Quote list.
16164
16165 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16166
16167 * gnus-draft.el (gnus-draft-send):
16168 Bind rfc2047-encode-encoded-words.
16169
16170 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16171 (rfc2047-encodable-p): Say that =? needs encoding.
16172 (rfc2047-encode-encoded-words): New variable.
16173
16174 * gnus-group.el (gnus-group-select-group): Doc fix.
16175
16176 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16177
16178 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16179 to nil.
16180
16181 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16182
16183 * nnheader.el (nnheader-get-lines-and-char): New function.
16184
16185 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
16186
16187 * gnus-msg.el (gnus-summary-followup-with-original):
16188 Document yanking of region when active.
16189
16190 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
16191
16192 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16193 groups if the group level is higher than the specified value.
16194
16195 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16196
16197 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16198 (gnus-group-jump-to-group): Add prefix argument using
16199 `gnus-group-jump-to-group-prompt'. Query before jumping to
16200 non-active group.
16201
16202 * compface.el (uncompface): Be verbose when changing
16203 `uncompface-use-external'.
16204
16205 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16206 handle manual section.
16207
16208 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16209
16210 * gnus-art.el (gnus-button-alist): Revert previous change.
16211
16212 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16213
16214 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16215
16216 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16217
16218 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16219 whether backend can accept message.
16220
16221 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16222
16223 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
16224
16225 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16226 Avoid creating directory when nntp-marks-is-evil is true.
16227 Reported by Reiner Steib.
16228
16229 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16230
16231 * gnus-picon.el (gnus-picon-style): New variable.
16232 (gnus-picon-insert-glyph): Add optional `nostring' argument.
16233 (gnus-picon-transform-address): Support `gnus-picon-style'.
16234 From Jesper Harder <harder@ifa.au.dk>.
16235
16236 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16237
16238 * message.el (message-fill-field): Return point.
16239 (message-generate-headers): Go to end of field.
16240
16241 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16242 stuff for non-living groups.
16243
16244 2004-05-18 Jesper Harder <harder@ifa.au.dk>
16245
16246 * gnus-art.el (gnus-article-followup-with-original)
16247 (gnus-article-reply-with-original): gnus-mark-active-p ->
16248 gnus-region-active-p.
16249
16250 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
16251
16252 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16253 only when there is spam or ham to be processed.
16254
16255 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16256
16257 * mail-source.el (mail-source-delete-crash-box): Refactor.
16258 (mail-source-fetch): Use it.
16259 (mail-source-fetch-file): Ditto.
16260 (mail-source-fetch-directory): Run postscript in loop.
16261 (mail-source-fetch-pop): Delete.
16262 (mail-source-fetch-maildir): Ditto.
16263 (mail-source-fetch-imap): Ditto.
16264
16265 * imap.el (imap-authenticators): Comment out sasl.
16266
16267 * message.el (message-skip-to-next-address): New function.
16268 (message-fill-header-address): Refactor.
16269 (message-fill-address): Use it.
16270 (message-delete-address): Use it.
16271 (message-fill-header-general): Refactor.
16272 (message-fill-field-address): Rename.
16273 (message-narrow-to-field): Find the start of the header.
16274 (message-header-format-alist): Don't pre-fill.
16275 (message-fill-header): Remove.
16276 (message-insert-header): New function.
16277 (message-shorten-references): Use it.
16278
16279 * rfc2047.el (rfc2047-field-value): Strip props.
16280
16281 * mail-parse.el (mail-header-make-address): New alias.
16282
16283 * ietf-drums.el (ietf-drums-make-address): New function.
16284
16285 * imap.el: Add compiler directives.
16286
16287 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16288
16289 * gnus-art.el (article-decode-idna-rhs): Don't use
16290 message-idna-inside-rhs-p.
16291
16292 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16293
16294 * message.el (message-idna-inside-rhs-p): Remove.
16295 (message-idna-to-ascii-rhs-1): Use proper address parsing.
16296
16297 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16298 false positives.
16299
16300 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16301
16302 * imap.el (imap-sasl-make-mechanisms): Use sasl.
16303
16304 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16305
16306 * nneething.el (nneething-file-name): Don't create spurious
16307 files.
16308
16309 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16310 (gnus-inews-do-gcc): Remove sleep.
16311
16312 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16313 part under point.
16314
16315 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16316 (gnus-agent-regenerate-group): Using nil messages aren't valid.
16317
16318 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
16319
16320 * spam.el (spam-summary-prepare-exit): Fix (length).
16321
16322 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
16323
16324 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16325 as expired without moving it" message when there are spam
16326 messages left.
16327
16328 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
16329
16330 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16331 header is not nil.
16332
16333 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
16334
16335 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16336 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16337 (nntp-marks-changed-p): New arg SERVER.
16338 (nntp-request-update-info): Adjust caller.
16339
16340 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
16341
16342 * nntp.el (nntp-save-marks): Pass missing arg.
16343
16344 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16345
16346 * nntp.el: Support marks.
16347 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16348 (nntp-marks-modtime, nntp-marks-directory): New variables.
16349 (nntp-request-set-mark, nntp-request-update-info)
16350 (nntp-possibly-create-directory, nntp-marks-changed-p)
16351 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16352 New functions.
16353
16354 2004-05-12 Jesper Harder <harder@ifa.au.dk>
16355
16356 * gnus-score.el (gnus-score-insert-help):
16357 Use gnus-select-lowest-window.
16358
16359 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16360 appt-select-lowest-window and rename to gnus-select-lowest-window.
16361
16362 * gnus.el: do.
16363
16364 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16365
16366 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16367 encodings of MIME-encoded words, in order to improve
16368 interoperability with several broken MUAs.
16369
16370 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16371
16372 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16373 tags, only when charsets are not specified in headers.
16374 (mm-inline-text-html-render-with-w3m): Ditto.
16375
16376 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16377
16378 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16379 instead of MIME-decoded from fields when checking
16380 `gnus-article-address-banner-alist'.
16381
16382 2004-05-03 Jesper Harder <harder@ifa.au.dk>
16383
16384 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16385 description rather than subject.
16386
16387 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16388
16389 * gnus.el (gnus-version-number): Bump.
16390
16391 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16392
16393 * gnus.el: No Gnus v0.2 is released.
16394
16395 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16396
16397 * gnus-agent.el (gnus-agent-read-agentview):
16398 Inline gnus-uncompress-range.
16399
16400 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16401
16402 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16403 `exec-installed-p'.
16404
16405 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16406
16407 * gnus.el (spam-process, spam-autodetect-methods):
16408 Add bsfilter and bsfilter-headers.
16409
16410 * spam.el (spam-bsfilter): New customize group.
16411 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16412 (spam-bsfilter-header, spam-bsfilter-probability-header)
16413 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16414 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16415 (spam-bsfilter-database-directory): New options.
16416 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16417 (spam-list-of-statistical-checks, spam-registration-functions):
16418 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16419 (spam-bsfilter-score): New command.
16420 (spam-check-bsfilter-headers, spam-check-bsfilter)
16421 (spam-bsfilter-register-with-bsfilter)
16422 (spam-bsfilter-register-spam-routine)
16423 (spam-bsfilter-unregister-spam-routine)
16424 (spam-bsfilter-register-ham-routine)
16425 (spam-bsfilter-unregister-ham-routine): New functions.
16426 (spam-generic-score): Support bsfilter; Accept an optional argument
16427 to recalcurate spam score even if scoring header has already been
16428 added.
16429 (spam-bogofilter-score, spam-spamassassin-score): Accept an
16430 optional argument to recalcurate spam score even if scoring header
16431 has already been added.
16432
16433 2004-04-29 Jesper Harder <harder@ifa.au.dk>
16434
16435 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16436 strings! Reported by David D. Smith <davidsmith@acm.org>.
16437 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16438 link is missing.
16439
16440 2004-04-28 Jesper Harder <harder@ifa.au.dk>
16441
16442 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16443 (html2text-get-attr): Rewrite.
16444
16445 * message.el (message-setup-1): Remove redundant put-text-property
16446 on mail-header-separator.
16447
16448 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
16449
16450 * gnus-registry.el (gnus-registry-cache-whitespace)
16451 (gnus-registry-action, gnus-registry-spool-action)
16452 (gnus-registry-split-fancy-with-parent): Change message levels
16453 from 5 to 3 or 7, as needed.
16454
16455 * spam.el (spam-summary-prepare-exit)
16456 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16457 (spam-split, spam-find-spam, spam-log-undo-registration)
16458 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
16459 level from 5 to 6.
16460
16461 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16462
16463 * gnus-ems.el: Autoload appt-select-lowest-window (revert
16464 2004-03-04 change).
16465
16466 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16467
16468 * sieve-manage.el (sieve-manage-open):
16469 * nnweb.el (nnweb-insert-html):
16470 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16471 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16472 * nnspool.el (nnspool-request-group):
16473 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16474 * nnml.el (nnml-request-update-info):
16475 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16476 (nnmh-request-create-group, nnmh-update-gnus-unreads):
16477 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16478 (nnimap-request-set-mark):
16479 * nnfolder.el (nnfolder-request-update-info):
16480 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16481 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16482 * gnus-uu.el (gnus-uu-find-articles-matching):
16483 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16484 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16485 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16486 * gnus-nocem.el (gnus-nocem-scan-groups):
16487 * gnus-int.el (gnus-start-news-server):
16488 * gnus-group.el (gnus-group-make-kiboze-group)
16489 (gnus-group-browse-foreign-server):
16490 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16491 Use mapc when appropriate.
16492
16493 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
16494
16495 FIXME: Make separate entries for each person.
16496
16497 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16498 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16499 <shields@msrl.com>:
16500
16501 * spam.el (spam-necessary-extra-headers): Get the extra headers we
16502 may need for spam sorting and scoring.
16503 (spam-user-format-function-S): Add user format function suitable for
16504 general use.
16505 (spam-article-sort-by-spam-status): Add sorting function for summary
16506 sorting.
16507 (spam-extra-header-to-number): Add function to get a score from a
16508 header.
16509 (spam-summary-score): Add function to get a numeric score from the
16510 headers.
16511 (spam-generic-score): Fix function doc, was in wrong place.
16512 (spam-initialize): Take symbols when it's run, and install the
16513 extra headers that spam-necessary-extra-headers thinks we need.
16514
16515 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16516
16517 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16518 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16519
16520 2004-04-17 Jesper Harder <harder@ifa.au.dk>
16521
16522 * gnus-sum.el (gnus-set-global-variables)
16523 (gnus-build-all-threads, gnus-get-newsgroup-headers)
16524 (gnus-article-get-xrefs, gnus-summary-best-group)
16525 (gnus-summary-next-article, gnus-summary-enter-digest-group)
16526 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16527 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16528 Use with-current-buffer.
16529
16530 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
16531
16532 * spam.el (spam-summary-prepare-exit): Simplify logic.
16533 (spam-fetch-article-header): Read the article header if it's not
16534 available.
16535 (spam-list-articles): Simplify logic.
16536 (spam-filelist-register-routine): Fix bug with unregister-list.
16537
16538 * gnus-registry.el: Fix comments at beginning.
16539
16540 2004-04-16 Jesper Harder <harder@ifa.au.dk>
16541
16542 * message.el (message-cater-to-broken-inn): Remove.
16543 (message-shorten-references): Make sure the total folded length of
16544 References is shorter than 998 characters to cater to a bug in INN
16545 2.3. Also, don't pretend that references aren't folded -- this
16546 hasn't worked for a while.
16547
16548 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16549
16550 * gnus-agent.el (gnus-agentize):
16551 gnus-agent-send-mail-real-function no longer set to current value
16552 of message-send-mail-function but rather a lambda that calls
16553 message-send-mail-function. The change makes the agent real-time
16554 responsive to user changes to message-send-mail-function.
16555
16556 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16557
16558 * legacy-gnus-agent.el
16559 (gnus-agent-convert-to-compressed-agentview): Fix typos with
16560 help from Florian Weimer <fw@deneb.enyo.de>
16561
16562 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
16563
16564 * nnmail.el (nnmail-cache-insert): Revert last change.
16565
16566 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
16567
16568 * nnmail.el (nnmail-cache-insert): Always check whether
16569 nnmail-cache-ignore-groups matches a group name.
16570
16571 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
16572
16573 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16574 (spam-find-spam, spam-log-processing-to-registry)
16575 (spam-log-registered-p, spam-log-unregistration-needed-p)
16576 (spam-log-undo-registration): Use gnus-message instead of
16577 gnus-error, none of these errors are fatal.
16578
16579 * gnus-registry.el (gnus-registry-clean-empty-function)
16580 (gnus-registry-clean-empty): Remove only empty entries without
16581 extra data.
16582
16583 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
16584
16585 * spam-stat.el (spam-stat-buffer-change-to-spam)
16586 (spam-stat-buffer-change-to-non-spam): Change (error) to
16587 (gnus-message 8) invocation.
16588
16589 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16590
16591 * nntp.el (nntp-via-netcat-command): New variable.
16592 (nntp-via-netcat-switches): New variable.
16593 (nntp-open-via-rlogin-and-netcat): New function.
16594 (nntp-open-connection-function): Doc fix.
16595 (nntp-telnet-command): Doc fix.
16596 (nntp-end-of-line): Doc fix.
16597 (nntp-via-rlogin-command): Doc fix.
16598 (nntp-via-user-name): Doc fix.
16599 (nntp-via-address): Doc fix.
16600
16601 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16602
16603 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16604 error in Emacs 21.1.
16605
16606 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
16607
16608 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16609
16610 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
16611
16612 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16613 (gnus-agent-with-refreshed-group): New macro.
16614 (gnus-agent-rename-group): New function.
16615 (gnus-agent-delete-group): New function.
16616 (gnus-agent-save-group-info): Use gnus-command-method when
16617 `method' parameter is nil. Don't write nil entries into the
16618 active file.
16619 (gnus-agent-get-group-info): New function.
16620 (gnus-agent-fetch-articles):
16621 Use gnus-agent-update-files-total-fetched-for to increment disk space
16622 used.
16623 (gnus-agent-fetch-headers, gnus-agent-save-alist):
16624 Use gnus-agent-update-view-total-fetched-for to increment disk space
16625 used.
16626 (gnus-agent-get-local): Add optional parameters to avoid calling
16627 gnus-group-real-name and gnus-find-method-for-group.
16628 (gnus-agent-set-local): Delete stored entry if either min, or max,
16629 are nil.
16630 (gnus-agent-fetch-session): Reworded error/quit messages.
16631 On quit, use gnus-agent-regenerate-group to record existence of any
16632 articles fetched to disk before the quit occurred.
16633 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16634 gnus-agent-update-view-total-fetched-for, and
16635 gnus-agent-update-files-total-fetched-for to decrement disk space
16636 used.
16637 (gnus-agent-retrieve-headers):
16638 Use gnus-agent-update-view-total-fetched-for to increment disk space
16639 used.
16640 (gnus-agent-regenerate-group): Replace gnus-group-update-group
16641 with gnus-agent-update-files-total-fetched-for to decrement disk
16642 space and fresh group buffer.
16643 (gnus-agent-inhibit-update-total-fetched-for): New variable.
16644 (gnus-agent-need-update-total-fetched-for): New variable.
16645 (gnus-agent-update-files-total-fetched-for): New function.
16646 (gnus-agent-update-view-total-fetched-for): New function.
16647 (gnus-agent-total-fetched-for): New function.
16648
16649 * gnus-cache.el (gnus-cache-save-buffers):
16650 Use gnus-cache-update-overview-total-fetched-for to change disk space
16651 used by this group.
16652 (gnus-cache-possibly-enter-article):
16653 Use gnus-cache-update-file-total-fetched-for to increment disk space
16654 used by this group.
16655 (gnus-cache-possibly-remove-article):
16656 Use gnus-cache-update-file-total-fetched-for to decrement disk space
16657 used by this group.
16658 (gnus-cache-generate-nov-databases): Purge total fetched cache.
16659 (gnus-cache-rename-group): New function.
16660 (gnus-cache-delete-group): New function.
16661 (gnus-cache-inhibit-update-total-fetched-for): New variable.
16662 (gnus-cache-need-update-total-fetched-for): New variable.
16663 (gnus-cache-with-refreshed-group): New macro.
16664 (gnus-cache-update-file-total-fetched-for): New function.
16665 (gnus-cache-update-overview-total-fetched-for): New function.
16666 (gnus-cache-rename-group-total-fetched-for): New function.
16667 (gnus-cache-delete-group-total-fetched-for): New function.
16668 (gnus-cache-total-fetched-for): New function.
16669
16670 * gnus-group.el: Require gnus-sum and autoload functions to
16671 resolve warnings when gnus-group.el compiled alone.
16672 (gnus-group-line-format): Documented new %F.
16673 (size of Fetched data) group line format; identifies disk space
16674 used by agent and cache.
16675 (gnus-group-line-format-alist): Defined new F format.
16676 (gnus-total-fetched-for): New function.
16677 (gnus-group-delete-group): No longer update
16678 gnus-cache-active-altered as gnus-request-delete-group now keeps
16679 the cache in sync.
16680 (gnus-group-list-active): Let the agent store a server's active
16681 list if currently plugged.
16682
16683 * gnus-int.el (gnus-request-delete-group):
16684 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16685 local disk in sync with the server.
16686 (gnus-request-rename-group):
16687 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16688 local disk in sync with the server.
16689
16690 * gnus-start.el (gnus-get-unread-articles):
16691 Cosmetic simplification to logic.
16692
16693 * gnus-util.el (gnus-rename-file): New function.
16694
16695 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
16696
16697 * mm-util.el (mm-image-load-path): Handle nil in load-path.
16698
16699 2004-04-07 Jesper Harder <harder@ifa.au.dk>
16700
16701 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16702 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
16703
16704 2004-04-06 Jesper Harder <harder@ifa.au.dk>
16705
16706 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16707 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
16708
16709 2004-04-03 Jesper Harder <harder@ifa.au.dk>
16710
16711 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16712
16713 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
16714
16715 * spam.el (spam-set-difference): Add function to replace
16716 gnus-set-difference in spam.el.
16717 (spam-summary-prepare-exit): Use spam-set-difference.
16718
16719 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16720
16721 * gnus-registry.el (gnus-registry-cache-file): Update to use
16722 gnus-dribble-directory OR gnus-home-directory OR ~.
16723 (gnus-registry-split-fancy-with-parent): Fix doc.
16724
16725 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
16726
16727 * message.el (message-exchange-point-and-mark):
16728 Use message-mark-active-p. Suggested by Jesper Harder
16729 <harder@ifa.au.dk>.
16730
16731 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
16732
16733 * message.el (message-exchange-point-and-mark): Don't activate
16734 region if it was inactive. Suggested by Hiroshi Fujishima
16735 <pooh@nature.tsukuba.ac.jp>.
16736
16737 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
16738
16739 * gnus-art.el (article-display-face): Display Faces in the same
16740 order as X-Faces.
16741
16742 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
16743
16744 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16745
16746 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16747
16748 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16749 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16750 (gnus-article-mime-hierarchy): Remove.
16751 (gnus-article-mime-hierarchy-next): Remove.
16752 (gnus-article-mode): Revert 2004-03-19 change.
16753 (gnus-article-setup-buffer): Revert 2004-03-19 change.
16754 (gnus-insert-mime-button): Revert 2004-03-19 change.
16755 (gnus-mime-accumulate-hierarchy): Remove.
16756 (gnus-mime-enter-multipart): Remove.
16757 (gnus-mime-leave-multipart): Remove.
16758 (gnus-mime-display-part): Revert 2004-03-19 change.
16759 (gnus-mime-display-alternative): Revert 2004-03-19 change.
16760
16761 * mml.el (mml-preview): Revert 2004-03-19 change.
16762
16763 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
16764
16765 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16766
16767 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16768
16769 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16770 t while entering a file name using the mm-with-multibyte macro.
16771 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16772
16773 * mm-util.el (mm-with-multibyte): New macro.
16774
16775 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
16776
16777 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
16778 New user option.
16779 (gnus-mime-multipart-functions): Doc and customization fix.
16780 (gnus-article-mime-hierarchy): New variable.
16781 (gnus-article-mime-hierarchy-next): New variable.
16782 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16783 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16784 gnus-article-mime-hierarchy-next to nil.
16785 (gnus-insert-mime-button): Show hierarchy numbers.
16786 (gnus-mime-accumulate-hierarchy): New function.
16787 (gnus-mime-enter-multipart): New function.
16788 (gnus-mime-leave-multipart): New function.
16789 (gnus-mime-display-part): Recompute hierarchical MIME structure.
16790 (gnus-mime-display-alternative): Show hierarchy numbers.
16791
16792 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16793 gnus-article-mime-hierarchy-next to nil.
16794
16795 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
16796
16797 * dns.el: Don't require gnus-xmas.
16798
16799 2004-03-17 Jesper Harder <harder@ifa.au.dk>
16800
16801 * mml.el (mml-generate-mime-1): Don't use format=flowed with
16802 inline PGP.
16803 (mml-menu): Disable mml-quote-region if mark is inactive.
16804
16805 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16806
16807 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16808 when the group's active is not available.
16809
16810 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16813 error.
16814
16815 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
16816
16817 * imap.el (imap-store-password): New variable.
16818 (imap-interactive-login): Use it.
16819 Suggested by Mark Plaksin <happy@mcplaksin.org>.
16820
16821 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
16822
16823 * gnus-art.el (gnus-article-read-summary-keys): Restore new
16824 window-start and hscroll to summary window.
16825
16826 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
16827
16828 * gnus-start.el (gnus-convert-old-newsrc): Only write the
16829 conversion message to newsrc-dribble when an actual conversion is
16830 performed.
16831
16832 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
16833
16834 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16835
16836 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16837
16838 * mm-decode.el (mm-complicated-handles): New function reviving
16839 former definition of mm-multiple-handles.
16840
16841 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16842 (gnus-mime-delete-part): Use it.
16843
16844 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
16845
16846 * gnus-agent.el (gnus-agent-read-local):
16847 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
16848 avoid the implicit assumption that they will always be equal.
16849 (gnus-agent-save-local): Bind buffer-file-coding-system, not
16850 coding-system-for-write, as the with-temp-file macro first prints
16851 to a buffer then saves the buffer.
16852
16853 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
16854
16855 * gnus-art.el (gnus-article-edit-part): New function.
16856 (gnus-mime-save-part-and-strip): Use it; do query instead of
16857 signaling an error; don't use mm-multiple-handles.
16858 (gnus-mime-delete-part): Ditto.
16859
16860 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
16861
16862 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
16863 old file versions.
16864 (gnus-group-prepare-hook): Remove function that converted list
16865 form of gnus-agent-expire-days to group properties.
16866
16867 * gnus-int.el: Autoload gnus-agent-regenerate-group.
16868 (gnus-request-accept-article): Re-indented.
16869
16870 * gnus-start.el (gnus-convert-old-newsrc): Registered new
16871 converters to handle old agent file formats. Add logic for a
16872 "backup before upgrading warning".
16873 (gnus-convert-mark-converter-prompt): Developers can mark
16874 functions as needing (default), or not needing,
16875 gnus-convert-old-newsrc's "backup before upgrading warning".
16876 (gnus-convert-converter-needs-prompt): Tests whether the user
16877 should be protected from potentially irreversable changes by the
16878 function.
16879
16880 * legacy-gnus-agent.el: New. Provides converters that are only
16881 loaded when gnus-convert-old-newsrc needs to call them.
16882
16883 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16884
16885 * mail-source.el (mail-source-touch-pop): Doc fix.
16886
16887 * message.el (message-smtpmail-send-it): Doc fix.
16888
16889 2004-03-05 Jesper Harder <harder@ifa.au.dk>
16890
16891 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16892
16893 * nnmail.el (nnmail-split-fancy): do.
16894
16895 * gnus-kill.el (gnus-kill, gnus-execute): do.
16896
16897 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
16898
16899 * gnus-sum.el (gnus-widget-reversible-match)
16900 (gnus-widget-reversible-to-internal)
16901 (gnus-widget-reversible-to-external): New functions.
16902 (gnus-widget-reversible): New widget.
16903 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16904
16905 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
16906
16907 * gnus-sum.el (gnus-thread-sort-functions)
16908 (gnus-article-sort-functions): Document `(not F)' items.
16909
16910 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
16911
16912 * spam.el (spam-use-gmane-xref): Add new backend.
16913 (spam-gmane-xref-spam-group): Add variable to control the name of the
16914 Gmane spam group.
16915 (spam-blackhole-servers, spam-blackhole-good-server-regex)
16916 (spam-regex-headers-spam, spam-regex-headers-ham)
16917 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16918 (spam-list-of-checks): Add spam-use-gmane-xref to list of
16919 backends and checks.
16920 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16921
16922 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16923 an autodetect method.
16924
16925 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
16926
16927 * gnus-int.el (gnus-request-accept-article): Inform the agent that
16928 articles are being added to a group.
16929 (gnus-request-replace-article): Inform the agent that articles
16930 need to be uncached as the cached contents are no longer valid.
16931
16932 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
16933
16934 * binhex.el: Don't autoload executable-find.
16935
16936 * canlock.el: Don't autoload mail-fetch-field.
16937
16938 * gnus-ems.el: Don't autoload appt-select-lowest-window.
16939
16940 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16941 rmail-dont-reply-to and rmail-output.
16942
16943 * gnus-score.el: Don't autoload ffap-string-at-point.
16944
16945 * gnus-setup.el: Don't autoload sc-cite-original.
16946
16947 * imap.el: Don't autoload base64-decode-string,
16948 base64-encode-string and md5.
16949
16950 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16951 and rmail-msg-restore-non-pruned-header.
16952
16953 * mm-decode.el: Don't autoload executable-find.
16954
16955 * mm-url.el: Don't autoload executable-find.
16956
16957 * mm-view.el: Don't autoload diff-mode.
16958
16959 * nndb.el: Don't autoload news-reply-mode, news-setup,
16960 cancel-timer and telnet.
16961
16962 * password.el: Don't autoload run-at-time for Emacs.
16963
16964 * sha1-el.el: Don't autoload executable-find.
16965
16966 * sieve-mode.el: Don't autoload c-mode.
16967
16968 * uudecode.el: Don't autoload executable-find.
16969
16970 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
16971
16972 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
16973 (gnus-agent-possibly-alter-active): Avoid null in numeric
16974 comparison.
16975 (gnus-agent-set-local): Refuse to save null in local object table.
16976 (gnus-agent-regenerate-group): The REREAD parameter can now be a
16977 list of articles that will be marked as unread.
16978
16979 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
16980
16981 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16982
16983 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16984
16985 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16986 language tags.
16987
16988 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
16989
16990 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16991 Don't bind "obarray".
16992
16993 * gnus-sum.el (gnus-thread-sort-functions):
16994 Add `gnus-thread-sort-by-most-recent-number' and
16995 `gnus-thread-sort-by-most-recent-date'.
16996 Reported by Kai Grossjohann <kai@emptydomain.de>.
16997
16998 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16999
17000 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17001
17002 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17003
17004 * gnus-cus.el (gnus-agent-customize-category):
17005 Remove ignore-errors macro reference that required cl to be loaded at
17006 run-time.
17007
17008 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17009 single-interval range of the form (min . max). Previously the
17010 range had to look like ((min . max)). Likewise, return
17011 (min . max) rather than ((min . max)).
17012 (gnus-range-map): Use gnus-range-normalize to accept
17013 single-interval range.
17014
17015 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17016 the cache, but not the agent, now appear with their usual face.
17017
17018 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
17019
17020 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17021 w3m-safe-url-regexp variable buffer-local.
17022
17023 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17024
17025 2004-02-27 Simon Josefsson <jas@extundo.com>
17026
17027 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17028 gnus-group-real-prefix.
17029 (gnus-summary-move-article): Use it, instead of
17030 gnus-group-real-prefix.
17031
17032 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
17033
17034 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17035 w3m-safe-url-regexp variable buffer-local and set it as the value
17036 of mm-w3m-safe-url-regexp.
17037
17038 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17039
17040 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17041 parsing gnus-posting-styles when the message is not for replying.
17042
17043 * nnrss.el (nnrss-opml-export):
17044 Use mm-set-buffer-file-coding-system instead of
17045 set-buffer-file-coding-system.
17046
17047 2004-02-27 Jesper Harder <harder@ifa.au.dk>
17048
17049 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17050 of checkdoc.el).
17051 * nnrss.el: do.
17052 * gnus-mlspl.el: do.
17053 * gnus-ml.el: do.
17054 * gnus-srvr.el: do.
17055
17056 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17057
17058 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
17059
17060 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17061 Corrections to custom-manual links.
17062
17063 * gnus-art.el (gnus-article): Ditto.
17064
17065 * mm-decode.el (mime-display, mime-security): Ditto.
17066
17067 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17068
17069 * flow-fill.el: Typo.
17070
17071 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
17072
17073 * spam-wash.el: New file.
17074
17075 2004-02-26 Mark A. Hershberger <mah@everybody.org>
17076
17077 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17078
17079 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
17080
17081 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17082 to be run with new-articles as LIST1, not LIST2.
17083 (spam-registration-functions): Add spam-use-ham-copy as a nil
17084 registration backend.
17085
17086 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17087
17088 * spam-stat.el (spam-stat-washing-hook): New option.
17089 (spam-stat-buffer-words): Use it.
17090 (spam-stat-process-directory, spam-stat-test-directory):
17091 Use insert-file-contents-literally.
17092 (spam-stat-coding-system): New variable.
17093 (spam-stat-load, spam-stat-save): Use it.
17094
17095 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
17096
17097 * spam-report.el (spam-report-plug-agent):
17098 Quote spam-report-url-to-file and spam-report-url-ping-plain.
17099
17100 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
17101
17102 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17103 Allow / in mailto URLs.
17104
17105 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17106
17107 * spam-report.el (spam-report-process-queue): Fix interactive use.
17108 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17109 (spam-report-unplug-agent): Doc fixes.
17110 (spam-report-url-ping-mm-url, spam-report-url-to-file)
17111 (spam-report-agentize, spam-report-deagentize):
17112 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
17113
17114 * message.el (message-setup-fill-variables): Add mml tags to
17115 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17116 <ajk@iu.edu>.
17117 (message-mode): Don't modify paragraph-separate there.
17118
17119 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17120
17121 * compface.el (uncompface-use-external): Default to undecided.
17122 (uncompface-use-external-threshold): New variable.
17123 (uncompface-float-time): New macro.
17124 (uncompface): Determine whether to use the external decoder if
17125 uncompface-use-external is undecided.
17126
17127 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17128
17129 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17130 after images.
17131
17132 * gnus-art.el (gnus-mime-display-single): Remove dead code.
17133
17134 2004-02-14 Jesper Harder <harder@ifa.au.dk>
17135
17136 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17137
17138 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17139
17140 * gnus-sum.el (gnus-summary-limit-to-age)
17141 (gnus-summary-limit-children): do.
17142
17143 * gnus-int.el (gnus-request-scan): do.
17144
17145 * gnus-group.el (gnus-group-suspend): do.
17146
17147 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17148
17149 * gnus-cite.el (gnus-cite-parse-attributions): do.
17150
17151 * gnus-agent.el (gnus-summary-set-agent-mark)
17152 (gnus-agent-regenerate-group): do.
17153
17154 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17155
17156 * binhex.el (binhex-decode-region-internal): do.
17157
17158 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17159
17160 * gnus-fun.el (gnus-face-properties-alist): New user option.
17161 (gnus-display-x-face-in-from): Use it.
17162
17163 * gnus-art.el (article-display-face): Ditto.
17164
17165 * compface.el (uncompface-use-external): Default to nil.
17166
17167 2004-02-12 Jesper Harder <harder@ifa.au.dk>
17168
17169 * nntp.el (nntp-erase-buffer): New function.
17170 (nntp-retrieve-data, nntp-send-command)
17171 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17172 (nntp-possibly-change-group): Use it.
17173
17174 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17175 Use with-current-buffer.
17176
17177 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
17178
17179 * compface.el: Merge the ELisp-based uncompface program.
17180 (compface): New customization group.
17181 (uncompface-use-external): New user option.
17182 (uncompface): Call uncompface-internal if uncompface-use-external
17183 is nil.
17184 (uncompface-internal): New function. Note that there are also
17185 some other functions and variables added for this function.
17186
17187 2004-02-10 Jesper Harder <harder@ifa.au.dk>
17188
17189 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17190 if necessary.
17191
17192 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
17193
17194 * spam-report.el (spam-report-unplug-agent)
17195 (spam-report-plug-agent, spam-report-deagentize)
17196 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17197 Add support for the Agent in spam-report: when unplugged, report to a
17198 file; when plugged, submit all the requests.
17199
17200 * spam.el (spam-register-routine): Fix message about
17201 registration.
17202
17203 2004-02-09 Jesper Harder <harder@ifa.au.dk>
17204
17205 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17206 dependencies.
17207 (rfc2047-encode): Use it.
17208
17209 * gnus-art.el (gnus-button-marker-list): Move before first
17210 reference.
17211
17212 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17213 (imap-parse-body): Fix format string mismatch.
17214
17215 * gnus-score.el (gnus-summary-increase-score): do.
17216
17217 * nnrss.el (nnrss-close): New function.
17218
17219 2004-02-08 Jesper Harder <harder@ifa.au.dk>
17220
17221 * nnrss.el (nnrss-make-filename): New function.
17222 (nnrss-request-delete-group, nnrss-read-server-data)
17223 (nnrss-save-server-data, nnrss-read-group-data)
17224 (nnrss-save-group-data): Use it.
17225 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17226 (nnrss-read-server-data, nnrss-read-group-data): Use load.
17227 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17228
17229 2004-02-07 Jesper Harder <harder@ifa.au.dk>
17230
17231 * mml.el (mml-compute-boundary-1): Don't uncompress files.
17232
17233 2004-02-06 Jesper Harder <harder@ifa.au.dk>
17234
17235 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17236 files.
17237
17238 * message.el (message-generate-headers-first): Don't quote nil
17239 and t in docstrings.
17240
17241 * imap.el (imap-id): do.
17242
17243 * gnus-agent.el (gnus-agent-consider-all-articles)
17244 (gnus-agent-queue-mail): do.
17245
17246 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
17247
17248 * spam-report.el (spam-report-process-queue): New function.
17249 Process requests from `spam-report-requests-file'.
17250 (spam-report-process-queue): Doc fix.
17251
17252 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
17253
17254 * spam.el (spam-register-routine)
17255 (spam-log-processing-to-registry, spam-log-registered-p)
17256 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17257 Change "check" to "spam-check" for semi-clarity.
17258
17259 2004-02-05 Jesper Harder <harder@ifa.au.dk>
17260
17261 * pop3.el: Require nnheader.
17262
17263 * mml-smime.el: Require cl. Autoload message-fetch-field.
17264
17265 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17266
17267 * gnus-picon.el: Require cl.
17268
17269 * gnus-fun.el: Require gnus-ems and gnus-util.
17270
17271 * gnus.el (gnus-method-to-server): Move defsubst before first use.
17272
17273 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17274
17275 * gnus-art.el (gnus-article-edit-mode): Define before first
17276 reference.
17277
17278 2004-02-04 Jesper Harder <harder@ifa.au.dk>
17279
17280 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17281 (gnus-uu-post-encoded): Use point-at-bol.
17282
17283 * gnus-topic.el (gnus-group-active-topic-p): do.
17284
17285 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17286
17287 * gnus-group.el (gnus-group-kill-region): do.
17288
17289 * gnus-art.el (article-date-ut): do.
17290
17291 * message.el (message-fetch-field): Remove redundant
17292 case-fold-search binding.
17293 (message-narrow-to-field): Simplify.
17294
17295 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
17296
17297 * spam.el (spam-directory): Derive from `gnus-directory'.
17298
17299 * spam-report.el (spam-report-url-to-file)
17300 (spam-report-requests-file): New function and variable for offline
17301 reporting.
17302 (spam-report-url-ping-function): Add `spam-report-url-to-file'
17303 and user defined function.
17304 (spam-report-url-ping-mm-url): Remove doubled slash.
17305
17306 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
17307
17308 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17309
17310 2004-02-03 Jesper Harder <harder@ifa.au.dk>
17311
17312 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17313 Fix format string mismatch.
17314
17315 * sieve.el (sieve-deactivate-all): do.
17316
17317 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17318
17319 * nnlistserv.el (nnlistserv-kk-wash-article): do.
17320
17321 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17322
17323 * mm-bodies.el (mm-7bit-chars): Don't include \r.
17324
17325 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
17326
17327 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17328 the list of checks.
17329
17330 2004-01-31 Jesper Harder <harder@ifa.au.dk>
17331
17332 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17333 padding.
17334
17335 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
17336
17337 * mm-view.el (mm-fill-flowed): New variable.
17338 (mm-inline-text): Use it.
17339
17340 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
17341
17342 * spam.el (spam-spamassassin-register-ham-routine)
17343 (spam-spamassassin-register-spam-routine): Fix function names.
17344
17345 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
17346
17347 * gnus.el (gnus-tmp-grouplens): Remove.
17348 (gnus-summary-line-format): Remove grouplens.
17349
17350 * gnus-group.el (gnus-group-line-format): Ditto.
17351
17352 * gnus-spec.el (gnus-format-specs): Ditto.
17353 (gnus-update-format-specifications): Flush the group format spec
17354 cache if there's the grouplens stuff.
17355 (gnus-parse-simple-format): Replace %l with the empty string.
17356
17357 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
17358
17359 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17360 omission.
17361
17362 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17363
17364 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17365 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17366
17367 2004-01-25 Paul Jarc <prj@po.cwru.edu>
17368
17369 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17370 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17371 New macros and functions.
17372 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17373 Handle > NLINK_MAX messages.
17374 * nnmaildir.el (nnmaildir-request-set-mark):
17375 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17376
17377 2004-01-25 Alex Schroeder <alex@gnu.org>
17378
17379 * spam-stat.el (spam-stat-process-directory-age): New option.
17380 (spam-stat-process-directory): Use it.
17381
17382 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
17383
17384 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17385 (spam-stat-save): Accept prefix argument.
17386
17387 2004-01-23 Paul Jarc <prj@po.cwru.edu>
17388
17389 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17390 links" error.
17391
17392 2004-01-23 Jesper Harder <harder@ifa.au.dk>
17393
17394 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17395 compatibility with old .newsrc.eld files.
17396
17397 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17398
17399 * gnus-start.el (gnus-1): do.
17400
17401 * gnus-group.el (gnus-group-line-format-alist): do.
17402
17403 * gnus.el (gnus-use-grouplens, gnus-visual): do.
17404
17405 * gnus-gl.el: Remove.
17406
17407 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
17408
17409 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17410 marks consisting of a single range {for example, (3 . 5)} rather
17411 than a list of a single range { ((3 . 5)) }.
17412
17413 2004-01-23 Jesper Harder <harder@ifa.au.dk>
17414
17415 * spam-stat.el (spam-stat-store-gnus-article-buffer):
17416 Use with-current-buffer.
17417 (spam-stat-store-current-buffer): Use insert-buffer-substring to
17418 avoid consing a string.
17419
17420 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17421 Remove obsolete entries for big5 and gb2312.
17422
17423 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
17424
17425 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17426 uncompressed list.
17427
17428 2004-01-22 Jesper Harder <harder@ifa.au.dk>
17429
17430 * spam-stat.el (spam-stat-strip-xref): New function.
17431 (spam-stat-process-directory): Use it.
17432
17433 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17434 here -- it's done in message-fetch-field.
17435
17436 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
17437
17438 * gnus-agent.el (gnus-agent-queue-mail)
17439 (gnus-agent-prompt-send-queue): New variables.
17440 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17441 * gnus-draft.el (gnus-group-send-queue): Pass the group name
17442 "nndraft:queue" along to gnus-draft-send.
17443 Use gnus-agent-prompt-send-queue.
17444 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17445 is "nndraft:queue". Suggested by Gaute Strokkenes
17446 <gs234@srcf.ucam.org>
17447
17448 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17449 (agent-enable-undownloaded-faces): Add.
17450 (gnus-agent-cat-groups): Use eval-and-compile, not
17451 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17452 method of gnus-agent-cat-groups even when the buffer has been
17453 evaled.
17454 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
17455 delete gnus-agent-save-active-1.
17456 (gnus-agent-save-groups): Delete. Identical to
17457 gnus-agent-save-active.
17458 (gnus-agent-write-active): No longer adjust agent's copy of active
17459 file as agent's adjustments are now stored in their own
17460 file. Remove optional parameter.
17461 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17462 servers. Add use of min/max range limits from server's local
17463 file.
17464 (gnus-agent-save-alist): Remove unused optional argument.
17465 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17466 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17467 (gnus-agent-set-local): A per-server file that keeps min/max range
17468 limits for articles known to the agent. Provides a fast mechanism
17469 for altering many active ranges.
17470 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17471 active file (local makes it unnecessary).
17472 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
17473
17474 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17475 (agent-enable-undownloaded-faces): Add.
17476
17477 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17478 disable it when sending to "nndraft:queue".
17479 (gnus-group-send-queue): Add safety check to avoid sending queue
17480 when unplugged.
17481
17482 * gnus-group.el (gnus-group-catchup): Use new
17483 gnus-sequence-of-unread-articles, not
17484 gnus-list-of-unread-articles, to avoid exhausting memory with huge
17485 numbers of articles. Use gnus-range-map to avoid having to
17486 uncompress the unread list.
17487 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17488 Fix invalid ange-ftp reference.
17489
17490 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17491 (gnus-sorted-range-intersection): Intersection of two ranges
17492 without requiring that they first be uncompressed.
17493
17494 * gnus-start.el (gnus-activate-group): Unless blocked by the
17495 caller, possibly expand the active range to include both cached
17496 and agentized articles.
17497 (gnus-convert-old-newsrc): Rewrote in anticipation of having
17498 multiple version-dependent converters.
17499 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
17500 gnus-agent-save-active.
17501 (gnus-save-newsrc-file): Save dirty agent range limits.
17502
17503 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
17504 gnus-agent-possibly-alter-active.
17505 (gnus-adjust-marked-articles): Faster handling of simple lists
17506
17507 2004-01-21 Jesper Harder <harder@ifa.au.dk>
17508
17509 * spam-stat.el (spam-stat-test-directory): New optional argument
17510 displays a list of files detected. Suggested by Andrew Cohen
17511 <cohen@andy.bu.edu>.
17512 (spam-stat-buffer-words-with-scores): Don't narrow and change
17513 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
17514
17515 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
17516
17517 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17518 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17519 (spam-spamassassin-arguments)
17520 (spam-spamassassin-spam-flag-header)
17521 (spam-spamassassin-positive-spam-flag-header)
17522 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17523 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17524 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17525 (spam-list-of-processors, spam-list-of-checks)
17526 (spam-list-of-statistical-checks, spam-registration-functions)
17527 (spam-check-spamassassin-headers, spam-check-spamassassin)
17528 (spam-spamassassin-score)
17529 (spam-spamassassin-register-with-sa-learn)
17530 (spam-spamassassin-register-spam-routine)
17531 (spam-spamassassin-register-ham-routine)
17532 (spam-assassin-register-spam-routine)
17533 (spam-assassin-register-ham-routine): Add SpamAssassin support.
17534 (spam-bogofilter-score): Fix to show article before scoring.
17535
17536 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
17537
17538 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17539 default scoring function.
17540 (spam-generic-score): Call spam-spamassassin-score if
17541 spam-use-spamassassin or spam-use-spamassassin-headers is on;
17542 spam-bogofilter-score otherwise.
17543
17544 * gnus.el (spam-process, spam-autodetect-methods):
17545 Add spamassassin and spamassassin-headers.
17546
17547 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
17548
17549 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17550 Suppress unnecessary messages.
17551
17552 2004-01-20 Jesper Harder <harder@ifa.au.dk>
17553
17554 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17555 make-hash-table.
17556
17557 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17558
17559 * canlock.el (base64-encode-string): Don't autoload it.
17560
17561 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17562
17563 * run-at-time.el: Remove useless (require 'itimer),
17564 eval-and-compile and (featurep 'xemacs).
17565
17566 2004-01-16 Jesper Harder <harder@ifa.au.dk>
17567
17568 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17569 GROUP is a virtual group.
17570
17571 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
17572
17573 * gnus.el: Autoload `message-y-or-n-p'.
17574
17575 2004-01-15 Jesper Harder <harder@ifa.au.dk>
17576
17577 * pgg-parse.el: Remove unnecessary (require 'custom).
17578
17579 * pgg-def.el: do.
17580
17581 * nnmail.el: do.
17582
17583 * gnus-undo.el: do.
17584
17585 * gnus-picon.el: do.
17586
17587 * gnus-util.el: do.
17588
17589 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
17590
17591 * gnus-sum.el (gnus-pick-line-number): Add autoload.
17592
17593 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
17594
17595 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17596 handle, as well as a list.
17597
17598 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17599 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17600 (mm-w3m-cid-retrieve): Simplify.
17601
17602 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
17603
17604 * message.el (message-kill-to-signature): Allow prefix arg to
17605 specify number of lines to keep before signature.
17606
17607 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
17608
17609 * message.el (message-kill-to-signature): Change docstring.
17610
17611 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
17612
17613 * canlock.el: Always require sha1-el.
17614 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17615
17616 * message.el: Autoload sha1 only when compiling.
17617
17618 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17619
17620 * message.el (message-canlock-generate): Require sha1-el.
17621
17622 2004-01-13 Jesper Harder <harder@ifa.au.dk>
17623
17624 * message.el (message-expand-name): Silence the byte compiler.
17625
17626 2004-01-13 Simon Josefsson <jas@extundo.com>
17627
17628 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17629 Invoke gnus-score-mode.
17630 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17631
17632 * gnus-range.el (gnus-compress-sequence): Doc fix.
17633 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
17634
17635 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17636
17637 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17638
17639 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
17640
17641 * spam.el (spam-get-article-as-string): Update to use
17642 gnus-request-article-this-buffer, much simpler.
17643 (spam-get-article-as-buffer): Remove.
17644
17645 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
17646
17647 * message.el (message-expand-name): Use EUDC if the user uses that.
17648
17649 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17650
17651 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17652 character for the encoding to avoid consing a string.
17653
17654 * rfc2047.el (rfc2047-decode-string): Don't cons a string
17655 unnecessarily.
17656
17657 * mm-util.el (mm-replace-chars-in-string): Remove.
17658
17659 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17660 of mm-replace-chars-in-string.
17661
17662 2004-01-11 Jesper Harder <harder@ifa.au.dk>
17663
17664 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17665
17666 * mm-util.el (mm-subst-char-in-string): Support inplace.
17667
17668 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17669 a new string in every iteration. Use shy groups.
17670
17671 2004-01-10 Jesper Harder <harder@ifa.au.dk>
17672
17673 * gnus-srvr.el (gnus-browse-unsubscribe-group):
17674 * gnus-soup.el (gnus-soup-group-brew):
17675 * gnus-msg.el (gnus-put-message):
17676 * gnus-move.el (gnus-group-move-group-to-server):
17677 * gnus-kill.el (gnus-batch-score):
17678 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17679 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17680 (gnus-group-update-group, gnus-group-read-group)
17681 (gnus-group-make-group, gnus-group-make-help-group)
17682 (gnus-group-make-archive-group, gnus-group-make-directory-group)
17683 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17684 (gnus-group-sort-by-unread, gnus-group-catchup)
17685 (gnus-group-unsubscribe-group, gnus-group-kill-group)
17686 (gnus-group-yank-group, gnus-group-set-info)
17687 (gnus-group-list-groups):
17688 * gnus.el (gnus-generate-new-group-name):
17689 * gnus-delay.el (gnus-delay-send-queue):
17690 * nnvirtual.el (nnvirtual-catchup-group):
17691 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17692 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17693 (gnus-group-prepare-topics, gnus-topic-check-topology):
17694 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17695 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17696 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17697 (gnus-group-make-articles-read):
17698 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17699 (gnus-group-change-level, gnus-kill-newsgroup)
17700 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17701 (gnus-get-unread-articles, gnus-make-articles-unread)
17702 (gnus-make-ascending-articles-unread): Use accessor
17703 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17704 to get group information for improved readability.
17705
17706 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17707
17708 * gnus-art.el (article-decode-mime-words, article-babel)
17709 (gnus-article-highlight-signature, gnus-article-add-buttons)
17710 (gnus-signature-toggle): Use gnus-with-article-buffer.
17711
17712 * gnus-art.el (gnus-article-highlight-headers)
17713 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17714
17715 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17716 (gnus-article-set-globals, gnus-request-article-this-buffer)
17717 (gnus-button-message-id, gnus-article-maybe-hide-headers)
17718 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17719 (gnus-mime-display-alternative): Use with-current-buffer.
17720
17721 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17722
17723 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17724 also under 80 char limit, and call gnus-error if needed.
17725 (spam-fetch-article-header): Fix - it was a
17726 buffer-local variable (gnus-newsgroup-data).
17727 (spam-find-spam): Use spam-generate-fake-headers, forget about
17728 spam-insert-fake-headers.
17729 (spam-insert-fake-headers): Remove.
17730
17731 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17732
17733 * deuglify.el (gnus-article-outlook-unwrap-lines)
17734 (gnus-outlook-rearrange-article)
17735 (gnus-outlook-repair-attribution-outlook)
17736 (gnus-outlook-repair-attribution-block)
17737 (gnus-outlook-repair-attribution-other): Remove redundant
17738 save-excursion.
17739
17740 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17741
17742 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17743 (spam-fetch-field-subject-fast)
17744 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17745 (spam-fetch-article-header): Add functions to deal with Gnus
17746 internals for fast retrieval of article header data.
17747 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17748
17749 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17750
17751 * pop3.el (pop3-md5): Remove.
17752 (pop3-apop): Replace pop3-md5 with md5.
17753
17754 * mm-bodies.el: base64 is always built-in.
17755
17756 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17757 Use with-current-buffer.
17758
17759 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
17760
17761 * canlock.el (canlock-insert-header): Remove excessive grouping in
17762 regexp.
17763
17764 * gnus-sum.el (gnus-summary-read-document): Ditto.
17765
17766 * gnus-uu.el (gnus-uu-part-number): Ditto.
17767
17768 * html2text.el (html2text-remove-tags): Ditto.
17769 (html2text-format-tags): Ditto.
17770 (html2text-format-single-elements): Ditto.
17771
17772 * mml.el (mml-parse-1): Ditto.
17773
17774 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17775
17776 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17777
17778 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17779
17780 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17781
17782 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17783
17784 2003-11-15 Simon Josefsson <jas@extundo.com>
17785
17786 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17787 (pgg-gpg-lookup-key): Use regexp match instead of
17788 split-string (split-string is different between emacs 21.2 and
17789 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
17790
17791 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17792
17793 * gnus-art.el (gnus-mime-view-all-parts)
17794 (gnus-article-part-wrapper, gnus-article-view-part):
17795 Use with-current-buffer.
17796
17797 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17798
17799 * spam.el (spam-disable-spam-split-during-ham-respool)
17800 (spam-spamoracle-database, spam-cache-lookups)
17801 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17802 (spam-group-ham-mark-p, spam-group-spam-mark-p)
17803 (spam-group-ham-marks, spam-group-spam-marks)
17804 (spam-group-spam-contents-p, spam-group-ham-contents-p)
17805 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17806 also add spam-use-blackholes to the statistical checks.
17807 (spam-fetch-field-fast): Add interface to fetching fields, may
17808 become a macro.
17809 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17810 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17811 (spam-insert-fake-headers): Fake an article when needed.
17812 (spam-find-spam): Fake article when possible.
17813 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17814 (spam-check-bogofilter-headers): Use message-fetch-field instead
17815 of nnmail-fetch-field.
17816
17817 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
17818
17819 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17820
17821 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17822
17823 * spam.el (spam-split): Do not require spam-use-CHECK to be
17824 enabled if that check is passed to spam-split explicitly; also
17825 fix so 'spam doesn't get converted to spam-split-group when
17826 spam-split-symbolic-return is t.
17827 (spam-find-spam): Find registrations of the article and use those
17828 instead of re-running spam-split to find the spam/ham
17829 classification of the article.
17830 (spam-log-processing-to-registry, spam-log-registered-p)
17831 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17832 Use gnus-error instead of gnus-message.
17833 (spam-log-registration-type): Add function to determine the
17834 classification of a message based on registry entries; will
17835 return nil if both 'spam and 'ham are found.
17836 (spam-check-BBDB): Expand all the BBDB macros here so we can have
17837 a reasonably fast local cache without the loading errors.
17838 (spam-cache-lookups): Set to t by default.
17839 (spam-find-spam): Don't try to guess spam-cache-lookups.
17840 (spam-enter-whitelist, spam-enter-blacklist): Clear the
17841 spam-caches entry.
17842 (spam-filelist-build-cache, spam-filelist-check-cache):
17843 Fix caching of whitelist/blacklist entries.
17844 (spam-check-whitelist, spam-check-blacklist):
17845 Invoke spam-from-listed-p with a type, not a cache variable.
17846 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17847
17848 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17849
17850 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17851
17852 * nnmail.el (nnmail-split-fancy): do.
17853
17854 * mml.el (mml-parse): do.
17855
17856 * gnus-score.el (gnus-enter-score-words-into-hashtb)
17857 (gnus-score-adaptive): do.
17858
17859 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17860
17861 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17862 (gnus-mime-button-map): Don't set keymap parent.
17863 (gnus-button-ctan-directory-regexp): Use shy grouping.
17864 (gnus-prev-page-map): Don't set keymap parent.
17865 (gnus-prev-page-map): Remove duplicated one.
17866 (gnus-next-page-map): Don't set keymap parent.
17867 (gnus-mime-security-button-map): Ditto.
17868
17869 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17870 version number.
17871
17872 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17873
17874 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17875
17876 * canlock.el (canlock-sha1-function): Remove.
17877 (canlock-sha1-function-for-verify): Remove.
17878 (canlock-openssl-program): Remove.
17879 (canlock-openssl-args): Remove.
17880 (canlock-ignore-errors): Remove.
17881 (canlock-sha1-with-openssl): Remove.
17882 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17883 (canlock-verify): Don't use canlock-ignore-errors.
17884
17885 * sha1-el.el (sha1-string-external): Make it can return a string
17886 in binary form.
17887 (sha1-region-external): Ditto.
17888 (sha1-string-internal): Ditto.
17889 (sha1-region-internal): Ditto.
17890 (sha1-region): Ditto.
17891 (sha1-string): Ditto.
17892 (sha1): Ditto.
17893
17894 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17895
17896 * spam.el (spam-report-articles-gmane): New command.
17897
17898 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17899
17900 * gnus.el: Don't make unnecessary *Group* buffer when loading.
17901
17902 * run-at-time.el (run-at-time-saved): Remove.
17903 (run-at-time): Doc fix.
17904
17905 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17906
17907 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17908 (gnus-summary-limit-map): Add it.
17909 (gnus-summary-make-menu-bar): do.
17910
17911 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
17912
17913 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17914 Make attempt at some caching support (done for BBDB only now).
17915 (spam-find-spam): Set spam-cache-lookups if there are more than 2
17916 addresses to be checked.
17917 (spam-clear-cache-BBDB): Add function, to be invoked by
17918 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17919 (spam-check-BBDB): Check and use the caches, if
17920 spam-cache-lookups is on, remove superfluous (provide).
17921
17922 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
17923
17924 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
17925
17926 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
17927
17928 * run-at-time.el (run-at-time-saved): Move to after the definition
17929 of `run-at-time'.
17930
17931 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17932
17933 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17934 mm-w3m-local-map-property.
17935
17936 * mm-view.el (mm-w3m-mode-map): Remove.
17937 (mm-w3m-local-map-property): Remove.
17938 (mm-inline-text-html-render-with-w3m): Don't use
17939 mm-w3m-local-map-property.
17940
17941 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17942
17943 * run-at-time.el: New file.
17944
17945 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17946 of gnus-set-text-properties.
17947
17948 * gnus-uu.el (gnus-uu-save-article): Ditto.
17949
17950 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17951
17952 * gnus-cite.el (gnus-cite-parse): Ditto.
17953
17954 * gnus-art.el (gnus-button-push): Use set-text-properties instead
17955 of gnus-.
17956
17957 * gnus.el: Change calls to nnheader-run-at-time and
17958 password-run-at-time throughout to use run-at-time directly.
17959
17960 * password.el: Remove definition of run-at-time.
17961
17962 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
17963
17964 * mml.el (mml-minibuffer-read-disposition): Show attachment type
17965 in prompt.
17966
17967 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
17968
17969 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17970 XEmacs version.
17971
17972 * dns.el (dns-make-network-process): Use `open-network-stream'
17973 instead of `gnus-xmas-open-network-stream'.
17974
17975 * .cvsignore: Add auto-autoloads.el, custom-load.el.
17976
17977 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17978
17979 * gnus-art.el (gnus-mime-display-alternative)
17980 (gnus-insert-mime-button, gnus-insert-mime-security-button)
17981 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17982 Don't use gnus-local-map-property.
17983
17984 * gnus-util.el (gnus-local-map-property): Remove.
17985
17986 * mm-view.el (mm-view-pkcs7-decrypt):
17987 Replace gnus-completing-read-maybe-default with completing-read.
17988
17989 * gnus-util.el (gnus-completing-read): do.
17990 (gnus-completing-read-maybe-default): Remove.
17991
17992 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
17993
17994 * password.el: Only autoload `run-at-time' if not XEmacs.
17995 Only autoload the itimer functions if XEmacs.
17996
17997 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17998
17999 * gnus-art.el (gnus-read-string): Remove.
18000 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18001 read-string.
18002
18003 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18004
18005 * netrc.el: Autoload password-read.
18006 (netrc): Add configuration group.
18007 (netrc-encoding-method, netrc-openssl-path):
18008 Add variables for encoding and decoding of files with symmetric
18009 ciphers.
18010 (netrc-encode): Add assistant function to encode a file with
18011 netrc-encoding-method.
18012 (netrc-parse): Add interactive parameter, added optional
18013 decoding if netrc-encoding-method is non-nil but otherwise
18014 behavior is standard.
18015 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18016 Do s/encode/encrypt/ everywhere.
18017
18018 * spam.el: Remove executable-find autoload.
18019
18020 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18021
18022 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18023
18024 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18025
18026 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18027
18028 * gnus-art.el (gnus-treat-ansi-sequences)
18029 (article-treat-ansi-sequences): New variable and function.
18030 Suggested by Dan Jacobson <jidanni@jidanni.org>.
18031
18032 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18033 Use it.
18034
18035 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18036
18037 * mm-util.el (mm-quote-arg): Remove.
18038
18039 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18040 shell-quote-argument.
18041
18042 * gnus-uu.el (gnus-uu-command): do.
18043
18044 * gnus-sum.el (gnus-summary-insert-pseudos): do.
18045
18046 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18047 with make-char.
18048
18049 * mm-util.el (mm-make-char): Remove.
18050
18051 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18052 add-minor-mode.
18053
18054 * gnus-undo.el (gnus-undo-mode): do.
18055
18056 * gnus-topic.el (gnus-topic-mode): do.
18057
18058 * gnus-sum.el (gnus-dead-summary-mode): do.
18059
18060 * gnus-start.el (gnus-slave-mode): do.
18061
18062 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18063
18064 * gnus-ml.el (gnus-mailing-list-mode): do.
18065
18066 * gnus-gl.el (gnus-grouplens-mode): do.
18067
18068 * gnus-draft.el (gnus-draft-mode): do.
18069
18070 * gnus-dired.el (gnus-dired-mode): do.
18071
18072 * gnus-ems.el (gnus-add-minor-mode): Remove.
18073
18074 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18075 Replace gnus-char-width with char-width.
18076
18077 * gnus-ems.el (gnus-char-width): Remove.
18078
18079 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18080 Replace gnus-char-width with char-width.
18081
18082 * gnus-ems.el (gnus-char-width): Remove.
18083
18084 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18085 definition.
18086 Remove Emacs 20 hash table compatibility code.
18087
18088 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18089 20 compatibility code.
18090
18091 * spam.el (spam-point-at-eol): Replace with point-at-eol.
18092
18093 * smime.el (smime-point-at-eol): Replace with point-at-eol.
18094
18095 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18096 Replace with point-at-{eol,bol}.
18097
18098 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18099
18100 * imap.el (imap-point-at-eol): Replace with point-at-eol.
18101
18102 * flow-fill.el (fill-flowed-point-at-bol)
18103 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18104
18105 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18106 Replace with point-at-{eol,bol} throughout all files.
18107
18108 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18109
18110 * ntlm.el (ntlm-string-as-unibyte): New macro.
18111 (ntlm-build-auth-response): Use it.
18112
18113 Remove Emacs 20 stuff:
18114 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18115 of delq and copy-sequence.
18116 * gnus-art.el (popup-menu): Remove the compiler macro.
18117 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18118 Emacs 20.
18119
18120 2004-01-05 Simon Josefsson <jas@extundo.com>
18121
18122 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18123 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18124 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18125 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18126 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18127 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18128 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18129 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18130 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18131 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18132 ntlm-string-permute, string-lshift into ntlm-string-lshift,
18133 string-xor into ntlm-string-xor.
18134 Suggested by Jesper Harder <harder@myrealbox.com>.
18135
18136 * ntlm.el: Don't include poem.
18137
18138 * md4.el (print-int32, print-string-hexa): Remove.
18139 Suggested by Jesper Harder <harder@myrealbox.com>.
18140
18141 * sasl-ntlm.el, ntlm.el, md4.el: New files.
18142
18143 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18144 probably breaks emacs with DL patch, but do we care? Is anyone
18145 still using the DL stuff?)
18146
18147 * sieve-manage.el: Use the password package.
18148 (sieve-manage-read-passwd): Remove.
18149 (sieve-manage-interactive-login): Use password. Re-add
18150 condition-case around loop.
18151
18152 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18153 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18154 Use the password package.
18155
18156 2003-02-19 Simon Josefsson <jas@extundo.com>
18157
18158 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18159 token.
18160
18161 2002-08-07 Simon Josefsson <jas@extundo.com>
18162
18163 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18164 (sieve-manage-authenticators):
18165 (sieve-manage-authenticator-alist): Add some SASL mechs.
18166 (sieve-sasl-auth): New function.
18167 (sieve-manage-cram-md5-auth):
18168 (sieve-manage-plain-auth): Rewrite using SASL library.
18169 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18170 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18171 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18172 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18173
18174 2004-01-05 Simon Josefsson <jas@extundo.com>
18175
18176 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18177 New files.
18178
18179 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18180
18181 * gnus-group.el (gnus-no-groups-message): Update.
18182
18183 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18184
18185 2003-11-09 Simon Josefsson <jas@extundo.com>
18186
18187 * imap.el: Support for ID IMAP extension (RFC 2971).
18188 (imap-local-variables): Add imap-id.
18189 (imap-id): New variable.
18190 (imap-id): New function.
18191 (imap-parse-response): Parse untagged ID response.
18192 * nnimap.el (nnimap-id): New variable.
18193 (nnimap-open-connection): Use it.
18194
18195 2003-12-28 Simon Josefsson <jas@extundo.com>
18196
18197 * gnus-score.el (gnus-score-edit-all-score): New.
18198 * gnus-group.el (gnus-group-score-map): Bind it to W e.
18199
18200 2004-01-04 Simon Josefsson <jas@extundo.com>
18201
18202 * password.el: Add.
18203
18204 2004-01-04 Mario Lang <lang@zid.tugraz.at>
18205
18206 * dns.el (dns-query-types): Fix typo.
18207 (dns-query-types): New function.
18208 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
18209 PTR and SOA replies, see RFC 1035.
18210
18211 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18212
18213 * gnus.el (gnus-logo-color-style): Change colors to `no'.
18214
18215 * Move to Changelog.2.
18216
18217 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18218
18219 * gnus.el (gnus-version-number): Bump version.
18220
18221 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18222
18223 * gnus.el: No Gnus v0.1 is released.
18224
18225 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18226
18227 * gnus.el: No Gnus v0.0 is released.
18228
18229 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18230
18231 * gnus.el (gnus-version-number): Bump.
18232 (gnus-version): No.
18233
18234 See ChangeLog.2 for earlier changes.
18235
18236 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18237 Free Software Foundation, Inc.
18238
18239 This file is part of GNU Emacs.
18240
18241 GNU Emacs is free software: you can redistribute it and/or modify
18242 it under the terms of the GNU General Public License as published by
18243 the Free Software Foundation, either version 3 of the License, or
18244 (at your option) any later version.
18245
18246 GNU Emacs is distributed in the hope that it will be useful,
18247 but WITHOUT ANY WARRANTY; without even the implied warranty of
18248 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18249 GNU General Public License for more details.
18250
18251 You should have received a copy of the GNU General Public License
18252 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18253
18254 ;; Local Variables:
18255 ;; coding: utf-8
18256 ;; fill-column: 79
18257 ;; add-log-time-zone-rule: t
18258 ;; End: