Rename RGB to sRGB
[gnus] / lisp / ChangeLog
1 2010-11-26  Julien Danjou  <julien@danjou.info>
2
3         * color.el: Rename various rgb functions to srgb.
4
5 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8         names.
9
10 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * shr.el (shr-insert): Revert last change.
13         (shr-find-fill-point): Never leave point being at bol;
14         relax the kinsoku limitation when rendering tables.
15
16 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
19         results from -accept-article.
20
21         * shr-color.el: Require cl when compiling.
22
23         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
24         checkin.
25
26         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
27
28         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
29
30         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
31         'add and 'delete to set backend marks.
32
33         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
34
35         * nnheader.el (nnheader-update-marks-actions): Refactor out.
36
37         * nntp.el (nntp-request-set-mark): Use it.
38
39         * nnfolder.el (nnfolder-request-set-mark): Ditto.
40
41         * nnml.el (nnml-request-set-mark): Ditto.
42
43         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
44         introduces regressions in article selection.
45         (nnimap-find-uid-response): New function.
46         (nnimap-request-accept-article): Use the UID returned, if any.
47         (nnimap-request-move-article): Use the UID returned, if any.
48         (nnimap-get-groups): Reimplement to work with folded lines.
49         (nnimap-find-uid-response): The UID is the last element in the list.
50         (nnimap-request-set-mark): Extend syntax with 'set.
51
52         * nnml.el (nnml-request-set-mark): Ditto.
53
54         * nnfolder.el (nnfolder-request-set-mark): Ditto.
55
56         * nntp.el (nntp-request-set-mark): Ditto.
57
58 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * message.el (message-called-interactively-p): A temporary macro.
61         (message-goto-body): Use it temporarily.
62
63 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
66         (nnimap-last-response-string): Unfold quoted lines, if they exist.
67         (nnimap-last-response-string): Fix last unfolding fix.
68
69 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * shr.el (shr-insert): Fix the way to fold lines.
72
73 2010-11-25  Julien Danjou  <julien@danjou.info>
74
75         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
76
77         * color.el: Rename from color-lab.el
78         (color-rgb->hex): Add.
79         (color-complement): Add.
80         (color-complement-hex): Add.
81
82         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
83
84 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * shr-color.el (shr-color-visible): Don't bug out if the colour names
87         don't exist.
88
89 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
92         assuming that article displaying or another mml-preview may be
93         interrupted for an error or for the like.
94
95         * shr.el (shr-get-background): Fix argument name.
96
97 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
100
101         * gnus-sum.el (gnus-summary-include-articles): New function.
102
103         * message.el (message-goto-body): called-interactively-p needs a
104         parameter, so use `any'.
105
106         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
107         clear marks before moving, since they're synced from the Gnus side
108         first.
109
110         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
111         (gnus-summary-move-article): Copy over all marks before moving, so that
112         IMAP doesn't think a new article has arrived.
113
114 2010-11-24  Julien Danjou  <julien@danjou.info>
115
116         * shr.el (shr-insert-background-overlay): Fix typo.
117         (shr-render-td): Copy the background before rendering.
118
119         * shr-color.el (shr-color-visible): Fix docstring.
120
121         * shr.el (shr-tag-table): Add bgcolor support.
122         (shr-render-td): Add bgcolor support.
123         (shr-get-background): Add.
124         (shr-insert-foreground-overlay): Use shr-get-background.
125
126         * message.el (message-goto-body): Use called-interactively-p.
127         (message-in-body-p): message-goto-body returns point.
128
129 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
132         Fixes something or other in Emacs 23, and is backwards compatible.
133
134         * message.el (message-goto-body): Remove the <#secure special-casing,
135         which is too special.
136
137         * shr.el (shr-parse-style): Drop !important from styles.
138
139 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
140
141         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
142         this function to return incorrect results when calling it with an
143         explicit article argument different from
144         (gnus-summary-article-number).
145
146 2010-11-24  Julien Danjou  <julien@danjou.info>
147
148         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
149         (shr-tag-body): Add background support.
150         (shr-descend): Add background support.
151         (shr-tag-title): Add.
152
153         * shr-color.el (shr-color-visible): Really return original background
154         if fixed.
155
156 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * shr.el (shr-color-check): Protect against non-existant colour names.
159
160 2010-11-24  Julien Danjou  <julien@danjou.info>
161
162         * color-lab.el: Require 'cl when compiling.
163
164         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
165
166         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
167         matched part.
168
169         * color-lab.el: Fix all expt calls to use float type.
170
171 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
174         expression to shr-color-check as is.
175
176         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
177
178         * color-lab.el: Add coding cookie.
179         (float-pi): Use eval-and-compile.
180
181         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
182         compiled for Emacsen having no `libxml-parse-html-region' support.
183
184 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * shr.el (shr-insert-color-overlay): Split stuff like
187         "#444444 !important" to find the real colour.
188         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
189         parse <font color="red"> entries.
190
191 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
192
193         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
194         point when parsing headers.
195
196         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
197         is positioned properly when parsing headers.
198
199 2010-11-23  Julien Danjou  <julien@danjou.info>
200
201         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
202
203         * shr-color.el (shr-color->hexadecimal): Add support for color names.
204
205         * shr.el (shr-parse-style): Replace \n with space in style parsing.
206
207         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
208         shr-color-hue-to-rgb.
209         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
210
211 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * shr.el (shr-color->hexadecimal): Autoload.
214         (shr-descend): Add color to all tags.
215
216 2010-11-22  Julien Danjou  <julien@danjou.info>
217
218         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
219         shr-color->hexadecimal.
220
221         * shr-color.el (shr-color->hexadecimal): Add converting functions for
222         RGB() or HSL() color representation.
223
224         * shr.el (shr-tag-font): Add.
225         (shr-tag-color-check): New function to get better colors.
226         (shr-tag-insert-color-overlay): Factorize code between tag-font and
227         tag-span.
228
229         * shr-color.el: New file.
230
231         * color-lab.el: New file.
232
233         * gnus-art.el (gnus-url-mailto): Do not downcase args.
234
235 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
236
237         * nnir.el: Fix typo in comments.
238         (nnir-run-imap): Simplify code. No need to reverse artlist.
239         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
240
241 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
244
245         * nnimap.el (nnimap-get-capabilities): Refactor out.
246         (nnimap-open-connection): Re-request capabilities after STARTTLS.
247
248 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
249
250         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
251         appearing when `mm-uu-hide-markers' is nil.
252
253 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * nnimap.el (nnimap-unselect-group): Make into its own function.
256         (nnimap-request-rename-group): Unselect group before renaming.
257         This had gotten lost somewhere.
258         (nnimap-request-accept-article): Keep track of examined groups, and
259         unselect the group before APPENDing to read-only groups.
260         (nnimap-request-move-article): Clear flags before moving so that they
261         can be re-set later.
262
263 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
266         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
267
268 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * gnus-art.el (gnus-mime-display-single)
271         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
272         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
273         parameter.
274
275 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
278         (shr-table-vertical-line): New variable.
279         (shr-insert-table): Use it.
280
281 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-html.el (gnus-html-wash-images): Don't display images if
284         gnus-inhibit-images is non-nil; register displayer for cid images.
285         (gnus-html-display-image): Work for cid image.
286         (gnus-html-insert-image): Allow arguments.
287         (gnus-html-put-image): Inhibit read-only.
288         (gnus-html-prefetch-images): Don't prefetch images if
289         gnus-inhibit-images is non-nil.
290
291 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * shr.el (shr-put-image): Break lines when inserting big pictures.
294
295 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
296
297         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
298         sender, thanks Katsumi Yamaoka.
299
300 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
301
302         * nnir.el (nnir-run-imap): Reverse the article list for each group
303         rather than the whole list.
304
305 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * shr.el (shr-image-displayer): Protect function against non-existent
308         image source.
309
310         * gnus-art.el (gnus-inhibit-images): New user option.
311         (gnus-mime-display-single): Don't display image if it is non-nil.
312
313         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
314         gnus-inhibit-images.
315
316         * shr.el (shr-image-displayer): New function.
317         (shr-tag-img): Use it.
318
319 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
320
321         * mml2015.el (mml2015-epg-sign): Use From header.
322
323 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-html.el (gnus-html-wash-images): Register a displayer.
326
327         * gnus-util.el (gnus-find-text-property-region): Return markers.
328
329         * shr.el (shr-tag-img): Put a displayer in the text property.
330
331         * gnus-util.el (gnus-find-text-property-region): New utility function.
332
333         * gnus-html.el (gnus-html-display-image): Make the alt optional.
334         (gnus-html-show-images): Remove.
335
336         * gnus-art.el (gnus-article-show-images): New, more general function.
337
338         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
339         image url text properties.
340
341         * shr.el: Ditto.
342
343         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
344         gnus-agent-auto-agentize-methods is set.  Which it isn't.
345
346 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
349         work for two or more articles.
350
351 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
354         divide an image that's in an html article to two or more when washing
355         non-ASCII characters in alt text of it.
356
357 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
360         smime-decrypt-region using function argument.
361         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
362
363         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
364
365         * smime.el (smime-decrypt-region): Catch it.
366
367 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
368
369         * smime.el (smime-mode-map): Move initialization into declaration.
370         (gnus-run-mode-hooks): Don't autoload.
371         (smime-mode): Use define-derived-mode.
372
373 2010-11-11  Glenn Morris  <rgm@gnu.org>
374
375         * smime.el (from): Restrict declaration to XEmacs.
376
377         * nnir.el (gnus-group-topic-name): Autoload.
378
379 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * shr.el (shr-insert): Don't break long line if it is because of
382         kinsoku-bol characters in the line end.
383
384 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
385
386         * nnir.el (nnir-request-move-article): Fix to provide original group
387         and subject.
388         (nnir-warp-to-article): Don't fail on articles whose headers haven't
389         been retrieved.
390
391         * gnus-sum.el (gnus-summary-move-article): Use original group and
392         subject for virtual articles such as those in an nnir summary buffer.
393
394 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
397         least 21.5).
398
399         * smime.el (from): Declare it again for XEmacs.
400
401 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * message.el (message-resend): Don't disable encoding unless it's
404         already encoded.
405
406         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
407         low-numbered articles.
408
409 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * rfc2047.el (rfc2047-syntax-table): Simplify.
412
413         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
414
415         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
416         set-char-table-range for XEmacs.
417
418 2010-11-10  Glenn Morris  <rgm@gnu.org>
419
420         * time-date.el (time-to-seconds): Always an alias on Emacs,
421         never a real function.
422         (with-no-warnings): Remove compat stub, now unused.
423         (time-less-p): Doc fix.
424         (time-to-number-of-days): Simplify.
425
426         * smime.el (from): Remove unused declaration.
427
428         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
429         (gnus-float-time): On Emacs, always an alias.
430
431         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
432         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
433
434 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * dgnushack.el: Don't use ignore-errors in the top level form since it
437         is unavailable in XEmacs even if cl is loaded.
438
439         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
440
441 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * shr.el (browse-url-mailto): Autoload.
444
445         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
446
447         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
448         regexp doesn't need quoting.
449
450 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
451
452         * message.el (message-subject-trailing-was-ask-regexp)
453         (message-subject-trailing-was-regexp): Match was: in addition to was.
454
455 2010-11-09  Glenn Morris  <rgm@gnu.org>
456
457         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
458         (nnbabyl-check-mbox): Use point-at-bol.
459
460 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
463
464         * message.el (message-mailto): New function.
465         (message-mailto): Should accept other parameters.
466         (message-mailto): Remove since it duplicates browse-url-mailto
467         functionality.
468
469 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
472         methods.
473         (gnus-read-active-file): Ditto.
474
475         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
476         ": " from the prompt.
477         (gnus-group-make-group): Ditto.
478
479 2010-11-07  Glenn Morris  <rgm@gnu.org>
480
481         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
482         (gnus-bookmark-kill-line): Use point-at-eol.
483
484 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
487         asterisks in From header.
488
489 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
492         string to avoid making the From headers syntactically invalid.
493
494         * message.el (message-send-mail): Don't insert courtesy messages if the
495         message already has List-Post and List-ID messages.
496
497 2010-11-06  Glenn Morris  <rgm@gnu.org>
498
499         * gnus-art.el (gnus-treat-article): Give dynamic local variables
500         `condition', `type', `length' a prefix.
501         (gnus-treat-predicate): Update for above name changes.
502
503 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
504
505         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
506         binding.  Handled by `gnus-summary-refer-thread' instead.
507         (nnir-warp-to-article): New backend function.
508
509         * nnimap.el (nnimap-request-thread): Force dependency updating.
510
511         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
512         (gnus-summary-refer-thread): Rework to improve thread-referral.
513
514         * gnus-int.el (gnus-warp-to-article): New function.
515
516         * gnus-sum.el (gnus-summary-article-map): Bind it.
517
518 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
519
520         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
521         gnus-summary-refer-thread.
522
523         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
524         headers.
525         (gnus-summary-limit-include-thread): Prevent articles in thread from
526         being cut in gnus-cut-threads.
527         (gnus-summary-refer-thread): Limit retrieved headers to those in
528         thread.
529
530 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * message.el (message-send-mail): Use the value of
533         message-courtesy-message from the message buffer.
534
535         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
536
537         * shr.el (shr-browse-url): Implement mailto: URLs.
538
539         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
540         "raw".
541
542         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
543         if it's already selected.
544
545         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
546
547 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
550         to measure the length and truncate alt text.
551
552 2010-11-03  Glenn Morris  <rgm@gnu.org>
553
554         * nndiary.el (nndiary-generate-nov-databases-1)
555         (nndiary-generate-active-info): Rename dynamic variable `files' to
556         something less generic.
557
558 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
559
560         * nnir.el (nnir-request-move-article): Call the underlying backend to
561         move articles from nnir.
562
563 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
566
567 2010-11-02  Julien Danjou  <julien@danjou.info>
568
569         * nnir.el: Remove wais support.
570
571 2010-11-02  Glenn Morris  <rgm@gnu.org>
572
573         * gnus-html.el: Reorder requirements to quieten compiler.
574
575 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
578         properly for XEmacs as well.
579         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
580         (gnus-article-natural-long-line-p): Use window-width rather than
581         frame-width.
582
583 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
584
585         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
586         (nnir-read-parms): Don't modify query.
587         (nnir-run-query): Add ability to search topic on current line.
588         (nnir-get-active): Clean up.
589
590 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
593         degenerate articles.
594
595         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
596         (gnus-print-buffer): Just print the buffer as is, without any copying
597         to a buffer and then re-highlighting.
598
599         * nnimap.el (nnimap-request-group): Store the new updated info.
600         (nnimap-request-group): Select the group when we don't know whether it
601         exists or not.
602
603         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
604         groups.
605
606         * gnus-group.el (gnus-group-find-new-groups): Display all the new
607         groups.
608
609         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
610         groups.
611
612         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
613         long-lines case by only filling the long lines.
614
615         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
616         (bug #7311).
617
618 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * shr.el: No need to declare `declare-function' since shr.el is for
621         only Emacsen that provide `libxml-parse-html-region'.
622
623         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
624         effective only in a file it is referred to.
625
626 2010-11-01  Glenn Morris  <rgm@gnu.org>
627
628         * mm-util.el (gnus-completing-read): Autoload.
629         (mm-read-coding-system): Simplify Emacs definition.
630
631         * nnmail.el (gnus-activate-group):
632         * nnimap.el (gnutls-negotiate):
633         * nntp.el (netrc-parse): Fix declarations.
634
635 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
638         string-match-p in Emacs >=23.
639
640         * gnus-msg.el (gnus-configure-posting-styles)
641         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
642
643 2010-11-01  Glenn Morris  <rgm@gnu.org>
644
645         * nnir.el (declare-function): Add compat stub.
646         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
647         (nnir-run-gmane): Require 'mm-url.
648
649         * mm-util.el (mm-string-to-multibyte): Simplify.
650
651         * shr.el (declare-function): Add compat stub.
652         (url-cache-create-filename): Declare.
653         (mm-disable-multibyte, widget-convert-button): Autoload.
654
655         * smime.el (ldap-search): Declare.
656         (smime-cert-by-ldap-1): Require ldap on Emacs.
657
658         * nnimap.el: Require nnmail, and gnus-sum when compiling.
659         (nnimap-keepalive): Use gnus-float-time.
660
661         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
662         (mail-source-delete-crash-box): Use gnus-float-time.
663
664         * gnus-dired.el (gnus-completing-read): Autoload.
665
666         * mm-view.el (gnus-rescale-image): Autoload.
667
668         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
669
670         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
671
672         * sieve-manage.el: Require 'cl when compiling.
673
674         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
675         (gnus-iswitchb-completing-read): Require iswitchb.
676         (gnus-select-frame-set-input-focus): Silence compiler.
677
678 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * message.el (message-subject-trailing-was-query): Change default to t,
681         since I think that's what most people want.
682
683         * nnimap.el (nnimap-request-accept-article): Erase buffer before
684         appending for easier debugging.
685         (nnimap-wait-for-connection): Take a regexp.
686         (nnimap-request-accept-article): Wait for the continuation line before
687         sending anything unless we're streaming.
688
689         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
690         leave the header washing to take place.
691
692 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
693
694         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
695         regular expression match and replace in posting styles.
696
697 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
698
699         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
700         an entire server.
701         (nnir-get-active): New function.
702         (nnir-run-imap): Use it.
703         (nnir-run-gmane): Who knew, gmane search returns an article score!
704
705         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
706         server on the current line with nnir.
707
708 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
711         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
712         left edge.
713         (gnus-article-foldable-buffer): Skip past the prefix when determining
714         raggedness.
715
716         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
717         the raw article, and change `C-u g' to show the article without doing
718         treatments.
719
720         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
721         on to `gnus-treat-article'.
722         (gnus-inhibit-article-treatments): New variable.
723
724         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
725
726         * gnus-art.el (gnus-treatment-function-alist): Have
727         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
728         (gnus-treat-fill-long-lines): Change default to fill all text/plain
729         sections.
730
731         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
732         parameter.
733         (gnus-article-fill-cited-long-lines): New function.
734         (gnus-article-fill-cited-article): Allow filling only long sections.
735
736         * shr.el (shr-find-fill-point): Don't break lines between punctuation
737         and non-punctuation (like after the apostrophe in "'We").
738
739         * gnus-sum.el (gnus-summary-select-article): Make sure
740         gnus-original-article-buffer is alive.
741
742         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
743         reflect the order they're in in the digest.
744
745         * gnus.el (gnus-group-startup-message): Move point to the start of the
746         buffer.
747
748         * nnimap.el (nnimap-capability): New function.
749         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
750         is set.
751
752 2010-10-31  David Engster  <dengste@eml.cc>
753
754         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
755         conform with changes to gnus-completing-read.
756
757 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * shr.el (shr-tag-img): Output "*" instead of "[img]".
760
761 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
762
763         * nnir.el: Move defvar, defcustom around to keep file organized
764         and keep byte-compiler quiet.
765         (nnir-read-parms): Accept search-engine as arg.
766         (nnir-run-query): Pass search-engine as arg.
767         (nnir-search-engine): Remove.
768
769 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * shr.el (shr-generic): The text nodes should be text, not :text.
772
773         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
774         later in the file.
775
776 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
777
778         * nnir.el: General clean up.  Allow searching with multiple engines.
779         Allow separate extra-parameters for each engine.
780         Batch queries when possible.
781         (nnir-imap-default-search-key,nnir-method-default-engines):
782         Add customize interface.
783         (nnir-run-gmane): New engine.
784         (nnir-engines): Use it.  Qualify all prompts with engine name.
785         (nnir-search-engine): Remove global variable.
786         (nnir-run-hyrex): Restore for now.
787         (nnir-extra-parms,nnir-search-history): New variables.
788         (gnus-group-make-nnir-group): Use them.
789         (nnir-group-server): Remove in favor of gnus-group-server.
790         (nnir-request-group): Avoid searching twice.
791         (nnir-sort-groups-by-server): New function.
792
793 2010-10-30  Julien Danjou  <julien@danjou.info>
794
795         * gnus-group.el: Remove gnus-group-fetch-control.
796
797         * gnus-start.el (gnus-find-new-newsgroups):
798         Remove gnus-check-first-time-used.
799
800         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
801
802 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
803
804         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
805         set on groups that don't have \* permanentflags.
806
807 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
810         control the background color.
811         (shr-tag-img): Ignore very small web bug type images.
812         (shr-put-image): Add help-echo alt texts to the images.
813         (shr-tag-video): Show the video poster image.
814
815 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * shr.el (shr-table-depth): New variable.
818         (shr-tag-table-1): Only insert the images after the top-level table.
819
820         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
821
822         * gnus-util.el (gnus-list-memq-of-list): New function.
823
824         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
825         selected.
826         (nnimap-unsplittable-articles): New slot.
827         (nnimap-new-articles): Use it.
828
829 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
830
831         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
832         move to the previous line on `M-g'.
833
834 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
837         *-request-group, which seems unnecessary.
838
839         * nnimap.el (nnimap-quote-specials): Function copied over from
840         imap.el.
841         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
842         they support that.  Suggested by Tom Regner.
843
844 2010-10-29  Julien Danjou  <julien@danjou.info>
845
846         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
847         defalias.
848         (gnus-summary-delete-marked-with): Remove obsolete defalias.
849
850         * gnus.el: Remove `gnus-nntp-service' variable.
851         (gnus-secondary-servers): Make obsolete.
852         (gnus-nntp-server): Make obsolete.
853
854         * gnus-start.el (gnus-1): Remove x-splash calls.
855
856         * gnus-ems.el (gnus-x-splash): Remove.
857
858         * gnus.el (gnus-group-startup-message): Simplify/update code.
859
860         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
861         definition.
862
863         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
864         capability before doing anything.
865         (gnus-group-insert-group-line): Remove useless
866         gnus-group-remove-excess-properties.
867
868 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
871
872 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
875         config after reselecting.
876
877 2010-10-28  Julien Danjou  <julien@danjou.info>
878
879         * shr.el (shr-put-image): Use point even if only inserting text.
880         (shr-put-image): Save excursion when inserting alt text on non-graphic
881         display, so the behaviour is the same when we are on a graphic display.
882
883         * nnir.el (nnir-run-swish-e): Remove hyrex support.
884
885 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
888         (gnus-mime-copy-part): Check coding system, not charset.
889         (gnus-mime-view-part-externally): Never remove part.
890         (gnus-mime-view-part-internally): Don't remove part here.
891         (gnus-article-part-wrapper): Make sure MIME tag is visible.
892         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
893         multipart/alternative.
894
895         * mm-decode.el (mm-display-part): Take optional arg `force'.
896
897 2010-10-26  Julien Danjou  <julien@danjou.info>
898
899         * gnus-group.el (gnus-group-default-list-level): Add this function to
900         compute the default list level.
901         (gnus-group-default-list-level): Add possibility to use a function.
902
903 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
906
907         * gnus-group.el (gnus-group-completing-read)
908         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
909         gnus-replace-in-string.
910
911 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * shr.el (shr-tag-div): Add.
914
915         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
916
917 2010-10-25  Julien Danjou  <julien@danjou.info>
918
919         * gnus-util.el: Remove `gnus-with-local-quit'.
920
921         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
922
923 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
926         the original article buffer.
927
928 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * nnimap.el (nnimap-request-head): New function.
931         (nnimap-request-move-article): Try to be slighly faster by not
932         requesting the entire message when moving.
933         (nnimap-transform-headers): Don't bug out on bodiless articles.
934         (nnimap-send-command): Have no outstanding messages if the IMAP server
935         doesn't support streaming.
936         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
937
938 2010-10-24  Julien Danjou  <julien@danjou.info>
939
940         * message.el (message-default-headers): Fix type.
941
942 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
945         prefetching images.
946
947         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
948         backend for unknown groups.  This is mainly useful for nnimap groups.
949
950         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
951         group isn't covered by the agent.
952
953 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
954
955         * nnir.el (nnir-method-default-engines): New variable.
956         (nnir-run-query): Use it.
957         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
958         (gnus-summary-nnir-goto-thread): Change group if needed.
959
960         * gnus-group.el (gnus-group-group-map): Add key binding for
961         gnus-group-make-nnir-group.
962
963 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * shr.el (shr-tag-object): Add.
966
967         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
968         original article buffer live.
969         (gnus-summary-select-article-buffer):
970         Mention gnus-widen-article-buffer.
971
972 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * shr.el (shr-tag-strong): Add.
975
976 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
979         group names.  They mess up the group buffer badly.
980
981         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
982
983         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
984         instead of the summary one.
985
986 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * mml.el (mml-preview): Work properly when editing article.
989
990         * gnus-start.el (gnus-read-active-file-1): Don't add method to
991         gnus-have-read-active-file if it's already been in.
992
993 2010-10-22  Tom Tromey  <tromey@redhat.com>
994
995         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
996         gnus-group-completing-read.
997
998 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * message.el (message-mode-map): Don't bind M-; to comment region, to
1001         allow the global comment-dwim to work.
1002
1003 2010-10-21  Julien Danjou  <julien@danjou.info>
1004
1005         * message.el (message-setup-1): Allow message-default-headers to be a
1006         function.
1007
1008 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * shr.el (shr-tag-table): Simplify.
1011
1012 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1015         to avoid trying to snarf invalid stuff.
1016
1017         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1018
1019         * gnus.el (gnus-message-archive-group): Quote value.
1020         (gnus-message-archive-group): Mark as changed.
1021
1022         * shr.el (shr-add-font): Don't put the font properties on the newline
1023         or the indentation.
1024
1025         * message.el (message-fix-before-sending): Change options when sending
1026         non-printable characters.
1027
1028         * gnus.el (gnus-message-archive-method): Change the default to
1029         monthly outgoing groups.
1030
1031         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1032         that have gotten new numbers.
1033
1034         * nnimap.el (nnimap-request-replace-article): New function.
1035
1036 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1039         (nnrss-request-article): Don't use special html washing code.
1040
1041 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * shr.el (shr-tag-table): Remove useless nconc.
1044
1045 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * gnus-art.el (article-wash-html): Simplify and remove the charset
1048         stuff.  Use the normal html rendering code instead of the special html
1049         washing code.
1050
1051         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1052         `gnus-w3m' symbols.
1053         (mm-text-html-washer-alist): Remove.
1054
1055         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1056         (mm-inline-media-tests): Remove use.
1057         (mm-text-html-renderer): Change default to the `shr' symbol.
1058
1059         * mm-view.el (mm-inline-text-html): Remove use.
1060
1061         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1062         `gnus-blocked-images' to be a function.
1063         (gnus-article-wash-function): Remove.
1064
1065 2010-10-20  Julien Danjou  <julien@danjou.info>
1066
1067         * spam.el (spam-list-of-processors): Mark as obsolete.
1068
1069         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1070         (nnimap-insert-partial-structure): Fix boundary detection.
1071
1072 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1073
1074         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1075         run file-truename on remote files.  This can be expensive and even
1076         prevent one from editing drafts if some unrelated buffer has a stale
1077         connection.
1078
1079 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1082         kinsoku-eol regardless of shr-kinsoku-shorten.
1083         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1084         (shr-tag-table): Support caption, thead, and tfoot.
1085
1086 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1089         lines.
1090         (shr-save-contents): New command and keystroke.
1091
1092         * nndoc.el (nndoc-type-alist): Add git support.
1093         (nndoc-git-type-p): New function.
1094         (nndoc-transform-git-article): Ditto.
1095         (nndoc-transform-git-headers): Ditto.
1096         (nndoc-transform-git-headers): Generate Subject headers.
1097
1098         * shr.el (shr-parse-style): New function.
1099         (shr-tag-span): Ditto.
1100
1101         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1102         to `G G' to avoid collisions.
1103
1104 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * shr.el: Load kinsoku if necessary.
1107         (shr-kinsoku-shorten): New internal variable.
1108         (shr-find-fill-point): Make kinsoku shorten text line if
1109         shr-kinsoku-shorten is bound to non-nil.
1110         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1111         shr-indentation too when testing if table is wider than frame width.
1112         (shr-insert-table): Use `string-width' instead of `length' to measure
1113         text width.
1114         (shr-insert-table-ruler): Make sure indentation is done at bol.
1115
1116 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1117
1118         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1119         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1120         undecoded network data.
1121
1122 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1125         name in the mode line spec so that the mode line menu works
1126         (bug #2431).
1127
1128         * message.el (message-get-reply-headers): If we're fed `to-address',
1129         then always use that.
1130
1131         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1132         aren't so wide as to need to switch off the edit menu.
1133
1134         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1135         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1136
1137         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1138         `M-g'.
1139         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1140         the permanent marks.
1141
1142 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1143
1144         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1145         Splitting according to references/in-reply-to obeys the ignore-groups
1146         variable, while splitting by sender and subject do not.
1147
1148 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1151         alist, so that we can look for non-Unicode chars.
1152         (article-translate-strings): Allow both character and string maps.
1153
1154 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * shr.el (shr-insert): Don't insert space behind a wide character
1157         categorized as kinsoku-bol, or between characters both categorized as
1158         nospace.
1159
1160 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1161
1162         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1163         headers to gnus-newsgroup-headers.
1164
1165 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * shr.el (shr-tag-img): Don't align images -- since we're not
1168         rescaling, this often leads to ugly displays.
1169
1170 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1171
1172         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1173         duplicates.
1174
1175 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1176
1177         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1178         call.
1179
1180 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus.el: Autoload gnus-html-show-images.
1183
1184         * nnimap.el: Use nnheader-message throughout.
1185
1186         * shr.el (shr-tag-img): Ignore images with no data.
1187
1188 2010-10-15  Julien Danjou  <julien@danjou.info>
1189
1190         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1191         a possibility to disable format=flow encoding when using hard newlines.
1192
1193 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * shr.el (shr-insert): Remove space inserted before or after a
1196         breakable character or at the beginning or the end of a line.
1197         (shr-find-fill-point): Do kinsoku; find the second best point or give
1198         it up if there's no breakable point.
1199
1200 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * nnimap.el (nnimap-open-connection): Message when opening connection
1203         for debugging purposes.
1204
1205         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1206         on every setup buffer call to allow this to change from article to
1207         article.
1208
1209         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1210         buffers where we have a wide table.
1211
1212 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1213
1214         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1215         uses *-request-thread.
1216
1217 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1220         incantation, which is no longer valid.
1221
1222 2010-10-14  Julien Danjou  <julien@danjou.info>
1223
1224         * shr.el: Fix defcustom type (char -> character).
1225
1226 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1229         programs.
1230
1231 2010-10-14  Julien Danjou  <julien@danjou.info>
1232
1233         * shr.el (shr-tag-a): Use url-link as widget type.
1234
1235         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1236         `gnus-group-get-icon'.
1237
1238 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1241         This should make server editing work better.
1242
1243         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1244
1245         * tls.el (tls-program): Remove spurious %s from openssl.
1246
1247         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1248         (nnimap-parse-flags): Fix regexp.
1249
1250         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1251         probably work for CJVK text, too.
1252
1253         * nnimap.el (nnimap-extend-tls-programs): Remove.
1254         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1255
1256         * tls.el (tls-starttls-switches): Remove starttls hack.
1257         (open-tls-stream): Ditto.
1258         (tls-find-starttls-argument): Ditto.
1259
1260 2010-10-13  Julien Danjou  <julien@danjou.info>
1261
1262         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1263         responses.
1264
1265 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1268
1269         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1270         anything in Emacs.
1271
1272         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1273
1274 2010-10-13  Julien Danjou  <julien@danjou.info>
1275
1276         * shr.el (shr-width): Make shr-width a defcustom with default to
1277         fill-column.
1278         (shr-tag-img): Use shr-width rather than fill-column.
1279
1280 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * dgnushack.el (byte-optimize-apply)
1283         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1284
1285         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1286         position when (X-)Faces exist.
1287         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1288         avatars when called interactively.
1289
1290 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1293         gnus-article-x-face-too-ugly is bound.
1294
1295 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1298
1299         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1300         mailbox that doesn't exist.
1301
1302 2010-10-12  Julien Danjou  <julien@danjou.info>
1303
1304         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1305         (shr-get-image-data): Encode URL properly when fetching from cache.
1306         (shr-tag-img): Use aligned-to spaces to align correctly images.
1307
1308         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1309         before inserting the Gravatar.
1310
1311         * shr.el (shr-tag-img): Add align attribute support for <img>.
1312
1313 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-gravatar.el (gnus-art): Require.
1316
1317         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1318         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1319         Remove long obsoleted functions.
1320
1321 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1324
1325         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1326
1327         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1328         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1329         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1330         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1331         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1332         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1333         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1334
1335 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * nnimap.el (nnimap-request-rename-group): Select group read-only
1338         before renaming it.
1339
1340         * shr.el (shr-insert): Fix up the white space only regexp.
1341
1342         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1343         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1344
1345         * shr.el (shr-current-column): New function.
1346         (shr-find-fill-point): New function.
1347
1348 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1349
1350         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1351         numbers.
1352
1353 2010-10-11  Julien Danjou  <julien@danjou.info>
1354
1355         * shr.el (shr-hr-line): Add.
1356         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1357         display hr lines.
1358         (shr-max-columns): Do not change state to nil if we just inserting
1359         spaces.
1360
1361 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1364         select the last group.
1365
1366 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1367
1368         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1369
1370 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1371
1372         * dig.el (dig-mode-map): Declare and define in one step.
1373
1374 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1377         for Gnus.
1378         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1379         (nnimap-update-qresync-info): Mark \Seen articles as read.
1380
1381         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1382         non-variable, too.
1383
1384         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1385         available.
1386         (nnimap-update-info): Rely more on the current active than the param
1387         active to avoid marking articles as read too much.
1388
1389         * auth-source.el (auth-source-create): Use (user-login-name) for the
1390         user name default.
1391
1392         * nnimap.el (nnimap-update-info): If the server doesn't return any
1393         useful info, just use the previous info.
1394         (nnimap-update-info): Prefer old info over start-article.
1395         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1396
1397 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1398
1399         * nnir.el (autoload): Clean up autoloads.
1400         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1401         Use key rather than value.
1402         (nnir-imap-search-other): New variable.
1403         (nnir-read-parm): Use it.
1404         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1405         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1406
1407 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1408
1409         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1410         the process, too.
1411
1412 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * spam.el (gnus-summary-mode-map): Bind to "$".
1415         Suggested by Russ Allbery.
1416
1417         * shr.el: Rework the way things are indented by <li> slightly.
1418
1419         * gnus.el (gnus-group-set-parameter): Fix typo.
1420
1421         * nnimap.el: Start implementing QRESYNC support.
1422
1423 2010-10-09  Julien Danjou  <julien@danjou.info>
1424
1425         * nnir.el (nnir-engines): Fix too many arguments.
1426
1427 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1430         group is the "last", so that the backends like nnfolder actually save
1431         their folders.
1432
1433         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1434         try to use that for the tls stream.
1435         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1436         UIDVALIDITY and find out which groups are read-only and not.
1437         (nnimap-get-flags): Use the same marks parsing code as the rest of
1438         nnimap.
1439
1440 2010-10-09  Julien Danjou  <julien@danjou.info>
1441
1442         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1443
1444         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1445         retrieving gravatars.
1446
1447         * shr.el (shr-table-corner): Add.
1448         (shr-table-line): Add.
1449         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1450
1451 2010-10-08  Julien Danjou  <julien@danjou.info>
1452
1453         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1454
1455 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1456
1457         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1458
1459         * gnus-sum.el (gnus-mark-article-as-unread)
1460         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1461         (gnus-summary-set-bookmark): Use it.
1462
1463         * gnus-msg.el (gnus-setup-message): Use it.
1464
1465         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1466
1467         * gnus.el (gnus-group-remove-parameter): Use it.
1468
1469         * gnus-group.el (gnus-group-make-web-group): Use it.
1470
1471         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1472
1473         * nnregistry.el: Update docs to mention manual.
1474
1475         * gnus-registry.el: Update docs to mention nnregistry.el.
1476         (gnus-registry-initialize): Don't install nnregistry refer method
1477         automatically.
1478         (gnus-registry-install-nnregistry): Remove it.
1479
1480 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * shr.el (shr-insert): Don't insert double spaces.
1483
1484 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-gravatar.el (gnus-treat-from-gravatar)
1487         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1488         called interactively.
1489
1490         * gnus-art.el (gnus-mime-view-part-externally)
1491         (gnus-mime-view-part-internally): Make predicate function passed to
1492         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1493         of a mime type.
1494
1495         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1496
1497 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * shr.el (require): Require cl when compiling.
1500         (shr-tag-hr): New function.
1501
1502         * nnimap.el (nnimap-update-info): Remove double setting of high.
1503         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1504         This makes nnimap work properly on Courier again.
1505
1506         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1507         the variable for backwards compatability.
1508
1509         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1510         the file name before using to avoid setting mm-default-directory to
1511         nil.
1512
1513         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1514         bidning gnus-agent variables.
1515
1516         * shr.el (shr-render-td): Use a cache for the table rendering function
1517         to avoid getting an exponential rendering behaviour in nested tables.
1518         (shr-insert): Rework the line-breaking algorithm.
1519         (shr-insert): Don't leave trailing spaces.
1520         (shr-insert-table): Also insert empty TDs.
1521         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1522
1523 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1524
1525         * gnus-sum.el (gnus-number): Rename from `number'.
1526         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1527         (gnus-summary-limit-children): Update uses correspondingly.
1528
1529 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1532         (gnus-gravatar-transform-address): Don't show avatars of people of
1533         which mail addresses match gnus-gravatar-too-ugly.
1534
1535 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * shr.el (shr-table-widths): Expand TD elements to fill available
1538         space.
1539
1540 2010-10-07  Julien Danjou  <julien@danjou.info>
1541
1542         * nnimap.el (nnimap-request-rename-group): Add this method.
1543
1544 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1547         name from XEmacs' function-arglist.
1548
1549         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1550         gravatar under XEmacs.
1551
1552 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1553
1554         * auth-source.el: Update docs with TODO items.
1555
1556         * gnus-sync.el: Update docs to explain state and plans.
1557
1558         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1559         Hooks for mark updates.
1560         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1561
1562         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1563         hooks with arguments, which is needed for mark update hooks.
1564
1565 2010-10-06  Julien Danjou  <julien@danjou.info>
1566
1567         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1568         was matched.
1569
1570         * sieve-manage.el: Update example in `Commentary'.
1571
1572         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1573
1574         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1575         not 2000.
1576         (sieve-manage-authenticate): Re-add function.
1577
1578 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1579
1580         * shr.el (shr-insert): Get 'space transition right.
1581         (shr-render-td): Only delete space at the end of the TD.
1582
1583         * nnimap.el (nnimap-open-connection): Prepare to support
1584         open-gnutls-stream.
1585
1586         * shr.el: Rearrange function order to be more logical.
1587
1588 2010-10-06  Julien Danjou  <julien@danjou.info>
1589
1590         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1591         (nnrss-discover-feed): Remove 404 URL in docstring.
1592
1593         * nnir.el: Fix Swish-E URL.
1594         Fix Namazu URL.
1595
1596         * message.el (message-change-subject): Remove 404 URL in a comment.
1597
1598 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1601         called interactively.
1602
1603         * gnus-util.el (gnus-remove-if): Allow hash table.
1604         (gnus-remove-if-not): New function.
1605
1606         * gnus-art.el (gnus-mime-view-part-as-type)
1607         * gnus-score.el (gnus-summary-score-effect)
1608         * gnus-sum.el (gnus-read-move-group-name):
1609         Replace remove-if-not with gnus-remove-if-not.
1610
1611         * gnus-group.el (gnus-group-completing-read):
1612         Regard collection as a hash table if it is not a list.
1613
1614 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1617
1618         * shr.el: Document the table-rendering algorithm.
1619
1620 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1623         for Emacsen having no `libxml-parse-html-region' support.
1624
1625 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1628         invalid URLs.
1629
1630         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1631         line-broken.
1632         (shr-tag-img): Ignore image fetching errors.
1633         (shr-overlays-in-region): Compute overlay positions correctly.
1634
1635         * mm-decode.el (mm-shr): Require shr.
1636
1637         * gnus-art.el (gnus-blocked-images): Move variable here.
1638
1639         * shr.el (shr-insert-table): Bind free variable.
1640
1641         * mm-decode.el (mm-shr): Bind shr-content-function.
1642
1643         * shr.el (shr-content-function): New variable.
1644
1645         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1646         added for symmetry.
1647
1648         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1649
1650         * gnus-group.el (gnus-group-make-group): Doc fix.
1651
1652         * nnimap.el (nnimap-request-newgroups): Return success.
1653
1654         * shr.el (shr-find-elements): New function.
1655         (shr-tag-table): Put all the images after the table.
1656         (shr-tag-table): Really inhibit images inside the table.
1657         (shr-collect-overlays): Copy over overlays from the TD elements to the
1658         main document.
1659
1660         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1661         gnus-blocked-images.
1662
1663 2010-10-05  Julien Danjou  <julien@danjou.info>
1664
1665         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1666
1667         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1668         (gnus-html-maximum-image-size): Add this function.
1669         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1670
1671         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1672         server-value of the capability is nil.
1673
1674 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * shr.el (shr-tag-em): Add <EM> tag.
1677
1678 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1679
1680         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1681         customizable.
1682
1683         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1684         handing broken links to browse-url.
1685
1686 2010-10-05  Julien Danjou  <julien@danjou.info>
1687
1688         * gnus-util.el (gnus-emacs-completing-read)
1689         (gnus-iswitchb-completing-read): Use autoload rather than require.
1690
1691 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1694         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1695         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1696         iswitchb-temp-buflist for XEmacs.
1697
1698         * gnus-util.el (gnus-completing-read-function): Exclude
1699         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1700         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1701         XEmacs.
1702
1703         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1704         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1705
1706         * gnus-html.el: Don't require help-fns under XEmacs.
1707         (gnus-html-schedule-image-fetching): Work for XEmacs.
1708
1709         * mm-decode.el (mm-shr): Decode contents by charset.
1710
1711 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1714         unknown.
1715
1716         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1717         (shr-get-image-data): Ensure against the cache file missing.
1718
1719         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1720         for data.
1721
1722         * spam-report.el (spam-report-url-ping-plain): Don't query about
1723         killing the process.
1724
1725         * shr.el (shr-render-td): Protect against too-wide text.
1726
1727 2010-10-04  Julien Danjou  <julien@danjou.info>
1728
1729         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1730         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1731
1732         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1733         retrieved.
1734
1735 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * shr.el (browse-url): Require.
1738         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1739         lines.
1740         (shr-show-alt-text, shr-browse-image): New commands.
1741         (shr-browse-url, shr-copy-url): New commands.
1742
1743         * gnus-sum.el (gnus-widen-article-window): New variable.
1744         (gnus-summary-select-article-buffer): Use it.
1745
1746         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1747         without @ signs.
1748
1749 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1750
1751         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1752
1753 2010-10-04  Julien Danjou  <julien@danjou.info>
1754
1755         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1756         for XEmacs.
1757
1758 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1761
1762         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1763         (nnimap-close-server): Implement.
1764
1765         * dgnushack.el (iswitchb): Require to shut up the compiler.
1766
1767         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1768         (shr-insert): Tweak line breaking.
1769         (shr-insert): Handle <pre> better.
1770         (shr-tag-li): Get <li> indentation right.
1771         (shr-tag-li): Get <li> indentation even righter.
1772         (shr-tag-blockquote): Ensure paragraph start.
1773         (shr-make-table): Tweak table generation.
1774         (shr-make-table): Fix typo.
1775
1776         * shr.el: Implement table rendering.
1777
1778 2010-10-04  Julien Danjou  <julien@danjou.info>
1779
1780         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1781
1782 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * shr.el (shr-insert): Use string anchors instead of line anchors.
1785
1786 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * shr.el: Add headings.
1789         (shr-ensure-paragraph): Actually work.
1790         (shr-tag-li): Make <ul> prettier.
1791         (shr-insert): Get white space at the beginning/end of elements right.
1792         (shr-tag-p): Collapse subsequent <p>s.
1793         (shr-ensure-paragraph): Don't insert double line feeds after blank
1794         lines.
1795         (shr-insert): \t is also space.
1796         (shr-tag-s): Fix "s" tag name function.
1797         (shr-tag-s): Fix face prop name.
1798
1799 2010-10-03  Julien Danjou  <julien@danjou.info>
1800
1801         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1802
1803         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1804         gnus-window-inside-pixel-edges.
1805
1806         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1807         gnus-ems.
1808
1809         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1810
1811         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1812         function.
1813
1814         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1815         resize choice.
1816
1817 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1820         beginning of the buffer.
1821
1822         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1823         article buffer again.
1824
1825         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1826
1827         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1828         when it's at the start of the buffer.
1829
1830         * shr.el (shr-tag-blockquote): Convert name.
1831         (shr-rescale-image): Use the right image-size variant.
1832
1833         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1834         buffer isn't shown, then select the current article first instead of
1835         bugging out.
1836         (gnus-summary-select-article-buffer): Show both the article and summary
1837         buffers again.
1838
1839         * shr.el (shr-fontize-cont): Protect against regions with no text.
1840         Rename tag functions to shr-tag-* for enhanced security.
1841         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1842
1843 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1844
1845         * shr.el (shr-insert):
1846         * pop3.el (pop3-movemail):
1847         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1848         loaded.
1849
1850 2010-10-03  Glenn Morris  <rgm@gnu.org>
1851
1852         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1853
1854         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1855
1856         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1857
1858         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1859
1860         * gnus-util.el (gnus-make-local-hook): Simplify.
1861
1862 2010-10-02  Julien Danjou  <julien@danjou.info>
1863
1864         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1865         (gnus-ido-completing-read): New function.
1866         (gnus-emacs-completing-read): New function.
1867         (gnus-completing-read): Use gnus-completing-read-function.
1868         Add gnus-completing-read-function.
1869
1870 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * shr.el (shr-insert-document): Autoload.
1873         (shr-img): Be silent.
1874         (shr-insert): Add a newline after every picture before text.
1875         (shr-add-font): Use overlays for combining faces.
1876         (shr-insert): Pass upwards the text start point.
1877
1878         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1879         possible.
1880         (mm-shr): New function.
1881
1882 2010-10-02  Julien Danjou  <julien@danjou.info>
1883
1884         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1885         should go backward.
1886
1887 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1888
1889         * shr.el (shr): Fix typo in provide call.
1890
1891 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * shr.el: New file.
1894
1895         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1896
1897         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1898         completing read.
1899
1900 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1903         we're being queried about.  Suggested by Dan Jacobson.
1904
1905         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1906         Suggested by Jason Eisner.
1907
1908         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1909         table, too.  Suggested by Stefan Wiens.
1910         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1911         the table unnecessary.  Suggested by Stefan Wiens.
1912
1913         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1914         longer needed, and probably doesn't work either, as pointed out by
1915         Stefan Wiens.
1916         (gnus-summary-exit): Remove call to the clearing function.
1917         (gnus-summary-exit-no-update): Ditto.
1918
1919         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1920         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1921         Reported by Stefan Monnier.
1922         (gnus-summary-save-in-rmail): Ditto.
1923
1924         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1925         article buffer, instead of both the article buffer and the summary
1926         buffer.  Sort of suggested by Dan Jacobson.
1927
1928         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1929
1930         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1931         Suggested by Dan Jacobson.
1932
1933         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1934         documentation clearer.
1935
1936         * message.el (message-shorten-references): Comment on the number "21".
1937         Suggested by Stefan Monnier.
1938
1939         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1940         Suggested by Dan Jacobson.
1941
1942         * gnus.el (gnus-large-newsgroup):
1943         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1944
1945         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1946         externalize attachments.  Bug reported by Steve Wen.
1947
1948         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1949         really message anything to the user.
1950
1951         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1952         directly.
1953
1954         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1955         messages in empty groups.
1956
1957 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1958
1959         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1960         non-UIDNEXT group.
1961
1962 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1965         not the value from the collection.
1966
1967         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1968         values.  This sometimes happens on some groups that have no info.
1969         (nnimap-request-newgroups): New function.
1970
1971 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1974         check into `gnus-registry-initialize'.
1975         (gnus-registry-initialize): Ditto.
1976         Fix and extend header docs.
1977
1978 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1981         regexp backtrace overflows.
1982
1983         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1984         for starttls that tls.el implements; i.e. openssl.
1985
1986         * tls.el (tls-starttls-switches): Give up on using starttls with
1987         gnutls-cli.
1988         (tls-program): Add --insecure to be consistent with the defaults from
1989         openssl s_client.  Now all three commands are insecure.
1990
1991 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * lpath.el: Bind completion-styles-alist for XEmacs.
1994
1995         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1996         (gravatar-create-image): New function that's an alias to
1997         gnus-xmas-create-image, gnus-create-image, or create-image.
1998         (gravatar-data->image): Use it.
1999
2000 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2003         install the nnregistry refer method.
2004         (gnus-registry-install-hooks): Use it.
2005         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2006         unfollowed groups.
2007
2008 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2009
2010         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2011         expanding threads.
2012
2013 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nnir.el: Use the server names without suffixes (bug #7009).
2016
2017         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2018         unencrypted to STARTTLS, if possible.
2019
2020 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2021
2022         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2023         headers before superseding.
2024
2025 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * nnrss.el (nnrss-use-local): Add documentation.
2028
2029         * nnimap.el (nnimap-extend-tls-programs): New function.
2030         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2031         (nnimap-wait-for-connection): Accept the greeting from the stupid
2032         output from openssl s_client -starttls, too.
2033
2034         * tls.el (tls-starttls-switches): New variable.
2035         (tls-find-starttls-argument): Use it.
2036         (open-tls-stream): Ditto.
2037
2038         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2039         (netrc-machine): Ditto.
2040
2041         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2042         article number.
2043         (nnimap-split-fancy): New variable.
2044         (nnimap-split-incoming-mail): Use it.
2045
2046         * nntp.el (nntp-server-list-active-group): Document.
2047
2048         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2049         SELECT to get the message-id.
2050
2051         * mail-source.el (mail-sources): Remove webmail support.
2052         (defvar): Ditto.
2053         (mail-source-fetcher-alist): Ditto.
2054         (mail-source-fetch-webmail): Remove.
2055
2056         * webmail.el: Remove -- doesn't seem relevant any more.
2057
2058         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2059
2060         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2061         the \r.
2062
2063 2010-09-30  Julien Danjou  <julien@danjou.info>
2064
2065         * gnus-agent.el (gnus-agent-add-group): Fix call to
2066         gnus-completing-read.
2067
2068 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * nndoc.el (nndoc-retrieve-groups): New function.
2071
2072         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2073         `default', use nnmail-split-methods.
2074         (nnimap-request-article): Downcase the NILs so that they are nil.
2075
2076         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2077         symbol.
2078
2079         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2080         code, since if the user has requested network, that's what they ought
2081         to get.
2082         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2083         (nnimap-split-rule): Mark as obsolete.
2084
2085         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2086         New variable.
2087
2088         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2089         correct slot, too.
2090
2091 2010-09-29  Julien Danjou  <julien@danjou.info>
2092
2093         * gnus.el (gnus-local-domain): Declare variable obsolete.
2094
2095         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2096         Fix history computing.
2097         (gnus-ido-completing-read): Require ido.
2098
2099 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2102         build Gnus.
2103
2104         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2105         when interpreting the structures.
2106         (nnimap-request-accept-article): Add \r\n to the lines to make this
2107         work with Cyrus.
2108
2109         * nndraft.el (nndraft-request-expire-articles): Use the group name
2110         instead if "nndraft".  Fix found by Nils Ackermann.
2111
2112 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2113
2114         * nnregistry.el: Add.
2115
2116 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2117
2118         * nnmail.el (group, group-art-list, group-art):
2119         Remove unneeded directives.
2120
2121 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2124         (mm-mime-charset)
2125         * rfc2047.el (rfc2047-syntax-table)
2126         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2127
2128         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2129         rather than `insert-file-contents' and `eval-region'.
2130
2131         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2132         construction.
2133
2134         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2135
2136         * time-date.el: No need to require cl for Emacs 21.
2137
2138 2010-09-29  Julien Danjou  <julien@danjou.info>
2139
2140         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2141         replacement of `gnus-gravatar-relief' to mimic
2142         `gnus-faces-properties-alist'.
2143         Add :version property.
2144
2145 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * mail-source.el (mail-source-report-new-mail)
2148         * message.el (message-default-mail-headers)
2149         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2150
2151         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2152
2153 2010-09-28  Julien Danjou  <julien@danjou.info>
2154
2155         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2156         mail-address contains the same string as real-name.
2157
2158         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2159         non-blank in header, otherwise it'll get stripped.
2160
2161         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2162         real-name, and then for mail address rather than doing : or , search.
2163
2164 2010-09-27  Julien Danjou  <julien@danjou.info>
2165
2166         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2167         right completing-read function.
2168         (gnus-use-ido): New variable
2169         (gnus-completing-read-with-default): Remove.
2170         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2171         (gnus-agent-add-group):
2172         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2173         * mm-view.el (mm-view-pkcs7-decrypt):
2174         * mm-util.el (mm-codepage-setup):
2175         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2176         * mml-smime.el (mml-smime-openssl-sign-query):
2177         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2178         (mml-insert-multipart):
2179         * gnus-msg.el (gnus-summary-yank-message):
2180         * gnus-int.el (gnus-start-news-server):
2181         * mm-decode.el (mm-interactively-view-part):
2182         * gnus-dired.el (gnus-dired-attach):
2183         * gnus.el (gnus-read-method):
2184         * gnus-bookmark.el (gnus-bookmark-jump):
2185         * gnus-art.el (gnus-mime-view-part-as-type)
2186         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2187         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2188         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2189         * nnmairix.el (nnmairix-create-server-and-default-group)
2190         (nnmairix-update-groups, nnmairix-get-server)
2191         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2192         (nnmairix-get-group-from-file-path):
2193         * nnrss.el (nnrss-find-rss-via-syndic8):
2194         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2195         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2196         (gnus-group-browse-foreign-server):
2197         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2198         (gnus-summary-execute-command, gnus-summary-respool-article)
2199         (gnus-read-move-group-name):
2200         * gnus-score.el (gnus-summary-increase-score)
2201         (gnus-summary-score-effect):
2202         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2203
2204 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2207         x-focus-frame.
2208
2209         * nnimap.el (auth-source-forget-user-or-password)
2210         (auth-source-user-or-password): Autoload.
2211
2212         * message.el (message-from-style, message-interactive)
2213         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2214         (message-yank-prefix, message-indentation-spaces, message-signature)
2215         (message-signature-file): Add comment.
2216
2217 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2220         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2221         new articles.
2222
2223         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2224         parts.
2225         (nnimap-request-article): Work with the t setting, too.
2226
2227         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2228         that you don't get flashes of other buffers.
2229         (gnus-summary-show-complete-article): Intern before setting.
2230
2231 2010-09-27  David Engster  <dengste@eml.cc>
2232
2233         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2234         well as HEADERS.
2235         (nnmairix-retrieve-headers): Provide new argument for the above.
2236
2237 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * gnus-sum.el (gnus-summary-move-article): Don't alter
2240         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2241         group.
2242
2243         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2244
2245         * message.el (message-cite-prefix-regexp): Revert my last edit.
2246
2247         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2248         variable instead of the Gnus variable.
2249
2250         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2251
2252         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2253
2254         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2255         since some servers don't like it.
2256         (nnimap-open-connection): Forget credentials if the server says the
2257         password was wrong.
2258         (nnimap-parse-line): Protect against invalid data.
2259
2260         * gnus-sum.el (gnus-summary-move-article): Add comment.
2261         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2262         nothing alters it while scanning for new messages.
2263
2264         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2265         which may or may not help.
2266         (nnimap-open-connection): If we're doing a stream connection, and then
2267         discover we're on a STARTTLS-capable server, then open a STARTTLS
2268         connection instead.
2269
2270 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * nnimap.el (utf7): Require.
2273
2274         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2275         prefix.
2276
2277 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2278
2279         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2280
2281 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * nnimap.el (nnimap-request-accept-article): Message the error on
2284         error.
2285
2286 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2289
2290 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nndoc.el (nndoc-request-list): Return success always.
2293
2294         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2295         `fetch-old' -- we only want to fetch the articles we've requested.
2296         The rest are in the agent, probably.
2297         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2298         disappeared server" to something low.  It's not important.
2299
2300         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2301         arrived before the FETCH data.
2302
2303         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2304         target here, because we don't know the Gnus name of the group.
2305
2306         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2307         for the correct group.
2308
2309         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2310
2311         * gnus.el (gnus): Give a final warning after startup.
2312
2313         * gnus-util.el (gnus-action-message-log): New variable.
2314         (gnus-message): Use it.
2315         (gnus-final-warning): New function.
2316
2317         * nnimap.el (nnimap-open-connection): Record the greeting.
2318         (nnimap): Add greeting.
2319
2320 2010-09-26  Julien Danjou  <julien@danjou.info>
2321
2322         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2323         arguments.
2324         (gnus-html-wash-images): Fix spec computing to include start/end.
2325
2326         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2327
2328 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2331         deletion.
2332         (nnimap-retrieve-headers): Don't select the group, because that's
2333         already done by nnimap-possibly-change-group.
2334
2335         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2336         (gnus-picon-transform-address): Use it.
2337
2338         * mail-source.el (mail-source-value): Revert previous patch.
2339
2340         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2341         on failure.
2342         (nnimap-open-connection): Look up both virtual and physical server name
2343         credentials.
2344
2345         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2346
2347 2009-02-07  Dave Love  <fx@gnu.org>
2348
2349         * tls.el (open-tls-stream): Don't query killing process.
2350
2351 2009-02-08  Dave Love  <fx@gnu.org>
2352
2353         * gnus-win.el (gnus-window-to-buffer-helper)
2354         (gnus-all-windows-visible-p): Function needn't be a symbol.
2355
2356         * mail-source.el (mail-source-value): Function needn't be a symbol.
2357
2358 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * message.el (message-cite-prefix-regexp): Remove } from the cite
2361         prefix.
2362
2363         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2364         highlight again, so that the highlight is correct.
2365
2366         * gnus-picon.el (gnus-picon): Remove again.
2367         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2368
2369         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2370         doing the header highlightling, so that the background colour of the
2371         picon is correct.
2372
2373         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2374         (gnus-picon): Ditto.
2375         (gnus-picon): Reinstate.  The background colour for picons is white.
2376         (gnus-picon-insert-glyph): Make the background white.
2377
2378         * nnml.el (nnml-open-nov): Don't return dead buffers.
2379
2380         * auth-source.el (auth-source-create): Query the user for whether to
2381         store the credentials.
2382
2383         * netrc.el (netrc-store-data): New function.
2384
2385         * auth-source.el (auth-source-user-or-password): Use the existing auth
2386         sources, if any, for creation.
2387
2388         * gnus.el (gnus-group-fast-parameter): Return the last matching
2389         parameter instead of the first matching parameter.
2390
2391 2010-09-26  Julien Danjou  <julien@danjou.info>
2392
2393         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2394
2395 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * mml2015.el (mml2015-use): Remove gpg support.
2398
2399         * mml1991.el (mml1991-function-alist): Remove gpg function.
2400         (mml1991-gpg-sign): Remove.
2401
2402 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2403
2404         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2405         (gnus-browse-unsubscribe-current-group): Document it.
2406         (gnus-browse-unsubscribe-group): Use it.
2407
2408 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2411         address to the To list for easier response.
2412
2413         * gnus.el (gnus-play-startup-jingle): Remove.
2414         (gnus-splash): Don't play jingle.
2415         (gnus): Silence gnus-load message.
2416
2417         * gnus-art.el (gnus-treat-play-sounds): Remove.
2418
2419         * gnus.el (gnus-play-jingle): Remove audio support.
2420
2421         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2422
2423         * earcon.el: Remove -- no users.
2424
2425         * gnus-audio.el: Remove -- no users of this package.
2426
2427         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2428
2429         * gnus-start.el (gnus-setup-news): Remove nocem support.
2430
2431         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2432
2433         * gnus.el (gnus-use-nocem): Remove.
2434
2435         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2436         Remove.
2437
2438         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2439         uses NoCeM any more.
2440
2441         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2442         (gnus-button-ctan-handler): Ditto.
2443         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2444         (gnus-button-ctan-directory-regexp): Ditto.
2445         (gnus-button-handle-ctan): Ditto.
2446         (gnus-button-tex-level): Ditto.
2447         (gnus-button-alist): Remove CTAN stuff.
2448
2449 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2452         nnimap-streaming test.
2453
2454         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2455         servers twice.
2456
2457         * nnimap.el (nnimap-open-connection): Add more error reporting when
2458         nnimap fails early.
2459
2460         * nnheader.el (nnheader-get-report-string): New function.
2461         (nnheader-get-report): Use it.
2462
2463         * gnus-int.el (gnus-check-server): Say what the error was when opening
2464         failed.
2465
2466         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2467         using streaming.
2468
2469 2010-09-25  Julien Danjou  <julien@danjou.info>
2470
2471         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2472         gnus-window-inside-pixel-edges.
2473
2474 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2477
2478         * mm-decode.el (mm-save-part): Allow saving to other directories the
2479         normal Emacs way.
2480
2481         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2482         Suggested by Jay Berkenbilt.
2483
2484         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2485         there isn't a single byte.
2486
2487         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2488         just do it.  It doesn't really seem to matter what the user responds
2489         here, I think, so it's just a confusing question.
2490
2491         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2492         non-streaming case.
2493
2494         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2495         (gnus-article-encrypt-body): Use it.
2496
2497         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2498         keystroke.
2499
2500         * nnimap.el (nnimap-find-wanted-parts-1):
2501         Use gnus-fetch-partial-articles.
2502
2503         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2504
2505         * nnimap.el (nnimap-insert-partial-structure): New function.
2506         (nnimap-get-partial-article): New function.
2507         (nnimap-request-article): Use it.
2508         (nnimap-wait-for-response): Return whether the wait was successful.
2509         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2510         retrieval wasn't successful.
2511         (nnimap-retrieve-group-data-early): Allow throttling servers.
2512         (nnimap-streaming): New variable.
2513         (nnimap-fetch-partial-articles): Remove.
2514
2515         * mm-decode.el (mm-with-part): Protect against killed buffers.
2516
2517         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2518         for prettier summary display.
2519
2520 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2521
2522         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2523
2524 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2527         apparently third-party libraries depend on it.
2528
2529         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2530         before starting negotiation.
2531
2532         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2533         privacy reasons.
2534         (gnus-treat-mail-gravatar): Ditto.
2535
2536         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2537         buffer when inserting images.  Inserting text into the headers, for
2538         instance, can make them invalid.
2539
2540 2010-09-25  Julien Danjou  <julien@danjou.info>
2541
2542         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2543         variables.
2544
2545         * nnheader.el: Remove useless variables news-reply-yank-from and
2546         news-reply-yank-message-id.
2547
2548         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2549         variables.
2550
2551         * mml1991.el: Remove useless mml1991-verbose.
2552
2553         * gnus.el: Remove useless variable gnus-use-generic-from.
2554         Remove obsolete variable gnus-topic-indentation.
2555
2556         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2557
2558         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2559
2560         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2561
2562         * gnus-group.el: Remove useless gnus-group-icon-cache.
2563         Remove useless gnus-ephemeral-group-server.
2564
2565         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2566
2567         * mml2015.el: Remove useless mml2015-verbose.
2568
2569         * mml-smime.el: Remove useless mml-smime-verbose.
2570
2571         * gnus.el: Remove useless gnus-local-domain.
2572
2573         * gnus-gravatar.el (gnus-gravatar-transform-address):
2574         Use gnus-gravatar-size.
2575
2576         * gnus-art.el: Remove useless gnus-treat-translate.
2577
2578 2010-09-24  Julien Danjou  <julien@danjou.info>
2579
2580         * gnus-sum.el: Add support for Gravatars.
2581
2582         * gnus-art.el: Add support for Gravatars.
2583
2584         * gnus-gravatar.el: Add this file.
2585
2586         * gravatar.el: Add this file.
2587
2588 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2591
2592         * gnus-group.el (gnus-group-fetch-faq): Remove.
2593
2594         * gnus.el (gnus-group-faq-directory): Remove.
2595
2596         * gnus-group.el (gnus-group-fetch-charter): Remove.
2597
2598         * gnus.el (gnus-group-charter-alist): Remove.
2599
2600         * gnus-group.el (gnus-group-archive-directory): Remove.
2601         (gnus-group-recent-archive-directory): Ditto.
2602         (gnus-group-make-archive-group): Remove.
2603
2604         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2605
2606         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2607         use the same article number for all the cached articles.
2608
2609         * nnimap.el (nnimap-command): Register the last command time so
2610         that we can use it for idling NOOPs.
2611         (nnimap-open-connection): Start the keeplive timer.
2612         (nnimap-make-process-buffer): Store all the process buffers.
2613         (nnimap-keepalive): New function.
2614
2615         * starttls.el (starttls-open-stream): Add autoload cookie.
2616
2617 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2618
2619         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2620         handling.
2621
2622 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2625         its data structures.
2626
2627         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2628         instead of the cl.el copy-list.
2629         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2630         equalp.
2631
2632 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2635         and tool-bar-local-item-from-menu.
2636
2637         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2638         mode-line-highlight face for Emacs.
2639
2640         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2641         loading gnus-sum.elc; fix comment for canlock-verify.
2642         (gnus-article-jump-to-part): Use read-number.
2643         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2644         Remove Emacs pre-21 compatible code for help-echo.
2645         (gnus-article-next-page-1): No need to adjust the number of lines.
2646         (gnus-article-describe-bindings): Always use help-buffer.
2647
2648         * gnus-audio.el (gnus-audio-inline-sound)
2649         * gnus-cus.el (gnus-custom-mode)
2650         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2651
2652         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2653
2654         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2655         compatible code.
2656
2657 2010-09-24  Glenn Morris  <rgm@gnu.org>
2658
2659         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2660         visiting the fcc file in rmail-mode.
2661
2662         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2663
2664 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * nnir.el: Silence the byte compiler.
2667
2668         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2669         alias to browse-url-url-encode-chars if any.
2670         (gnus-html-encode-url): Use it.
2671
2672 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-start.el (gnus-use-backend-marks): New variable.
2675         (gnus-get-unread-articles-in-group): Use it.
2676
2677         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2678         makeover.
2679
2680 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2681
2682         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2683
2684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2687         Remove.
2688         (gnus-setup-news-hook):
2689         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2690
2691         * gnus-int.el (gnus-request-update-info): Protect against backends not
2692         having the function.
2693
2694         * nnimap.el (nnimap-stream): Mention starttls.
2695         (nnimap-open-connection): Add starttls support.
2696
2697 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2698
2699         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2700
2701 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2704         BODYSTRUCTUREs.
2705         (nnimap-transform-headers): Unfold quoted {42} headers.
2706
2707         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2708         the info.
2709         (gnus-get-unread-articles): Only call updatep on backends that support
2710         it.
2711
2712         * nnweb.el (nnweb-request-update-info): NOOP.
2713
2714         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2715
2716         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2717         since it only deals with marks.
2718
2719         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2720         gnus-request-marks, and make a new gnus-request-update-info.
2721
2722         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2723         the active instead of the high number, which is usually too low.
2724
2725 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2728         * encrypt.el: Remove.
2729
2730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2733         server in symbolic form.
2734
2735         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2736
2737 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2740         (nnimap-update-info): Fix up code slightly.
2741
2742         * gnus-int.el (gnus-open-server): Add tracing for performance
2743         debugging.
2744
2745         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2746         (gnus-group-insert-group-line): Pass the real group name so that it
2747         gets the right data.
2748
2749         * gnus-start.el (gnus-get-unread-articles): Don't have
2750         `gnus-get-unread-articles-in-group' update info, since that can be
2751         really slow and doesn't seem to be needed?
2752
2753 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2754
2755         * time-date.el (date-to-time): Try using parse-time-string first before
2756         using the slower timezone-make-date-arpa-standard.
2757
2758 2010-09-22  Julien Danjou  <julien@danjou.info>
2759
2760         * gnus-group.el (gnus-group-insert-group-line):
2761         Call gnus-group-highlight-line.
2762         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2763         default hook list.
2764         (gnus-group-update-eval-form): Add new function.
2765         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2766         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2767
2768 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2771         immediate, then expire all articles.
2772         (nnimap-update-info): Fix off-by-one errors.
2773         (nnimap-flags-to-marks): Would return no marks lists for group with no
2774         flags.  Instead return the other data.
2775
2776 2010-09-22  Julien Danjou  <julien@danjou.info>
2777
2778         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2779         Only return an icon.
2780         (gnus-group-insert-group-line): Compute icon to return.
2781
2782         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2783         (gnus-html-image-fetched): Only cache if
2784         gnus-html-image-automatic-caching is set.
2785         (gnus-html-image-fetched): Check for errors.
2786
2787 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2790         once per method on `g'.  This ensures that backends like nnfolder don't
2791         open all their folders.
2792
2793         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2794         (nnimap-request-list): Nix out group in the correct buffer.
2795         (nnimap-parse-flags): Implement by using `read' instead of
2796         hand-parsing.
2797         (nnimap-flags-to-marks): Pass on permanent-flags.
2798         (nnimap-make-process-buffer): Record the server name.
2799         (nnimap-parse-flags): Fix typo.
2800         (nnimap-request-scan): Run split on the server in general, not just a
2801         single group.
2802
2803         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2804         parameter, and propagate this downwards.
2805
2806         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2807         since EXAMINE changes it on the server.
2808
2809         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2810         this command might take a while.
2811
2812 2010-09-22  Julien Danjou  <julien@danjou.info>
2813
2814         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2815         harmful if you have 2 images side-by-side, they can't be properly
2816         update on text deletion.  Using text-property is safer here.
2817         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2818         data.
2819
2820 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * nnimap.el (nnimap-expunge-inbox): Remove.
2823         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2824         (nnimap-expunge): Flip default to t.
2825
2826         * gnus.el (gnus-method-to-server): Don't push things to the cache
2827         unless it's unique.
2828         (gnus-server-to-method): Ditto.
2829
2830 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2833
2834 2010-09-22  Julien Danjou  <julien@danjou.info>
2835
2836         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2837         get the start of data.
2838         (gnus-html-encode-url): Add this function to encode special chars in
2839         URL.
2840         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2841         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2842
2843         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2844         default.
2845         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2846
2847         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2848         images alt-text.
2849         (gnus-html-put-image): Put alt-text as help-echo.
2850
2851 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2854         * mm-util.el (mm-decompress-buffer)
2855         * nnir.el (nnir-run-find-grep)
2856         * pop3.el (pop3-list): Use 3rd arg of split-string.
2857
2858         * time-date.el (format-seconds): Comment fix.
2859
2860         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2861         and byte-optimize-form-code-walker.
2862         (dgnushack-make-auto-load): Don't advise make-autoload.
2863
2864         * lpath.el: Remove Emacs 21 stuff.
2865
2866 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2869         outside the active range.  Suggested by Dan Christensen.
2870
2871         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2872         slightly later to avoid double-getting it.
2873
2874         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2875         previous patch.
2876
2877         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2878
2879 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2880
2881         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2882
2883 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-int.el (gnus-open-server): Give a better error message in the
2886         "go offline" case.
2887
2888         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2889         marks for nnimap, which is seldom the right thing to do.
2890
2891         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2892         (gnus-same-method-different-name): New function.
2893
2894         * nnimap.el (parse-time): Require.
2895
2896         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2897         method in the presence of many similar methods.
2898
2899         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2900
2901         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2902         nnml-inhibit-expiry.
2903
2904         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2905         find out whether methods are equal.
2906
2907         * nnimap.el (nnimap-find-expired-articles): New function.
2908         (nnimap-process-expiry-targets): New function.
2909         (nnimap-request-move-article): Request the article before looking at
2910         what the Message-ID is.  Fix found by Andrew Cohen.
2911         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2912
2913         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2914         for oldness in addition to being a predicate.
2915
2916         * nnimap.el (nnimap-request-group): When we have zero articles, return
2917         the right data to Gnus.
2918         (nnimap-request-expire-articles): Only delete articles immediately if
2919         the target is 'delete.
2920
2921         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2922         method, this would bug out.
2923
2924         * gnus-group.el (gnus-group-expunge-group): Rename from
2925         gnus-group-nnimap-expunge, and implemented as a normal interface
2926         function.
2927
2928         * gnus-int.el (gnus-request-expunge-group): New function.
2929
2930         * nnimap.el (nnimap-request-create-group): Implement.
2931         (nnimap-request-expunge-group): New function.
2932
2933 2010-09-21  Julien Danjou  <julien@danjou.info>
2934
2935         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2936         (gnus-html-cache-expired): Add new function.
2937         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2938         wethever we should display image for fetch it.
2939         Compute alt-text earlier to pass it to the fetching function too.
2940         (gnus-html-schedule-image-fetching): Change function argument to only
2941         get one image at a time, not a list.
2942         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2943         cache.
2944         (gnus-html-get-image-data): New function to retrieve image data from
2945         cache.
2946         (gnus-html-put-image): Change buffer argument to use image data rather
2947         than file, and place image above region rather than inserting a new
2948         one.  Do not take alt-text as argument, since it's useless now: we place
2949         the image above alt-text.
2950         (gnus-html-prune-cache): Remove.
2951         (gnus-html-show-images): Start to fetch image when we find one, do not
2952         push into a temporary list.
2953         (gnus-html-prefetch-images): Only fetch image if they have expired.
2954         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2955         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2956
2957 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2960
2961 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2964         spec inser "*" if the group isn't active instead of 0.
2965
2966         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2967         opening the server.
2968         (nnimap-request-delete-group): Implement group deletion.
2969         (nnimap-transform-headers): Return the size of the entire message in
2970         the Bytes header, not just the size of the first part.
2971         (nnimap-request-move-article): When moving an article from nnimap,
2972         request the article first so the accepting form has an article to
2973         accept.  Reported by Dan Christensen.
2974         (nnimap-command): Make sure that the error message doesn't error out.
2975
2976 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2977
2978         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2979         we haven't requested anything.
2980
2981 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2984         "".  Fix found by Andrew Cohen.
2985
2986         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2987         instead of -encode-string.
2988
2989 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2992
2993         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2994         by mm-subst-char-in-string.
2995
2996 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2999         waiting for the connection string.
3000
3001         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3002         arriving.
3003
3004         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3005         bogus characters.  This allows selecting certain Gmail groups.
3006
3007         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3008         (nnimap-fetch-partial-articles): New variable.
3009         (nnimap-open-connection): When looking for credentials, also use the
3010         nnimap-server-port.
3011         (nnimap-request-article): Return the group/article number, so that Gnus
3012         `^' works as expected.
3013         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3014
3015         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3016         comments.
3017         (gnus-methods-sloppily-equal): New function.
3018         (gnus): When using the development version of Gnus, load the gnus-load
3019         file.
3020
3021         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3022         `gnus-open-server' on each method before trying to scan them etc.
3023         This ensures that all the backend parameters are set correctly.
3024
3025         * nnimap.el (nnimap-authenticator): New variable.
3026         (nnimap-open-connection): Allow anonymous login.
3027         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3028         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3029
3030         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3031         patch, found by Knut Anders Hatlen.
3032
3033 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3034
3035         * gnus-agent.el (gnus-agent-batch-confirmation)
3036         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3037         to gnus-message.
3038         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3039         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3040         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3041         * gnus-int.el (gnus-open-server): Likewise.
3042         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3043         (gnus-score-check-syntax): Likewise.
3044         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3045         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3046         Likewise.
3047         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3048
3049 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3052         calling conventions so that prefetch doesn't bug out.
3053
3054 2010-09-19  Julien Danjou  <julien@danjou.info>
3055
3056         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3057         rather than `subst-char-in-region' in order to be able to replace ASCII
3058         char by UTF-8 ones.
3059
3060         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3061         than curl.
3062         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3063         the right URL and ALT text on images.
3064         (gnus-html-wash-tags): Fix tag case.
3065         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3066         (gnus-article-html): Add -o display_ins_del=2 option.
3067         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3068
3069 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3072         the extra mail headers, which sometimes seem to happen for unknown
3073         reasons.
3074
3075         * mail-parse.el (mail-header-encode-parameter): Define as
3076         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3077         (or most, perhaps?) mail readers don't understand the latter, but do
3078         understand the former.
3079
3080         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3081         to nil, so that no methods are automatically agentized.  I think this
3082         is probably what most users want.
3083
3084         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3085         from url-retrieve, for instance about invalid URLs.
3086
3087         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3088         groups that have no articles.
3089         (nnimap-request-article): Check that we really got an article when we
3090         requested one.
3091
3092         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3093         doesn't exist.
3094
3095         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3096         nntp buffer so the agent can save it.
3097         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3098         that CRLF doesn't get translated to \n.
3099         (nnimap-open-connection): Don't make 'shell commands only send \n.
3100
3101 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3102
3103         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3104         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3105         Update var name.
3106         (nnml-generate-nov-file): Use dolist.
3107         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3108         Use with-current-buffer.
3109
3110 2010-09-18  Julien Danjou  <julien@danjou.info>
3111
3112         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3113         parallel.
3114
3115 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3118         the range update right.
3119         (nnimap-request-group): Don't make `M-g' bug out on group with no
3120         marks.
3121         (nnoo): Require, so that other packages can require nnimap.
3122         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3123         command we're looking for.  This helps when the server sends more
3124         responses after we've gotten everything we expected.
3125         (nnimap): Add a `newlinep' field to keep track of end-of-line
3126         conventions.
3127         Don't send CRLF to things that don't want it.
3128         (nnimap-request-accept-article): Ditto.
3129
3130 2010-09-18  Julien Danjou  <julien@danjou.info>
3131
3132         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3133         than curl to retrieve images.
3134
3135 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3138         the marks.
3139         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3140         (nnimap-wait-for-connection): New function.
3141         (nnimap-open-connection): If we have PREAUTH, don't query for login
3142         credentials.
3143         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3144         when doing a partial update.
3145
3146 2010-09-18  Julien Danjou  <julien@danjou.info>
3147
3148         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3149         tags.
3150
3151 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * nnimap.el (nnimap-credentials): New function.
3154         (nnimap-open-connection): Use the new function to look for credentials
3155         also on the numeric equivalents of "imap" and "imaps".
3156
3157         * gnus-start.el (gnus-activate-group): Send the info to
3158         gnus-request-group.
3159
3160         * nnimap.el (nnimap-request-group): Have the "check" version of the
3161         function parse flags and update the info, so that a `M-g' get a total
3162         resync of all flags from the group.
3163
3164         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3165         to allow backends to alter the info on group selection.  Also alter all
3166         the backend -request-group functions to take the parameter.
3167
3168         * nnimap.el (nnimap-store-info): New function.
3169         (nnimap-update-info): Store the info for later usage.
3170         (nnimap-request-group): Use the stored info for the dont-check case, so
3171         that we don't retrieve all marks when we enter a group.
3172
3173         * nnimap.el: Use deffoo instead of defun for interface functions.
3174
3175         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3176         update the group info.  This makes the nndraft groups, for instance, go
3177         back to their old behaviour.
3178
3179         * gnus-sum.el (gnus-select-newsgroup): Indent.
3180
3181         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3182         in.
3183         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3184         nothing.
3185
3186         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3187         from methods that are denied.
3188
3189         * gnus-int.el (gnus-method-denied-p): New function.
3190
3191         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3192         store the password instead of netrc.
3193         (nnimap-open-connection): Don't error out when we can't make a
3194         connections.
3195
3196         * auth-source.el (auth-source-create): In the password prompt, say what
3197         we're querying for.  Also prompt for user name if that hasn't been
3198         given.
3199
3200         * nnimap.el (nnimap-with-process-buffer): Remove.
3201
3202 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3205         method when we're reading from the agent.
3206
3207         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3208
3209         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3210         that's probably most useful for users.
3211
3212         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3213         "failed" all the time.
3214
3215         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3216         ...)) with (with-current-buffer ... ).
3217
3218         * nntp.el (nntp-open-server): Return whether the open was successful or
3219         not.
3220
3221         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3222         select an unread unseen article first.
3223
3224         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3225         /etc/services, supply some sensible port defaults.
3226
3227         * dgnushack.el: Define netrc-credentials.
3228
3229 2010-09-17  Julien Danjou  <julien@danjou.info>
3230
3231         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3232
3233 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3234
3235         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3236         doesn't have any parameters.
3237
3238 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3241         only upcased checks.
3242
3243         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3244
3245         * nnimap.el (nnimap-open-shell-stream): New function.
3246         (nnimap-open-connection): Use it.
3247         (nnimap-transform-headers): Get the number of lines in each message.
3248         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3249         number of lines.
3250         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3251         problem.
3252
3253         * utf7.el (utf7-encode): Autoload.
3254
3255         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3256         to allow the mail splitting to not return a default group.  This is
3257         useful for nnimap, which will leave unmatched mail in the inbox.
3258
3259         * nnimap.el: Rewritten.
3260
3261         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3262         nnimap usage.
3263
3264         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3265         if the move is internal, so that nnimap can do fast internal moves.
3266
3267         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3268         data.
3269         (gnus-read-active-for-groups): Support finishing the early retrieval of
3270         data.
3271
3272         * gnus-range.el (gnus-range-nconcat): New function.
3273
3274         * gnus-int.el (gnus-finish-retrieve-group-infos)
3275         (gnus-retrieve-group-data-early): New functions.
3276
3277 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3278
3279         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3280         (nnrss-retrieve-groups):
3281         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3282         (pop3-quit): Use with-current-buffer.
3283
3284 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3287         instead of nnheader-accept-process-output.
3288
3289         * dgnushack.el (dgnushack-compile): Add comment.
3290
3291         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3292
3293         * gnus-html.el (gnus-html-schedule-image-fetching)
3294         (gnus-html-prefetch-images): Replace process-kill-without-query by
3295         gnus-set-process-query-on-exit-flag.
3296
3297 2010-09-16  Romain Francoise  <romain@orebokech.com>
3298
3299         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3300
3301 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3304         parameter to unintern is mandatory-ish in Emacs 24.
3305
3306         * gnus-html.el (gnus-html-schedule-image-fetching)
3307         (gnus-html-prefetch-images): Check for curl before using it.
3308
3309         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3310         depend on curl, which isn't essential.
3311
3312         * imap.el: Revert back to version
3313         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3314         seem problematic.
3315
3316 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3317
3318         * gnus-registry.el (gnus-registry-install-shortcuts):
3319         Explicitly pass `obarray' to `unintern' to avoid a warning.
3320
3321 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3324         change.
3325
3326         * nnrss.el (nnrss-request-list): Remove this function and related
3327         functions, including the moreover stuff.
3328
3329 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * nnrss.el (nnrss-retrieve-groups): New function.
3332
3333 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3334
3335         * .dir-locals.el: Add no-byte-compile cookie.
3336
3337 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * time-date.el (format-seconds): Comment fix.
3340
3341         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3342         for back end that doesn't support request-scan.
3343
3344 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3347         then do request scans from the backends.
3348
3349         * netrc.el (netrc-credentials): New conveniency function.
3350
3351         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3352         avoid running a hook per line, since this takes a lot of time,
3353         profiling shows.
3354         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3355         directly if gnus-visual-p is true.
3356
3357 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3360         groups; replace mapcar with dolist which is a bit faster; pass groups
3361         info to gnus-read-active-file-1.
3362         (gnus-read-active-file-1): Scan only specified groups if the new
3363         optional arg `infos' is given.
3364
3365 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3368
3369         * pop3.el (pop3-movemail): Remove.
3370         (pop3-streaming-movemail): Rename to pop3-movemail.
3371
3372         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3373         don't restrict end-tag searches to the end of the line.
3374
3375 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3378         articles of every unchecked group to t, which means unknown since the
3379         server has never been opened.
3380
3381 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-html.el (gnus-html-show-alt-text): New command.
3384         (gnus-html-browse-image): Ditto.
3385         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3386         to browse the image directly.
3387         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3388         better.
3389
3390         * gnus-async.el (gnus-async-article-callback):
3391         Call `gnus-html-prefetch-images' unconditionally.
3392
3393         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3394         before feeding URLs to curl.
3395
3396 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3399         internal images as deletable by `W D D'.
3400
3401         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3402         (gnus-async-article-callback): Fix typo.
3403
3404 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3407         current line to work around bugs in the output from w3m.
3408
3409         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3410         for groups that want that.
3411
3412         * nntp.el (nntp-wait-for-string): Supply a timeout for
3413         accept-process-output to ensure progress.
3414
3415         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3416         level to get unread articles from, then use that for foreign groups,
3417         too.
3418
3419         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3420         confuses the rest of the function.
3421
3422         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3423         for the methods that support -retrieve-groups, too.
3424
3425         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3426
3427 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3430         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3431
3432         * pop3.el: Require cl when compiling.
3433         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3434
3435 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3438         that aren't going to be activated.
3439         (gnus-get-unread-articles): Fix up the last commit.
3440
3441         * gnus-html.el (gnus-article-html): Allow calling without specifying
3442         the handle.  In that case, dissect the buffer first.
3443
3444         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3445
3446         * nnimap.el (nnimap-open-connection): Revert the change that would look
3447         into authinfo for imaps instead of imap.
3448
3449         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3450         say that you don't want to call gnus-request-group with don-check, but
3451         do check the reponse.  This is for virtual groups only.
3452         (gnus-get-unread-articles): Count the archive groups as secondary, so
3453         that they're activated the same way as before.
3454
3455         * imap.el (imap-message-map): Removed optional buffer parameter, since
3456         no callers use it.
3457         (imap-message-get): Ditto.
3458         (imap-message-put): Ditto.
3459         (imap-mailbox-map): Ditto.
3460         (imap-mailbox-put): Ditto.
3461         (imap-mailbox-get): Ditto.
3462         (imap-mailbox-get): Revert last change for this function.
3463
3464         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3465         case-insensitively.
3466         (nnimap-debug): Remove.
3467
3468         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3469         to use `imap-fetch' instead.  According to the comments, this should be
3470         safe, since all other IMAP clients use the 1:* syntax.
3471         (imap-enable-exchange-bug-workaround): Removed.
3472         (imap-debug): Removed -- doesn't seem very useful.
3473
3474         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3475         mail from a file, and the file doesn't exist.
3476
3477         * imap.el (imap-log): New convenience function used throughout instead
3478         of repeating the same code all over the place.
3479
3480         * pop3.el (pop3-streaming-movemail): Return t for success.
3481
3482         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3483         .authinfo if we're using ssl connection.
3484
3485         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3486         already have if we're in a main Gnus `g' run.
3487
3488         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3489
3490 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3493
3494         * nnmh.el (nnmh-request-list-1): Bind `file'.
3495
3496         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3497         alias to set-process-query-on-exit-flag or process-kill-without-query.
3498         (pop3-open-server): Use it.
3499
3500 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3503         box to the Incoming file.  Fixes mistake in previous checkin.
3504
3505         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3506         request loop (for debugging purposes) removed.
3507
3508         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3509         culprit is more visible.
3510         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3511         (nnml-add-incremental-nov): New functions to do "incremental" nov
3512         updates, where we just append to the end of the existing nov files
3513         without reading/writing them in full.
3514
3515         * mail-source.el (mail-source-delete-crash-box): Really only check the
3516         incoming files once in a while.
3517
3518         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3519
3520         * mail-source.el (mail-source-delete-crash-box): Only check the
3521         incoming files for deletion once per day to save a lot of file
3522         accesses.
3523
3524         * pop3.el (pop3-logon): Fix up unbound variable typo.
3525
3526         * mail-source.el (pop3-streaming-movemail): Autoload.
3527
3528         * pop3.el (pop3-streaming-movemail):
3529         Respect pop3-leave-mail-on-server.
3530
3531         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3532         retrieval.
3533
3534         * pop3.el (pop3-process-filter): Remove unused function.
3535         (pop3-streaming-movemail, pop3-send-streaming-command)
3536         (pop3-wait-for-messages, pop3-write-to-file)
3537         (pop3-number-of-responses): New functions for streaming pop3
3538         retrieval.
3539
3540         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3541         come from no known methods.
3542         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3543         list.
3544
3545         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3546         message sizes.
3547         (pop3-movemail): Use erase-buffer instead of looping and deleting
3548         regions, which seems rather odd.
3549
3550         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3551         file once per `g' run.
3552
3553         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3554         directories.  This makes the draft queue directory work.
3555
3556         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3557         data from the backends, so that we only request the list of groups from
3558         each method once.  This should speed things up considerably.
3559
3560         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3561         detect that it's not implemented.
3562
3563         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3564         we actually do recurse down into the tree, but don't stat all leaf
3565         nodes.
3566
3567         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3568         then say so instead of bugging out.
3569
3570         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3571         files exist before trying to read them.
3572
3573         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3574         around <pre_int>.
3575
3576         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3577
3578         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3579
3580 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * mm-util.el (mm-image-load-path): Just return the image directories,
3583         not all directories in the path in addition to the image directories.
3584         (mm-image-load-path): Maintain a cache of the image directories so that
3585         the `g' command in Gnus doesn't have to stat dozens of directories each
3586         time.
3587
3588         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3589         (gnus-html-wash-tags): Add a new `i' command to insert images.
3590         (gnus-html-insert-image): New command and keystroke.
3591         (gnus-html-redisplay-with-images): New command and keystroke.
3592         (gnus-html-show-images): Rename command.
3593         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3594         spacers.
3595         (gnus-html-wash-tags): Decode entities at the end, so that entities
3596         inside the tags don't mess up the rest of the "parsing".
3597
3598         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3599         so that nnimap methods aren't agentized by default.  There's apparently
3600         many problems related to agent/imap behaviour.
3601
3602         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3603
3604         * gnus-html.el: Doc fix.
3605
3606 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3609         specifier-spec-list for Emacs 21.
3610
3611         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3612         glyph-width and glyph-height instead of display-graphic-p and
3613         image-size; make avoidance of displaying small images work for XEmacs.
3614
3615         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3616         for XEmacs.
3617
3618         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3619         of symbol that holds plist data.
3620         (gnus-process-plist): Remove plist of process after getting it.
3621
3622 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * message.el (message-generate-hashcash): Change default to
3625         'opportunistic if hashcash is installed.
3626
3627         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3628         (gnus-html-put-image): Only call image-size once, since it's somewhat
3629         time-consuming on remote X servers.
3630
3631 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3634         type on data, not a file name.
3635
3636         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3637         window-pixel-edges for Emacs 21.
3638
3639         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3640         decoded contents.
3641         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3642
3643 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3646         group line format, since it isn't very interesting.
3647
3648         * gnus-agent.el (gnus-agent-short-article),
3649         (gnus-agent-long-article): Increase values for these two variables,
3650         since most people are likely to have more network connection and
3651         storage than before.
3652
3653         * gnus.el (gnus-refer-article-method): Change default to 'current.
3654         When referring an article, the common behaviour is to refer it from the
3655         current select method, not the native select method.  The chances of
3656         the native select method having the message in question is rather slim
3657         these days.
3658
3659         * gnus-sum.el (gnus-auto-select-subject): Change default to
3660         `unseen-or-unread'.  I think it's likely that most people want to
3661         select an unseen article over a previously seen, but unread one.
3662
3663         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3664         means that in the article buffer none of the minor mode elements will
3665         be shown, usually, and this is not desirable in most cases.
3666
3667         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3668         that commands like `d' (and the like) go to the next line in the
3669         buffer, instead of the next unread article.  I think this is the
3670         behaviour that is most natural for most users.
3671         (gnus-single-article-buffer): Change default to nil, so that people can
3672         have as many article buffers open as they have summary buffer.  I think
3673         this is the most natural way for the groups to behave.
3674
3675         * message.el (message-generate-new-buffers): Change default to
3676         `unsent', so that all new message buffers start their names with the
3677         string "*unsent", and it's easier to find the buffers if you move from
3678         them.
3679
3680 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3683         small.  They're probably tracking images.
3684         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3685         (gnus-html-rescale-image): Yet another try at getting the image sizing
3686         right.
3687
3688         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3689         nntp-marks-file-name is nil.
3690
3691 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * gnus-html.el (gnus-html-wash-tags)
3694         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3695         Better logging.
3696
3697 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3700
3701         * gnus-html.el (gnus-html-wash-tags): Check the value of
3702         gnus-blocked-images in the summary buffer.
3703
3704 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3705
3706         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3707
3708 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3711         like "a", it seems like.
3712         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3713         since it needs to be picked from the correct buffer.
3714
3715         * nnwfm.el: Remove.
3716
3717         * nnlistserv.el: Remove.
3718
3719 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3722         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3723
3724 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * nnkiboze.el: Remove.
3727
3728         * nndb.el: Remove.
3729
3730         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3731         alt text.
3732         (gnus-html-rescale-image): Try to get the rescaling logic right for
3733         images that are just wide and not tall.
3734
3735         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3736         overshadow variable bindings.
3737
3738 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3739
3740         * gnus-html.el (gnus-html-wash-tags)
3741         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3742         Add extra logging.
3743
3744 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3747         (gnus-max-image-proportion): New variable.
3748         (gnus-html-rescale-image): New function.
3749         (gnus-html-put-image): Rescale images.
3750
3751 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3752
3753         Fix up some byte-compiler warnings.
3754         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3755         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3756         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3757         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3758         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3759         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3760         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3761
3762 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-html.el (gnus-article-html): Decode contents by charset.
3765
3766 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3769         (gnus-html-frame-width, gnus-blocked-images)
3770         * message.el (message-prune-recipient-rules): Add custom version.
3771         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3772
3773         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3774         functions.
3775
3776         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3777         gnus-process-get.
3778
3779 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3780
3781         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3782         instead of lsub directly.
3783
3784 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * nnwarchive.el: Remove.
3787
3788         * gnus-soup.el: Remove.
3789
3790         * nnsoup.el: Remove.
3791
3792         * nnultimate.el: Remove.
3793
3794         * gnus-html.el (gnus-blocked-images): New variable.
3795
3796         * message.el (message-prune-recipients): New function.
3797         (message-prune-recipient-rules): New variable.
3798
3799         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3800         guess whether a long line is natural text or not.
3801
3802         * gnus-html.el (gnus-html-schedule-image-fetching):
3803         Use gnus-process-plist and friends for compatibility.
3804
3805 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3806
3807         * gnus-html.el: Require packages that define macros used in this file.
3808         (gnus-article-mouse-face): Declare to silence byte-compiler.
3809         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3810         process-get.
3811         (gnus-html-put-image): Use plist-get to avoid getf.
3812         (gnus-html-prefetch-images): Use with-current-buffer.
3813
3814 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * gnus-ems.el: Provide compatibility functions for
3817         gnus-set-process-plist.
3818
3819         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3820         header-line-format for XEmacs 21.4.
3821
3822         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3823         * gnus.el (gnus-valid-select-methods)
3824         * message.el (message-send-mail-partially-limit)
3825         * mm-decode.el (mm-text-html-renderer)
3826         * mml.el (mml-insert-mime-headers-always)
3827         * smiley.el (smiley-regexp-alist): Bump custom version.
3828
3829 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * gnus-html.el: require mm-url.
3832         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3833         with the url to `url'.
3834         (gnus-html-wash-tags): Support cid: URLs/images.
3835
3836 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3839         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3840         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3841
3842         * gnus-move.el: Remove file, since it doesn't really work.
3843
3844         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3845         UTF-8.  This seems to fix problems with some German web feeds.
3846
3847         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3848         at the top so that the proper colours are applied.
3849
3850         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3851         don't have dots in their names.
3852
3853         * gnus-art.el (gnus-article-view-part): Doc fix.
3854
3855         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3856         XEmacs-compatible.
3857         (gnus-html-put-image): Don't do images on non-graphic displays.
3858
3859         * nnslashdot.el: Remove this unused backend.
3860
3861         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3862         actions.
3863         (gnus-undo-register-1): Revert last change.
3864
3865         * gnus-group.el (gnus-group-completing-read): Protect against not
3866         having completion-styles bound.
3867
3868         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3869         make broken recipients happier.
3870
3871         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3872
3873         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3874         point parameter.
3875
3876         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3877
3878         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3879         completion-styles for group selection.
3880
3881 2009-02-04  Andreas Schwab  <schwab@suse.de>
3882
3883         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3884         headers and regexp-quote the match if necessary.
3885
3886 2009-03-24  Miles Bader  <miles@gnu.org>
3887
3888         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3889         the blinking smiley.
3890
3891 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3892
3893         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3894         blink smiley.
3895
3896 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3899         where the dribbel file lives exists.
3900
3901         * message.el (message-send-mail-partially-limit): Change the default to
3902         nil, since most people don't want this.
3903
3904         * mm-url.el (mm-url-decode-entities): Also decode entities like
3905         &#x3212.
3906
3907 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3908
3909         * gnus-sum.el (gnus-summary-idna-message):
3910         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3911         Hyperlink urls in docstrings with URL `...'.
3912
3913 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3914
3915         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3916         functions.
3917
3918 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3921         say what the mouseover text should be.
3922
3923         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3924         version of the mm-w3m-safe-url-regexp variable to only download images
3925         in the groups where we want that to happen.
3926
3927         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3928
3929         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3930         easier debugging.
3931         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3932         big pictures in the article buffer.
3933
3934         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3935         gnus-article-html.
3936         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3937         w3m.
3938
3939         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3940
3941 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3944         which doesn't exist.
3945
3946         * message.el (message-inhibit-ecomplete): New variable to allow some
3947         function to inhibit ecomplete address storage.
3948         (message-resend): Disable ecomplete message storage when resending
3949         messages.
3950
3951         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3952
3953 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3956         Save excursion while copying, moving, and deleting articles in order to
3957         prevent the cursor from jumping to unforeseen place.
3958
3959 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * lpath.el: No need to bind bookmark-current-buffer,
3962         bookmark-yank-point and bookmark-make-record-function.
3963
3964 2010-08-17  Glenn Morris  <rgm@gnu.org>
3965
3966         * gnus-sync.el: Require gnus components whose functions are used.
3967
3968         * gnus-art.el (bookmark-make-record-function):
3969         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3970         Declare for compiler.
3971
3972         * mm-url.el (mml-compute-boundary): Autoload.
3973
3974 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3977
3978 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         Typo fix "hoo4a" -> "hook".
3981
3982         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3983
3984 2010-08-14  Glenn Morris  <rgm@gnu.org>
3985
3986         * gnus-sync.el (gnus-sync): Fix defgroup version.
3987
3988 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3989
3990         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3991
3992         * gnus-sync.el: Fix docs.
3993         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3994         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3995
3996 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         Optimizations for gnus-sync.el.
3999
4000         * gnus-sync.el: Add docs about gnus-sync-backend
4001         possibilities.
4002         (gnus-sync-save): Remove unnecessary message.
4003         (gnus-sync-read): Optimize and show what groups were skipped.
4004
4005 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         Minor bug fixes for gnus-sync.el.
4008
4009         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4010         Don't read the sync on get-new-news.
4011
4012         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4013         quiet.
4014
4015         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4016         (fix typo).
4017
4018 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4019
4020         Make saving and restoring of hidden threads work with overlays.
4021         Patch applied by Ted Zlatanov.
4022
4023         * gnus-sum.el (gnus-hidden-threads-configuration)
4024         (gnus-restore-hidden-threads-configuration): Update to deal with text
4025         properties, rather than searching for a magic character.
4026
4027 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4028
4029         New gnus-sync.el library for synchronization of marks.
4030
4031         * gnus-sync.el: New library for synchronization of marks.
4032
4033         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4034         renamed from `gnus-registry-grep-in-list'.
4035
4036         * gnus-registry.el (gnus-registry-follow-group-p):
4037         Use `gnus-grep-in-list'.
4038
4039         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4040
4041 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4044         determining charset of text fails.
4045
4046 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * nnmail.el (nnmail-get-new-mail-1): Revert.
4049
4050         * nnml.el (nnml-active-number): Make sure names of newly created groups
4051         in nnml-group-alist are encoded.
4052
4053 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4056         containing non-ASCII characters in active file for nnml back end.
4057
4058 2010-07-24  David Engster  <dengste@eml.cc>
4059
4060         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4061         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4062
4063 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4064
4065         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4066         tag (Bug#6654).
4067
4068 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4071         the article buffer, not the summary buffer.
4072
4073 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4076         Emacs 23 as well.
4077
4078 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4081         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4082
4083 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4084
4085         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4086         Patch applied by Karl Fogel.
4087
4088         * gnus-sum.el (gnus-summary-bookmark-make-record):
4089         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4090
4091 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4092
4093         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4094         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4095         C-w still not working correctly from Article buffers; Thierry's
4096         patch to fix that will be applied after this.
4097
4098         * gnus-art.el (bookmark-make-record-function): New local variable.
4099
4100         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4101         article buffer.
4102         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4103
4104 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4105
4106         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4107         on changes in bookmark.el.
4108
4109 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4112         `no-log' instead of message not to log prompt string.
4113
4114 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4115
4116         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4117         the *other* type of HTML form submission.
4118
4119 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4120
4121         * auth-source.el (auth-source-pick): If choice does not contain a
4122         questioned keyword, set the check to t.
4123
4124 2010-06-12  Romain Francoise  <romain@orebokech.com>
4125
4126         * gnus-util.el (gnus-date-get-time): Move up before first use.
4127
4128 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4131         (gnus-article-edit-part): Bind it to make last part that is substituted
4132         or deleted visible.
4133         (gnus-mime-display-single): Buttonize part of which id equals to
4134         gnus-mime-buttonized-part-id.
4135
4136 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4137
4138         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4139         (gnus-dd-mmm): Use gnus-date-get-time.
4140         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4141         simplify logic.
4142         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4143         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4144
4145 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4146
4147         * auth-source.el (top): Autoload `secrets-list-collections',
4148         `secrets-create-item', `secrets-delete-item'.
4149         (auth-sources): Fix tag string.
4150         (auth-get-source, auth-source-retrieve, auth-source-create)
4151         (auth-source-delete): New defuns.
4152         (auth-source-pick): Rewrite in order to avoid 2 passes.
4153         (auth-source-forget-user-or-password): New parameter USERNAME.
4154         (auth-source-user-or-password): New parameters CREATE-MISSING and
4155         DELETE-EXISTING.  Retrieve password interactively, if needed.
4156
4157 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4158
4159         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4160         deleting unused directories when gnus-expert-user is t.
4161
4162 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4165         for each temp file when gnus-article-browse-delete-temp is ask.
4166
4167 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4168
4169         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4170         Lisp calls to delete-backward-char by calls to delete-char.
4171
4172 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4173
4174         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4175
4176 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4177
4178         * password-cache.el (password-cache-remove): Fix docstring.
4179
4180 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4183         article unless decoding article to be saved.
4184
4185 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4188         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4189         generated within the mm-with-unibyte-current-buffer macro.
4190
4191 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4194         to nil when we're in a mml-preview buffer and no group is selected.
4195
4196 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4197
4198         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4199         when catching the `C-g'.  Reported by "Leo".
4200
4201 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * message.el (message-forward-make-body-plain)
4204         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4205         multibyte-string-p.
4206
4207         * lpath.el: Revert.
4208
4209 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * message.el (message-forward-make-body-mml): Assume original message
4212         is multibyte string; error on unibyte.
4213         (message-forward-make-body-plain): Ditto; don't add excessive newline
4214         in body end.
4215
4216         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4217
4218 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4219
4220         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4221         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4222
4223 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * mm-extern.el (mm-extern-url): Don't use
4226         mm-with-unibyte-current-buffer.
4227         (mm-extern-cache-contents): Use with-current-buffer instead of
4228         save-excursion + set-buffer.
4229
4230 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * mm-util.el (mm-emacs-mule): Remove.
4233
4234 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4235
4236         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4237         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4238         change.
4239
4240 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4243         bind the default value of enable-multibyte-characters to nil.
4244
4245 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * message.el (message-forward-make-body-plain)
4248         (message-forward-make-body-mml):
4249         Don't use mm-with-unibyte-current-buffer.
4250
4251 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4252
4253         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4254
4255 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4256
4257         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4258         (Bug#5592).
4259
4260 2010-05-07  Julien Danjou  <julien@danjou.info>
4261
4262         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4263         it to mm-pipe-part.
4264
4265         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4266         it is given.
4267
4268 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * binhex.el (binhex-decode-region-internal)
4271         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4272         (dns-query)
4273         * nnweb.el (nnweb-gmane-search)
4274         * pgg-parse.el (pgg-parse-armor)
4275         * pgg.el (pgg-verify-region)
4276         * sha1.el (sha1-string-external)
4277         * uudecode.el (uudecode-decode-region-internal)
4278         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4279         XEmacs.
4280
4281         * gnus-art.el (gnus-article-browse-html-parts)
4282         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4283         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4284         make-temp-file.
4285
4286         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4287         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4288         compiling.
4289
4290         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4291         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4292         XEmacs when compiling.
4293
4294         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4295         gnus-pick-mode-off-hook for XEmacs when compiling.
4296         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4297         gnus-binary-mode-off-hook for XEmacs when compiling.
4298
4299         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4300         Return nil if char-charset is not available.
4301
4302         * imap.el (imap-disable-multibyte)
4303         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4304         macros.
4305
4306         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4307         instead of encode-coding-string.
4308
4309         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4310         'xemacs) instead of mm-emacs-mule to switch function definitions.
4311         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4312
4313         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4314         bind temporary-file-directory for XEmacs;
4315         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4316         timer-set-function for XEmacs 21.4 and SXEmacs;
4317         bind timer-list for XEmacs 21.4 and SXEmacs;
4318         fbind char-charset and find-charset-region for non-Mule XEmacs;
4319         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4320         encode-coding-region and encode-coding-string for XEmacs having no
4321         file-coding feature.
4322
4323 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4324
4325         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4326
4327 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4330         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4331
4332 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4333
4334         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4335         alias `jka-compr-delete-temp-file' no longer exists.
4336
4337 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4338
4339         Use define-minor-mode in Gnus where applicable.
4340         * mml.el (mml-mode): Use define-minor-mode.
4341         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4342         (gnus-undo-mode): Use define-minor-mode.
4343         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4344         (gnus-dead-summary-mode): Use define-minor-mode.
4345         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4346         Initialize in declaration.
4347         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4348         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4349         (gnus-mailing-list-mode): Use define-minor-mode.
4350         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4351         (gnus-draft-mode): Use define-minor-mode.
4352         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4353         (gnus-dired-mode): Use define-minor-mode.
4354
4355 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4356
4357         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4358         handles on recursive mml-to-mime translation and check them for
4359         boundary delimiter collisions.  Reported by Greg Troxel.
4360
4361 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4364
4365 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4366
4367         * mm-util.el (mm-find-buffer-file-coding-system):
4368         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4369
4370 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4371
4372         * message.el (message-generate-headers): Record insertion of optional
4373         headers as well.  Otherwise the check to prevent repeated insertion of
4374         optional headers is a no-op.
4375
4376 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * smime.el: Don't mention CVS.
4379
4380         * nnrss.el (nnrss-fetch): Don't mention CVS.
4381
4382         * nnir.el: Don't mention CVS.
4383
4384 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4385
4386         * gnus-sum.el (gnus-summary-bookmark-make-record):
4387         Add `location' field.
4388
4389 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * lpath.el: Fbind bookmark-default-handler,
4392         bookmark-get-bookmark-record, bookmark-make-record-default,
4393         bookmark-prop-get for Emacs <23 and XEmacs.
4394
4395 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4396
4397         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4398         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4399         Use with-current-buffer to silence the byte-compiler.
4400         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4401         bother to require `gnus'.
4402         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4403
4404 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4405
4406         * gnus-sum.el (gnus-summary-bookmark-make-record)
4407         (gnus-summary-bookmark-jump): New functions.
4408         (gnus-summary-mode): Setup bookmark support.
4409
4410 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4411
4412         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4413         if set.
4414
4415 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4418         gnus-article-browse-html-save-cid-image; make it work recursively for
4419         forwarded messages as well.
4420         (gnus-article-browse-html-parts): Work when prefix arg is given.
4421         (gnus-article-browse-html-article): Doc fix.
4422
4423 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4424
4425         * message.el (message-default-mail-headers):
4426         (message-default-headers): Carry the value mail-default-headers over
4427         into message-default-mail-headers, rather than message-default-headers.
4428
4429 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4430
4431         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4432         charset.
4433
4434         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4435         charset into the <meta> tag when the article is encoded to utf-8.
4436
4437 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * gnus-art.el (gnus-article-browse-delete-temp-files):
4440         Delete directories as well.
4441         (gnus-article-browse-html-parts): Work for images that do not specify
4442         file names; delete temp directory when quitting; insert header at the
4443         right place; use file: scheme for image files.
4444
4445 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4446
4447         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4448         (gnus-article-browse-html-parts): Use it to make temporary cid image
4449         files in addition to html file so that browser may display them.
4450
4451 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4454
4455 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4456
4457         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4458
4459 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * auth-source.el (auth-sources): Change default to be simpler.
4462         Explain about Secret Service API sources.  Improve Customize options.
4463         (auth-source-pick): Change to accept any number of search parameters.
4464         Implement fallbacks iteratively, not recursively.  Add scoring on the
4465         second pass and sort by score.  Call Secret Service API when needed.
4466         (auth-source-user-or-password): Use it.  Call Secret Service API
4467         directly when needed to get the user name and the password.
4468
4469 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4470
4471         * message.el (message-interactive): Doc fix.
4472         (message-qmail-inject-args): Reflow.
4473         (message-kill-to-signature): Fix typo in docstring.
4474
4475         * smiley.el (smiley-buffer): Fix typo in docstring.
4476
4477 2010-03-24  Glenn Morris  <rgm@gnu.org>
4478
4479         * mail-source.el (gnus-message): Declare.
4480         (mail-source-delete-old-incoming): Require gnus-util.
4481
4482 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4485
4486         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4487
4488         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4489         password-cache's default if it is not bound.
4490         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4491         password-cache-expiry's default if it is not bound.
4492
4493         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4494         available in Emacs 21.
4495
4496         * lpath.el: Suppress compiler warnings for:
4497         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4498         XEmacs;
4499         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4500         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4501         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4502
4503 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * auth-source.el (auth-sources): Fix up definition so extra parameters
4506         are always inline.
4507
4508 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4509
4510         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4511         wasn't updated after mismatch.  Clear cached mailbox info correctly
4512         when uidvalidity changes.
4513         (nnimap-group-prefixed-name): New function to avoid some code
4514         duplication.
4515         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4516         (nnimap-request-group): Use it.
4517         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4518         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4519         with many imap folders.  This is done by caching the group status from
4520         the imap server persistently in a group parameter `imap-status'.  (This
4521         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4522         but not persistently, so every Gnus startup was still very slow.)
4523
4524 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4527         delete the extra newline.  Otherwise editing of :string and :number
4528         types don't work.
4529
4530 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4533         secrets.el dependency.
4534         (auth-sources): Add optional user name.  Add secrets.el configuration
4535         choice (unused right now).
4536
4537 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4538
4539         * gnus-sum.el (gnus-summary-make-menu-bar):
4540         Let `gnus-registry-install-shortcuts' fill in the functions.
4541
4542         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4543         warnings.
4544         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4545         (gnus-registry-install-shortcuts): Populate and use it in a
4546         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4547
4548 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4549
4550         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4551         In-place substitutions for the group name encoding/decoding.
4552         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4553         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4554         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4555         (nnimap-update-unseen, nnimap-request-list)
4556         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4557         (nnimap-request-set-mark, nnimap-split-to-groups)
4558         (nnimap-split-articles, nnimap-request-newgroups)
4559         (nnimap-request-create-group, nnimap-request-accept-article)
4560         (nnimap-request-delete-group, nnimap-request-rename-group)
4561         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4562         `encoded-mbx' for consistency.
4563         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4564         variable `imap-current-mailbox'.
4565
4566         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4567         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4568
4569 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4570
4571         * pop3.el (pop3-display-message-size-flag): Display message size byte
4572         counts during POP3 download.
4573         (pop3-movemail): Use it.
4574         (pop3-list): Implement listing of available messages.
4575
4576 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4577
4578         * nnir.el (nnir-get-article-nov-override-function): New function to
4579         override the normal NOV retrieval.
4580         (nnir-retrieve-headers): Use it.
4581
4582 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4583
4584         * auth-source.el (netrc-machine-user-or-password): Autoload.
4585
4586 2010-03-19  Glenn Morris  <rgm@gnu.org>
4587
4588         Stop message.el from loading about 40 libraries it doesn't always need.
4589         The general approach is to autoload rather than require, and to
4590         require in the specific functions rather than the file.  (Bug#5642)
4591
4592         * gmm-utils.el: Don't require wid-edit.
4593         (widget-create-child-value, widget-convert, widget-default-get):
4594         Autoload.
4595
4596         * gnus-util.el: Don't require time-date, netrc.
4597         (message-fetch-field, gnus-group-name-decode): Declare rather than
4598         autoloading.
4599         (gnus-fetch-field): Require message.
4600         (gnus-decode-newsgroups): Require gnus-group.
4601
4602         * ietf-drums.el: Don't require time-date.
4603
4604         * message.el: Don't require hashcash, canlock, ecomplete.
4605         Do require mail-utils.  Require nnheader only when compiling.
4606         (smtpmail-default-smtp-server): Remove declaration.
4607         (message-send-mail-function): Check smtpmail-default-smtp-server
4608         is bound rather than requiring smtpmail.
4609         (message-auto-save-directory, message-insert-signature):
4610         Use expand-file-name rather than nnheader-concat.
4611         (nnheader-insert-file-contents): Autoload.
4612         (hashcash-wait-async): Declare.
4613         (message-send-mail): Only call gnus-setup-posting-charset if
4614         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4615         (message-send-mail-with-sendmail): Require sendmail.
4616         (canlock-password, canlock-password-for-verify): Declare.
4617         (message-canlock-password): Require canlock.
4618         (nnheader-get-report): Autoload.
4619         (gnus-setup-posting-charset): Declare.
4620         (message-send-news): Require gnus-msg.
4621         (message-make-references, message-make-in-reply-to): Use mail-header-id
4622         rather than the alias mail-header-message-id.
4623         (ecomplete-add-item, ecomplete-save): Declare.
4624         (message-put-addresses-in-ecomplete): Require ecomplete.
4625         (ecomplete-display-matches): Autoload.
4626
4627         * mm-decode.el: Don't require mailcap, gnus-util.
4628         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4629         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4630         Autoload.
4631         (mailcap-mime-extensions): Declare.
4632
4633         * mm-encode.el: Don't require mailcap.
4634         (mailcap-extension-to-mime): Autoload.
4635
4636         * mml-sec.el: Don't require password-cache.
4637
4638         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4639         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4640         (mml-minibuffer-read-type): Require mailcap.
4641         (mml-preview): Require gnus-msg.
4642
4643         * mml1991.el: Require password-cache.
4644         (password-cache-expiry): Remove declaration.
4645
4646         * mml2015.el: Require password-cache.
4647         (password-cache-expiry): Remove declaration.
4648
4649         * nneething.el (mailcap): Require mailcap.
4650
4651         * nnheader.el (declare-function): Add compatibility stub.
4652         (message-remove-header): Declare rather than autoload.
4653         (nnheader-replace-header): Require message.
4654
4655         * nnimap.el (declare-function): Add compatibility stub.
4656         (netrc-parse, netrc-machine-user-or-password): Declare.
4657         (nnimap-open-connection): Require netrc.
4658
4659         * nntp.el (declare-function): Add compatibility stub.
4660         (netrc-parse, netrc-machine, netrc-get): Declare.
4661         (nntp-send-authinfo): Require netrc.
4662
4663         * rfc2047.el: Don't require qp.
4664         (quoted-printable-encode-region, quoted-printable-decode-string):
4665         Autoload.
4666
4667         * sieve-mode.el: Don't require easymenu.
4668         (easy-menu-add-item): Autoload it.
4669
4670         * spam-stat.el (time-to-number-of-days): Autoload it.
4671
4672 2010-03-19  Glenn Morris  <rgm@gnu.org>
4673
4674         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4675
4676 2010-03-18  Glenn Morris  <rgm@gnu.org>
4677
4678         * hashcash.el (declare-function): Remove duplicate definition.
4679
4680 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4681
4682         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4683         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4684         value if any backslash escapes).
4685
4686 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4689         if it is available.  (bug#5647)
4690
4691         * lpath.el: Suppress compiler warning for coding-system-from-name for
4692         Emacs 21 and XEmacs.
4693
4694 2010-03-14  Juri Linkov  <juri@jurta.org>
4695
4696         * hmac-def.el:
4697         * hmac-md5.el:
4698         * netrc.el: Fix keywords.
4699
4700 2010-02-26  Glenn Morris  <rgm@gnu.org>
4701
4702         * message.el (message-send-mail-function): Change the default, so that
4703         it inherits from a customized send-mail-function.  (Bug#5643)
4704
4705 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4706
4707         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4708         shell-command-to-string signals an error (bug#5299).
4709
4710 2010-02-24  Glenn Morris  <rgm@gnu.org>
4711
4712         * message.el (message-smtpmail-send-it)
4713         (message-send-mail-with-mailclient): Doc fixes.
4714
4715 2010-02-16  Glenn Morris  <rgm@gnu.org>
4716
4717         * message.el (message-default-mail-headers): Change the default value
4718         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4719
4720 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4723         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4724
4725 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4726
4727         * time-date.el (date-to-time): Doc fix (Bug#5408).
4728
4729 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4730
4731         * message.el (message-mail): Just pass yank-action on to message-setup.
4732         (message-setup): Handle (FUN . ARGS) form of yank-action.
4733         (message-with-reply-buffer, message-widen-reply)
4734         (message-yank-original): Handle non-buffer values of
4735         message-reply-buffer (Bug#4080).
4736         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4737
4738 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4739
4740         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4741         Fix typo in docstring.
4742
4743 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4744
4745         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4746         response.
4747
4748 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4751
4752         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4753
4754         * message.el (message-check-news-header-syntax): Protect against a
4755         string that `rfc822-addresses' returns when parsing fails.
4756
4757 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4760         (gnus-previous-char-property-change): New functions.
4761
4762         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4763
4764 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4765
4766         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4767         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4768
4769 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4770
4771         * message.el (message-exchange-point-and-mark): Rework last change to
4772         avoid using optional arg of exchange-point-and-mark, for backward
4773         compatibility.
4774
4775 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4776
4777         * message.el (message-exchange-point-and-mark):
4778         Call exchange-point-and-mark with an argument rather than setting
4779         mark-active by hand (Bug#5175).
4780
4781 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * nntp.el (nntp-service-to-port): Work for service expressed with
4784         numeric string; replace [:digit:] with [0-9] for XEmacs.
4785
4786 2009-12-17  Glenn Morris  <rgm@gnu.org>
4787
4788         * gnus-group.el (gnus-bug-group-download-format-alist):
4789         Change emacs entry to debbugs.gnu.org.  Bump :version.
4790
4791 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4792
4793         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4794
4795 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * message.el (message-info): Explain why we use `Info-goto-node'.
4798
4799 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4802
4803 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4804
4805         * message.el (message-completion-in-region): New compatibility function.
4806         (message-expand-group): Use it.
4807
4808 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4811         with no unread article should be listed if the 2nd arg `predicate' is
4812         given.
4813
4814 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4817
4818 2009-11-29  Juri Linkov  <juri@jurta.org>
4819
4820         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4821         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4822         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4823
4824 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4825
4826         * sha1.el (sha1-string-external): default-directory "/" in case
4827         otherwise non-existent.  process-connection-type pipe for touch of
4828         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4829
4830 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4831
4832         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4833         it's comms related and sgml-mode.el has "comm" on that basis too.
4834
4835 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4838         containing tspecial characters if they have been already quoted.
4839
4840 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4841
4842         * dns-mode.el (auto-mode-alist): Purecopy string.
4843
4844 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4845
4846         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4847
4848 2009-10-24  Glenn Morris  <rgm@gnu.org>
4849
4850         * gnus-art.el (help-xref-stack-item): Define for compiler.
4851
4852 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4853
4854         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4855
4856 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4859
4860 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4863         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4864
4865 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4868         (gnus-overlays-in): New alias to overlays-in.
4869
4870         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4871         gnus-overlay-get, and gnus-delete-overlay.
4872         (gnus-summary-show-thread): Make it work as well for systems in which
4873         next-single-char-property-change is not available.
4874         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4875
4876         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4877         (gnus-overlay-get): New alias to extent-property.
4878         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4879
4880         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4881         SXEmacs.
4882
4883         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4884         SXEmacs.
4885
4886 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4887
4888         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4889
4890 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4891
4892         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4893         and XEmacs that don't have `remove-overlays'.
4894
4895 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4896
4897         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4898         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4899         selective display.  Use overlays instead.
4900
4901 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4902
4903         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4904
4905 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4906
4907         * spam-stat.el (spam-stat-load): Fix typo in message.
4908
4909 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4910
4911         * dig.el (dig-invoke): Fix typo in docstring.
4912         (query-dig): Reflow docstring.
4913
4914 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4915
4916         * gnus-art.el (gnus-article-encrypt-body):
4917         * message.el (message-check-recipients):
4918         * mm-util.el (mm-codepage-setup):
4919         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4920         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4921
4922 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4923
4924         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4925         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4926         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4927         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4928         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4929
4930 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4931
4932         * dig.el: Add "Keywords: comm", as per net-utils.el.
4933
4934 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4935
4936         * dig.el (dig-mode): Use define-derived-mode.
4937
4938 2009-09-19  Glenn Morris  <rgm@gnu.org>
4939
4940         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4941
4942 2009-09-18  Glenn Morris  <rgm@gnu.org>
4943
4944         * gnus-diary.el (gnus-diary-check-message):
4945         * message.el (message-insert-formatted-citation-line):
4946         * nnbabyl.el (top-level):
4947         * nndiary.el (nndiary-schedule):
4948         Fix typos in condition-case handlers.
4949
4950 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4953         configuration that provides the sole article window in a frame;
4954         position point correctly after deleting a part.
4955
4956 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4957
4958         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4959         (spam-resolve-registrations-routine): Use it to unregister articles
4960         that change status.
4961
4962 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4965         with XEmacs.
4966         (parse-time-string-chars): Use it.
4967
4968 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4969
4970         * imap.el (imap-interactive-login): Better messages.
4971         (imap-open): Fix bug with renamed buffer on reconnect.
4972         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4973         for easier debugging and cleaner code.  On successful (guessed based on
4974         server capabilities) secondary authentication, set imap-state
4975         correctly.
4976         (imap-last-authenticator): Define imap-last-authenticator as a variable
4977         to avoid warnings.
4978
4979 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * nnrss.el (nnrss-request-article): Remove binding of
4982         default-enable-multibyte-characters that has gotten needless by
4983         the 2007-07-13 change in rfc2047-encode-message-header.
4984
4985         * mml.el (mml-insert-multipart): Error on the message header.
4986         (mml-insert-part): Error on the message header; position point at
4987         the end of a MIME tag.
4988
4989 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * time-date.el (autoload): Expand define-obsolete-function-alias into
4992         defalias and make-obsolete for old Emacsen that Gnus supports.
4993         (with-no-warnings): Define it for old Emacsen.
4994         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4995         is available.
4996         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4997         float-time is available; suppress compile warning for time-to-seconds.
4998
4999         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5000         (gnus-float-time): Alias to float-time if it exists.
5001
5002         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5003         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5004         float-time is available; suppress compile warning for time-to-seconds.
5005
5006         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5007         XEmacs.
5008
5009 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5010
5011         * imap.el (imap-message-map): Docstring fix.
5012
5013 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5016         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5017         Add the optional argument `encoding' that overrides the default.
5018
5019         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5020         mm-encode-buffer.
5021
5022 2009-09-04  Glenn Morris  <rgm@gnu.org>
5023
5024         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5025         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5026         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5027         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5028         * mm-util.el (mm-with-unibyte-current-buffer)
5029         (mm-find-buffer-file-coding-system):
5030         * yenc.el (yenc-decode-region): Use default-value rather than
5031         default-enable-multibyte-characters.
5032
5033 2009-09-03  Glenn Morris  <rgm@gnu.org>
5034
5035         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5036         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5037         than default-enable-multibyte-characters.
5038
5039 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5040
5041         * gnus-art.el (gnus-article-read-summary-keys):
5042         Fix gnus-buffer-configuration's value temporarily used.
5043
5044 2009-09-02  Glenn Morris  <rgm@gnu.org>
5045
5046         * gnus-util.el (gnus-float-time): New function.
5047         * gnus-delay.el (gnus-delay-article):
5048         * gnus-sum.el (gnus-thread-latest-date):
5049         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5050         * nnspool.el (nnspool-request-newgroups):
5051         Use gnus-float-time rather than time-to-seconds.
5052         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5053
5054         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5055         (gnus-header-subject-face, gnus-header-newsgroups-face)
5056         (gnus-header-name-face, gnus-header-content-face):
5057         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5058         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5059         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5060         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5061         (gnus-cite-face-11):
5062         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5063         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5064         (gnus-server-closed-face, gnus-server-denied-face)
5065         (gnus-server-offline-face):
5066         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5067         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5068         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5069         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5070         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5071         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5072         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5073         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5074         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5075         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5076         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5077         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5078         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5079         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5080         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5081         (gnus-summary-high-undownloaded-face)
5082         (gnus-summary-low-undownloaded-face)
5083         (gnus-summary-normal-undownloaded-face)
5084         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5085         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5086         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5087         (gnus-splash-face):
5088         * message.el (message-header-to-face, message-header-cc-face)
5089         (message-header-subject-face, message-header-newsgroups-face)
5090         (message-header-other-face, message-header-name-face)
5091         (message-header-xheader-face, message-separator-face)
5092         (message-cited-text-face, message-mml-face):
5093         * sieve-mode.el (sieve-control-commands-face)
5094         (sieve-action-commands-face, sieve-test-commands-face)
5095         (sieve-tagged-arguments-face):
5096         * spam.el (spam-face):
5097         Mark face aliases with "-face" in the name as obsolete.
5098
5099 2009-09-01  Glenn Morris  <rgm@gnu.org>
5100
5101         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5102         than goto-line.
5103
5104 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5107         Don't move point if the command is invoked inside the message header.
5108
5109 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5110
5111         * imap.el (imap-send-command): Simplify.
5112         (imap-wait-for-tag): point-max -> buffer-size.
5113
5114 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5115
5116         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5117         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5118         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5119         * nnir.el (nnir-swish-e-index-file):
5120         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5121         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5122         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5123         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5124         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5125         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5126
5127 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5130         Don't save excursion.
5131
5132 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5133
5134         * nnheader.el (nnheader-find-file-noselect):
5135         * mm-util.el (mm-insert-file-contents):
5136         Use (default-value 'major-mode) instead of default-major-mode.
5137
5138 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5139
5140         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5141
5142 2009-08-26  Glenn Morris  <rgm@gnu.org>
5143
5144         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5145         than placing in files.el.
5146
5147 2009-08-25  Glenn Morris  <rgm@gnu.org>
5148
5149         * nnir.el (top-level): Don't require cl at run-time.
5150         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5151         Replace cl-function substitute with gnus-replace-in-string.
5152         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5153         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5154         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5155         simplified expansions.
5156
5157 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5158
5159         * dig.el (dig): Add autoload cookie.
5160
5161 2009-08-22  Glenn Morris  <rgm@gnu.org>
5162
5163         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5164         goto-line.
5165
5166 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5167
5168         * parse-time.el (parse-time-string-chars): Save match data.
5169
5170 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5171
5172         * parse-time.el (parse-time-string-chars): Compute using character
5173         classes, to handle non-ascii characters (Bug#3190).
5174
5175 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5178
5179         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5180         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5181         (gnus-mm-display-part, gnus-mime-display-single)
5182         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5183         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5184
5185         * gnus-sum.el
5186         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5187         (gnus-summary-move-article): Add expirable mark to articles copied or
5188         moved to group that has auto-expire turned on if the option is non-nil.
5189
5190 2009-07-24  Glenn Morris  <rgm@gnu.org>
5191
5192         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5193         Fix typo.  (Bug#3903)
5194
5195 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5198         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5199         that should not be used for draft articles.
5200         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5201         that has no concern in minor mode keys.
5202         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5203         Abolish.
5204
5205 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5208         article without making inquiry to a user for unknown encoding.
5209
5210         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5211         (nnmaildir--scan): Assume i-node and device number that file-attributes
5212         returns might be cons-cell.
5213
5214         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5215
5216         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5217
5218 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5219
5220         * auth-source.el: Remove docs now in auth.texi.  Don't use
5221         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5222         `auth-source-hide-passwords' and use them.
5223
5224 2009-07-15  Glenn Morris  <rgm@gnu.org>
5225
5226         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5227
5228 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5231         excessive whitespace from the default values of title and description.
5232
5233 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5236         mail-fetch-field to fetch Content-Description header in order to
5237         exclude newlines.
5238
5239 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5240
5241         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5242         format used by GnuPG 2.0.11.
5243
5244 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5247         to deleted part.
5248
5249 2009-05-30  David Engster  <dengste@eml.cc>
5250
5251         * nnmairix.el: Remove old documentation in the commentary block.
5252         (nnmairix-request-group): Do not update active file for nnml back ends.
5253         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5254         end so that overview files are ignored.
5255         (nnmairix-update-groups): Make updating the groups more robust by using
5256         marks.
5257         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5258         with dollar characters in message-id.
5259
5260 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5263         2008-12-25 in dns.el.
5264
5265 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5268         could happen if the text is only composed of spaces and/or tabs.
5269
5270 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5271
5272         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5273         when sending a queued message to avoid extra mml tags.
5274
5275 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5278
5279 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5282         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5283         rmail-toggle-header for XEmacs;
5284         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5285
5286 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-dired.el: Remove autoload for gnus-setup-message.
5289         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5290         displaying Gnus logo; always use compose-mail.
5291
5292 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5295
5296 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5299         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5300         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5301         available.
5302         (gnus-nocem-epg-verify): New function.
5303
5304 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5305
5306         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5307
5308 2009-02-15  Glenn Morris  <rgm@gnu.org>
5309
5310         * gnus-util.el (rmail-insert-rmail-file-header)
5311         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5312         autoloads.
5313         (rmail-default-rmail-file): Remove unnecessary declaration.
5314         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5315
5316 2009-02-14  Glenn Morris  <rgm@gnu.org>
5317
5318         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5319         variable (only used in gnus-util, which declares it anyway).
5320         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5321         which was only needed by gnus-art (changed to not use it any more).
5322         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5323         only used in gnus-util, which autoloads it itself.
5324         (rmail-update-summary): Fix autoload.
5325
5326         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5327         rather than rmail-output-to-rmail-file.
5328
5329 2009-02-07  Glenn Morris  <rgm@gnu.org>
5330
5331         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5332         autoload of function that no longer exists.
5333         (rmail-toggle-header): Declare.
5334         (message-forward-rmail-make-body): Handle mbox Rmail.
5335
5336 2009-01-31  Glenn Morris  <rgm@gnu.org>
5337
5338         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5339         2009-01-09 change.
5340
5341 2009-01-31  Dave Love  <fx@gnu.org>
5342
5343         * imap.el (imap-fetch-safe): Bind debug-on-error.
5344         (imap-debug): Add imap-fetch-safe.
5345
5346 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5347
5348         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5349         (auth-source-forget-all-cached): New convenience function.
5350         (auth-source-user-or-password): Accept list of modes or a single mode.
5351
5352         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5353         auth-source modes.
5354
5355         * netrc.el (netrc-machine-user-or-password): Use list of
5356         auth-source modes.
5357
5358         * nnimap.el (nnimap-open-connection): Use list of
5359         auth-source modes.
5360
5361         * nntp.el (nntp-send-authinfo): Use list of
5362         auth-source modes.
5363
5364 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5367         now.
5368
5369 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5372         coding system in XEmacs; add a workaround for XEmacs.
5373
5374         * lpath.el: Fbind coding-system-aliasee.
5375
5376 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5379         of current-language-environment.
5380
5381 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5384         available at runtime.
5385
5386 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5389
5390 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5391
5392         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5393         the greatest positive fixnum value doesn't work under an XEmacs with
5394         bignum support; use the most-positive-fixnum constant instead,
5395         available since Emacs 21.1 with cl and XEmacs 21.1.
5396
5397 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5400         XEmacs gets not to work.
5401
5402 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * mm-util.el (mm-coding-system-priorities): Allow the value like
5405         "Japanese (UTF-8)" of current-language-environment.
5406
5407 2009-01-09  Glenn Morris  <rgm@gnu.org>
5408
5409         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5410         with last-command-event.
5411
5412 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5415         in the doc string.
5416
5417         * message.el (message-fix-before-sending): Amend comment.
5418
5419 2009-01-08  Dave Love  <fx@gnu.org>
5420
5421         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5422
5423 2009-01-07  David Engster  <dengste@eml.cc>
5424
5425         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5426         simplified server definitions by converting it via
5427         gnus-server-to-method.
5428
5429 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5432         parameter's operands.
5433
5434 2009-01-06  David Engster  <dengste@eml.cc>
5435
5436         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5437         primary select method (for gnus-group-mark-article-as-read).
5438
5439 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5440
5441         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5442         `(gnus)Face', not `(gnus)X-Face'.
5443
5444 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * mm-util.el (mm-ucs-to-char): New function.
5447
5448         * mm-url.el (mm-url-decode-entities): Use it.
5449
5450         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5451         unicode-to-char.
5452
5453 2009-01-05  Dave Love  <fx@gnu.org>
5454
5455         * time-date.el: Require cl for `declare'.
5456
5457 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5460         Dave Love.
5461
5462 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el (message-fix-before-sending): Add `eight-bit' to
5465         illegible-text check.
5466
5467 2009-01-03  Michael Olson  <mwolson@gnu.org>
5468
5469         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5470         `headers' is nil.  This can occur if the IMAP server does not have
5471         permissions to read messages from a folder, but can write new messages
5472         to the folder.
5473         (nnimap-request-article-part): Do not insert `data' if it is nil.
5474
5475         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5476         characters which will confuse `read', so skip past them.
5477
5478 2009-01-01  Dave Love  <fx@gnu.org>
5479
5480         * imap.el (imap-string-to-integer): Fix typo.
5481         (imap-fetch-safe): New function.
5482         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5483
5484         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5485
5486         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5487         (imap-parse-greeting): Fix doc strings.
5488         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5489         (imap-parse-flag-list): Make messages unique.
5490         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5491
5492         * nnimap.el: Fix author email.
5493         (nnimap-split-rule): Add FIXME comment.
5494         (nnimap-debug): Fix doc string.
5495
5496 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5499
5500 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5503         nslookup if resolv.conf isn't available.
5504         (dns-query): Rename from query-dns.
5505         (dns-query-cached): Rename from query-dns-cached.
5506
5507 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5510         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5511         to check if those variables exist (first appeared in Emacs 18.50).
5512
5513 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * mm-util.el (mm-line-number-at-pos): New function.
5516
5517         * spam-report.el (spam-report-process-queue): Use it.
5518
5519 2008-12-24  David Engster  <dengste@eml.cc>
5520
5521         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5522         parameters that haven't existed as variables as buffer-local variables.
5523
5524 2008-12-23  Dave Love  <fx@gnu.org>
5525
5526         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5527         cadar.
5528
5529         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5530         imap-starttls-p.
5531         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5532
5533 2008-12-22  Dave Love  <fx@gnu.org>
5534
5535         * imap.el: Fix author email.  Doc fixes.
5536         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5537         reply.
5538
5539 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * spam-report.el (spam-report-gmane-max-requests): New constant.
5542         (spam-report-gmane-wait): New variable.
5543         (spam-report-gmane-ham, spam-report-gmane-spam)
5544         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5545         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5546         the server.
5547
5548         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5549         Add explanations.
5550
5551         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5552         nnheader-accept-process-output and nnheader-read-timeout if available.
5553         (pop3-movemail): Use it.
5554
5555         * message.el (message-check-news-body-syntax): Fix signature check if
5556         there's an attachment.
5557
5558 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * mm-util.el: Add comments to the mm- emulating functions.
5561
5562 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5565         Reported by Stephen Berman <stephen.berman@gmx.net>.
5566
5567 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * mm-util.el (mm-substring-no-properties): New function.
5570         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5571         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5572         (mm-string-to-multibyte): Doc fix.
5573
5574         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5575
5576 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5577
5578         * mml.el (mml-attach-file): Strip text properties from file name.
5579         (Bug#1574)
5580
5581 2008-12-16  Glenn Morris  <rgm@gnu.org>
5582
5583         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5584
5585 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5588         knows since the charset specified might be a bogus alias that
5589         mm-charset-synonym-alist provides.
5590
5591 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5594         "ISO_8859-1".
5595
5596         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5597
5598 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * mm-util.el (mm-charset-eval-alist):
5601         Define it before mm-charset-to-coding-system.
5602         (mm-charset-to-coding-system): Add optional argument `silent';
5603         define it before mm-charset-override-alist.
5604         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5605         default value if it can be used in Emacs currently running;
5606         silence mm-charset-to-coding-system.
5607
5608 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5611         `allow-override' which says whether to use `mm-charset-override-alist'.
5612         (rfc2047-decode-encoded-words): Use it.
5613
5614         * mm-util.el (mm-charset-override-alist): Fix custom type;
5615         add `(gb2312 . gbk)' to choices.
5616
5617 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5620         fast.
5621
5622         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5623
5624         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5625
5626 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5627
5628         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5629         on links.
5630
5631         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5632
5633 2008-12-03  Lute Kamstra  <lute@gnu.org>
5634
5635         * sha1.el: Remove leading * from docstrings of defcustoms,
5636         deffaces, defconsts and defuns.
5637
5638 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5641         users' addresses that don't have domain parts.
5642         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5643         rather than message-narrow-to-head since there will be the message
5644         header separator.
5645
5646 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5647
5648         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5649         since the result is inserted in a unibyte buffer anyway.
5650         (nnimap-demule-use-string-to-multibyte): Remove.
5651         (nnimap-demule): Alias it to mm-string-to-multibyte.
5652
5653 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5654
5655         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5656         variable for debugging bug#464 and bug#1174.
5657         (nnimap-demule): Use it.
5658
5659 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5662         score calculation correctly.
5663
5664 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5665
5666         * message.el (message-send-mail): Just set the buffer to unibyte
5667         rather than use mm-with-unibyte-current-buffer which does a lot more.
5668         (message-send-mail-partially): Don't bother with
5669         mm-with-unibyte-current-buffer since it's already been made unibyte by
5670         message-send-mail.
5671
5672 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5673
5674         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5675
5676 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5677
5678         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5679
5680 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5683         require itself and to remove `with-no-warnings'.
5684
5685 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5686
5687         * starttls.el (starttls-any-program-available): Get the name of the
5688         available TLS layer program.
5689         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5690         well as the host name in the "opening" message.
5691
5692         * auth-source.el (auth-source-cache, auth-source-do-cache)
5693         (auth-source-user-or-password): Cache passwords and logins by default,
5694         allow override with `auth-source-do-cache'.
5695         (auth-source-forget-user-or-password): Allow users to remove cache
5696         entries if needed.
5697
5698 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5699
5700         * md4.el (md4-buffer): Fix typo in docstring.
5701         (md4, md4-64): Doc fixes.
5702         (md4-pack-int32): Reflow docstring.
5703
5704 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5707         condition-case to only the forward-sexp call.
5708
5709 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5712         quotes contained.  Make it more robust regardless by an extra
5713         condition-case wrapper.
5714
5715 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5718
5719 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * nnml.el (nnml-request-expire-articles): Check if the function set to
5722         `nnmail-expiry-target' returns the symbol `delete'.
5723
5724         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5725
5726         * nnmail.el (nnmail-expiry-target): Fix custom type.
5727
5728 2008-10-02  Glenn Morris  <rgm@gnu.org>
5729
5730         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5731         Silence compiler warning.
5732
5733 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5734
5735         * tls.el (open-tls-stream): Show the actual command being
5736         executed, instead of the format string.
5737
5738 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * lpath.el: Fbind codepage-setup for Emacs 23.
5741
5742 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5743
5744         * mml.el (mml-menu): Don't assume mml2015 is bound.
5745
5746 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5749         exists.
5750
5751 2008-09-27  Glenn Morris  <rgm@gnu.org>
5752
5753         * gnus-util.el (mail-header-remove-comments): Autoload it.
5754
5755 2008-09-27  Andreas Schwab  <schwab@suse.de>
5756
5757         * gnus-util.el (gnus-split-references): Strip comments.
5758         (gnus-parent-id): Likewise.
5759
5760 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * message.el (message-confirm-send): Fix version.
5763
5764 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * message.el (message-idna-to-ascii-rhs-1): Use
5767         mail-extract-address-components rather than mail-header-parse-addresses
5768         that is an alias by default to ietf-drums-parse-addresses that does not
5769         support non-ASCII names in headers' contents.
5770
5771 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * message.el (message-confirm-send): Fix variable documentation to
5774         avoid the "y/n" wording.
5775
5776 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5777
5778         * message.el (message-set-auto-save-file-name): Save to a different
5779         filename so multiple messages (especially drafts) can be recovered.
5780
5781 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5782
5783         * message.el (message-confirm-send): Add appropriate version.
5784
5785 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5788         defvar.
5789
5790 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5791
5792         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5793         (mm-pkcs7-enveloped-magic): Ditto.
5794
5795 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5796
5797         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5798         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5799
5800 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5803         default, it's better.
5804
5805 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5808         summary line gnus-number property and ignore them (with a warning
5809         message).
5810
5811 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5814         macro caddr in the interactive form since it won't be expanded.
5815
5816 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5819         `charset'; fix name of function called recursively.
5820         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5821
5822 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5825         (gnus-mime-set-charset-parameters): New function.
5826         (gnus-mime-view-part-as-charset): Use it to correctly display part
5827         specifying wrong charset.
5828
5829 2008-09-08  David Engster  <dengste@eml.cc>
5830
5831         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5832         in completing-read for back end server.
5833
5834 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * message.el (message-confirm-send): New variable to confirm sending a
5837         message.
5838         (message-send): Use it.
5839
5840 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5841
5842         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5843
5844 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5847
5848 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5851         prevent tracking too many groups.
5852         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5853         Use it.
5854
5855 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5856
5857         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5858         moving point to the bottom of the window in order to avoid recentering.
5859
5860 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5863
5864         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5865         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5866         (gnus-article-beginning-of-window): Fix calculation.
5867
5868 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-msg.el (gnus-summary-supersede-article)
5871         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5872         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5873         message header.
5874
5875 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5876
5877         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5878         pending output coming after the status change.
5879
5880 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5881
5882         * message.el:
5883         * gnus-start.el:
5884         * gnus-registry.el: Remove VMS support.
5885
5886 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5889         macro.
5890         (rfc2104-hash): Use it.
5891
5892 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5895         (gnus-summary-sort-by-most-recent-date): New commands.
5896         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5897         and menu entries.
5898
5899 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5902         don't redisplay article for raw contents; remove plural articles stuff.
5903
5904         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5905         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5906         on gnus-summary-save-article; display results properly.
5907
5908 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * lpath.el: No need to fbind ns-focus-frame.
5911
5912 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5915
5916 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-art.el (gnus-summary-save-in-pipe):
5919         Consider gnus-save-all-headers.
5920
5921 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5922
5923         * gnus-util.el (ns-focus-frame): Remove declaration.
5924         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5925         like x.
5926
5927 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5928
5929         * rfc2104.el (rfc2104-zero): Delete defconst.
5930         (rfc2104-hex-alist): Likewise.
5931         (rfc2104-hex-to-int): Delete func.
5932         (rfc2104-hexstring-to-bitstring): Likewise.
5933         (rfc2104-nybbles): New defconst.
5934         (rfc2104-hash): Rewrite for speed.
5935
5936 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * tls.el (open-tls-stream): Make it work with the 2nd argument
5939         BUFFER that is a string but does not exist as a buffer object, as
5940         mentioned in the doc-string.
5941
5942 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5945         SXEmacs.
5946
5947 2008-07-16  Glenn Morris  <rgm@gnu.org>
5948
5949         * gnus-util.el (ns-focus-frame): Declare for compiler.
5950
5951 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5954         set as a group parameter.
5955         (gnus-summary-save-in-pipe): Work when it is called independently.
5956         (gnus-summary-pipe-to-muttprint): Don't modify
5957         gnus-summary-pipe-output-default-command.
5958
5959 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5960
5961         * message.el (message-send-mail-with-sendmail):
5962         Display the error message.
5963
5964 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-art.el (gnus-default-article-saver):
5967         Add gnus-summary-save-in-pipe to choices.
5968         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5969         gnus-summary-pipe-output-default-command as the default command.
5970         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5971         instead of gnus-last-shell-command.
5972
5973         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5974         New user option.
5975         (gnus-summary-muttprint-program): Mention the value will be changed.
5976         (gnus-summary-save-article): Force showing of all headers.
5977         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5978
5979 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5980
5981         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5982
5983 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5984
5985         * nnimap.el (nnimap-id):
5986         * sieve-manage.el (sieve-manage-open): Doc fixes.
5987
5988 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5989
5990         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5991         if available.
5992
5993 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5994
5995         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5996
5997         * nnkiboze.el (nnkiboze-generate-group):
5998         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5999
6000         * nnmairix.el: Require CL.
6001
6002 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * dgnushack.el: Autoload get-display-table and put-display-table for
6005         XEmacs 21.5.
6006
6007         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6008         21.4 and SXEmacs.
6009
6010 2008-06-15  David Engster  <dengste@eml.cc>
6011
6012         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6013
6014 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6015
6016         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6017         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6018         runtime choice under XEmacs.
6019
6020         * gnus-sum.el (gnus-summary-set-display-table):
6021         Use `gnus-put-display-table', `gnus-get-display-table',
6022         `gnus-set-display-table' for the display table, instead of `aset'.
6023
6024         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6025         Use `gnus-put-display-table', `gnus-get-display-table',
6026         `gnus-set-display-table' for the display table.
6027
6028 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         * nnmairix.el: Add autoloads.
6031
6032 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * nnmairix.el (nnmairix-delete-recreate-group)
6035         (nnmairix-update-and-clear-marks): Fix error messages.
6036
6037 2008-06-14  David Engster  <dengste@eml.cc>
6038
6039         * nnmairix.el: Upgrade to version 0.6.
6040         (nnmairix-group-toggle-propmarks-this-group)
6041         (nnmairix-group-toggle-readmarks-this-group)
6042         (nnmairix-group-delete-recreate-this-group)
6043         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6044         (nnmairix-remove-tick-mark-original-article): New commands.
6045         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6046         (nnmairix-propagate-marks-to-nnmairix-groups)
6047         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6048         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6049         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6050         functions needed for marks propagation and manipulation of read marks.
6051         (nnmairix-update-groups): New function.
6052         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6053         (nnmairix-determine-original-group-from-registry)
6054         (nnmairix-determine-original-group-from-path)
6055         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6056         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6057         New helper functions.
6058         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6059         keystrokes for new commands.
6060         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6061         (nnmairix-request-group): Check allow-fast group parameter.
6062         (nnmairix-request-create-group): Set allow-fast group parameter if
6063         nnmairix-allowfast-default is set.
6064         (nnmairix-close-group): Propagate marks upon closing if needed.
6065         (nnmairix-group-toggle-threads-this-group): Use new.
6066         nnmairix-group-toggle-parameter helper function.
6067         (nnmairix-search): Better check for empty search result.
6068         (nnmairix-goto-original-article): Use new helper functions for
6069         determining original article.
6070         (nnmairix-show-original-article): Make sure message-id is in brackets.
6071         (nnmairix-call-mairix-binary): Change variable name.
6072         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6073         helper function.
6074         (nnmairix-widget-toggle-activate): Fix doc string.
6075
6076 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * nnir.el: Require edmacro when compiling with XEmacs.
6079         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6080         available in Emacs 21.
6081
6082 2008-06-11  Glenn Morris  <rgm@gnu.org>
6083
6084         * gnus-util.el (x-focus-frame):
6085         * gnus.el (image-size):
6086         * mm-decode.el (image-size): Declare.
6087
6088         * gnus-picon.el (declare-function): Add compat definition.
6089         (image-size): Declare.
6090
6091         * gnus-group.el (tool-bar-map):
6092         * gnus-sum.el (tool-bar-map): Define for compiler.
6093
6094         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6095
6096         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6097
6098         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6099         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6100         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6101         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6102         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6103         * sieve-manage.el, spam-report.el, spam.el:
6104         Remove unnecessary eval-and-compile of autoloads.
6105
6106 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6107
6108         * auth-source.el: Precise Tramp doc.
6109
6110 2008-06-07  Glenn Morris  <rgm@gnu.org>
6111
6112         * nnmairix.el: Remove unnecessary eval-when-compile.
6113
6114 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * lpath.el: Fbind propertize for XEmacs 21.4.
6117
6118 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * nnir.el: Move here from ../contrib.
6121
6122 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6123
6124         * gnus-util.el (gnus-read-shell-command): New function.
6125         * mm-decode.el (mm-pipe-part):
6126         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6127
6128 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6131
6132 2008-06-03  Glenn Morris  <rgm@gnu.org>
6133
6134         * pop3.el (nnheader-accept-process-output): Autoload it.
6135
6136 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6139         are not 2-digit hexadecimal characters that follow `%'s.
6140
6141 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * message.el (message-bogus-recipient-p): Fix type in doc string.
6144         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6145         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6146         Improve custom options.
6147         (message-bogus-recipient-p): Adjust accordingly.
6148
6149 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6150
6151         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6152         long-form month and day names.
6153
6154 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * dgnushack.el: Autoload debug, eudc-expand-inline and
6157         pgg-snarf-keys-region for XEmacs.
6158
6159         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6160
6161         * nnmairix.el: Require edmacro when compiling with XEmacs.
6162
6163 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6166         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6167
6168 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * auth-source.el: Add more docs.
6171
6172         * netrc.el (netrc-machine): Always match if the port is not given.
6173
6174 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6177         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6178         retrieval faster in some cases, but might make CPU usage larger.
6179         If this has any bad side effects, we might revert this change.
6180
6181         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6182         seems to make mail retrieval much, much faster.
6183         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6184         unconditionally.
6185
6186         * gnus-draft.el (gnus-group-send-queue):
6187         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6188
6189 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6192
6193         * message.el (message-bogus-address-regexp): Fix and improve custom
6194         type.
6195         (message-setup-hook): Add message-check-recipients as custom option.
6196
6197 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * message.el (message-cite-function): Remove bogus autoload which crept
6200         in during merge from v5-10.
6201
6202 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6205
6206         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6207
6208         * auth-source.el: Preliminary Tramp docs.
6209         (auth-sources): Change the default auth-sources to use
6210         EPA .gpg files.
6211
6212 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * nntp.el: Autoload `auth-source-user-or-password'.
6215         (nntp-send-authinfo): Use it.
6216
6217         * nnimap.el: Autoload `auth-source-user-or-password'.
6218         (nnimap-open-connection): Use it.
6219
6220         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6221         for the gnus-message function.
6222         (auth-source-user-or-password): Use it.
6223
6224 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6227         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6228         (rfc2104-hash): Use it.
6229
6230 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6231
6232         * gnus-art.el (gnus-article-toggle-truncate-lines):
6233         Don't use `iff' in docstring.
6234
6235 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6236
6237         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6238
6239         * gnus-util.el (gnus-extract-address-component-name)
6240         (gnus-extract-address-component-email): Convenience functions around
6241         `gnus-extract-address-components'.
6242
6243         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6244         Use `gnus-extract-address-component-email' to fix bug of comparing full
6245         sender name to `user-mail-address'.
6246
6247 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6250         catch/throw to optimize.
6251         (gnus-registry-find-keywords): Just use member to find a keyword.
6252
6253 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6254
6255         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6256         is current before calling gnus-server-prepare.
6257         (gnus-server-setup-buffer, gnus-server-update-server)
6258         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6259
6260 2008-05-04  Juri Linkov  <juri@jurta.org>
6261
6262         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6263         (mailcap-file-default-commands): Use mailcap-replace-in-string
6264         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6265         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6266
6267 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6268
6269         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6270
6271 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6272
6273         * gnus.el: Bump version to 0.11.
6274
6275 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6276
6277         * gnus.el: No Gnus v0.10 is released.
6278
6279 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6282         hooks.
6283         (gnus-update-read-articles): Speed up non-marks-using users.
6284         (gnus-use-marks): Define gnus-use-marks.
6285         (gnus-propagate-marks): Rename variable to something more sensible.
6286
6287 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6288
6289         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6290         (gmm-image-load-path-for-library): Fix typos in docstrings.
6291         (gmm-message): Reflow docstring.
6292
6293 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * mail-source.el (mail-source-set-1, mail-source-bind):
6296         Move auth-source code out of the macro to clean it up and fix bugs.
6297
6298 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6299
6300         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6301         by sender if it's equal to user-mail-address, it's likely to be
6302         useless.
6303
6304         * mail-source.el (mail-source-bind): Don't use user or password if they
6305         are not bound.  Unintern them if they are nil.  Don't use server unless
6306         it's bound, and default it to empty string otherwise.
6307
6308 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * mail-source.el: Load auth-source.el.
6311         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6312         get user name or password, if auth-sources is set up.
6313
6314         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6315         strategy of splitting with parent.
6316         (gnus-registry-split-fancy-with-parent)
6317         (gnus-registry-post-process-groups): Use it and fix prior
6318         bug (returning a list as the split result).
6319
6320         * auth-source.el (auth-sources): Remove server parameter.
6321         (auth-source-pick, auth-source-user-or-password)
6322         (auth-source-user-or-password-imap)
6323         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6324         (auth-source-user-or-password-sftp)
6325         (auth-source-user-or-password-smtp): Remove server parameter.
6326
6327 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6328
6329         * smime.el (smime-sign-region, smime-encrypt-region)
6330         (smime-decrypt-region):
6331         Remove redundant calls to `generate-new-buffer-name'.
6332
6333 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6334
6335         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6336         Don't use QP for message/rfc822.
6337         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6338
6339 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6340
6341         * sieve-manage.el (sieve-string-bytes): Remove.
6342         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6343         correct byte-length only if the process's coding-system is the same as
6344         the one used internally by Emacs to represent strings.
6345
6346 2008-04-22  Juri Linkov  <juri@jurta.org>
6347
6348         * mailcap.el (mailcap-file-default-commands): New function.
6349
6350 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * message.el (message-signature-separator, message-cite-function):
6353         Change custom version.
6354
6355 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6356
6357         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6358         commands.
6359         (tls-checktrust): Ditto.
6360
6361 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * mm-decode.el (mm-display-external): Make temp file read-only.
6364
6365 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6368         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6369         `C-c C-f d'.
6370
6371 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6372
6373         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6374
6375 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * gnus.el: Bump version to 0.9.
6378
6379 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * gnus.el: No Gnus v0.8 is released.
6382
6383 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6384
6385         * mail-source.el (mail-source-value):
6386         Prefer fboundp to functionp so it works with macros as well.
6387
6388 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6389
6390         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6391         Fix last change in case the element is not even a symbol.
6392
6393 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6394
6395         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6396         Prefer fboundp to functionp so it works with macros as well.
6397
6398 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6399
6400         * auth-source.el: Add docs.
6401         (auth-sources): Modify format to support server.
6402         (auth-source-pick, auth-source-user-or-password)
6403         (auth-source-user-or-password-imap)
6404         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6405         (auth-source-user-or-password-sftp)
6406         (auth-source-user-or-password-smtp): Add server parameter.
6407
6408 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6409
6410         * gnus-registry.el: Initialize the registry when gnus-registry-install
6411         is t.
6412
6413 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * compface.el (uncompface): Make buffer unibyte.
6416
6417 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6418
6419         * mail-source.el (mail-source-value):
6420         Prefer fboundp to functionp so it works with macros as well.
6421
6422 2008-04-05  Glenn Morris  <rgm@gnu.org>
6423
6424         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6425
6426 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6427
6428         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6429         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6430
6431         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6432         multibyteness after rather than before erasing it.
6433
6434         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6435         mm-with-multibyte.
6436         (gnus-request-article-this-buffer): Make sure the proper decoding is
6437         used if gnus-original-article-buffer happens to be unibyte.
6438
6439         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6440         default-enable-multibyte-characters.
6441
6442         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6443         default-enable-multibyte-characters.
6444
6445         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6446
6447         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6448
6449 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6450
6451         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6452         Fix last change in case the element is not even a symbol.
6453
6454 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6455
6456         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6457         (imap-message-copyuid-1): Use it.
6458         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6459         J. Williams in
6460         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6461
6462         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6463         imap-enable-exchange-bug-workaround.
6464         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6465
6466 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6467
6468         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6469         a 100 byte status-checks into a 2-3MB transfer for each group.
6470         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6471         to enable bug workaround or not.
6472         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6473
6474 2008-03-31  Glenn Morris  <rgm@gnu.org>
6475
6476         * message.el (mml2015-use): Declare for compiler.
6477         (message-info): Require mml2015 when appropriate.
6478
6479 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6482         whitespace.
6483
6484 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6485
6486         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6487         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6488         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6489         (nntp-service-to-port): New function.
6490         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6491         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6492         (nntp-open-netcat-stream): New function.
6493         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6494
6495 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6496
6497         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6498
6499 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6500
6501         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6502
6503 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6504
6505         * dns.el (dns-write): Use set-buffer-multibyte.
6506
6507 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6508
6509         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6510
6511 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * message.el (message-signature-separator): Change default.
6514         Improve custom type.
6515         (message-cite-function): Change default to
6516         message-cite-original-without-signature.
6517
6518         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6519         toggle.
6520
6521         * message.el (message-check-news-body-syntax): Fix signature check.
6522         (message-setup-1): Mark buffer as unmodified _after_ running
6523         message-setup-hook and handling message-alternative-emails.
6524         (message-shorten-references): Be more strict when building list of
6525         valid references to comply with GNKSA.
6526
6527         * gnus-group.el (gnus-read-ephemeral-bug-group)
6528         (gnus-read-ephemeral-debian-bug-group)
6529         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6530
6531         * message.el (message-info): Don't use booleanp which isn't supported
6532         in Emacs 21 and XEmacs.
6533
6534 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6537         gnus-group-gmane-group-download-format.
6538         (gnus-group-read-ephemeral-gmane-group): Rename from
6539         gnus-group-read-ephemeral-gmane-group.
6540         (gnus-read-ephemeral-gmane-group-url): Rename from
6541         gnus-group-read-ephemeral-gmane-group-url.
6542         (gnus-bug-group-download-format-alist): New variable.
6543         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6544         (gnus-read-ephemeral-emacs-bug-group): New commands.
6545
6546 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6549         (gnus-visible-headers): Improve custom type.
6550
6551 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * mml.el (mml-menu): Add workarounds for XEmacs.
6554
6555         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6556         X-Boundary header.
6557
6558         * message.el (message-simplify-recipients): Fix previous commit.
6559
6560 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6561
6562         * mm-util.el (mm-set-buffer-multibyte): New function.
6563         * mm-decode.el (mm-copy-to-buffer): Use it.
6564
6565         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6566         Prefer fboundp to functionp so it works with macros as well.
6567
6568 2008-03-19  Glenn Morris  <rgm@gnu.org>
6569
6570         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6571         Accidentally removed in the sync process with Emacs.
6572
6573 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * message.el (message-alter-recipients-discard-bogus-full-name):
6576         New function.
6577         (message-alter-recipients-function): New variable.
6578         (message-get-reply-headers): Use it.
6579         (message-replace-header): New helper function.
6580         (message-recipients-without-full-name): New variable.
6581         (message-simplify-recipients): New command.
6582
6583         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6584
6585         * message.el (message-info): Handle EasyPG manual.
6586
6587         * mml.el (mml-menu): Add entry for EasyPG.
6588
6589 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6590
6591         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6592         parameter.
6593
6594         * message.el (message-disassociate-draft): Specify drafts group name
6595         fully.
6596
6597 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6598
6599         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6600         Eliminate unnecessary duplicates from the match list.
6601
6602 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6605
6606         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6607
6608         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6609         args of `how-many' of which the XEmacs version doesn't take; declare
6610         Info-index-next as function.
6611
6612 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * gnus-score.el (gnus-score-headers): Fix handling of
6615         gnus-inhibit-slow-scoring.
6616
6617         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6618         string.
6619         (gnus-button-url-regexp): Improve handling of parenthesis.
6620         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6621         (gnus-button-handle-info-keystrokes): Handle index entries.
6622
6623 2008-03-15  Glenn Morris  <rgm@gnu.org>
6624
6625         * parse-time.el (parse-time-string): Simplify.
6626
6627 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6630         Incoming* files.
6631
6632 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6633
6634         * auth-source.el (auth-sources): Rename from auth-source-choices.
6635         (auth-source-pick): Use it.
6636
6637 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6638
6639         * binhex.el (binhex-decode-region-internal):
6640         * uudecode.el (uudecode-decode-region-internal):
6641         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6642         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6643         setting default-enable-multibyte-characters.
6644
6645 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6646
6647         * auth-source.el (auth-source-protocols)
6648         (auth-source-protocols-customize, auth-source-choices): Add and
6649         modified variable customizations and defaults.
6650         (auth-source-pick, auth-source-user-or-password)
6651         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6652         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6653         (auth-source-user-or-password-sftp)
6654         (auth-source-user-or-password-smtp): Use new variables and provide an
6655         interface to netrc.el.
6656
6657 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6660         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6661         Make sure the nntp port to specify is a string.
6662
6663 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6664
6665         * nntp.el: Use with-current-buffer.
6666         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6667         dubious mm-with-unibyte-current-buffer.
6668         (nntp-with-open-group-function): New function extracted from
6669         nntp-with-open-group macro.
6670         (nntp-with-open-group): Use the function, so it's easier to debug.
6671         Add indentation and debugging info.
6672         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6673         Recommend the use of the netcat alternatives.
6674
6675         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6676         Avoid mm-string-as-multibyte as well.
6677
6678         * nnweb.el (nnweb-insert-html):
6679         Remove use of nnheader-string-as-multibyte.
6680
6681         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6682         (nnheader-string-as-multibyte): Remove.
6683
6684         * mm-view.el: Use inhibit-read-only.
6685         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6686         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6687         or unibyte-string.
6688
6689         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6690         (mm-uu-yenc-extract): Use with-current-buffer.
6691
6692         * gnus-soup.el (gnus-soup-send-packet): Don't use
6693         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6694
6695         * nnmh.el: Use with-current-buffer.
6696         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6697         mm-string-as-multibyte on the output of mm-encode-coding-string.
6698
6699         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6700         (nnimap-request-move-article): Use with-current-buffer.
6701
6702         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6703         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6704         conversion uses string-make-unibyte rather than string-as-unibyte.
6705
6706         * gnus-msg.el: Use with-current-buffer.
6707
6708         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6709
6710 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6711
6712         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6713         string for caching if it is 'PIN.
6714
6715 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * lpath.el: Consider the case without Emacs/W3.
6718
6719 2008-03-08  Glenn Morris  <rgm@gnu.org>
6720
6721         * time-date.el (date-to-time, time-subtract, time-add)
6722         (safe-date-to-time): Doc fixes.
6723
6724 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * mail-source.el (mail-source-delete-old-incoming-confirm):
6727         Change default to nil.
6728         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6729
6730 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * lpath.el: Rearrange.
6733
6734         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6735         (gnus-article-goto-prev-page): Work for articles having ^L's.
6736
6737         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6738
6739         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6740
6741 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6742
6743         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6744         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6745         (gnus-bookmark-jump): Adjust some variable names.
6746
6747 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * auth-source.el: New package.
6750         (auth-source-choices): Add customization entry point variable.
6751
6752         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6753         bug.
6754
6755 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6756
6757         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6758         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6759         (gnus-registry-install-shortcuts): Rename from
6760         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6761         the `gnus-registry-mark-map' keymap dynamically from
6762         `gnus-registry-marks'.  The generated functions update the summary line
6763         when a registry mark is added or deleted, and will call
6764         `gnus-registry-install-p' (see the comments in the code).
6765         (gnus-registry-user-format-function-M): Use concat intelligently.
6766
6767         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6768         the registry mark functions.
6769
6770 2008-03-05  Glenn Morris  <rgm@gnu.org>
6771
6772         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6773         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6774         gnus-art.
6775         (top-level): No need to load own source when compiling.
6776
6777 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6780         Suggested by <chris.anderton@zetnet.co.uk>.
6781
6782 2008-03-04  Glenn Morris  <rgm@gnu.org>
6783
6784         * gnus-sum.el (top-level): No need to require gnus when compiling,
6785         since unconditionally required near start of file.
6786         (gnus-summary-display-while-building): Move definition before use.
6787
6788 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6789
6790         * gnus-registry.el (gnus-registry-user-format-function-M):
6791         Add formatting function.
6792
6793 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6796         with plists.
6797         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6798         Use new format.
6799
6800 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6803         `where-is-internal' that returns a range of key sequences.
6804
6805 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6806
6807         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6808
6809         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6810         (gnus-summary-jump-to-group): Consider windows on other displayed
6811         frames as well.  Similar changes might be needed elsewhere, but that's
6812         the one I've bumped into during my use.
6813
6814         * nndoc.el (nndoc-oe-dbx-type-p):
6815         * gnus-msg.el (gnus-debug):
6816         * gnus-group.el (gnus-update-group-mark-positions):
6817         Use mm-string-to-multibyte.
6818
6819 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6820
6821         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6822         doesn't handle NotDashEscaped.
6823
6824         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6825         (mml-dnd-attach-options): Fix typo in custom choice.
6826
6827         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6828         Change nndoc-article-type to mbox.
6829         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6830
6831         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6832         to nil, instead of html2text.
6833
6834         * imap.el (imap-debug): Add `imap-ping-server'.
6835
6836         * gnus-bookmark.el: Add FIXMEs.
6837
6838         * message.el (message-form-letter-separator)
6839         (message-send-form-letter-delay): New variables.
6840         (message-send-form-letter): Use them.  New command to send form
6841         letters.  Requested by Uwe Siart.
6842         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6843
6844 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * Update copyright years.
6847
6848 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         Sync from EMACS_22_BASE.
6851
6852         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6853
6854 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6855
6856         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6857         empty author.
6858
6859 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6860
6861         * gnus-registry.el (gnus-registry-marks): Add variable for
6862         customization of marks and their appearance.
6863         (gnus-registry-read-mark): Use it.
6864         (gnus-registry-do-marks): Add utility function to loop through
6865         `gnus-registry-marks'.
6866         (gnus-registry-install-shortcuts-and-menus): Add function to install
6867         shortcuts and menus.
6868         (gnus-registry-initialize): Use it.
6869         (gnus-registry-default-mark): Clarify documentation.
6870
6871 2008-02-29  Glenn Morris  <rgm@gnu.org>
6872
6873         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6874         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6875         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6876         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6877         Change defcustom :version from 23.0 to 23.1.
6878
6879 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6880
6881         * gnus-registry.el (gnus-registry-follow-group-p)
6882         (gnus-registry-post-process-groups): Add functions to aid registry
6883         splitting and improve logging.  Clarify behavior in function
6884         documentation.
6885         (gnus-registry-split-fancy-with-parent): Use them.
6886
6887 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         * gnus-art.el: Use with-current-buffer.
6890
6891 2008-02-27  David Engster  <dengste@eml.cc>
6892
6893         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6894         Express real group name in the response.
6895
6896 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6899         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6900         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6901         autoload gnus-registry-fetch-group when compiling.
6902         (nnmairix-request-group-with-article-number-correction):
6903         Remove unreferenced argument passed to nnmairix-call-backend.
6904
6905 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6908         (mm-uu-extract): Improve face for low color ttys.
6909         Reported by Sascha Wilde.
6910
6911 2008-02-27  Glenn Morris  <rgm@gnu.org>
6912
6913         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6914         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6915         variables to defconsts.  Convert comments to doc-strings.
6916         (nnmairix-last-server, nnmairix-current-server): Convert from free
6917         variables to defvars.  Convert comments to doc-strings.
6918         (gnus-registry-fetch-group): Autoload.
6919         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6920         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6921         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6922         caddr.
6923         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6924         nnmairix-request-group-with-article-number-correction call.
6925         (nnmairix-fast, nnmairix-group): New, less general names, for free
6926         variables passed from nnmairix-request-group to
6927         nnmairix-request-group-with-article-number-correction.  Declare.
6928         (nnmairix-request-group-with-article-number-correction):
6929         Use nnmairix-fast, nnmairix-group rather than fast, group.
6930
6931 2008-02-26  David Engster  <dengste@eml.cc>
6932
6933         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6934         version 0.5.
6935
6936 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6937
6938         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6939         instead of making an extra function call.  Don't add the current group
6940         to articles only when they have the group.  Use
6941         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6942         Reported by David <de_bb@arcor.de>.
6943
6944 2008-02-24  Miles Bader  <miles@gnu.org>
6945
6946         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6947         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6948         (mm-find-mime-charset-region):
6949         * mm-bodies.el (mm-encode-body):
6950         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6951
6952 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6955         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6956
6957 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * mail-source.el (mail-source-delete-incoming): Change default.
6960         Supplement doc string.
6961
6962         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6963
6964 2008-02-14  Glenn Morris  <rgm@gnu.org>
6965
6966         * time-date.el (format-seconds): New function.
6967
6968 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * nnmail.el (nnmail-message-id-cache-file): Derive from
6971         `gnus-home-directory'.
6972
6973 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6976         Document negative prefix.
6977
6978         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6979
6980 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * message.el (message-unsent-separator): Add the Exim bounce
6983         separator.
6984
6985 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6986
6987         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6988         list.
6989         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6990         recipient/signer list.
6991
6992 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * Makefile.in (datarootdir): Define.
6995         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6996         name that might contain whitespace.
6997
6998 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7001         fbound (Emacs 23 unicode), signal an error.
7002
7003 2008-02-08  Glenn Morris  <rgm@gnu.org>
7004
7005         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7006
7007 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7008
7009         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7010         ports to the calls to `netrc-machine-user-or-password' in addition to
7011         "imap" and "imaps".
7012
7013 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7014
7015         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7016
7017         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7018
7019 2008-02-01  Kenichi Handa  <handa@m17n.org>
7020
7021         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7022         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7023         (rfc2104-hash): Convert the result of concat to unibyte string.
7024
7025 2008-02-01  Dave Love  <fx@gnu.org>
7026
7027         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7028         coding-system-for-read.
7029         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7030
7031 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7034         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7035         <hanche@math.ntnu.no>.
7036
7037 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7040
7041         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7042
7043 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7044
7045         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7046         * message.el (message-beginning-of-line): Use featurep instead of bound
7047         tests in order to resolve conditionals at compile time.
7048
7049 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7050
7051         * mail-source.el (mail-sources): Add `group' choice.
7052
7053         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7054         parameter `in-group' to control into which group the articles go.
7055         Add treatment of `group' mail-source.
7056
7057 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7060
7061         * mm-decode.el (mm-dissect-buffer): Decode description.
7062
7063         * mml.el (mml-to-mime): Encode message header first.
7064
7065 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7068         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7069
7070         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7071         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7072
7073 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7076
7077 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7080         prefix keys.
7081         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7082         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7083         gnus-xmas.el.
7084
7085         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7086         (gnus-xmas-article-describe-bindings): New function.
7087         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7088         gnus-xmas-article-describe-bindings.
7089
7090         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7091
7092 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7093
7094         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7095         Add new variables for article mark management.
7096         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7097         list of extra data entries which, when present, will indicate that the
7098         article ID should not be trimmed from the registry.
7099         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7100         functions.
7101         (gnus-registry-read-mark): New function to read a mark name from the
7102         user.
7103         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7104         (gnus-registry-set-article-mark-internal): New functions to add and
7105         remove marks.
7106         (gnus-registry-get-article-marks): New function to show the marks for
7107         an article, or retrieve them for further use.
7108
7109 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7112         keys when no argument is given.
7113
7114 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * imap.el (imap-ping-server): New variable.
7117         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7118         (imap-ping-server): Minor doc string fixes.
7119
7120 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7121
7122         * imap.el (imap-ping-server): New function.
7123         (imap-opened): Call imap-ping-server.
7124
7125 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * gnus-sum.el (gnus-article-sort-by-random)
7128         (gnus-thread-sort-by-random): Fix doc strings.
7129         Reported by jidanni@jidanni.org.
7130
7131 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-art.el (gnus-article-describe-bindings): New function.
7134         (gnus-article-read-summary-keys): Use it.
7135         (gnus-article-mode-map): Bind `C-h b' to it.
7136
7137 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7140         XEmacs.
7141         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7142         Protect against non-character events.
7143
7144         * lpath.el: Fbind map-keymap for Emacs 21.
7145
7146 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7149         New command.
7150         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7151         instead of END.  Change name of the temp file.
7152         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7153         customizable.
7154
7155 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7158         bind `S W' to gnus-article-wide-reply-with-original; set default
7159         binding to gnus-article-read-summary-send-keys.
7160         (gnus-article-read-summary-keys): Fix the order of keys; display
7161         continuation keys correctly in the echo area; describe bindings
7162         correctly when keys end with `C-h'.
7163         (gnus-article-read-summary-send-keys): New function.
7164         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7165         Work for gnus-article-read-summary-send-keys; display continuation keys
7166         correctly in the echo area.
7167         (gnus-article-reply-with-original): Ignore prefix argument.
7168         (gnus-article-wide-reply-with-original): New function.
7169
7170         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7171         Emacs 21.
7172
7173 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7176         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7177
7178 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7181         (gnus-group-read-ephemeral-gmane-group): New command.
7182
7183 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7184
7185         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7186
7187 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * message.el (message-send-mail-function): Increase custom version.
7190
7191         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7192         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7193
7194 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7195
7196         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7197         for the cases where imap-authenticate is called with a nil buffer
7198         parameter.
7199
7200 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7203         html parts correctly; support forwarded messages.
7204         (gnus-article-browse-html-article): Remove work buffers.
7205
7206         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7207         compiling.
7208         (netrc-bound-and-true-p): New macro.
7209         (netrc-parse): Use it instead of bound-and-true-p that is not available
7210         in XEmacs 21.4.
7211
7212 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7213
7214         * gnus-registry.el (gnus-registry-mark-article)
7215         (gnus-registry-article-marks): Add functionality to mark articles
7216         through the Gnus registry.
7217
7218         * encrypt.el: Clarify documentation for the new pgg method.
7219         (encrypt-file-alist): Add PGG option.
7220         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7221         functionality.  Abstract password key and messaging to external
7222         functions.
7223         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7224         (encrypt-message-method-and-cipher): Add new convenience external
7225         functions.
7226         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7227         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7228
7229         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7230         (netrc-parse): Use encrypt-file-alist to determine if
7231         encrypt-find-model or encrypt-insert-file-contents should be used.
7232
7233         * encrypt.el: Clarify documentation.  Load password-cache or
7234         password, whichever one is found first, instead of autoloading.
7235
7236 2007-12-19  Glenn Morris  <rgm@gnu.org>
7237
7238         * mml.el (message-options-set, message-narrow-to-head)
7239         (message-in-body-p, message-mail-p, message-encode-message-body):
7240         Autoload.
7241         (message-remove-header, message-narrow-to-headers-or-head)
7242         (message-subscribed-p, message-make-mail-followup-to)
7243         (message-position-on-field, message-news-p)
7244         (message-options-set-recipient, message-generate-headers)
7245         (message-sort-headers): Declare as functions.
7246
7247 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7250         convention in doc string.
7251
7252 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7255         title to html parts.
7256         (gnus-article-browse-html-article): Pass message header to it.
7257
7258         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7259
7260 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7263         or password compatible with XEmacs.
7264
7265 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7268         format document.
7269         (gnus-mime-delete-part): Don't write description line if empty.
7270         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7271
7272 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7273
7274         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7275         (gnus-summary-mark-read-and-unread-as-read)
7276         (gnus-summary-mark-current-read-and-unread-as-read)
7277         (gnus-summary-mark-unread-as-ticked): Doc fix.
7278         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7279
7280 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7283         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7284
7285 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7288         yes-or-no-p.
7289
7290 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * mm-decode.el (mm-add-meta-html-tag): New function.
7293         (mm-save-part-to-file, mm-pipe-part): Use it.
7294
7295         * gnus-art.el (gnus-article-browse-delete-temp-files):
7296         Use gnus-y-or-n-p instead of y-or-n-p.
7297         (gnus-article-browse-html-parts): Work with message/external-body; use
7298         mm-add-meta-html-tag.
7299
7300 2007-12-11  Glenn Morris  <rgm@gnu.org>
7301
7302         * gnus-cache.el: Require gnus-sum not just when compiling.
7303
7304         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7305
7306         * gnus-int.el (gnus-server-opened, gnus-status-message):
7307         Move definitions before use.
7308
7309         * mm-decode.el: Require gnus-util.
7310         (mm-remove-part): Only call delete-annotation on XEmacs.
7311
7312         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7313
7314         * nnmail.el: Require gnus-int.
7315
7316         * spam.el: Move `require's before `eval-when-compile's.
7317
7318         * gnus-ems.el (gnus-alive-p):
7319         * gnus-fun.el (message-goto-eoh):
7320         * gnus-util.el (gnus-group-name-decode):
7321         * mail-source.el (gnus-compress-sequence):
7322         * message.el (Info-goto-node, format-spec):
7323         * mm-bodies.el (message-options-get):
7324         * mm-decode.el (mm-view-pkcs7):
7325         * mm-util.el (gmm-write-region):
7326         * mml-smime.el (mml-compute-boundary)
7327         (gnus-completing-read-with-default):
7328         * mml.el (widget-button-press, gnus-make-hashtable):
7329         * mml1991.el (mm-decode-content-transfer-encoding)
7330         (mm-encode-content-transfer-encoding)
7331         (message-options-get, message-options-set):
7332         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7333         * nnfolder.el (gnus-request-group):
7334         * nnheader.el (ietf-drums-unfold-fws):
7335         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7336         * smime.el (gnus-run-mode-hooks):
7337         * spam-stat.el (gnus-message): Autoload.
7338
7339         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7340         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7341         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7342         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7343         Add declare-function compatibility definition.
7344
7345         * gnus-cache.el (nnvirtual-find-group-art):
7346         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7347         (gnus-add-image, gnus-add-wash-type):
7348         * gnus-group.el (nnkiboze-score-file):
7349         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7350         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7351         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7352         (message-tokenize-header, gnus-get-buffer-create)
7353         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7354         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7355         * gnus.el (gnus-group-decoded-name):
7356         * mail-source.el (imap-capability):
7357         * mm-bodies.el (message-options-set):
7358         * mm-decode.el (gnus-configure-windows):
7359         * mm-extern.el (message-goto-body):
7360         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7361         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7362         (epg-sub-key-validity, message-options-set):
7363         * mml.el (widget-event-point, gnus-configure-windows):
7364         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7365         * mml2015.el (epg-check-configuration, epg-configuration)
7366         (message-options-set):
7367         * nndb.el (nndb-request-article):
7368         * nnfolder.el (gnus-request-create-group):
7369         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7370         * nnmaildir.el (gnus-group-mark-article-read):
7371         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7372         * rfc1843.el (message-fetch-field):
7373         * spam.el (gnus-extract-address-components):
7374         Declare as functions.
7375
7376 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7379
7380         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7381
7382         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7383         bind show-trailing-whitespace for XEmacs.
7384
7385 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7388         new no-op macro for backward compatibility.
7389
7390         * imap.el (imap-string-to-integer): New function.
7391
7392 2007-12-09  Glenn Morris  <rgm@gnu.org>
7393
7394         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7395
7396         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7397         * message.el, mm-view.el, sieve-manage.el, smime.el:
7398         Add declare-function compatibility definition.
7399
7400         * gnus-art.el (w3-region, w3m-region, Info-menu):
7401         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7402         * gnus-sum.el (gnus-get-predicate):
7403         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7404         * message.el (mail-abbrev-in-expansion-header-p):
7405         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7406         (w3m-detect-meta-charset, w3m-region):
7407         * sieve-manage.el (password-read, password-cache-add)
7408         (password-cache-remove):
7409         * smime.el (password-read-and-add): Declare as functions.
7410
7411 2007-12-08  David Kastrup  <dak@gnu.org>
7412
7413         * gnus-sum.el (gnus-summary-simplify-subject-query):
7414         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7415         `message'.
7416
7417 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7420         it to bind idna-program, installation-directory, defined-colors, and
7421         face-attribute for XEmacs of the version that compiles defcustom forms.
7422
7423 2007-12-07  Glenn Morris  <rgm@gnu.org>
7424
7425         * gnus-art.el (article-make-date-line): Revert previous change.
7426
7427 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7430
7431 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7432
7433         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7434         Call gnus-add-to-range ranges only once with a prepared article-list.
7435
7436 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7437
7438         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7439         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7440         group names with backslashes.
7441         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7442
7443 2007-12-06  Deepak Goel  <deego3@gmail.com>
7444
7445         * gnus-art.el (article-make-date-line):
7446         * gnus-start.el (gnus-load):
7447         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7448
7449 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-art.el (gnus-use-idna)
7452         * gnus-start.el (gnus-site-init-file)
7453         * message.el (message-use-idna)
7454         * mm-uu.el (mm-uu-hide-markers)
7455         * smiley.el (smiley-style): Revert changes that suppress warnings.
7456
7457 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7460         specify charset to html source.
7461         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7462
7463 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7466         idna-program in order to suppress byte compile warning issued by XEmacs
7467         that came to byte compile the default value section of defcustom forms
7468         recently.
7469
7470         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7471         value of installation-directory.
7472
7473         * message.el (message-use-idna): Don't directly refer to the value of
7474         idna-program.
7475
7476         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7477
7478         * smiley.el (smiley-style): Don't directly call face-attribute.
7479
7480 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7483
7484         * gnus-dired.el: Reduce Gnus dependencies.
7485         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7486         Don't require.  Use autoloads instead.
7487         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7488         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7489         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7490         (gnus-dired-mode): Adjust doc string.
7491         (gnus-dired-mail-mode): New variable.
7492         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7493         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7494         (gnus-dired-mail-buffers): New function.  Return mail or message
7495         composition buffers.
7496         (gnus-dired-attach): Use it.
7497         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7498         NO-DECODE.
7499         (gnus-dired-print): Use `gnus-print-buffer' depending on
7500         `gnus-dired-mail-mode'.
7501
7502 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * rfc2047.el (rfc2047-encoded-word-regexp)
7505         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7506         explaining what regexp patterns are for.
7507
7508 2007-12-04  Glenn Morris  <rgm@gnu.org>
7509
7510         * password.el: Move to password-cache.el.
7511
7512         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7513         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7514         * mml-smime.el (password-read, password-cache-add)
7515         (password-cache-remove):
7516         No need to autoload, since mml-sec requires password.
7517
7518         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7519         * message.el (gnus-extract-address-components):
7520         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7521
7522         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7523         password.
7524
7525 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * mailcap.el: Reduce dependencies.
7528         (mail-header-parse-content-type): Autoload.
7529         (mailcap-delete-duplicates): New alias.
7530         (mailcap-mime-info): Add optional argument NO-DECODE.
7531         (mailcap-mime-types): Use mailcap-delete-duplicates.
7532
7533         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7534
7535 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7536
7537         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7538         (imap-parse-status): Upcase status-att for servers that sends them
7539         lower-case (e.g., MS Exchange 2007).
7540
7541 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7544         function.
7545
7546         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7547         (gnus-uu-yenc-article): New function.
7548
7549         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7550
7551         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7552
7553 2007-12-02  Glenn Morris  <rgm@gnu.org>
7554
7555         * binhex.el (binhex): New custom group.
7556         (binhex-decoder-program, binhex-decoder-switches)
7557         (binhex-use-external): Move to the binhex custom group.
7558
7559         * uudecode.el (uudecode): New custom group.
7560         (uudecode-decoder-program, uudecode-decoder-switches)
7561         (uudecode-use-external): Move to the uudecode custom group.
7562
7563         * netrc.el (top-level): Don't load `encrypt' features.
7564         (netrc-parse): Don't use encrypt.
7565         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7566
7567         * encrypt.el: Remove file.
7568
7569 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7572         matches on patches.
7573
7574         * gnus-art.el (gnus-article-browse-html-article):
7575         Mention `mm-text-html-renderer' in the doc string.
7576
7577         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7578         string.  Add comments.
7579
7580         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7581         if rhs is ASCII.
7582
7583 2007-12-01  Glenn Morris  <rgm@gnu.org>
7584
7585         * mail-source.el (top-level): Require format-spec before
7586         eval-when-compile.
7587
7588 2007-11-30  Glenn Morris  <rgm@gnu.org>
7589
7590         * encrypt.el: Require password, rather than autoloading password-read.
7591
7592 2007-11-29  Glenn Morris  <rgm@gnu.org>
7593
7594         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7595         (sasl-make-client, sasl-next-step, sasl-step-data)
7596         (sasl-step-set-data): Declare as functions.
7597
7598 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7601
7602 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7603
7604         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7605         certs should be verified and what is to be done in the event of a
7606         verification failure.
7607
7608         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7609         caller can indicate whether the cache should be disregarded for this
7610         call.  This way the result of the call is reproducible at all times and
7611         can be considered a canonical server name for the supplied method.
7612         (gnus-agent-method-p): Canonicalize server names by pushing their
7613         method through `gnus-method-to-server' using the no-cache argument.
7614
7615         * gnus-srvr.el (gnus-server-insert-server-line):
7616         Call `gnus-method-to-server' with `no-cache' argument.
7617
7618         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7619         gnus-agent-possibly-synchronize-flags as this should be called when the
7620         server is actually being opened.
7621         (gnus-agent-possibly-synchronize-flags)
7622         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7623         flags file of an agentized server to the latter function.
7624
7625         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7626         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7627         after a connection has been established successfully.
7628
7629 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-art.el (article-display-face): Force to display face if called
7632         interactively; check if gnus-article-x-face-too-ugly matches author.
7633         (article-display-x-face): Display face even if From header is missing
7634         as article-display-face does.
7635
7636 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7637
7638         * hashcash.el (message-narrow-to-headers-or-head)
7639         (message-fetch-field, message-goto-eoh)
7640         (message-narrow-to-headers): Declare as functions.
7641
7642 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7643
7644         * mail-source.el (mail-sources): Default to fetch from file for
7645         compatibility with default of nnmail-spool-file.
7646
7647 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7650         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7651         to look for encoded word that should be encoded again.
7652         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7653         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7654         encoding pattern.
7655         (rfc2047-decode-region): Switch strict regexp and loose one according
7656         to rfc2047-allow-irregular-q-encoded-words.
7657
7658 2007-11-25  Romain Francoise  <romain@orebokech.com>
7659
7660         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7661
7662 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * tls.el (tls-program): Provide more custom choices from
7665         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7666         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7667
7668 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7671         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7672
7673         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7674         `nnmail-spool-file'.
7675
7676         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7677         `nnmail-spool-file'.
7678
7679         * gnus-move.el (gnus-change-server): Ditto.
7680
7681         * gnus-kill.el (gnus-batch-score): Ditto.
7682
7683         * gnus-cache.el (gnus-jog-cache): Ditto.
7684
7685         * gnus-msg.el (gnus-summary-reply):
7686         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7687
7688 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7691         version.  Minor improvement to doc strings.
7692         (tls-program): Add comment.
7693
7694 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7695
7696         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7697         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7698         mismatch between the hostname provided in the certificate and the name
7699         of the host connnecting to.
7700         (open-tls-stream): Use them.  Check certificates against trusted root
7701         certificates.
7702
7703 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * gnus-cache.el (gnus-cache-generate-nov-databases):
7706         Use nnml-generate-nov-databases-directory instead of
7707         nnml-generate-nov-databases-1.
7708
7709 2007-11-24  Glenn Morris  <rgm@gnu.org>
7710
7711         * message.el (message-tool-bar-retro): Update for rename
7712         mail_send.xpm->mail-send.xpm.
7713
7714 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7717         `smime-ldap-search' for Emacs 22 and up.
7718
7719 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7720
7721         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7722
7723         * message.el (message-send-mail-function): Fix error convention.
7724         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7725         (message-widen-reply, message-send-mail, message-talkative-question)
7726         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7727         (message-clone-locals, message-send-news): Use with-current-buffer.
7728         (message-insert-or-toggle-importance): Remove unused var `valid'.
7729         (message-make-references): Remove unused var `new-references'.
7730         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7731
7732 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7733
7734         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7735         (spam-split-symbolic-return-positive): Reflow docstring.
7736         (spam-backends, spam-summary-exit-behavior)
7737         (spam-mark-ham-unread-before-move-from-spam-group)
7738         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7739         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7740         (spam-clear-cache, spam-backend-check, spam-install-backend)
7741         (spam-install-statistical-backend, spam-list-of-processors)
7742         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7743         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7744         (spam-check-crm114, spam-initialize, spam-unload-hook):
7745         Fix typos in docstrings.
7746
7747 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7750         been checked if they have never been read and those group levels are
7751         higher than the one that a user specified.
7752
7753 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7756         foreign groups unless a group level is specified by a user.
7757         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7758
7759 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * message.el (message-send-mail-function): Require sendmail.
7762
7763 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * message.el (message-send-mail-function): Check for smtpmail too.
7766
7767         * utf7.el (utf7-encode, utf7-decode): Use coding system
7768         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7769
7770         * message.el (message-send-mail-function): New function.
7771         (message-send-mail-function): Set default using
7772         message-send-mail-function.  Adjust doc string.
7773         (message-send-mail-with-mailclient): New function.
7774
7775 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7776
7777         * smime.el (from):
7778         * rfc2047.el (message-posting-charset):
7779         * qp.el (mm-use-ultra-safe-encoding):
7780         * pop3.el (parse-time-months):
7781         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7782         * nnml.el (files):
7783         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7784         (jka-compr-compression-info-list, ange-ftp-path-format)
7785         (efs-path-regexp):
7786         * nndiary.el (files):
7787         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7788         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7789         (epg-digest-algorithm-alist, inhibit-redisplay)
7790         (password-cache-expiry):
7791         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7792         (pgg-output-buffer, password-cache-expiry):
7793         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7794         (efs-path-regexp):
7795         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7796         (inhibit-redisplay):
7797         * mm-uu.el (file-name, start-point, end-point, entry)
7798         (gnus-newsgroup-name, gnus-newsgroup-charset):
7799         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7800         (latin-unity-ucs-list):
7801         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7802         (mm-uu-binhex-decode-function):
7803         * message.el (gnus-message-group-art, gnus-list-identifiers)
7804         (rmail-enable-mime-composing, gnus-local-organization)
7805         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7806         (gnus-read-active-file, facemenu-add-face-function)
7807         (facemenu-remove-face-function, gnus-article-decoded-p)
7808         (tool-bar-mode):
7809         * mail-source.el (display-time-mail-function):
7810         * gnus-util.el (nnmail-pathname-coding-system)
7811         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7812         (gnus-original-article-buffer, gnus-user-agent)
7813         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7814         (xemacs-codename, sxemacs-codename, emacs-program-version):
7815         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7816         * gnus-start.el (gnus-agent-covered-methods)
7817         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7818         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7819         (gnus-newsgroup-headers, gnus-group-list-mode)
7820         (gnus-group-mark-positions, gnus-newsgroup-data)
7821         (gnus-newsgroup-unreads, nnoo-state-alist)
7822         (gnus-current-select-method, mail-sources)
7823         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7824         (nnmail-spool-file, gnus-cache-active-hashtb):
7825         * gnus-mh.el (mh-lib-progs):
7826         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7827         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7828         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7829         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7830         (gnus-group-buffer):
7831         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7832         (font-lock-set-defaults):
7833         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7834         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7835         (gnus-summary-post-menu, total-parts, type, condition, length):
7836         * gnus-agent.el (gnus-agent-read-agentview):
7837         * flow-fill.el (show-trailing-whitespace):
7838         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7839         eval-and-compile wrappers for byte compiler pacifiers.
7840
7841         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7842         (mm-display-inline-fontify): Check for featurep 'xemacs not
7843         extent-list.
7844
7845         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7846         itimer-list.
7847         (mm-create-image-xemacs): Only do something for XEmacs.
7848         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7849
7850         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7851
7852         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7853         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7854
7855 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7856
7857         * nnimap.el (nnimap-split-download-body):
7858         * gnus-demon.el (gnus-demon):
7859         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7860
7861 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7864         New macros.
7865         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7866         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7867         copy data from unibyte buffer to multibyte current buffer.
7868         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7869         to copy data from unibyte current buffer to multibyte buffer.
7870         (nntp-make-process-buffer): Make process buffer unibyte.
7871
7872         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7873
7874 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7875
7876         * pop3.el (pop3-open-server): Accept and process data more robustly at
7877         connexion start to avoid spurious "POP SSL connexion failed" errors.
7878
7879 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7882         read group names.
7883
7884 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7887
7888 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7891         (nnmail-save-active): Use a unibyte buffer when saving active file,
7892         which may contain non-ASCII group names.
7893
7894         * nnml.el (nnml-request-group): Decode group names in messages.
7895
7896 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * message.el (message-citation-line-function)
7899         (message-insert-formatted-citation-line): Fix spelling of
7900         `message-insert-formated-citation-line'.
7901
7902 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7905
7906 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7909         nnmail-pathname-coding-system.
7910
7911         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7912         that a user enters; decode group names in messages.
7913
7914         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7915
7916 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7919
7920         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7921
7922         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7923         risky local variable.
7924
7925         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7926
7927 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7928
7929         * encrypt.el: Improve documentation to fix function name typo.
7930         Reported by Daiki Ueno <ueno@unixuser.org>.
7931
7932 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7935         even if the point is not in the last page of an article.
7936         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7937         back to the previous page.
7938
7939 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7942
7943 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7946
7947 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7948
7949         * message.el (message-check-news-body-syntax):
7950         Avoid mm-string-as-multibyte.
7951         (message-hide-headers): Don't assume (point-min)==1.
7952
7953 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * message.el (message-remove-blank-cited-lines): Fix if remove is
7956         given.
7957         (message-bogus-address-regexp): New variable.
7958         (message-bogus-recipient-p): New function.
7959         (message-check-recipients): New command.
7960         (message-syntax-checks): Add `bogus-recipient'.
7961         (message-fix-before-sending): Add `bogus-recipient'.
7962
7963         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7964         (gnus-treat-body-boundary): Don't test window-system.
7965
7966 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7967
7968         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7969
7970 2007-10-28  Miles Bader  <miles@gnu.org>
7971
7972         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7973         at compile-time too.
7974
7975 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * gnus-msg.el (gnus-message-setup-hook):
7978         Add `message-remove-blank-cited-lines' to options.
7979
7980 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * message.el (message-remove-blank-cited-lines): New function.
7983         Suggested by Karl Plästerer.
7984
7985 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7988         mapc.
7989
7990         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7991         (top-level): Use mapc to set functions to be traced for debugging.
7992
7993         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7994         called for effect with while loop.
7995
7996         * message.el (message-talkative-question): Replace mapcar called for
7997         effect with mapc.
7998
7999         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8000         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8001         called for effect with dolist.
8002
8003         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8004
8005         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8006         gnus-extra-headers and nnmail-extra-headers.
8007
8008         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8009         called for effect with dolist.
8010         (top-level): Use mapc to set functions to be traced for debugging.
8011
8012         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8013         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8014         dolist.
8015
8016         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8017         Replace mapcar called for effect with mapc.
8018         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8019         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8020         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8021         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8022
8023         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8024         remove-if that's a cl function.
8025
8026         * webmail.el (webmail-debug): Replace mapcar called for effect with
8027         dolist.
8028
8029         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8030         with mapc.
8031
8032 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8035         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8036         with while loop.
8037
8038         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8039         functions from article-* functions.
8040         (gnus-multi-decode-header): Replace mapcar called for effect with
8041         dolist.
8042
8043         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8044         (gnus-bookmark-show-details): Replace mapcar called for effect with
8045         while loop.
8046
8047         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8048         called for effect with while loop.
8049
8050         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8051         with dolist.
8052
8053         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8054         Replace mapcar called for effect with dolist.
8055
8056         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8057
8058         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8059         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8060         Replace mapcar called for effect with dolist.
8061         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8062         mapc.
8063
8064         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8065         Replace mapcar called for effect with dolist.
8066         (gnus-topic-list): Replace mapcar called for effect with mapc.
8067
8068         * gnus.el: Use mapc instead of mapcar to add autoloads.
8069
8070 2007-10-23  Richard Stallman  <rms@gnu.org>
8071
8072         * gnus-group.el (gnus-group-highlight): Mark as risky.
8073
8074 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus.el (gnus-server-to-method): Return method found first in
8077         gnus-newsrc-alist.
8078
8079         * gnus-art.el (gnus-article-highlight-signature)
8080         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8081         button overlay without the front stickiness.
8082
8083 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8084
8085         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8086         overview buffer needed a catch to receive its throw.
8087         (gnus-agent-flush-cache): Declare as interactive to make this function
8088         easier to use.
8089
8090 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8093         `next-line'.
8094
8095 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8098         exclude address matching message-dont-reply-to-names.
8099
8100 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-util.el (gnus-string<): New function.
8103
8104         * gnus-sum.el (gnus-article-sort-by-author)
8105         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8106
8107 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8110         the frame-focus tag is set in gnus-buffer-configuration.
8111
8112 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8115         the front stickiness.
8116
8117 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8120         url pattern; remove duplicate one.
8121         (gnus-article-extend-url-button): New function.
8122         (gnus-article-add-buttons): Use it.
8123         (gnus-button-push): Use concatenated url that it makes.
8124
8125 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8126
8127         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8128
8129 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8130
8131         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8132         Don't hardcode point-min==1.
8133
8134 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8137         Fix comment about "iso8859-1".
8138
8139 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8140
8141         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8142         ones returned from the verify-function.
8143
8144         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8145         Call mml2015-extract-cleartext-signature if extraction failed.
8146
8147 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8148
8149         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8150         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8151         failed.
8152
8153 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8156
8157 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8160         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8161         recommends to use EasyPG instead of PGG.
8162
8163         * pgg.el: Revert to revision 6.23.2.16.
8164
8165         * pgg-def.el: Revert to revision 6.6.2.14.
8166
8167         * pgg-gpg.el: Revert to revision 6.23.2.34.
8168
8169 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8172         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8173         thread for both the null and zero (kill/expire thread) universal prefix
8174         cases.
8175         (gnus-summary-expire-thread): Add new function to expire a thread,
8176         using gnus-summary-kill-thread.
8177         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8178         shortcuts for gnus-summary-expire-thread.
8179         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8180         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8181
8182 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8183
8184         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8185         extras value, so an extras entry can be deleted.
8186         (gnus-registry-delete-extra-entry): Use it.
8187         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8188         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8189         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8190         storage through the gnus-registry, and provide an appropriate API for
8191         it.
8192
8193 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8196         Suggested by Leo <sdl.web@gmail.com>.
8197
8198         * gnus.el: Do.
8199
8200 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8203         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8204
8205         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8206
8207         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8208         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8209
8210 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8213         newline.
8214         (nnmbox-request-accept-article): Don't change article in source buffer;
8215         narrow to header to use message-fetch-field rather than
8216         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8217         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8218         as delimiters; make sure article ends with newline.
8219         (nnmbox-delete-mail): Correct last position of article to be deleted;
8220         ignore X-Gnus-Newsgroup header in article body.
8221         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8222         positions; make sure article ends with newline.
8223
8224         * message.el (message-display-abbrev): Don't infloop when a user
8225         inserts SPC in the beginning of header.
8226
8227         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8228         coding-system-for-read and coding-system-for-write for XEmacs having no
8229         file-coding feature.
8230
8231         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8232
8233 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8234
8235         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8236         list of groups not followed by default.  Fix type to be regexp.
8237         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8238
8239 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8240
8241         * hmac-def.el (define-hmac-function): Switch from old-style to
8242         new-style backquotes.
8243
8244         * md4.el (md4-make-step): Likewise.
8245
8246 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8249         raw-text coding system when saving .newsrc file, which may contain
8250         non-ASCII group names.
8251
8252 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-cus.el (gnus-score-extra): New widget.
8255         (gnus-score-extra-convert): New function.
8256         (gnus-score-customize): Use it for Extra.
8257
8258 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8259
8260         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8261         (mml2015-mailcrypt-clear-verify): Use it.
8262         (mml2015-gpg-clear-verify): Use it.
8263         (mml2015-pgg-clear-verify): Use it.
8264         (mml2015-epg-clear-verify): Replace the current part with the output
8265         from GnuPG; don't extract the plaintext by itself.
8266
8267         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8268         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8269         mml2015-clear-verify-function; don't touch the armor headers or
8270         dash-escaped text here.
8271
8272 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8275         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8276         parts, or application/octet-stream as a last resort.
8277         (gnus-mime-view-part-as-type): Don't toggle display.
8278         (gnus-mime-view-part-as-charset): Don't turn off display before
8279         querying charset.
8280
8281         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8282         stuff to undisplayer function in Emacs.
8283         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8284
8285         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8286         text/calendar parts.
8287
8288 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8291         decoding text/calendar parts.
8292
8293         * message.el (message-forward-make-body-mime): Always mark body as
8294         having no illegible text; remove signed-or-encrypted argument.
8295         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8296
8297         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8298         (mml-generate-mime-1): Don't encode body if it is specified to be in
8299         raw form; don't make buffer be unibyte when inserting multibyte string.
8300
8301 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8302
8303         * sha1.el: Fix up comment style.
8304         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8305         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8306
8307         * hex-util.el: Fix up comment style.
8308         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8309
8310         * gnus-salt.el: Use with-current-buffer.
8311         (gnus-pick-setup-message): Fix long-standing typo.
8312
8313 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * imap.el (imap-logout-timeout): New variable.
8316         (imap-logout, imap-logout-wait): New functions.
8317         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8318
8319         * nnimap.el (nnimap-logout-timeout): New server variable.
8320         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8321         nnimap-logout-timeout.
8322
8323         * gnus-art.el (gnus-article-summary-command-nosave)
8324         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8325
8326 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus.el (gnus-maximum-newsgroup): New variable.
8329
8330         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8331         according to gnus-maximum-newsgroup.
8332
8333         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8334         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8335         Limit the range of articles according to gnus-maximum-newsgroup.
8336
8337 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8338
8339         * gnus-art.el (gnus-sticky-article): Fix problems described in
8340         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8341         Don't perform gnus-configure-windows here; reuse existing sticky
8342         article buffer.
8343
8344         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8345         it doesn't exist in gnus-article-mode.
8346
8347 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8350         (gnus-agent-decoded-group-name): New function.
8351         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8352         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8353
8354 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8355
8356         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8357         Add binding for gnus-sticky-article.
8358         (gnus-summary-exit): Don't kill sticky article buffers.
8359
8360         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8361         article buffer.
8362         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8363         (gnus-kill-sticky-article-buffers): New commands.
8364
8365 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * nntp.el (nntp-xref-number-is-evil): New server variable.
8368         (nntp-find-group-and-number): If it is non-nil, don't trust article
8369         numbers in the Xref header.
8370
8371 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus-agent.el (gnus-agent-read-group): New function.
8374         (gnus-agent-flush-group, gnus-agent-expire-group)
8375         (gnus-agent-regenerate-group): Use it.
8376         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8377         nnmail-pathname-coding-system.
8378
8379 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8382
8383         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8384         that are unread as unread, and also as selected so that information of
8385         marks having been changed by a user may be updated when exiting group.
8386
8387 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8390
8391 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8394         calculated ignoring signature parts to gnus-treat-article.
8395
8396 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8399         a point here in order to keep the window start.
8400         (gnus-insert-mime-security-button): Make a button overlay without the
8401         front stickiness.
8402         (gnus-mime-display-security): Goto the end of a button.
8403
8404         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8405
8406 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8409         group-name-at-point.
8410         (gnus-group-completing-read): New function that offers decoded
8411         non-ASCII group names for completion.
8412         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8413         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8414         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8415         (gnus-group-fetch-control): Use it.
8416         (gnus-fetch-group): Use group-name-at-point for the initial value
8417         rather than the default value; use gnus-alive-p.
8418
8419         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8420         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8421         (gnus-summary-post-news): Use gnus-group-completing-read.
8422
8423         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8424         (gnus-read-move-group-name): Decode group name for completion.
8425
8426 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8427
8428         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8429         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8430         Yamaoka slightly modified the code).
8431
8432 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8435         (nnmail-split-incoming): Bind it.
8436
8437         * nnml.el (nnml-group-name-charset): New function.
8438         (nnml-decoded-group-name): Use it; don't decode group name if
8439         nnmail-group-names-not-encoded-p is non-nil.
8440         (nnml-encoded-group-name): New function.
8441         (nnml-group-pathname): Inline nnml-decoded-group-name.
8442         (nnml-request-expire-articles): Decode group name in message.
8443         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8444         nnmail-pathname-coding-system.
8445         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8446         not decoded ones according to nnmail-group-names-not-encoded-p.
8447         (nnml-generate-active-info): Use nnml-encoded-group-name.
8448
8449 2007-08-08  Glenn Morris  <rgm@gnu.org>
8450
8451         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8452         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8453         doc-strings and comments.
8454
8455 2007-07-25  Glenn Morris  <rgm@gnu.org>
8456
8457         * Relicense all FSF files to GPLv3 or later.
8458
8459 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-sum.el (gnus-summary-move-article):
8462         Make gnus-summary-respool-article work.
8463
8464 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8467         string.
8468
8469 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8470
8471         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8472         that should be ignored when comparing distant RSS articles with local
8473         ones.
8474         (nnrss-make-hash-index): New function.  Create a hash index according
8475         to the ignored fields.
8476         (nnrss-check-group): Use it.
8477
8478 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8481
8482         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8483
8484         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8485         the new optional argument ENCODED is non-nil.
8486         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8487         coding system for encoding group name.
8488         (gnus-group-make-rss-group): Pass un-encoded group name to
8489         gnus-group-make-group.
8490         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8491         encoded.
8492
8493         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8494         Encode group name to which articles are moved or copied.
8495         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8496         coding system for encoding Newsgroup, Followup-To and Xref headers.
8497
8498         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8499         marks; use nnheader-file-coding-system to write a file.
8500         (nnagent-retrieve-headers): Bind file-name-coding-system to
8501         nnmail-pathname-coding-system.
8502
8503         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8504
8505         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8506         (nnml-request-article, nnml-request-create-group)
8507         (nnml-request-rename-group, nnml-find-id)
8508         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8509         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8510         (nnml-save-marks): Use nnml-group-pathname instead of
8511         nnmail-group-pathname.
8512
8513         (nnml-request-create-group, nnml-request-expire-articles)
8514         (nnml-request-move-article, nnml-request-delete-group)
8515         (nnml-deletable-article-p, nnml-possibly-create-directory)
8516         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8517         (nnml-open-marks): Bind file-name-coding-system to
8518         nnmail-pathname-coding-system.
8519
8520         (nnml-request-article): Pass server argument to nnml-find-group-number.
8521         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8522         Pass server argument to nnml-possibly-create-directory.
8523         (nnml-request-accept-article): Pass server argument to
8524         nnml-active-number and nnml-save-mail.
8525         (nnml-find-group-number): Pass server argument to nnml-find-id.
8526         (nnml-request-update-info): Pass server argument to
8527         nnml-marks-changed-p.
8528
8529         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8530         (nnml-save-mail, nnml-active-number): Add server argument.
8531
8532         (nnml-request-delete-group): Warn if group is missing.
8533         (nnml-get-nov-buffer): Decode group name.
8534         (nnml-generate-active-info): Encode group name.
8535         (nnml-open-marks): Decode group name in messages.
8536
8537 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8540         if it is not specified.
8541         (gnus-article-pipe-part, gnus-article-save-part)
8542         (gnus-article-interactively-view-part, gnus-article-copy-part)
8543         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8544         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8545         (gnus-article-replace-part, gnus-article-delete-part)
8546         (gnus-article-view-part-as-type): Pass raw prefix argument to
8547         gnus-article-part-wrapper.
8548
8549 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-agent.el (gnus-agent-save-active):
8552         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8553
8554         * gnus-cache.el (gnus-cache-save-buffers)
8555         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8556         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8557         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8558         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8559         (gnus-cache-generate-active, gnus-cache-rename-group)
8560         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8561         (gnus-cache-update-overview-total-fetched-for):
8562         Bind file-name-coding-system to nnmail-pathname-coding-system.
8563         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8564         New variables.
8565         (gnus-cache-decoded-group-name): New function.
8566         (gnus-cache-file-name): Use it.
8567         (gnus-cache-generate-active): Use non-decoded group name for active.
8568
8569         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8570         right place.
8571         (gnus-write-active-file): Don't break non-ASCII group names.
8572
8573         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8574         nnmail-pathname-coding-system.
8575
8576         * lpath.el: Bind default-file-name-coding-system,
8577         file-name-coding-system and language-info-alist for XEmacs.
8578
8579         * gnus-uu.el (gnus-uu-decode-save): Typo.
8580
8581 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8584
8585 2007-07-14  David Kastrup  <dak@gnu.org>
8586
8587         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8588         finishing actions if we did not edit the article.
8589
8590 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8593         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8594         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8595         (gnus-agent-flush-group, gnus-agent-flush-cache)
8596         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8597         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8598         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8599         (gnus-agent-regenerate-group)
8600         (gnus-agent-update-files-total-fetched-for)
8601         (gnus-agent-update-view-total-fetched-for):
8602         Bind file-name-coding-system to nnmail-pathname-coding-system.
8603         (gnus-agent-group-pathname): Don't encode file names by
8604         nnmail-pathname-coding-system.
8605         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8606         coding-system-for-write instead of buffer-file-coding-system to
8607         gnus-agent-file-coding-system.
8608
8609         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8610         Decode group name.
8611
8612         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8613
8614         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8615         (gnus-read-newsrc-el-file): Make group names unibyte.
8616
8617         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8618         nnmail-pathname-coding-system.
8619
8620         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8621         (nnrss-request-delete-group): Bind file-name-coding-system to
8622         nnmail-pathname-coding-system.
8623         (nnrss-read-server-data, nnrss-read-group-data):
8624         Bind file-name-coding-system correctly.
8625         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8626
8627         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8628         (nntp-server-to-method-cache): New variable.
8629         (nntp-group-pathname): New function that decodes non-ASCII group names.
8630         (nntp-possibly-create-directory, nntp-marks-changed-p)
8631         (nntp-save-marks, nntp-open-marks): Use it.
8632         (nntp-possibly-create-directory, nntp-open-marks):
8633         Bind file-name-coding-system to nnmail-pathname-coding-system.
8634         (nntp-open-marks): Decode group names when bootstrapping marks.
8635
8636         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8637         Newsgroups and Folowup-To headers.
8638
8639 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8642         (gnus-server-closed-face, gnus-server-denied-face)
8643         (gnus-server-offline-face): Remove variable.
8644         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8645
8646         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8647         of modifying message-stack directly for XEmacs.
8648
8649         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8650         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8651         if the coding-system argument is nil for XEmacs.
8652
8653         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8654         mm-charset-override-alist.
8655
8656         * rfc2047.el: Don't require base64; require rfc2045 for the function
8657         rfc2045-encode-string.
8658         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8659         to quote the parameter value.
8660
8661 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8664         form in gnus-group-name-charset-method-alist.
8665
8666         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8667         overrides the default layout edit-form.
8668
8669         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8670
8671         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8672
8673 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8676         as unfetched articles.
8677
8678 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8681
8682 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8685         original back end that keeps marks in the local system.
8686
8687 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8690         arg of pop-to-buffer for XEmacs.
8691         (gnus-article-read-summary-keys): Ditto; don't restore window
8692         configuration if summary command ends up with neither article buffer
8693         nor summary buffer; describe bindings if summary keys end with C-h.
8694
8695 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * message.el (message-fix-before-sending): Skip raw message part to be
8698         forwarded while checking illegible text.
8699         (message-forward-make-body-mime, message-forward-make-body):
8700         Mark signed or encrypted raw message as having no illegible text.
8701
8702 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8705         (gnus-message-with-timestamp-1): New macro.
8706         (gnus-message-with-timestamp): New function.
8707         (gnus-message): Use them.
8708
8709         * nnheader.el (nnheader-message): Use them.
8710
8711 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8714         .newsrc.eld file.
8715
8716 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-agent.el (gnus-agent-fetch-headers)
8719         (gnus-agent-retrieve-headers):
8720         Bind gnus-decode-encoded-address-function to identity.
8721
8722         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8723         available also when the server returns simply a dot.
8724
8725         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8726
8727 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8730
8731 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-ems.el (gnus-x-splash): Make it work.
8734
8735         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8736         from being used.
8737
8738         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8739
8740 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8743         4th and the 5th arguments.
8744
8745         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8746         the front stickiness.
8747         (gnus-article-summary-command-nosave): Correct the order of the
8748         arguments passed to pop-to-buffer.
8749         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8750         summary command ends up with the article buffer.
8751
8752         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8753         the same faces.
8754
8755 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8756
8757         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8758
8759 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8760
8761         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8762         * gnus-sum.el (gnus-summary-highlight):
8763         * pgg.el (pgg-sign-region, pgg-sign):
8764         * mail-source.el (mail-source-delete-old-incoming-confirm):
8765         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8766
8767 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-art.el (gnus-mime-view-part-externally)
8770         (gnus-mime-view-part-internally): Fix predicate function passed to
8771         completing-read.
8772
8773         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8774
8775         * gnus.el (gnus-update-message-archive-method): Add :version.
8776
8777 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus.el (gnus-update-message-archive-method): New variable.
8780
8781         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8782         according to gnus-message-archive-method if
8783         gnus-update-message-archive-method is non-nil.
8784
8785 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8788         Suggested by Loic Dachary <loic@dachary.org>.
8789         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8790
8791 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * message.el (message-pop-to-buffer): Add switch-function argument.
8794         (message-mail): Pass switch-function argument to it.
8795
8796 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8799         Improve doc string.
8800
8801 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8804         (gnus-header-content)
8805         * gnus-cite.el (gnus-cite-10)
8806         * gnus-srvr.el (gnus-server-closed)
8807         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8808         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8809         (gnus-group-mail-3-empty, gnus-group-mail-low)
8810         (gnus-group-mail-low-empty, gnus-splash)
8811         * message.el (message-header-to, message-header-cc)
8812         (message-header-subject, message-header-other, message-header-name)
8813         (message-header-xheader, message-separator, message-cited-text)
8814         (message-mml): Lighten colors of faces used for dark background.
8815
8816 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8817
8818         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8819         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8820
8821 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * message.el (message-narrow-to-headers-or-head):
8824         Ignore mail-header-separator in the body.
8825
8826 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8829         same as window size.
8830
8831 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8832
8833         * message.el (message-font-lock-keywords): Use message-header-xheader
8834         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8835         ahead of the anything pattern, to get it recognised.
8836
8837 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8840         spam.el loads uses it in the compiled defadvice form.
8841
8842 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8843
8844         * gnus-sum.el (gnus-articles-to-read)
8845         (gnus-summary-insert-old-articles): Don't truncate group name for
8846         `read-string'.
8847
8848         * gnus-util.el (gnus-limit-string): Delete this function.
8849
8850         * gnus-sum.el (gnus-simplify-subject-fully):
8851         Use `truncate-string-to-width' instead.
8852
8853 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8854
8855         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8856         Tell if, on summary exit, the next group has to be selected.
8857         (gnus-summary-exit): Use it.
8858
8859 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8862         non-break space.
8863
8864 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8867         Check if group is not a directory.
8868         (nnfolder-request-expire-articles): Don't delete articles if the target
8869         group is not available.
8870
8871         * nnml.el (nnml-request-create-group): Properly check if group is not a
8872         file.
8873         (nnml-request-expire-articles): Don't delete articles if the target
8874         group is not available.
8875
8876         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8877         Don't quote characters that are within parentheses.
8878
8879 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8882         (gnus-handle-ephemeral-exit): Select article according to it.
8883
8884 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * message.el (message-insert-formated-citation-line): Remove newline.
8887         (message-citation-line-format): Add final \n here so that the user can
8888         avoid a blank line.
8889
8890 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8891
8892         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8893         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8894         Update lanl/arXiv support.
8895
8896 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * gnus.el: Bump version number.
8899
8900 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * gnus.el (gnus-version-number): Bump version.
8903
8904 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8905
8906         * gnus.el: No Gnus v0.6 is released.
8907
8908 2007-04-27  Didier Verna  <didier@xemacs.org>
8909
8910         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8911         * gmm-utils.el (gmm-regexp-concat): ... here.
8912         * message.el: Don't require 'gnus-util.
8913         (message-dont-reply-to-names): Handle name change above.
8914         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8915
8916 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8919         since the initial value varies according to the system.
8920
8921 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8924
8925 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8926
8927         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8928
8929 2007-04-24  Didier Verna  <didier@xemacs.org>
8930
8931         Improve the type of gnus-ignored-from-addresses.
8932         * gnus-util.el (gnus-orify-regexp): New function.
8933         * message.el (gnus-util): Require it.
8934         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8935         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8936         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8937
8938 2007-04-24  Didier Verna  <didier@xemacs.org>
8939
8940         * gnus-sum.el:
8941         * gnus-utils.el: Fix some trailing whitespaces.
8942
8943 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8946         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8947         article's Message-ID; refer parent article in summary buffer.
8948
8949         * message.el (message-bounce): Call mime-to-mml.
8950
8951         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8952         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8953         optimize and/or forms properly.
8954
8955 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8958         URL.
8959
8960 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8963
8964 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8967         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8968         displayed of multipart/alternative part if it is invoked from summary
8969         buffer.
8970
8971         * mm-view.el (mm-inline-text-html-render-with-w3m)
8972         (mm-inline-text-html-render-with-w3m-standalone)
8973         (mm-inline-render-with-function): Use mail-parse-charset by default.
8974
8975 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8976
8977         * parse-time.el (parse-time-string-chars): Check if CHAR
8978         is less than the length of parse-time-syntax.
8979
8980 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8983         from gnus-newsgroup-processable.
8984
8985 2007-04-16  Didier Verna  <didier@xemacs.org>
8986
8987         * gnus-msg.el (gnus-configure-posting-styles):
8988         Handle message-signature-directory properly with :file syntax.
8989         Reported by "Leo".
8990
8991 2007-04-11  Didier Verna  <didier@xemacs.org>
8992
8993         New user option: message-signature-directory.
8994         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8995         * message.el (message-insert-signature): Ditto.
8996         * message.el (message-signature-file): Doc update.
8997         * message.el (message-signature-directory): New.
8998
8999 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-msg.el (gnus-inews-yank-articles):
9002         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9003
9004 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * message.el (message-yank-original): Make sure cited text ends with
9007         newline; don't exchange point and mark.
9008
9009 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9010
9011         * tls.el (open-tls-stream): Properly handle case where there
9012         is no associated buffer.
9013
9014 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9015
9016         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9017         message-yank-original, make sure (< mark TEXT point).
9018
9019 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * message.el (message-fill-column): New variable.
9022         (message-mode): Use it.  Add comment on a possible new hook.
9023
9024         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9025         (nnmail-get-new-mail): Reformat.
9026
9027         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9028
9029         * gmm-utils.el: Fix Commentary.
9030         (gmm-tool-bar-from-list): Fix typo in doc string.
9031
9032 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9033
9034         * message.el (message-yank-original): Don't switch point and mark
9035         unnecessarily to put point and mark as documented.
9036
9037 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9038
9039         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9040         from the message heads.
9041
9042 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9043
9044         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9045         article buffer does not have a window.  This may not be the best
9046         solution but is certainly better than setting the start of the null,
9047         that is the current, window.
9048
9049 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9052         (gnus-draft-setup): Run it.
9053
9054         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9055         gnus-score-fast-scoring.  Allow regexp.
9056         (gnus-score-headers): Use it.
9057
9058         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9059         XEmacs.
9060
9061         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9062         string.
9063         (gnus-button-alist): Also catch `<f1> k ...'.
9064         (gnus-treat-display-x-face): Fix doc string.
9065
9066 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9067
9068         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9069         evaluation of gnus-extended-version to ensure correct generation of the
9070         User-Agent header when message-generate-headers-first is used.
9071
9072 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9073
9074         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9075         hashcash-path is nil.  Don't call callback with incorrect number of
9076         parameters if val is 0.
9077
9078 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9079
9080         * message.el (message-required-news-headers):
9081         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9082
9083 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9084
9085         * tls.el (open-tls-stream): In handshake-waiting loop,
9086         don't wait more if there is output available to process.
9087
9088 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9089
9090         * tls.el (tls-program): Doc fix.
9091
9092 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * message.el (message-generate-new-buffers): Change the meaning of the
9095         nil value; add `standard' to the choices; treat t as `unique'; improve
9096         doc string.
9097         (gnus-select-frame-set-input-focus): Autoload.
9098         (message-buffer-name): Search for the existing message buffer if
9099         message-generate-new-buffers is nil or `standard'; treat the value t of
9100         message-generate-new-buffers as `unique'.
9101         (message-pop-to-buffer): Raise the frame already displaying the message
9102         buffer; clear the echo area after querying.
9103         (message-setup): Pass the `continue' argument to compose-mail.
9104         (message-mail): Prefer `switch-function' if it is given; search for the
9105         existing message buffer if the `continue' argument is non-nil; pass
9106         continue and switch-function arguments to compose-mail by way of
9107         message-setup.
9108         (message-mail-other-window): Adjust argument of message-setup.
9109         (message-mail-other-frame): Ditto.
9110
9111 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9114         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9115         to turn font-lock on when turning gnus-message-citation-mode on.
9116
9117 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9118
9119         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9120         (mml-smime-function-alist): New variable; add epg as the backend.
9121         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9122         mml-smime- functions instead.
9123         * mm-view.el: Require smime.
9124
9125 2007-03-05  Didier Verna  <didier@xemacs.org>
9126
9127         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9128         instead of just inheritance for posting styles.
9129         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9130
9131 2007-02-24  Chris Moore  <dooglus@gmail.com>
9132
9133         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9134         * pgg-pgp.el (pgg-pgp-encrypt-region):
9135         * pgg-gpg.el (pgg-gpg-encrypt-region):
9136         Check pgg-encrypt-for-me if no other recipients.
9137
9138 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9139
9140         * tls.el (tls-certtool-program): Fix custom type.
9141
9142 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9145         and point-at-eol instead of line-(beginning|end)-position.
9146
9147         * assistant.el (assistant-parse-buffer): Ditto.
9148
9149         * netrc.el (netrc-parse-services): Ditto.
9150
9151 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9152
9153         * mml2015.el (mml2015-epg-find-usable-key): New function.
9154         (mml2015-epg-sign): Use it.
9155         (mml2015-epg-encrypt): Use it.
9156
9157 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * message.el (message-make-in-reply-to): Quote name containing
9160         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9161         if there are special characters.  Reported by NAKAJI Hiroyuki
9162         <nakaji@jp.freebsd.org>.
9163
9164 2007-02-27  Didier Verna  <didier@xemacs.org>
9165
9166         Include the group parameters as well as the topic ones in the
9167         inheritance filter process.
9168         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9169         argument GROUP-PARAMS-LIST.
9170         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9171
9172 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * nntp.el (nntp-never-echoes-commands)
9175         (nntp-open-connection-functions-never-echo-commands): New variables.
9176         (nntp-send-command): Use them.
9177
9178 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9179
9180         * mml2015.el (mml2015-epg-verify): Simplify.
9181
9182 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * mml.el (mml-content-disposition-alist): New user option.
9185         (mml-content-disposition): New function.
9186         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9187         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9188
9189 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9190
9191         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9192         verification.
9193
9194 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9195
9196         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9197         articles posted in the last 24 hours.
9198
9199 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9200
9201         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9202
9203 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9204
9205         * nntp.el (nntp-send-command): Don't wait for echoes when
9206         nntp-open-ssl-stream is used.
9207
9208 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9211         (gnus-message-add-citation-keywords)
9212         (gnus-message-remove-citation-keywords): Remove.
9213         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9214         directly, make the variables in font-lock-defaults buffer-local, add
9215         gnus-message-citation-keywords to them and then update the value of
9216         font-lock-keywords.
9217
9218 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * message.el (message-cite-original-1): Don't call
9221         gnus-article-highlight-citation.
9222
9223         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9224         citations; fix line count.
9225
9226 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9229         (gnus-message-add-citation-keywords)
9230         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9231         versions of font-lock-add-keywords and font-lock-remove-keywords to
9232         work with XEmacs correctly.
9233
9234 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-cite.el (gnus-cite-face-list): Set the values of
9237         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9238         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9239         (gnus-message-cite-prefix-regexp): New variable.
9240         (gnus-message-search-citation-line): Use it; protect against long
9241         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9242         the 0th match data for Emacs.
9243         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9244         (gnus-message-add-citation-keywords): Append keywords rather than
9245         prepending; emulate font-lock-add-keywords if it is not available.
9246         (gnus-message-remove-citation-keywords):
9247         Emulate font-lock-remove-keywords if it is not available.
9248
9249         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9250
9251         * message.el (message-cite-prefix-regexp): Set the value of
9252         gnus-message-cite-prefix-regexp.
9253
9254 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9255
9256         * nnweb.el (nnweb-google-parse-1): Update parser.
9257
9258 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9259
9260         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9261
9262 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9263
9264         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9265         regexp.
9266
9267 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9270         string-to-multibyte.
9271         (uudecode-decode-region-internal): Use it.
9272
9273         * lpath.el: Fbind string-as-multibyte for XEmacs.
9274
9275 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9278         Fix custom choice.
9279
9280         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9281
9282 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9283
9284         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9285
9286         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9287         `write-region' to respect `mm-inhibit-file-name-handlers'.
9288
9289 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9292         Use gnus-home-directory instead of "~/" or "$HOME".
9293
9294 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9295
9296         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9297         to mention filename.
9298         Add comments at beginning regarding usage.
9299         (encrypt-write-file-contents): Change interactive so a string is
9300         acceptable.  If the file has no associated model, show an error instead
9301         of a nonsense prompt.
9302
9303 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9304
9305         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9306         Thanks to Yoshihiko Yamada for kind notification of this typo.
9307
9308 2007-01-12  Kenichi Handa  <handa@m17n.org>
9309
9310         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9311         multibyte buffer.
9312
9313 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * gnus-score.el (gnus-score-fast-scoring): New variable.
9316         (gnus-score-headers): Use it.
9317
9318         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9319
9320         * message.el (message-cite-original-1):
9321         Call gnus-article-highlight-citation if requested.
9322         (message-make-from): Allow name and address as optional arguments.
9323
9324         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9325
9326         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9327         bugs to doc string.
9328         (gnus-button-alist): Add mid\\|message-id.
9329         (gnus-button-fetch-group): Extend for use in
9330         `browse-url-browser-function'.
9331         (gnus-button-url-regexp): Try to catch paired parentheses like in
9332         Wikipedia URLs.
9333
9334         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9335         Suggested by Simon Krahnke <overlord@gmx.li>.
9336
9337 2007-01-13  Romain Francoise  <romain@orebokech.com>
9338
9339         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9340         Update copyright.
9341
9342 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9343
9344         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9345
9346 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9347
9348         * gnus-registry.el (gnus-registry-unfollowed-groups)
9349         (gnus-registry-split-fancy-with-parent): Fix documentation.
9350
9351 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9354         from nnweb groups.
9355
9356 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9359         Xref urls.  Erase buffer before requesting head.
9360
9361         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9362
9363 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9366         customizable.
9367
9368 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9369
9370         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9371         no signing key is found.
9372         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9373         no encrypting and/or signing key is found.
9374
9375 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9378
9379 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9380
9381         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9382         headers read from disk with the ones newly found in the current search.
9383         This should no longer cause problems, because the article numbers in
9384         Gmane's `nov.php' output are ignored since the previous change.
9385
9386 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9387
9388         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9389
9390 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9393         replace-regexp-in-string; bind url-version; fbind display-images-p and
9394         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9395         find-face and set-itimer-function for Emacs; bind itimer-list for
9396         Emacs.
9397
9398         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9399
9400 2007-01-01  Romain Francoise  <romain@orebokech.com>
9401
9402         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9403
9404 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9405
9406         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9407         `define-minor-mode' macro definition expanded properly.
9408         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9409         exclude it there.
9410
9411         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9412         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9413         `fboundp' test.
9414         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9415         This is OK to autoload in (S)XEmacs now.
9416
9417 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9420         keystroke.
9421         (gnus-summary-limit-to-singletons): Fix typo.
9422
9423         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9424         else fails.
9425
9426 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9427
9428         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9429         docstring.
9430
9431         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9432         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9433         (gnus-summary-insert-dormant-articles): Fix typo in message.
9434
9435 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9438         nil for XEmacs.
9439         (gnus-message-citation-mode): Don't autoload in XEmacs.
9440
9441         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9442
9443 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9444
9445         * nnimap.el (nnimap-expunge-search-string):
9446         Mention nnimap-search-uids-not-since-is-evil in docstring.
9447
9448 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * spam.el: Revert to make-obsolete-variable because
9451         define-obsolete-variable-alias is not supported in Emacs 21.
9452
9453         * spam.el (spam-ifile-path, spam-ifile-database-path)
9454         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9455         make-obsolete-variable.
9456         (spam-bsfilter-path, spam-bsfilter-program)
9457         (spam-spamassassin-path, spam-spamassassin-program)
9458         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9459         Don't use "path" inappropriately.
9460         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9461         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9462         variable names.
9463
9464 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9465
9466         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9467         summary buffer.
9468
9469         * password.el (password-cache-remove): Use clear-string to burn
9470         password, if available.
9471
9472 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9475
9476         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9477
9478         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9479         (gnus-message-highlight-citation): Move defcustom here from
9480         gnus-cite.el.
9481         (gnus-message-citation-mode): Autoload.
9482
9483         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9484         checks to make it compile with XEmacs.
9485         (gnus-message-citation-mode): New minor mode.
9486         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9487         (gnus-message-highlight-citation): New variables.
9488         (gnus-message-search-citation-line)
9489         (gnus-message-add-citation-keywords)
9490         (gnus-message-remove-citation-keywords)
9491         (turn-on-gnus-message-citation-mode)
9492         (turn-off-gnus-message-citation-mode): New functions.
9493
9494 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9495
9496         * gnus-cite.el: Enable highlighting of different citation levels in
9497         message-mode.
9498
9499 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * message.el (message-make-fqdn): Fix comment.
9502         (message-bogus-system-names): Add ".local".
9503
9504         * spam.el (spam-ifile-path, spam-ifile-program)
9505         (spam-ifile-database-path, spam-ifile-database)
9506         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9507         Don't use "path" inappropriately.
9508         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9509         strings.
9510         (spam-check-ifile, spam-ifile-register-with-ifile)
9511         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9512         Use new variable names.
9513
9514         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9515         (gnus-treat-display-smileys): Simplify using
9516         gnus-image-type-available-p.
9517
9518         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9519         available.
9520
9521         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9522         Use `display-images-p' if available.
9523
9524 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9527         one after turning on the buffer's multibyteness instead of decoding
9528         them directly in the unibyte buffer that causes unexpected conversion
9529         in Emacs 23 (unicode).
9530
9531 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9532
9533         * message.el (message-generate-hashcash): Fix custom type.
9534
9535 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9538
9539 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9542         disconnect icons.  Add help text.
9543
9544 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9547         negated to be consistent with the others we handle.
9548
9549 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9552         version of gnus-summary-buffer to something, so that we can use two
9553         article buffers at the same time.
9554
9555 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9556
9557         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9558         trigger all the extra headers.
9559         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9560         sorting.
9561
9562 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9563
9564         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9565         solid groups.
9566
9567 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9568
9569         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9570
9571 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * legacy-gnus-agent.el: Add Copyright notice.
9574
9575 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9576
9577         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9578
9579 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9582
9583         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9584         to make it work reliably in CVS Emacs.
9585         (gnus-summary-limit-strange-charsets-predicate)
9586         (gnus-summary-limit-to-predicate): New functions.
9587
9588 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9589
9590         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9591         specifying array size.
9592         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9593         array if it is too small.
9594         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9595         (gnus-sort-threads-loop): New function.
9596
9597 2006-12-06  Chris Moore  <dooglus@gmail.com>
9598
9599         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9600         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9601
9602 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9603
9604         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9605         options.
9606
9607 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9610         DOS-ing the recipient.
9611
9612         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9613         the headers when creating the mapping to avoid mismappings.
9614         (nnweb-gmane-create-mapping): Always nix out old mapping.
9615
9616 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9619         and mm-verify-option to never.
9620
9621 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * message.el (message-signed-or-encrypted-p): New function.
9624         (message-forward-make-body): Use it.
9625
9626         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9627         Replace encode-coding-string with mm-encode-coding-string.
9628
9629 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * nneething.el (nneething-decode-file-name):
9632         Replace decode-coding-string with mm-decode-coding-string.
9633
9634         * gnus-int.el (gnus-open-server): Say failed server's name.
9635
9636 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9637
9638         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9639         strings to a single string.  Quote `errors-file-name'.
9640         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9641         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9642         Adjust calls.  Use `shell-quote-argument'.
9643
9644 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9645
9646         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9647         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9648
9649         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9650         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9651         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9652         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9653         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9654         (gnus-subscribe-newsgroup, gnus-1):
9655         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9656         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9657         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9658         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9659
9660 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661
9662         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9663         keystroke.
9664         (gnus-summary-limit-to-bodies): Implement headersp.
9665
9666 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9667
9668         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9669
9670 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9673
9674 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * message.el (message-generate-hashcash): Expand range of values to
9677         include `opportunistic'.
9678         (message-send-mail): Use it.
9679
9680 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9681
9682         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9683         and comment it.
9684
9685         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9686
9687 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * gnus-util.el (gnus-extract-address-components): Improve comment.
9690
9691 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-util.el (gnus-extract-address-components): Work with address in
9694         which the name portion contains @.
9695
9696         * lpath.el: Fbind custom-autoload.
9697
9698 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus.el (gnus-start): Move custom group up.
9701         (gnus-select-method): Don't autoload, but make it available for
9702         `customize-variable'.
9703         (gnus-getenv-nntpserver): Don't autoload.
9704
9705 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9706
9707         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9708
9709 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * message.el (message-sendmail-extra-arguments): New variable.
9712         (message-send-mail-with-sendmail): Use it.
9713
9714 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9717         mm-with-unibyte-current-buffer to make string unibyte.
9718
9719         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9720         mm-string-as-multibyte.
9721
9722 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9723
9724         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9725         Reported by Werner Koch <wk@gnupg.org>.
9726
9727 2006-11-14  Daiki Ueno  <ueno@p360>
9728
9729         * mml2015.el: Autoload epa-select-keys when compiling.
9730
9731 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9732
9733         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9734         message-options.
9735         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9736
9737 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9738
9739         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9740         EasyPG (< 0.0.6).
9741         (mml2015-always-trust): New user option.
9742         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9743         prompt.
9744
9745 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * nntp.el (nntp-authinfo-force): New variable.
9748         (nntp-send-authinfo): Use it.
9749
9750 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9753         decode encoded words.  Improve prompt.  Add comment about forwarding.
9754         (message-replacement-char): Move up.
9755
9756 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9757
9758         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9759         instead of gnus-intersection because arguments of gnus-sorted-nunion
9760         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9761
9762 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9765         (message-simplify-subject-functions):
9766         Enable message-strip-subject-encoded-words by default.
9767
9768 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * message.el (message-strip-subject-encoded-words): New function.
9771         (message-simplify-subject-functions): New variable.
9772         (message-simplify-subject): Use it.  Fix typo in doc string.
9773         Support message-strip-subject-encoded-words.
9774
9775 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9776
9777         * gnus-diary.el (gnus-diary-delay-format-function):
9778         * nndiary.el (nndiary-reminders):
9779         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9780
9781 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-art.el (article-hide-boring-headers): Fetch date from
9784         gnus-original-article-buffer to avoid problems with localized date
9785         strings.
9786
9787 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9790
9791 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9794         New variables.
9795         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9796         (mm-charset-synonym-alist): Move some entries to
9797         mm-codepage-iso-8859-list.
9798         (mm-charset-synonym-alist, mm-charset-override-alist):
9799         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9800
9801 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9804
9805 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9808         with Emacs 21 and XEmacs.
9809
9810 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9811
9812         * spam.el (spam-parse-address): New function for better parsing,
9813         catching errors, etc.
9814         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9815
9816 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * mm-view.el: Add interactive arg to html2text autoload.
9819
9820 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9823
9824 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9827         New variables.
9828         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9829         (mm-charset-synonym-alist): Move some entries to
9830         mm-codepage-iso-8859-list.
9831
9832         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9833
9834 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * message.el (message-citation-line-format)
9837         (message-insert-formated-citation-line): Fix implementation of %E, %N
9838         and %n according to the doc string.
9839
9840 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9841
9842         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9843         Use car-safe to avoid bad parses.
9844
9845 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9848         names.
9849
9850         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9851
9852 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9855         header.
9856
9857         * message.el (message-draft-headers): Add Date.
9858         (message-headers-to-generate): Fix typo in docstring.
9859
9860         * nndraft.el (nndraft-required-headers): New variable.
9861         (nndraft-generate-headers): Use it.
9862
9863         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9864
9865 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9866
9867         * gnus-registry.el (gnus-registry-wash-for-keywords)
9868         (gnus-registry-find-keywords): New functions to allow easy searching of
9869         articles that are in the registry.
9870
9871 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9872
9873         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9874         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9875         Reported by Damien Elmes <damien@repose.cx>.
9876
9877 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * gnus.el (gnus-mime): Remove unused custom group.
9880
9881 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9882
9883         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9884         "blank line" when searching for end of armor headers.
9885
9886 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gmm-utils.el (gmm-write-region): Fix variable name.
9889
9890 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * gmm-utils.el (gmm-write-region): New function based on compatibility
9893         code from `mm-make-temp-file'.
9894
9895         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9896
9897         * nnmaildir.el (nnmaildir--update-nov)
9898         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9899         Use `gmm-write-region'.
9900
9901 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9904         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9905
9906         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9907
9908         * message.el (message-replacement-char): New variable.
9909         (message-fix-before-sending): Use it.
9910         (message-simplify-subject): New function to remove duplicate code.
9911         (message-reply, message-followup): Use it.
9912
9913         * gnus-sum.el (gnus-summary-make-menu-bar):
9914         Clarify gnus-summary-limit-to-articles.
9915
9916 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-util.el (gnus-with-local-quit): New macro.
9919
9920         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9921
9922 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9923
9924         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9925         ignore non-string data.
9926
9927 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9928
9929         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9930         non-string data (needs to be done in the registry too).
9931
9932 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9933
9934         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9935         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9936         (gnus-registry-split-fancy-with-parent)
9937         (gnus-registry-fetch-simplified-message-subject-fast)
9938         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9939         Remove text properties on ingress into the registry and when it's saved.
9940         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9941         registry from entries with no groups.
9942
9943 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9944
9945         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9946         function to remove string properties.
9947
9948 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gmm-utils.el (gmm): Adjust custom version.
9951
9952         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9953         Adjust custom version.
9954
9955         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9956
9957 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus-art.el (gnus-insert-prev-page-button)
9960         (gnus-insert-next-page-button): Simplify.  Reformat.
9961
9962 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9963
9964         * gnus-art.el (gnus-insert-prev-page-button)
9965         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9966
9967 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9968
9969         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9970
9971 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9972
9973         * gnus-art.el (gnus-insert-mime-button)
9974         (gnus-insert-mime-security-button):
9975         Apply gnus-article-button-face to MIME and security buttons.
9976
9977 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9980         readable.
9981
9982 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9985
9986 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9987
9988         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9989         `browse-url-of-file' instead of `browse-url'.
9990
9991 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9992
9993         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9994         regexp.  Articles containing quotation were cut prematurely.
9995
9996 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * message.el (message-cite-original-1): Use nobody by default for the
9999         value of From header.
10000         (message-reply): Ditto.
10001
10002 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10003
10004         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10005         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10006         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10007
10008 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10011         mails in the doc string.  Add some URLs in comment.
10012         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10013
10014 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10017         backslashes handling and the way to find boundaries of quoted strings.
10018
10019 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10020
10021         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10022         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10023         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10024         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10025
10026 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10029         doc string.
10030         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10031
10032 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * lpath.el: Fbind epg-check-configuration.
10035
10036 2006-09-06  Simon Josefsson  <jas@extundo.com>
10037
10038         * mml2015.el (mml2015-use): Doc fix, mention epg.
10039
10040 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10041
10042         * mml2015.el (mml2015-use): Default to epg, if available.
10043
10044 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10045
10046         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10047         message-sender.
10048         (mml1991-epg-encrypt): Ditto.
10049         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10050         message-sender.
10051         (mml2015-epg-encrypt): Ditto.
10052
10053 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10054
10055         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10056         several common directories.
10057
10058 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10059
10060         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10061         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10062
10063 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-art.el (article-decode-encoded-words): Make it fast.
10066
10067 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10070
10071         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10072         in quoted string into `\'.
10073
10074 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10077         Use standard-syntax-table.
10078
10079 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-art.el (gnus-decode-address-function): New variable.
10082         (article-decode-encoded-words): Use it to decode headers which are
10083         assumed to contain addresses.
10084         (gnus-mime-delete-part): Remove useless `or'.
10085
10086         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10087         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10088         (gnus-nov-parse-line): Use it to decode From header.
10089         (gnus-get-newsgroup-headers): Ditto.
10090         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10091
10092         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10093         (mail-decode-encoded-address-string): New alias.
10094
10095         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10096         New function.
10097         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10098         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10099         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10100         (rfc2047-decode-string): Ditto.
10101         (rfc2047-decode-address-region): New function.
10102         (rfc2047-decode-address-string): New function.
10103
10104 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * message.el (message-caesar-buffer-body): Allow rotating headers.
10107
10108         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10109
10110         * message.el (message-insert-formated-citation-line): Fix %f.
10111         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10112
10113 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10116         (gnus-bookmark-mouse-available-p): New macro.
10117         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10118         (gnus-bookmark-bmenu-show-infos): Use it.
10119         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10120         (gnus-bookmark-bmenu-hide-infos): Ditto.
10121         (gnus-bookmark-remove-properties): New function.
10122         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10123         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10124         (gnus-bookmark-write-file): Bind coding-system-for-write.
10125         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10126         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10127         group before selecting it.
10128         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10129         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10130         quit-window if it is not available; use gnus-mouse-2 and bind it to
10131         gnus-bookmark-bmenu-select-by-mouse.
10132         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10133         (gnus-bookmark-bmenu-select-by-mouse): New function.
10134
10135 2006-08-13  Romain Francoise  <romain@orebokech.com>
10136
10137         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10138         space.
10139
10140 2006-08-10  Romain Francoise  <romain@orebokech.com>
10141
10142         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10143         (dns-mode-soa-auto-increment-serial): New user option.
10144         (dns-mode-soa-maybe-increment-serial): New function.
10145         (dns-mode): Add the latter to `write-contents-functions'.
10146
10147 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * compface.el (uncompface): Use binary rather than raw-text-unix.
10150
10151 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * compface.el (uncompface): Make sure the eol conversion doesn't take
10154         place when communicating with the external programs.
10155         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10156
10157 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10160
10161 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10162
10163         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10164         Make it more robust by parsing author and date independently.
10165
10166 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10169
10170 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10171
10172         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10173         first matching secret key.
10174         (mml2015-epg-encrypt): Ditto.
10175
10176         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10177         first matching secret key.
10178         (mml1991-epg-encrypt): Ditto.
10179
10180         * mml2015.el (mml2015-encrypt-to-self): New user option.
10181         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10182         mml2015-epg-encrypt-to-self is set.
10183
10184         * mml1991.el (mml1991-encrypt-to-self): New variable.
10185         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10186         mml1991-epg-encrypt-to-self is set.
10187
10188         * mml2015.el (mml2015-signers): New user option.
10189         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10190         (mml2015-epg-encrypt): Allow to select signing keys.
10191
10192         * mml1991.el (mml1991-signers): New variable.
10193         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10194         (mml1991-epg-encrypt): Allow to select signing keys.
10195
10196 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * nnheader.el (nnheader-insert-head): Make it work even if the file
10199         uses CRLF for the line-break code.
10200
10201 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10202
10203         * mml2015.el: Require mml-sec instead of password.
10204         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10205         (mml2015-cache-passphrase): Inherit the default value from
10206         mml-secure-cache-passphrase.
10207         (mml2015-passphrase-cache-expiry): Inherit the default value from
10208         mml-secure-passphrase-cache-expiry.
10209
10210         * mml1991.el: Require mml-sec instead of password.
10211         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10212         (mml1991-cache-passphrase): Inherit the default value from
10213         mml-secure-cache-passphrase.
10214         (mml1991-passphrase-cache-expiry): Inherit the default value from
10215         mml-secure-passphrase-cache-expiry.
10216
10217         * mml-sec.el: Require password.
10218         (mml-secure-verbose): New user option.
10219         (mml-secure-cache-passphrase): New user option.
10220         (mml-secure-passphrase-cache-expiry): New user option.
10221
10222 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10223
10224         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10225         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10226         andreas@altroot.de (Andreas Vögele).
10227
10228         FIXME: Use `tiny change'?
10229
10230 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10231
10232         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10233         workaround for the url package included with Emacs.
10234
10235         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10236
10237 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10240         correctly.  This fixes a bug caused by the 2006-05-12 change.
10241
10242 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10243
10244         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10245         some information about the error when saying that the `bogus' mail
10246         group will be used.
10247
10248 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10251         string.
10252
10253 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10254
10255         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10256
10257 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10258
10259         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10260
10261 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10262
10263         * mml1991.el (mml1991-function-alist): Add epg.
10264         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10265         (mml1991-epg-encrypt): New functions.
10266
10267 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10268
10269         * mml2015.el (mml2015-verbose): New variable.
10270         (mml2015-cache-passphrase): Ditto.
10271         (mml2015-passphrase-cache-expiry): Ditto.
10272         (mml2015-function-alist): Add epg.
10273         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10274         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10275         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10276         New functions.
10277
10278 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10279
10280         * message.el (message-cite-original-1): Preserve region when removing
10281         quoted text due to X-No-Archive in order to avoid bogus attribution
10282         when citing multiple messages.
10283
10284 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10285
10286         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10287         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10288
10289 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-diary.el (gnus-user-format-function-d)
10292         (gnus-user-format-function-D): Autoload.
10293
10294         * imap.el (Commentary): Fix typo.
10295
10296         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10297         2006-04-22 contribution.
10298
10299 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10300
10301         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10302         It didn't really fix the bogosity I'm seeing with solid web groups.
10303
10304 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10305
10306         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10307         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10308         created using server names.  If we use the feature without declaring
10309         it, Gnus does not properly manage server and group state.
10310
10311         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10312         bound.
10313
10314 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10315
10316         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10317         looking up the method using GROUP's prefix before inventing a new one.
10318         It is used on killed/unknown groups in various places where returning
10319         an all-new method isn't expected by the caller.
10320
10321         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10322         and match semantics of gnus-group-real-prefix.
10323
10324 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * nnmail.el (nnmail-broken-references-mailers): New variable.
10327         (nnmail-ignore-broken-references): New function generalizing
10328         nnmail-fix-eudora-headers.
10329         (nnmail-fix-eudora-headers): Now obsolete.
10330
10331         * gnus-art.el (gnus-button-handle-custom):
10332         Support `customize-apropos*'.
10333
10334 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10335
10336         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10337
10338         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10339         articles.
10340
10341 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * message.el (message-cite-reply-above): New variable.
10344         (message-yank-original): Use it.
10345
10346 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10349
10350 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10353         as read.
10354
10355         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10356
10357 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10360         (gnus-bookmark-default-file): Use gnus-directory.
10361         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10362         Remove "*" in doc string.
10363         (gnus-bookmark-write-file): Simplify.
10364         (gnus-bookmark-maybe-sort-alist): Use `when'.
10365         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10366         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10367         Add FIXME about Emacs 21 and XEmacs compatibility.
10368         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10369         compatibility.
10370         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10371         compatibility.
10372         (gnus-bookmark-menu-heading): Fix version.
10373
10374 2006-06-19  Bastien Guerry  <bzg@altern.org>
10375
10376         * gnus-bookmark.el: New file.
10377
10378 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * message.el (message-syntax-checks): Doc fix.
10381
10382 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10383
10384         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10385         unsubscribed groups as if they were killed ones.  It causes duplicate
10386         entries in gnus-newsrc-alist.
10387
10388 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * message.el (message-syntax-checks): Doc fix.
10391         (message-send-mail): Add check for continuation headers.
10392         (message-check-news-header-syntax): Fix regexp used to check for
10393         continuation headers.
10394
10395 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10398
10399 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10402
10403 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10406         default-truncate-lines.
10407
10408 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10411         to fill the utf-8 entry.
10412
10413         * lpath.el: Fbind unicode-precedence-list.
10414
10415 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10416
10417         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10418
10419 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10420
10421         * gnus-agent.el (directory-files-and-attributes): Move all the way
10422         forward (the third and final move).
10423         (gnus-agent-read-agentview): Trap reconstruction errors due to
10424         nonexistent directory.  Handle by returning nil.
10425
10426 2006-05-30  Didier Verna  <didier@xemacs.org>
10427
10428         * message.el (message-dont-reply-to-names): Update the custom type.
10429         * message.el (message-dont-reply-to-names): New defsubst: potentially
10430         convert a list of regexps into a single one.
10431         * message.el (message-get-reply-headers): Use it.
10432         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10433
10434 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus-agent.el (directory-files-and-attributes): Move forward.
10437
10438 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * gnus-ml.el (gnus-mailing-list-subscribe)
10441         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10442         (gnus-mailing-list-message): Fix doc strings.
10443
10444 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10445
10446         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10447         of doing it manually.
10448
10449 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10452         comment.
10453
10454 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10455
10456         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10457         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10458         (gnus-agent-read-local): All symbols allocated in my-obarray.
10459         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10460         (gnus-agent-regenerate-group): Check numeric names to see if they are
10461         messages or groups.
10462         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10463         better way of do this...)
10464
10465         * gnus-cache.el (gnus-agent-total-fetched-for):
10466         Ignore 'dummy.group' (there should be a better way of do this...)
10467
10468 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10471         (gnus-saved-headers): Ditto.
10472         (gnus-default-article-saver): Mention functions may have properties.
10473         (gnus-article-save): Override gnus-save-all-headers and
10474         gnus-saved-headers by :headers property which saver function may have.
10475         (gnus-summary-save-in-file): Add :headers property.
10476         (gnus-summary-write-to-file): Ditto.
10477
10478         * gnus-sum.el (gnus-summary-save-article): Bind
10479         gnus-prompt-before-saving to t when saving many articles in a file;
10480         always show all headers.
10481
10482         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10483
10484 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10487         marks.
10488
10489         * message.el (message-indent-citation): Add optional arguments to allow
10490         using it outside of message buffers.
10491
10492         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10493         (gnus-article-treat-unfold-headers): Use it.
10494         (gnus-article-truncate-lines): New variable.
10495         (gnus-article-mode): Use it.
10496         (gnus-article-toggle-truncate-lines): New function.
10497
10498         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10499         Add gnus-article-toggle-truncate-lines.
10500
10501         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10502         coding system in XEmacs, use binary.
10503
10504 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10507         after-load-alist.
10508
10509         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10510         this function should save decoded articles.
10511         (gnus-summary-write-to-file): Use property to specify this function
10512         should save decoded articles and specify gnus-summary-save-in-file
10513         should be used to save articles other than the first one when saving
10514         many articles.
10515         (gnus-summary-save-body-in-file): Use property to specify this
10516         function should save decoded articles.
10517         (gnus-summary-write-body-to-file): Use property to specify this
10518         function should save decoded articles and specify
10519         gnus-summary-save-body-in-file should be used to save articles other
10520         than the first one when saving many articles.
10521
10522         * gnus-sum.el (gnus-summary-save-article): Simplify.
10523
10524 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-art.el (gnus-default-article-saver):
10527         Add gnus-summary-write-body-to-file.
10528         (gnus-article-save-coding-system): Don't use coding system object
10529         in XEmacs.
10530         (gnus-read-save-file-name): Add optional `dir-var' argument which
10531         specifies directory in which files are saved; work even if optional
10532         `variable' argument is not specified.
10533         (gnus-summary-write-to-file): Read file name.
10534         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10535         (gnus-summary-write-body-to-file): New function.
10536
10537         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10538         (gnus-summary-local-variables): Add it.
10539         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10540         (gnus-summary-save-article): Remove optional `decode' argument;
10541         determine whether to decode articles by the value of
10542         gnus-default-article-saver; when saving many files using
10543         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10544         it first and use gnus-summary-save-in-file or
10545         gnus-summary-save-body-in-file thereafter unless
10546         gnus-prompt-before-saving is always; move point to article which
10547         will be saved.
10548         (gnus-summary-save-article-file): Revert.
10549         (gnus-summary-write-article-file): Revert.
10550         (gnus-summary-save-article-body-file): Revert.
10551         (gnus-summary-write-article-body-file): New function.
10552
10553 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-art.el (gnus-default-article-saver): Doc fix.
10556         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10557         from gnus-summary-save-article-coding-system, and default to a
10558         certain coding system.
10559         (gnus-output-to-file): Add coding cookie and encode text according
10560         to gnus-article-save-coding-system; don't use mm-append-to-file.
10561
10562         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10563         gnus-art.el and rename to gnus-article-save-coding-system.
10564         (gnus-summary-save-article): Require gnus-art; don't show all
10565         headers if it decodes articles; don't add coding cookie here;
10566         don't bind mm-text-coding-system-for-write.
10567         (gnus-summary-save-article-file): Save decoded articles.
10568         (gnus-summary-write-article-file): When saving many files, use
10569         gnus-summary-write-to-file first and gnus-summary-save-in-file
10570         thereafter unless gnus-prompt-before-saving is always.
10571         (gnus-summary-save-article-body-file): Save decoded articles.
10572
10573         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10574
10575 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * nnrss.el (nnrss-check-group): Bind hash-index.
10578
10579 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10580
10581         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10582         its hash index.  Store this hash in `nnrss-group-data'.
10583         (nnrss-read-group-data): Update accordingly.
10584
10585 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10588         entry.
10589
10590         * gnus-sum.el (gnus-summary-make-menu-bar):
10591         Add gnus-article-browse-html-article.
10592
10593 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10594
10595         * gnus-sum.el (gnus-summary-mime-map):
10596         Add gnus-article-browse-html-article.
10597
10598         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10599
10600 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10603         suitable coding systems in customize.
10604
10605 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * mail-source.el (mail-sources): Fix custom type.
10608
10609 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10612         (gnus-summary-expire-articles-now): Shorten prompt.
10613
10614         * gmm-utils.el (wid-edit): Require.
10615         (defun-gmm): Rename from `gmm-defun-compat'.
10616         (gmm-image-search-load-path): Use it.
10617         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10618
10619 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-sum.el (gnus-summary-save-article-coding-system):
10622         New variable.
10623         (gnus-summary-save-article): Add optional `decode' argument.
10624         If it is set and gnus-summary-save-article-coding-system is non-nil,
10625         save decoded article.
10626         (gnus-summary-write-article-file): Save decoded article if
10627         gnus-summary-save-article-coding-system is non-nil.
10628
10629         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10630         type.
10631
10632 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10635
10636 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10639         first to test gnus-single-article-buffer which may be buffer-local.
10640
10641         * gnus-sum.el (gnus-summary-setup-buffer):
10642         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10643         group; make gnus-article-buffer, gnus-article-current, and
10644         gnus-original-article-buffer always buffer-local.
10645         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10646         group.
10647         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10648
10649 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * nnml.el (nnml-request-compact-group): Compressed files might not
10652         have .gz extension.
10653
10654 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10655
10656         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10657         (mm-copy-to-buffer): Use with-current-buffer.
10658         (mm-display-part): Simplify.
10659         (mm-inlinable-p): Add optional arg `type'.
10660
10661 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10662
10663         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10664         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10665         Try harder to show the attachment internally or externally using
10666         gnus-mime-view-part-as-type.
10667
10668 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * message.el (message-from-style, message-signature-separator)
10671         (message-user-organization-file, message-send-mail-function)
10672         (message-citation-line-function, message-yank-prefix)
10673         (message-indent-citation-function, message-signature)
10674         (message-signature-file, message-signature-insert-empty-line):
10675         Remove autoloads.
10676
10677         * gnus-art.el (gnus-buttonized-mime-types):
10678         Remove "multipart/signed".  Revert 2006-04-26 change.
10679
10680 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * gnus.el (gnus-version-number): Bump version.
10683
10684 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10685
10686         * gnus.el: No Gnus v0.5 is released.
10687
10688 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10689
10690         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10691         fetching articles by message-id.
10692
10693 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * message.el (hashcash): Require hashcash as normal.
10696
10697         * ecomplete.el (ecomplete-highlight-match-line):
10698         Use point-at-eol.
10699         (ecomplete-highlight-match-line): Use `highlight', because that
10700         face exists in both Emacs and XEmacs.
10701
10702         * message.el (message-display-abbrev): Use point-at-bol.
10703
10704         * mail-source.el: Don't require timer/timer-funcs.
10705
10706         * gnus-async.el: Ditto.
10707
10708         * password.el: Ditto.
10709
10710         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10711
10712         * mm-url.el: Ditto.
10713
10714         * gnus-xmas.el: Don't require timer-funcs.
10715
10716         * mm-util.el: Require timer/timer-funcs.
10717
10718 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10719
10720         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10721         Close.
10722
10723 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10726         unibyte after clear-decrypt function runs.
10727
10728         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10729         returns as a unibyte string.
10730
10731 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * lpath.el: Revert.
10734
10735         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10736         (pgg-gpg-process-sentinel): Revert.
10737
10738         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10739         (pgg-pgp-lookup-key): Revert.
10740
10741         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10742         (pgg-pgp5-lookup-key): Revert.
10743
10744         * pgg.el (pgg-fetch-key): Revert.
10745
10746 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * lpath.el: Fbind string-as-multibyte for XEmacs.
10749
10750         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10751         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10752         (mml1991-pgg-encrypt): Ditto.
10753
10754         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10755         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10756         a multibyte buffer.
10757
10758         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10759         (pgg-pgp-lookup-key): Ditto.
10760
10761         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10762         (pgg-pgp5-lookup-key): Ditto.
10763
10764         * pgg.el (pgg-fetch-key): Ditto.
10765
10766 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * message.el (message-user-organization-file): Check several
10769         locations of the organization file.
10770
10771         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10772         Add gnus-article-view-part-as-type.
10773
10774         * gnus-art.el (gnus-article-view-part-as-type): New function.
10775
10776         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10777         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10778
10779         * mml.el: Simplify autoload.
10780         (mml-mode): defvar dnd-protocol-alist instead of using
10781         symbol-value.
10782         (mml-default-directory): New variable.
10783         (mml-minibuffer-read-file): Use it.
10784         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10785
10786         * message.el (message-citation-line-format): New variable.
10787         (message-insert-formated-citation-line): New function.
10788         (message-citation-line-function):
10789         Add `message-insert-formated-citation-line' to custom type.
10790
10791         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10792         to doc string.
10793
10794         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10795         depending on mm-verify-option.
10796
10797 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10800         binding pgg-* variables; reimplement the section which prevents
10801         MIME header from being signed.
10802         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10803         pgg-text-mode; remove a blank line at the top of body.
10804
10805         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10806         lines at the top of body; use gnus-newsgroup-charset if there's no
10807         Charset header.
10808
10809 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * message.el (message-self-insert-commands): Doc fix.
10812
10813         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10814         (mm-uu-pgp-encrypted-test): Ditto.
10815         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10816         between header and body; return application/pgp-encrypted handle
10817         if decryption failed; decode decrypted body by charset.
10818
10819         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10820         element match to application/pgp-*.
10821
10822 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10823
10824         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10825         HTML.
10826
10827 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * mail-source.el (mail-source-call-script): Message the error
10830         string.
10831
10832 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833
10834         * gnus-util.el (gnus-byte-compile): Use it.
10835
10836 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10837
10838         * gnus-util.el (kill-empty-logs): New function.
10839
10840 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * message.el (message-mail-alias-type): Doc fix.
10843         (message-mail-alias-type-p): New function.
10844         (message-send): Use it.
10845         (message-mode): Ditto.
10846         (message-strip-forbidden-properties): Ditto.
10847
10848         * ecomplete.el (ecomplete-database-file-coding-system):
10849         New variable.
10850         (ecomplete-save): Use it.
10851         (ecomplete-setup): Use it.
10852
10853 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * message.el (message-self-insert-commands): New variable.
10856         (message-strip-forbidden-properties): Use it.
10857
10858 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10859
10860         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10861         that doesn't make XEmacs choke.
10862
10863 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gnus-util.el (gnus-replace-in-string):
10866         Prefer replace-regexp-in-string over of replace-in-string.
10867
10868 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-util.el (gnus-select-frame-set-input-focus):
10871         Use select-frame-set-input-focus if it is available in XEmacs; use
10872         definition defined in Emacs 22 for old Emacsen.
10873
10874         * dgnushack.el: Autoload unmorse-region for XEmacs.
10875
10876         * lpath.el: Bind cursor-in-non-selected-windows and
10877         select-frame-set-input-focus for XEmacs.
10878
10879 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10882
10883 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10884
10885         * gnus-registry.el (gnus-registry-cache-save): Remove text
10886         properties when saving via the temp buffer.
10887
10888 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * message.el (message-generate-hashcash): Honor custom type.
10891
10892 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * message.el (message-generate-hashcash): Default to non-nil when
10895         hashcash is found.
10896
10897         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10898         (gnus-refer-thread-limit): Increase default to 500.
10899
10900         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10901
10902         * flow-fill.el (fill-flowed): Allow delete-space.
10903
10904 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10905
10906         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10907         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10908         Remove autoloads.
10909
10910 2006-04-18  Simon Josefsson  <jas@extundo.com>
10911
10912         * message.el (message-generate-hashcash): Default to.
10913
10914 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10917         concatenating segments rather than before concatenating them.
10918
10919 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10922
10923 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10926
10927         * message.el (message-forward-make-body-plain):
10928         Allow message-forward-ignored-headers to be a list.
10929         (message-remove-ignored-headers): Factor out into function.
10930         (message-forward-make-body-mml): Use it.
10931
10932         * imap.el (imap-quote-specials): New function.
10933         (imap-login-auth): Quote specials.
10934
10935         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10936         (rfc2231-parse-string): Allow concatanation of parameters that
10937         aren't contiguous.  The test case is
10938           (mail-header-parse-content-type "message/external-body;
10939             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10940             access-type=LOCAL-FILE;
10941             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10942
10943 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10944
10945         * nntp.el (nntp-accept-process-output): Return the value of
10946         `nnheader-accept-process-output'.
10947
10948 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10951         (gnus-button-alist): Recognize more diff formats.
10952         (gnus-button-patch): Strip directory.
10953
10954 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10957         Emacs 22 when setting focus.
10958
10959 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * gnus-art.el (gnus-article-treat-types): Do treatment of
10962         text/x-verbatim parts.
10963         (gnus-button-patch): New command.
10964
10965         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10966         addresses that contain invalid characters.
10967
10968 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10969
10970         * message.el (message-put-addresses-in-ecomplete):
10971         Use gnus-replace-in-string.
10972         (message-is-yours-p): Use the more correct
10973         mail-header-parse-address instead of
10974         mail-extract-address-components.
10975         (message-put-addresses-in-ecomplete): Fix typo.
10976
10977         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10978         keystroke.
10979
10980         * gnus-art.el (gnus-treatment-function-alist): Change order of
10981         newsgroups/generic header folding to avoid double-folding.
10982
10983         * message.el (message-hidden-headers): Add X-Draft-From.
10984
10985         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10986         New command.
10987         (gnus-summary-repeat-search-article-backward): New command.
10988
10989         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10990         groups in the parent topic.
10991
10992 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10993
10994         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10995         (spam-extra-header-to-number): Return the CRM114 number as a
10996         number instead of a string.
10997
10998 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * gnus-art.el (gnus-face-properties-alist): Move here from
11001         gnus-fun.
11002
11003         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11004
11005 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11006
11007         * message.el (message-strip-forbidden-properties): Only display on
11008         self-insert-command.
11009
11010         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11011         reindent.
11012         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11013
11014 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11015
11016         * smiley.el (smiley-style): Fix typo.
11017
11018 2006-03-23  Kenichi Handa  <handa@m17n.org>
11019
11020         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11021         instead of set-buffer-multibyte.
11022
11023 2006-03-23  Kenichi Handa  <handa@m17n.org>
11024
11025         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11026         buffer and then decode the buffer text if necessary.
11027         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11028         first, and after mm-encode-body, change the buffer to unibyte.
11029
11030 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * hashcash.el (hashcash-insert-payment-async-2):
11033         Use message-goto-eoh instead of doing it manually.
11034         (mail-add-payment): Use message-narrow-to-header instead of trying
11035         to do the same itself.
11036
11037         * message.el (message-hidden-headers): Add Face.
11038
11039         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11040         reparenting code.
11041         (gnus-summary-reparent-children): Refactored out code.
11042         (gnus-summary-thread-map): New keystroke.
11043         (gnus-summary-reparent-children): Make into command.
11044
11045         * smiley.el (smiley-style): Default to `medium' if using a large
11046         font.
11047
11048         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11049         does it itself.
11050
11051         * message.el (message-point-in-header-p): Simplify definition.
11052
11053 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11054
11055         * nnagent.el (nnagent-request-set-mark): Silence log file
11056         writing.
11057         (nnagent-request-set-mark): Use write-region instead of
11058         append-to-file.
11059
11060         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11061         strange select method.
11062
11063         * ecomplete.el (ecomplete-display-matches): Get highlightling
11064         right.
11065         (ecomplete-display-matches): Use literals.
11066         (ecomplete-display-matches): Disable message logging.
11067
11068         * message.el (message-display-abbrev): Small optimization.
11069
11070         * ecomplete.el (ecomplete-display-matches): Allow automatic
11071         display.
11072
11073         * message.el (message-strip-forbidden-properties):
11074         Display abbrevs.
11075         (message-display-abbrev): Get automatic display right.
11076
11077         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11078         keystrokes.
11079
11080 2006-04-13  Romain Francoise  <romain@orebokech.com>
11081
11082         TODO: Backport to v5-10!
11083
11084         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11085         Move here (and rename) from gnus-registry.el.
11086
11087         * gnus-registry.el: Require gnus-util.
11088         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11089
11090 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * gnus-group.el (gnus-group-catchup-current):
11093         Change if-then-else-if-then-else into cond.
11094         (gnus-group-catchup): Indent.
11095         (group-name-at-point): New function.
11096         (gnus-fetch-group): Provide default from thing at point.
11097
11098 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * message.el (message-display-abbrev): Fix regexp.
11101
11102         * ecomplete.el (ecomplete-highlight-match-line):
11103         Reimplement choosing.
11104         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11105         dead variables.
11106
11107         * message.el (message-newline-and-indent): Remove debugging.
11108         (message-display-abbrev): Use new implementation.
11109
11110 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * gnus-art.el (gnus-article-mode):
11113         Set cursor-in-non-selected-windows to nil.
11114
11115         * smiley.el: Revert previous change.
11116         (smiley-data-directory): defvar it before using it in the
11117         defcustom of `smiley-style'.
11118
11119 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * message.el (message-newline-and-indent): New function.
11122
11123         * ecomplete.el: Implement more bits.
11124
11125         * message.el (message-put-addresses-in-ecomplete): Clean up the
11126         string.
11127
11128         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11129
11130         * gnus-sum.el (gnus-summary-save-parts):
11131         Bind gnus-summary-save-parts-counter and use it to make unique file
11132         names.
11133
11134         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11135
11136         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11137         parameter to say whether to actually parse the individual
11138         addresses.
11139
11140         * message.el (message-put-addresses-in-ecomplete): New function.
11141         (ecomplete): Require.
11142         (message-mail-alias-type): Add ecomplete as an option.
11143
11144 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11145
11146         * flow-fill.el (fill-flowed): Remove trailing space from blank
11147         quoted lines.
11148
11149 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * smiley.el (smiley-style): Move definition later to avoid a
11152         compilation warning.
11153
11154 2006-04-12  Kenichi Handa  <handa@m17n.org>
11155
11156         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11157         buffer and then decode the buffer text if necessary.
11158         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11159         first, and after mm-encode-body, change the buffer to unibyte.
11160         Use mm-disable-multibyte instead of set-buffer-multibyte.
11161
11162 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11165         Content-Type header instead of Content-Disposition header.
11166         (gnus-mime-inline-part): Ditto.
11167         (gnus-mime-view-part-as-charset): Ignore charset that the part
11168         specifies.
11169
11170         * mm-decode.el (mm-display-part): Work with external parts and
11171         usual parts similarly.
11172
11173         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11174         instead of gnus-display-mime.
11175
11176         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11177         instead of with-temp-buffer.
11178
11179         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11180         tag to summarized topics part in order to encode non-ASCII text.
11181
11182 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * smiley.el (smiley-style): New variable.
11185         (smiley-directory): New function.
11186         (smiley-data-directory): Derive from `smiley-style' using
11187         `smiley-directory'.
11188         (smiley-regexp-alist): Add new entries.
11189
11190         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11191         (gnus-article-browse-delete-temp): Add :version.
11192
11193 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11194
11195         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11196         the sieve region.
11197
11198 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199
11200         * gnus.el (gnus-version-number): Bump version.
11201
11202 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus.el: No Gnus v0.4 is released.
11205
11206 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11209         layout.
11210
11211         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11212         unknown charset.
11213
11214         * message.el (message-header-synonyms): Add Original-To to the
11215         default.
11216
11217         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11218         optional parameter.
11219
11220 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * gnus-fun.el (gnus): Require it for gnus-directory.
11223
11224 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11227
11228 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11229
11230         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11231
11232 2006-04-05  Simon Josefsson  <jas@extundo.com>
11233
11234         * password.el (password-reset): New function.
11235
11236 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11237
11238         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11239         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11240
11241 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11242
11243         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11244         Some whitespace was matched into the url, which broke browsing hits
11245         > 100 when mm-url-use-external was nil.
11246
11247 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11250         Check gnus-extra-headers for 'Newsgroups.
11251
11252         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11253         bound.
11254
11255 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11256
11257         * pgg-gpg.el: Clean up process buffers every time gpg processes
11258         complete.
11259
11260 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11261
11262         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11263         doc string.
11264
11265 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11266
11267         * pgg-gpg.el (pgg-gpg-process-filter)
11268         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11269
11270         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11271         lines, temporary fix.
11272
11273 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11276
11277 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11278
11279         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11280         default-enable-multibyte-characters.  This reverts the change from
11281         revision 6.17 which is no longer necessary because the passphrase
11282         is sent separately now.  GnuPG messages are unreadable under
11283         multibyte locales with default-enable-multibyte-characters set to
11284         nil.
11285
11286 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * message.el (message-tool-bar-gnome): Move "spell".
11289
11290 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11293         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11294         instead.
11295
11296 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11297
11298         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11299         Improve newsgroups handling for NNTP overviews which don't include
11300         Newsgroups.
11301
11302 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11303
11304         * message.el (message-resend): Bind message-generate-hashcash to nil.
11305
11306 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11307
11308         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11309         when searching for already-paid recipients.
11310
11311 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11312
11313         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11314         passphrases when it is not needed.
11315         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11316         passphrase stuff from gpg, should only be necessary when you use
11317         gpg with a smartcard.
11318
11319 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * mml.el (mml-insert-mime): Ignore cached contents of
11322         message/external-body part.
11323
11324         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11325         (mm-insert-part): Ditto.
11326
11327 2006-03-23  Simon Josefsson  <jas@extundo.com>
11328
11329         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11330         Reiner.
11331         (pgg-gpg-use-agent-p): Use it again.
11332
11333 2006-03-23  Simon Josefsson  <jas@extundo.com>
11334
11335         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11336         older emacsen.
11337         (pgg-gpg-use-agent-p): Don't use it.
11338
11339 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11342         if we can.
11343
11344 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11345
11346         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11347         (pgg-gpg-update-agent): New function.
11348         (pgg-gpg-use-agent-p): New function.
11349         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11350         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11351         (pgg-gpg-sign-region): Use it.
11352
11353 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11356         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11357
11358 2006-03-21  Simon Josefsson  <jas@extundo.com>
11359
11360         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11361         <wilde@sha-bang.de>.
11362         (pgg-gpg-use-agent): New variable.
11363         (pgg-gpg-process-region): Use it.
11364         (pgg-gpg-encrypt-region): Likewise.
11365         (pgg-gpg-encrypt-symmetric-region): Likewise.
11366         (pgg-gpg-decrypt-region): Likewise.
11367         (pgg-gpg-sign-region): Likewise.
11368         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11369
11370 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11373
11374         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11375         Add comment on version.
11376
11377 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * smiley.el: Add missing test smiley.
11380
11381 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * mm-decode.el (mm-with-part): New macro.
11384         (mm-get-part): Use it; work with message/external-body as well.
11385         (mm-save-part): Treat name and filename equally.
11386
11387         * mm-extern.el (mm-extern-cache-contents): New function.
11388         (mm-inline-external-body): Use it; force the part to be displayed;
11389         move undisplayer added to the cached handle to the parent.
11390
11391         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11392         (gnus-mime-view-part-as-type): Work with message/external-body.
11393
11394         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11395
11396 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11399         images in image-load-path.  [Sync with image.el, revision 1.60, in
11400         Emacs.]
11401
11402 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11405         path rather than symbol.  Always return list of directories.
11406         Guarantee that image directory comes first.  [Sync with image.el,
11407         revision 1.59, in Emacs.]
11408
11409         * message.el (message-make-tool-bar): Adjust to new API of
11410         `gmm-image-load-path-for-library'.
11411
11412         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11413
11414         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11415
11416 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11417
11418         * gnus-art.el (gnus-article-only-boring-p):
11419         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11420         intangible text.
11421         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11422
11423 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11426         Use `defun' instead of `gmm-defun-compat'.
11427
11428 2006-03-14  Simon Josefsson  <jas@extundo.com>
11429
11430         * message.el (message-unique-id): Don't use message-number-base36
11431         if (user-uid) is a float.
11432         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11433
11434 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11437
11438         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11439         empty line between a part and a message part.
11440
11441 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * smiley.el: Add more test smileys.
11444         (smiley-data-directory, smiley-regexp-alist)
11445         (gnus-smiley-file-types): Fix doc strings.
11446         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11447         adding new elements.
11448         (smiley-mouse-map): Unused code.  Make it a comment.
11449
11450 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11453         scan latest NoCeM messages instead of old ones.
11454         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11455         delimiters that are recently used.
11456         (gnus-nocem-load-cache): Add autoload cookie.
11457
11458         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11459
11460         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11461         level which is larger than gnus-use-nocem is specified.
11462
11463         * gnus-group.el (gnus-group-get-new-news): Ditto.
11464
11465 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * gnus-util.el (gnus-tool-bar-update): New function.
11468
11469         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11470         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11471
11472         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11473
11474         * gnus-group.el (gnus-group-redraw-when-idle)
11475         (gnus-group-redraw-check): Remove.
11476         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11477
11478 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11481         if optional last element is specified in splits (FIELD VALUE...).
11482
11483 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11486         to gmm-image-load-path-for-library.  Call with no-error argument.
11487         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11488
11489         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11490
11491         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11492
11493         * gmm-utils.el (gmm-image-load-path): Remove alias.
11494
11495 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * gmm-utils.el (gmm-image-load-path): Add alias.
11498
11499         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11500         nnml-generate-nov-databases-1.
11501         (nnml-generate-nov-databases): Use it.
11502         (nnml-generate-nov-databases-directory): Document no-active
11503         argument.
11504
11505         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11506         directory if path is t.  Add no-error.
11507
11508         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11509         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11510
11511         * gnus-art.el (gnus-article-browse-delete-temp-files):
11512         Simplify resetting gnus-article-browse-html-temp-list.
11513
11514         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11515         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11516         Add example to docstring.  Rename local variables.  Move error
11517         checks to default case in cond and simplify.
11518
11519 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11522         handle is multipart when calling it recursively.
11523         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11524
11525 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11526
11527         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11528         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11529
11530 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11533         is loaded.
11534
11535         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11536         loaded.
11537
11538 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11541         to "Emacs 23 (unicode)" in doc string.
11542
11543         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11544         "Emacs 23 (unicode)" in comment.
11545
11546 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11549
11550         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11551         characters 160 through 255 in Emacs 23.
11552
11553 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11556         gnus-article-browse-html-temp.
11557         (gnus-article-browse-delete-temp): Make it customizable.
11558         Add `file'.  Adjust doc string.
11559         (gnus-article-browse-delete-temp-files): Add argument.
11560         Allow query for each file.  Adjust doc string.
11561         (gnus-article-browse-html-parts):
11562         Add `gnus-article-browse-delete-temp-files' to
11563         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11564
11565 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11566
11567         * gnus-art.el (gnus-article-browse-html-temp)
11568         (gnus-article-browse-delete-temp): New variables.
11569         (gnus-article-browse-delete-temp-files): New function.
11570         (gnus-article-browse-html-parts): Use it.
11571
11572 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11575
11576         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11577         string.
11578
11579         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11580         gnus-summary-insert-new-articles when unplugged.
11581         Remove gnus-summary-search-article-forward.
11582
11583         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11584         display-visual-class instead of display-color-cells.
11585
11586 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * dgnushack.el: Autoload customize-group for XEmacs.
11589
11590         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11591         message/* containing non-ASCII text properly.
11592
11593 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * message.el: Require gmm-utils, remove autoloads.
11596         (message-tool-bar): Set default based on
11597         gmm-tool-bar-style.
11598         (message-tool-bar-gnome): Add gmm-customize-mode.
11599
11600         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11601         gmm-tool-bar-style.
11602         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11603
11604         * gnus-group.el (gnus-group-tool-bar): Set default based on
11605         gmm-tool-bar-style.
11606         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11607
11608         * gmm-utils.el (gmm-image-directory): Rename variable from
11609         gmm-image-load-path.
11610         (gmm-image-load-path): Use gmm-image-directory.
11611         (gmm-customize-mode): New function.
11612         (gmm-tool-bar-style): New variable.
11613
11614         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11615         gnus-group-redraw-line-number.
11616         (gnus-group-redraw-check): Simplify.
11617         (gnus-group-tool-bar-update): Remove redraw check.
11618         (gnus-group-make-tool-bar): Add redraw check.
11619
11620 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11621
11622         * gnus-art.el (gnus-button): Add missing parentheses.
11623
11624 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * lpath.el: Fbind line-number-at-pos.
11627
11628 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11631
11632 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11633
11634         * gnus-art.el (gnus-button): New face.
11635         (gnus-article-button-face): Use it.
11636
11637         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11638         Add gnus-summary-next-page.  Re-order.
11639
11640         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11641         next-node are now included.
11642         (gnus-group-redraw-line-number): New internal variable.
11643         (gnus-group-redraw-check): Helper function for updating the tool
11644         bar.
11645         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11646
11647         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11648
11649         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11650         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11651         Use it to match format of Spamassassin 3.0 and later.
11652         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11653         (spam-check-bogofilter)
11654         (spam-bogofilter-register-with-bogofilter): Fix args of
11655         `gnus-error' calls.
11656
11657 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11660         unnecessary interaction when sending queued mails.
11661         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11662
11663 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11666         first or last are nil.
11667
11668 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11669
11670         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11671
11672 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673
11674         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11675
11676 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * dns.el (query-dns): Protect more against buggy tcp output.
11679
11680 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11683         nov.php.
11684
11685 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11686
11687         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11688         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11689         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11690         output on the server side.
11691         (nnweb-google-create-mapping): Update regexps and add some
11692         progress indication.
11693
11694 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-group.el (gnus-group-tool-bar-gnome):
11697         Fix gnus-agent-toggle-plugged.  Re-order icons.
11698         (gnus-group-tool-bar-gnome):
11699         Add gnus-group-{prev,next}-unread-group.
11700         (gnus-group-tool-bar-gnome): Re-order icons.
11701
11702         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11703         Move gnus-summary-insert-new-articles.
11704
11705         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11706         Fix comments.
11707
11708         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11709         also available in Emacs 21.3.
11710
11711         * message.el (message-fix-before-sending): Change "Emacs 22" to
11712         "Emacs 23 (unicode)" in comment.
11713
11714         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11715         "Emacs 23 (unicode)" in comment.
11716
11717         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11718         comment.
11719         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11720
11721         * mm-view.el (mm-fill-flowed): Add :version.
11722
11723 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11726         and load-path.
11727
11728 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * message.el: Autoload gmm-image-load-path.
11731         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11732         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11733         consitency.
11734
11735         * gmm-utils.el (gmm-image-load-path): Also search in
11736         "../etc/images".  Don't set gmm-image-load-path if we don't find
11737         the image.
11738
11739 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * gmm-utils.el (gmm-image-load-path): Don't make
11742         `gmm-image-load-path' include subdirectories which the second arg
11743         `image' might specify.
11744
11745         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11746         subdirectory to icon file names.
11747
11748         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11749
11750 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11753         gmm-image-load-path calls.
11754
11755         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11756
11757         * message.el (message-make-tool-bar): Ditto.
11758
11759         * mml.el (mml-preview): Add comment concerning tool bar icons.
11760
11761         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11762         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11763
11764         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11765         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11766
11767         * message.el (message-tool-bar-gnome): Use new icon names.
11768         (message-make-tool-bar): Use `gmm-image-load-path'.
11769
11770         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11771         New functions from MH-E.
11772         (gmm-image-load-path): New variable from MH-E.
11773         (gmm-image-load-path): New function from MH-E.  Add arguments
11774         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11775         *-image-load-path-called-flag.
11776
11777 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11778
11779         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11780
11781 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11782
11783         * nnimap.el (nnimap-request-move-article): Change folder back to
11784         source group before deleting.
11785
11786 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11789
11790         * gnus-art.el (mm-url-insert-file-contents-external):
11791         Autoload mm-url.
11792
11793         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11794
11795 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11798         coding system which mm-charset-to-coding-system returns for a
11799         given charset is valid.
11800
11801 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11802
11803         * html2text.el (html2text-remove-tag-list):
11804         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11805
11806 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11807
11808         * gnus-cus.el: Revert 2005-10-17 change.
11809
11810 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-art.el (article-strip-banner):
11813         Call article-really-strip-banner only when the regexp match is made.
11814
11815 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * gnus-art.el (article-strip-banner):
11818         Use gnus-extract-address-components instead of
11819         mail-header-parse-addresses to make it work with non-ASCII text;
11820         remove mail-encode-encoded-word-string.
11821
11822         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11823         values which are surrounded with \"...\"; make it never cause a
11824         Lisp error; give up parsing of parameters if it failed in
11825         extracting type.
11826
11827 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11828
11829         * smime.el (smime-cert-by-ldap-1): Fix bug where
11830         `smime-ldap-search' returns results without userCertificates.
11831
11832 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11835
11836 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * spam.el (spam-check-spamassassin-headers): Adapt format for
11839         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11840         <ari@mbf.ocn.ne.jp>.
11841         (spam-list-of-processors): Add spam-use-gmane.
11842
11843 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11846         make-temp-file; make it work with XEmacs as well.
11847
11848         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11849         mm-make-temp-file.
11850
11851         * mm-decode.el (mm-display-external): Use the 3rd arg of
11852         mm-make-temp-file.
11853         (mm-create-image-xemacs): Ditto.
11854
11855 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11858         with message-narrow-to-headers.
11859         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11860         (gnus-draft-check-draft-articles): New function.
11861         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11862
11863 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-art.el (gnus-article-browse-html-parts):
11866         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11867         Don't use suffix argument for mm-make-temp-file for Emacs 21
11868         compatibility.  Remove useless `format'.
11869
11870 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11871
11872         * nnweb.el (nnweb-google-wash-article): Update regexps.
11873         (nnweb-group-alist): Use defvoo instead of defvar.
11874
11875 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11878         re-loading nn* modules.
11879
11880 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11883         for `tool-bar-mode' and don't check it's default-value.
11884
11885         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11886
11887         * message.el (message-make-tool-bar): Ditto.
11888
11889         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11890         `substring'.  Shorten tmp-file name.
11891
11892         * gnus.el: Remove bogus comment.
11893
11894 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11895
11896         * gnus-art.el (gnus-article-browse-html-parts): New function.
11897         (gnus-article-browse-html-article): New function for viewing html
11898         articles with a browser.
11899
11900 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11901
11902         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11903         in elisp.
11904         (pgg-gpg-encrypt-symmetric-region): Ditto.
11905         (pgg-gpg-sign-region): Ditto.
11906
11907         * pgg-def.el (pgg-text-mode): New variable.
11908
11909         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11910         (mml2015-pgg-encrypt): Ditto.
11911
11912         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11913         (mml1991-pgg-encrypt): Ditto.
11914
11915 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * nnfolder.el (nnfolder-insert-newsgroup-line):
11918         Use message-make-date instead of current-time-string.
11919
11920         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11921         to gnus-decoded which mm-uu might set.
11922
11923 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11926         don't decode quoted parameters; remove misimported Emacs code.
11927         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11928         (rfc2231-decode-encoded-string): Don't use split-string which
11929         behaves differently according to Emacs version; use
11930         mm-decode-coding-region to convert charset to coding-system.
11931         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11932         (rfc2231-encode-string): Remove misimported Emacs code.
11933
11934 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11937         when calling mail-header-parse-content-type.
11938         (article-de-quoted-unreadable): Ditto.
11939         (article-de-base64-unreadable): Ditto.
11940         (article-wash-html): Ditto.
11941
11942         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11943         calling mail-header-parse-content-type and
11944         mail-header-parse-content-disposition.
11945         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11946         mail-header-parse-content-type.
11947
11948         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11949         insert charset and format parameters; encode description after
11950         inserting it to buffer.
11951         (mml-insert-parameter): Fold lines properly even if a parameter is
11952         segmented into two or more lines; change the max column to 76.
11953
11954         * rfc1843.el (rfc1843-decode-article-body): Don't use
11955         ignore-errors when calling mail-header-parse-content-type.
11956
11957         * rfc2231.el (rfc2231-parse-string): Return at least type if
11958         possible; don't cause an error even if it fails in parsing of
11959         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11960         (rfc2231-encode-string): Don't break lines at the beginning, leave
11961         it to mml-insert-parameter.
11962
11963         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11964         calling mail-header-parse-content-type.
11965
11966 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * spam-report.el (spam-report-gmane-use-article-number):
11969         Improve doc string.
11970         (spam-report-gmane-internal): Check if a suitable header was found
11971         in the article.
11972
11973 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11976         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11977
11978 2006-02-05  Romain Francoise  <romain@orebokech.com>
11979
11980         Update copyright notices of all files in the gnus directory.
11981
11982 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11983
11984         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11985
11986 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11989         segmented lines of parameter value to cope with Thunderbird 1.5
11990         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11991         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11992         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11993
11994 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11995
11996         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11997         parts.
11998
11999 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12000
12001         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12002         there's only one active file for all servers.
12003         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12004         solid groups.  Gnus might have used a FAST request to select the group.
12005         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12006         and nnweb-search redundantly in the active file.
12007         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12008         (nnweb-request-create-group): Don't use ARGS.
12009         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12010         initialisations.  Let nnoo do the work.
12011
12012 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12015         Say the part has been decoded.
12016
12017         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12018
12019 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12020
12021         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12022         mailcap-viewer-test-cache when there's no 'test clause, since that
12023         will invert the meaning of a "nil" test previously determined by
12024         mailcap-mailcap-entry-passes-test.
12025
12026 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12029         compiling.
12030
12031         * gnus-sum.el: Ditto.
12032
12033         * message.el: Don't bind tool-bar-map when compiling.
12034
12035 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12038
12039 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12040
12041         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12042         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12043         current Google Groups.
12044
12045 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12048         and tool-bar-mode.
12049
12050         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12051         and tool-bar-mode.
12052
12053         * message.el (message-tool-bar-update): Simplify.
12054         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12055
12056         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12057         gnus-summary-buffer.
12058         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12059         gnus-summary-reply.
12060
12061         * gmm-utils.el (gmm): Add :version.
12062
12063 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * Makefile.in (clean): New rule.
12066         (distclean): Use it.
12067
12068 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12069
12070         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12071         Don't autoload.
12072
12073 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gmm-utils.el (gmm-verbose): Add :group.
12076
12077 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * message.el: Change some comments WRT tool-bars.
12080
12081         * gnus-sum.el (gnus-summary-tool-bar)
12082         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12083         (gnus-summary-tool-bar-zap-list): New variables.
12084         (gnus-summary-make-tool-bar): Complete rewrite using
12085         `gmm-tool-bar-from-list'.
12086
12087         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12088         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12089         New variables.
12090         (gnus-group-make-tool-bar): Complete rewrite using
12091         `gmm-tool-bar-from-list'.
12092         (gnus-group-tool-bar-update): New function.
12093
12094         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12095
12096 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12099         is dissected into a single part of which the type is the same as
12100         the given one; decode charset.
12101
12102 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12103
12104         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12105         into alists as symbol not string, since that's what
12106         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12107         look for.
12108
12109 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12112         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12113
12114         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12115
12116 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12119         (gnus-xmas-mime-security-button-menu): New function.
12120
12121         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12122         (gnus-mime-security-button-menu): New definition.
12123         (gnus-mime-security-button-map): Use them.
12124         (gnus-mime-security-button-menu): New function.
12125         (gnus-insert-mime-security-button): Addition to help echo.
12126         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12127         (gnus-mime-security-pipe-part): New functions.
12128
12129         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12130         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12131
12132         * mm-decode.el (mm-handle-set-disposition): Remove.
12133         (mm-handle-set-description): Remove.
12134
12135 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12138         (mm-w3m-standalone-supports-m17n-p): New function.
12139         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12140         w3m usage.
12141
12142         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12143         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12144
12145 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * message.el (message-tool-bar-zap-list):
12148         Use gmm-tool-bar-zap-list as custom type.
12149         (message-tool-bar-update): New function.
12150         (message-tool-bar, message-tool-bar-gnome)
12151         (message-tool-bar-retro): Add message-tool-bar-update.
12152         (message-tool-bar-gnome): Add flyspell-buffer.
12153
12154         * gnus-util.el (gnus-error): Describe `args'.
12155
12156         * gmm-utils.el (gmm-error): Describe `args'.
12157         (gmm-tool-bar-zap-list): New widget.
12158         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12159
12160 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12163         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12164         the number of recursive calls.
12165
12166         * mm-decode.el (mm-handle-set-disposition): New macro.
12167         (mm-handle-set-description): New macro.
12168
12169 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12172         encoding.
12173
12174 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * message.el (message-tool-bar-zap-list, message-tool-bar)
12177         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12178         (message-tool-bar-local-item-from-menu): Remove.
12179         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12180         (message-make-tool-bar): New function.
12181         (message-mode): Use `message-make-tool-bar'.
12182
12183         * gmm-utils.el: New file.
12184         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12185         (gmm-lazy): New widget copied from `nnmail.el'.
12186         (gmm-tool-bar-from-list): New function for creating customizable
12187         tool bars.
12188         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12189         output.
12190         (gmm): Add :prefix to defgroup.
12191
12192 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12193
12194         * gmm-utils.el (gmm-widget-p): New function.
12195
12196 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * mml.el (mml-attach-file): Describe `description' in doc string.
12199         (mml-menu): Add Emacs MIME manual and PGG manual.
12200
12201 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12202
12203         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12204
12205 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12206
12207         * nntp.el (nntp-end-of-line): Doc fix.
12208
12209 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12210
12211         * imap.el (imap-open): Handle case where buffer is a buffer
12212         object.
12213
12214 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12215
12216         * gnus-delay.el (gnus-delay): Don't autoload.
12217         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12218         to be re-loaded when customizing the `gnus-delay' group.
12219
12220 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12221
12222         * message.el (message-insert-citation-line): Use newlines.
12223
12224 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12225
12226         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12227         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12228         these routines, so the passphrase can be managed externally and
12229         passed in to the system.
12230         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12231         pgg-add-passphrase-to-cache function.
12232
12233         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12234         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12235         these routines, so the passphrase can be managed externally and
12236         passed in to the system.
12237         (pgg-pgp5-sign-region): Use new name of
12238         pgg-add-passphrase-to-cache function.
12239
12240 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12241
12242         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12243         part of the decoded armor to find the key-identifier.
12244         (pgg-gpg-lookup-key-owner): New function to return the
12245         human-readable identifier of a key owner.
12246         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12247         itself.
12248         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12249         the key value) if we have a key and can match it against a secret
12250         key.  Also, added a note pointing out fact that the prompt only
12251         indicates the first matching key.
12252
12253         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12254         pgg-decrypt-region.
12255         (pgg-add-passphrase-to-cache): Rename from
12256         `pgg-add-passphrase-cache' to reduce confusion (all callers
12257         changed).
12258         (pgg-remove-passphrase-from-cache): Rename from
12259         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12260         changed).
12261         (pgg-read-passphrase, pgg-add-passphrase-cache)
12262         (pgg-remove-passphrase-cache): Add informative docstrings.
12263         (pgg-decrypt): Convey provided passphrase in subordinate call to
12264         pgg-decrypt-region.
12265
12266 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12267
12268         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12269         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12270         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12271         'passphrase' argument, so the passphrase can be managed externally
12272         and then passed in to the system.
12273
12274         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12275         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12276         so the passphrase cache can be used reliably with identifiers
12277         besides a pgp packet's key id.
12278
12279         * pgg-gpg.el (pgg-gpg-encrypt-region)
12280         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12281         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12282         these routines, so the passphrase can be managed externally and
12283         passed in to the system.
12284
12285         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12286         'notruncate' argument, so the passphrase cache can be used
12287         reliably with identifiers besides a pgp packet's key id.
12288
12289 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12290
12291         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12292         symmetric encryption.
12293         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12294         encrypted session key.
12295         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12296         message ask for the passphrase in a proper way.
12297
12298         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12299         New user commands for symmetric encryption.
12300
12301 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12304
12305         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12306
12307 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12308
12309         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12310
12311 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * mm-decode.el (mm-inlined-types): Add application/pgp.
12314         (mm-automatic-display): Ditto.
12315
12316         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12317         part as text.
12318
12319 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * nnrss.el: Update copyright.
12322         (nnrss-opml-import): Query whether to subscribe to each entry.
12323
12324         * gnus-art.el:
12325         * gnus-sum.el:
12326         * gnus-xmas.el:
12327         * messagexmas.el:
12328         * mm-uu.el:
12329         * mm-view.el: Update copyright.
12330
12331 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * message.el (message-info): New function.
12334         (message-mode-menu): Add it.
12335         Update copyright.
12336
12337         * ChangeLog: Fix and update copyright.
12338
12339 2006-01-13  Romain Francoise  <romain@orebokech.com>
12340
12341         * message.el (message-forward-subject-name-subject): Prefer the
12342         address to 'nowhere' if the sender has no name.
12343         Fix typo.  Update copyright year.
12344
12345 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-art.el (article-wash-html):
12348         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12349         (gnus-article-wash-html-with-w3m-standalone): New function.
12350
12351         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12352         mm-inline-text-html-render-with-w3m-standalone.
12353         (mm-text-html-washer-alist): Map w3m-standalone to
12354         gnus-article-wash-html-with-w3m-standalone.
12355         (mm-inline-text-html-render-with-w3m-standalone): New function.
12356
12357 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12360         Improve LaTeX.
12361
12362 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12365         (nnrss-request-article): Render text/plain parts as HTML.
12366
12367         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12368         the buffer.
12369
12370 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12373         custom definition of `gnus-posting-styles'.
12374
12375         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12376         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12377
12378 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12381         Use nntp for bug archive.
12382
12383 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12386         parts.
12387         (nnrss-normalize-date): New function converts ISO 8601 date into
12388         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12389         (nnrss-check-group): Use it.
12390
12391 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12394
12395         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12396         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12397         (nnrss-insert-w3): Ditto.
12398
12399 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12402         the articles to be forwarded including the case where neither a
12403         number of articles nor a region is specified.
12404
12405 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * nnrss.el (nnrss-request-article): Fix last change; fill
12408         text/plain parts.
12409
12410 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12413         in text/plain part.
12414         (nnrss-check-group): Don't add excessive newline to dc:subject.
12415
12416 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12417
12418         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12419         article.
12420
12421 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12424         (nnml-use-compressed-files, nnml-save-mail): Support other
12425         comression programs such as bzip2.
12426
12427 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12428
12429         * dns.el (query-dns): Make sure we check the buffer size before
12430         removing tcp headers.
12431
12432 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12435         remove MIME buttons associated with multipart/alternative parts.
12436         (gnus-mime-display-alternative): Tag buttons using `article-type'
12437         text property.
12438
12439         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12440         associated with multipart/alternative parts.
12441
12442         * gnus-art.el (gnus-signature-separator): Fix custom type.
12443
12444         * mm-decode.el (mm-inlined-types): Fix custom type.
12445         (mm-keep-viewer-alive-types): Ditto.
12446         (mm-automatic-display): Ditto.
12447         (mm-attachment-override-types): Ditto.
12448         (mm-inline-override-types): Ditto.
12449         (mm-automatic-external-display): Ditto.
12450
12451 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * spam-report.el (spam-report-user-mail-address)
12454         (spam-report-user-agent): New variables.
12455         (spam-report-url-ping-plain): Use spam-report-user-agent.
12456
12457 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12458
12459         * gnus-art.el (gnus-button-handle-custom): Do not just use
12460         `customize-apropos' for any "M-x customize-*" button but the
12461         function called for.  Accept both the function name and its
12462         argument in order to achieve this.
12463         (gnus-button-alist): Remove support for "custom:" URL's.
12464         Pass function name to `gnus-button-handle-custom' in case of "M-x
12465         customize-*" buttons.
12466
12467 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12470         multipart/alternative and add xref to mm-discouraged-alternatives
12471         in doc string.
12472
12473         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12474         gnus-buttonized-mime-types in doc string.
12475
12476 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12479         Suggest image/.* in the doc string.
12480
12481 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12484         message-marks (Debian bug #342521).
12485
12486 2005-12-12  Simon Josefsson  <jas@extundo.com>
12487
12488         * password.el (password-read-from-cache): Add.
12489         (password-read): Use it.
12490
12491 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * rfc2047.el (rfc2047-charset-to-coding-system):
12494         Recognize us-ascii as a MIME charset.
12495
12496         * mm-bodies.el (mm-decode-content-transfer-encoding):
12497         Protect against the case where the 2nd arg TYPE is nil.
12498
12499 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12500
12501         * pop3.el (pop3-stream-type): Fix custom version.
12502
12503         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12504
12505 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12506
12507         * mm-decode.el (mm-display-external): Add missing cdr.
12508
12509 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12512         RFC1524) if it is in mailcap or add a suffix according to
12513         mailcap-mime-extensions when generating a temp filename; postpone
12514         deleting a temp file for 2 seconds for some wrappers, shell
12515         scripts, and so on, which might exit right after having started a
12516         viewer command as a background job.
12517
12518 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * nntp.el (nntp-marks-directory): Fix custom group.
12521
12522         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12523         steps when < 10.
12524
12525         * gnus-start.el (gnus-no-server-1):
12526         Mention `gnus-level-default-subscribed' in doc string.
12527
12528 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12529
12530         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12531         parens.
12532
12533 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-xmas.el (gnus-use-toolbar): Revert.
12536         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12537         gnus-use-toolbar is default.
12538
12539         * messagexmas.el (message-use-toolbar): Revert.
12540         (message-setup-toolbar): Use global default-toolbar if
12541         message-use-toolbar is default.
12542
12543 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12546         according to default-toolbar-visible-p.
12547
12548         * messagexmas.el (message-use-toolbar): Ditto.
12549
12550 2005-11-26  Dave Love  <fx@gnu.org>
12551
12552         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12553         (tls-program, tls-success): Provide openssl alternative.
12554
12555         * starttls.el: Doc fixes.
12556         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12557         SERVICE to PORT.
12558
12559         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12560         port null or service name.
12561         (starttls-negotiate): Autoload.
12562
12563 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * message.el (message-kill-to-signature): Fix interactive spec.
12566
12567 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * pop3.el (pop3-open-server): Recognize a string as a service name.
12570
12571 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12572
12573         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12574
12575 2005-11-23  Dave Love  <fx@gnu.org>
12576
12577         Add pop3s, pop3/starttls.
12578
12579         * pop3.el (pop3-authentication-scheme): Clarify doc.
12580         (open-tls-stream, starttls-open-stream): Autoload.
12581         (pop3-stream-type): New.
12582         (pop3-open-server): Use it.
12583
12584         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12585         for POP.
12586         (mail-source-keyword-map): Add :stream for POP.
12587         (mail-source-fetch-pop): Use pop3-stream-type.
12588
12589 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12592         of current-time-string.
12593
12594 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12595
12596         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12597         date header.
12598
12599 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12600
12601         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12602         it can seriously impact performance as it bypasses the agent's
12603         local caches.
12604
12605 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12606
12607         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12608         must be explicitly online rather than "not explicitly offline" for
12609         its flags to be synchronized.
12610
12611         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12612         that gnus-uu-unmark-thread will function correctly.
12613
12614         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12615         1024K is instead displayed as 1M.
12616
12617 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12618
12619         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12620
12621 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12622
12623         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12624
12625 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12626
12627         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12628         error message to display actual error condition.
12629         (gnus-agent-save-local): Avoid saving symbols that are bound to
12630         nil as they simply result in a warning message in
12631         gnus-agent-read-local.
12632
12633 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12636         rather than make-variable-buffer-local for file-precious-flag.
12637
12638 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12639
12640         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12641         for duplicates which are removed.  The invalid sort check then
12642         triggers a rescan after the sort as sorting may have moved
12643         duplicate entries such that they can be cheaply detected.
12644
12645 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12648
12649 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12650
12651         * gnus-agent.el (gnus-agent-article-alist-save-format):
12652         Change internal variable to a custom variable.  Change default value
12653         from compressed(2) to uncompressed(1).
12654         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12655         support for uncompressed agentview files.  Taken together, reading
12656         the agentview file should now be 6-7 times faster.
12657
12658 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12659
12660         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12661         as a buffer-local variable.  This avoids creating truncated
12662         dribble files as a result of a hang up, eg.
12663
12664 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12665
12666         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12667         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12668         XEmacs.
12669
12670 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * gnus-start.el (gnus-start-draft-setup):
12673         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12674
12675         * gnus.el (gnus-splash): Change custom group.
12676         (gnus-group-get-parameter, gnus-group-parameter-value):
12677         Describe allow-list argument.
12678
12679         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12680         string.
12681
12682 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * gnus-art.el (gnus-default-article-saver): Add user-defined
12685         `function' to custom type.
12686
12687 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12688
12689         * imap.el (imap-open): Handle case where buffer is a buffer
12690         object.
12691
12692 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12695         long lines.
12696         (gnus-cache-delete-group): Wrap doc strings.
12697
12698         * gnus-agent.el (gnus-agent-rename-group)
12699         (gnus-agent-delete-group): Wrap doc strings.
12700
12701 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * messagexmas.el (message-use-toolbar): Change the valid values
12704         into default, top, bottom, left, and right.
12705         (message-toolbar-thickness): New variable.
12706         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12707         well.
12708         (message-setup-toolbar): Make it work.
12709
12710         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12711         (gnus-use-toolbar): Change the valid values into default, top,
12712         bottom, left, and right.
12713         (gnus-toolbar-thickness): New variable.
12714         (gnus-xmas-setup-toolbar): New function.
12715         (gnus-xmas-setup-group-toolbar): Use it.
12716         (gnus-xmas-setup-summary-toolbar): Use it.
12717
12718 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719
12720         * gnus-start.el (gnus-1): Add "native" to
12721         gnus-predefined-server-alist.
12722
12723         * gnus.el (gnus-method-to-server): Don't add "native" to the
12724         lists here, because that leads to problems when
12725         gnus-select-method is bound.
12726
12727 2005-11-09  Simon Josefsson  <jas@extundo.com>
12728
12729         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12730         use (not sort-by-date) instead.
12731
12732 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12733
12734         * gnus-delay.el (gnus-delay-group): Don't autoload.
12735         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12736         to be re-loaded when customizing the `gnus-delay' group.
12737
12738 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12739
12740         * message.el: Revert last changes.
12741         (message-insert-citation-line): Use newlines.
12742
12743 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12744
12745         * message.el (message-courtesy-message)
12746         (message-mark-insert-begin, message-mark-insert-end)
12747         (message-elide-ellipsis, message-cancel-message)
12748         (message-add-header, message-change-subject)
12749         (message-cross-post-followup-to-header)
12750         (message-cross-post-insert-note, message-reduce-to-to-cc)
12751         (message-widen-reply, message-delete-not-region)
12752         (message-kill-to-signature, message-insert-signature)
12753         (message-insert-importance-high, message-insert-importance-low)
12754         (message-insert-or-toggle-importance)
12755         (message-insert-disposition-notification-to)
12756         (message-indent-citation, message-yank-original)
12757         (message-cite-original-without-signature, message-cite-original)
12758         (message-insert-citation-line, message-position-on-field)
12759         (message-fix-before-sending, message-send-mail-partially)
12760         (message-send-mail, message-send-mail-with-sendmail)
12761         (message-send-mail-with-qmail, message-send-news)
12762         (message-check-news-header-syntax, message-generate-headers)
12763         (message-insert-courtesy-copy, message-fill-address)
12764         (message-fill-header, message-shorten-references)
12765         (message-setup-1, message-cancel-news)
12766         (message-forward-make-body-plain, message-forward-make-body-mime)
12767         (message-forward-make-body-mml, message-encode-message-body)
12768         (message-forward-make-body-digest-plain)
12769         (message-forward-make-body-digest-mime)
12770         (message-use-alternative-email-as-from): Insert `hard-newline'
12771         instead of ordinary newlines.
12772
12773 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * message.el (message-generate-headers): Downcase the argument
12776         given to message-check-element.
12777
12778 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12779
12780         * nntp.el (nntp-authinfo-rejected): New error condition.
12781         (nntp-wait-for): Use new error condition to signal authentication
12782         error.
12783         (nntp-retrieve-data): Rethrow new error condition to break out of
12784         recursive call to nntp-send-authinfo.
12785
12786 2005-11-08  Romain Francoise  <romain@orebokech.com>
12787
12788         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12789         (gnus-summary-exit-map): Bind to `Z p'.
12790         (gnus-summary-make-menu-bar): Add menu item.
12791
12792 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12795         (gnus-treat-*): Add `first' in all doc strings.
12796
12797         * gnus-group.el (gnus-group-compact-group): Fix typo.
12798
12799 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * gnus.el (gnus-parameters-case-fold-search): New variable.
12802         (gnus-parameters-get-parameter): Use it.
12803
12804         * gnus-score.el (gnus-home-score-file): Doc fix.
12805
12806 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12807
12808         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12809
12810 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * mm-util.el (mm-special-display-p): New function.
12813
12814         * mml.el (mml-preview): Use it; doc fix.
12815
12816 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12817
12818         * imap.el (imap-open): Handle case where buffer is a buffer object.
12819
12820 2005-10-29  Romain Francoise  <romain@orebokech.com>
12821
12822         * message.el (message-fix-before-sending): Fix comment.
12823
12824 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12825
12826         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12827
12828 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12829
12830         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12831         Used in gnus-score.el.
12832
12833 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12836
12837 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12840         whitespace removed in revision 7.8.  Use concatenated string to
12841         protect trailing whitespace.
12842
12843 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12844
12845         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12846         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12847         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12848         Courier IMAP ("some version from 2004").  Mostly based on similar
12849         code in the same function.
12850
12851 2005-10-26  Didier Verna  <didier@xemacs.org>
12852
12853         * gnus-group.el (gnus-group-compact-group): Invalidate original
12854         article buffer.
12855         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12856         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12857         NOV database and in article itself.
12858         Invalidate article backlog.
12859
12860 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12863
12864 2005-10-26  Simon Josefsson  <jas@extundo.com>
12865
12866         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12867         part of 2004-07-25 change.
12868
12869 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * message.el (message-display-completion-list): New function.
12872         (message-expand-group): Use it; make sure the Completions buffer
12873         is modifiable.
12874 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12875
12876         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12877         user-mail-name is an empty string.
12878
12879 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12882         depending on gnus-score-decay-constant.
12883
12884         * encrypt.el (encrypt-insert-file-contents)
12885         (encrypt-write-file-contents): Don't use `gnus-message'.
12886
12887         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12888         arguments.
12889         (mm-uu-type-alist): Add message-marks and insert-marks.
12890         Pass arguments to mm-uu-verbatim-marks-extract.
12891         (mm-uu-hide-markers): New variable.
12892         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12893
12894         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12895         (gnus-convert-image-to-face-command): Use "convert" by default to
12896         allow other input image formats.
12897         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12898         accordingly.
12899
12900 2005-10-23  Simon Josefsson  <jas@extundo.com>
12901
12902         * imap.el (imap-gssapi-program): Align command line parameters
12903         with latest GNU SASL.
12904         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12905
12906 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12907
12908         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12909         HTML.
12910         (nnslashdot-request-article): Ditto.
12911
12912         * lpath.el (featurep): Add nobreak-char-display.
12913
12914 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12915
12916         * mail-source.el (mail-source-fetch-pop): Require pop3.
12917         (mail-source-check-pop): Ditto.
12918
12919 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12922         errors.
12923
12924 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12927         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12928
12929         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12930
12931         * mm-bodies.el (mm-decode-string):
12932         Call `mm-charset-to-coding-system' with allow-override argument.
12933
12934 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12937         (rfc2047-charset-to-coding-system): New function.
12938         (rfc2047-decode-encoded-words): New function.
12939         (rfc2047-decode-region): Use them.
12940         (rfc2047-decode-cte): Remove.
12941         (rfc2047-parse-and-decode): Remove.
12942         (rfc2047-decode): Remove.
12943
12944 2005-10-15  Kenichi Handa  <handa@m17n.org>
12945
12946         * rfc2047.el (rfc2047-decode-cte): New function.
12947         (rfc2047-decode-region): Change the way to decode successive
12948         encoded-words: decode B- or Q-encoding in each encoded-word,
12949         concatenate them, and decode it as charset.
12950
12951 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * lpath.el: Fbind codepage-setup for XEmacs.
12954
12955 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12956
12957         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12958         widget-move-and-invoke.
12959         (gnus-custom-mode): Use gnus-custom-map.
12960
12961 2005-10-15  Bill Wohler  <wohler@newt.com>
12962
12963         * message.el (message-tool-bar-map): Rename image file from
12964         mail_send to mail/send.
12965
12966 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12967
12968         * message.el (message-expand-group): Pass the common
12969         prefix substring of completion to `display-completion-list'.
12970
12971 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * mml-sec.el (mml-secure-method): New internal variable.
12974         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12975         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12976         New functions using mml-secure-method.
12977
12978         * mml.el (mml-mode-map): Add key bindings for those functions.
12979         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12980         Harder <harder@myrealbox.com>.
12981         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12982         Goto end of message if point is the headers of the message.
12983
12984         * message.el (message-in-body-p): New function.
12985
12986         * assistant.el: Autoload gnus-util and netrc.
12987
12988         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12989         Use `mm-charset-override-alist' only when decoding.
12990
12991         * mm-bodies.el (mm-decode-body):
12992         Call `mm-charset-to-coding-system' with allow-override argument.
12993
12994         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12995         `filename' from Content-Disposition if Content-Type doesn't
12996         provide `name'.
12997         (gnus-mime-view-part-as-type): Set default instead of
12998         initial-input.
12999
13000 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13001
13002         * format-spec.el (format-spec): Propagate text properties of % spec.
13003
13004 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-art.el (gnus-treat-predicate): Add `first'.
13007
13008 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13011         (mm-charset-override-alist): New variable.
13012         (mm-charset-to-coding-system): Use it.
13013         (mm-codepage-setup): New helper function.
13014         (mm-charset-eval-alist): New variable.
13015         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13016         Warn about unknown charsets.
13017
13018         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13019
13020 2005-10-04  David Hansen  <david.hansen@gmx.net>
13021
13022         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13023         (nnrss-check-group): Ditto.
13024
13025 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13028         Rename x-gnus-verbatim to x-verbatim.
13029         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13030
13031         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13032         x-verbatim.
13033
13034         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13035
13036         * gnus-util.el (gnus-remove-duplicates): Remove.
13037
13038         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13039         instead of gnus-remove-duplicates.
13040
13041         * message.el (message-remove-duplicates): Remove.
13042         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13043         message-remove-duplicates.
13044
13045         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13046         available, else use implementation from `delete-dups'.
13047
13048         * message.el (message-insert-expires): New function.
13049         (message-mode-map): Add key binding.
13050         (message-mode-field-menu): Add menu entry.
13051         (message-mode): Document it.
13052         (message-make-expires-date): Use `message-make-date'.
13053
13054 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13055
13056         * message.el (message-make-expires-date): New function.
13057
13058 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * Makefile.in (list-installed-shadows): New entry.
13061         (install): Use it.
13062         (remove-installed-shadows): New entry.
13063
13064         * dgnushack.el (dgnushack-default-load-path): New variable.
13065         (dgnushack-find-lisp-shadows): New function.
13066         (dgnushack-remove-lisp-shadows): New function.
13067
13068 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * Makefile.in (install-el-elc): New entry.
13071         (install): Use it so that .el files are necessarily installed.
13072
13073 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13076
13077 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13080         function rather than the diff-mode.el package.
13081         (mm-display-external): Use with-current-buffer.
13082         (mm-viewer-completion-map, mm-viewer-completion-map):
13083         Move initialization inside declaration.
13084
13085 2005-09-29  Simon Josefsson  <jas@extundo.com>
13086
13087         * spam.el: Load hashcash when compiling, to avoid warnings.
13088         Don't autoload mail-check-payment.
13089         (spam-check-hashcash): Define unconditionally, since hashcash.el
13090         is part of Gnus now.  Ignore errors from payment checking.
13091
13092 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * message.el (message-bold-region, message-unbold-region):
13095         Rename from `bold-region' and `unbold-region'.
13096
13097         * message.el: Remove useless autoloads.
13098
13099 2005-09-28  Simon Josefsson  <jas@extundo.com>
13100
13101         * message.el (message-use-idna): Default to t.
13102         (message-use-idna): Test whether encoding works too.  Doc fix.
13103
13104 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * nntp.el (nntp-warn-about-losing-connection): Remove.
13107
13108 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13111         customizable.  Change default value.
13112         (mm-uu-diff-groups-regexp): Change default value.
13113         (mm-uu-type-alist): Add doc string.
13114         (mm-uu-configure): Add doc string.  Make it interactive.
13115         (mm-uu-tex-groups-regexp): New variable.
13116         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13117         (mm-uu-type-alist): Add LaTeX documents.
13118         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13119         of "text/verbatim".
13120         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13121
13122         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13123         instead of "text/verbatim".
13124
13125         * message.el (message-mark-inserted-region)
13126         (message-mark-insert-file): Use slrn style marks when called with
13127         prefix argument.
13128
13129 2005-09-27  Simon Josefsson  <jas@extundo.com>
13130
13131         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13132
13133 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13134
13135         * message.el (message-remove-duplicates): New function.
13136         Implementation borrowed from `gnus-remove-duplicates'.
13137         (message-idna-to-ascii-rhs): Also encode idna addresses in
13138         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13139         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13140         only ask about the same idna domain once per header and also tell
13141         in what header to replace the idna domain.
13142
13143         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13144         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13145         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13146         a header is decoded and not just the last one.
13147
13148 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13151         has been decoded.
13152
13153         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13154         (mm-insert-part): Don't modify text if it has been decoded.
13155
13156         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13157         decoded.
13158
13159         * mm-view.el (mm-inline-text): Don't strip text props unless
13160         decoding enriched or richtext parts.
13161
13162 2005-09-25  Romain Francoise  <romain@orebokech.com>
13163
13164         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13165         * gnus-start.el (gnus-subscribe-interactively):
13166         * gnus-uu.el (gnus-uu-grab-articles):
13167         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13168         space.
13169
13170 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13171
13172         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13173         * mm-view.el (mm-view-pkcs7-decrypt):
13174         * gnus-sum.el (gnus-summary-limit-to-extra)
13175         (gnus-summary-respool-article, gnus-read-move-group-name):
13176         * gnus-score.el (gnus-summary-increase-score):
13177         * gnus-util.el (gnus-completing-read-with-default):
13178         * gnus-art.el (gnus-read-save-file-name)
13179         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13180         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13181         * message.el (message-check-news-header-syntax):
13182         Follow convention for reading with the minibuffer.
13183
13184 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * spam-report.el (spam-report-url-ping-plain):
13187         Use gnus-extended-version as User-Agent.
13188
13189         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13190         default value is nil.
13191
13192         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13193         (mm-uu-verbatim-marks-extract): New function.
13194         (mm-uu-extract): New face.
13195         (mm-uu-copy-to-buffer): Use it.
13196
13197         * spam-report.el (spam-report-gmane-ham): Rename from
13198         `spam-report-gmane-unspam'.
13199         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13200         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13201
13202         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13203         Autoload.
13204         (spam-report-gmane-unregister-routine):
13205         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13206
13207 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13208
13209         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13210         (spam-report-gmane-unregister-routine): Add support for gmane
13211         unregistration.
13212
13213         * spam-report.el (spam-report-gmane-unspam)
13214         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13215         (spam-report-gmane): Change to take a single article and do unspam
13216         registration.
13217
13218 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * mm-url.el (mm-url-decode-entities): Fix regexp.
13221
13222 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13223
13224         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13225         default to nil, to be able to use Gnus at all.  If the default
13226         switches to something else, then the function should be fixed not
13227         be exceedingly slow.
13228
13229 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13230
13231         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13232         fail hard.
13233
13234         * spam-report.el: Add better Keywords line.
13235
13236         * spam.el: Add Maintainer and better Keywords line.
13237
13238 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * gnus-art.el (gnus-article-replace-part)
13241         (gnus-mime-replace-part): New functions.
13242         (gnus-mime-action-alist, gnus-mime-button-commands)
13243         (gnus-mime-save-part-and-strip): Add file argument.
13244         (gnus-article-part-wrapper): Add interactive argument.
13245
13246         * gnus-sum.el (gnus-summary-mime-map):
13247         Add `gnus-article-replace-part'.
13248
13249 2005-09-19  Didier Verna  <didier@xemacs.org>
13250
13251         The nnml compaction feature:
13252         * nnml.el (nnml-request-compact-group): New function.
13253         * nnml.el (nnml-request-compact): New function.
13254         * gnus-int.el (gnus-request-compact-group): New function.
13255         * gnus-int.el (gnus-request-compact): New function.
13256         * gnus-group.el (gnus-group-compact-group): New function.
13257         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13258         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13259         * gnus-srvr.el (gnus-server-compact-server): New function.
13260         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13261         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13262
13263 2005-09-18  Deepak Goel  <deego@gnufans.org>
13264
13265         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13266         format spec.
13267
13268 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13271
13272 2005-09-15  Romain Francoise  <romain@orebokech.com>
13273
13274         * message.el (message-fill-paragraph): Clarify docstring.
13275
13276 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-art.el (gnus-mime-display-part): Protect against broken
13279         MIME messages.
13280
13281 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13284         before parsing header.
13285
13286 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13287
13288         * html2text.el (html2text-replace-list): Add new entities.
13289
13290 2005-09-11  Romain Francoise  <romain@orebokech.com>
13291
13292         * message.el (message-alternative-emails): Improve docstring.
13293         (message-setup-1): Call `message-use-alternative-email-as-from'
13294         after `message-setup-hook' to give it precedence over posting
13295         styles, etc.
13296         (message-use-alternative-email-as-from): Add docstring.
13297         Remove the original From header if present.
13298
13299         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13300         (nnml-save-mail): Use it.
13301
13302         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13303         articles.  Add new argument `silent'.
13304         (gnus-uu-mark-all): Report the total number of marked articles.
13305
13306 2005-09-10  Romain Francoise  <romain@orebokech.com>
13307
13308         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13309         (gnus-uu-mark-series): Likewise.
13310
13311 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13312
13313         * spam-report.el (spam-report-gmane): Fix generation of spam
13314         report URL.
13315
13316 2005-09-10  Simon Josefsson  <jas@extundo.com>
13317
13318         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13319         t, based on discussion on the ding list with Robert Epprecht
13320         <epprecht@solnet.ch>.
13321
13322 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * spam-report.el (spam-report-gmane): Make it work without
13325         X-Report-Spam header.  Gmane now only provides Archived-At.
13326         This is only used if `spam-report-gmane-use-article-number' is nil.
13327         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13328
13329         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13330         make `gnus-summary-sort-by-recipient' work with threading.
13331
13332         * nnweb.el (nnweb-google-wash-article): Print a message if article
13333         is not available.
13334
13335 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13336
13337         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13338         change.  Decode text/* parts content before displaying.
13339
13340 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13343
13344 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13347
13348         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13349         url-package-name, url-package-version,
13350         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13351         w3m-display-inline-images, and w3m-minor-mode-map.
13352
13353 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * message.el (message-tab-body-function): Fix mismatched custom type.
13356
13357         * gnus.el (gnus-group-change-level-function): Ditto.
13358
13359         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13360
13361         * gnus-art.el (gnus-signature-limit)
13362         (gnus-article-mime-part-function): Ditto.
13363
13364 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * mml.el (mml-mode): Silence the byte compiler.
13367
13368         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13369         using `(sit-for 0)' before moving the point to the specified part;
13370         skip unbuttonized parts.
13371         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13372         return to the summary window if gnus-auto-select-part is non-nil.
13373
13374 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13377         New variables.
13378         (mml-dnd-attach-file, mml-mode): Use them.
13379
13380         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13381         Make fetching article by MID work again for Google Groups.
13382         Add FIXME concerning gnus-group-make-web-group.
13383
13384         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13385         Don't depend on Gnus by using mail-extract-address-components if
13386         gnus-extract-address-components is not bound.
13387
13388 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13389
13390         * gnus-art.el (gnus-mime-display-security): Don't display the
13391         signature, but only the signed part.
13392
13393 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13396
13397         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13398         list, not listp.
13399
13400 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13401
13402         * mm-encode.el (mm-encode-content-transfer-encoding):
13403         Likewise when encoding.
13404
13405         * mm-bodies.el (mm-decode-content-transfer-encoding):
13406         De-canonicalize CRLF for all text content types, not just
13407         text/plain.
13408
13409 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13412         valid article; point arrow and cursor at the MIME button.
13413
13414 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13417         Suggested by Dan Christensen <jdc@uwo.ca>.
13418
13419         * mm-decode.el (mm-save-part): Enable change of prompt.
13420
13421 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13422
13423         * gnus-msg.el (gnus-inews-add-send-actions):
13424         Make `message-post-method' lambda parameter ARG `&optional'.
13425
13426 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * gnus-sum.el (gnus-summary-mime-map):
13429         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13430         gnus-article-jump-to-part.
13431
13432         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13433         (gnus-article-edit-part): Use it.
13434         (gnus-article-part-wrapper): Add no-handle argument.
13435         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13436         New functions.
13437
13438 2005-08-29  Romain Francoise  <romain@orebokech.com>
13439
13440         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13441         docstring.
13442         (gnus-face-from-file): Likewise.
13443
13444 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13445
13446         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13447         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13448         non-nil.
13449         (gnus-auto-select-part): New variable.
13450         (gnus-article-jump-to-part): New function.
13451         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13452         (gnus-mime-delete-part): Allow selecting specified part after
13453         deleting or stripping parts.
13454         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13455         part if argument is bogus.
13456
13457 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13458
13459         * gnus-art.el (w3m-minor-mode-map):
13460         * gnus-spec.el (gnus-newsrc-file-version):
13461         * gnus-util.el (nnmail-active-file-coding-system)
13462         (gnus-original-article-buffer, gnus-user-agent):
13463         * gnus.el (gnus-ham-process-destinations)
13464         (gnus-parameter-ham-marks-alist)
13465         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13466         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13467         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13468         * mm-decode.el (gnus-current-window-configuration):
13469         * mm-extern.el (gnus-article-mime-handles):
13470         * mm-url.el (url-current-object, url-package-name)
13471         (url-package-version):
13472         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13473         (smime-keys, w3m-cid-retrieve-function-alist)
13474         (w3m-current-buffer, w3m-display-inline-images)
13475         (w3m-minor-mode-map):
13476         * mml-smime.el (gnus-extract-address-components):
13477         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13478         (gnus-newsrc-hashtb, message-default-charset)
13479         (message-deletable-headers, message-options)
13480         (message-posting-charset, message-required-mail-headers)
13481         (message-required-news-headers):
13482         * mml1991.el (mc-pgp-always-sign):
13483         * mml2015.el (mc-pgp-always-sign):
13484         * nnheader.el (nnmail-extra-headers):
13485         * rfc1843.el (gnus-decode-encoded-word-function)
13486         (gnus-decode-header-function, gnus-newsgroup-name):
13487         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13488
13489 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13490
13491         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13492         the end of the date treatments.
13493
13494 2005-08-15  Simon Josefsson  <jas@extundo.com>
13495
13496         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13497         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13498         Capello and Romain Francoise.
13499         (pgg-fetch-key-function): Remove, not used?
13500         (pgg-insert-url-with-w3): Require url, to get
13501         url-insert-file-contents regardless of where it is defined.
13502
13503 2005-08-13  Romain Francoise  <romain@orebokech.com>
13504
13505         * message.el (message-cite-original-1): New function.
13506         (message-cite-original): Use it.
13507         (message-cite-original-without-signature): Ditto.
13508
13509 2005-08-08  Romain Francoise  <romain@orebokech.com>
13510
13511         * message.el (message-yank-empty-prefix): New variable.
13512         (message-indent-citation): Use it.
13513         (message-cite-original-without-signature): Respect X-No-Archive.
13514
13515 2005-08-08  Simon Josefsson  <jas@extundo.com>
13516
13517         * pgg.el: Autoload url-insert-file-contents instead of loading
13518         w3/url.
13519         (pgg-insert-url-with-w3): Don't load url here.
13520
13521 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13522
13523         * message.el (message-kill-to-signature): Don't insert newline at
13524         bol.
13525         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13526
13527 2005-08-06  Romain Francoise  <romain@orebokech.com>
13528
13529         * message.el (message-user-fqdn): Fix typo in docstring.
13530
13531 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13532
13533         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13534
13535         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13536
13537 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * mm-bodies.el (mm-encode-body): Use coding system rather than
13540         charset to encode text.
13541
13542         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13543         number of charsets if utf-8 is available (XEmacs).
13544
13545 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13548         taken from `gnus-button-mid-or-mail-regexp'.
13549         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13550         (gnus-button-alist): Improve regexp for domain part of the MIDs
13551         for news:localpart@domain buttons.
13552         (gnus-button-ctan-directory-regexp): Update.
13553
13554 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * sieve-manage.el (sieve-manage-interactive-login):
13557         Use make-local-variable rather than make-variable-buffer-local.
13558         (sieve-manage-open): Ditto.
13559         (sieve-manage-authenticate): Ditto.
13560
13561         * mml.el (mml-generate-mime-1): Make the content type default to
13562         text/plain if the filename is not specified.
13563
13564 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13567         instead of insert-buffer.
13568
13569         * message.el (message-yank-original): Ditto; set the mark at the
13570         end of the yanked message.
13571
13572 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13575         lines to scroll rather than to stop it.
13576
13577         * mml.el (mml-generate-default-type): Add doc string.
13578         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13579         default to application/octet-stream when determining the content
13580         type if it is not specified for the part or the mml contents; add
13581         a comment about mml-generate-default-type.
13582
13583 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13586         make it default to application/octet-stream when determining the
13587         content type if it is not specified for the external contents.
13588
13589 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13592         segmented parameter but also other parameters might be there.
13593
13594 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * mm-decode.el (mm-display-external): Delete temp file, directory
13597         and buffer immediately if the external process is exited.
13598
13599 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13602         fewer lines than that of scroll-margin.
13603         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13604
13605 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * gnus-art.el (gnus-article-next-page): Revert.
13608         (gnus-article-beginning-of-window): New macro.
13609         (gnus-article-next-page-1): Use it.
13610         (gnus-article-prev-page): Ditto.
13611         (gnus-article-edit-part): Use insert-buffer-substring instead of
13612         insert-buffer.
13613         (gnus-article-edit-exit): Ditto.
13614
13615         * gnus-util.el (gnus-beginning-of-window): Remove.
13616         (gnus-end-of-window): Remove.
13617
13618         * lpath.el: Don't bind header-line-format and scroll-margin.
13619
13620 2005-07-25  Simon Josefsson  <jas@extundo.com>
13621
13622         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13623         to have the url package without w3.  Reported by Daiki Ueno
13624         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13625
13626 2005-07-20  Didier Verna  <didier@xemacs.org>
13627
13628         * gnus-diary.el: Remove the description comment (nndiary is now
13629         properly documented in the Gnus manual).
13630         Fix the spelling of "Back End".
13631         * nndiary.el: Ditto.
13632         Fix the copyright notice.
13633
13634 2005-07-18  Romain Francoise  <romain@orebokech.com>
13635
13636         * gnus-sum.el (gnus-summary-to-prefix)
13637         (gnus-summary-newsgroup-prefix): New variables.
13638         (gnus-summary-from-or-to-or-newsgroups): Use them.
13639
13640 2005-07-17  Romain Francoise  <romain@orebokech.com>
13641
13642         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13643         space as it's generally not especially interesting to the user.
13644
13645 2005-07-16  Romain Francoise  <romain@orebokech.com>
13646
13647         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13648         nil to avoid prompting and file modification if one of the
13649         messages at the top of the nnfolder file contains a copyright
13650         notice.
13651         Update copyright notice.
13652
13653         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13654         instead of `current-time-string' as the latter creates a time
13655         string that is not RFC 2822 compliant (it lacks the zone).
13656         Update copyright notice.
13657
13658 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13659
13660         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13661         for text/rtf.  Display default in prompt.  Pass default for M-n.
13662
13663         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13664
13665 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13666
13667         * gnus-msg.el (gnus-button-mailto):
13668         Remove save-selected-window-window hackery because it relies on
13669         save-selected-window internals.
13670
13671 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13674         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13675         (gnus-article-prev-page): Ditto.
13676
13677         * gnus-util.el (gnus-beginning-of-window): New function.
13678         (gnus-end-of-window): New function.
13679
13680         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13681
13682 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13683
13684         * gnus-score.el (gnus-score-edit-all-score):
13685         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13686         gnus-message.
13687
13688 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13689
13690         * gnus-msg.el (gnus-button-mailto):
13691         Remove save-selected-window-window hackery because it relies on
13692         save-selected-window internals.
13693
13694 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13697         add-minor-mode.
13698         (gnus-binary-mode): Ditto.
13699
13700         * gnus-topic.el (gnus-topic-mode): Ditto.
13701
13702 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13703
13704         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13705         (gnus-article-prev-page): Take scroll-margin into consideration.
13706
13707 2005-07-04  Lute Kamstra  <lute@gnu.org>
13708
13709         Update FSF's address in GPL notices.
13710
13711 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13712
13713         * gnus.el (gnus-exit):
13714         * gnus-group.el (gnus-group-icons):
13715         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13716
13717         * gnus-nocem.el (gnus-nocem):
13718         * message.el (message-various, message-buffers, message-sending)
13719         (message-interface, message-forwarding, message-insertion)
13720         (message-headers, message-news, message-mail):
13721         * pgg-gpg.el (pgg-gpg):
13722         * pgg-parse.el (pgg-parse):
13723         * pgg-pgp.el (pgg-pgp):
13724         * pgg-pgp5.el (pgg-pgp5):
13725         * pop3.el (pop3): Finish `defgroup' description with period.
13726
13727 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-art.el (article-display-face): Improve the efficiency.
13730         (article-display-x-face): Ditto; remove grey x-face stuff.
13731
13732 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-art.el (article-display-face): Correct the position in
13735         which Faces are inserted.
13736
13737 2005-06-29  Didier Verna  <didier@xemacs.org>
13738
13739         * gnus-art.el (article-display-face): Display faces in correct
13740         order.
13741
13742 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13745         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13746         (gnus-nocem-check-article): Fetch the Type header.
13747         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13748         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13749         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13750         make sure gnus-nocem-hashtb is initialized.
13751         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13752         (gnus-nocem-unwanted-article-p): Ditto.
13753
13754         * pgg.el (pgg-verify): Return the verification result.
13755
13756 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13757
13758         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13759         is ascii.
13760
13761 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13762
13763         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13764         `show-nonbreak-escape'.
13765
13766 2005-06-23  Lute Kamstra  <lute@gnu.org>
13767
13768         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13769
13770         * dig.el (dig-mode):
13771         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13772
13773 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13774
13775         * nnimap.el (nnimap-split-download-body): Fix spellings.
13776
13777 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13778
13779         * gnus-art.el (gnus-article-encrypt-body):
13780         * gnus-cus.el (gnus-score-customize):
13781         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13782         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13783
13784 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13785
13786         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13787         header by looking for magic "MII" at the beginnig.
13788
13789 2005-06-16  Miles Bader  <miles@gnu.org>
13790
13791         * gnus-xmas.el (gnus-xmas-group-startup-message):
13792         Use renamed gnus-splash face.
13793
13794         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13795         (assistant-field-face): New backward-compatibility alias for renamed
13796         face.
13797         (assistant-render-text): Use renamed assistant-field face.
13798
13799         * spam.el (spam): Remove "-face" suffix from face name.
13800         (spam-face): New backward-compatibility alias for renamed face.
13801         (spam-face, spam-initialize): Use renamed spam face.
13802
13803         * message.el (message-header-to, message-header-cc)
13804         (message-header-subject, message-header-newsgroups)
13805         (message-header-other, message-header-name)
13806         (message-header-xheader, message-separator, message-cited-text)
13807         (message-mml): Remove "-face" suffix from face names.
13808         (message-header-to-face, message-header-cc-face)
13809         (message-header-subject-face, message-header-newsgroups-face)
13810         (message-header-other-face, message-header-name-face)
13811         (message-header-xheader-face, message-separator-face)
13812         (message-cited-text-face, message-mml-face):
13813         New backward-compatibility aliases for renamed faces.
13814         (message-font-lock-keywords): Use renamed message faces.
13815
13816         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13817         (sieve-test-commands, sieve-tagged-arguments):
13818         Remove "-face" suffix from face names.
13819         (sieve-control-commands-face, sieve-action-commands-face)
13820         (sieve-test-commands-face, sieve-tagged-arguments-face):
13821         New backward-compatibility aliases for renamed faces.
13822         (sieve-control-commands-face, sieve-action-commands-face)
13823         (sieve-test-commands-face, sieve-tagged-arguments-face):
13824         Use renamed sieve faces.
13825
13826         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13827         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13828         (gnus-group-news-3-empty, gnus-group-news-4)
13829         (gnus-group-news-4-empty, gnus-group-news-5)
13830         (gnus-group-news-5-empty, gnus-group-news-6)
13831         (gnus-group-news-6-empty, gnus-group-news-low)
13832         (gnus-group-news-low-empty, gnus-group-mail-1)
13833         (gnus-group-mail-1-empty, gnus-group-mail-2)
13834         (gnus-group-mail-2-empty, gnus-group-mail-3)
13835         (gnus-group-mail-3-empty, gnus-group-mail-low)
13836         (gnus-group-mail-low-empty, gnus-summary-selected)
13837         (gnus-summary-cancelled, gnus-summary-high-ticked)
13838         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13839         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13840         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13841         (gnus-summary-low-undownloaded)
13842         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13843         (gnus-summary-low-unread, gnus-summary-normal-unread)
13844         (gnus-summary-high-read, gnus-summary-low-read)
13845         (gnus-summary-normal-read, gnus-splash):
13846         Remove "-face" suffix from face names.
13847         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13848         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13849         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13850         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13851         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13852         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13853         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13854         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13855         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13856         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13857         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13858         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13859         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13860         (gnus-summary-normal-ticked-face)
13861         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13862         (gnus-summary-normal-ancient-face)
13863         (gnus-summary-high-undownloaded-face)
13864         (gnus-summary-low-undownloaded-face)
13865         (gnus-summary-normal-undownloaded-face)
13866         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13867         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13868         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13869         (gnus-splash-face):
13870         New backward-compatibility aliases for renamed faces.
13871         (gnus-group-startup-message): Use renamed gnus faces.
13872
13873         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13874         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13875         (gnus-server-agent): Remove "-face" suffix from face names.
13876         (gnus-server-agent-face, gnus-server-opened-face)
13877         (gnus-server-closed-face, gnus-server-denied-face)
13878         (gnus-server-offline-face):
13879         New backward-compatibility aliases for renamed faces.
13880         (gnus-server-agent-face, gnus-server-opened-face)
13881         (gnus-server-closed-face, gnus-server-denied-face)
13882         (gnus-server-offline-face): Use renamed gnus faces.
13883
13884         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13885         Remove "-face" suffix from face names.
13886         (gnus-picon-xbm-face, gnus-picon-face):
13887         New backward-compatibility aliases for renamed faces.
13888
13889         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13890         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13891         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13892         (gnus-cite-11): Remove "-face" suffix from face names.
13893         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13894         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13895         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13896         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13897         New backward-compatibility aliases for renamed faces.
13898         (gnus-cite-attribution-face, gnus-cite-face-list)
13899         (gnus-article-boring-faces): Use renamed gnus faces.
13900
13901         * gnus-art.el (gnus-signature, gnus-header-from)
13902         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13903         (gnus-header-content): Remove "-face" suffix from face names.
13904         (gnus-signature-face, gnus-header-from-face)
13905         (gnus-header-subject-face, gnus-header-newsgroups-face)
13906         (gnus-header-name-face, gnus-header-content-face):
13907         New backward-compatibility aliases for renamed faces.
13908         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13909
13910         * gnus-sum.el (gnus-summary-selected-face)
13911         (gnus-summary-highlight): Use renamed gnus faces.
13912         * gnus-group.el (gnus-group-highlight): Likewise.
13913
13914 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13915
13916         * gnus-sieve.el (gnus-sieve-article-add-rule):
13917         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13918         * spam-stat.el (spam-stat-buffer-change-to-spam)
13919         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13920
13921         * message.el (message-is-yours-p):
13922         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13923
13924 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * mm-view.el (mm-inline-text): Withdraw the last change.
13927
13928 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13931         executing enriched-decode.
13932
13933 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13936         charset of tar files.
13937
13938 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13939
13940         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13941
13942 2005-06-04  Lute Kamstra  <lute@gnu.org>
13943
13944         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13945         information is never recorded.
13946
13947 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13948
13949         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13950
13951 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * pop3.el (pop3-apop): Run md5 in the binary mode.
13954
13955         * starttls.el (starttls-set-process-query-on-exit-flag):
13956         Use eval-and-compile.
13957
13958 2005-05-31  Simon Josefsson  <jas@extundo.com>
13959
13960         * smime.el (smime-replace-in-string): Define.
13961         (smime-cert-by-ldap-1): Use it.
13962
13963 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (article-display-x-face): Replace
13966         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13967
13968         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13969         set-process-query-on-exit-flag or process-kill-without-query.
13970
13971         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13972         loop instead of replace-regexp.
13973
13974         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13975         instead of process-kill-without-query if it is available.
13976
13977         * lpath.el: Fbind ldap-search-entries.
13978
13979         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13980         instead of find-file-hooks if it is available.
13981
13982         * mml1991.el: Bind pgg-default-user-id when compiling.
13983
13984         * mml2015.el: Bind pgg-default-user-id when compiling.
13985
13986         * nndraft.el (nndraft-request-associate-buffer):
13987         Use write-contents-functions instead of write-contents-hooks if it is
13988         available.
13989
13990         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13991         instead of find-file-hooks if it is available.
13992
13993         * nntp.el (nntp-open-connection): Replace
13994         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13995         (nntp-open-ssl-stream): Ditto.
13996         (nntp-open-tls-stream): Ditto.
13997
13998         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13999         set-process-query-on-exit-flag or process-kill-without-query.
14000         (starttls-open-stream-gnutls): Use it instead of
14001         process-kill-without-query.
14002         (starttls-open-stream): Ditto.
14003
14004 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14005
14006         * smime.el (smime-cert-by-ldap-1): Don't use
14007         replace-regexp-in-string.
14008
14009 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14010
14011         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14012
14013         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14014         in PEM format.  Adjust to the XEmacs compability.
14015
14016 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14019         by `string-to-number'.
14020         * gnus-agent.el (gnus-agent-regenerate-group)
14021         (gnus-agent-fetch-articles): Ditto.
14022         * gnus-art.el (gnus-button-fetch-group): Ditto.
14023         * gnus-cache.el (gnus-cache-generate-active)
14024         (gnus-cache-articles-in-group): Ditto.
14025         * gnus-group.el (gnus-group-set-current-level)
14026         (gnus-group-insert-group-line): Ditto.
14027         * gnus-score.el (gnus-score-set-expunge-below)
14028         (gnus-score-set-mark-below, gnus-summary-score-effect)
14029         (gnus-summary-score-entry): Ditto.
14030         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14031         (gnus-soup-pack): Ditto.
14032         * gnus-spec.el (gnus-xmas-format): Ditto.
14033         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14034         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14035         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14036         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14037         * nndb.el (nndb-get-remote-expire-response): Ditto.
14038         * nndiary.el (nndiary-parse-schedule-value)
14039         (nndiary-string-to-number, nndiary-request-replace-article)
14040         (nndiary-request-article): Ditto.
14041         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14042         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14043         * nneething.el (nneething-make-head): Ditto.
14044         * nnfolder.el (nnfolder-request-article)
14045         (nnfolder-retrieve-headers): Ditto.
14046         * nnheader.el (nnheader-file-to-number): Ditto.
14047         * nnkiboze.el (nnkiboze-request-article): Ditto.
14048         * nnmail.el (nnmail-process-unix-mail-format)
14049         (nnmail-process-babyl-mail-format): Ditto.
14050         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14051         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14052         (nnmh-request-create-group, nnmh-request-list-1)
14053         (nnmh-request-group, nnmh-request-article): Ditto.
14054         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14055         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14056         * nnsoup.el (nnsoup-make-active): Ditto.
14057         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14058         * nntp.el (nntp-find-group-and-number)
14059         (nntp-retrieve-headers-with-xover): Ditto.
14060         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14061         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14062         (pgg-format-key-identifier): Ditto.
14063         * pop3.el (pop3-last, pop3-stat): Ditto.
14064         * qp.el (quoted-printable-decode-region): Ditto.
14065
14066         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14067         of concat.
14068
14069 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14072
14073         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14074
14075         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14076
14077         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14078
14079         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14080
14081         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14082
14083         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14084         (gnus-carpal-mode): Ditto.
14085
14086         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14087         (gnus-browse-mode): Ditto.
14088
14089         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14090
14091         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14092
14093 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14094
14095         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14096
14097 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-util.el (gnus-run-mode-hooks): New function.
14100
14101         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14102
14103         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14104         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14105
14106 2005-05-27  Lute Kamstra  <lute@gnu.org>
14107
14108         * dns-mode.el (dns-mode): Specify customization group.
14109
14110 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14111
14112         * gnus-agent.el (gnus-agent-make-mode-line-string):
14113         Use mode-line-highlight as mouse-face.
14114
14115 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * canlock.el (canlock): Change the parent group to news.
14118
14119         * deuglify.el (gnus-outlook-deuglify): Add :group.
14120
14121         * dig.el (dig): Add :group.
14122
14123         * dns-mode.el (dns-mode): Add :group.
14124
14125         * encrypt.el (encrypt): Add :group.
14126
14127         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14128         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14129         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14130         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14131         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14132
14133         * gnus-diary.el (gnus-diary): Add :group.
14134
14135         * gnus.el (gnus-group-news-1-face): Add :group.
14136         (gnus-group-news-1-empty-face): Ditto.
14137         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14138         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14139         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14140         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14141         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14142         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14143         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14144         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14145         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14146         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14147         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14148         (gnus-summary-high-ticked-face): Ditto.
14149         (gnus-summary-low-ticked-face): Ditto.
14150         (gnus-summary-normal-ticked-face): Ditto.
14151         (gnus-summary-high-ancient-face): Ditto.
14152         (gnus-summary-low-ancient-face): Ditto.
14153         (gnus-summary-normal-ancient-face): Ditto.
14154         (gnus-summary-high-undownloaded-face): Ditto.
14155         (gnus-summary-low-undownloaded-face): Ditto.
14156         (gnus-summary-normal-undownloaded-face): Ditto.
14157         (gnus-summary-high-unread-face): Ditto.
14158         (gnus-summary-low-unread-face): Ditto.
14159         (gnus-summary-normal-unread-face): Ditto.
14160         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14161         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14162
14163         * hashcash.el (hashcash): New custom group.
14164         (hashcash-default-payment): Add :group.
14165         (hashcash-payment-alist): Ditto.
14166         (hashcash-default-accept-payment): Ditto.
14167         (hashcash-accept-resources): Ditto.
14168         (hashcash-path): Ditto.
14169         (hashcash-extra-generate-parameters): Ditto.
14170         (hashcash-double-spend-database): Ditto.
14171         (hashcash-in-news): Ditto.
14172
14173         * message.el (message-minibuffer-local-map): Add :group.
14174
14175         * netrc.el (netrc): Add :group.
14176
14177         * sieve-manage.el (sieve-manage-log): Add :group.
14178         (sieve-manage-default-user): Diito.
14179         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14180         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14181         (sieve-manage-authenticators): Ditto.
14182         (sieve-manage-authenticator-alist): Ditto.
14183         (sieve-manage-default-port): Ditto.
14184
14185         * sieve-mode.el (sieve-control-commands-face): Add :group.
14186         (sieve-action-commands-face): Ditto.
14187         (sieve-test-commands-face): Ditto.
14188         (sieve-tagged-arguments-face): Ditto.
14189
14190         * smime.el (smime): Add :group.
14191
14192         * spam-report.el (spam-report): Add :group.
14193
14194         * spam.el (spam, spam-face): Add :group.
14195
14196 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14197
14198         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14199         return \n.\n.\n at the end of articles.  Protect against that.
14200         (nntp-with-open-group): Allow debugging.
14201
14202         * nnheader.el (mail-header-set-extra): Make into a function
14203         because I just could't understand how to quote the list properly.
14204
14205         * dns.el (query-dns-cached): New function.
14206
14207 2005-05-26  Lute Kamstra  <lute@gnu.org>
14208
14209         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14210
14211 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14214
14215         * gnus-art.el: Don't autoload mail-extract-address-components.
14216
14217         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14218         eval-and-compile to evaluate it.
14219
14220         * hashcash.el: Don't autoload executable-find.
14221
14222         * nndb.el: Don't declare the nndb back end two or more times; don't
14223         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14224
14225         * nntp.el: Autoload format-spec instead of format; use
14226         eval-and-compile to evaluate autoload forms.
14227
14228 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14229
14230         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14231
14232 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14233
14234         * gnus.el (gnus-version-number): Bump version.
14235
14236 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14237
14238         * gnus.el: No Gnus v0.3 is released.
14239
14240 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * lpath.el (featurep): Bind show-nonbreak-escape.
14243
14244 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-art.el (gnus-article-edit-part): Disable undo.
14247
14248 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14251         gnus-article-date-lapsed-new-header is t if date timer is active;
14252         skip headers in which the original date value is empty.
14253         (gnus-article-save-original-date): Redefine it as a macro.
14254         (gnus-display-mime): Use it.
14255
14256 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * gnus-art.el (article-date-ut): Support converting date in
14259         forwarded parts as well.
14260         (gnus-article-save-original-date): New function.
14261         (gnus-display-mime): Use it.
14262
14263 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14264
14265         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14266         enclosure element of <item>.
14267
14268 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * message.el (message-kill-buffer-query): Rename from
14271         `message-kill-buffer-query-if-modified'.  Add :version.
14272
14273 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14276         window layout.
14277
14278 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * mml.el: Autoload dnd when compiling.
14281
14282 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14285         x-dnd-*.
14286
14287 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * qp.el (quoted-printable-encode-region): Save excursion.
14290
14291 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14292
14293         * message.el (message-kill-buffer-query-if-modified): Add new variable
14294         so the user can kill a modified message buffer quickly.
14295         (message-kill-buffer): Use it.
14296
14297 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * lpath.el: Fbind display-time-event-handler; don't fbind
14300         string-to-multibyte.
14301
14302         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14303
14304 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14307         contained in text because xml.el decodes entities) with LFs.
14308
14309 2005-04-11  Lute Kamstra  <lute@gnu.org>
14310
14311         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14312         differently.
14313
14314 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14315
14316         * mm-util.el (mm-detect-coding-region): Typo.
14317
14318 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14321
14322 2005-04-06  Deepak Goel  <deego@gnufans.org>
14323
14324         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14325         user-function allow user modifications of the scores.
14326         (spam-stat-score-buffer-user): New function, to allow
14327         user-computed modifications to the score.
14328         (spam-stat-score-buffer-user-functions): List of additional
14329         scoring functions.
14330         (spam-stat-error-holder): Global temporary error holder.
14331         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14332         variable.
14333
14334 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * gnus-registry.el (gnus-registry-clean-empty-function)
14337         (gnus-registry-trim, gnus-registry-fetch-groups)
14338         (gnus-registry-delete-group): Groups that match
14339         `gnus-registry-ignored-groups' are removed from the registry
14340         entries, not just ignored for splitting.  This helps clean up the
14341         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14342         to get all the groups a message ID is in.
14343
14344         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14345         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14346         (spam-stat-score-buffer-user-functions): Add :number custom type.
14347
14348 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14351         argument in XEmacs.
14352
14353         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14354         (nnrss-request-group): Decode group name first.
14355         (nnrss-request-article): Make a text/plain article if mml-to-mime
14356         failed.
14357         (nnrss-get-encoding): Return a compatible encoding according to
14358         nnrss-compatible-encoding-alist.
14359         (nnrss-find-el): Use consp instead of listp.
14360         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14361
14362 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14365         which Emacs 20 doesn't support.
14366         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14367
14368 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14371         silence the byte compiler inside the defun.
14372
14373         * gnus-demon.el (parse-time-string): Add autoload.
14374
14375         * gnus-delay.el (parse-time-string): Add autoload.
14376
14377         * gnus-art.el (parse-time-string): Add autoload.
14378
14379         * nnultimate.el (parse-time): Require for `parse-time-string'.
14380
14381 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14384
14385         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14386
14387         * smime.el (smime-ldap-host-list): Add :version.
14388
14389 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14392         pass it to `gnus-browse-read-group'.
14393         (gnus-browse-read-group): Add NUMBER argument and pass it to
14394         `gnus-group-read-ephemeral-group'.
14395
14396         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14397         argument and pass it to `gnus-group-read-group'.
14398
14399 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14400
14401         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14402         mm-xemacs-find-mime-charset-1 if we have the mule feature
14403         available at runtime.
14404
14405 2005-03-25  Werner Lemberg  <wl@gnu.org>
14406
14407         * nnmaildir.el: Replace `illegal' with `invalid'.
14408
14409 2005-03-23  Lute Kamstra  <lute@gnu.org>
14410
14411         * time-date.el: Add comment on time value formats.
14412         Don't require parse-time.
14413         (with-decoded-time-value): New macro.
14414         (encode-time-value): New function.
14415         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14416         (days-to-time): Return a valid time value when arg is huge.
14417         (time-since): Use time-subtract.
14418         (time-to-number-of-days): Use time-to-seconds.
14419
14420 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14421
14422         * gnus-start.el (gnus-display-time-event-handler):
14423         Check display-time-timer at runtime rather than only at load time
14424         in case display-time-mode is turned off in the mean time.
14425
14426 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14429         used.
14430
14431         * nneething.el (nneething-map-file-directory): Derive from
14432         `gnus-directory'.
14433
14434         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14435         the To/Cc button.
14436
14437 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14438
14439         * nnmaildir.el (nnmaildir-request-accept-article):
14440         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14441
14442 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14443
14444         * gnus-async.el: Require timer-funcs at compile time when in
14445         XEmacs for `run-with-idle-timer'.
14446
14447 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14448
14449         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14450         autoloaded function.
14451
14452 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14453
14454         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14455
14456 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14457
14458         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14459
14460 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14461
14462         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14463         Add gnus-expert-user to default.
14464
14465 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14466
14467         * nnimap.el (nnimap-open-server): Ditto.
14468
14469         * imap.el (imap-authenticate): Fix typo.
14470
14471 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14472
14473         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14474         buffer (since IMAP server might return FETCH response out of
14475         order, and the nntp buffer must be sorted).
14476
14477 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14478
14479         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14480         comparison on string.
14481
14482         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14483         (gnus-agent-score): Rename category keywords to match gnus-cus.
14484         (gnus-agent-summary-fetch-series): Modify to protect against
14485         gnus-agent-summary-fetch-group clearing processable flags.
14486         (gnus-agent-synchronize-group-flags): Update live group buffer as
14487         synchronization may occur due to the user toggle the plugged
14488         status.
14489         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14490         successfully downloaded.
14491         (gnus-agent-expire-group-1): Avoid using markers when the overview
14492         is in ascending order; greatly improves performance.
14493         (gnus-agent-regenerate-group):
14494         Use gnus-agent-synchronize-group-flags to reset read status in both
14495         gnus and server.
14496         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14497
14498 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * message.el: Don't autoload former message-utils variables.
14501         (message-strip-subject-trailing-was): Change doc string.
14502
14503         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14504         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14505         (nnweb-google-search): Add "hl=en" here.
14506         (nnweb-google-parse-1, nnweb-google-create-mapping):
14507         Don't hardcode URL.
14508
14509 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * message.el (message-get-reply-headers, message-followup):
14512         Mention related variables `message-use-followup-to' and
14513         `message-use-mail-followup-to', in the information buffer.
14514
14515         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14516         of broken groups(-beta).google.com.
14517
14518 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14519
14520         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14521         parameter to invoked gnus-request-move-article; remove the
14522         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14523         all at once instead of once per article.
14524         (gnus-summary-remove-process-mark): Accept a list of articles as
14525         well as a single article for processing.
14526
14527         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14528         parameter.
14529
14530         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14531
14532         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14533
14534         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14535         parameter.
14536
14537         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14538         parameter.
14539
14540         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14541         parameter and remove the gnus-sum-hint-move-is-internal variable.
14542
14543         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14544         parameter.
14545
14546         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14547         parameter.
14548
14549         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14550         parameter.
14551
14552         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14553
14554         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14555         parameter.
14556
14557         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14558         parameter.
14559
14560 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14561
14562         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14563         a more conservative way.
14564
14565 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14566
14567         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14568         buffer, so it moves the window's cursor.
14569
14570 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14571
14572         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14573         `mm-dissect-multipart' and receive the from field as an (optional)
14574         argument from `mm-dissect-multipart'.
14575         (mm-dissect-multipart): Receive the from field as an argument and
14576         pass it on when we call `mm-dissect-buffer' on MIME parts.
14577         Fixes verification/decryption of signed/encrypted MIME parts.
14578
14579 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14580
14581         * gnus-sum.el (gnus-summary-move-article):
14582         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14583         whatever it calls (right now, only nnimap-request-move article
14584         respects it).
14585
14586         * nnimap.el (nnimap-request-move-article):
14587         When gnus-sum-hint-move-is-internal is set, don't do the extra
14588         nnimap-request-article.
14589
14590 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14593
14594         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14595         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14596
14597         * gnus-sum.el (gnus-summary-caesar-message):
14598         Apply `gnus-treat-article' after rotation.
14599
14600         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14601         doc string.
14602
14603 2005-02-22  Simon Josefsson  <jas@extundo.com>
14604
14605         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14606         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14607         <arne@arnested.dk>.
14608         (encrypt): Add password-cache and password-cache-expiry as group
14609         members.
14610
14611 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14612
14613         * smime.el (smime-ldap-host-list): Doc fix.
14614         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14615         cache) password.
14616         (smime-sign-region): Use it.
14617         (smime-decrypt-region): Use it.
14618         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14619         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14620         fails.
14621         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14622         certificate from DER to PEM format rather than calling openssl.
14623
14624         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14625
14626         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14627         for signing/encryption.
14628
14629         * mml.el (mml-parse-1): Use them.
14630
14631 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14632
14633         * nnrss.el (nnrss-verbose): Remove.
14634         (nnrss-request-group): Use `nnheader-message' instead.
14635
14636 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14637
14638         * nnrss.el (nnrss-verbose): New variable.
14639         (nnrss-request-group): Make it say nnrss is requesting a group.
14640
14641 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14644         Handle news URL with given port correctly.
14645
14646 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14649         containing special characters.
14650
14651         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14652
14653         * mml.el (mime-to-mml): Ditto.
14654
14655         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14656         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14657         (rfc2047-decode-region): Quote decoded words containing special
14658         characters when rfc2047-quote-decoded-words-containing-tspecials
14659         is non-nil.
14660
14661 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14662
14663         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14664
14665         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14666
14667 2005-02-15  Simon Josefsson  <jas@extundo.com>
14668
14669         * nnimap.el (nnimap-debug): Doc fix.
14670
14671         * imap.el (imap-debug): Doc fix.
14672
14673 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14676
14677 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14678
14679         * gnus.el (spam-contents): Improve docs for spam-contents
14680         parameter in its variable incarnation.
14681
14682 2005-02-14  Simon Josefsson  <jas@extundo.com>
14683
14684         * smime-ldap.el: Use require instead of load-library for ldap.
14685         (smime-ldap-search): Indent.
14686         (smime-ldap-search-internal): Shorten line.
14687
14688         * smime.el (smime-cert-by-dns): Add doc-string.
14689         (smime-cert-by-ldap-1): Indent.
14690
14691         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14692         mml-smime-get-dns-ldap.
14693         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14694
14695 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14696
14697         * smime.el: Require smime-ldap.
14698         (smime-ldap-host-list): New variable.
14699         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14700
14701         * mml-smime.el (mml-smime-encrypt-query): New function.
14702         (mml-smime-encrypt-query): Use it.
14703
14704         * smime-ldap.el: New file.
14705
14706 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14709
14710 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14713         argument in doc string.  Make query for type more clear.
14714
14715 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * gnus.el (gnus-group-startup-message): Search for gnus images in
14718         etc/images/gnus.
14719         * mm-util.el (mm-image-load-path): Likewise.
14720         * smiley.el (smiley-data-directory): Search for smilies in
14721         etc/images/smilies.
14722
14723 2005-02-09  Kim F. Storm  <storm@cua.dk>
14724
14725         Change Emacs release version from 21.4 to 22.1 throughout.
14726         Change Emacs development version from 21.3.50 to 22.0.50.
14727
14728 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14731
14732         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14733         non-Mule XEmacs as well.
14734         (mm-decompress-buffer): Signal an error intentionally if it does
14735         not decompress compressed data because auto-compression-mode is
14736         disabled.
14737
14738 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14739
14740         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14741         an ID in the registry even if it has no groups.
14742
14743 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14746         merge it into mm-decompress-buffer.
14747         (gnus-mime-copy-part): Use the MIME part charset, the value which
14748         a user specified or gnus-newsgroup-charset for decoding, like
14749         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14750         save-buffer what was used.  Suggested by Kevin Ryde
14751         <user42@zip.com.au>.
14752         (gnus-mime-inline-part): Allow the name parameter as well as the
14753         filename parameter; force decompressing of compressed data; always
14754         display contents being not decoded as unibyte.
14755
14756         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14757         as well as the filename parameter.
14758
14759         * mm-util.el (mm-decompress-buffer):
14760         Merge gnus-mime-jka-compr-maybe-uncompress.
14761         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14762         of compressed data.
14763
14764 2005-02-08  Simon Josefsson  <jas@extundo.com>
14765
14766         * imap.el (imap-log): Doc fix.
14767
14768 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14771         the coding cookies; decompress compressed parts.
14772
14773         * mml.el (mml-generate-mime-1): Add the charset parameter according
14774         to the value which a user specified manually or the coding cookie.
14775
14776         * mm-util.el (mm-string-to-multibyte): New function.
14777         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14778         (mm-coding-system-to-mime-charset): New function.
14779         (mm-decompress-buffer): New function.
14780         (mm-find-buffer-file-coding-system): New function.
14781
14782         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14783         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14784         parts.
14785
14786 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14787
14788         * mm-view.el (mm-display-inline-fontify): Decode a part according
14789         to the charset parameter.
14790
14791 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14794         prefix arg is neither nil nor a number, as info specifies.
14795
14796 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14799         timestamps.
14800
14801 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14802
14803         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14804         groups error checking and notify user.
14805
14806 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14807
14808         * message.el (message-send-mail-function): Check existence of
14809         sendmail-program first before using default value
14810         `message-send-mail-with-sendmail'.  Otherwise use more generic
14811         `smtpmail-send-it'.
14812
14813 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * nntp.el (nntp-request-update-info): Always return nil.
14816
14817 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14818
14819         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14820
14821 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14822
14823         * message.el (message-beginning-of-line): Change the behavior when
14824         invoked between BOL and : so that it first moves backward.
14825
14826 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14829         article buffer when editing of the article is discarded.
14830         (gnus-article-prepare): Revert.
14831
14832 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * gnus-art.el (gnus-article-prepare):
14835         Remove message-strip-forbidden-properties from the local hook.
14836
14837 2005-01-27  Simon Josefsson  <jas@extundo.com>
14838
14839         * password.el (password-cache-add): Only start one timer per key.
14840         Reported by Derek Atkins <warlord@MIT.EDU>.
14841
14842 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14843
14844         * run-at-time.el: Remove.  It is no longer needed as
14845         timer-funcs.el in the xemacs-base package has a working version of
14846         `run-at-time'.
14847
14848         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14849
14850         * password.el: Require timer-funcs instead of run-at-time in
14851         XEmacs.
14852         Remove `password-run-at-time' macro.
14853         (password-cache-add): Use `run-at-time' instead of
14854         `password-run-at-time'.
14855
14856         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14857         Remove `nnheader-cancel-function-timers' alias,
14858         `cancel-function-timers' exists in XEmacs in timer-funcs.
14859
14860         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14861         for `run-with-idle-timer'.
14862
14863         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14864         for `run-at-time'.
14865
14866         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14867         for `with-timeout'.
14868
14869         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14870         the same as for XEmacs 21.4.
14871         No need to ignore `run-with-idle-timer', this function exists in
14872         XEmacs now in timer-funcs.el in the xemacs-base package.
14873         (dgnushack-compile): No need to delete
14874         run-at-time.el from the list of files to compile because it
14875         doesn't exist anymore.
14876
14877 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14880         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14881
14882 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14883
14884         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14885         sensitively.
14886
14887 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14888
14889         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14890
14891 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14894         which will be inserted according to the multibyteness of a buffer
14895         rather than the type of contents.  Suggested by ARISAWA Akihiro
14896         <ari@mbf.ocn.ne.jp>.
14897
14898         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14899         of string which old xml.el may return rather than a string.
14900
14901 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14904
14905 2005-01-16  Simon Josefsson  <jas@extundo.com>
14906
14907         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14908         idn/idna.el isn't available.
14909         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14910         <michael@waxrat.com>.
14911
14912         * hashcash.el: Remove non-FSF copyright header.
14913
14914         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14915         (hashcash-generate-payment): Use it.
14916         (hashcash-generate-payment-async): Use it.
14917
14918 2005-01-15  Simon Josefsson  <jas@extundo.com>
14919
14920         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14921         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14922
14923         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14924         gnus-summary-idna-message.
14925         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14926         (gnus-summary-idna-message): New function.
14927
14928 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14931         gnus-novice-user.
14932
14933 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * nnrss.el (nnrss-request-delete-group): Delete entries in
14936         nnrss-group-alist as well.
14937         (nnrss-save-server-data): Insert newline.
14938
14939 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * gnus.el (gnus-user-agent): Use list of symbols instead of
14942         symbols.  Display full version number for (S)XEmacs.
14943         Optionally display (S)XEmacs codename.
14944
14945         * gnus-util.el (gnus-emacs-version): Update for new
14946         `gnus-user-agent'.
14947
14948         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14949         Gnus version.
14950
14951 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14954         which is unreadable in some setups.
14955
14956 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-spec.el (gnus-update-format-specifications): Flush the
14959         group format spec cache if it doesn't support decoded group names.
14960
14961 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14964         Allow to apply decay on score files matching a regexp.
14965
14966 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14969         compatibility in %g and %c.
14970
14971 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14974         name for only %g and %c.
14975         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14976         of gnus-tmp-group to decoded group name.
14977         (gnus-group-make-rss-group): Exclude `/'s from group names.
14978
14979 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * nnrss.el (nnrss-get-encoding): Fix regexp.
14982
14983 2004-12-27  Simon Josefsson  <jas@extundo.com>
14984
14985         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14986         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14987         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14988
14989 2004-12-17  Kim F. Storm  <storm@cua.dk>
14990
14991         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14992
14993         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14994
14995 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14996
14997         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14998
14999 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * nnrss.el: Require rfc2047 and mml.
15002         (nnrss-file-coding-system): New variable.
15003         (nnrss-format-string): Redefine it as an inline function.
15004         (nnrss-decode-group-name): New function.
15005         (nnrss-string-as-multibyte): Remove.
15006         (nnrss-retrieve-headers): Decode group name; don't use
15007         nnrss-format-string.
15008         (nnrss-request-group): Decode group name.
15009         (nnrss-request-article): Decode group name; allow a Message-ID as
15010         well as an article number; don't use nnrss-format-string; encode a
15011         Message-ID string which may contain non-ASCII characters; use
15012         mml-to-mime to compose a MIME article.
15013         (nnrss-request-expire-articles): Decode group name.
15014         (nnrss-request-delete-group): Decode group name.
15015         (nnrss-fetch): Clarify error message.
15016         (nnrss-read-server-data): Use insert-file-contents instead of load;
15017         bind file-name-coding-system; use multibyte buffer.
15018         (nnrss-save-server-data): Bind coding-system-for-write to the
15019         value of nnrss-file-coding-system; bind file-name-coding-system;
15020         add coding cookie.
15021         (nnrss-read-group-data): Use insert-file-contents instead of load;
15022         bind file-name-coding-system; use multibyte buffer.
15023         (nnrss-save-group-data): Bind coding-system-for-write to the
15024         value of nnrss-file-coding-system; bind file-name-coding-system.
15025         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15026         make it work with non-ASCII text.
15027         (nnrss-find-el): Make it work with old xml.el as well.
15028
15029 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15030
15031         * nnrss.el (nnrss-get-encoding): New function.
15032         (nnrss-fetch): Use unibyte buffer initially; bind
15033         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15034         decode contents according to the encoding attribute.
15035         (nnrss-save-group-data): Add coding cookie.
15036         (nnrss-mime-encode-string): New function.
15037         (nnrss-check-group): Use it to encode subject and author.
15038
15039 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15042         imaginary variable.
15043
15044 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15045
15046         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15047         correctly even if there are wide characters.
15048
15049 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15050
15051         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15052         downcased symbol names; make a new cache instead of reusing
15053         bbdb-hashtable.
15054
15055 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15058         concatenating segments rather than before concatenating them.
15059         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15060
15061         * message.el (message-get-reply-headers): Bind `extra'.
15062
15063 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15064
15065         * message.el (message-extra-wide-headers): New variable.
15066         (message-get-reply-headers): Use it.
15067
15068 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15071         (gnus-agent-group-pathname): Ditto.
15072
15073         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15074
15075         * gnus-group.el (gnus-group-make-group): Decode group name.
15076         (gnus-group-make-rss-group): Register the group data after opening
15077         the nnrss group.
15078
15079 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15080
15081         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15082         by expiry now get marked as read.
15083
15084 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15087
15088 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15089
15090         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15091         unify Latin characters in XEmacs.
15092         (mm-find-mime-charset-region): Use it.
15093
15094 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-util.el (gnus-delete-directory): New function.
15097
15098         * gnus-agent.el (gnus-agent-delete-group): Use it.
15099
15100         * gnus-cache.el (gnus-cache-delete-group): Use it.
15101
15102 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15105         names.
15106
15107 2004-12-16  Simon Josefsson  <jas@extundo.com>
15108
15109         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15110
15111 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15114
15115         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15116         (gnus-group-set-current-level): Decode group name.
15117
15118 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15119
15120         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15121         failed.
15122
15123 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-group.el (gnus-group-delete-group): Decode group name.
15126         (gnus-group-make-rss-group): Encode group name.
15127         (gnus-group-catchup-current): Decode group name.
15128         (gnus-group-kill-group): Decode group name.
15129
15130 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15131
15132         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15133
15134 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * gnus-group.el (gnus-group-make-rss-group):
15137         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15138
15139         * gnus-start.el (gnus-setup-news): Honor user's setting to
15140         gnus-message-archive-method.  Suggested by Lute Kamstra
15141         <lute@gnu.org>.
15142
15143 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15144
15145         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15146         global counterparts of the buffer-local variables.
15147
15148 2004-11-16  Romain Francoise  <romain@orebokech.com>
15149
15150         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15151         counterparts of the buffer-local variables.
15152
15153 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * message.el (message-forbidden-properties): Fix typo in doc
15156         string.
15157
15158 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-util.el (gnus-replace-in-string): Add doc string.
15161
15162         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15163         to avoid problems when splitting mails with many recipients.
15164
15165 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15166
15167         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15168         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15169
15170 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15171
15172         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15173         if there is no hashtable in memory or file modification time is
15174         newer than cached timestamp.
15175
15176 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15177
15178         * gnus-sum.el (gnus-summary-limit-to-recipient):
15179         Implement not-matching option.
15180
15181 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15184         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15185         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15186         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15187         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15188         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15189
15190 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * message.el (message-forward-make-body-mml): Remove headers
15193         according to message-forward-ignored-headers if a message is decoded.
15194
15195 2004-12-02  Romain Francoise  <romain@orebokech.com>
15196
15197         * message.el (message-forward-make-body-plain): Always remove
15198         headers according to message-forward-ignored-headers.
15199
15200 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15201
15202         * spam.el (spam-summary-prepare-exit): Remove the
15203         gnus-summary-limit pop for now, it has problems with ham marks for
15204         me.
15205
15206 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15209         correctly.
15210
15211 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15212
15213         * format-spec.el (format-spec): Message the char.
15214
15215 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15216
15217         * gnus-art.el (gnus-split-methods): Reformat comments.
15218
15219         * spam.el (spam-summary-prepare-exit): Remove article limits
15220         before exiting the summary buffer.
15221
15222 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15225         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15226
15227         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15228         order to silence the byte compiler.
15229
15230         * spam.el: Fix the way to silence the byte compiler, which
15231         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15232         bbdb-search-simple, spam-BBDB-register-routine,
15233         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15234         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15235         spam-stat-buffer-is-spam, spam-stat-load,
15236         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15237         spam-stat-save and spam-stat-split-fancy.
15238
15239 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15242         which may confuse users.
15243         (canlock-password-for-verify): Ditto.
15244
15245         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15246
15247         * gnus-art.el (gnus-emphasis-alist): Ditto.
15248
15249         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15250
15251         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15252
15253         * gnus-start.el (gnus-save-killed-list): Ditto.
15254
15255         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15256         (gnus-sum-thread-tree-root): Ditto.
15257         (gnus-sum-thread-tree-false-root): Ditto.
15258         (gnus-sum-thread-tree-single-indent): Ditto.
15259
15260         * message.el (message-courtesy-message): Ditto.
15261         (message-archive-note): Ditto.
15262         (message-subscribed-address-file): Ditto.
15263         (message-user-fqdn): Ditto.
15264
15265         * spam-report.el (spam-report-gmane-regex): Ditto.
15266
15267         * spam.el (spam-blackhole-good-server-regex): Ditto.
15268
15269 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * mml.el (mml-preview): Widen the message buffer before copying
15272         the contents to the preview buffer; sort headers before previewing.
15273
15274         * message.el (message-hidden-headers): Fix the way to avoid a bug
15275         in the `repeat' widget in Emacs 21.3 or earlier.
15276
15277 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * message.el (message-hidden-headers): Default to "^References:".
15280         Improve customization type.  Suggested by Reiner Steib
15281         <Reiner.Steib@gmx.de>.
15282
15283 2004-11-25  Romain Francoise  <romain@orebokech.com>
15284
15285         * message.el (message-strip-forbidden-properties): Remove check for
15286         obsolete `message-hidden' text property, hidden headers are not
15287         accessible in the buffer anymore.
15288
15289 2004-11-22  Romain Francoise  <romain@orebokech.com>
15290
15291         * message.el (message-header-format-alist): Add `From' in list
15292         so that it can be sorted.
15293         (message-fix-before-sending): Widen and sort headers before
15294         sending.
15295         (message-hide-headers): Use narrowing to hide headers by moving
15296         them to the top of the buffer and narrowing to the region
15297         underneath.
15298
15299 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15300
15301         * message.el (message-strip-forbidden-properties):
15302         Bind buffer-read-only (etc) to nil.
15303
15304 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15307         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15308
15309 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15310
15311         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15312
15313 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15314
15315         * dns.el (query-dns): Use sit-for to time instead of
15316         accept-process-output, since that doesn't seem to work on udp
15317         sockets.
15318
15319 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15322
15323 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15324
15325         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15326         doc string.  Improve doc string.
15327
15328 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * nntp.el (nntp-request-update-info): Return nil if
15331         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15332         may not call gnus-activate-group which uselessly issues the GROUP
15333         commands for all nntp groups and wastes time.  Reported by Romain
15334         Francoise <romain@orebokech.com>.
15335
15336         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15337
15338 2004-11-15  Simon Josefsson  <jas@extundo.com>
15339
15340         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15341         headers separately.
15342         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15343         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15344
15345 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * gnus-start.el (gnus-convert-old-newsrc):
15348         Assign legacy-gnus-agent to 5.10.7.
15349
15350 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15351
15352         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15353         start of the lines.
15354
15355 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15356
15357         * hashcash.el (hashcash-default-payment): Change default to 20.
15358         (hashcash-default-accept-payment): Change default to 20.
15359         (hashcash-process-alist): New variable.
15360         (hashcash-generate-payment-async): Add.
15361         (hashcash-already-paid-p): Add.
15362         (hashcash-insert-payment): Don't generate payments twice.
15363         (hashcash-insert-payment-async): Add.
15364         (hashcash-insert-payment-async-2): Add.
15365         (hashcash-cancel-async): Add.
15366         (hashcash-wait-async): Add.
15367         (hashcash-processes-running-p): Add.
15368         (hashcash-wait-or-cancel): Add.
15369         (mail-add-payment): New optional argument.  Conditionally start
15370         asynchronous calculation.
15371         (mail-add-payment-async): Add.
15372
15373         * message.el (message-send-mail): Wait for asynchronous hashcash
15374         results.  Don't clobber existing X-Hashcash headers.
15375         (message-setup-1): Call mail-add-payment-async when
15376         message-generate-hashcash is non-nil.
15377
15378 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15379
15380         * message.el (message-use-alternative-email-as-from): Examine the
15381         From header as well; use message-make-from in order to include a
15382         user's full name.
15383
15384 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15387         default; improve customization type.
15388         (gnus-emphasis-custom-with-format): New macro.
15389         (gnus-emphasis-custom-value-to-external): New function.
15390         (gnus-emphasis-custom-value-to-internal): New function.
15391
15392 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15393
15394         * dns.el (query-dns): Resolve reverse addresses.
15395
15396 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15397
15398         * gnus-group.el (gnus-group-get-new-news): Use it.
15399
15400         * gnus-start.el (gnus-check-reasonable-setup): New function.
15401
15402 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15405         "Args out of range" error.  Reported by Arnaud Giersch
15406         <arnaud.giersch@free.fr>.
15407
15408 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15409
15410         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15411
15412 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15413
15414         * spam.el (spam group): Add :version.
15415
15416         * pgg-def.el (pgg group): Add :version.
15417
15418 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-art.el (gnus-article-edit-article): Don't associate the
15421         article buffer with a draft file.  This is a temporary measure
15422         against the 2004-08-22 change to gnus-article-edit-mode.
15423
15424 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15427         (html2text-format-tags): Remove unused variable `attr'.
15428
15429 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15432
15433         * tls.el (tls-process-connection-type, tls-success)
15434         (tls-certtool-program): Add :version.
15435
15436         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15437         (starttls-extra-arguments, starttls-process-connection-type)
15438         (starttls-connect, starttls-failure, starttls-success): Add :version.
15439
15440         * spam-stat.el (spam-stat): Add :version.
15441
15442         * sieve.el (sieve): Add :version.
15443
15444         * sha1.el (sha1): Add :version.
15445         (sha1-use-external): Remove redundant version.
15446
15447         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15448         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15449         (nnmail-split-fancy-match-partial-words)
15450         (nnmail-split-lowercase-expanded): Add :version.
15451
15452         * nndiary.el (nndiary): Add :version.
15453
15454         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15455
15456         * mml-sec.el (mml-default-sign-method)
15457         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15458         Add :version.
15459
15460         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15461
15462         * mm-url.el (mm-url-use-external, mm-url-program)
15463         (mm-url-arguments): Add :version.
15464
15465         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15466         (mm-attachment-file-modes, mm-decrypt-option)
15467         (mm-w3m-safe-url-regexp): Add :version.
15468
15469         * message.el (message-cite-prefix-regexp)
15470         (message-sendmail-envelope-from, message-minibuffer-local-map)
15471         (message-user-fqdn, message-completion-alist): Add :version.
15472
15473         * gnus-win.el (gnus-configure-windows-hook)
15474         (gnus-use-frames-on-any-display): Add :version.
15475
15476         * gnus-art.el (gnus-article-address-banner-alist)
15477         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15478         (gnus-treat-from-picon, gnus-treat-mail-picon)
15479         (gnus-treat-x-pgp-sig): Add :version.
15480
15481         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15482         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15483         (gnus-summary-article-delete-hook)
15484         (gnus-summary-display-while-building): Add :version.
15485
15486         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15487         (gnus-get-top-new-news-hook): Add :version.
15488
15489         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15490         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15491
15492         * gnus-registry.el (gnus-registry): Add :version.
15493
15494         * gnus-spec.el (gnus-use-correct-string-widths)
15495         (gnus-make-format-preserve-properties): Add :version.
15496
15497         * gnus.el (gnus-group-charter-alist)
15498         (gnus-group-fetch-control-use-browse-url)
15499         (gnus-install-group-spam-parameters): Add :version.
15500
15501         * gnus-diary.el (gnus-diary): Add :version.
15502
15503         * gnus-delay.el (gnus-delay): Add :version.
15504
15505         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15506         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15507         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15508         Add :version.
15509
15510         * gnus-agent.el (gnus-agent-max-fetch-size)
15511         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15512         (gnus-agent-prompt-send-queue): Add :version.
15513
15514         * deuglify.el (gnus-outlook-deuglify): Add :version.
15515
15516         * html2text.el: Beautify code.  Improve doc strings.
15517         Some checkdoc cleanup.
15518         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15519
15520 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15521
15522         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15523
15524 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15525
15526         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15527         when package is loaded.
15528
15529         * spam.el (spam-summary-score-preferred-header): Add global preference
15530         for people who want to override the default SpamAssassin over
15531         Bogofilter preference (when both are set).
15532         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15533         (spam-user-format-function-S):
15534         Check spam-summary-score-preferred-header.
15535         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15536         (spam-user-format-function-S): Format the score correctly.
15537
15538 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15541         signature file.  Suggested by Manoj Srivastava
15542         <srivasta@golden-gryphon.com>.
15543
15544         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15545         iso-2022-jp even in the Japanese language environment.
15546         Suggested by Jason Rumney <jasonr@gnu.org>.
15547
15548 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15551         use the same characters as the dummy marks; make it free from
15552         getting affected by the language environment.
15553         (gnus-summary-read-group-1): Update mark positions only when the
15554         format spec is updated.
15555
15556         * gnus-spec.el (gnus-update-format-specifications): Return a list
15557         of updated types.
15558
15559 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15562         of boundp to check if display-warning is available.
15563
15564 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15565
15566         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15567
15568 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * nnspool.el (nnspool-spool-directory): Use news-path if the
15571         news-directory variable is not bound.
15572
15573         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15574         function instead of display-warning if it is not available.
15575
15576 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15579         v5-10: Use `point-at-bol'.
15580
15581 2004-10-26  Simon Josefsson  <jas@extundo.com>
15582
15583         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15584         <chenggao@gmail.com>.
15585
15586 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15589         instead.
15590
15591 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15594         to remove a server from the nnimap-server-buffer-alist.
15595         (nnimap-open-connection, nnimap-close-server): Use it.
15596
15597         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15598
15599 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15602         running the major-mode function.
15603
15604 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15607         dummy marks in the right way.
15608
15609 2004-10-18  David Edmondson  <dme@dme.org>
15610
15611         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15612         excessively.
15613
15614 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15615
15616         * gnus-util.el (gnus-split-references): Accept a nil references
15617         string and go on blissfully.
15618
15619         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15620         cases where the references string is non-nil but has no references.
15621
15622         * encrypt.el: Add autoload tags.
15623
15624         * spam.el (spam-resolve-registrations-routine): Remove article
15625         from unregistration list too.  Reported by David Hanak
15626         <dhanak@isis.vanderbilt.edu>
15627
15628 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15631         nil.  Change custom type.
15632
15633 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15636
15637         * gnus-sum.el (gnus-summary-move-article): Use it.
15638
15639 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15640
15641         * encrypt.el: Add autoload cookies.
15642
15643         * spam.el (spam-backend-article-list-property)
15644         (spam-backend-get-article-todo-list)
15645         (spam-backend-put-article-todo-list)
15646         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15647         Resolve registrations separately.
15648         (spam-register-routine): Format comments.
15649         (spam-unregister-routine, spam-register-routine): Always call with
15650         specific-articles, no default list.
15651         (spam-summary-prepare-exit): Use the spam-classifications function.
15652
15653         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15654         gnus-encrypt.el.
15655
15656         * encrypt.el: Copied from gnus-encrypt.el.
15657
15658         * gnus-encrypt.el: Commented that it's obsolete.
15659
15660 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15663         (gnus-score-save): Use it.
15664
15665         * message.el (message-bury): Use `window-dedicated-p'.
15666
15667 2004-10-15  Simon Josefsson  <jas@extundo.com>
15668
15669         * pop3.el (top-level): Don't require nnheader.
15670         (pop3-read-timeout): Add.
15671         (pop3-accept-process-output): Add.
15672         (pop3-read-response, pop3-retr): Use it.
15673
15674 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * spam.el (spam-register-routine): Move comment.
15677         (spam-verify-bogofilter): Use 'unknown for the initial
15678         spam-bogofilter-valid state, not 'never.
15679
15680         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15681         for netrc-machine.
15682
15683         * nnimap.el (nnimap-open-connection):
15684         Use netrc-machine-user-or-password.
15685
15686 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15687
15688         * gnus-registry.el (gnus-registry-unload-hook):
15689         Set as a variable with add-hook.
15690
15691         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15692         of news-path.
15693
15694         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15695
15696         * spam.el: Delete duplicate `provide'.
15697         (spam-unload-hook): Set as a variable with add-hook.
15698
15699 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15702         in the doc string.
15703
15704         * message.el (message-ignored-news-headers)
15705         (message-ignored-supersedes-headers)
15706         (message-ignored-resent-headers)
15707         (message-forward-ignored-headers): Improve custom type.
15708
15709 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * message.el (message-tokenize-header): Fix 2004-09-06 change
15712         which used point-min in the wrong place.
15713
15714 2004-10-12  Simon Josefsson  <jas@extundo.com>
15715
15716         * tls.el (tls-certtool-program): New variable.
15717         (tls-certificate-information): New function, based on
15718         ssl-certificate-information.
15719
15720 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * compface.el: Move the version of ELisp-based uncompface program
15723         to the contrib directory because of the copyright problem.
15724
15725 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15726
15727         * message.el (message-kill-buffer): Raise the current frame.
15728
15729 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15732
15733         * gnus.el (message-y-or-n-p): Autoload.
15734
15735         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15736         (pop3-password-required, pop3-authentication-scheme)
15737         (pop3-leave-mail-on-server): Make customizable.
15738         (pop3): New custom group.
15739         (pop3-retr): Remove `sleep-for' statements.
15740         Suggested by Dave Love <fx@gnu.org>.
15741
15742         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15743         Windows/DOS.
15744
15745         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15746         (imap-parse-body): Fix incorrect use of `assert'.
15747         Suggested by Dave Love <fx@gnu.org>.
15748
15749         * mml.el (mml-minibuffer-read-disposition): Require match.
15750         Suggested by Dave Love <fx@gnu.org>.
15751
15752 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15755         doc string.
15756
15757 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15760
15761 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15762
15763         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15764         instead of calling `mm-insert-inline', to decode text/* parts
15765         before displaying them.
15766
15767 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * mm-uu.el (mm-uu-text-plain-type): New variable.
15770         (mm-uu-pgp-signed-extract-1): Use it.
15771         (mm-uu-pgp-encrypted-extract-1): Use it.
15772         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15773         bind mm-uu-text-plain-type with that value.
15774         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15775         mm-uu-dissect.
15776
15777 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * gnus-group.el (gnus-update-group-mark-positions):
15780         * gnus-sum.el (gnus-update-summary-mark-positions):
15781         * message.el (message-check-news-body-syntax):
15782         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15783         of string-as-multibyte.
15784
15785 2004-10-05  Juri Linkov  <juri@jurta.org>
15786
15787         * gnus-group.el (gnus-update-group-mark-positions):
15788         * gnus-sum.el (gnus-update-summary-mark-positions):
15789         * message.el (message-check-news-body-syntax):
15790         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15791         8-bit unibyte values to a multibyte string for search functions.
15792
15793 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15796         (mm-uu-dissect-text-parts): New function.
15797
15798         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15799         dissect text parts.
15800
15801         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15802         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15803
15804         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15805
15806         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15807         Use gnus-current-topics instead of gnus-current-topic.
15808
15809 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15810
15811         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15812
15813 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15814
15815         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15816         where approriate.
15817
15818         * nnml.el (nnml-generate-active-info): do.
15819
15820         * nndiary.el (nndiary-generate-active-info): do.
15821
15822         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15823         (gnus-topic-move): do.
15824
15825         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15826         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15827
15828         * gnus-srvr.el (gnus-server-prepare)
15829         (gnus-server-open-all-servers): do.
15830
15831         * gnus-msg.el (gnus-summary-cancel-article)
15832         (gnus-summary-resend-message)
15833         (gnus-summary-mail-crosspost-complaint): do.
15834
15835         * gnus-move.el (gnus-change-server): do.
15836
15837         * gnus-group.el (gnus-group-unmark-all-groups)
15838         (gnus-group-set-current-level): do.
15839
15840 2004-10-04  Simon Josefsson  <jas@extundo.com>
15841
15842         * message.el (message-generate-hashcash): Doc fix.
15843
15844 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15845
15846         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15847         avoid infinite recursion via gnus-get-function.
15848
15849 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15852
15853         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15854
15855         * nnmail.el (nnmail-split-history): do.
15856
15857         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15858         (nnml-request-delete-group): do.
15859
15860         * nnslashdot.el (nnslashdot-read-groups): do.
15861
15862         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15863         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15864
15865         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15866         (nnspool-sift-nov-with-sed): Use last.
15867         (nnspool-retrieve-headers-with-nov): Use mapc.
15868         (nnspool-request-newgroups): Use dolist.
15869         (nnspool-request-group): Use last.
15870
15871         * nntp.el (nntp-read-server-type): Use dolist.
15872
15873         * nnvirtual.el (nnvirtual-create-mapping)
15874         (nnvirtual-update-read-and-marked): Use dolist.
15875         (nnvirtual-convert-headers): Simplify.
15876
15877 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15878
15879         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15880         Add support for sync'ing tick marks.
15881
15882 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15885         there's no visible header.
15886
15887 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15888
15889         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15890         When necessary, pass full group name to gnus-request-set-marks.
15891
15892 2004-10-01  Simon Josefsson  <jas@extundo.com>
15893
15894         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15895         acroread.
15896
15897 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898
15899         * spam-report.el (spam-report-gmane): Fix interactive.
15900
15901         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15902
15903         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15904         when writing file.
15905         (gnus-agent-synchronize-flags): Don't default to being
15906         interactive.
15907
15908 2004-09-30  Simon Josefsson  <jas@extundo.com>
15909
15910         * message.el (message-generate-hashcash): Add.
15911         (message-send-mail): Use it, call mail-add-payment.
15912
15913 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15916
15917 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15918
15919         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15920         gnus-requst-update-info with explicit code to sync the in-memory
15921         info read flags with the marks being sync'd to the backend.
15922
15923         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15924
15925 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15926
15927         * spam.el (spam-verify-bogofilter): Add new function.
15928         (spam-check-bogofilter)
15929         (spam-bogofilter-register-with-bogofilter): Use it.
15930         (spam-verify-bogofilter): Add small fixes.
15931
15932 2004-09-28  Simon Josefsson  <jas@extundo.com>
15933
15934         * hashcash.el (hashcash-generate-payment): Revert.
15935
15936 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15939         Use gnus-extract-references instead of gnus-split-references.
15940
15941         * gnus-util.el (gnus-extract-references): Add new function, analogous
15942         to gnus-split-references but extracts only the message-ID without
15943         anything extra.
15944
15945         * hashcash.el (hashcash-generate-payment)
15946         (hashcash-check-payment): Do the right thing if hashcash-path is
15947         nil (because the hashcash program could not be found).
15948
15949         * spam.el (spam-use-hashcash): Remove comment.
15950
15951 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15952
15953         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15954         (gnus-cache-enter-article, gnus-cache-remove-article)
15955         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15956
15957         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15958
15959         * gnus-art.el (article-hide-boring-headers)
15960         (article-translate-strings, article-display-face)
15961         (gnus-article-mime-match-handle-first)
15962         (gnus-article-highlight-headers)
15963         (gnus-article-add-buttons-to-head): do.
15964
15965 2004-09-27  Simon Josefsson  <jas@extundo.com>
15966
15967         * hashcash.el: New version, from
15968         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15969         ../contrib/.
15970
15971 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15974
15975 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15976
15977         * gnus-dup.el (gnus-dup-open): Use mapc.
15978         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15979
15980         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15981         Reported by Stefan Wiens <s.wi@gmx.net>.
15982
15983         * gnus.el (gnus-shutdown): Use dolist.
15984
15985         * gnus-undo.el (gnus-undo): Use mapc.
15986
15987         * nnrss.el (nnrss-generate-active): do.
15988
15989         * message.el (message-cite-original-without-signature)
15990         (message-cite-original): Use mapc.
15991         (message-do-actions, message-make-forward-subject): Use dolist.
15992
15993 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15994
15995         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15996         deletion to remove entire duplicate line.  Fixes merged article
15997         number bug.
15998
15999 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16000
16001         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16002         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16003         first ask if you want to open a server and then, even when you
16004         responded with no, asking if you want to synchronize the server's
16005         flags.
16006         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16007         multi-line expressions.
16008         (gnus-agent-synchronize-group-flags): New internal function.
16009         Updates marks in memory (in the info structure) AND in the
16010         backend.
16011
16012         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16013
16014         * nnagent.el (nnagent-request-set-mark):
16015         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16016         method, to ensure that synchronization updates marks in the
16017         backend and in the info (in memory) structure.
16018
16019 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16022         convention fully; don't miss the root article of a thread; make
16023         the X-Draft-From header with correct article numbers.
16024
16025 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16026
16027         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16028         unless plugged.  Disable the agent so that an open failure causes
16029         an error.
16030
16031         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16032         Revert 2004-09-21 change.  The backend must be opened while
16033         synchronizing flags even when the backend stores the flags
16034         locally.
16035
16036 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16039         in `header' match.  Reported by Svend Tollak Munkejord.
16040
16041         * message.el (message-cite-original): Fix use of
16042         `message-cite-articles-with-x-no-archive'.
16043
16044 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16047         (gnus-window-to-buffer): Ditto.
16048
16049         * mml.el (mml-preview-buffer): New variable.
16050         (mml-preview): Manage window layout with gnus-buffer-configuration.
16051
16052         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16053         X-Draft-From header even if those articles aren't quoted.
16054
16055 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16056
16057         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16058         (gnus-request-set-mark, gnus-request-update-mark): Use new
16059         g-s-t-u-l-m to decide to use backend even when unplugged.
16060
16061 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16064         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16065
16066 2004-09-20  Simon Josefsson  <jas@extundo.com>
16067
16068         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16069         "utf-16-le".
16070
16071 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16072
16073         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16074
16075 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * uudecode.el (uudecode-use-external): Add :version.
16078
16079         * smime.el (smime-CA-file, smime-encrypt-cipher)
16080         (smime-dns-server): Add :version.
16081
16082         * smiley.el (gnus-smiley-file-types): Add :version.
16083
16084         * sha1.el (sha1-use-external): Add :version.
16085
16086         * pgg-def.el (pgg-query-keyserver): Add :version.
16087
16088         * nnmail.el (nnmail-fancy-expiry-targets)
16089         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16090         Add :version.
16091
16092         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16093         (nnimap-retrieve-groups-asynchronous): Add :version.
16094         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16095
16096         * mml.el (mml-content-disposition-parameters)
16097         (mml-insert-mime-headers-always): Add :version.
16098
16099         * mm-util.el (mm-coding-system-priorities): Add :version.
16100
16101         * mm-decode.el (mm-inline-text-html-with-images)
16102         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16103         (mm-verify-option): Add :version.
16104         (mm-text-html-renderer): Change :version.
16105
16106         * message.el (message-fcc-externalize-attachments)
16107         (message-required-headers, message-draft-headers)
16108         (message-subject-trailing-was-query)
16109         (message-subject-trailing-was-ask-regexp)
16110         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16111         (message-mark-insert-end, message-archive-header)
16112         (message-archive-note, message-cross-post-default)
16113         (message-cross-post-note, message-followup-to-note)
16114         (message-cross-post-note-function, message-use-mail-followup-to)
16115         (message-subscribed-address-functions)
16116         (message-subscribed-address-file, message-subscribed-addresses)
16117         (message-subscribed-regexps, message-allow-no-recipients)
16118         (message-yank-cited-prefix, message-signature-insert-empty-line)
16119         (message-hidden-headers, message-hierarchical-addresses)
16120         (message-mail-user-agent, message-use-idna)
16121         (message-valid-fqdn-regexp)
16122         (message-strip-special-text-properties, message-header-synonyms)
16123         (message-beginning-of-line, message-tab-body-function): Add :version.
16124         (message-insert-canlock, message-wide-reply-confirm-recipients):
16125         Change :version.
16126
16127         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16128         and :version.
16129         (mail-source-delete-old-incoming-confirm)
16130         (mail-source-movemail-program): Add :version.
16131
16132         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16133         (gnus-agent-cache, gnus-agent): Change :version.
16134
16135         * gnus-util.el (gnus-use-byte-compile): Change :version.
16136
16137         * gnus-sum.el (gnus-summary-make-false-root-always)
16138         (gnus-summary-default-high-score)
16139         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16140         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16141         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16142         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16143         (gnus-sum-thread-tree-single-indent)
16144         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16145         (gnus-sum-thread-tree-leaf-with-other)
16146         (gnus-sum-thread-tree-single-leaf): Add :version.
16147         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16148         (gnus-article-loose-mime): Change :version.
16149
16150         * gnus-start.el (gnus-backup-startup-file)
16151         (gnus-save-startup-file-via-temp-buffer): Add :version.
16152
16153         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16154         (gnus-server-offline-face): Add :version.
16155
16156         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16157
16158         * gnus-msg.el (gnus-gcc-externalize-attachments)
16159         (gnus-debug-files, gnus-debug-exclude-variables)
16160         (gnus-discouraged-post-methods): Change :version.
16161         (gnus-confirm-mail-reply-to-news)
16162         (gnus-confirm-treat-mail-like-news): Add :version.
16163
16164         * gnus-int.el (gnus-server-unopen-status): Add :version.
16165
16166         * gnus-group.el (gnus-group-jump-to-group-prompt)
16167         (gnus-large-ephemeral-newsgroup)
16168         (gnus-fetch-old-ephemeral-headers): Add :version.
16169
16170         * gnus-fun.el (gnus-x-face-directory)
16171         (gnus-convert-pbm-to-x-face-command)
16172         (gnus-convert-image-to-x-face-command)
16173         (gnus-convert-image-to-face-command): Add :version.
16174
16175         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16176
16177         * gnus-cite.el (gnus-cite-blank-line-after-header)
16178         (gnus-article-boring-faces): Add :version.
16179
16180         * gnus-art.el (gnus-buttonized-mime-types)
16181         (gnus-inhibit-mime-unbuttonizing)
16182         (gnus-treat-display-face)
16183         (gnus-treat-body-boundary): Change :version.
16184         (gnus-body-boundary-delimiter, gnus-picon-databases)
16185         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16186         (gnus-treat-date-english, gnus-treat-fold-headers)
16187         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16188         (gnus-treat-mail-picon, gnus-treat-wash-html)
16189         (gnus-article-encrypt-protocol)
16190         (gnus-use-idna, gnus-article-over-scroll)
16191         (gnus-mime-display-multipart-alternative-as-mixed)
16192         (gnus-mime-display-multipart-related-as-mixed)
16193         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16194         (gnus-ctan-url, gnus-button-ctan-handler)
16195         (gnus-button-handle-ctan-bogus-regexp)
16196         (gnus-button-ctan-directory-regexp)
16197         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16198         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16199         (gnus-button-man-level, gnus-button-emacs-level)
16200         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16201
16202         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16203         (gnus-agent-go-online): Change :version.
16204         (gnus-agent-expire-unagentized-dirs)
16205         (gnus-agent-auto-agentize-methods): Add :version.
16206
16207         * flow-fill.el (fill-flowed-display-column)
16208         (fill-flowed-encode-column): Add :version.
16209
16210         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16211         (gnus-outlook-deuglify-unwrap-max)
16212         (gnus-outlook-deuglify-cite-marks)
16213         (gnus-outlook-deuglify-unwrap-stop-chars)
16214         (gnus-outlook-deuglify-no-wrap-chars)
16215         (gnus-outlook-deuglify-attrib-cut-regexp)
16216         (gnus-outlook-deuglify-attrib-verb-regexp)
16217         (gnus-outlook-deuglify-attrib-end-regexp)
16218         (gnus-outlook-display-hook): Add :version.
16219
16220         * binhex.el (binhex-use-external): Add :version.
16221
16222 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16225         and `invisible'.
16226
16227 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16228
16229         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16230         in gnus-registry-trim.
16231
16232 2004-09-13  Simon Josefsson  <jas@extundo.com>
16233
16234         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16235
16236         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16237
16238         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16239         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16240         <yamaoka@jpl.org>.
16241         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16242         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16243         <yamaoka@jpl.org>.
16244
16245         * sieve.el (sieve-manage-mode): Ditto.
16246
16247 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16248
16249         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16250
16251 2004-09-11  Simon Josefsson  <jas@extundo.com>
16252
16253         * dns-mode.el: Add.
16254
16255         * mm-view.el (mm-display-dns-inline): Add.
16256
16257         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16258         (mm-automatic-display): Ditto.
16259
16260         * mailcap.el (mailcap-mime-data): Add text/dns.
16261         (mailcap-mime-extensions): Map .soa to text/dns.
16262
16263 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16264
16265         * gnus-art.el (article-decode-mime-words, article-babel)
16266         (gnus-article-highlight-signature, gnus-article-add-buttons)
16267         (gnus-signature-toggle): Remove unnecessary bindings of
16268         `inhibit-read-only' inherited from v5.10 merge.
16269
16270 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16271
16272         * nntp.el (nntp): New customization group.
16273         (nntp-authinfo-file): Add customization group.
16274
16275         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16276
16277         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16278
16279         * gnus.el (to-address, to-list, subscribed)
16280         (large-newsgroup-initial): Ditto.
16281
16282         * flow-fill.el (fill-flowed-display-column)
16283         (fill-flowed-encode-column): Ditto.
16284
16285 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16286
16287         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16288         Use point-min rather than 1.
16289         (message-send-mail): Use buffer-size rather than point-max.
16290
16291         * gnus-sum.el (gnus-summary-search-article-forward):
16292         Signal a specific `search-failed' rather than a generic `error'.
16293
16294         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16295         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16296         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16297
16298 2004-09-10  Simon Josefsson  <jas@extundo.com>
16299
16300         * nndb.el (require): Remove tcp and duplicate cl.
16301
16302 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-agent.el (directory-files-and-attributes): Move forward.
16305
16306 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16307
16308         * gnus-agent.el (directory-files-and-attributes):
16309         Optionally defined to support XEmacs.
16310
16311 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16312
16313         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16314         to avoid run-time CL dependencies.
16315         (gnus-agent-unfetch-articles): New function.
16316         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16317         article numbers even when local .overview file is missing.
16318         (gnus-agent-read-article-number): New function.  Only accepts
16319         27-bit article numbers.
16320         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16321         Use gnus-agent-read-article-number.
16322         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16323         from backend while recognizing that article numbers in .overview
16324         must be valid.
16325         (gnus-agent-update-files-total-fetched-for):
16326         Use directory-files-and-attributes to improve performance.
16327         * gnus-int.el (gnus-request-move-article):
16328         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16329         improve performance.
16330
16331         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16332         some users confused by references to .newsrc when they only have a
16333         .newsrc.eld file.
16334         (gnus-convert-mark-converter-prompt)
16335         (gnus-convert-converter-needs-prompt): Fix use of property list.
16336         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16337         New function.  Used internally to only display 'gnus converting
16338         files' message when actually necessary.
16339
16340         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16341         methods now autoloaded.
16342
16343 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16346         identifiers.
16347
16348 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16349
16350         * gnus-picon.el: Fix indentation and closing parenthesis.
16351
16352 2004-09-01  Simon Josefsson  <jas@extundo.com>
16353
16354         * message.el (message-canlock-generate): Require sha1, not
16355         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16356         to require within a function.  Sadly, if sha1.el isn't loaded, the
16357         let binding in m-c-g will hide the defcustom definition, which is
16358         bad.)
16359
16360         * canlock.el: Require sha1, not sha1-el.
16361
16362         * message.el: Don't autoload sha1 (there is a autoload cookie in
16363         sha1.el).
16364
16365         * sha1-el.el: Rename to sha1.el.
16366
16367 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16368
16369         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16370
16371 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16372
16373         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16374
16375 2004-08-30  Kim F. Storm  <storm@cua.dk>
16376
16377         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16378
16379         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16380         Add :group 'nnimap.
16381
16382 2004-08-30  Andreas Schwab  <schwab@suse.de>
16383
16384         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16385         ?* and ?\;.
16386
16387         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16388         and ?\' to symbol instead of whitespace.
16389
16390 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16393
16394         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16395         instead of re-search-forward.
16396
16397         * gnus-uu.el (gnus-uu-save-article): Ditto.
16398         (gnus-uu-post-encode-uuencode): Ditto.
16399
16400         * html2text.el (html2text-clean-list-items): Ditto.
16401         (html2text-clean-dtdd): Ditto.
16402         (html2text-format-tags): Ditto.
16403
16404         * message.el (message-send-mail-with-sendmail): Fix regexp.
16405         (message-fill-field-general): Use search-forward instead of
16406         re-search-forward.
16407         (unbold-region): Ditto.
16408
16409         * nnrss.el (nnrss-request-article): Ditto.
16410
16411         * nnslashdot.el (nnslashdot-request-article): Ditto.
16412
16413         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16414
16415         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16416         "Unrecognized menu descriptor" error in XEmacs.
16417
16418 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16419
16420         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16421         parent article of a sparse article in the thread hashtb.
16422
16423 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16424
16425         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16426         (nnmail-expand-newtext): Lowercase expanded entries if
16427         nnmail-split-lowercase-expanded is non-nil.
16428
16429 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16432
16433         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16434         of gnus-tmp-news-method into string under XEmacs.  It will be
16435         passed to gnus-correct-length which takes only a string argument.
16436
16437 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * gnus-util.el (gnus-bind-print-variables): New macro.
16440         (gnus-prin1): Use it.
16441         (gnus-prin1-to-string): Use it.
16442         (gnus-pp): New function.
16443         (gnus-pp-to-string): New function.
16444
16445         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16446         Replace pp-to-string with gnus-pp-to-string.
16447         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16448         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16449         * gnus-msg.el (gnus-debug): Ditto.
16450         * gnus-score.el (gnus-score-save): Ditto.
16451         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16452         gnus-pp-to-string.
16453         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16454         with gnus-pp.
16455         * score-mode.el (gnus-score-pretty-print): Ditto.
16456         * webmail.el (webmail-debug): Ditto.
16457
16458 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-art.el (article-display-face, article-display-x-face):
16461         Use buffer-read-only.
16462
16463 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-art.el (article-hide-list-identifiers):
16466         Bind inhibit-read-only as t.
16467
16468 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16471
16472 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16473
16474         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16475         (gnus-narrow-to-page): Don't assume point-min == 1.
16476         (gnus-article-edit-mode): Derive from message-mode.
16477
16478         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16479         point-min == 1.
16480
16481         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16482         Disable incorrect use of `assert'.
16483
16484         * message.el (message-mode): Set comment-start-skip.
16485
16486
16487 2004-08-22  Sam Steingold  <sds@gnu.org>
16488
16489         * pop3.el (pop3-leave-mail-on-server): New user variable.
16490         (pop3-movemail): Delete mail only when it is nil.
16491
16492 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16495
16496         * mml.el (mml-preview): Use `pop-to-buffer'.
16497
16498         * message.el (message-goto-mail-followup-to): Insert after "To".
16499         (message-carefully-insert-headers): Add comment.
16500
16501         * gnus.el: Remove unused variable `gnus-article-check-size'.
16502
16503         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16504
16505         * gnus-art.el (gnus-button-alist):
16506         Improve `gnus-button-handle-library' entry.
16507
16508 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16509
16510         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16511         Use downcase, since XEmacs capitalizes error messages differently.
16512
16513 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16514
16515         * nntp.el: Add (require 'gnus) due to reference to
16516         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16517
16518 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16519
16520         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16521         Bind `mm-fill-flowed'.
16522
16523         * mm-decode.el (mm-dissect-singlepart): Check it.
16524
16525 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16526
16527         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16528         'imap' for netrc parsing.
16529
16530 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * mailcap.el (mailcap-mime-data): Mark as risky.
16533
16534 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16537         may be included in the encoded word.
16538         (rfc2047-encode): Don't append a space if the encoded word
16539         includes close parenthesis.
16540
16541 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16544         of text within parentheses.
16545
16546 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16547
16548         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16549         (gnus-encrypt-write-file-contents): Make the password key the file
16550         name PLUS the cipher, not just the cipher.  Also remove failed
16551         passwords from the cache.
16552
16553 2004-08-06  Simon Josefsson  <jas@extundo.com>
16554
16555         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16556         Doc fix.
16557
16558 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16561         LWSP.
16562
16563 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16566         Try to append in-reply-to: data to the references: header.
16567
16568         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16569         (netrc-parse): Use gnus-encrypt.el functions.
16570
16571         * gnus-encrypt.el: Add new file for encryption support; currently
16572         does only a few GPG ciphers and an internal XOR cipher.
16573
16574         * password.el: Add comments on using password-read-and-add.
16575         (password-read-and-add): Add function to read and add the
16576         password to the cache at once.
16577
16578 2004-07-28  Simon Josefsson  <jas@extundo.com>
16579
16580         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16581         parameter (but don't use it, for now).
16582
16583         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16584         instead of hard coding to nil.
16585
16586 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16589         as mm-inline-image-xemacs does.
16590
16591 2004-07-26  Simon Josefsson  <jas@extundo.com>
16592
16593         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16594         Revert part of 2004-07-17 change below.
16595
16596 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16599         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16600
16601 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16602
16603         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16604         quotes that actually start with ">" at the beginning of the
16605         lines.
16606
16607 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * rfc2047.el (rfc2047-encode-region): Fix last change.
16610         (rfc2047-encode-parameter): Remove useless concat.
16611
16612 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16615         encode special characters; fix some kind of misconfigured headers;
16616         signal a real error if debug-on-quit or debug-on-error is non-nil.
16617         (rfc2047-encode-max-chars): New variable.
16618         (rfc2047-encode-1): Use it.
16619         (rfc2047-encode-parameter): New function.
16620
16621         * mml.el (mml-insert-parameter): Remove an excessive space.
16622
16623 2004-07-17  Simon Josefsson  <jas@extundo.com>
16624
16625         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16626         Kai Grossjohann <kai@emptydomain.de>.
16627         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16628         (gnus-group-make-menu-bar): Ditto.
16629
16630         * gnus-util.el (gnus-group-server): Add.
16631
16632 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16633
16634         * message.el (message-clone-locals): Clone sendmail and smtp
16635         variables.
16636
16637 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * rfc2047.el (rfc2047-encode-region): Fix last change.
16640
16641 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16644         characters as non-special.
16645
16646 2004-07-09  Simon Josefsson  <jas@extundo.com>
16647
16648         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16649         Users will lose all flag changes made while unplugged with
16650         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16651         good default.  See numerous reports on ding mailing list.
16652
16653 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16656         add generate-head-function and generate-article-function to the
16657         rfc822-forward entry.
16658         (nndoc-rfc822-forward-generate-article): New function.
16659         (nndoc-rfc822-forward-generate-head): New function.
16660
16661         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16662
16663 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16664
16665         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16666         respect display group parameter and gnus-summary-expunge-below.
16667         (gnus-articles-to-read): Remove unused reference to display group
16668         parameter.
16669
16670 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16671
16672         * nnheader.el (nnheader-uniquify-message-id): New experimental
16673         variable.
16674         (nnheader-nov-read-message-id): Use it.
16675
16676         * spam-report.el (spam-report-gmane): Add interactive.
16677
16678 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * mm-encode.el (mm-content-transfer-encoding-defaults):
16681         Use qp-or-base64 for the application/* types.
16682
16683 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16684
16685         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16686
16687 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16688
16689         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16690         trim value.
16691
16692 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16693
16694         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16695         New macro and function.
16696         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16697
16698 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16701         after-load-alist.
16702
16703 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16704
16705         * gnus-group.el (gnus-group-get-new-news-this-group):
16706         Don't update info that isn't there.
16707
16708 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16709
16710         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16711         entry.
16712
16713 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * mm-view.el (mm-inline-render-with-function): Use multibyte
16716         buffer; decode html source by charset.
16717
16718         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16719
16720         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16721         Mule-UCS is loaded under XEmacs.
16722         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16723
16724 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16725
16726         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16727
16728 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * mm-util.el (mm-coding-system-p): Return a coding-system.
16731         (mm-mime-mule-charset-alist): Use shift_jis instead of
16732         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16733         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16734         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16735         instead of japanese-shift-jis and iso-latin-1 respectively in
16736         order to share the default value with both Emacs and XEmacs-mule.
16737         (mm-mule-charset-to-mime-charset):
16738         Make mm-coding-system-priorities effective.
16739         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16740         while predicating of candidates upon the priorities.
16741
16742 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16743
16744         * gnus-sum.el (gnus-summary-make-menu-bar):
16745         Add gnus-uu-invert-processable.
16746
16747         * gnus.el: Autoload gnus-uu-invert-processable.
16748
16749 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * mm-util.el (mm-with-multibyte-buffer): New macro.
16752
16753         * rfc2047.el (rfc2047-encode-string): Use it.
16754         (rfc2047-encode-region): Move point to the end of the region after
16755         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16756
16757 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16760         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16761
16762 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16765         (gnus-cite-parse): Ignore quoted envelope From_.
16766         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16767
16768 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16769
16770         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16771         invalid addresses.
16772
16773 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * spam.el: Change section markers, revise TODO list.
16776         (spam-backends): Make new master list of all installed backends.
16777         (spam-summary-exit-behavior): Add new variable to determine how
16778         messages moves are done at summary exit.
16779         (spam-move-spam-nonspam-groups-only)
16780         (spam-process-ham-in-nonham-groups)
16781         (spam-process-ham-in-spam-groups): Remove variables, the
16782         spam-summary-exit-behavior variable should be used to manage this
16783         behavior.
16784         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16785         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16786         and spam-old-spam-articles.
16787         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16788         Add empty variables, placeholders for the backends they represent.
16789         (spam-set-difference): Move, unchanged.
16790         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16791         unless the user has a processor variable.
16792         (spam-classifications, spam-classification-valid-p)
16793         (spam-backend-properties, spam-backend-property-valid-p)
16794         (spam-backend-function-type-valid-p)
16795         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16796         (spam-report-articles-gmane, spam-report-articles-resend):
16797         Remove functions, they are not needed.
16798         (spam-install-backend-super, spam-backend-list)
16799         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16800         (spam-backend-function, spam-backend-ham-registration-function)
16801         (spam-backend-spam-registration-function)
16802         (spam-backend-ham-unregistration-function)
16803         (spam-backend-spam-unregistration-function)
16804         (spam-backend-statistical-p, spam-backend-mover-p)
16805         (spam-install-backend-alias, spam-install-checkonly-backend)
16806         (spam-install-mover-backend, spam-install-nocheck-backend)
16807         (spam-install-backend, spam-install-statistical-backend)
16808         (spam-install-statistical-checkonly-backend): Add backend installation
16809         support.
16810         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16811         (spam-group-processor-p): Use the new backend code and respect the
16812         summary exit behavior.
16813         (spam-mark-spam-as-expired-and-move-routine): Remove.
16814         (spam-summary-prepare): Change to use the new spam-old-articles
16815         variable.
16816         (spam-copy-or-move-routine, spam-copy-spam-routine)
16817         (spam-move-spam-routine, spam-copy-ham-routine)
16818         (spam-move-ham-routine): Add code to copy/move ham or spam.
16819         (spam-fetch-field-fast): Improve doc and code, plus allow the
16820         'number request.
16821         (spam-list-of-checks, spam-list-of-statistical-checks):
16822         Remove variables.
16823         (spam-split, spam-find-spam): Use the new backend code.
16824         (spam-registration-functions): Remove variable.
16825         (spam-unregister-routine): Add convenience wrapper.
16826         (spam-log-undo-registration, spam-register-routine)
16827         (spam-log-processing-to-registry)
16828         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16829         where possible.
16830         (spam-check-gmane-xref, spam-check-regex-headers)
16831         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16832         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16833         (spam-check-bogofilter-headers, spam-check-spamoracle)
16834         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16835         (spam-check-crm114-headers): Use the spam-split-group that
16836         spam-split prepares, no need to determine it every time.
16837
16838         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16839         to the nnheader-parse-naked-head call.
16840
16841         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16842
16843         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16844         the nnheader-nov-read-message-id call.
16845
16846 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16849         gnus-activate-group twice.  Suggested by Markus Peter
16850         <warp@spin.de>.
16851
16852 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gnus-art.el (gnus-article-time-format): Exchange the order of
16855         day and month in the default value; fix customization type.
16856         (article-date-ut): Use add-text-properties.
16857         (article-make-date-line): Use message-make-date instead of
16858         current-time-string.
16859
16860         * message.el (message-fetch-field): Don't use set-text-properties.
16861         (message-make-date): Simplify.
16862
16863         * messagexmas.el (message-xmas-make-date): New function.
16864         (message-xmas-redefine): Defalias message-make-date to it.
16865
16866 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16869         (rfc2047-encode-region): Treat text within parentheses as special;
16870         show the original text when error has occurred.
16871
16872         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16873         already-computed method to gnus-activate-group.
16874
16875         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16876         same select-methods identical Lisp objects.
16877
16878         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16879         object when modifying the info.
16880
16881 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16884         gnus-opened-servers since it has never been opened with the new
16885         configuration yet.
16886
16887 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16890         arg to nnheader-generate-fake-message-id.
16891
16892 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16893
16894         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16895         number and build a fake message ID localized to a group and
16896         article number (so it's repeatable from that point on).
16897         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16898         ID format.
16899
16900         * gnus-sum.el (gnus-get-newsgroup-headers):
16901         Call nnheader-generate-fake-message-id with the article number.
16902
16903 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16904
16905         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16906         end-of-buffer.
16907
16908 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16909
16910         * message.el (message-ignored-supersedes-headers): Add Approved.
16911
16912 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16915         goto-char.
16916         (rfc2047-encode): Fold the line before encoding.
16917
16918 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16919
16920         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16921         folding -- not all headers can be folded, and this should be done
16922         by the message composition mode.  Probably.  I think.
16923
16924 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16927         fast.
16928
16929         * gnus-ems.el (gnus-remove-image): Don't use
16930         message-text-with-property; remove only the image found first.
16931
16932         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16933         found first.
16934
16935 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16936
16937         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16938
16939 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * message.el (message-text-with-property): Make it fast and accept
16942         optional arguments.
16943         (message-strip-forbidden-properties): Use it.
16944         (message-fix-before-sending): Follow the m-t-w-p change.
16945
16946         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16947
16948 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * gnus-art.el (article-hide-headers): Don't change the buffer
16951         mistakenly when performing mml-preview even if
16952         gnus-single-article-buffer is nil.
16953
16954 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16955
16956         * message.el (message-expand-name-databases): New user option.
16957         (message-expand-name): Use it.
16958
16959 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16960
16961         * spam.el (spam-report-articles-resend)
16962         (spam-report-resend-register-routine): Allow ham reporting.
16963         (spam-report-resend-register-ham-routine): Add wrapper.
16964         (spam-registration-functions): Add ham resending functions.
16965         (spam-list-of-processors): Add ham resend processor.
16966
16967         * gnus.el (ham-resend-to): Add new group parameter.
16968         (spam-process): Add ham resend option.
16969
16970         * spam-report.el (spam-report-resend): Allow reporting ham.
16971         (spam-report-resend-ham): Add wrapper.
16972
16973 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16974
16975         * message.el (message-cite-articles-with-x-no-archive):
16976         New variable.
16977         (message-cite-original): Use it.
16978
16979 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16980
16981         * message.el (message-cite-original): Respect X-No-Archive.
16982
16983 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * gnus-art.el (article-hide-headers): Refer to the values for
16986         gnus-ignored-headers and gnus-visible-headers in the summary
16987         buffer since a user may have set them as group parameters.
16988
16989 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * assistant.el (assistant-node-name): Add convenience function.
16992         (assistant-render-text, assistant-render-node): Add error handling,
16993         plus handle multiple next nodes.
16994         (assistant-find-next-node): Comment out for now.
16995         (assistant-find-next-nodes): Add function, returns list of next
16996         nodes.
16997
16998 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * mail-source.el (mail-source-directory): Fix doc-string.
17001
17002 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * assistant.el (assistant-render-text, assistant-eval): Add :set
17005         widget type, which is different because it takes and returns a
17006         list.  Much hilarity ensues.
17007
17008 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17011
17012         * gnus-group.el (gnus-group-get-new-news-this-group):
17013         Add doc-string.
17014
17015         * gnus-start.el (gnus-activate-group): Add doc-string.
17016
17017 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17020
17021 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * assistant.el (assistant-render-text): Try to add a :set
17024         widget, more to come.
17025
17026         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17027         strings.
17028         (spam-report-articles-resend)
17029         (spam-register-routine): Do registration iff any articles warrant
17030         it.
17031         (spam-summary-prepare-exit): Change log message for nil group
17032         destinations.
17033
17034 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17035
17036         * spam.el (spam-report-resend-register-routine):
17037         Allow spam-report-resend-to to be a group parameter or a global value.
17038
17039 2004-05-26  Simon Josefsson  <jas@extundo.com>
17040
17041         * starttls.el: Merge with my GNUTLS based starttls.el.
17042         (starttls-gnutls-program, starttls-use-gnutls)
17043         (starttls-extra-arguments, starttls-process-connection-type)
17044         (starttls-connect, starttls-failure, starttls-success):
17045         New variables.
17046         (starttls-program, starttls-extra-args): Doc fix.
17047         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17048         New functions.
17049         (starttls-negotiate, starttls-open-stream):
17050         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17051         function if it is set.
17052
17053 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17056         structured fields.
17057
17058 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17061
17062 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17063
17064         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17065         Add variable.
17066         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17067         assigning the spam-mark to new messages.
17068
17069 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17070
17071         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17072
17073 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17076
17077         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17078         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17079         default.
17080
17081 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17082
17083         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17084         correct data.
17085
17086 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17087
17088         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17089         (spam-group-processor-p): Fix function.
17090         (spam-group-processor-multiple-p)
17091         (spam-group-spam-processor-report-gmane-p)
17092         (spam-group-spam-processor-report-resend-p)
17093         (spam-group-spam-processor-bogofilter-p)
17094         (spam-group-spam-processor-blacklist-p)
17095         (spam-group-spam-processor-ifile-p)
17096         (spam-group-ham-processor-ifile-p)
17097         (spam-group-spam-processor-spamoracle-p)
17098         (spam-group-spam-processor-crm114-p)
17099         (spam-group-ham-processor-bogofilter-p)
17100         (spam-group-spam-processor-stat-p)
17101         (spam-group-ham-processor-stat-p)
17102         (spam-group-ham-processor-whitelist-p)
17103         (spam-group-ham-processor-BBDB-p)
17104         (spam-group-ham-processor-spamoracle-p)
17105         (spam-group-ham-processor-copy-p): Remove functions with some
17106         prejudice against unneeded code.
17107         (spam-report-articles-resend)
17108         (spam-report-resend-register-routine): Allow the group/topic
17109         spam-resend-to value to override spam-report-resend-to.
17110         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17111         properly now.
17112
17113         * gnus.el (spam-resend-to): Add group/topic parameter.
17114         (spam-process): Move the OBSOLETE processors to the end of the
17115         choices.
17116
17117 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17118
17119         * spam-report.el (spam-report-resend-to, spam-report-resend):
17120         Start with resend-to set to nil, and then ask the user if necessary.
17121         (spam-report-resend): spam-report-resend takes a list of articles, not
17122         separate article numbers.
17123
17124 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17127         addition to emacs-w3m.
17128
17129 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17130
17131         * assistant.el (assistant-authinfo-data): New function.
17132         (assistant-eval): Eval for entire assistant.
17133
17134         * netrc.el (netrc-services-file): New variable.
17135         (netrc-parse-services): New function.
17136         (netrc-find-service-name): New function.
17137         (netrc-find-service-number): New function.
17138         (netrc-port-equal): New function.
17139         (netrc-machine): Use it.
17140
17141         * nnimap.el (nnimap-open-connection): Use netrc.
17142
17143         * gnus-util.el (gnus-netrc-get): Remove aliases.
17144
17145         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17146
17147         * assistant.el (wid-edit): Fix compilation.
17148
17149         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17150
17151 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17152
17153         * gnus-util.el (gnus-set-file-modes): New function.  (small
17154         patch).
17155
17156 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17157
17158         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17159
17160         * assistant.el (assistant-render-node): Fix up rendering and
17161         read-only text.
17162         (assistant-render-node): Reset.
17163         (assistant-make-read-only): Not sticky.
17164
17165 2004-05-20  Danny Siu  <dsiu@adobe.com>
17166
17167         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17168         centered even when gnus-auto-center-summary is t.
17169
17170 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17171
17172         * dns.el (dns-get-txt-answer): New function.
17173         (dns-read-txt): Ditto.
17174         (query-dns): Use it.
17175
17176 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17179         active for foreign groups even if the group level is higher than
17180         the specified value.
17181
17182 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17183
17184         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17185         non-active groups.
17186
17187         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17188
17189 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17190
17191         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17192
17193 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17194
17195         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17196         (spam-crm114-header, spam-crm114-spam-switch)
17197         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17198         (spam-crm114-positive-spam-header)
17199         (spam-crm114-database-directory, spam-list-of-processors)
17200         (spam-group-spam-processor-crm114-p)
17201         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17202         (spam-generic-score, spam-list-of-checks)
17203         (spam-list-of-statistical-checks, spam-registration-functions)
17204         (spam-check-crm114-headers, spam-crm114-score)
17205         (spam-check-crm114, spam-crm114-register-with-crm114)
17206         (spam-crm114-register-spam-routine)
17207         (spam-crm114-unregister-spam-routine)
17208         (spam-crm114-register-ham-routine)
17209         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17210         From asjo@koldfront.dk (Adam Sjøgren).
17211
17212         * gnus.el: Add spam-use-crm114.
17213
17214         * spam.el (spam-list-of-processors, spam-registration-functions):
17215         Add spam-use-resend.
17216         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17217         (spam-report-articles-gmane): Add doc fix.
17218         (spam-report-articles-resend, spam-report-resend-register-routine):
17219         Add wrappers around spam-report-resend-to.
17220
17221         * spam-report.el (spam-report-resend-to, spam-report-resend):
17222         Add support for resending spam.
17223         (spam-report-gmane): Fix line length >80.
17224
17225         * gnus.el (spam-process): Add spam-use-resend.
17226
17227 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17228
17229         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17230         number of processed spam messages.
17231         (spam-ham-copy-or-move-routine): Return the number of processed
17232         ham messages.
17233         (spam-summary-prepare-exit): Use the above values to decide
17234         whether status messages shouled be displayed.
17235
17236 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17239         `rfc2047-encoding-function-alist' in order to avoid conflicting
17240         with the old version.
17241         (rfc2047-encode-region): Concatenate words containing non-ASCII
17242         characters in structured fields; don't encode space-delimited
17243         ASCII words even in unstructured fields; don't break words at
17244         char-category boundaries.
17245         (rfc2047-encode-1): New function.
17246         (rfc2047-encode): Use it; encode text so that it occupies the
17247         maximum width within 76-column; work correctly on Q encoding for
17248         iso-2022-* charsets.
17249         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17250         sure not to break a line just after the header name.
17251         (rfc2047-b-encode-region): Remove.
17252         (rfc2047-b-encode-string): New function.
17253         (rfc2047-q-encode-region): Remove.
17254         (rfc2047-q-encode-string): New function.
17255
17256         * mm-util.el (mm-replace-in-string): New function.
17257
17258 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17259
17260         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17261         Really get it right.
17262         (gnus-inews-make-draft): Really.
17263
17264 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17265
17266         * nnmh.el (nnmh-request-list-1): Don't check the link count
17267         before descending.  (small patch)
17268
17269 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17270
17271         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17272         stuff.
17273
17274         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17275         Match on real group name.
17276
17277         * gnus-art.el (gnus-signature-limit): Doc fix.
17278
17279         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17280
17281         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17282
17283 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17284
17285         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17286         isn't a string.
17287
17288 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17289
17290         * gnus-draft.el (gnus-draft-send):
17291         Bind rfc2047-encode-encoded-words.
17292
17293         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17294         (rfc2047-encodable-p): Say that =? needs encoding.
17295         (rfc2047-encode-encoded-words): New variable.
17296
17297         * gnus-group.el (gnus-group-select-group): Doc fix.
17298
17299         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17300
17301         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17302         to nil.
17303
17304         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17305
17306         * nnheader.el (nnheader-get-lines-and-char): New function.
17307
17308 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-msg.el (gnus-summary-followup-with-original):
17311         Document yanking of region when active.
17312
17313 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17316         groups if the group level is higher than the specified value.
17317
17318 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17319
17320         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17321         (gnus-group-jump-to-group): Add prefix argument using
17322         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17323         non-active group.
17324
17325         * compface.el (uncompface): Be verbose when changing
17326         `uncompface-use-external'.
17327
17328         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17329         handle manual section.
17330
17331 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17332
17333         * gnus-art.el (gnus-button-alist): Revert previous change.
17334
17335 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17338
17339 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17340
17341         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17342         whether backend can accept message.
17343
17344         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17345
17346 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17347
17348         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17349         Avoid creating directory when nntp-marks-is-evil is true.
17350         Reported by Reiner Steib.
17351
17352 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17353
17354         * gnus-picon.el (gnus-picon-style): New variable.
17355         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17356         (gnus-picon-transform-address): Support `gnus-picon-style'.
17357         From Jesper Harder <harder@ifa.au.dk>.
17358
17359 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17360
17361         * message.el (message-fill-field): Return point.
17362         (message-generate-headers): Go to end of field.
17363
17364         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17365         stuff for non-living groups.
17366
17367 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17368
17369         * gnus-art.el (gnus-article-followup-with-original)
17370         (gnus-article-reply-with-original): gnus-mark-active-p ->
17371         gnus-region-active-p.
17372
17373 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17374
17375         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17376         only when there is spam or ham to be processed.
17377
17378 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17379
17380         * mail-source.el (mail-source-delete-crash-box): Refactor.
17381         (mail-source-fetch): Use it.
17382         (mail-source-fetch-file): Ditto.
17383         (mail-source-fetch-directory): Run postscript in loop.
17384         (mail-source-fetch-pop): Delete.
17385         (mail-source-fetch-maildir): Ditto.
17386         (mail-source-fetch-imap): Ditto.
17387
17388         * imap.el (imap-authenticators): Comment out sasl.
17389
17390         * message.el (message-skip-to-next-address): New function.
17391         (message-fill-header-address): Refactor.
17392         (message-fill-address): Use it.
17393         (message-delete-address): Use it.
17394         (message-fill-header-general): Refactor.
17395         (message-fill-field-address): Rename.
17396         (message-narrow-to-field): Find the start of the header.
17397         (message-header-format-alist): Don't pre-fill.
17398         (message-fill-header): Remove.
17399         (message-insert-header): New function.
17400         (message-shorten-references): Use it.
17401
17402         * rfc2047.el (rfc2047-field-value): Strip props.
17403
17404         * mail-parse.el (mail-header-make-address): New alias.
17405
17406         * ietf-drums.el (ietf-drums-make-address): New function.
17407
17408         * imap.el: Add compiler directives.
17409
17410         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17411
17412         * gnus-art.el (article-decode-idna-rhs): Don't use
17413         message-idna-inside-rhs-p.
17414
17415 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17416
17417         * message.el (message-idna-inside-rhs-p): Remove.
17418         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17419
17420         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17421         false positives.
17422
17423 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17424
17425         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17426
17427 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17428
17429         * nneething.el (nneething-file-name): Don't create spurious
17430         files.
17431
17432         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17433         (gnus-inews-do-gcc): Remove sleep.
17434
17435         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17436         part under point.
17437
17438         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17439         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17440
17441 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * spam.el (spam-summary-prepare-exit): Fix (length).
17444
17445 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17446
17447         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17448         as expired without moving it" message when there are spam
17449         messages left.
17450
17451 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17452
17453         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17454         header is not nil.
17455
17456 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17457
17458         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17459         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17460         (nntp-marks-changed-p): New arg SERVER.
17461         (nntp-request-update-info): Adjust caller.
17462
17463 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17464
17465         * nntp.el (nntp-save-marks): Pass missing arg.
17466
17467 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17468
17469         * nntp.el: Support marks.
17470         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17471         (nntp-marks-modtime, nntp-marks-directory): New variables.
17472         (nntp-request-set-mark, nntp-request-update-info)
17473         (nntp-possibly-create-directory, nntp-marks-changed-p)
17474         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17475         New functions.
17476
17477 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17478
17479         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17480         (gnus-xmas-redefine): Rename.
17481
17482         * gnus-score.el (gnus-score-insert-help):
17483         Use gnus-select-lowest-window.
17484
17485         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17486         appt-select-lowest-window and rename to gnus-select-lowest-window.
17487
17488         * gnus.el: do.
17489
17490 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17491
17492         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17493         encodings of MIME-encoded words, in order to improve
17494         interoperability with several broken MUAs.
17495
17496 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17497
17498         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17499         tags, only when charsets are not specified in headers.
17500         (mm-inline-text-html-render-with-w3m): Ditto.
17501
17502         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17503         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17504
17505 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17506
17507         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17508         instead of MIME-decoded from fields when checking
17509         `gnus-article-address-banner-alist'.
17510
17511 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17512
17513         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17514         description rather than subject.
17515
17516 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17517
17518         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17519
17520 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17521
17522         * gnus.el (gnus-version-number): Bump.
17523
17524 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17525
17526         * gnus.el: No Gnus v0.2 is released.
17527
17528 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17529
17530         * gnus-agent.el (gnus-agent-read-agentview):
17531         Inline gnus-uncompress-range.
17532
17533 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17534
17535         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17536         `exec-installed-p'.
17537
17538 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17539
17540         * gnus.el (spam-process, spam-autodetect-methods):
17541         Add bsfilter and bsfilter-headers.
17542
17543         * spam.el (spam-bsfilter): New customize group.
17544         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17545         (spam-bsfilter-header, spam-bsfilter-probability-header)
17546         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17547         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17548         (spam-bsfilter-database-directory): New options.
17549         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17550         (spam-list-of-statistical-checks, spam-registration-functions):
17551         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17552         (spam-bsfilter-score): New command.
17553         (spam-check-bsfilter-headers, spam-check-bsfilter)
17554         (spam-bsfilter-register-with-bsfilter)
17555         (spam-bsfilter-register-spam-routine)
17556         (spam-bsfilter-unregister-spam-routine)
17557         (spam-bsfilter-register-ham-routine)
17558         (spam-bsfilter-unregister-ham-routine): New functions.
17559         (spam-generic-score): Support bsfilter; Accept an optional argument
17560         to recalcurate spam score even if scoring header has already been
17561         added.
17562         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17563         optional argument to recalcurate spam score even if scoring header
17564         has already been added.
17565
17566 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17567
17568         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17569         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17570         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17571         link is missing.
17572
17573 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17574
17575         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17576         (html2text-get-attr): Rewrite.
17577
17578         * message.el (message-setup-1): Remove redundant put-text-property
17579         on mail-header-separator.
17580
17581 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17582
17583         * gnus-registry.el (gnus-registry-cache-whitespace)
17584         (gnus-registry-action, gnus-registry-spool-action)
17585         (gnus-registry-split-fancy-with-parent): Change message levels
17586         from 5 to 3 or 7, as needed.
17587
17588         * spam.el (spam-summary-prepare-exit)
17589         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17590         (spam-split, spam-find-spam, spam-log-undo-registration)
17591         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17592         level from 5 to 6.
17593
17594 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17597         2004-03-04 change).
17598
17599 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17600
17601         * sieve-manage.el (sieve-manage-open):
17602         * nnweb.el (nnweb-insert-html):
17603         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17604         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17605         * nnspool.el (nnspool-request-group):
17606         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17607         * nnml.el (nnml-request-update-info):
17608         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17609         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17610         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17611         (nnimap-request-set-mark):
17612         * nnfolder.el (nnfolder-request-update-info):
17613         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17614         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17615         * gnus-uu.el (gnus-uu-find-articles-matching):
17616         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17617         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17618         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17619         * gnus-nocem.el (gnus-nocem-scan-groups):
17620         * gnus-int.el (gnus-start-news-server):
17621         * gnus-group.el (gnus-group-make-kiboze-group)
17622         (gnus-group-browse-foreign-server):
17623         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17624         Use mapc when appropriate.
17625
17626 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17627
17628         FIXME: Make separate entries for each person.
17629
17630         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17631         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17632         <shields@msrl.com>:
17633
17634         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17635         may need for spam sorting and scoring.
17636         (spam-user-format-function-S): Add user format function suitable for
17637         general use.
17638         (spam-article-sort-by-spam-status): Add sorting function for summary
17639         sorting.
17640         (spam-extra-header-to-number): Add function to get a score from a
17641         header.
17642         (spam-summary-score): Add function to get a numeric score from the
17643         headers.
17644         (spam-generic-score): Fix function doc, was in wrong place.
17645         (spam-initialize): Take symbols when it's run, and install the
17646         extra headers that spam-necessary-extra-headers thinks we need.
17647
17648 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17649
17650         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17651         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17652
17653 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17654
17655         * gnus-sum.el (gnus-set-global-variables)
17656         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17657         (gnus-article-get-xrefs, gnus-summary-best-group)
17658         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17659         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17660         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17661         Use with-current-buffer.
17662
17663 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17664
17665         * spam.el (spam-summary-prepare-exit): Simplify logic.
17666         (spam-fetch-article-header): Read the article header if it's not
17667         available.
17668         (spam-list-articles): Simplify logic.
17669         (spam-filelist-register-routine): Fix bug with unregister-list.
17670
17671         * gnus-registry.el: Fix comments at beginning.
17672
17673 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17674
17675         * message.el (message-cater-to-broken-inn): Remove.
17676         (message-shorten-references): Make sure the total folded length of
17677         References is shorter than 998 characters to cater to a bug in INN
17678         2.3.  Also, don't pretend that references aren't folded -- this
17679         hasn't worked for a while.
17680
17681 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17682
17683         * gnus-agent.el (gnus-agentize):
17684         gnus-agent-send-mail-real-function no longer set to current value
17685         of message-send-mail-function but rather a lambda that calls
17686         message-send-mail-function.  The change makes the agent real-time
17687         responsive to user changes to message-send-mail-function.
17688
17689 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17690
17691         * legacy-gnus-agent.el
17692         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17693         help from Florian Weimer <fw@deneb.enyo.de>
17694
17695 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * nnmail.el (nnmail-cache-insert): Revert last change.
17698
17699 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * nnmail.el (nnmail-cache-insert): Always check whether
17702         nnmail-cache-ignore-groups matches a group name.
17703
17704 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17705
17706         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17707         (spam-find-spam, spam-log-processing-to-registry)
17708         (spam-log-registered-p, spam-log-unregistration-needed-p)
17709         (spam-log-undo-registration): Use gnus-message instead of
17710         gnus-error, none of these errors are fatal.
17711
17712         * gnus-registry.el (gnus-registry-clean-empty-function)
17713         (gnus-registry-clean-empty): Remove only empty entries without
17714         extra data.
17715
17716 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17717
17718         * spam-stat.el (spam-stat-buffer-change-to-spam)
17719         (spam-stat-buffer-change-to-non-spam): Change (error) to
17720         (gnus-message 8) invocation.
17721
17722 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * nntp.el (nntp-via-netcat-command): New variable.
17725         (nntp-via-netcat-switches): New variable.
17726         (nntp-open-via-rlogin-and-netcat): New function.
17727         (nntp-open-connection-function): Doc fix.
17728         (nntp-telnet-command): Doc fix.
17729         (nntp-end-of-line): Doc fix.
17730         (nntp-via-rlogin-command): Doc fix.
17731         (nntp-via-user-name): Doc fix.
17732         (nntp-via-address): Doc fix.
17733
17734 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17737         error in Emacs 21.1.
17738
17739 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17742
17743 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17744
17745         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17746         (gnus-agent-with-refreshed-group): New macro.
17747         (gnus-agent-rename-group): New function.
17748         (gnus-agent-delete-group): New function.
17749         (gnus-agent-save-group-info): Use gnus-command-method when
17750         `method' parameter is nil.  Don't write nil entries into the
17751         active file.
17752         (gnus-agent-get-group-info): New function.
17753         (gnus-agent-fetch-articles):
17754         Use gnus-agent-update-files-total-fetched-for to increment disk space
17755         used.
17756         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17757         Use gnus-agent-update-view-total-fetched-for to increment disk space
17758         used.
17759         (gnus-agent-get-local): Add optional parameters to avoid calling
17760         gnus-group-real-name and gnus-find-method-for-group.
17761         (gnus-agent-set-local): Delete stored entry if either min, or max,
17762         are nil.
17763         (gnus-agent-fetch-session): Reworded error/quit messages.
17764         On quit, use gnus-agent-regenerate-group to record existance of any
17765         articles fetched to disk before the quit occurred.
17766         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17767         gnus-agent-update-view-total-fetched-for, and
17768         gnus-agent-update-files-total-fetched-for to decrement disk space
17769         used.
17770         (gnus-agent-retrieve-headers):
17771         Use gnus-agent-update-view-total-fetched-for to increment disk space
17772         used.
17773         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17774         with gnus-agent-update-files-total-fetched-for to decrement disk
17775         space and fresh group buffer.
17776         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17777         (gnus-agent-need-update-total-fetched-for): New variable.
17778         (gnus-agent-update-files-total-fetched-for): New function.
17779         (gnus-agent-update-view-total-fetched-for): New function.
17780         (gnus-agent-total-fetched-for): New function.
17781
17782         * gnus-cache.el (gnus-cache-save-buffers):
17783         Use gnus-cache-update-overview-total-fetched-for to change disk space
17784         used by this group.
17785         (gnus-cache-possibly-enter-article):
17786         Use gnus-cache-update-file-total-fetched-for to increment disk space
17787         used by this group.
17788         (gnus-cache-possibly-remove-article):
17789         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17790         used by this group.
17791         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17792         (gnus-cache-rename-group): New function.
17793         (gnus-cache-delete-group): New function.
17794         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17795         (gnus-cache-need-update-total-fetched-for): New variable.
17796         (gnus-cache-with-refreshed-group): New macro.
17797         (gnus-cache-update-file-total-fetched-for): New function.
17798         (gnus-cache-update-overview-total-fetched-for): New function.
17799         (gnus-cache-rename-group-total-fetched-for): New function.
17800         (gnus-cache-delete-group-total-fetched-for): New function.
17801         (gnus-cache-total-fetched-for): New function.
17802
17803         * gnus-group.el: Require gnus-sum and autoload functions to
17804         resolve warnings when gnus-group.el compiled alone.
17805         (gnus-group-line-format): Documented new %F.
17806         (size of Fetched data) group line format; identifies disk space
17807         used by agent and cache.
17808         (gnus-group-line-format-alist): Defined new F format.
17809         (gnus-total-fetched-for): New function.
17810         (gnus-group-delete-group): No longer update
17811         gnus-cache-active-altered as gnus-request-delete-group now keeps
17812         the cache in sync.
17813         (gnus-group-list-active): Let the agent store a server's active
17814         list if currently plugged.
17815
17816         * gnus-int.el (gnus-request-delete-group):
17817         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17818         local disk in sync with the server.
17819         (gnus-request-rename-group):
17820         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17821         local disk in sync with the server.
17822
17823         * gnus-start.el (gnus-get-unread-articles):
17824         Cosmetic simplification to logic.
17825
17826         * gnus-util.el (gnus-rename-file): New function.
17827
17828 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17829
17830         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17831
17832 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17833
17834         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17835         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17836
17837 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17838
17839         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17840         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17841
17842 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17843
17844         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17845
17846 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17847
17848         * spam.el (spam-set-difference): Add function to replace
17849         gnus-set-difference in spam.el.
17850         (spam-summary-prepare-exit): Use spam-set-difference.
17851
17852 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17853
17854         * gnus-registry.el (gnus-registry-cache-file): Update to use
17855         gnus-dribble-directory OR gnus-home-directory OR ~.
17856         (gnus-registry-split-fancy-with-parent): Fix doc.
17857
17858 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * message.el (message-exchange-point-and-mark):
17861         Use message-mark-active-p.  Suggested by Jesper Harder
17862         <harder@ifa.au.dk>.
17863
17864 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * message.el (message-exchange-point-and-mark): Don't activate
17867         region if it was inactive.  Suggested by Hiroshi Fujishima
17868         <pooh@nature.tsukuba.ac.jp>.
17869
17870 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * gnus-art.el (article-display-face): Display Faces in the same
17873         order as X-Faces.
17874
17875 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17878
17879 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17882         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17883         (gnus-article-mime-hierarchy): Remove.
17884         (gnus-article-mime-hierarchy-next): Remove.
17885         (gnus-article-mode): Revert 2004-03-19 change.
17886         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17887         (gnus-insert-mime-button): Revert 2004-03-19 change.
17888         (gnus-mime-accumulate-hierarchy): Remove.
17889         (gnus-mime-enter-multipart): Remove.
17890         (gnus-mime-leave-multipart): Remove.
17891         (gnus-mime-display-part): Revert 2004-03-19 change.
17892         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17893
17894         * mml.el (mml-preview): Revert 2004-03-19 change.
17895
17896 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17897
17898         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17899
17900 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17903         t while entering a file name using the mm-with-multibyte macro.
17904         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17905
17906         * mm-util.el (mm-with-multibyte): New macro.
17907
17908 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17911         New user option.
17912         (gnus-mime-multipart-functions): Doc and customization fix.
17913         (gnus-article-mime-hierarchy): New variable.
17914         (gnus-article-mime-hierarchy-next): New variable.
17915         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17916         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17917         gnus-article-mime-hierarchy-next to nil.
17918         (gnus-insert-mime-button): Show hierarchy numbers.
17919         (gnus-mime-accumulate-hierarchy): New function.
17920         (gnus-mime-enter-multipart): New function.
17921         (gnus-mime-leave-multipart): New function.
17922         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17923         (gnus-mime-display-alternative): Show hierarchy numbers.
17924
17925         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17926         gnus-article-mime-hierarchy-next to nil.
17927
17928 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17929
17930         * dns.el: Don't require gnus-xmas.
17931
17932 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17933
17934         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17935         inline PGP.
17936         (mml-menu): Disable mml-quote-region if mark is inactive.
17937
17938 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17941         when the group's active is not available.
17942
17943 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17946         error.
17947
17948 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17949
17950         * imap.el (imap-store-password): New variable.
17951         (imap-interactive-login): Use it.
17952         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17953
17954 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17957         window-start and hscroll to summary window.
17958
17959 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17960
17961         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17962         conversion message to newsrc-dribble when an actual conversion is
17963         performed.
17964
17965 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17966
17967         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17968
17969 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * mm-decode.el (mm-complicated-handles): New function reviving
17972         former definition of mm-multiple-handles.
17973
17974         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17975         (gnus-mime-delete-part): Use it.
17976
17977 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17978
17979         * gnus-agent.el (gnus-agent-read-local):
17980         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17981         avoid the implicit assumption that they will always be equal.
17982         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17983         coding-system-for-write, as the with-temp-file macro first prints
17984         to a buffer then saves the buffer.
17985
17986 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * gnus-art.el (gnus-article-edit-part): New function.
17989         (gnus-mime-save-part-and-strip): Use it; do query instead of
17990         signaling an error; don't use mm-multiple-handles.
17991         (gnus-mime-delete-part): Ditto.
17992
17993 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17994
17995         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17996         old file versions.
17997         (gnus-group-prepare-hook): Remove function that converted list
17998         form of gnus-agent-expire-days to group properties.
17999
18000         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18001         (gnus-request-accept-article): Re-indented.
18002
18003         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18004         converters to handle old agent file formats.  Add logic for a
18005         "backup before upgrading warning".
18006         (gnus-convert-mark-converter-prompt): Developers can mark
18007         functions as needing (default), or not needing,
18008         gnus-convert-old-newsrc's "backup before upgrading warning".
18009         (gnus-convert-converter-needs-prompt): Tests whether the user
18010         should be protected from potentially irreversable changes by the
18011         function.
18012
18013         * legacy-gnus-agent.el: New.  Provides converters that are only
18014         loaded when gnus-convert-old-newsrc needs to call them.
18015
18016 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * mail-source.el (mail-source-touch-pop): Doc fix.
18019
18020         * message.el (message-smtpmail-send-it): Doc fix.
18021
18022 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18023
18024         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18025
18026         * nnmail.el (nnmail-split-fancy): do.
18027
18028         * gnus-kill.el (gnus-kill, gnus-execute): do.
18029
18030 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18031
18032         * gnus-sum.el (gnus-widget-reversible-match)
18033         (gnus-widget-reversible-to-internal)
18034         (gnus-widget-reversible-to-external): New functions.
18035         (gnus-widget-reversible): New widget.
18036         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18037
18038 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18039
18040         * gnus-sum.el (gnus-thread-sort-functions)
18041         (gnus-article-sort-functions): Document `(not F)' items.
18042
18043 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18044
18045         * spam.el (spam-use-gmane-xref): Add new backend.
18046         (spam-gmane-xref-spam-group): Add variable to control the name of the
18047         Gmane spam group.
18048         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18049         (spam-regex-headers-spam, spam-regex-headers-ham)
18050         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18051         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18052         backends and checks.
18053         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18054
18055         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18056         an autodetect method.
18057
18058 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18059
18060         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18061         articles are being added to a group.
18062         (gnus-request-replace-article): Inform the agent that articles
18063         need to be uncached as the cached contents are no longer valid.
18064
18065 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * binhex.el: Don't autoload executable-find.
18068
18069         * canlock.el: Don't autoload mail-fetch-field.
18070
18071         * dgnushack.el: Autoload c-mode for XEmacs.
18072
18073         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18074
18075         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18076         rmail-dont-reply-to and rmail-output.
18077
18078         * gnus-score.el: Don't autoload ffap-string-at-point.
18079
18080         * gnus-setup.el: Don't autoload sc-cite-original.
18081
18082         * imap.el: Don't autoload base64-decode-string,
18083         base64-encode-string and md5.
18084
18085         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18086         and rmail-msg-restore-non-pruned-header.
18087
18088         * mm-decode.el: Don't autoload executable-find.
18089
18090         * mm-url.el: Don't autoload executable-find.
18091
18092         * mm-view.el: Don't autoload diff-mode.
18093
18094         * nndb.el: Don't autoload news-reply-mode, news-setup,
18095         cancel-timer and telnet.
18096
18097         * password.el: Don't autoload run-at-time for Emacs.
18098
18099         * sha1-el.el: Don't autoload executable-find.
18100
18101         * sieve-mode.el: Don't autoload c-mode.
18102
18103         * uudecode.el: Don't autoload executable-find.
18104
18105 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18106
18107         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18108         (gnus-agent-possibly-alter-active): Avoid null in numeric
18109         comparison.
18110         (gnus-agent-set-local): Refuse to save null in local object table.
18111         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18112         list of articles that will be marked as unread.
18113
18114 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18117
18118 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18119
18120         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18121         language tags.
18122
18123 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18124
18125         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18126         Don't bind "obarray".
18127
18128         * gnus-sum.el (gnus-thread-sort-functions):
18129         Add `gnus-thread-sort-by-most-recent-number' and
18130         `gnus-thread-sort-by-most-recent-date'.
18131         Reported by Kai Grossjohann <kai@emptydomain.de>.
18132
18133 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18136
18137 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18138
18139         * gnus-cus.el (gnus-agent-customize-category):
18140         Remove ignore-errors macro reference that required cl to be loaded at
18141         run-time.
18142
18143         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18144         single-interval range of the form (min . max).  Previously the
18145         range had to look like ((min . max)).  Likewise, return
18146         (min . max) rather than ((min . max)).
18147         (gnus-range-map): Use gnus-range-normalize to accept
18148         single-interval range.
18149
18150         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18151         the cache, but not the agent, now appear with their usual face.
18152
18153         * dgnushack.el (loaddir): New variable that is bound to the
18154         directory containing the dgnushack.el file. Use loaddir, rather
18155         than srcdir, to update load-path. Change lets dgnushack compile
18156         code in directories other than GNUS/lisp.
18157
18158 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * lpath.el: Don't bind w3m-safe-url-regexp.
18161
18162         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18163         w3m-safe-url-regexp variable buffer-local.
18164
18165         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18166
18167 2004-02-27  Simon Josefsson  <jas@extundo.com>
18168
18169         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18170         gnus-group-real-prefix.
18171         (gnus-summary-move-article): Use it, instead of
18172         gnus-group-real-prefix.
18173
18174 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * lpath.el: Bind w3m-safe-url-regexp.
18177
18178         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18179         w3m-safe-url-regexp variable buffer-local and set it as the value
18180         of mm-w3m-safe-url-regexp.
18181
18182         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18183
18184         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18185         parsing gnus-posting-styles when the message is not for replying.
18186
18187         * dgnushack.el: Autoload sgml-mode for XEmacs.
18188
18189         * nnrss.el (nnrss-opml-export):
18190         Use mm-set-buffer-file-coding-system instead of
18191         set-buffer-file-coding-system.
18192
18193 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18196         of checkdoc.el).
18197         * nnrss.el: do.
18198         * gnus-mlspl.el: do.
18199         * gnus-ml.el: do.
18200         * gnus-srvr.el: do.
18201
18202         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18203
18204 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18205
18206         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18207         Corrections to custom-manual links.
18208
18209         * gnus-art.el (gnus-article): Ditto.
18210
18211         * mm-decode.el (mime-display, mime-security): Ditto.
18212
18213 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18214
18215         * flow-fill.el: Typo.
18216
18217 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18218
18219         * spam-wash.el: New file.
18220
18221 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18222
18223         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18224
18225 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18226
18227         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18228         to be run with new-articles as LIST1, not LIST2.
18229         (spam-registration-functions): Add spam-use-ham-copy as a nil
18230         registration backend.
18231
18232 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18233
18234         * spam-stat.el (spam-stat-washing-hook): New option.
18235         (spam-stat-buffer-words): Use it.
18236         (spam-stat-process-directory, spam-stat-test-directory):
18237         Use insert-file-contents-literally.
18238         (spam-stat-coding-system): New variable.
18239         (spam-stat-load, spam-stat-save): Use it.
18240
18241 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * spam-report.el (spam-report-plug-agent):
18244         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18245
18246 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18247
18248         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18249         Allow / in mailto URLs.
18250
18251 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * spam-report.el (spam-report-process-queue): Fix interactive use.
18254         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18255         (spam-report-unplug-agent): Doc fixes.
18256         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18257         (spam-report-agentize, spam-report-deagentize): Autoload.
18258
18259 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18262
18263         * message.el (message-setup-fill-variables): Add mml tags to
18264         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18265         <ajk@iu.edu>.
18266         (message-mode): Don't modify paragraph-separate there.
18267
18268 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * compface.el (uncompface-use-external): Default to undecided.
18271         (uncompface-use-external-threshold): New variable.
18272         (uncompface-float-time): New macro.
18273         (uncompface): Determine whether to use the external decoder if
18274         uncompface-use-external is undecided.
18275
18276 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18277
18278         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18279         after images.
18280
18281         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18282
18283 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18284
18285         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18286
18287         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18288
18289         * gnus-sum.el (gnus-summary-limit-to-age)
18290         (gnus-summary-limit-children): do.
18291
18292         * gnus-int.el (gnus-request-scan): do.
18293
18294         * gnus-group.el (gnus-group-suspend): do.
18295
18296         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18297
18298         * gnus-cite.el (gnus-cite-parse-attributions): do.
18299
18300         * gnus-agent.el (gnus-summary-set-agent-mark)
18301         (gnus-agent-regenerate-group): do.
18302
18303         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18304
18305         * binhex.el (binhex-decode-region-internal): do.
18306
18307 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * gnus-fun.el (gnus-face-properties-alist): New user option.
18310         (gnus-display-x-face-in-from): Use it.
18311
18312         * gnus-art.el (article-display-face): Ditto.
18313
18314         * compface.el (uncompface-use-external): Default to nil.
18315
18316 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18317
18318         * nntp.el (nntp-erase-buffer): New function.
18319         (nntp-retrieve-data, nntp-send-command)
18320         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18321         (nntp-possibly-change-group): Use it.
18322
18323         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18324         Use with-current-buffer.
18325
18326 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18327
18328         * compface.el: Merge the ELisp-based uncompface program.
18329         (compface): New customization group.
18330         (uncompface-use-external): New user option.
18331         (uncompface): Call uncompface-internal if uncompface-use-external
18332         is nil.
18333         (uncompface-internal): New function.  Note that there are also
18334         some other functions and variables added for this function.
18335
18336 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18337
18338         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18339         if necessary.
18340
18341 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18342
18343         * spam-report.el (spam-report-unplug-agent)
18344         (spam-report-plug-agent, spam-report-deagentize)
18345         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18346         Add support for the Agent in spam-report: when unplugged, report to a
18347         file; when plugged, submit all the requests.
18348
18349         * spam.el (spam-register-routine): Fix message about
18350         registration.
18351
18352 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18353
18354         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18355         dependencies.
18356         (rfc2047-encode): Use it.
18357
18358         * gnus-art.el (gnus-button-marker-list): Move before first
18359         reference.
18360
18361         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18362         (imap-parse-body): Fix format string mismatch.
18363
18364         * gnus-score.el (gnus-summary-increase-score): do.
18365
18366         * nnrss.el (nnrss-close): New function.
18367
18368 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18369
18370         * nnrss.el (nnrss-make-filename): New function.
18371         (nnrss-request-delete-group, nnrss-read-server-data)
18372         (nnrss-save-server-data, nnrss-read-group-data)
18373         (nnrss-save-group-data): Use it.
18374         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18375         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18376         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18377
18378 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18379
18380         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18381
18382 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18383
18384         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18385         files.
18386
18387         * message.el (message-generate-headers-first): Don't quote nil
18388         and t in docstrings.
18389
18390         * imap.el (imap-id): do.
18391
18392         * gnus-agent.el (gnus-agent-consider-all-articles)
18393         (gnus-agent-queue-mail): do.
18394
18395 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * spam-report.el (spam-report-process-queue): New function.
18398         Process requests from `spam-report-requests-file'.
18399         (spam-report-process-queue): Doc fix.
18400
18401 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18402
18403         * spam.el (spam-register-routine)
18404         (spam-log-processing-to-registry, spam-log-registered-p)
18405         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18406         Change "check" to "spam-check" for semi-clarity.
18407
18408 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18409
18410         * pop3.el: Require nnheader.
18411
18412         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18413
18414         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18415
18416         * gnus-picon.el: Require cl.
18417
18418         * gnus-fun.el: Require gnus-ems and gnus-util.
18419
18420         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18421
18422         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18423
18424         * gnus-art.el (gnus-article-edit-mode): Define before first
18425         reference.
18426
18427 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18430         (gnus-uu-post-encoded): Use point-at-bol.
18431
18432         * gnus-topic.el (gnus-group-active-topic-p): do.
18433
18434         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18435
18436         * gnus-group.el (gnus-group-kill-region): do.
18437
18438         * gnus-art.el (article-date-ut): do.
18439
18440         * message.el (message-fetch-field): Remove redundant
18441         case-fold-search binding.
18442         (message-narrow-to-field): Simplify.
18443
18444 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18445
18446         * spam.el (spam-directory): Derive from `gnus-directory'.
18447
18448         * spam-report.el (spam-report-url-to-file)
18449         (spam-report-requests-file): New function and variable for offline
18450         reporting.
18451         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18452         and user defined function.
18453         (spam-report-url-ping-mm-url): Remove doubled slash.
18454
18455 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18456
18457         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18458
18459 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18462         Fix format string mismatch.
18463
18464         * sieve.el (sieve-deactivate-all): do.
18465
18466         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18467
18468         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18469
18470         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18471
18472         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18473
18474 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18475
18476         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18477         the list of checks.
18478
18479 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18480
18481         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18482         padding.
18483
18484 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18485
18486         * mm-view.el (mm-fill-flowed): New variable.
18487         (mm-inline-text): Use it.
18488
18489 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18490
18491         * spam.el (spam-spamassassin-register-ham-routine)
18492         (spam-spamassassin-register-spam-routine): Fix function names.
18493
18494 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * gnus.el (gnus-tmp-grouplens): Remove.
18497         (gnus-summary-line-format): Remove grouplens.
18498
18499         * gnus-group.el (gnus-group-line-format): Ditto.
18500
18501         * gnus-spec.el (gnus-format-specs): Ditto.
18502         (gnus-update-format-specifications): Flush the group format spec
18503         cache if there's the grouplens stuff.
18504         (gnus-parse-simple-format): Replace %l with the empty string.
18505
18506 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18507
18508         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18509         omission.
18510
18511 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18514         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18515
18516 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18517
18518         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18519         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18520         New macros and functions.
18521         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18522         Handle > NLINK_MAX messages.
18523         * nnmaildir.el (nnmaildir-request-set-mark):
18524         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18525
18526 2004-01-25  Alex Schroeder  <alex@gnu.org>
18527
18528         * spam-stat.el (spam-stat-process-directory-age): New option.
18529         (spam-stat-process-directory): Use it.
18530
18531 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18532
18533         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18534         (spam-stat-save): Accept prefix argument.
18535
18536 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18537
18538         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18539         links" error.
18540
18541 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18542
18543         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18544         the rest of the and/or forms.
18545
18546 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18547
18548         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18549         compatibility with old .newsrc.eld files.
18550
18551         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18552
18553         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18554
18555         * gnus-start.el (gnus-1): do.
18556
18557         * gnus-group.el (gnus-group-line-format-alist): do.
18558
18559         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18560
18561         * gnus-gl.el: Remove.
18562
18563 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18564
18565         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18566         marks consisting of a single range {for example, (3 . 5)} rather
18567         than a list of a single range { ((3 . 5)) }.
18568
18569 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18570
18571         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18572         Use with-current-buffer.
18573         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18574         avoid consing a string.
18575
18576         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18577         Remove obsolete entries for big5 and gb2312.
18578
18579 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18580
18581         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18582         uncompressed list.
18583
18584 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18585
18586         * spam-stat.el (spam-stat-strip-xref): New function.
18587         (spam-stat-process-directory): Use it.
18588
18589         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18590         here -- it's done in message-fetch-field.
18591
18592 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18593
18594         * gnus-agent.el (gnus-agent-queue-mail)
18595         (gnus-agent-prompt-send-queue): New variables.
18596         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18597         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18598         "nndraft:queue" along to gnus-draft-send.
18599         Use gnus-agent-prompt-send-queue.
18600         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18601         is "nndraft:queue".  Suggested by Gaute Strokkenes
18602         <gs234@srcf.ucam.org>
18603
18604         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18605         (agent-enable-undownloaded-faces): Add.
18606         (gnus-agent-cat-groups): Use eval-and-compile, not
18607         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18608         method of gnus-agent-cat-groups even when the buffer has been
18609         evaled.
18610         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18611         delete gnus-agent-save-active-1.
18612         (gnus-agent-save-groups): Delete.  Identical to
18613         gnus-agent-save-active.
18614         (gnus-agent-write-active): No longer adjust agent's copy of active
18615         file as agent's adjustments are now stored in their own
18616         file.  Remove optional parameter.
18617         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18618         servers.  Add use of min/max range limits from server's local
18619         file.
18620         (gnus-agent-save-alist): Remove unused optional argument.
18621         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18622         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18623         (gnus-agent-set-local): A per-server file that keeps min/max range
18624         limits for articles known to the agent.  Provides a fast mechanism
18625         for altering many active ranges.
18626         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18627         active file (local makes it unnecessary).
18628         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18629
18630         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18631         (agent-enable-undownloaded-faces): Add.
18632
18633         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18634         disable it when sending to "nndraft:queue".
18635         (gnus-group-send-queue): Add safety check to avoid sending queue
18636         when unplugged.
18637
18638         * gnus-group.el (gnus-group-catchup): Use new
18639         gnus-sequence-of-unread-articles, not
18640         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18641         numbers of articles.  Use gnus-range-map to avoid having to
18642         uncompress the unread list.
18643         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18644         Fix invalid ange-ftp reference.
18645
18646         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18647         (gnus-sorted-range-intersection): Intersection of two ranges
18648         without requiring that they first be uncompressed.
18649
18650         * gnus-start.el (gnus-activate-group): Unless blocked by the
18651         caller, possibly expand the active range to include both cached
18652         and agentized articles.
18653         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18654         multiple version-dependent converters.
18655         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18656         gnus-agent-save-active.
18657         (gnus-save-newsrc-file): Save dirty agent range limits.
18658
18659         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18660         gnus-agent-possibly-alter-active.
18661         (gnus-adjust-marked-articles): Faster handling of simple lists.
18662
18663 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18664
18665         * spam-stat.el (spam-stat-test-directory): New optional argument
18666         displays a list of files detected.  Suggested by Andrew Cohen
18667         <cohen@andy.bu.edu>.
18668         (spam-stat-buffer-words-with-scores): Don't narrow and change
18669         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18670
18671 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18672
18673         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18674         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18675         (spam-spamassassin-arguments)
18676         (spam-spamassassin-spam-flag-header)
18677         (spam-spamassassin-positive-spam-flag-header)
18678         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18679         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18680         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18681         (spam-list-of-processors, spam-list-of-checks)
18682         (spam-list-of-statistical-checks, spam-registration-functions)
18683         (spam-check-spamassassin-headers, spam-check-spamassassin)
18684         (spam-spamassassin-score)
18685         (spam-spamassassin-register-with-sa-learn)
18686         (spam-spamassassin-register-spam-routine)
18687         (spam-spamassassin-register-ham-routine)
18688         (spam-assassin-register-spam-routine)
18689         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18690         (spam-bogofilter-score): Fix to show article before scoring.
18691
18692 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18693
18694         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18695         default scoring function.
18696         (spam-generic-score): Call spam-spamassassin-score if
18697         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18698         spam-bogofilter-score otherwise.
18699
18700         * gnus.el (spam-process, spam-autodetect-methods):
18701         Add spamassassin and spamassassin-headers.
18702
18703 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18704
18705         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18706         Suppress unnecessary messages.
18707
18708 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18709
18710         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18711         make-hash-table.
18712
18713 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * canlock.el (base64-encode-string): Don't autoload it.
18716
18717 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * run-at-time.el: Remove useless (require 'itimer),
18720         eval-and-compile and (featurep 'xemacs).
18721
18722 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18723
18724         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18725         GROUP is a virtual group.
18726
18727 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18728
18729         * gnus.el: Autoload `message-y-or-n-p'.
18730
18731 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18732
18733         * pgg-parse.el: Remove unnecessary (require 'custom).
18734
18735         * pgg-def.el: do.
18736
18737         * nnmail.el: do.
18738
18739         * gnus-undo.el: do.
18740
18741         * gnus-picon.el: do.
18742
18743         * gnus-util.el: do.
18744
18745 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18748
18749 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18752         handle, as well as a list.
18753
18754         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18755         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18756         (mm-w3m-cid-retrieve): Simplify.
18757
18758 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18759
18760         * message.el (message-kill-to-signature): Allow prefix arg to
18761         specify number of lines to keep before signature.
18762
18763 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18764
18765         * message.el (message-kill-to-signature): Change docstring.
18766
18767 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * canlock.el: Always require sha1-el.
18770         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18771
18772         * message.el: Autoload sha1 only when compiling.
18773
18774         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18775         eudc-expand-inline for XEmacs.
18776
18777 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18778
18779         * message.el (message-canlock-generate): Require sha1-el.
18780
18781 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18782
18783         * message.el (message-expand-name): Silence the byte compiler.
18784
18785         * lpath.el: Add detect-coding-system.
18786
18787         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18788         cus-edit.
18789
18790 2004-01-13  Simon Josefsson  <jas@extundo.com>
18791
18792         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18793         Invoke gnus-score-mode.
18794         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18795
18796         * gnus-range.el (gnus-compress-sequence): Doc fix.
18797         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18798
18799 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18800
18801         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18802
18803 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18804
18805         * spam.el (spam-get-article-as-string): Update to use
18806         gnus-request-article-this-buffer, much simpler.
18807         (spam-get-article-as-buffer): Remove.
18808
18809 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18810
18811         * message.el (message-expand-name): Use EUDC if the user uses that.
18812
18813 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18816         character for the encoding to avoid consing a string.
18817
18818         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18819         unnecessarily.
18820
18821         * mm-util.el (mm-replace-chars-in-string): Remove.
18822
18823         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18824         of mm-replace-chars-in-string.
18825
18826 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18827
18828         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18829
18830         * mm-util.el (mm-subst-char-in-string): Support inplace.
18831
18832         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18833         a new string in every iteration.  Use shy groups.
18834
18835 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18838         * gnus-soup.el (gnus-soup-group-brew):
18839         * gnus-msg.el (gnus-put-message):
18840         * gnus-move.el (gnus-group-move-group-to-server):
18841         * gnus-kill.el (gnus-batch-score):
18842         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18843         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18844         (gnus-group-update-group, gnus-group-read-group)
18845         (gnus-group-make-group, gnus-group-make-help-group)
18846         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18847         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18848         (gnus-group-sort-by-unread, gnus-group-catchup)
18849         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18850         (gnus-group-yank-group, gnus-group-set-info)
18851         (gnus-group-list-groups):
18852         * gnus.el (gnus-generate-new-group-name):
18853         * gnus-delay.el (gnus-delay-send-queue):
18854         * nnvirtual.el (nnvirtual-catchup-group):
18855         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18856         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18857         (gnus-group-prepare-topics, gnus-topic-check-topology):
18858         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18859         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18860         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18861         (gnus-group-make-articles-read):
18862         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18863         (gnus-group-change-level, gnus-kill-newsgroup)
18864         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18865         (gnus-get-unread-articles, gnus-make-articles-unread)
18866         (gnus-make-ascending-articles-unread): Use accessor
18867         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18868         to get group information for improved readability.
18869
18870
18871 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * gnus-art.el (article-decode-mime-words, article-babel)
18874         (gnus-article-highlight-signature, gnus-article-add-buttons)
18875         (gnus-signature-toggle): Use gnus-with-article-buffer.
18876
18877         * gnus-art.el (gnus-article-highlight-headers)
18878         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18879
18880         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18881         (gnus-article-set-globals, gnus-request-article-this-buffer)
18882         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18883         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18884         (gnus-mime-display-alternative): Use with-current-buffer.
18885
18886 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18887
18888         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18889         also under 80 char limit, and call gnus-error if needed.
18890         (spam-fetch-article-header): Fix - it was a
18891         buffer-local variable (gnus-newsgroup-data).
18892         (spam-find-spam): Use spam-generate-fake-headers, forget about
18893         spam-insert-fake-headers.
18894         (spam-insert-fake-headers): Remove.
18895
18896 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18897
18898         * deuglify.el (gnus-article-outlook-unwrap-lines)
18899         (gnus-outlook-rearrange-article)
18900         (gnus-outlook-repair-attribution-outlook)
18901         (gnus-outlook-repair-attribution-block)
18902         (gnus-outlook-repair-attribution-other): Remove redundant
18903         save-excursion.
18904
18905 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18908         (spam-fetch-field-subject-fast)
18909         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18910         (spam-fetch-article-header): Add functions to deal with Gnus
18911         internals for fast retrieval of article header data.
18912         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18913
18914 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18915
18916         * pop3.el (pop3-md5): Remove.
18917         (pop3-apop): Replace pop3-md5 with md5.
18918
18919         * mm-bodies.el: base64 is always built-in.
18920
18921         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18922         Use with-current-buffer.
18923
18924 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * canlock.el (canlock-insert-header): Remove excessive grouping in
18927         regexp.
18928
18929         * gnus-sum.el (gnus-summary-read-document): Ditto.
18930
18931         * gnus-uu.el (gnus-uu-part-number): Ditto.
18932
18933         * html2text.el (html2text-remove-tags): Ditto.
18934         (html2text-format-tags): Ditto.
18935         (html2text-format-single-elements): Ditto.
18936
18937         * mml.el (mml-parse-1): Ditto.
18938
18939 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18940
18941         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18942
18943         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18944
18945         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18946
18947         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18948
18949 2003-11-15  Simon Josefsson  <jas@extundo.com>
18950
18951         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18952         (pgg-gpg-lookup-key): Use regexp match instead of
18953         split-string (split-string is different between emacs 21.2 and
18954         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18955
18956 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18957
18958         * gnus-art.el (gnus-mime-view-all-parts)
18959         (gnus-article-part-wrapper, gnus-article-view-part):
18960         Use with-current-buffer.
18961
18962 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18963
18964         * spam.el (spam-disable-spam-split-during-ham-respool)
18965         (spam-spamoracle-database, spam-cache-lookups)
18966         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18967         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18968         (spam-group-ham-marks, spam-group-spam-marks)
18969         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18970         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18971         also add spam-use-blackholes to the statistical checks.
18972         (spam-fetch-field-fast): Add interface to fetching fields, may
18973         become a macro.
18974         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18975         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18976         (spam-insert-fake-headers): Fake an article when needed.
18977         (spam-find-spam): Fake article when possible.
18978         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18979         (spam-check-bogofilter-headers): Use message-fetch-field instead
18980         of nnmail-fetch-field.
18981
18982 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18983
18984         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18985
18986 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18987
18988         * spam.el (spam-split): Do not require spam-use-CHECK to be
18989         enabled if that check is passed to spam-split explicitly; also
18990         fix so 'spam doesn't get converted to spam-split-group when
18991         spam-split-symbolic-return is t.
18992         (spam-find-spam): Find registrations of the article and use those
18993         instead of re-running spam-split to find the spam/ham
18994         classification of the article.
18995         (spam-log-processing-to-registry, spam-log-registered-p)
18996         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18997         Use gnus-error instead of gnus-message.
18998         (spam-log-registration-type): Add function to determine the
18999         classification of a message based on registry entries; will
19000         return nil if both 'spam and 'ham are found.
19001         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19002         a reasonably fast local cache without the loading errors.
19003         (spam-cache-lookups): Set to t by default.
19004         (spam-find-spam): Don't try to guess spam-cache-lookups.
19005         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19006         spam-caches entry.
19007         (spam-filelist-build-cache, spam-filelist-check-cache):
19008         Fix caching of whitelist/blacklist entries.
19009         (spam-check-whitelist, spam-check-blacklist):
19010         Invoke spam-from-listed-p with a type, not a cache variable.
19011         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19012
19013 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19016
19017         * nnmail.el (nnmail-split-fancy): do.
19018
19019         * mml.el (mml-parse): do.
19020
19021         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19022         (gnus-score-adaptive): do.
19023
19024 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19027         (gnus-mime-button-map): Don't set keymap parent.
19028         (gnus-button-ctan-directory-regexp): Use shy grouping.
19029         (gnus-prev-page-map): Don't set keymap parent.
19030         (gnus-prev-page-map): Remove duplicated one.
19031         (gnus-next-page-map): Don't set keymap parent.
19032         (gnus-mime-security-button-map): Ditto.
19033
19034         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19035         version number.
19036
19037         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19038
19039 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * canlock.el (canlock-sha1-function): Remove.
19042         (canlock-sha1-function-for-verify): Remove.
19043         (canlock-openssl-program): Remove.
19044         (canlock-openssl-args): Remove.
19045         (canlock-ignore-errors): Remove.
19046         (canlock-sha1-with-openssl): Remove.
19047         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19048         (canlock-verify): Don't use canlock-ignore-errors.
19049
19050         * sha1-el.el (sha1-string-external): Make it can return a string
19051         in binary form.
19052         (sha1-region-external): Ditto.
19053         (sha1-string-internal): Ditto.
19054         (sha1-region-internal): Ditto.
19055         (sha1-region): Ditto.
19056         (sha1-string): Ditto.
19057         (sha1): Ditto.
19058
19059 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19060
19061         * spam.el (spam-report-articles-gmane): New command.
19062
19063 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19064
19065         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19066
19067         * run-at-time.el (run-at-time-saved): Remove.
19068         (run-at-time): Doc fix.
19069
19070 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19071
19072         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19073         (gnus-summary-limit-map): Add it.
19074         (gnus-summary-make-menu-bar): do.
19075
19076 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19077
19078         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19079         Make attempt at some caching support (done for BBDB only now).
19080         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19081         addresses to be checked.
19082         (spam-clear-cache-BBDB): Add function, to be invoked by
19083         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19084         (spam-check-BBDB): Check and use the caches, if
19085         spam-cache-lookups is on, remove superfluous (provide).
19086
19087 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19088
19089         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19090
19091 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19092
19093         * run-at-time.el (run-at-time-saved): Move to after the definition
19094         of `run-at-time'.
19095
19096         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19097
19098 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19101         mm-w3m-local-map-property.
19102
19103         * mm-view.el (mm-w3m-mode-map): Remove.
19104         (mm-w3m-local-map-property): Remove.
19105         (mm-inline-text-html-render-with-w3m): Don't use
19106         mm-w3m-local-map-property.
19107
19108 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19109
19110         * run-at-time.el: New file.
19111
19112         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19113         under Emacs.
19114
19115         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19116         of gnus-set-text-properties.
19117
19118         * gnus-uu.el (gnus-uu-save-article): Ditto.
19119
19120         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19121
19122         * gnus-cite.el (gnus-cite-parse): Ditto.
19123
19124         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19125         of gnus-.
19126
19127         * gnus-xmas.el (run-at-time): Require run-at-time.
19128
19129         * gnus.el: Change calls to nnheader-run-at-time and
19130         password-run-at-time throughout to use run-at-time directly.
19131
19132         * password.el: Remove definition of run-at-time.
19133
19134         * nnheaderxm.el: Remove definition of run-at-time.
19135
19136 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19137
19138         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19139         in prompt.
19140
19141 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19142
19143         * messagexmas.el (message-xmas-redefine): Alias
19144         `message-make-caesar-translation-table' to
19145         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19146         version.
19147
19148         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19149         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19150         `gnus-xmas-set-text-properties'.
19151         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19152         `gnus-xmas-completing-read'.
19153         (gnus-xmas-completing-read): Removed.
19154         (gnus-xmas-open-network-stream): Removed.
19155
19156         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19157         XEmacs version.
19158
19159         * dns.el (dns-make-network-process): Use `open-network-stream'
19160         instead of `gnus-xmas-open-network-stream'.
19161
19162         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19163
19164         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19165
19166 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19167
19168         * gnus-art.el (gnus-mime-display-alternative)
19169         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19170         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19171         Don't use gnus-local-map-property.
19172
19173         * gnus-util.el (gnus-local-map-property): Remove.
19174
19175         * mm-view.el (mm-view-pkcs7-decrypt):
19176         Replace gnus-completing-read-maybe-default with completing-read.
19177
19178         * gnus-util.el (gnus-completing-read): do.
19179         (gnus-completing-read-maybe-default): Remove.
19180
19181 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19182
19183         * password.el: Only autoload `run-at-time' if not XEmacs.
19184         Only autoload the itimer functions if XEmacs.
19185
19186 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19189         XEmacsen.
19190
19191         * dgnushack.el: Autoload executable-find for XEmacs.
19192
19193 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19194
19195         * gnus-art.el (gnus-read-string): Remove.
19196         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19197         read-string.
19198
19199 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19200
19201         * netrc.el: Autoload password-read.
19202         (netrc): Add configuration group.
19203         (netrc-encoding-method, netrc-openssl-path):
19204         Add variables for encoding and decoding of files with symmetric
19205         ciphers.
19206         (netrc-encode): Add assistant function to encode a file with
19207         netrc-encoding-method.
19208         (netrc-parse): Add interactive parameter, added optional
19209         decoding if netrc-encoding-method is non-nil but otherwise
19210         behavior is standard.
19211         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19212         Do s/encode/encrypt/ everywhere.
19213
19214         * spam.el: Remove executable-find autoload.
19215
19216 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19217
19218         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19219
19220         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19221
19222 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19223
19224         * gnus-art.el (gnus-treat-ansi-sequences)
19225         (article-treat-ansi-sequences): New variable and function.
19226         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19227
19228         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19229         Use it.
19230
19231 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19232
19233         * mm-util.el (mm-quote-arg): Remove.
19234
19235         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19236         shell-quote-argument.
19237
19238         * gnus-uu.el (gnus-uu-command): do.
19239
19240         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19241
19242         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19243         with make-char.
19244
19245         * mm-util.el (mm-make-char): Remove.
19246
19247         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19248         add-minor-mode.
19249
19250         * gnus-undo.el (gnus-undo-mode): do.
19251
19252         * gnus-topic.el (gnus-topic-mode): do.
19253
19254         * gnus-sum.el (gnus-dead-summary-mode): do.
19255
19256         * gnus-start.el (gnus-slave-mode): do.
19257
19258         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19259
19260         * gnus-ml.el (gnus-mailing-list-mode): do.
19261
19262         * gnus-gl.el (gnus-grouplens-mode): do.
19263
19264         * gnus-draft.el (gnus-draft-mode): do.
19265
19266         * gnus-dired.el (gnus-dired-mode): do.
19267
19268         * gnus-ems.el (gnus-add-minor-mode): Remove.
19269
19270         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19271         Replace gnus-char-width with char-width.
19272
19273         * gnus-ems.el (gnus-char-width): Remove.
19274
19275         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19276         Replace gnus-char-width with char-width.
19277
19278         * gnus-ems.el (gnus-char-width): Remove.
19279
19280         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19281         definition.
19282         Remove Emacs 20 hash table compatibility code.
19283
19284         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19285         20 compatibility code.
19286
19287         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19288
19289         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19290
19291         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19292         Replace with point-at-{eol,bol}.
19293
19294         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19295
19296         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19297
19298         * flow-fill.el (fill-flowed-point-at-bol)
19299         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19300
19301         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19302         Replace with point-at-{eol,bol} throughout all files.
19303
19304 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * ntlm.el (ntlm-string-as-unibyte): New macro.
19307         (ntlm-build-auth-response): Use it.
19308
19309         Remove Emacs 20 stuff:
19310         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19311         (butlast, mapc, remove): Remove the compiler macros.
19312         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19313         of delq and copy-sequence.
19314         * gnus-art.el (popup-menu): Remove the compiler macro.
19315         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19316         Emacs 20.
19317
19318 2004-01-05  Simon Josefsson  <jas@extundo.com>
19319
19320         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19321         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19322         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19323         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19324         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19325         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19326         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19327         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19328         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19329         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19330         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19331         string-xor into ntlm-string-xor.
19332         Suggested by Jesper Harder <harder@myrealbox.com>.
19333
19334         * ntlm.el: Don't include poem.
19335
19336         * md4.el (print-int32, print-string-hexa): Remove.
19337         Suggested by Jesper Harder <harder@myrealbox.com>.
19338
19339         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19340
19341         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19342         probably breaks emacs with DL patch, but do we care? Is anyone
19343         still using the DL stuff?)
19344
19345         * sieve-manage.el: Use the password package.
19346         (sieve-manage-read-passwd): Remove.
19347         (sieve-manage-interactive-login): Use password.  Re-add
19348         condition-case around loop.
19349
19350         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19351         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19352         Use the password package.
19353
19354 2003-02-19  Simon Josefsson  <jas@extundo.com>
19355
19356         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19357         token.
19358
19359 2002-08-07  Simon Josefsson  <jas@extundo.com>
19360
19361         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19362         (sieve-manage-authenticators):
19363         (sieve-manage-authenticator-alist): Add some SASL mechs.
19364         (sieve-sasl-auth): New function.
19365         (sieve-manage-cram-md5-auth):
19366         (sieve-manage-plain-auth): Rewrite using SASL library.
19367         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19368         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19369         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19370         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19371
19372 2004-01-05  Simon Josefsson  <jas@extundo.com>
19373
19374         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19375         New files.
19376
19377 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19378
19379         * gnus-group.el (gnus-no-groups-message): Update.
19380
19381         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19382
19383 2003-11-09  Simon Josefsson  <jas@extundo.com>
19384
19385         * imap.el: Support for ID IMAP extension (RFC 2971).
19386         (imap-local-variables): Add imap-id.
19387         (imap-id): New variable.
19388         (imap-id): New function.
19389         (imap-parse-response): Parse untagged ID response.
19390         * nnimap.el (nnimap-id): New variable.
19391         (nnimap-open-connection): Use it.
19392
19393 2003-12-28  Simon Josefsson  <jas@extundo.com>
19394
19395         * gnus-score.el (gnus-score-edit-all-score): New.
19396         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19397
19398 2004-01-04  Simon Josefsson  <jas@extundo.com>
19399
19400         * password.el: Add.
19401
19402 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19403
19404         * dns.el (dns-query-types): Fix typo.
19405         (dns-query-types): New function.
19406         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19407         PTR and SOA replies, see RFC 1035.
19408
19409 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19410
19411         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19412
19413         * Move to Changelog.2.
19414
19415 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19416
19417         * gnus.el (gnus-version-number): Bump version.
19418
19419 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19420
19421         * gnus.el: No Gnus v0.1 is released.
19422
19423 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19424
19425         * gnus.el: No Gnus v0.0 is released.
19426
19427 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19428
19429         * gnus.el (gnus-version-number): Bump.
19430         (gnus-version): No.
19431
19432 See ChangeLog.2 for earlier changes.
19433
19434     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19435       Free Software Foundation, Inc.
19436
19437   This file is part of GNU Emacs.
19438
19439   GNU Emacs is free software: you can redistribute it and/or modify
19440   it under the terms of the GNU General Public License as published by
19441   the Free Software Foundation, either version 3 of the License, or
19442   (at your option) any later version.
19443
19444   GNU Emacs is distributed in the hope that it will be useful,
19445   but WITHOUT ANY WARRANTY; without even the implied warranty of
19446   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19447   GNU General Public License for more details.
19448
19449   You should have received a copy of the GNU General Public License
19450   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19451
19452 ;; Local Variables:
19453 ;; coding: utf-8
19454 ;; fill-column: 79
19455 ;; add-log-time-zone-rule: t
19456 ;; End: