* shr-color.el: Require cl when compiling.
[gnus] / lisp / ChangeLog
1 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr-color.el: Require cl when compiling.
4
5         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6         checkin.
7
8         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9
10         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
11
12         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
13         'add and 'delete to set backend marks.
14
15         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
16
17         * nnheader.el (nnheader-update-marks-actions): Refactor out.
18
19         * nntp.el (nntp-request-set-mark): Use it.
20
21         * nnfolder.el (nnfolder-request-set-mark): Ditto.
22
23         * nnml.el (nnml-request-set-mark): Ditto.
24
25         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
26         introduces regressions in article selection.
27         (nnimap-find-uid-response): New function.
28         (nnimap-request-accept-article): Use the UID returned, if any.
29         (nnimap-request-move-article): Use the UID returned, if any.
30         (nnimap-get-groups): Reimplement to work with folded lines.
31         (nnimap-find-uid-response): The UID is the last element in the list.
32         (nnimap-request-set-mark): Extend syntax with 'set.
33
34         * nnml.el (nnml-request-set-mark): Ditto.
35
36         * nnfolder.el (nnfolder-request-set-mark): Ditto.
37
38         * nntp.el (nntp-request-set-mark): Ditto.
39
40 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * message.el (message-called-interactively-p): A temporary macro.
43         (message-goto-body): Use it temporarily.
44
45 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
48         (nnimap-last-response-string): Unfold quoted lines, if they exist.
49         (nnimap-last-response-string): Fix last unfolding fix.
50
51 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * shr.el (shr-insert): Fix the way to fold lines.
54
55 2010-11-25  Julien Danjou  <julien@danjou.info>
56
57         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
58
59         * color.el: Rename from color-lab.el
60         (color-rgb->hex): Add.
61         (color-complement): Add.
62         (color-complement-hex): Add.
63
64         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
65
66 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * shr-color.el (shr-color-visible): Don't bug out if the colour names
69         don't exist.
70
71 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
74         assuming that article displaying or another mml-preview may be
75         interrupted for an error or for the like.
76
77         * shr.el (shr-get-background): Fix argument name.
78
79 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
82
83         * gnus-sum.el (gnus-summary-include-articles): New function.
84
85         * message.el (message-goto-body): called-interactively-p needs a
86         parameter, so use `any'.
87
88         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
89         clear marks before moving, since they're synced from the Gnus side
90         first.
91
92         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
93         (gnus-summary-move-article): Copy over all marks before moving, so that
94         IMAP doesn't think a new article has arrived.
95
96 2010-11-24  Julien Danjou  <julien@danjou.info>
97
98         * shr.el (shr-insert-background-overlay): Fix typo.
99         (shr-render-td): Copy the background before rendering.
100
101         * shr-color.el (shr-color-visible): Fix docstring.
102
103         * shr.el (shr-tag-table): Add bgcolor support.
104         (shr-render-td): Add bgcolor support.
105         (shr-get-background): Add.
106         (shr-insert-foreground-overlay): Use shr-get-background.
107
108         * message.el (message-goto-body): Use called-interactively-p.
109         (message-in-body-p): message-goto-body returns point.
110
111 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
114         Fixes something or other in Emacs 23, and is backwards compatible.
115
116         * message.el (message-goto-body): Remove the <#secure special-casing,
117         which is too special.
118
119         * shr.el (shr-parse-style): Drop !important from styles.
120
121 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
122
123         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
124         this function to return incorrect results when calling it with an
125         explicit article argument different from
126         (gnus-summary-article-number).
127
128 2010-11-24  Julien Danjou  <julien@danjou.info>
129
130         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
131         (shr-tag-body): Add background support.
132         (shr-descend): Add background support.
133         (shr-tag-title): Add.
134
135         * shr-color.el (shr-color-visible): Really return original background
136         if fixed.
137
138 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * shr.el (shr-color-check): Protect against non-existant colour names.
141
142 2010-11-24  Julien Danjou  <julien@danjou.info>
143
144         * color-lab.el: Require 'cl when compiling.
145
146         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
147
148         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
149         matched part.
150
151         * color-lab.el: Fix all expt calls to use float type.
152
153 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
156         expression to shr-color-check as is.
157
158         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
159
160         * color-lab.el: Add coding cookie.
161         (float-pi): Use eval-and-compile.
162
163         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
164         compiled for Emacsen having no `libxml-parse-html-region' support.
165
166 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * shr.el (shr-insert-color-overlay): Split stuff like
169         "#444444 !important" to find the real colour.
170         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
171         parse <font color="red"> entries.
172
173 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
174
175         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
176         point when parsing headers.
177
178         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
179         is positioned properly when parsing headers.
180
181 2010-11-23  Julien Danjou  <julien@danjou.info>
182
183         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
184
185         * shr-color.el (shr-color->hexadecimal): Add support for color names.
186
187         * shr.el (shr-parse-style): Replace \n with space in style parsing.
188
189         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
190         shr-color-hue-to-rgb.
191         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
192
193 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * shr.el (shr-color->hexadecimal): Autoload.
196         (shr-descend): Add color to all tags.
197
198 2010-11-22  Julien Danjou  <julien@danjou.info>
199
200         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
201         shr-color->hexadecimal.
202
203         * shr-color.el (shr-color->hexadecimal): Add converting functions for
204         RGB() or HSL() color representation.
205
206         * shr.el (shr-tag-font): Add.
207         (shr-tag-color-check): New function to get better colors.
208         (shr-tag-insert-color-overlay): Factorize code between tag-font and
209         tag-span.
210
211         * shr-color.el: New file.
212
213         * color-lab.el: New file.
214
215         * gnus-art.el (gnus-url-mailto): Do not downcase args.
216
217 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el: Fix typo in comments.
220         (nnir-run-imap): Simplify code. No need to reverse artlist.
221         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
222
223 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
226
227         * nnimap.el (nnimap-get-capabilities): Refactor out.
228         (nnimap-open-connection): Re-request capabilities after STARTTLS.
229
230 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
231
232         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
233         appearing when `mm-uu-hide-markers' is nil.
234
235 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-unselect-group): Make into its own function.
238         (nnimap-request-rename-group): Unselect group before renaming.
239         This had gotten lost somewhere.
240         (nnimap-request-accept-article): Keep track of examined groups, and
241         unselect the group before APPENDing to read-only groups.
242         (nnimap-request-move-article): Clear flags before moving so that they
243         can be re-set later.
244
245 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
248         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
249
250 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * gnus-art.el (gnus-mime-display-single)
253         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
254         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
255         parameter.
256
257 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
260         (shr-table-vertical-line): New variable.
261         (shr-insert-table): Use it.
262
263 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-html.el (gnus-html-wash-images): Don't display images if
266         gnus-inhibit-images is non-nil; register displayer for cid images.
267         (gnus-html-display-image): Work for cid image.
268         (gnus-html-insert-image): Allow arguments.
269         (gnus-html-put-image): Inhibit read-only.
270         (gnus-html-prefetch-images): Don't prefetch images if
271         gnus-inhibit-images is non-nil.
272
273 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * shr.el (shr-put-image): Break lines when inserting big pictures.
276
277 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
278
279         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
280         sender, thanks Katsumi Yamaoka.
281
282 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
283
284         * nnir.el (nnir-run-imap): Reverse the article list for each group
285         rather than the whole list.
286
287 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * shr.el (shr-image-displayer): Protect function against non-existent
290         image source.
291
292         * gnus-art.el (gnus-inhibit-images): New user option.
293         (gnus-mime-display-single): Don't display image if it is non-nil.
294
295         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
296         gnus-inhibit-images.
297
298         * shr.el (shr-image-displayer): New function.
299         (shr-tag-img): Use it.
300
301 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
302
303         * mml2015.el (mml2015-epg-sign): Use From header.
304
305 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-html.el (gnus-html-wash-images): Register a displayer.
308
309         * gnus-util.el (gnus-find-text-property-region): Return markers.
310
311         * shr.el (shr-tag-img): Put a displayer in the text property.
312
313         * gnus-util.el (gnus-find-text-property-region): New utility function.
314
315         * gnus-html.el (gnus-html-display-image): Make the alt optional.
316         (gnus-html-show-images): Remove.
317
318         * gnus-art.el (gnus-article-show-images): New, more general function.
319
320         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
321         image url text properties.
322
323         * shr.el: Ditto.
324
325         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
326         gnus-agent-auto-agentize-methods is set.  Which it isn't.
327
328 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
331         work for two or more articles.
332
333 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
336         divide an image that's in an html article to two or more when washing
337         non-ASCII characters in alt text of it.
338
339 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
342         smime-decrypt-region using function argument.
343         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
344
345         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
346
347         * smime.el (smime-decrypt-region): Catch it.
348
349 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
350
351         * smime.el (smime-mode-map): Move initialization into declaration.
352         (gnus-run-mode-hooks): Don't autoload.
353         (smime-mode): Use define-derived-mode.
354
355 2010-11-11  Glenn Morris  <rgm@gnu.org>
356
357         * smime.el (from): Restrict declaration to XEmacs.
358
359         * nnir.el (gnus-group-topic-name): Autoload.
360
361 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * shr.el (shr-insert): Don't break long line if it is because of
364         kinsoku-bol characters in the line end.
365
366 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
367
368         * nnir.el (nnir-request-move-article): Fix to provide original group
369         and subject.
370         (nnir-warp-to-article): Don't fail on articles whose headers haven't
371         been retrieved.
372
373         * gnus-sum.el (gnus-summary-move-article): Use original group and
374         subject for virtual articles such as those in an nnir summary buffer.
375
376 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
379         least 21.5).
380
381         * smime.el (from): Declare it again for XEmacs.
382
383 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * message.el (message-resend): Don't disable encoding unless it's
386         already encoded.
387
388         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
389         low-numbered articles.
390
391 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * rfc2047.el (rfc2047-syntax-table): Simplify.
394
395         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
396
397         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
398         set-char-table-range for XEmacs.
399
400 2010-11-10  Glenn Morris  <rgm@gnu.org>
401
402         * time-date.el (time-to-seconds): Always an alias on Emacs,
403         never a real function.
404         (with-no-warnings): Remove compat stub, now unused.
405         (time-less-p): Doc fix.
406         (time-to-number-of-days): Simplify.
407
408         * smime.el (from): Remove unused declaration.
409
410         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
411         (gnus-float-time): On Emacs, always an alias.
412
413         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
414         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
415
416 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * dgnushack.el: Don't use ignore-errors in the top level form since it
419         is unavailable in XEmacs even if cl is loaded.
420
421         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
422
423 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * shr.el (browse-url-mailto): Autoload.
426
427         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
428
429         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
430         regexp doesn't need quoting.
431
432 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
433
434         * message.el (message-subject-trailing-was-ask-regexp)
435         (message-subject-trailing-was-regexp): Match was: in addition to was.
436
437 2010-11-09  Glenn Morris  <rgm@gnu.org>
438
439         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
440         (nnbabyl-check-mbox): Use point-at-bol.
441
442 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
445
446         * message.el (message-mailto): New function.
447         (message-mailto): Should accept other parameters.
448         (message-mailto): Remove since it duplicates browse-url-mailto
449         functionality.
450
451 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
454         methods.
455         (gnus-read-active-file): Ditto.
456
457         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
458         ": " from the prompt.
459         (gnus-group-make-group): Ditto.
460
461 2010-11-07  Glenn Morris  <rgm@gnu.org>
462
463         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
464         (gnus-bookmark-kill-line): Use point-at-eol.
465
466 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
469         asterisks in From header.
470
471 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
474         string to avoid making the From headers syntactically invalid.
475
476         * message.el (message-send-mail): Don't insert courtesy messages if the
477         message already has List-Post and List-ID messages.
478
479 2010-11-06  Glenn Morris  <rgm@gnu.org>
480
481         * gnus-art.el (gnus-treat-article): Give dynamic local variables
482         `condition', `type', `length' a prefix.
483         (gnus-treat-predicate): Update for above name changes.
484
485 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
486
487         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
488         binding.  Handled by `gnus-summary-refer-thread' instead.
489         (nnir-warp-to-article): New backend function.
490
491         * nnimap.el (nnimap-request-thread): Force dependency updating.
492
493         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
494         (gnus-summary-refer-thread): Rework to improve thread-referral.
495
496         * gnus-int.el (gnus-warp-to-article): New function.
497
498         * gnus-sum.el (gnus-summary-article-map): Bind it.
499
500 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
501
502         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
503         gnus-summary-refer-thread.
504
505         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
506         headers.
507         (gnus-summary-limit-include-thread): Prevent articles in thread from
508         being cut in gnus-cut-threads.
509         (gnus-summary-refer-thread): Limit retrieved headers to those in
510         thread.
511
512 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * message.el (message-send-mail): Use the value of
515         message-courtesy-message from the message buffer.
516
517         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
518
519         * shr.el (shr-browse-url): Implement mailto: URLs.
520
521         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
522         "raw".
523
524         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
525         if it's already selected.
526
527         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
528
529 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
532         to measure the length and truncate alt text.
533
534 2010-11-03  Glenn Morris  <rgm@gnu.org>
535
536         * nndiary.el (nndiary-generate-nov-databases-1)
537         (nndiary-generate-active-info): Rename dynamic variable `files' to
538         something less generic.
539
540 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
541
542         * nnir.el (nnir-request-move-article): Call the underlying backend to
543         move articles from nnir.
544
545 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
548
549 2010-11-02  Julien Danjou  <julien@danjou.info>
550
551         * nnir.el: Remove wais support.
552
553 2010-11-02  Glenn Morris  <rgm@gnu.org>
554
555         * gnus-html.el: Reorder requirements to quieten compiler.
556
557 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
560         properly for XEmacs as well.
561         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
562         (gnus-article-natural-long-line-p): Use window-width rather than
563         frame-width.
564
565 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
566
567         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
568         (nnir-read-parms): Don't modify query.
569         (nnir-run-query): Add ability to search topic on current line.
570         (nnir-get-active): Clean up.
571
572 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
575         degenerate articles.
576
577         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
578         (gnus-print-buffer): Just print the buffer as is, without any copying
579         to a buffer and then re-highlighting.
580
581         * nnimap.el (nnimap-request-group): Store the new updated info.
582         (nnimap-request-group): Select the group when we don't know whether it
583         exists or not.
584
585         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
586         groups.
587
588         * gnus-group.el (gnus-group-find-new-groups): Display all the new
589         groups.
590
591         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
592         groups.
593
594         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
595         long-lines case by only filling the long lines.
596
597         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
598         (bug #7311).
599
600 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * shr.el: No need to declare `declare-function' since shr.el is for
603         only Emacsen that provide `libxml-parse-html-region'.
604
605         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
606         effective only in a file it is referred to.
607
608 2010-11-01  Glenn Morris  <rgm@gnu.org>
609
610         * mm-util.el (gnus-completing-read): Autoload.
611         (mm-read-coding-system): Simplify Emacs definition.
612
613         * nnmail.el (gnus-activate-group):
614         * nnimap.el (gnutls-negotiate):
615         * nntp.el (netrc-parse): Fix declarations.
616
617 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
620         string-match-p in Emacs >=23.
621
622         * gnus-msg.el (gnus-configure-posting-styles)
623         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
624
625 2010-11-01  Glenn Morris  <rgm@gnu.org>
626
627         * nnir.el (declare-function): Add compat stub.
628         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
629         (nnir-run-gmane): Require 'mm-url.
630
631         * mm-util.el (mm-string-to-multibyte): Simplify.
632
633         * shr.el (declare-function): Add compat stub.
634         (url-cache-create-filename): Declare.
635         (mm-disable-multibyte, widget-convert-button): Autoload.
636
637         * smime.el (ldap-search): Declare.
638         (smime-cert-by-ldap-1): Require ldap on Emacs.
639
640         * nnimap.el: Require nnmail, and gnus-sum when compiling.
641         (nnimap-keepalive): Use gnus-float-time.
642
643         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
644         (mail-source-delete-crash-box): Use gnus-float-time.
645
646         * gnus-dired.el (gnus-completing-read): Autoload.
647
648         * mm-view.el (gnus-rescale-image): Autoload.
649
650         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
651
652         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
653
654         * sieve-manage.el: Require 'cl when compiling.
655
656         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
657         (gnus-iswitchb-completing-read): Require iswitchb.
658         (gnus-select-frame-set-input-focus): Silence compiler.
659
660 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * message.el (message-subject-trailing-was-query): Change default to t,
663         since I think that's what most people want.
664
665         * nnimap.el (nnimap-request-accept-article): Erase buffer before
666         appending for easier debugging.
667         (nnimap-wait-for-connection): Take a regexp.
668         (nnimap-request-accept-article): Wait for the continuation line before
669         sending anything unless we're streaming.
670
671         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
672         leave the header washing to take place.
673
674 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
675
676         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
677         regular expression match and replace in posting styles.
678
679 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
680
681         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
682         an entire server.
683         (nnir-get-active): New function.
684         (nnir-run-imap): Use it.
685         (nnir-run-gmane): Who knew, gmane search returns an article score!
686
687         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
688         server on the current line with nnir.
689
690 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
693         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
694         left edge.
695         (gnus-article-foldable-buffer): Skip past the prefix when determining
696         raggedness.
697
698         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
699         the raw article, and change `C-u g' to show the article without doing
700         treatments.
701
702         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
703         on to `gnus-treat-article'.
704         (gnus-inhibit-article-treatments): New variable.
705
706         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
707
708         * gnus-art.el (gnus-treatment-function-alist): Have
709         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
710         (gnus-treat-fill-long-lines): Change default to fill all text/plain
711         sections.
712
713         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
714         parameter.
715         (gnus-article-fill-cited-long-lines): New function.
716         (gnus-article-fill-cited-article): Allow filling only long sections.
717
718         * shr.el (shr-find-fill-point): Don't break lines between punctuation
719         and non-punctuation (like after the apostrophe in "'We").
720
721         * gnus-sum.el (gnus-summary-select-article): Make sure
722         gnus-original-article-buffer is alive.
723
724         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
725         reflect the order they're in in the digest.
726
727         * gnus.el (gnus-group-startup-message): Move point to the start of the
728         buffer.
729
730         * nnimap.el (nnimap-capability): New function.
731         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
732         is set.
733
734 2010-10-31  David Engster  <dengste@eml.cc>
735
736         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
737         conform with changes to gnus-completing-read.
738
739 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * shr.el (shr-tag-img): Output "*" instead of "[img]".
742
743 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
744
745         * nnir.el: Move defvar, defcustom around to keep file organized
746         and keep byte-compiler quiet.
747         (nnir-read-parms): Accept search-engine as arg.
748         (nnir-run-query): Pass search-engine as arg.
749         (nnir-search-engine): Remove.
750
751 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * shr.el (shr-generic): The text nodes should be text, not :text.
754
755         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
756         later in the file.
757
758 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
759
760         * nnir.el: General clean up.  Allow searching with multiple engines.
761         Allow separate extra-parameters for each engine.
762         Batch queries when possible.
763         (nnir-imap-default-search-key,nnir-method-default-engines):
764         Add customize interface.
765         (nnir-run-gmane): New engine.
766         (nnir-engines): Use it.  Qualify all prompts with engine name.
767         (nnir-search-engine): Remove global variable.
768         (nnir-run-hyrex): Restore for now.
769         (nnir-extra-parms,nnir-search-history): New variables.
770         (gnus-group-make-nnir-group): Use them.
771         (nnir-group-server): Remove in favor of gnus-group-server.
772         (nnir-request-group): Avoid searching twice.
773         (nnir-sort-groups-by-server): New function.
774
775 2010-10-30  Julien Danjou  <julien@danjou.info>
776
777         * gnus-group.el: Remove gnus-group-fetch-control.
778
779         * gnus-start.el (gnus-find-new-newsgroups):
780         Remove gnus-check-first-time-used.
781
782         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
783
784 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
785
786         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
787         set on groups that don't have \* permanentflags.
788
789 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
792         control the background color.
793         (shr-tag-img): Ignore very small web bug type images.
794         (shr-put-image): Add help-echo alt texts to the images.
795         (shr-tag-video): Show the video poster image.
796
797 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * shr.el (shr-table-depth): New variable.
800         (shr-tag-table-1): Only insert the images after the top-level table.
801
802         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
803
804         * gnus-util.el (gnus-list-memq-of-list): New function.
805
806         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
807         selected.
808         (nnimap-unsplittable-articles): New slot.
809         (nnimap-new-articles): Use it.
810
811 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
812
813         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
814         move to the previous line on `M-g'.
815
816 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
819         *-request-group, which seems unnecessary.
820
821         * nnimap.el (nnimap-quote-specials): Function copied over from
822         imap.el.
823         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
824         they support that.  Suggested by Tom Regner.
825
826 2010-10-29  Julien Danjou  <julien@danjou.info>
827
828         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
829         defalias.
830         (gnus-summary-delete-marked-with): Remove obsolete defalias.
831
832         * gnus.el: Remove `gnus-nntp-service' variable.
833         (gnus-secondary-servers): Make obsolete.
834         (gnus-nntp-server): Make obsolete.
835
836         * gnus-start.el (gnus-1): Remove x-splash calls.
837
838         * gnus-ems.el (gnus-x-splash): Remove.
839
840         * gnus.el (gnus-group-startup-message): Simplify/update code.
841
842         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
843         definition.
844
845         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
846         capability before doing anything.
847         (gnus-group-insert-group-line): Remove useless
848         gnus-group-remove-excess-properties.
849
850 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
853
854 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
857         config after reselecting.
858
859 2010-10-28  Julien Danjou  <julien@danjou.info>
860
861         * shr.el (shr-put-image): Use point even if only inserting text.
862         (shr-put-image): Save excursion when inserting alt text on non-graphic
863         display, so the behaviour is the same when we are on a graphic display.
864
865         * nnir.el (nnir-run-swish-e): Remove hyrex support.
866
867 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
870         (gnus-mime-copy-part): Check coding system, not charset.
871         (gnus-mime-view-part-externally): Never remove part.
872         (gnus-mime-view-part-internally): Don't remove part here.
873         (gnus-article-part-wrapper): Make sure MIME tag is visible.
874         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
875         multipart/alternative.
876
877         * mm-decode.el (mm-display-part): Take optional arg `force'.
878
879 2010-10-26  Julien Danjou  <julien@danjou.info>
880
881         * gnus-group.el (gnus-group-default-list-level): Add this function to
882         compute the default list level.
883         (gnus-group-default-list-level): Add possibility to use a function.
884
885 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
888
889         * gnus-group.el (gnus-group-completing-read)
890         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
891         gnus-replace-in-string.
892
893 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * shr.el (shr-tag-div): Add.
896
897         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
898
899 2010-10-25  Julien Danjou  <julien@danjou.info>
900
901         * gnus-util.el: Remove `gnus-with-local-quit'.
902
903         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
904
905 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
908         the original article buffer.
909
910 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-request-head): New function.
913         (nnimap-request-move-article): Try to be slighly faster by not
914         requesting the entire message when moving.
915         (nnimap-transform-headers): Don't bug out on bodiless articles.
916         (nnimap-send-command): Have no outstanding messages if the IMAP server
917         doesn't support streaming.
918         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
919
920 2010-10-24  Julien Danjou  <julien@danjou.info>
921
922         * message.el (message-default-headers): Fix type.
923
924 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
927         prefetching images.
928
929         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
930         backend for unknown groups.  This is mainly useful for nnimap groups.
931
932         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
933         group isn't covered by the agent.
934
935 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
936
937         * nnir.el (nnir-method-default-engines): New variable.
938         (nnir-run-query): Use it.
939         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
940         (gnus-summary-nnir-goto-thread): Change group if needed.
941
942         * gnus-group.el (gnus-group-group-map): Add key binding for
943         gnus-group-make-nnir-group.
944
945 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * shr.el (shr-tag-object): Add.
948
949         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
950         original article buffer live.
951         (gnus-summary-select-article-buffer):
952         Mention gnus-widen-article-buffer.
953
954 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * shr.el (shr-tag-strong): Add.
957
958 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
961         group names.  They mess up the group buffer badly.
962
963         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
964
965         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
966         instead of the summary one.
967
968 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * mml.el (mml-preview): Work properly when editing article.
971
972         * gnus-start.el (gnus-read-active-file-1): Don't add method to
973         gnus-have-read-active-file if it's already been in.
974
975 2010-10-22  Tom Tromey  <tromey@redhat.com>
976
977         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
978         gnus-group-completing-read.
979
980 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * message.el (message-mode-map): Don't bind M-; to comment region, to
983         allow the global comment-dwim to work.
984
985 2010-10-21  Julien Danjou  <julien@danjou.info>
986
987         * message.el (message-setup-1): Allow message-default-headers to be a
988         function.
989
990 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * shr.el (shr-tag-table): Simplify.
993
994 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
997         to avoid trying to snarf invalid stuff.
998
999         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1000
1001         * gnus.el (gnus-message-archive-group): Quote value.
1002         (gnus-message-archive-group): Mark as changed.
1003
1004         * shr.el (shr-add-font): Don't put the font properties on the newline
1005         or the indentation.
1006
1007         * message.el (message-fix-before-sending): Change options when sending
1008         non-printable characters.
1009
1010         * gnus.el (gnus-message-archive-method): Change the default to
1011         monthly outgoing groups.
1012
1013         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1014         that have gotten new numbers.
1015
1016         * nnimap.el (nnimap-request-replace-article): New function.
1017
1018 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1021         (nnrss-request-article): Don't use special html washing code.
1022
1023 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * shr.el (shr-tag-table): Remove useless nconc.
1026
1027 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-art.el (article-wash-html): Simplify and remove the charset
1030         stuff.  Use the normal html rendering code instead of the special html
1031         washing code.
1032
1033         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1034         `gnus-w3m' symbols.
1035         (mm-text-html-washer-alist): Remove.
1036
1037         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1038         (mm-inline-media-tests): Remove use.
1039         (mm-text-html-renderer): Change default to the `shr' symbol.
1040
1041         * mm-view.el (mm-inline-text-html): Remove use.
1042
1043         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1044         `gnus-blocked-images' to be a function.
1045         (gnus-article-wash-function): Remove.
1046
1047 2010-10-20  Julien Danjou  <julien@danjou.info>
1048
1049         * spam.el (spam-list-of-processors): Mark as obsolete.
1050
1051         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1052         (nnimap-insert-partial-structure): Fix boundary detection.
1053
1054 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1055
1056         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1057         run file-truename on remote files.  This can be expensive and even
1058         prevent one from editing drafts if some unrelated buffer has a stale
1059         connection.
1060
1061 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1064         kinsoku-eol regardless of shr-kinsoku-shorten.
1065         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1066         (shr-tag-table): Support caption, thead, and tfoot.
1067
1068 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1071         lines.
1072         (shr-save-contents): New command and keystroke.
1073
1074         * nndoc.el (nndoc-type-alist): Add git support.
1075         (nndoc-git-type-p): New function.
1076         (nndoc-transform-git-article): Ditto.
1077         (nndoc-transform-git-headers): Ditto.
1078         (nndoc-transform-git-headers): Generate Subject headers.
1079
1080         * shr.el (shr-parse-style): New function.
1081         (shr-tag-span): Ditto.
1082
1083         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1084         to `G G' to avoid collisions.
1085
1086 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * shr.el: Load kinsoku if necessary.
1089         (shr-kinsoku-shorten): New internal variable.
1090         (shr-find-fill-point): Make kinsoku shorten text line if
1091         shr-kinsoku-shorten is bound to non-nil.
1092         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1093         shr-indentation too when testing if table is wider than frame width.
1094         (shr-insert-table): Use `string-width' instead of `length' to measure
1095         text width.
1096         (shr-insert-table-ruler): Make sure indentation is done at bol.
1097
1098 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1099
1100         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1101         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1102         undecoded network data.
1103
1104 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1107         name in the mode line spec so that the mode line menu works
1108         (bug #2431).
1109
1110         * message.el (message-get-reply-headers): If we're fed `to-address',
1111         then always use that.
1112
1113         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1114         aren't so wide as to need to switch off the edit menu.
1115
1116         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1117         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1118
1119         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1120         `M-g'.
1121         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1122         the permanent marks.
1123
1124 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1125
1126         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1127         Splitting according to references/in-reply-to obeys the ignore-groups
1128         variable, while splitting by sender and subject do not.
1129
1130 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1133         alist, so that we can look for non-Unicode chars.
1134         (article-translate-strings): Allow both character and string maps.
1135
1136 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * shr.el (shr-insert): Don't insert space behind a wide character
1139         categorized as kinsoku-bol, or between characters both categorized as
1140         nospace.
1141
1142 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1143
1144         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1145         headers to gnus-newsgroup-headers.
1146
1147 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * shr.el (shr-tag-img): Don't align images -- since we're not
1150         rescaling, this often leads to ugly displays.
1151
1152 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1153
1154         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1155         duplicates.
1156
1157 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1158
1159         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1160         call.
1161
1162 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus.el: Autoload gnus-html-show-images.
1165
1166         * nnimap.el: Use nnheader-message throughout.
1167
1168         * shr.el (shr-tag-img): Ignore images with no data.
1169
1170 2010-10-15  Julien Danjou  <julien@danjou.info>
1171
1172         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1173         a possibility to disable format=flow encoding when using hard newlines.
1174
1175 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * shr.el (shr-insert): Remove space inserted before or after a
1178         breakable character or at the beginning or the end of a line.
1179         (shr-find-fill-point): Do kinsoku; find the second best point or give
1180         it up if there's no breakable point.
1181
1182 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * nnimap.el (nnimap-open-connection): Message when opening connection
1185         for debugging purposes.
1186
1187         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1188         on every setup buffer call to allow this to change from article to
1189         article.
1190
1191         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1192         buffers where we have a wide table.
1193
1194 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1195
1196         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1197         uses *-request-thread.
1198
1199 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1202         incantation, which is no longer valid.
1203
1204 2010-10-14  Julien Danjou  <julien@danjou.info>
1205
1206         * shr.el: Fix defcustom type (char -> character).
1207
1208 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1211         programs.
1212
1213 2010-10-14  Julien Danjou  <julien@danjou.info>
1214
1215         * shr.el (shr-tag-a): Use url-link as widget type.
1216
1217         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1218         `gnus-group-get-icon'.
1219
1220 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1223         This should make server editing work better.
1224
1225         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1226
1227         * tls.el (tls-program): Remove spurious %s from openssl.
1228
1229         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1230         (nnimap-parse-flags): Fix regexp.
1231
1232         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1233         probably work for CJVK text, too.
1234
1235         * nnimap.el (nnimap-extend-tls-programs): Remove.
1236         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1237
1238         * tls.el (tls-starttls-switches): Remove starttls hack.
1239         (open-tls-stream): Ditto.
1240         (tls-find-starttls-argument): Ditto.
1241
1242 2010-10-13  Julien Danjou  <julien@danjou.info>
1243
1244         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1245         responses.
1246
1247 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1250
1251         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1252         anything in Emacs.
1253
1254         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1255
1256 2010-10-13  Julien Danjou  <julien@danjou.info>
1257
1258         * shr.el (shr-width): Make shr-width a defcustom with default to
1259         fill-column.
1260         (shr-tag-img): Use shr-width rather than fill-column.
1261
1262 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * dgnushack.el (byte-optimize-apply)
1265         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1266
1267         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1268         position when (X-)Faces exist.
1269         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1270         avatars when called interactively.
1271
1272 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1275         gnus-article-x-face-too-ugly is bound.
1276
1277 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1280
1281         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1282         mailbox that doesn't exist.
1283
1284 2010-10-12  Julien Danjou  <julien@danjou.info>
1285
1286         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1287         (shr-get-image-data): Encode URL properly when fetching from cache.
1288         (shr-tag-img): Use aligned-to spaces to align correctly images.
1289
1290         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1291         before inserting the Gravatar.
1292
1293         * shr.el (shr-tag-img): Add align attribute support for <img>.
1294
1295 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-gravatar.el (gnus-art): Require.
1298
1299         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1300         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1301         Remove long obsoleted functions.
1302
1303 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1306
1307         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1308
1309         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1310         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1311         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1312         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1313         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1314         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1315         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1316
1317 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * nnimap.el (nnimap-request-rename-group): Select group read-only
1320         before renaming it.
1321
1322         * shr.el (shr-insert): Fix up the white space only regexp.
1323
1324         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1325         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1326
1327         * shr.el (shr-current-column): New function.
1328         (shr-find-fill-point): New function.
1329
1330 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1331
1332         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1333         numbers.
1334
1335 2010-10-11  Julien Danjou  <julien@danjou.info>
1336
1337         * shr.el (shr-hr-line): Add.
1338         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1339         display hr lines.
1340         (shr-max-columns): Do not change state to nil if we just inserting
1341         spaces.
1342
1343 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1346         select the last group.
1347
1348 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1349
1350         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1351
1352 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1353
1354         * dig.el (dig-mode-map): Declare and define in one step.
1355
1356 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1359         for Gnus.
1360         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1361         (nnimap-update-qresync-info): Mark \Seen articles as read.
1362
1363         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1364         non-variable, too.
1365
1366         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1367         available.
1368         (nnimap-update-info): Rely more on the current active than the param
1369         active to avoid marking articles as read too much.
1370
1371         * auth-source.el (auth-source-create): Use (user-login-name) for the
1372         user name default.
1373
1374         * nnimap.el (nnimap-update-info): If the server doesn't return any
1375         useful info, just use the previous info.
1376         (nnimap-update-info): Prefer old info over start-article.
1377         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1378
1379 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1380
1381         * nnir.el (autoload): Clean up autoloads.
1382         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1383         Use key rather than value.
1384         (nnir-imap-search-other): New variable.
1385         (nnir-read-parm): Use it.
1386         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1387         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1388
1389 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1390
1391         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1392         the process, too.
1393
1394 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * spam.el (gnus-summary-mode-map): Bind to "$".
1397         Suggested by Russ Allbery.
1398
1399         * shr.el: Rework the way things are indented by <li> slightly.
1400
1401         * gnus.el (gnus-group-set-parameter): Fix typo.
1402
1403         * nnimap.el: Start implementing QRESYNC support.
1404
1405 2010-10-09  Julien Danjou  <julien@danjou.info>
1406
1407         * nnir.el (nnir-engines): Fix too many arguments.
1408
1409 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1412         group is the "last", so that the backends like nnfolder actually save
1413         their folders.
1414
1415         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1416         try to use that for the tls stream.
1417         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1418         UIDVALIDITY and find out which groups are read-only and not.
1419         (nnimap-get-flags): Use the same marks parsing code as the rest of
1420         nnimap.
1421
1422 2010-10-09  Julien Danjou  <julien@danjou.info>
1423
1424         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1425
1426         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1427         retrieving gravatars.
1428
1429         * shr.el (shr-table-corner): Add.
1430         (shr-table-line): Add.
1431         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1432
1433 2010-10-08  Julien Danjou  <julien@danjou.info>
1434
1435         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1436
1437 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1438
1439         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1440
1441         * gnus-sum.el (gnus-mark-article-as-unread)
1442         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1443         (gnus-summary-set-bookmark): Use it.
1444
1445         * gnus-msg.el (gnus-setup-message): Use it.
1446
1447         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1448
1449         * gnus.el (gnus-group-remove-parameter): Use it.
1450
1451         * gnus-group.el (gnus-group-make-web-group): Use it.
1452
1453         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1454
1455         * nnregistry.el: Update docs to mention manual.
1456
1457         * gnus-registry.el: Update docs to mention nnregistry.el.
1458         (gnus-registry-initialize): Don't install nnregistry refer method
1459         automatically.
1460         (gnus-registry-install-nnregistry): Remove it.
1461
1462 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * shr.el (shr-insert): Don't insert double spaces.
1465
1466 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-gravatar.el (gnus-treat-from-gravatar)
1469         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1470         called interactively.
1471
1472         * gnus-art.el (gnus-mime-view-part-externally)
1473         (gnus-mime-view-part-internally): Make predicate function passed to
1474         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1475         of a mime type.
1476
1477         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1478
1479 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * shr.el (require): Require cl when compiling.
1482         (shr-tag-hr): New function.
1483
1484         * nnimap.el (nnimap-update-info): Remove double setting of high.
1485         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1486         This makes nnimap work properly on Courier again.
1487
1488         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1489         the variable for backwards compatability.
1490
1491         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1492         the file name before using to avoid setting mm-default-directory to
1493         nil.
1494
1495         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1496         bidning gnus-agent variables.
1497
1498         * shr.el (shr-render-td): Use a cache for the table rendering function
1499         to avoid getting an exponential rendering behaviour in nested tables.
1500         (shr-insert): Rework the line-breaking algorithm.
1501         (shr-insert): Don't leave trailing spaces.
1502         (shr-insert-table): Also insert empty TDs.
1503         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1504
1505 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1506
1507         * gnus-sum.el (gnus-number): Rename from `number'.
1508         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1509         (gnus-summary-limit-children): Update uses correspondingly.
1510
1511 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1514         (gnus-gravatar-transform-address): Don't show avatars of people of
1515         which mail addresses match gnus-gravatar-too-ugly.
1516
1517 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * shr.el (shr-table-widths): Expand TD elements to fill available
1520         space.
1521
1522 2010-10-07  Julien Danjou  <julien@danjou.info>
1523
1524         * nnimap.el (nnimap-request-rename-group): Add this method.
1525
1526 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1529         name from XEmacs' function-arglist.
1530
1531         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1532         gravatar under XEmacs.
1533
1534 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1535
1536         * auth-source.el: Update docs with TODO items.
1537
1538         * gnus-sync.el: Update docs to explain state and plans.
1539
1540         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1541         Hooks for mark updates.
1542         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1543
1544         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1545         hooks with arguments, which is needed for mark update hooks.
1546
1547 2010-10-06  Julien Danjou  <julien@danjou.info>
1548
1549         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1550         was matched.
1551
1552         * sieve-manage.el: Update example in `Commentary'.
1553
1554         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1555
1556         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1557         not 2000.
1558         (sieve-manage-authenticate): Re-add function.
1559
1560 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * shr.el (shr-insert): Get 'space transition right.
1563         (shr-render-td): Only delete space at the end of the TD.
1564
1565         * nnimap.el (nnimap-open-connection): Prepare to support
1566         open-gnutls-stream.
1567
1568         * shr.el: Rearrange function order to be more logical.
1569
1570 2010-10-06  Julien Danjou  <julien@danjou.info>
1571
1572         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1573         (nnrss-discover-feed): Remove 404 URL in docstring.
1574
1575         * nnir.el: Fix Swish-E URL.
1576         Fix Namazu URL.
1577
1578         * message.el (message-change-subject): Remove 404 URL in a comment.
1579
1580 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1583         called interactively.
1584
1585         * gnus-util.el (gnus-remove-if): Allow hash table.
1586         (gnus-remove-if-not): New function.
1587
1588         * gnus-art.el (gnus-mime-view-part-as-type)
1589         * gnus-score.el (gnus-summary-score-effect)
1590         * gnus-sum.el (gnus-read-move-group-name):
1591         Replace remove-if-not with gnus-remove-if-not.
1592
1593         * gnus-group.el (gnus-group-completing-read):
1594         Regard collection as a hash table if it is not a list.
1595
1596 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1599
1600         * shr.el: Document the table-rendering algorithm.
1601
1602 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1605         for Emacsen having no `libxml-parse-html-region' support.
1606
1607 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1610         invalid URLs.
1611
1612         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1613         line-broken.
1614         (shr-tag-img): Ignore image fetching errors.
1615         (shr-overlays-in-region): Compute overlay positions correctly.
1616
1617         * mm-decode.el (mm-shr): Require shr.
1618
1619         * gnus-art.el (gnus-blocked-images): Move variable here.
1620
1621         * shr.el (shr-insert-table): Bind free variable.
1622
1623         * mm-decode.el (mm-shr): Bind shr-content-function.
1624
1625         * shr.el (shr-content-function): New variable.
1626
1627         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1628         added for symmetry.
1629
1630         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1631
1632         * gnus-group.el (gnus-group-make-group): Doc fix.
1633
1634         * nnimap.el (nnimap-request-newgroups): Return success.
1635
1636         * shr.el (shr-find-elements): New function.
1637         (shr-tag-table): Put all the images after the table.
1638         (shr-tag-table): Really inhibit images inside the table.
1639         (shr-collect-overlays): Copy over overlays from the TD elements to the
1640         main document.
1641
1642         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1643         gnus-blocked-images.
1644
1645 2010-10-05  Julien Danjou  <julien@danjou.info>
1646
1647         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1648
1649         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1650         (gnus-html-maximum-image-size): Add this function.
1651         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1652
1653         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1654         server-value of the capability is nil.
1655
1656 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * shr.el (shr-tag-em): Add <EM> tag.
1659
1660 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1661
1662         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1663         customizable.
1664
1665         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1666         handing broken links to browse-url.
1667
1668 2010-10-05  Julien Danjou  <julien@danjou.info>
1669
1670         * gnus-util.el (gnus-emacs-completing-read)
1671         (gnus-iswitchb-completing-read): Use autoload rather than require.
1672
1673 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1676         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1677         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1678         iswitchb-temp-buflist for XEmacs.
1679
1680         * gnus-util.el (gnus-completing-read-function): Exclude
1681         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1682         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1683         XEmacs.
1684
1685         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1686         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1687
1688         * gnus-html.el: Don't require help-fns under XEmacs.
1689         (gnus-html-schedule-image-fetching): Work for XEmacs.
1690
1691         * mm-decode.el (mm-shr): Decode contents by charset.
1692
1693 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1696         unknown.
1697
1698         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1699         (shr-get-image-data): Ensure against the cache file missing.
1700
1701         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1702         for data.
1703
1704         * spam-report.el (spam-report-url-ping-plain): Don't query about
1705         killing the process.
1706
1707         * shr.el (shr-render-td): Protect against too-wide text.
1708
1709 2010-10-04  Julien Danjou  <julien@danjou.info>
1710
1711         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1712         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1713
1714         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1715         retrieved.
1716
1717 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * shr.el (browse-url): Require.
1720         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1721         lines.
1722         (shr-show-alt-text, shr-browse-image): New commands.
1723         (shr-browse-url, shr-copy-url): New commands.
1724
1725         * gnus-sum.el (gnus-widen-article-window): New variable.
1726         (gnus-summary-select-article-buffer): Use it.
1727
1728         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1729         without @ signs.
1730
1731 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1732
1733         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1734
1735 2010-10-04  Julien Danjou  <julien@danjou.info>
1736
1737         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1738         for XEmacs.
1739
1740 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1743
1744         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1745         (nnimap-close-server): Implement.
1746
1747         * dgnushack.el (iswitchb): Require to shut up the compiler.
1748
1749         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1750         (shr-insert): Tweak line breaking.
1751         (shr-insert): Handle <pre> better.
1752         (shr-tag-li): Get <li> indentation right.
1753         (shr-tag-li): Get <li> indentation even righter.
1754         (shr-tag-blockquote): Ensure paragraph start.
1755         (shr-make-table): Tweak table generation.
1756         (shr-make-table): Fix typo.
1757
1758         * shr.el: Implement table rendering.
1759
1760 2010-10-04  Julien Danjou  <julien@danjou.info>
1761
1762         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1763
1764 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (shr-insert): Use string anchors instead of line anchors.
1767
1768 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * shr.el: Add headings.
1771         (shr-ensure-paragraph): Actually work.
1772         (shr-tag-li): Make <ul> prettier.
1773         (shr-insert): Get white space at the beginning/end of elements right.
1774         (shr-tag-p): Collapse subsequent <p>s.
1775         (shr-ensure-paragraph): Don't insert double line feeds after blank
1776         lines.
1777         (shr-insert): \t is also space.
1778         (shr-tag-s): Fix "s" tag name function.
1779         (shr-tag-s): Fix face prop name.
1780
1781 2010-10-03  Julien Danjou  <julien@danjou.info>
1782
1783         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1784
1785         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1786         gnus-window-inside-pixel-edges.
1787
1788         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1789         gnus-ems.
1790
1791         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1792
1793         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1794         function.
1795
1796         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1797         resize choice.
1798
1799 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1802         beginning of the buffer.
1803
1804         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1805         article buffer again.
1806
1807         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1808
1809         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1810         when it's at the start of the buffer.
1811
1812         * shr.el (shr-tag-blockquote): Convert name.
1813         (shr-rescale-image): Use the right image-size variant.
1814
1815         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1816         buffer isn't shown, then select the current article first instead of
1817         bugging out.
1818         (gnus-summary-select-article-buffer): Show both the article and summary
1819         buffers again.
1820
1821         * shr.el (shr-fontize-cont): Protect against regions with no text.
1822         Rename tag functions to shr-tag-* for enhanced security.
1823         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1824
1825 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1826
1827         * shr.el (shr-insert):
1828         * pop3.el (pop3-movemail):
1829         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1830         loaded.
1831
1832 2010-10-03  Glenn Morris  <rgm@gnu.org>
1833
1834         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1835
1836         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1837
1838         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1839
1840         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1841
1842         * gnus-util.el (gnus-make-local-hook): Simplify.
1843
1844 2010-10-02  Julien Danjou  <julien@danjou.info>
1845
1846         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1847         (gnus-ido-completing-read): New function.
1848         (gnus-emacs-completing-read): New function.
1849         (gnus-completing-read): Use gnus-completing-read-function.
1850         Add gnus-completing-read-function.
1851
1852 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * shr.el (shr-insert-document): Autoload.
1855         (shr-img): Be silent.
1856         (shr-insert): Add a newline after every picture before text.
1857         (shr-add-font): Use overlays for combining faces.
1858         (shr-insert): Pass upwards the text start point.
1859
1860         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1861         possible.
1862         (mm-shr): New function.
1863
1864 2010-10-02  Julien Danjou  <julien@danjou.info>
1865
1866         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1867         should go backward.
1868
1869 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1870
1871         * shr.el (shr): Fix typo in provide call.
1872
1873 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * shr.el: New file.
1876
1877         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1878
1879         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1880         completing read.
1881
1882 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1885         we're being queried about.  Suggested by Dan Jacobson.
1886
1887         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1888         Suggested by Jason Eisner.
1889
1890         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1891         table, too.  Suggested by Stefan Wiens.
1892         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1893         the table unnecessary.  Suggested by Stefan Wiens.
1894
1895         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1896         longer needed, and probably doesn't work either, as pointed out by
1897         Stefan Wiens.
1898         (gnus-summary-exit): Remove call to the clearing function.
1899         (gnus-summary-exit-no-update): Ditto.
1900
1901         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1902         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1903         Reported by Stefan Monnier.
1904         (gnus-summary-save-in-rmail): Ditto.
1905
1906         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1907         article buffer, instead of both the article buffer and the summary
1908         buffer.  Sort of suggested by Dan Jacobson.
1909
1910         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1911
1912         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1913         Suggested by Dan Jacobson.
1914
1915         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1916         documentation clearer.
1917
1918         * message.el (message-shorten-references): Comment on the number "21".
1919         Suggested by Stefan Monnier.
1920
1921         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1922         Suggested by Dan Jacobson.
1923
1924         * gnus.el (gnus-large-newsgroup):
1925         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1926
1927         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1928         externalize attachments.  Bug reported by Steve Wen.
1929
1930         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1931         really message anything to the user.
1932
1933         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1934         directly.
1935
1936         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1937         messages in empty groups.
1938
1939 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1940
1941         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1942         non-UIDNEXT group.
1943
1944 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1947         not the value from the collection.
1948
1949         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1950         values.  This sometimes happens on some groups that have no info.
1951         (nnimap-request-newgroups): New function.
1952
1953 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1954
1955         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1956         check into `gnus-registry-initialize'.
1957         (gnus-registry-initialize): Ditto.
1958         Fix and extend header docs.
1959
1960 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1963         regexp backtrace overflows.
1964
1965         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1966         for starttls that tls.el implements; i.e. openssl.
1967
1968         * tls.el (tls-starttls-switches): Give up on using starttls with
1969         gnutls-cli.
1970         (tls-program): Add --insecure to be consistent with the defaults from
1971         openssl s_client.  Now all three commands are insecure.
1972
1973 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * lpath.el: Bind completion-styles-alist for XEmacs.
1976
1977         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1978         (gravatar-create-image): New function that's an alias to
1979         gnus-xmas-create-image, gnus-create-image, or create-image.
1980         (gravatar-data->image): Use it.
1981
1982 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1983
1984         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1985         install the nnregistry refer method.
1986         (gnus-registry-install-hooks): Use it.
1987         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1988         unfollowed groups.
1989
1990 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1991
1992         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1993         expanding threads.
1994
1995 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * nnir.el: Use the server names without suffixes (bug #7009).
1998
1999         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2000         unencrypted to STARTTLS, if possible.
2001
2002 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2003
2004         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2005         headers before superseding.
2006
2007 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * nnrss.el (nnrss-use-local): Add documentation.
2010
2011         * nnimap.el (nnimap-extend-tls-programs): New function.
2012         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2013         (nnimap-wait-for-connection): Accept the greeting from the stupid
2014         output from openssl s_client -starttls, too.
2015
2016         * tls.el (tls-starttls-switches): New variable.
2017         (tls-find-starttls-argument): Use it.
2018         (open-tls-stream): Ditto.
2019
2020         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2021         (netrc-machine): Ditto.
2022
2023         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2024         article number.
2025         (nnimap-split-fancy): New variable.
2026         (nnimap-split-incoming-mail): Use it.
2027
2028         * nntp.el (nntp-server-list-active-group): Document.
2029
2030         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2031         SELECT to get the message-id.
2032
2033         * mail-source.el (mail-sources): Remove webmail support.
2034         (defvar): Ditto.
2035         (mail-source-fetcher-alist): Ditto.
2036         (mail-source-fetch-webmail): Remove.
2037
2038         * webmail.el: Remove -- doesn't seem relevant any more.
2039
2040         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2041
2042         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2043         the \r.
2044
2045 2010-09-30  Julien Danjou  <julien@danjou.info>
2046
2047         * gnus-agent.el (gnus-agent-add-group): Fix call to
2048         gnus-completing-read.
2049
2050 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * nndoc.el (nndoc-retrieve-groups): New function.
2053
2054         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2055         `default', use nnmail-split-methods.
2056         (nnimap-request-article): Downcase the NILs so that they are nil.
2057
2058         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2059         symbol.
2060
2061         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2062         code, since if the user has requested network, that's what they ought
2063         to get.
2064         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2065         (nnimap-split-rule): Mark as obsolete.
2066
2067         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2068         New variable.
2069
2070         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2071         correct slot, too.
2072
2073 2010-09-29  Julien Danjou  <julien@danjou.info>
2074
2075         * gnus.el (gnus-local-domain): Declare variable obsolete.
2076
2077         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2078         Fix history computing.
2079         (gnus-ido-completing-read): Require ido.
2080
2081 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2084         build Gnus.
2085
2086         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2087         when interpreting the structures.
2088         (nnimap-request-accept-article): Add \r\n to the lines to make this
2089         work with Cyrus.
2090
2091         * nndraft.el (nndraft-request-expire-articles): Use the group name
2092         instead if "nndraft".  Fix found by Nils Ackermann.
2093
2094 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2095
2096         * nnregistry.el: Add.
2097
2098 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2099
2100         * nnmail.el (group, group-art-list, group-art):
2101         Remove unneeded directives.
2102
2103 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2106         (mm-mime-charset)
2107         * rfc2047.el (rfc2047-syntax-table)
2108         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2109
2110         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2111         rather than `insert-file-contents' and `eval-region'.
2112
2113         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2114         construction.
2115
2116         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2117
2118         * time-date.el: No need to require cl for Emacs 21.
2119
2120 2010-09-29  Julien Danjou  <julien@danjou.info>
2121
2122         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2123         replacement of `gnus-gravatar-relief' to mimic
2124         `gnus-faces-properties-alist'.
2125         Add :version property.
2126
2127 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * mail-source.el (mail-source-report-new-mail)
2130         * message.el (message-default-mail-headers)
2131         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2132
2133         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2134
2135 2010-09-28  Julien Danjou  <julien@danjou.info>
2136
2137         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2138         mail-address contains the same string as real-name.
2139
2140         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2141         non-blank in header, otherwise it'll get stripped.
2142
2143         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2144         real-name, and then for mail address rather than doing : or , search.
2145
2146 2010-09-27  Julien Danjou  <julien@danjou.info>
2147
2148         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2149         right completing-read function.
2150         (gnus-use-ido): New variable
2151         (gnus-completing-read-with-default): Remove.
2152         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2153         (gnus-agent-add-group):
2154         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2155         * mm-view.el (mm-view-pkcs7-decrypt):
2156         * mm-util.el (mm-codepage-setup):
2157         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2158         * mml-smime.el (mml-smime-openssl-sign-query):
2159         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2160         (mml-insert-multipart):
2161         * gnus-msg.el (gnus-summary-yank-message):
2162         * gnus-int.el (gnus-start-news-server):
2163         * mm-decode.el (mm-interactively-view-part):
2164         * gnus-dired.el (gnus-dired-attach):
2165         * gnus.el (gnus-read-method):
2166         * gnus-bookmark.el (gnus-bookmark-jump):
2167         * gnus-art.el (gnus-mime-view-part-as-type)
2168         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2169         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2170         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2171         * nnmairix.el (nnmairix-create-server-and-default-group)
2172         (nnmairix-update-groups, nnmairix-get-server)
2173         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2174         (nnmairix-get-group-from-file-path):
2175         * nnrss.el (nnrss-find-rss-via-syndic8):
2176         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2177         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2178         (gnus-group-browse-foreign-server):
2179         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2180         (gnus-summary-execute-command, gnus-summary-respool-article)
2181         (gnus-read-move-group-name):
2182         * gnus-score.el (gnus-summary-increase-score)
2183         (gnus-summary-score-effect):
2184         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2185
2186 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2189         x-focus-frame.
2190
2191         * nnimap.el (auth-source-forget-user-or-password)
2192         (auth-source-user-or-password): Autoload.
2193
2194         * message.el (message-from-style, message-interactive)
2195         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2196         (message-yank-prefix, message-indentation-spaces, message-signature)
2197         (message-signature-file): Add comment.
2198
2199 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2202         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2203         new articles.
2204
2205         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2206         parts.
2207         (nnimap-request-article): Work with the t setting, too.
2208
2209         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2210         that you don't get flashes of other buffers.
2211         (gnus-summary-show-complete-article): Intern before setting.
2212
2213 2010-09-27  David Engster  <dengste@eml.cc>
2214
2215         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2216         well as HEADERS.
2217         (nnmairix-retrieve-headers): Provide new argument for the above.
2218
2219 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-sum.el (gnus-summary-move-article): Don't alter
2222         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2223         group.
2224
2225         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2226
2227         * message.el (message-cite-prefix-regexp): Revert my last edit.
2228
2229         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2230         variable instead of the Gnus variable.
2231
2232         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2233
2234         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2235
2236         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2237         since some servers don't like it.
2238         (nnimap-open-connection): Forget credentials if the server says the
2239         password was wrong.
2240         (nnimap-parse-line): Protect against invalid data.
2241
2242         * gnus-sum.el (gnus-summary-move-article): Add comment.
2243         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2244         nothing alters it while scanning for new messages.
2245
2246         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2247         which may or may not help.
2248         (nnimap-open-connection): If we're doing a stream connection, and then
2249         discover we're on a STARTTLS-capable server, then open a STARTTLS
2250         connection instead.
2251
2252 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nnimap.el (utf7): Require.
2255
2256         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2257         prefix.
2258
2259 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2260
2261         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2262
2263 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * nnimap.el (nnimap-request-accept-article): Message the error on
2266         error.
2267
2268 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2271
2272 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * nndoc.el (nndoc-request-list): Return success always.
2275
2276         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2277         `fetch-old' -- we only want to fetch the articles we've requested.
2278         The rest are in the agent, probably.
2279         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2280         disappeared server" to something low.  It's not important.
2281
2282         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2283         arrived before the FETCH data.
2284
2285         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2286         target here, because we don't know the Gnus name of the group.
2287
2288         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2289         for the correct group.
2290
2291         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2292
2293         * gnus.el (gnus): Give a final warning after startup.
2294
2295         * gnus-util.el (gnus-action-message-log): New variable.
2296         (gnus-message): Use it.
2297         (gnus-final-warning): New function.
2298
2299         * nnimap.el (nnimap-open-connection): Record the greeting.
2300         (nnimap): Add greeting.
2301
2302 2010-09-26  Julien Danjou  <julien@danjou.info>
2303
2304         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2305         arguments.
2306         (gnus-html-wash-images): Fix spec computing to include start/end.
2307
2308         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2309
2310 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2313         deletion.
2314         (nnimap-retrieve-headers): Don't select the group, because that's
2315         already done by nnimap-possibly-change-group.
2316
2317         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2318         (gnus-picon-transform-address): Use it.
2319
2320         * mail-source.el (mail-source-value): Revert previous patch.
2321
2322         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2323         on failure.
2324         (nnimap-open-connection): Look up both virtual and physical server name
2325         credentials.
2326
2327         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2328
2329 2009-02-07  Dave Love  <fx@gnu.org>
2330
2331         * tls.el (open-tls-stream): Don't query killing process.
2332
2333 2009-02-08  Dave Love  <fx@gnu.org>
2334
2335         * gnus-win.el (gnus-window-to-buffer-helper)
2336         (gnus-all-windows-visible-p): Function needn't be a symbol.
2337
2338         * mail-source.el (mail-source-value): Function needn't be a symbol.
2339
2340 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * message.el (message-cite-prefix-regexp): Remove } from the cite
2343         prefix.
2344
2345         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2346         highlight again, so that the highlight is correct.
2347
2348         * gnus-picon.el (gnus-picon): Remove again.
2349         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2350
2351         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2352         doing the header highlightling, so that the background colour of the
2353         picon is correct.
2354
2355         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2356         (gnus-picon): Ditto.
2357         (gnus-picon): Reinstate.  The background colour for picons is white.
2358         (gnus-picon-insert-glyph): Make the background white.
2359
2360         * nnml.el (nnml-open-nov): Don't return dead buffers.
2361
2362         * auth-source.el (auth-source-create): Query the user for whether to
2363         store the credentials.
2364
2365         * netrc.el (netrc-store-data): New function.
2366
2367         * auth-source.el (auth-source-user-or-password): Use the existing auth
2368         sources, if any, for creation.
2369
2370         * gnus.el (gnus-group-fast-parameter): Return the last matching
2371         parameter instead of the first matching parameter.
2372
2373 2010-09-26  Julien Danjou  <julien@danjou.info>
2374
2375         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2376
2377 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * mml2015.el (mml2015-use): Remove gpg support.
2380
2381         * mml1991.el (mml1991-function-alist): Remove gpg function.
2382         (mml1991-gpg-sign): Remove.
2383
2384 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2385
2386         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2387         (gnus-browse-unsubscribe-current-group): Document it.
2388         (gnus-browse-unsubscribe-group): Use it.
2389
2390 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2393         address to the To list for easier response.
2394
2395         * gnus.el (gnus-play-startup-jingle): Remove.
2396         (gnus-splash): Don't play jingle.
2397         (gnus): Silence gnus-load message.
2398
2399         * gnus-art.el (gnus-treat-play-sounds): Remove.
2400
2401         * gnus.el (gnus-play-jingle): Remove audio support.
2402
2403         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2404
2405         * earcon.el: Remove -- no users.
2406
2407         * gnus-audio.el: Remove -- no users of this package.
2408
2409         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2410
2411         * gnus-start.el (gnus-setup-news): Remove nocem support.
2412
2413         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2414
2415         * gnus.el (gnus-use-nocem): Remove.
2416
2417         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2418         Remove.
2419
2420         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2421         uses NoCeM any more.
2422
2423         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2424         (gnus-button-ctan-handler): Ditto.
2425         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2426         (gnus-button-ctan-directory-regexp): Ditto.
2427         (gnus-button-handle-ctan): Ditto.
2428         (gnus-button-tex-level): Ditto.
2429         (gnus-button-alist): Remove CTAN stuff.
2430
2431 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2434         nnimap-streaming test.
2435
2436         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2437         servers twice.
2438
2439         * nnimap.el (nnimap-open-connection): Add more error reporting when
2440         nnimap fails early.
2441
2442         * nnheader.el (nnheader-get-report-string): New function.
2443         (nnheader-get-report): Use it.
2444
2445         * gnus-int.el (gnus-check-server): Say what the error was when opening
2446         failed.
2447
2448         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2449         using streaming.
2450
2451 2010-09-25  Julien Danjou  <julien@danjou.info>
2452
2453         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2454         gnus-window-inside-pixel-edges.
2455
2456 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2459
2460         * mm-decode.el (mm-save-part): Allow saving to other directories the
2461         normal Emacs way.
2462
2463         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2464         Suggested by Jay Berkenbilt.
2465
2466         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2467         there isn't a single byte.
2468
2469         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2470         just do it.  It doesn't really seem to matter what the user responds
2471         here, I think, so it's just a confusing question.
2472
2473         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2474         non-streaming case.
2475
2476         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2477         (gnus-article-encrypt-body): Use it.
2478
2479         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2480         keystroke.
2481
2482         * nnimap.el (nnimap-find-wanted-parts-1):
2483         Use gnus-fetch-partial-articles.
2484
2485         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2486
2487         * nnimap.el (nnimap-insert-partial-structure): New function.
2488         (nnimap-get-partial-article): New function.
2489         (nnimap-request-article): Use it.
2490         (nnimap-wait-for-response): Return whether the wait was successful.
2491         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2492         retrieval wasn't successful.
2493         (nnimap-retrieve-group-data-early): Allow throttling servers.
2494         (nnimap-streaming): New variable.
2495         (nnimap-fetch-partial-articles): Remove.
2496
2497         * mm-decode.el (mm-with-part): Protect against killed buffers.
2498
2499         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2500         for prettier summary display.
2501
2502 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2503
2504         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2505
2506 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2509         apparently third-party libraries depend on it.
2510
2511         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2512         before starting negotiation.
2513
2514         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2515         privacy reasons.
2516         (gnus-treat-mail-gravatar): Ditto.
2517
2518         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2519         buffer when inserting images.  Inserting text into the headers, for
2520         instance, can make them invalid.
2521
2522 2010-09-25  Julien Danjou  <julien@danjou.info>
2523
2524         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2525         variables.
2526
2527         * nnheader.el: Remove useless variables news-reply-yank-from and
2528         news-reply-yank-message-id.
2529
2530         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2531         variables.
2532
2533         * mml1991.el: Remove useless mml1991-verbose.
2534
2535         * gnus.el: Remove useless variable gnus-use-generic-from.
2536         Remove obsolete variable gnus-topic-indentation.
2537
2538         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2539
2540         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2541
2542         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2543
2544         * gnus-group.el: Remove useless gnus-group-icon-cache.
2545         Remove useless gnus-ephemeral-group-server.
2546
2547         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2548
2549         * mml2015.el: Remove useless mml2015-verbose.
2550
2551         * mml-smime.el: Remove useless mml-smime-verbose.
2552
2553         * gnus.el: Remove useless gnus-local-domain.
2554
2555         * gnus-gravatar.el (gnus-gravatar-transform-address):
2556         Use gnus-gravatar-size.
2557
2558         * gnus-art.el: Remove useless gnus-treat-translate.
2559
2560 2010-09-24  Julien Danjou  <julien@danjou.info>
2561
2562         * gnus-sum.el: Add support for Gravatars.
2563
2564         * gnus-art.el: Add support for Gravatars.
2565
2566         * gnus-gravatar.el: Add this file.
2567
2568         * gravatar.el: Add this file.
2569
2570 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2573
2574         * gnus-group.el (gnus-group-fetch-faq): Remove.
2575
2576         * gnus.el (gnus-group-faq-directory): Remove.
2577
2578         * gnus-group.el (gnus-group-fetch-charter): Remove.
2579
2580         * gnus.el (gnus-group-charter-alist): Remove.
2581
2582         * gnus-group.el (gnus-group-archive-directory): Remove.
2583         (gnus-group-recent-archive-directory): Ditto.
2584         (gnus-group-make-archive-group): Remove.
2585
2586         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2587
2588         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2589         use the same article number for all the cached articles.
2590
2591         * nnimap.el (nnimap-command): Register the last command time so
2592         that we can use it for idling NOOPs.
2593         (nnimap-open-connection): Start the keeplive timer.
2594         (nnimap-make-process-buffer): Store all the process buffers.
2595         (nnimap-keepalive): New function.
2596
2597         * starttls.el (starttls-open-stream): Add autoload cookie.
2598
2599 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2600
2601         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2602         handling.
2603
2604 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2607         its data structures.
2608
2609         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2610         instead of the cl.el copy-list.
2611         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2612         equalp.
2613
2614 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2617         and tool-bar-local-item-from-menu.
2618
2619         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2620         mode-line-highlight face for Emacs.
2621
2622         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2623         loading gnus-sum.elc; fix comment for canlock-verify.
2624         (gnus-article-jump-to-part): Use read-number.
2625         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2626         Remove Emacs pre-21 compatible code for help-echo.
2627         (gnus-article-next-page-1): No need to adjust the number of lines.
2628         (gnus-article-describe-bindings): Always use help-buffer.
2629
2630         * gnus-audio.el (gnus-audio-inline-sound)
2631         * gnus-cus.el (gnus-custom-mode)
2632         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2633
2634         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2635
2636         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2637         compatible code.
2638
2639 2010-09-24  Glenn Morris  <rgm@gnu.org>
2640
2641         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2642         visiting the fcc file in rmail-mode.
2643
2644         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2645
2646 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * nnir.el: Silence the byte compiler.
2649
2650         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2651         alias to browse-url-url-encode-chars if any.
2652         (gnus-html-encode-url): Use it.
2653
2654 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * gnus-start.el (gnus-use-backend-marks): New variable.
2657         (gnus-get-unread-articles-in-group): Use it.
2658
2659         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2660         makeover.
2661
2662 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2663
2664         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2665
2666 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2669         Remove.
2670         (gnus-setup-news-hook):
2671         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2672
2673         * gnus-int.el (gnus-request-update-info): Protect against backends not
2674         having the function.
2675
2676         * nnimap.el (nnimap-stream): Mention starttls.
2677         (nnimap-open-connection): Add starttls support.
2678
2679 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2680
2681         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2682
2683 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2686         BODYSTRUCTUREs.
2687         (nnimap-transform-headers): Unfold quoted {42} headers.
2688
2689         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2690         the info.
2691         (gnus-get-unread-articles): Only call updatep on backends that support
2692         it.
2693
2694         * nnweb.el (nnweb-request-update-info): NOOP.
2695
2696         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2697
2698         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2699         since it only deals with marks.
2700
2701         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2702         gnus-request-marks, and make a new gnus-request-update-info.
2703
2704         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2705         the active instead of the high number, which is usually too low.
2706
2707 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2708
2709         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2710         * encrypt.el: Remove.
2711
2712 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2715         server in symbolic form.
2716
2717         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2718
2719 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2722         (nnimap-update-info): Fix up code slightly.
2723
2724         * gnus-int.el (gnus-open-server): Add tracing for performance
2725         debugging.
2726
2727         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2728         (gnus-group-insert-group-line): Pass the real group name so that it
2729         gets the right data.
2730
2731         * gnus-start.el (gnus-get-unread-articles): Don't have
2732         `gnus-get-unread-articles-in-group' update info, since that can be
2733         really slow and doesn't seem to be needed?
2734
2735 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2736
2737         * time-date.el (date-to-time): Try using parse-time-string first before
2738         using the slower timezone-make-date-arpa-standard.
2739
2740 2010-09-22  Julien Danjou  <julien@danjou.info>
2741
2742         * gnus-group.el (gnus-group-insert-group-line):
2743         Call gnus-group-highlight-line.
2744         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2745         default hook list.
2746         (gnus-group-update-eval-form): Add new function.
2747         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2748         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2749
2750 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2753         immediate, then expire all articles.
2754         (nnimap-update-info): Fix off-by-one errors.
2755         (nnimap-flags-to-marks): Would return no marks lists for group with no
2756         flags.  Instead return the other data.
2757
2758 2010-09-22  Julien Danjou  <julien@danjou.info>
2759
2760         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2761         Only return an icon.
2762         (gnus-group-insert-group-line): Compute icon to return.
2763
2764         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2765         (gnus-html-image-fetched): Only cache if
2766         gnus-html-image-automatic-caching is set.
2767         (gnus-html-image-fetched): Check for errors.
2768
2769 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2772         once per method on `g'.  This ensures that backends like nnfolder don't
2773         open all their folders.
2774
2775         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2776         (nnimap-request-list): Nix out group in the correct buffer.
2777         (nnimap-parse-flags): Implement by using `read' instead of
2778         hand-parsing.
2779         (nnimap-flags-to-marks): Pass on permanent-flags.
2780         (nnimap-make-process-buffer): Record the server name.
2781         (nnimap-parse-flags): Fix typo.
2782         (nnimap-request-scan): Run split on the server in general, not just a
2783         single group.
2784
2785         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2786         parameter, and propagate this downwards.
2787
2788         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2789         since EXAMINE changes it on the server.
2790
2791         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2792         this command might take a while.
2793
2794 2010-09-22  Julien Danjou  <julien@danjou.info>
2795
2796         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2797         harmful if you have 2 images side-by-side, they can't be properly
2798         update on text deletion.  Using text-property is safer here.
2799         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2800         data.
2801
2802 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * nnimap.el (nnimap-expunge-inbox): Remove.
2805         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2806         (nnimap-expunge): Flip default to t.
2807
2808         * gnus.el (gnus-method-to-server): Don't push things to the cache
2809         unless it's unique.
2810         (gnus-server-to-method): Ditto.
2811
2812 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2815
2816 2010-09-22  Julien Danjou  <julien@danjou.info>
2817
2818         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2819         get the start of data.
2820         (gnus-html-encode-url): Add this function to encode special chars in
2821         URL.
2822         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2823         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2824
2825         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2826         default.
2827         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2828
2829         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2830         images alt-text.
2831         (gnus-html-put-image): Put alt-text as help-echo.
2832
2833 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2836         * mm-util.el (mm-decompress-buffer)
2837         * nnir.el (nnir-run-find-grep)
2838         * pop3.el (pop3-list): Use 3rd arg of split-string.
2839
2840         * time-date.el (format-seconds): Comment fix.
2841
2842         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2843         and byte-optimize-form-code-walker.
2844         (dgnushack-make-auto-load): Don't advise make-autoload.
2845
2846         * lpath.el: Remove Emacs 21 stuff.
2847
2848 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2851         outside the active range.  Suggested by Dan Christensen.
2852
2853         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2854         slightly later to avoid double-getting it.
2855
2856         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2857         previous patch.
2858
2859         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2860
2861 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2862
2863         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2864
2865 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus-int.el (gnus-open-server): Give a better error message in the
2868         "go offline" case.
2869
2870         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2871         marks for nnimap, which is seldom the right thing to do.
2872
2873         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2874         (gnus-same-method-different-name): New function.
2875
2876         * nnimap.el (parse-time): Require.
2877
2878         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2879         method in the presence of many similar methods.
2880
2881         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2882
2883         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2884         nnml-inhibit-expiry.
2885
2886         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2887         find out whether methods are equal.
2888
2889         * nnimap.el (nnimap-find-expired-articles): New function.
2890         (nnimap-process-expiry-targets): New function.
2891         (nnimap-request-move-article): Request the article before looking at
2892         what the Message-ID is.  Fix found by Andrew Cohen.
2893         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2894
2895         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2896         for oldness in addition to being a predicate.
2897
2898         * nnimap.el (nnimap-request-group): When we have zero articles, return
2899         the right data to Gnus.
2900         (nnimap-request-expire-articles): Only delete articles immediately if
2901         the target is 'delete.
2902
2903         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2904         method, this would bug out.
2905
2906         * gnus-group.el (gnus-group-expunge-group): Rename from
2907         gnus-group-nnimap-expunge, and implemented as a normal interface
2908         function.
2909
2910         * gnus-int.el (gnus-request-expunge-group): New function.
2911
2912         * nnimap.el (nnimap-request-create-group): Implement.
2913         (nnimap-request-expunge-group): New function.
2914
2915 2010-09-21  Julien Danjou  <julien@danjou.info>
2916
2917         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2918         (gnus-html-cache-expired): Add new function.
2919         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2920         wethever we should display image for fetch it.
2921         Compute alt-text earlier to pass it to the fetching function too.
2922         (gnus-html-schedule-image-fetching): Change function argument to only
2923         get one image at a time, not a list.
2924         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2925         cache.
2926         (gnus-html-get-image-data): New function to retrieve image data from
2927         cache.
2928         (gnus-html-put-image): Change buffer argument to use image data rather
2929         than file, and place image above region rather than inserting a new
2930         one.  Do not take alt-text as argument, since it's useless now: we place
2931         the image above alt-text.
2932         (gnus-html-prune-cache): Remove.
2933         (gnus-html-show-images): Start to fetch image when we find one, do not
2934         push into a temporary list.
2935         (gnus-html-prefetch-images): Only fetch image if they have expired.
2936         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2937         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2938
2939 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2942
2943 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2946         spec inser "*" if the group isn't active instead of 0.
2947
2948         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2949         opening the server.
2950         (nnimap-request-delete-group): Implement group deletion.
2951         (nnimap-transform-headers): Return the size of the entire message in
2952         the Bytes header, not just the size of the first part.
2953         (nnimap-request-move-article): When moving an article from nnimap,
2954         request the article first so the accepting form has an article to
2955         accept.  Reported by Dan Christensen.
2956         (nnimap-command): Make sure that the error message doesn't error out.
2957
2958 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2959
2960         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2961         we haven't requested anything.
2962
2963 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2966         "".  Fix found by Andrew Cohen.
2967
2968         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2969         instead of -encode-string.
2970
2971 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2974
2975         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2976         by mm-subst-char-in-string.
2977
2978 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2981         waiting for the connection string.
2982
2983         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2984         arriving.
2985
2986         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2987         bogus characters.  This allows selecting certain Gmail groups.
2988
2989         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2990         (nnimap-fetch-partial-articles): New variable.
2991         (nnimap-open-connection): When looking for credentials, also use the
2992         nnimap-server-port.
2993         (nnimap-request-article): Return the group/article number, so that Gnus
2994         `^' works as expected.
2995         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2996
2997         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2998         comments.
2999         (gnus-methods-sloppily-equal): New function.
3000         (gnus): When using the development version of Gnus, load the gnus-load
3001         file.
3002
3003         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3004         `gnus-open-server' on each method before trying to scan them etc.
3005         This ensures that all the backend parameters are set correctly.
3006
3007         * nnimap.el (nnimap-authenticator): New variable.
3008         (nnimap-open-connection): Allow anonymous login.
3009         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3010         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3011
3012         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3013         patch, found by Knut Anders Hatlen.
3014
3015 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3016
3017         * gnus-agent.el (gnus-agent-batch-confirmation)
3018         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3019         to gnus-message.
3020         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3021         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3022         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3023         * gnus-int.el (gnus-open-server): Likewise.
3024         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3025         (gnus-score-check-syntax): Likewise.
3026         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3027         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3028         Likewise.
3029         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3030
3031 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3034         calling conventions so that prefetch doesn't bug out.
3035
3036 2010-09-19  Julien Danjou  <julien@danjou.info>
3037
3038         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3039         rather than `subst-char-in-region' in order to be able to replace ASCII
3040         char by UTF-8 ones.
3041
3042         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3043         than curl.
3044         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3045         the right URL and ALT text on images.
3046         (gnus-html-wash-tags): Fix tag case.
3047         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3048         (gnus-article-html): Add -o display_ins_del=2 option.
3049         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3050
3051 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3054         the extra mail headers, which sometimes seem to happen for unknown
3055         reasons.
3056
3057         * mail-parse.el (mail-header-encode-parameter): Define as
3058         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3059         (or most, perhaps?) mail readers don't understand the latter, but do
3060         understand the former.
3061
3062         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3063         to nil, so that no methods are automatically agentized.  I think this
3064         is probably what most users want.
3065
3066         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3067         from url-retrieve, for instance about invalid URLs.
3068
3069         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3070         groups that have no articles.
3071         (nnimap-request-article): Check that we really got an article when we
3072         requested one.
3073
3074         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3075         doesn't exist.
3076
3077         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3078         nntp buffer so the agent can save it.
3079         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3080         that CRLF doesn't get translated to \n.
3081         (nnimap-open-connection): Don't make 'shell commands only send \n.
3082
3083 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3084
3085         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3086         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3087         Update var name.
3088         (nnml-generate-nov-file): Use dolist.
3089         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3090         Use with-current-buffer.
3091
3092 2010-09-18  Julien Danjou  <julien@danjou.info>
3093
3094         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3095         parallel.
3096
3097 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3100         the range update right.
3101         (nnimap-request-group): Don't make `M-g' bug out on group with no
3102         marks.
3103         (nnoo): Require, so that other packages can require nnimap.
3104         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3105         command we're looking for.  This helps when the server sends more
3106         responses after we've gotten everything we expected.
3107         (nnimap): Add a `newlinep' field to keep track of end-of-line
3108         conventions.
3109         Don't send CRLF to things that don't want it.
3110         (nnimap-request-accept-article): Ditto.
3111
3112 2010-09-18  Julien Danjou  <julien@danjou.info>
3113
3114         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3115         than curl to retrieve images.
3116
3117 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3120         the marks.
3121         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3122         (nnimap-wait-for-connection): New function.
3123         (nnimap-open-connection): If we have PREAUTH, don't query for login
3124         credentials.
3125         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3126         when doing a partial update.
3127
3128 2010-09-18  Julien Danjou  <julien@danjou.info>
3129
3130         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3131         tags.
3132
3133 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnimap.el (nnimap-credentials): New function.
3136         (nnimap-open-connection): Use the new function to look for credentials
3137         also on the numeric equivalents of "imap" and "imaps".
3138
3139         * gnus-start.el (gnus-activate-group): Send the info to
3140         gnus-request-group.
3141
3142         * nnimap.el (nnimap-request-group): Have the "check" version of the
3143         function parse flags and update the info, so that a `M-g' get a total
3144         resync of all flags from the group.
3145
3146         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3147         to allow backends to alter the info on group selection.  Also alter all
3148         the backend -request-group functions to take the parameter.
3149
3150         * nnimap.el (nnimap-store-info): New function.
3151         (nnimap-update-info): Store the info for later usage.
3152         (nnimap-request-group): Use the stored info for the dont-check case, so
3153         that we don't retrieve all marks when we enter a group.
3154
3155         * nnimap.el: Use deffoo instead of defun for interface functions.
3156
3157         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3158         update the group info.  This makes the nndraft groups, for instance, go
3159         back to their old behaviour.
3160
3161         * gnus-sum.el (gnus-select-newsgroup): Indent.
3162
3163         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3164         in.
3165         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3166         nothing.
3167
3168         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3169         from methods that are denied.
3170
3171         * gnus-int.el (gnus-method-denied-p): New function.
3172
3173         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3174         store the password instead of netrc.
3175         (nnimap-open-connection): Don't error out when we can't make a
3176         connections.
3177
3178         * auth-source.el (auth-source-create): In the password prompt, say what
3179         we're querying for.  Also prompt for user name if that hasn't been
3180         given.
3181
3182         * nnimap.el (nnimap-with-process-buffer): Remove.
3183
3184 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3187         method when we're reading from the agent.
3188
3189         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3190
3191         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3192         that's probably most useful for users.
3193
3194         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3195         "failed" all the time.
3196
3197         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3198         ...)) with (with-current-buffer ... ).
3199
3200         * nntp.el (nntp-open-server): Return whether the open was successful or
3201         not.
3202
3203         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3204         select an unread unseen article first.
3205
3206         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3207         /etc/services, supply some sensible port defaults.
3208
3209         * dgnushack.el: Define netrc-credentials.
3210
3211 2010-09-17  Julien Danjou  <julien@danjou.info>
3212
3213         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3214
3215 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3216
3217         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3218         doesn't have any parameters.
3219
3220 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3223         only upcased checks.
3224
3225         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3226
3227         * nnimap.el (nnimap-open-shell-stream): New function.
3228         (nnimap-open-connection): Use it.
3229         (nnimap-transform-headers): Get the number of lines in each message.
3230         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3231         number of lines.
3232         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3233         problem.
3234
3235         * utf7.el (utf7-encode): Autoload.
3236
3237         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3238         to allow the mail splitting to not return a default group.  This is
3239         useful for nnimap, which will leave unmatched mail in the inbox.
3240
3241         * nnimap.el: Rewritten.
3242
3243         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3244         nnimap usage.
3245
3246         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3247         if the move is internal, so that nnimap can do fast internal moves.
3248
3249         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3250         data.
3251         (gnus-read-active-for-groups): Support finishing the early retrieval of
3252         data.
3253
3254         * gnus-range.el (gnus-range-nconcat): New function.
3255
3256         * gnus-int.el (gnus-finish-retrieve-group-infos)
3257         (gnus-retrieve-group-data-early): New functions.
3258
3259 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3262         (nnrss-retrieve-groups):
3263         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3264         (pop3-quit): Use with-current-buffer.
3265
3266 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3269         instead of nnheader-accept-process-output.
3270
3271         * dgnushack.el (dgnushack-compile): Add comment.
3272
3273         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3274
3275         * gnus-html.el (gnus-html-schedule-image-fetching)
3276         (gnus-html-prefetch-images): Replace process-kill-without-query by
3277         gnus-set-process-query-on-exit-flag.
3278
3279 2010-09-16  Romain Francoise  <romain@orebokech.com>
3280
3281         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3282
3283 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3286         parameter to unintern is mandatory-ish in Emacs 24.
3287
3288         * gnus-html.el (gnus-html-schedule-image-fetching)
3289         (gnus-html-prefetch-images): Check for curl before using it.
3290
3291         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3292         depend on curl, which isn't essential.
3293
3294         * imap.el: Revert back to version
3295         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3296         seem problematic.
3297
3298 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3299
3300         * gnus-registry.el (gnus-registry-install-shortcuts):
3301         Explicitly pass `obarray' to `unintern' to avoid a warning.
3302
3303 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3306         change.
3307
3308         * nnrss.el (nnrss-request-list): Remove this function and related
3309         functions, including the moreover stuff.
3310
3311 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * nnrss.el (nnrss-retrieve-groups): New function.
3314
3315 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3316
3317         * .dir-locals.el: Add no-byte-compile cookie.
3318
3319 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * time-date.el (format-seconds): Comment fix.
3322
3323         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3324         for back end that doesn't support request-scan.
3325
3326 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3329         then do request scans from the backends.
3330
3331         * netrc.el (netrc-credentials): New conveniency function.
3332
3333         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3334         avoid running a hook per line, since this takes a lot of time,
3335         profiling shows.
3336         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3337         directly if gnus-visual-p is true.
3338
3339 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3342         groups; replace mapcar with dolist which is a bit faster; pass groups
3343         info to gnus-read-active-file-1.
3344         (gnus-read-active-file-1): Scan only specified groups if the new
3345         optional arg `infos' is given.
3346
3347 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3350
3351         * pop3.el (pop3-movemail): Remove.
3352         (pop3-streaming-movemail): Rename to pop3-movemail.
3353
3354         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3355         don't restrict end-tag searches to the end of the line.
3356
3357 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3360         articles of every unchecked group to t, which means unknown since the
3361         server has never been opened.
3362
3363 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-html.el (gnus-html-show-alt-text): New command.
3366         (gnus-html-browse-image): Ditto.
3367         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3368         to browse the image directly.
3369         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3370         better.
3371
3372         * gnus-async.el (gnus-async-article-callback):
3373         Call `gnus-html-prefetch-images' unconditionally.
3374
3375         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3376         before feeding URLs to curl.
3377
3378 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3381         internal images as deletable by `W D D'.
3382
3383         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3384         (gnus-async-article-callback): Fix typo.
3385
3386 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3389         current line to work around bugs in the output from w3m.
3390
3391         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3392         for groups that want that.
3393
3394         * nntp.el (nntp-wait-for-string): Supply a timeout for
3395         accept-process-output to ensure progress.
3396
3397         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3398         level to get unread articles from, then use that for foreign groups,
3399         too.
3400
3401         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3402         confuses the rest of the function.
3403
3404         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3405         for the methods that support -retrieve-groups, too.
3406
3407         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3408
3409 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3412         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3413
3414         * pop3.el: Require cl when compiling.
3415         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3416
3417 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3420         that aren't going to be activated.
3421         (gnus-get-unread-articles): Fix up the last commit.
3422
3423         * gnus-html.el (gnus-article-html): Allow calling without specifying
3424         the handle.  In that case, dissect the buffer first.
3425
3426         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3427
3428         * nnimap.el (nnimap-open-connection): Revert the change that would look
3429         into authinfo for imaps instead of imap.
3430
3431         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3432         say that you don't want to call gnus-request-group with don-check, but
3433         do check the reponse.  This is for virtual groups only.
3434         (gnus-get-unread-articles): Count the archive groups as secondary, so
3435         that they're activated the same way as before.
3436
3437         * imap.el (imap-message-map): Removed optional buffer parameter, since
3438         no callers use it.
3439         (imap-message-get): Ditto.
3440         (imap-message-put): Ditto.
3441         (imap-mailbox-map): Ditto.
3442         (imap-mailbox-put): Ditto.
3443         (imap-mailbox-get): Ditto.
3444         (imap-mailbox-get): Revert last change for this function.
3445
3446         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3447         case-insensitively.
3448         (nnimap-debug): Remove.
3449
3450         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3451         to use `imap-fetch' instead.  According to the comments, this should be
3452         safe, since all other IMAP clients use the 1:* syntax.
3453         (imap-enable-exchange-bug-workaround): Removed.
3454         (imap-debug): Removed -- doesn't seem very useful.
3455
3456         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3457         mail from a file, and the file doesn't exist.
3458
3459         * imap.el (imap-log): New convenience function used throughout instead
3460         of repeating the same code all over the place.
3461
3462         * pop3.el (pop3-streaming-movemail): Return t for success.
3463
3464         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3465         .authinfo if we're using ssl connection.
3466
3467         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3468         already have if we're in a main Gnus `g' run.
3469
3470         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3471
3472 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3475
3476         * nnmh.el (nnmh-request-list-1): Bind `file'.
3477
3478         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3479         alias to set-process-query-on-exit-flag or process-kill-without-query.
3480         (pop3-open-server): Use it.
3481
3482 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3485         box to the Incoming file.  Fixes mistake in previous checkin.
3486
3487         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3488         request loop (for debugging purposes) removed.
3489
3490         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3491         culprit is more visible.
3492         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3493         (nnml-add-incremental-nov): New functions to do "incremental" nov
3494         updates, where we just append to the end of the existing nov files
3495         without reading/writing them in full.
3496
3497         * mail-source.el (mail-source-delete-crash-box): Really only check the
3498         incoming files once in a while.
3499
3500         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3501
3502         * mail-source.el (mail-source-delete-crash-box): Only check the
3503         incoming files for deletion once per day to save a lot of file
3504         accesses.
3505
3506         * pop3.el (pop3-logon): Fix up unbound variable typo.
3507
3508         * mail-source.el (pop3-streaming-movemail): Autoload.
3509
3510         * pop3.el (pop3-streaming-movemail):
3511         Respect pop3-leave-mail-on-server.
3512
3513         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3514         retrieval.
3515
3516         * pop3.el (pop3-process-filter): Remove unused function.
3517         (pop3-streaming-movemail, pop3-send-streaming-command)
3518         (pop3-wait-for-messages, pop3-write-to-file)
3519         (pop3-number-of-responses): New functions for streaming pop3
3520         retrieval.
3521
3522         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3523         come from no known methods.
3524         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3525         list.
3526
3527         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3528         message sizes.
3529         (pop3-movemail): Use erase-buffer instead of looping and deleting
3530         regions, which seems rather odd.
3531
3532         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3533         file once per `g' run.
3534
3535         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3536         directories.  This makes the draft queue directory work.
3537
3538         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3539         data from the backends, so that we only request the list of groups from
3540         each method once.  This should speed things up considerably.
3541
3542         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3543         detect that it's not implemented.
3544
3545         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3546         we actually do recurse down into the tree, but don't stat all leaf
3547         nodes.
3548
3549         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3550         then say so instead of bugging out.
3551
3552         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3553         files exist before trying to read them.
3554
3555         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3556         around <pre_int>.
3557
3558         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3559
3560         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3561
3562 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * mm-util.el (mm-image-load-path): Just return the image directories,
3565         not all directories in the path in addition to the image directories.
3566         (mm-image-load-path): Maintain a cache of the image directories so that
3567         the `g' command in Gnus doesn't have to stat dozens of directories each
3568         time.
3569
3570         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3571         (gnus-html-wash-tags): Add a new `i' command to insert images.
3572         (gnus-html-insert-image): New command and keystroke.
3573         (gnus-html-redisplay-with-images): New command and keystroke.
3574         (gnus-html-show-images): Rename command.
3575         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3576         spacers.
3577         (gnus-html-wash-tags): Decode entities at the end, so that entities
3578         inside the tags don't mess up the rest of the "parsing".
3579
3580         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3581         so that nnimap methods aren't agentized by default.  There's apparently
3582         many problems related to agent/imap behaviour.
3583
3584         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3585
3586         * gnus-html.el: Doc fix.
3587
3588 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3591         specifier-spec-list for Emacs 21.
3592
3593         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3594         glyph-width and glyph-height instead of display-graphic-p and
3595         image-size; make avoidance of displaying small images work for XEmacs.
3596
3597         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3598         for XEmacs.
3599
3600         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3601         of symbol that holds plist data.
3602         (gnus-process-plist): Remove plist of process after getting it.
3603
3604 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * message.el (message-generate-hashcash): Change default to
3607         'opportunistic if hashcash is installed.
3608
3609         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3610         (gnus-html-put-image): Only call image-size once, since it's somewhat
3611         time-consuming on remote X servers.
3612
3613 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3616         type on data, not a file name.
3617
3618         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3619         window-pixel-edges for Emacs 21.
3620
3621         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3622         decoded contents.
3623         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3624
3625 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3628         group line format, since it isn't very interesting.
3629
3630         * gnus-agent.el (gnus-agent-short-article),
3631         (gnus-agent-long-article): Increase values for these two variables,
3632         since most people are likely to have more network connection and
3633         storage than before.
3634
3635         * gnus.el (gnus-refer-article-method): Change default to 'current.
3636         When referring an article, the common behaviour is to refer it from the
3637         current select method, not the native select method.  The chances of
3638         the native select method having the message in question is rather slim
3639         these days.
3640
3641         * gnus-sum.el (gnus-auto-select-subject): Change default to
3642         `unseen-or-unread'.  I think it's likely that most people want to
3643         select an unseen article over a previously seen, but unread one.
3644
3645         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3646         means that in the article buffer none of the minor mode elements will
3647         be shown, usually, and this is not desirable in most cases.
3648
3649         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3650         that commands like `d' (and the like) go to the next line in the
3651         buffer, instead of the next unread article.  I think this is the
3652         behaviour that is most natural for most users.
3653         (gnus-single-article-buffer): Change default to nil, so that people can
3654         have as many article buffers open as they have summary buffer.  I think
3655         this is the most natural way for the groups to behave.
3656
3657         * message.el (message-generate-new-buffers): Change default to
3658         `unsent', so that all new message buffers start their names with the
3659         string "*unsent", and it's easier to find the buffers if you move from
3660         them.
3661
3662 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3665         small.  They're probably tracking images.
3666         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3667         (gnus-html-rescale-image): Yet another try at getting the image sizing
3668         right.
3669
3670         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3671         nntp-marks-file-name is nil.
3672
3673 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * gnus-html.el (gnus-html-wash-tags)
3676         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3677         Better logging.
3678
3679 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3682
3683         * gnus-html.el (gnus-html-wash-tags): Check the value of
3684         gnus-blocked-images in the summary buffer.
3685
3686 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3689
3690 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3693         like "a", it seems like.
3694         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3695         since it needs to be picked from the correct buffer.
3696
3697         * nnwfm.el: Remove.
3698
3699         * nnlistserv.el: Remove.
3700
3701 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3702
3703         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3704         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3705
3706 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * nnkiboze.el: Remove.
3709
3710         * nndb.el: Remove.
3711
3712         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3713         alt text.
3714         (gnus-html-rescale-image): Try to get the rescaling logic right for
3715         images that are just wide and not tall.
3716
3717         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3718         overshadow variable bindings.
3719
3720 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3721
3722         * gnus-html.el (gnus-html-wash-tags)
3723         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3724         Add extra logging.
3725
3726 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3729         (gnus-max-image-proportion): New variable.
3730         (gnus-html-rescale-image): New function.
3731         (gnus-html-put-image): Rescale images.
3732
3733 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3734
3735         Fix up some byte-compiler warnings.
3736         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3737         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3738         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3739         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3740         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3741         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3742         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3743
3744 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * gnus-html.el (gnus-article-html): Decode contents by charset.
3747
3748 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3751         (gnus-html-frame-width, gnus-blocked-images)
3752         * message.el (message-prune-recipient-rules): Add custom version.
3753         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3754
3755         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3756         functions.
3757
3758         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3759         gnus-process-get.
3760
3761 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3762
3763         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3764         instead of lsub directly.
3765
3766 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * nnwarchive.el: Remove.
3769
3770         * gnus-soup.el: Remove.
3771
3772         * nnsoup.el: Remove.
3773
3774         * nnultimate.el: Remove.
3775
3776         * gnus-html.el (gnus-blocked-images): New variable.
3777
3778         * message.el (message-prune-recipients): New function.
3779         (message-prune-recipient-rules): New variable.
3780
3781         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3782         guess whether a long line is natural text or not.
3783
3784         * gnus-html.el (gnus-html-schedule-image-fetching):
3785         Use gnus-process-plist and friends for compatibility.
3786
3787 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3788
3789         * gnus-html.el: Require packages that define macros used in this file.
3790         (gnus-article-mouse-face): Declare to silence byte-compiler.
3791         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3792         process-get.
3793         (gnus-html-put-image): Use plist-get to avoid getf.
3794         (gnus-html-prefetch-images): Use with-current-buffer.
3795
3796 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gnus-ems.el: Provide compatibility functions for
3799         gnus-set-process-plist.
3800
3801         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3802         header-line-format for XEmacs 21.4.
3803
3804         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3805         * gnus.el (gnus-valid-select-methods)
3806         * message.el (message-send-mail-partially-limit)
3807         * mm-decode.el (mm-text-html-renderer)
3808         * mml.el (mml-insert-mime-headers-always)
3809         * smiley.el (smiley-regexp-alist): Bump custom version.
3810
3811 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-html.el: require mm-url.
3814         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3815         with the url to `url'.
3816         (gnus-html-wash-tags): Support cid: URLs/images.
3817
3818 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3821         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3822         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3823
3824         * gnus-move.el: Remove file, since it doesn't really work.
3825
3826         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3827         UTF-8.  This seems to fix problems with some German web feeds.
3828
3829         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3830         at the top so that the proper colours are applied.
3831
3832         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3833         don't have dots in their names.
3834
3835         * gnus-art.el (gnus-article-view-part): Doc fix.
3836
3837         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3838         XEmacs-compatible.
3839         (gnus-html-put-image): Don't do images on non-graphic displays.
3840
3841         * nnslashdot.el: Remove this unused backend.
3842
3843         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3844         actions.
3845         (gnus-undo-register-1): Revert last change.
3846
3847         * gnus-group.el (gnus-group-completing-read): Protect against not
3848         having completion-styles bound.
3849
3850         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3851         make broken recipients happier.
3852
3853         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3854
3855         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3856         point parameter.
3857
3858         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3859
3860         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3861         completion-styles for group selection.
3862
3863 2009-02-04  Andreas Schwab  <schwab@suse.de>
3864
3865         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3866         headers and regexp-quote the match if necessary.
3867
3868 2009-03-24  Miles Bader  <miles@gnu.org>
3869
3870         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3871         the blinking smiley.
3872
3873 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3874
3875         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3876         blink smiley.
3877
3878 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3881         where the dribbel file lives exists.
3882
3883         * message.el (message-send-mail-partially-limit): Change the default to
3884         nil, since most people don't want this.
3885
3886         * mm-url.el (mm-url-decode-entities): Also decode entities like
3887         &#x3212.
3888
3889 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3890
3891         * gnus-sum.el (gnus-summary-idna-message):
3892         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3893         Hyperlink urls in docstrings with URL `...'.
3894
3895 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3896
3897         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3898         functions.
3899
3900 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3903         say what the mouseover text should be.
3904
3905         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3906         version of the mm-w3m-safe-url-regexp variable to only download images
3907         in the groups where we want that to happen.
3908
3909         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3910
3911         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3912         easier debugging.
3913         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3914         big pictures in the article buffer.
3915
3916         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3917         gnus-article-html.
3918         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3919         w3m.
3920
3921         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3922
3923 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3926         which doesn't exist.
3927
3928         * message.el (message-inhibit-ecomplete): New variable to allow some
3929         function to inhibit ecomplete address storage.
3930         (message-resend): Disable ecomplete message storage when resending
3931         messages.
3932
3933         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3934
3935 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3938         Save excursion while copying, moving, and deleting articles in order to
3939         prevent the cursor from jumping to unforeseen place.
3940
3941 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * lpath.el: No need to bind bookmark-current-buffer,
3944         bookmark-yank-point and bookmark-make-record-function.
3945
3946 2010-08-17  Glenn Morris  <rgm@gnu.org>
3947
3948         * gnus-sync.el: Require gnus components whose functions are used.
3949
3950         * gnus-art.el (bookmark-make-record-function):
3951         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3952         Declare for compiler.
3953
3954         * mm-url.el (mml-compute-boundary): Autoload.
3955
3956 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3959
3960 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3961
3962         Typo fix "hoo4a" -> "hook".
3963
3964         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3965
3966 2010-08-14  Glenn Morris  <rgm@gnu.org>
3967
3968         * gnus-sync.el (gnus-sync): Fix defgroup version.
3969
3970 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3971
3972         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3973
3974         * gnus-sync.el: Fix docs.
3975         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3976         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3977
3978 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         Optimizations for gnus-sync.el.
3981
3982         * gnus-sync.el: Add docs about gnus-sync-backend
3983         possibilities.
3984         (gnus-sync-save): Remove unnecessary message.
3985         (gnus-sync-read): Optimize and show what groups were skipped.
3986
3987 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         Minor bug fixes for gnus-sync.el.
3990
3991         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3992         Don't read the sync on get-new-news.
3993
3994         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3995         quiet.
3996
3997         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3998         (fix typo).
3999
4000 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4001
4002         Make saving and restoring of hidden threads work with overlays.
4003         Patch applied by Ted Zlatanov.
4004
4005         * gnus-sum.el (gnus-hidden-threads-configuration)
4006         (gnus-restore-hidden-threads-configuration): Update to deal with text
4007         properties, rather than searching for a magic character.
4008
4009 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         New gnus-sync.el library for synchronization of marks.
4012
4013         * gnus-sync.el: New library for synchronization of marks.
4014
4015         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4016         renamed from `gnus-registry-grep-in-list'.
4017
4018         * gnus-registry.el (gnus-registry-follow-group-p):
4019         Use `gnus-grep-in-list'.
4020
4021         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4022
4023 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4026         determining charset of text fails.
4027
4028 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * nnmail.el (nnmail-get-new-mail-1): Revert.
4031
4032         * nnml.el (nnml-active-number): Make sure names of newly created groups
4033         in nnml-group-alist are encoded.
4034
4035 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4038         containing non-ASCII characters in active file for nnml back end.
4039
4040 2010-07-24  David Engster  <dengste@eml.cc>
4041
4042         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4043         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4044
4045 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4046
4047         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4048         tag (Bug#6654).
4049
4050 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4053         the article buffer, not the summary buffer.
4054
4055 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4058         Emacs 23 as well.
4059
4060 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4063         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4064
4065 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4066
4067         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4068         Patch applied by Karl Fogel.
4069
4070         * gnus-sum.el (gnus-summary-bookmark-make-record):
4071         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4072
4073 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4074
4075         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4076         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4077         C-w still not working correctly from Article buffers; Thierry's
4078         patch to fix that will be applied after this.
4079
4080         * gnus-art.el (bookmark-make-record-function): New local variable.
4081
4082         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4083         article buffer.
4084         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4085
4086 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4087
4088         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4089         on changes in bookmark.el.
4090
4091 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4094         `no-log' instead of message not to log prompt string.
4095
4096 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4097
4098         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4099         the *other* type of HTML form submission.
4100
4101 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4102
4103         * auth-source.el (auth-source-pick): If choice does not contain a
4104         questioned keyword, set the check to t.
4105
4106 2010-06-12  Romain Francoise  <romain@orebokech.com>
4107
4108         * gnus-util.el (gnus-date-get-time): Move up before first use.
4109
4110 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4113         (gnus-article-edit-part): Bind it to make last part that is substituted
4114         or deleted visible.
4115         (gnus-mime-display-single): Buttonize part of which id equals to
4116         gnus-mime-buttonized-part-id.
4117
4118 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4119
4120         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4121         (gnus-dd-mmm): Use gnus-date-get-time.
4122         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4123         simplify logic.
4124         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4125         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4126
4127 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4128
4129         * auth-source.el (top): Autoload `secrets-list-collections',
4130         `secrets-create-item', `secrets-delete-item'.
4131         (auth-sources): Fix tag string.
4132         (auth-get-source, auth-source-retrieve, auth-source-create)
4133         (auth-source-delete): New defuns.
4134         (auth-source-pick): Rewrite in order to avoid 2 passes.
4135         (auth-source-forget-user-or-password): New parameter USERNAME.
4136         (auth-source-user-or-password): New parameters CREATE-MISSING and
4137         DELETE-EXISTING.  Retrieve password interactively, if needed.
4138
4139 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4140
4141         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4142         deleting unused directories when gnus-expert-user is t.
4143
4144 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4147         for each temp file when gnus-article-browse-delete-temp is ask.
4148
4149 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4150
4151         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4152         Lisp calls to delete-backward-char by calls to delete-char.
4153
4154 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4155
4156         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4157
4158 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4159
4160         * password-cache.el (password-cache-remove): Fix docstring.
4161
4162 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4165         article unless decoding article to be saved.
4166
4167 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4170         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4171         generated within the mm-with-unibyte-current-buffer macro.
4172
4173 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4176         to nil when we're in a mml-preview buffer and no group is selected.
4177
4178 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4179
4180         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4181         when catching the `C-g'.  Reported by "Leo".
4182
4183 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * message.el (message-forward-make-body-plain)
4186         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4187         multibyte-string-p.
4188
4189         * lpath.el: Revert.
4190
4191 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * message.el (message-forward-make-body-mml): Assume original message
4194         is multibyte string; error on unibyte.
4195         (message-forward-make-body-plain): Ditto; don't add excessive newline
4196         in body end.
4197
4198         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4199
4200 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4201
4202         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4203         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4204
4205 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * mm-extern.el (mm-extern-url): Don't use
4208         mm-with-unibyte-current-buffer.
4209         (mm-extern-cache-contents): Use with-current-buffer instead of
4210         save-excursion + set-buffer.
4211
4212 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * mm-util.el (mm-emacs-mule): Remove.
4215
4216 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4217
4218         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4219         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4220         change.
4221
4222 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4225         bind the default value of enable-multibyte-characters to nil.
4226
4227 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * message.el (message-forward-make-body-plain)
4230         (message-forward-make-body-mml):
4231         Don't use mm-with-unibyte-current-buffer.
4232
4233 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4234
4235         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4236
4237 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4238
4239         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4240         (Bug#5592).
4241
4242 2010-05-07  Julien Danjou  <julien@danjou.info>
4243
4244         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4245         it to mm-pipe-part.
4246
4247         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4248         it is given.
4249
4250 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * binhex.el (binhex-decode-region-internal)
4253         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4254         (dns-query)
4255         * nnweb.el (nnweb-gmane-search)
4256         * pgg-parse.el (pgg-parse-armor)
4257         * pgg.el (pgg-verify-region)
4258         * sha1.el (sha1-string-external)
4259         * uudecode.el (uudecode-decode-region-internal)
4260         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4261         XEmacs.
4262
4263         * gnus-art.el (gnus-article-browse-html-parts)
4264         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4265         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4266         make-temp-file.
4267
4268         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4269         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4270         compiling.
4271
4272         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4273         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4274         XEmacs when compiling.
4275
4276         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4277         gnus-pick-mode-off-hook for XEmacs when compiling.
4278         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4279         gnus-binary-mode-off-hook for XEmacs when compiling.
4280
4281         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4282         Return nil if char-charset is not available.
4283
4284         * imap.el (imap-disable-multibyte)
4285         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4286         macros.
4287
4288         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4289         instead of encode-coding-string.
4290
4291         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4292         'xemacs) instead of mm-emacs-mule to switch function definitions.
4293         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4294
4295         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4296         bind temporary-file-directory for XEmacs;
4297         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4298         timer-set-function for XEmacs 21.4 and SXEmacs;
4299         bind timer-list for XEmacs 21.4 and SXEmacs;
4300         fbind char-charset and find-charset-region for non-Mule XEmacs;
4301         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4302         encode-coding-region and encode-coding-string for XEmacs having no
4303         file-coding feature.
4304
4305 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4306
4307         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4308
4309 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4312         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4313
4314 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4315
4316         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4317         alias `jka-compr-delete-temp-file' no longer exists.
4318
4319 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4320
4321         Use define-minor-mode in Gnus where applicable.
4322         * mml.el (mml-mode): Use define-minor-mode.
4323         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4324         (gnus-undo-mode): Use define-minor-mode.
4325         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4326         (gnus-dead-summary-mode): Use define-minor-mode.
4327         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4328         Initialize in declaration.
4329         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4330         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4331         (gnus-mailing-list-mode): Use define-minor-mode.
4332         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4333         (gnus-draft-mode): Use define-minor-mode.
4334         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4335         (gnus-dired-mode): Use define-minor-mode.
4336
4337 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4338
4339         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4340         handles on recursive mml-to-mime translation and check them for
4341         boundary delimiter collisions.  Reported by Greg Troxel.
4342
4343 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4346
4347 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4348
4349         * mm-util.el (mm-find-buffer-file-coding-system):
4350         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4351
4352 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4353
4354         * message.el (message-generate-headers): Record insertion of optional
4355         headers as well.  Otherwise the check to prevent repeated insertion of
4356         optional headers is a no-op.
4357
4358 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4359
4360         * smime.el: Don't mention CVS.
4361
4362         * nnrss.el (nnrss-fetch): Don't mention CVS.
4363
4364         * nnir.el: Don't mention CVS.
4365
4366 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4367
4368         * gnus-sum.el (gnus-summary-bookmark-make-record):
4369         Add `location' field.
4370
4371 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * lpath.el: Fbind bookmark-default-handler,
4374         bookmark-get-bookmark-record, bookmark-make-record-default,
4375         bookmark-prop-get for Emacs <23 and XEmacs.
4376
4377 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4378
4379         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4380         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4381         Use with-current-buffer to silence the byte-compiler.
4382         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4383         bother to require `gnus'.
4384         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4385
4386 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4387
4388         * gnus-sum.el (gnus-summary-bookmark-make-record)
4389         (gnus-summary-bookmark-jump): New functions.
4390         (gnus-summary-mode): Setup bookmark support.
4391
4392 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4393
4394         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4395         if set.
4396
4397 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4400         gnus-article-browse-html-save-cid-image; make it work recursively for
4401         forwarded messages as well.
4402         (gnus-article-browse-html-parts): Work when prefix arg is given.
4403         (gnus-article-browse-html-article): Doc fix.
4404
4405 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4406
4407         * message.el (message-default-mail-headers):
4408         (message-default-headers): Carry the value mail-default-headers over
4409         into message-default-mail-headers, rather than message-default-headers.
4410
4411 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4412
4413         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4414         charset.
4415
4416         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4417         charset into the <meta> tag when the article is encoded to utf-8.
4418
4419 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-art.el (gnus-article-browse-delete-temp-files):
4422         Delete directories as well.
4423         (gnus-article-browse-html-parts): Work for images that do not specify
4424         file names; delete temp directory when quitting; insert header at the
4425         right place; use file: scheme for image files.
4426
4427 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4428
4429         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4430         (gnus-article-browse-html-parts): Use it to make temporary cid image
4431         files in addition to html file so that browser may display them.
4432
4433 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4436
4437 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4440
4441 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * auth-source.el (auth-sources): Change default to be simpler.
4444         Explain about Secret Service API sources.  Improve Customize options.
4445         (auth-source-pick): Change to accept any number of search parameters.
4446         Implement fallbacks iteratively, not recursively.  Add scoring on the
4447         second pass and sort by score.  Call Secret Service API when needed.
4448         (auth-source-user-or-password): Use it.  Call Secret Service API
4449         directly when needed to get the user name and the password.
4450
4451 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4452
4453         * message.el (message-interactive): Doc fix.
4454         (message-qmail-inject-args): Reflow.
4455         (message-kill-to-signature): Fix typo in docstring.
4456
4457         * smiley.el (smiley-buffer): Fix typo in docstring.
4458
4459 2010-03-24  Glenn Morris  <rgm@gnu.org>
4460
4461         * mail-source.el (gnus-message): Declare.
4462         (mail-source-delete-old-incoming): Require gnus-util.
4463
4464 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4467
4468         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4469
4470         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4471         password-cache's default if it is not bound.
4472         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4473         password-cache-expiry's default if it is not bound.
4474
4475         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4476         available in Emacs 21.
4477
4478         * lpath.el: Suppress compiler warnings for:
4479         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4480         XEmacs;
4481         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4482         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4483         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4484
4485 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * auth-source.el (auth-sources): Fix up definition so extra parameters
4488         are always inline.
4489
4490 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4491
4492         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4493         wasn't updated after mismatch.  Clear cached mailbox info correctly
4494         when uidvalidity changes.
4495         (nnimap-group-prefixed-name): New function to avoid some code
4496         duplication.
4497         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4498         (nnimap-request-group): Use it.
4499         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4500         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4501         with many imap folders.  This is done by caching the group status from
4502         the imap server persistently in a group parameter `imap-status'.  (This
4503         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4504         but not persistently, so every Gnus startup was still very slow.)
4505
4506 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4507
4508         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4509         delete the extra newline.  Otherwise editing of :string and :number
4510         types don't work.
4511
4512 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4515         secrets.el dependency.
4516         (auth-sources): Add optional user name.  Add secrets.el configuration
4517         choice (unused right now).
4518
4519 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4520
4521         * gnus-sum.el (gnus-summary-make-menu-bar):
4522         Let `gnus-registry-install-shortcuts' fill in the functions.
4523
4524         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4525         warnings.
4526         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4527         (gnus-registry-install-shortcuts): Populate and use it in a
4528         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4529
4530 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4531
4532         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4533         In-place substitutions for the group name encoding/decoding.
4534         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4535         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4536         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4537         (nnimap-update-unseen, nnimap-request-list)
4538         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4539         (nnimap-request-set-mark, nnimap-split-to-groups)
4540         (nnimap-split-articles, nnimap-request-newgroups)
4541         (nnimap-request-create-group, nnimap-request-accept-article)
4542         (nnimap-request-delete-group, nnimap-request-rename-group)
4543         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4544         `encoded-mbx' for consistency.
4545         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4546         variable `imap-current-mailbox'.
4547
4548         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4549         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4550
4551 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4552
4553         * pop3.el (pop3-display-message-size-flag): Display message size byte
4554         counts during POP3 download.
4555         (pop3-movemail): Use it.
4556         (pop3-list): Implement listing of available messages.
4557
4558 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4559
4560         * nnir.el (nnir-get-article-nov-override-function): New function to
4561         override the normal NOV retrieval.
4562         (nnir-retrieve-headers): Use it.
4563
4564 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4565
4566         * auth-source.el (netrc-machine-user-or-password): Autoload.
4567
4568 2010-03-19  Glenn Morris  <rgm@gnu.org>
4569
4570         Stop message.el from loading about 40 libraries it doesn't always need.
4571         The general approach is to autoload rather than require, and to
4572         require in the specific functions rather than the file.  (Bug#5642)
4573
4574         * gmm-utils.el: Don't require wid-edit.
4575         (widget-create-child-value, widget-convert, widget-default-get):
4576         Autoload.
4577
4578         * gnus-util.el: Don't require time-date, netrc.
4579         (message-fetch-field, gnus-group-name-decode): Declare rather than
4580         autoloading.
4581         (gnus-fetch-field): Require message.
4582         (gnus-decode-newsgroups): Require gnus-group.
4583
4584         * ietf-drums.el: Don't require time-date.
4585
4586         * message.el: Don't require hashcash, canlock, ecomplete.
4587         Do require mail-utils.  Require nnheader only when compiling.
4588         (smtpmail-default-smtp-server): Remove declaration.
4589         (message-send-mail-function): Check smtpmail-default-smtp-server
4590         is bound rather than requiring smtpmail.
4591         (message-auto-save-directory, message-insert-signature):
4592         Use expand-file-name rather than nnheader-concat.
4593         (nnheader-insert-file-contents): Autoload.
4594         (hashcash-wait-async): Declare.
4595         (message-send-mail): Only call gnus-setup-posting-charset if
4596         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4597         (message-send-mail-with-sendmail): Require sendmail.
4598         (canlock-password, canlock-password-for-verify): Declare.
4599         (message-canlock-password): Require canlock.
4600         (nnheader-get-report): Autoload.
4601         (gnus-setup-posting-charset): Declare.
4602         (message-send-news): Require gnus-msg.
4603         (message-make-references, message-make-in-reply-to): Use mail-header-id
4604         rather than the alias mail-header-message-id.
4605         (ecomplete-add-item, ecomplete-save): Declare.
4606         (message-put-addresses-in-ecomplete): Require ecomplete.
4607         (ecomplete-display-matches): Autoload.
4608
4609         * mm-decode.el: Don't require mailcap, gnus-util.
4610         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4611         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4612         Autoload.
4613         (mailcap-mime-extensions): Declare.
4614
4615         * mm-encode.el: Don't require mailcap.
4616         (mailcap-extension-to-mime): Autoload.
4617
4618         * mml-sec.el: Don't require password-cache.
4619
4620         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4621         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4622         (mml-minibuffer-read-type): Require mailcap.
4623         (mml-preview): Require gnus-msg.
4624
4625         * mml1991.el: Require password-cache.
4626         (password-cache-expiry): Remove declaration.
4627
4628         * mml2015.el: Require password-cache.
4629         (password-cache-expiry): Remove declaration.
4630
4631         * nneething.el (mailcap): Require mailcap.
4632
4633         * nnheader.el (declare-function): Add compatibility stub.
4634         (message-remove-header): Declare rather than autoload.
4635         (nnheader-replace-header): Require message.
4636
4637         * nnimap.el (declare-function): Add compatibility stub.
4638         (netrc-parse, netrc-machine-user-or-password): Declare.
4639         (nnimap-open-connection): Require netrc.
4640
4641         * nntp.el (declare-function): Add compatibility stub.
4642         (netrc-parse, netrc-machine, netrc-get): Declare.
4643         (nntp-send-authinfo): Require netrc.
4644
4645         * rfc2047.el: Don't require qp.
4646         (quoted-printable-encode-region, quoted-printable-decode-string):
4647         Autoload.
4648
4649         * sieve-mode.el: Don't require easymenu.
4650         (easy-menu-add-item): Autoload it.
4651
4652         * spam-stat.el (time-to-number-of-days): Autoload it.
4653
4654 2010-03-19  Glenn Morris  <rgm@gnu.org>
4655
4656         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4657
4658 2010-03-18  Glenn Morris  <rgm@gnu.org>
4659
4660         * hashcash.el (declare-function): Remove duplicate definition.
4661
4662 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4663
4664         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4665         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4666         value if any backslash escapes).
4667
4668 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4671         if it is available.  (bug#5647)
4672
4673         * lpath.el: Suppress compiler warning for coding-system-from-name for
4674         Emacs 21 and XEmacs.
4675
4676 2010-03-14  Juri Linkov  <juri@jurta.org>
4677
4678         * hmac-def.el:
4679         * hmac-md5.el:
4680         * netrc.el: Fix keywords.
4681
4682 2010-02-26  Glenn Morris  <rgm@gnu.org>
4683
4684         * message.el (message-send-mail-function): Change the default, so that
4685         it inherits from a customized send-mail-function.  (Bug#5643)
4686
4687 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4688
4689         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4690         shell-command-to-string signals an error (bug#5299).
4691
4692 2010-02-24  Glenn Morris  <rgm@gnu.org>
4693
4694         * message.el (message-smtpmail-send-it)
4695         (message-send-mail-with-mailclient): Doc fixes.
4696
4697 2010-02-16  Glenn Morris  <rgm@gnu.org>
4698
4699         * message.el (message-default-mail-headers): Change the default value
4700         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4701
4702 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4705         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4706
4707 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4708
4709         * time-date.el (date-to-time): Doc fix (Bug#5408).
4710
4711 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4712
4713         * message.el (message-mail): Just pass yank-action on to message-setup.
4714         (message-setup): Handle (FUN . ARGS) form of yank-action.
4715         (message-with-reply-buffer, message-widen-reply)
4716         (message-yank-original): Handle non-buffer values of
4717         message-reply-buffer (Bug#4080).
4718         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4719
4720 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4721
4722         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4723         Fix typo in docstring.
4724
4725 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4726
4727         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4728         response.
4729
4730 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4733
4734         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4735
4736         * message.el (message-check-news-header-syntax): Protect against a
4737         string that `rfc822-addresses' returns when parsing fails.
4738
4739 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4742         (gnus-previous-char-property-change): New functions.
4743
4744         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4745
4746 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4747
4748         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4749         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4750
4751 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4752
4753         * message.el (message-exchange-point-and-mark): Rework last change to
4754         avoid using optional arg of exchange-point-and-mark, for backward
4755         compatibility.
4756
4757 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4758
4759         * message.el (message-exchange-point-and-mark):
4760         Call exchange-point-and-mark with an argument rather than setting
4761         mark-active by hand (Bug#5175).
4762
4763 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * nntp.el (nntp-service-to-port): Work for service expressed with
4766         numeric string; replace [:digit:] with [0-9] for XEmacs.
4767
4768 2009-12-17  Glenn Morris  <rgm@gnu.org>
4769
4770         * gnus-group.el (gnus-bug-group-download-format-alist):
4771         Change emacs entry to debbugs.gnu.org.  Bump :version.
4772
4773 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4774
4775         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4776
4777 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4778
4779         * message.el (message-info): Explain why we use `Info-goto-node'.
4780
4781 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4784
4785 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4786
4787         * message.el (message-completion-in-region): New compatibility function.
4788         (message-expand-group): Use it.
4789
4790 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4793         with no unread article should be listed if the 2nd arg `predicate' is
4794         given.
4795
4796 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4799
4800 2009-11-29  Juri Linkov  <juri@jurta.org>
4801
4802         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4803         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4804         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4805
4806 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4807
4808         * sha1.el (sha1-string-external): default-directory "/" in case
4809         otherwise non-existent.  process-connection-type pipe for touch of
4810         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4811
4812 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4813
4814         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4815         it's comms related and sgml-mode.el has "comm" on that basis too.
4816
4817 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4820         containing tspecial characters if they have been already quoted.
4821
4822 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4823
4824         * dns-mode.el (auto-mode-alist): Purecopy string.
4825
4826 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4827
4828         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4829
4830 2009-10-24  Glenn Morris  <rgm@gnu.org>
4831
4832         * gnus-art.el (help-xref-stack-item): Define for compiler.
4833
4834 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4835
4836         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4837
4838 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4841
4842 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4845         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4846
4847 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4850         (gnus-overlays-in): New alias to overlays-in.
4851
4852         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4853         gnus-overlay-get, and gnus-delete-overlay.
4854         (gnus-summary-show-thread): Make it work as well for systems in which
4855         next-single-char-property-change is not available.
4856         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4857
4858         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4859         (gnus-overlay-get): New alias to extent-property.
4860         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4861
4862         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4863         SXEmacs.
4864
4865         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4866         SXEmacs.
4867
4868 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4871
4872 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4873
4874         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4875         and XEmacs that don't have `remove-overlays'.
4876
4877 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4878
4879         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4880         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4881         selective display.  Use overlays instead.
4882
4883 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4884
4885         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4886
4887 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4888
4889         * spam-stat.el (spam-stat-load): Fix typo in message.
4890
4891 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4892
4893         * dig.el (dig-invoke): Fix typo in docstring.
4894         (query-dig): Reflow docstring.
4895
4896 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4897
4898         * gnus-art.el (gnus-article-encrypt-body):
4899         * message.el (message-check-recipients):
4900         * mm-util.el (mm-codepage-setup):
4901         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4902         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4903
4904 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4905
4906         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4907         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4908         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4909         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4910         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4911
4912 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4913
4914         * dig.el: Add "Keywords: comm", as per net-utils.el.
4915
4916 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4917
4918         * dig.el (dig-mode): Use define-derived-mode.
4919
4920 2009-09-19  Glenn Morris  <rgm@gnu.org>
4921
4922         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4923
4924 2009-09-18  Glenn Morris  <rgm@gnu.org>
4925
4926         * gnus-diary.el (gnus-diary-check-message):
4927         * message.el (message-insert-formatted-citation-line):
4928         * nnbabyl.el (top-level):
4929         * nndiary.el (nndiary-schedule):
4930         Fix typos in condition-case handlers.
4931
4932 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4935         configuration that provides the sole article window in a frame;
4936         position point correctly after deleting a part.
4937
4938 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4939
4940         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4941         (spam-resolve-registrations-routine): Use it to unregister articles
4942         that change status.
4943
4944 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4947         with XEmacs.
4948         (parse-time-string-chars): Use it.
4949
4950 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         * imap.el (imap-interactive-login): Better messages.
4953         (imap-open): Fix bug with renamed buffer on reconnect.
4954         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4955         for easier debugging and cleaner code.  On successful (guessed based on
4956         server capabilities) secondary authentication, set imap-state
4957         correctly.
4958         (imap-last-authenticator): Define imap-last-authenticator as a variable
4959         to avoid warnings.
4960
4961 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * nnrss.el (nnrss-request-article): Remove binding of
4964         default-enable-multibyte-characters that has gotten needless by
4965         the 2007-07-13 change in rfc2047-encode-message-header.
4966
4967         * mml.el (mml-insert-multipart): Error on the message header.
4968         (mml-insert-part): Error on the message header; position point at
4969         the end of a MIME tag.
4970
4971 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * time-date.el (autoload): Expand define-obsolete-function-alias into
4974         defalias and make-obsolete for old Emacsen that Gnus supports.
4975         (with-no-warnings): Define it for old Emacsen.
4976         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4977         is available.
4978         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4979         float-time is available; suppress compile warning for time-to-seconds.
4980
4981         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4982         (gnus-float-time): Alias to float-time if it exists.
4983
4984         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4985         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4986         float-time is available; suppress compile warning for time-to-seconds.
4987
4988         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4989         XEmacs.
4990
4991 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4992
4993         * imap.el (imap-message-map): Docstring fix.
4994
4995 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4998         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4999         Add the optional argument `encoding' that overrides the default.
5000
5001         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5002         mm-encode-buffer.
5003
5004 2009-09-04  Glenn Morris  <rgm@gnu.org>
5005
5006         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5007         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5008         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5009         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5010         * mm-util.el (mm-with-unibyte-current-buffer)
5011         (mm-find-buffer-file-coding-system):
5012         * yenc.el (yenc-decode-region): Use default-value rather than
5013         default-enable-multibyte-characters.
5014
5015 2009-09-03  Glenn Morris  <rgm@gnu.org>
5016
5017         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5018         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5019         than default-enable-multibyte-characters.
5020
5021 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5022
5023         * gnus-art.el (gnus-article-read-summary-keys):
5024         Fix gnus-buffer-configuration's value temporarily used.
5025
5026 2009-09-02  Glenn Morris  <rgm@gnu.org>
5027
5028         * gnus-util.el (gnus-float-time): New function.
5029         * gnus-delay.el (gnus-delay-article):
5030         * gnus-sum.el (gnus-thread-latest-date):
5031         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5032         * nnspool.el (nnspool-request-newgroups):
5033         Use gnus-float-time rather than time-to-seconds.
5034         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5035
5036         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5037         (gnus-header-subject-face, gnus-header-newsgroups-face)
5038         (gnus-header-name-face, gnus-header-content-face):
5039         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5040         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5041         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5042         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5043         (gnus-cite-face-11):
5044         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5045         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5046         (gnus-server-closed-face, gnus-server-denied-face)
5047         (gnus-server-offline-face):
5048         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5049         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5050         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5051         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5052         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5053         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5054         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5055         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5056         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5057         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5058         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5059         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5060         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5061         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5062         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5063         (gnus-summary-high-undownloaded-face)
5064         (gnus-summary-low-undownloaded-face)
5065         (gnus-summary-normal-undownloaded-face)
5066         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5067         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5068         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5069         (gnus-splash-face):
5070         * message.el (message-header-to-face, message-header-cc-face)
5071         (message-header-subject-face, message-header-newsgroups-face)
5072         (message-header-other-face, message-header-name-face)
5073         (message-header-xheader-face, message-separator-face)
5074         (message-cited-text-face, message-mml-face):
5075         * sieve-mode.el (sieve-control-commands-face)
5076         (sieve-action-commands-face, sieve-test-commands-face)
5077         (sieve-tagged-arguments-face):
5078         * spam.el (spam-face):
5079         Mark face aliases with "-face" in the name as obsolete.
5080
5081 2009-09-01  Glenn Morris  <rgm@gnu.org>
5082
5083         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5084         than goto-line.
5085
5086 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5089         Don't move point if the command is invoked inside the message header.
5090
5091 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5092
5093         * imap.el (imap-send-command): Simplify.
5094         (imap-wait-for-tag): point-max -> buffer-size.
5095
5096 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5097
5098         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5099         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5100         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5101         * nnir.el (nnir-swish-e-index-file):
5102         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5103         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5104         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5105         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5106         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5107         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5108
5109 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5112         Don't save excursion.
5113
5114 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5115
5116         * nnheader.el (nnheader-find-file-noselect):
5117         * mm-util.el (mm-insert-file-contents):
5118         Use (default-value 'major-mode) instead of default-major-mode.
5119
5120 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5121
5122         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5123
5124 2009-08-26  Glenn Morris  <rgm@gnu.org>
5125
5126         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5127         than placing in files.el.
5128
5129 2009-08-25  Glenn Morris  <rgm@gnu.org>
5130
5131         * nnir.el (top-level): Don't require cl at run-time.
5132         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5133         Replace cl-function substitute with gnus-replace-in-string.
5134         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5135         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5136         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5137         simplified expansions.
5138
5139 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5140
5141         * dig.el (dig): Add autoload cookie.
5142
5143 2009-08-22  Glenn Morris  <rgm@gnu.org>
5144
5145         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5146         goto-line.
5147
5148 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5149
5150         * parse-time.el (parse-time-string-chars): Save match data.
5151
5152 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5153
5154         * parse-time.el (parse-time-string-chars): Compute using character
5155         classes, to handle non-ascii characters (Bug#3190).
5156
5157 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5160
5161         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5162         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5163         (gnus-mm-display-part, gnus-mime-display-single)
5164         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5165         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5166
5167         * gnus-sum.el
5168         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5169         (gnus-summary-move-article): Add expirable mark to articles copied or
5170         moved to group that has auto-expire turned on if the option is non-nil.
5171
5172 2009-07-24  Glenn Morris  <rgm@gnu.org>
5173
5174         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5175         Fix typo.  (Bug#3903)
5176
5177 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5180         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5181         that should not be used for draft articles.
5182         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5183         that has no concern in minor mode keys.
5184         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5185         Abolish.
5186
5187 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5190         article without making inquiry to a user for unknown encoding.
5191
5192         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5193         (nnmaildir--scan): Assume i-node and device number that file-attributes
5194         returns might be cons-cell.
5195
5196         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5197
5198         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5199
5200 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * auth-source.el: Remove docs now in auth.texi.  Don't use
5203         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5204         `auth-source-hide-passwords' and use them.
5205
5206 2009-07-15  Glenn Morris  <rgm@gnu.org>
5207
5208         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5209
5210 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5213         excessive whitespace from the default values of title and description.
5214
5215 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5218         mail-fetch-field to fetch Content-Description header in order to
5219         exclude newlines.
5220
5221 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5222
5223         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5224         format used by GnuPG 2.0.11.
5225
5226 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5229         to deleted part.
5230
5231 2009-05-30  David Engster  <dengste@eml.cc>
5232
5233         * nnmairix.el: Remove old documentation in the commentary block.
5234         (nnmairix-request-group): Do not update active file for nnml back ends.
5235         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5236         end so that overview files are ignored.
5237         (nnmairix-update-groups): Make updating the groups more robust by using
5238         marks.
5239         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5240         with dollar characters in message-id.
5241
5242 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5245         2008-12-25 in dns.el.
5246
5247 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5250         could happen if the text is only composed of spaces and/or tabs.
5251
5252 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5253
5254         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5255         when sending a queued message to avoid extra mml tags.
5256
5257 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5260
5261 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5264         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5265         rmail-toggle-header for XEmacs;
5266         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5267
5268 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-dired.el: Remove autoload for gnus-setup-message.
5271         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5272         displaying Gnus logo; always use compose-mail.
5273
5274 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5277
5278 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5281         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5282         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5283         available.
5284         (gnus-nocem-epg-verify): New function.
5285
5286 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5289
5290 2009-02-15  Glenn Morris  <rgm@gnu.org>
5291
5292         * gnus-util.el (rmail-insert-rmail-file-header)
5293         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5294         autoloads.
5295         (rmail-default-rmail-file): Remove unnecessary declaration.
5296         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5297
5298 2009-02-14  Glenn Morris  <rgm@gnu.org>
5299
5300         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5301         variable (only used in gnus-util, which declares it anyway).
5302         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5303         which was only needed by gnus-art (changed to not use it any more).
5304         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5305         only used in gnus-util, which autoloads it itself.
5306         (rmail-update-summary): Fix autoload.
5307
5308         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5309         rather than rmail-output-to-rmail-file.
5310
5311 2009-02-07  Glenn Morris  <rgm@gnu.org>
5312
5313         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5314         autoload of function that no longer exists.
5315         (rmail-toggle-header): Declare.
5316         (message-forward-rmail-make-body): Handle mbox Rmail.
5317
5318 2009-01-31  Glenn Morris  <rgm@gnu.org>
5319
5320         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5321         2009-01-09 change.
5322
5323 2009-01-31  Dave Love  <fx@gnu.org>
5324
5325         * imap.el (imap-fetch-safe): Bind debug-on-error.
5326         (imap-debug): Add imap-fetch-safe.
5327
5328 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5329
5330         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5331         (auth-source-forget-all-cached): New convenience function.
5332         (auth-source-user-or-password): Accept list of modes or a single mode.
5333
5334         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5335         auth-source modes.
5336
5337         * netrc.el (netrc-machine-user-or-password): Use list of
5338         auth-source modes.
5339
5340         * nnimap.el (nnimap-open-connection): Use list of
5341         auth-source modes.
5342
5343         * nntp.el (nntp-send-authinfo): Use list of
5344         auth-source modes.
5345
5346 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5347
5348         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5349         now.
5350
5351 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5354         coding system in XEmacs; add a workaround for XEmacs.
5355
5356         * lpath.el: Fbind coding-system-aliasee.
5357
5358 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5361         of current-language-environment.
5362
5363 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5364
5365         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5366         available at runtime.
5367
5368 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5371
5372 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5373
5374         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5375         the greatest positive fixnum value doesn't work under an XEmacs with
5376         bignum support; use the most-positive-fixnum constant instead,
5377         available since Emacs 21.1 with cl and XEmacs 21.1.
5378
5379 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5382         XEmacs gets not to work.
5383
5384 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * mm-util.el (mm-coding-system-priorities): Allow the value like
5387         "Japanese (UTF-8)" of current-language-environment.
5388
5389 2009-01-09  Glenn Morris  <rgm@gnu.org>
5390
5391         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5392         with last-command-event.
5393
5394 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5397         in the doc string.
5398
5399         * message.el (message-fix-before-sending): Amend comment.
5400
5401 2009-01-08  Dave Love  <fx@gnu.org>
5402
5403         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5404
5405 2009-01-07  David Engster  <dengste@eml.cc>
5406
5407         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5408         simplified server definitions by converting it via
5409         gnus-server-to-method.
5410
5411 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5414         parameter's operands.
5415
5416 2009-01-06  David Engster  <dengste@eml.cc>
5417
5418         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5419         primary select method (for gnus-group-mark-article-as-read).
5420
5421 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5422
5423         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5424         `(gnus)Face', not `(gnus)X-Face'.
5425
5426 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * mm-util.el (mm-ucs-to-char): New function.
5429
5430         * mm-url.el (mm-url-decode-entities): Use it.
5431
5432         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5433         unicode-to-char.
5434
5435 2009-01-05  Dave Love  <fx@gnu.org>
5436
5437         * time-date.el: Require cl for `declare'.
5438
5439 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5442         Dave Love.
5443
5444 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * message.el (message-fix-before-sending): Add `eight-bit' to
5447         illegible-text check.
5448
5449 2009-01-03  Michael Olson  <mwolson@gnu.org>
5450
5451         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5452         `headers' is nil.  This can occur if the IMAP server does not have
5453         permissions to read messages from a folder, but can write new messages
5454         to the folder.
5455         (nnimap-request-article-part): Do not insert `data' if it is nil.
5456
5457         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5458         characters which will confuse `read', so skip past them.
5459
5460 2009-01-01  Dave Love  <fx@gnu.org>
5461
5462         * imap.el (imap-string-to-integer): Fix typo.
5463         (imap-fetch-safe): New function.
5464         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5465
5466         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5467
5468         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5469         (imap-parse-greeting): Fix doc strings.
5470         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5471         (imap-parse-flag-list): Make messages unique.
5472         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5473
5474         * nnimap.el: Fix author email.
5475         (nnimap-split-rule): Add FIXME comment.
5476         (nnimap-debug): Fix doc string.
5477
5478 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5479
5480         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5481
5482 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5485         nslookup if resolv.conf isn't available.
5486         (dns-query): Rename from query-dns.
5487         (dns-query-cached): Rename from query-dns-cached.
5488
5489 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5492         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5493         to check if those variables exist (first appeared in Emacs 18.50).
5494
5495 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mm-util.el (mm-line-number-at-pos): New function.
5498
5499         * spam-report.el (spam-report-process-queue): Use it.
5500
5501 2008-12-24  David Engster  <dengste@eml.cc>
5502
5503         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5504         parameters that haven't existed as variables as buffer-local variables.
5505
5506 2008-12-23  Dave Love  <fx@gnu.org>
5507
5508         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5509         cadar.
5510
5511         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5512         imap-starttls-p.
5513         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5514
5515 2008-12-22  Dave Love  <fx@gnu.org>
5516
5517         * imap.el: Fix author email.  Doc fixes.
5518         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5519         reply.
5520
5521 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5522
5523         * spam-report.el (spam-report-gmane-max-requests): New constant.
5524         (spam-report-gmane-wait): New variable.
5525         (spam-report-gmane-ham, spam-report-gmane-spam)
5526         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5527         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5528         the server.
5529
5530         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5531         Add explanations.
5532
5533         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5534         nnheader-accept-process-output and nnheader-read-timeout if available.
5535         (pop3-movemail): Use it.
5536
5537         * message.el (message-check-news-body-syntax): Fix signature check if
5538         there's an attachment.
5539
5540 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * mm-util.el: Add comments to the mm- emulating functions.
5543
5544 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5547         Reported by Stephen Berman <stephen.berman@gmx.net>.
5548
5549 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * mm-util.el (mm-substring-no-properties): New function.
5552         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5553         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5554         (mm-string-to-multibyte): Doc fix.
5555
5556         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5557
5558 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * mml.el (mml-attach-file): Strip text properties from file name.
5561         (Bug#1574)
5562
5563 2008-12-16  Glenn Morris  <rgm@gnu.org>
5564
5565         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5566
5567 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5570         knows since the charset specified might be a bogus alias that
5571         mm-charset-synonym-alist provides.
5572
5573 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5576         "ISO_8859-1".
5577
5578         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5579
5580 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * mm-util.el (mm-charset-eval-alist):
5583         Define it before mm-charset-to-coding-system.
5584         (mm-charset-to-coding-system): Add optional argument `silent';
5585         define it before mm-charset-override-alist.
5586         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5587         default value if it can be used in Emacs currently running;
5588         silence mm-charset-to-coding-system.
5589
5590 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5593         `allow-override' which says whether to use `mm-charset-override-alist'.
5594         (rfc2047-decode-encoded-words): Use it.
5595
5596         * mm-util.el (mm-charset-override-alist): Fix custom type;
5597         add `(gb2312 . gbk)' to choices.
5598
5599 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5602         fast.
5603
5604         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5605
5606         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5607
5608 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5609
5610         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5611         on links.
5612
5613         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5614
5615 2008-12-03  Lute Kamstra  <lute@gnu.org>
5616
5617         * sha1.el: Remove leading * from docstrings of defcustoms,
5618         deffaces, defconsts and defuns.
5619
5620 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5623         users' addresses that don't have domain parts.
5624         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5625         rather than message-narrow-to-head since there will be the message
5626         header separator.
5627
5628 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5629
5630         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5631         since the result is inserted in a unibyte buffer anyway.
5632         (nnimap-demule-use-string-to-multibyte): Remove.
5633         (nnimap-demule): Alias it to mm-string-to-multibyte.
5634
5635 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5638         variable for debugging bug#464 and bug#1174.
5639         (nnimap-demule): Use it.
5640
5641 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5642
5643         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5644         score calculation correctly.
5645
5646 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5647
5648         * message.el (message-send-mail): Just set the buffer to unibyte
5649         rather than use mm-with-unibyte-current-buffer which does a lot more.
5650         (message-send-mail-partially): Don't bother with
5651         mm-with-unibyte-current-buffer since it's already been made unibyte by
5652         message-send-mail.
5653
5654 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5655
5656         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5657
5658 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5661
5662 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5665         require itself and to remove `with-no-warnings'.
5666
5667 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5668
5669         * starttls.el (starttls-any-program-available): Get the name of the
5670         available TLS layer program.
5671         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5672         well as the host name in the "opening" message.
5673
5674         * auth-source.el (auth-source-cache, auth-source-do-cache)
5675         (auth-source-user-or-password): Cache passwords and logins by default,
5676         allow override with `auth-source-do-cache'.
5677         (auth-source-forget-user-or-password): Allow users to remove cache
5678         entries if needed.
5679
5680 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5681
5682         * md4.el (md4-buffer): Fix typo in docstring.
5683         (md4, md4-64): Doc fixes.
5684         (md4-pack-int32): Reflow docstring.
5685
5686 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5689         condition-case to only the forward-sexp call.
5690
5691 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5692
5693         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5694         quotes contained.  Make it more robust regardless by an extra
5695         condition-case wrapper.
5696
5697 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5700
5701 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * nnml.el (nnml-request-expire-articles): Check if the function set to
5704         `nnmail-expiry-target' returns the symbol `delete'.
5705
5706         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5707
5708         * nnmail.el (nnmail-expiry-target): Fix custom type.
5709
5710 2008-10-02  Glenn Morris  <rgm@gnu.org>
5711
5712         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5713         Silence compiler warning.
5714
5715 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5716
5717         * tls.el (open-tls-stream): Show the actual command being
5718         executed, instead of the format string.
5719
5720 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * lpath.el: Fbind codepage-setup for Emacs 23.
5723
5724 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5725
5726         * mml.el (mml-menu): Don't assume mml2015 is bound.
5727
5728 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5731         exists.
5732
5733 2008-09-27  Glenn Morris  <rgm@gnu.org>
5734
5735         * gnus-util.el (mail-header-remove-comments): Autoload it.
5736
5737 2008-09-27  Andreas Schwab  <schwab@suse.de>
5738
5739         * gnus-util.el (gnus-split-references): Strip comments.
5740         (gnus-parent-id): Likewise.
5741
5742 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * message.el (message-confirm-send): Fix version.
5745
5746 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * message.el (message-idna-to-ascii-rhs-1): Use
5749         mail-extract-address-components rather than mail-header-parse-addresses
5750         that is an alias by default to ietf-drums-parse-addresses that does not
5751         support non-ASCII names in headers' contents.
5752
5753 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * message.el (message-confirm-send): Fix variable documentation to
5756         avoid the "y/n" wording.
5757
5758 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5759
5760         * message.el (message-set-auto-save-file-name): Save to a different
5761         filename so multiple messages (especially drafts) can be recovered.
5762
5763 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5764
5765         * message.el (message-confirm-send): Add appropriate version.
5766
5767 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5770         defvar.
5771
5772 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5773
5774         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5775         (mm-pkcs7-enveloped-magic): Ditto.
5776
5777 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5778
5779         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5780         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5781
5782 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5785         default, it's better.
5786
5787 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5790         summary line gnus-number property and ignore them (with a warning
5791         message).
5792
5793 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5796         macro caddr in the interactive form since it won't be expanded.
5797
5798 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5801         `charset'; fix name of function called recursively.
5802         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5803
5804 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5807         (gnus-mime-set-charset-parameters): New function.
5808         (gnus-mime-view-part-as-charset): Use it to correctly display part
5809         specifying wrong charset.
5810
5811 2008-09-08  David Engster  <dengste@eml.cc>
5812
5813         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5814         in completing-read for back end server.
5815
5816 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5817
5818         * message.el (message-confirm-send): New variable to confirm sending a
5819         message.
5820         (message-send): Use it.
5821
5822 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5825
5826 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5829
5830 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5833         prevent tracking too many groups.
5834         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5835         Use it.
5836
5837 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5838
5839         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5840         moving point to the bottom of the window in order to avoid recentering.
5841
5842 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5845
5846         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5847         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5848         (gnus-article-beginning-of-window): Fix calculation.
5849
5850 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-msg.el (gnus-summary-supersede-article)
5853         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5854         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5855         message header.
5856
5857 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5858
5859         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5860         pending output coming after the status change.
5861
5862 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5863
5864         * message.el:
5865         * gnus-start.el:
5866         * gnus-registry.el: Remove VMS support.
5867
5868 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5871         macro.
5872         (rfc2104-hash): Use it.
5873
5874 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5875
5876         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5877         (gnus-summary-sort-by-most-recent-date): New commands.
5878         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5879         and menu entries.
5880
5881 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5884         don't redisplay article for raw contents; remove plural articles stuff.
5885
5886         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5887         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5888         on gnus-summary-save-article; display results properly.
5889
5890 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * lpath.el: No need to fbind ns-focus-frame.
5893
5894 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5897
5898 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-art.el (gnus-summary-save-in-pipe):
5901         Consider gnus-save-all-headers.
5902
5903 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5904
5905         * gnus-util.el (ns-focus-frame): Remove declaration.
5906         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5907         like x.
5908
5909 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5910
5911         * rfc2104.el (rfc2104-zero): Delete defconst.
5912         (rfc2104-hex-alist): Likewise.
5913         (rfc2104-hex-to-int): Delete func.
5914         (rfc2104-hexstring-to-bitstring): Likewise.
5915         (rfc2104-nybbles): New defconst.
5916         (rfc2104-hash): Rewrite for speed.
5917
5918 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * tls.el (open-tls-stream): Make it work with the 2nd argument
5921         BUFFER that is a string but does not exist as a buffer object, as
5922         mentioned in the doc-string.
5923
5924 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5927         SXEmacs.
5928
5929 2008-07-16  Glenn Morris  <rgm@gnu.org>
5930
5931         * gnus-util.el (ns-focus-frame): Declare for compiler.
5932
5933 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5936         set as a group parameter.
5937         (gnus-summary-save-in-pipe): Work when it is called independently.
5938         (gnus-summary-pipe-to-muttprint): Don't modify
5939         gnus-summary-pipe-output-default-command.
5940
5941 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5942
5943         * message.el (message-send-mail-with-sendmail):
5944         Display the error message.
5945
5946 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-art.el (gnus-default-article-saver):
5949         Add gnus-summary-save-in-pipe to choices.
5950         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5951         gnus-summary-pipe-output-default-command as the default command.
5952         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5953         instead of gnus-last-shell-command.
5954
5955         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5956         New user option.
5957         (gnus-summary-muttprint-program): Mention the value will be changed.
5958         (gnus-summary-save-article): Force showing of all headers.
5959         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5960
5961 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5962
5963         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5964
5965 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5966
5967         * nnimap.el (nnimap-id):
5968         * sieve-manage.el (sieve-manage-open): Doc fixes.
5969
5970 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5971
5972         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5973         if available.
5974
5975 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5976
5977         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5978
5979         * nnkiboze.el (nnkiboze-generate-group):
5980         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5981
5982         * nnmairix.el: Require CL.
5983
5984 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * dgnushack.el: Autoload get-display-table and put-display-table for
5987         XEmacs 21.5.
5988
5989         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5990         21.4 and SXEmacs.
5991
5992 2008-06-15  David Engster  <dengste@eml.cc>
5993
5994         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5995
5996 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5997
5998         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5999         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6000         runtime choice under XEmacs.
6001
6002         * gnus-sum.el (gnus-summary-set-display-table):
6003         Use `gnus-put-display-table', `gnus-get-display-table',
6004         `gnus-set-display-table' for the display table, instead of `aset'.
6005
6006         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6007         Use `gnus-put-display-table', `gnus-get-display-table',
6008         `gnus-set-display-table' for the display table.
6009
6010 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * nnmairix.el: Add autoloads.
6013
6014 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * nnmairix.el (nnmairix-delete-recreate-group)
6017         (nnmairix-update-and-clear-marks): Fix error messages.
6018
6019 2008-06-14  David Engster  <dengste@eml.cc>
6020
6021         * nnmairix.el: Upgrade to version 0.6.
6022         (nnmairix-group-toggle-propmarks-this-group)
6023         (nnmairix-group-toggle-readmarks-this-group)
6024         (nnmairix-group-delete-recreate-this-group)
6025         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6026         (nnmairix-remove-tick-mark-original-article): New commands.
6027         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6028         (nnmairix-propagate-marks-to-nnmairix-groups)
6029         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6030         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6031         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6032         functions needed for marks propagation and manipulation of read marks.
6033         (nnmairix-update-groups): New function.
6034         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6035         (nnmairix-determine-original-group-from-registry)
6036         (nnmairix-determine-original-group-from-path)
6037         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6038         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6039         New helper functions.
6040         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6041         keystrokes for new commands.
6042         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6043         (nnmairix-request-group): Check allow-fast group parameter.
6044         (nnmairix-request-create-group): Set allow-fast group parameter if
6045         nnmairix-allowfast-default is set.
6046         (nnmairix-close-group): Propagate marks upon closing if needed.
6047         (nnmairix-group-toggle-threads-this-group): Use new.
6048         nnmairix-group-toggle-parameter helper function.
6049         (nnmairix-search): Better check for empty search result.
6050         (nnmairix-goto-original-article): Use new helper functions for
6051         determining original article.
6052         (nnmairix-show-original-article): Make sure message-id is in brackets.
6053         (nnmairix-call-mairix-binary): Change variable name.
6054         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6055         helper function.
6056         (nnmairix-widget-toggle-activate): Fix doc string.
6057
6058 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * nnir.el: Require edmacro when compiling with XEmacs.
6061         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6062         available in Emacs 21.
6063
6064 2008-06-11  Glenn Morris  <rgm@gnu.org>
6065
6066         * gnus-util.el (x-focus-frame):
6067         * gnus.el (image-size):
6068         * mm-decode.el (image-size): Declare.
6069
6070         * gnus-picon.el (declare-function): Add compat definition.
6071         (image-size): Declare.
6072
6073         * gnus-group.el (tool-bar-map):
6074         * gnus-sum.el (tool-bar-map): Define for compiler.
6075
6076         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6077
6078         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6079
6080         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6081         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6082         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6083         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6084         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6085         * sieve-manage.el, spam-report.el, spam.el:
6086         Remove unnecessary eval-and-compile of autoloads.
6087
6088 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6089
6090         * auth-source.el: Precise Tramp doc.
6091
6092 2008-06-07  Glenn Morris  <rgm@gnu.org>
6093
6094         * nnmairix.el: Remove unnecessary eval-when-compile.
6095
6096 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * lpath.el: Fbind propertize for XEmacs 21.4.
6099
6100 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * nnir.el: Move here from ../contrib.
6103
6104 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6105
6106         * gnus-util.el (gnus-read-shell-command): New function.
6107         * mm-decode.el (mm-pipe-part):
6108         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6109
6110 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6113
6114 2008-06-03  Glenn Morris  <rgm@gnu.org>
6115
6116         * pop3.el (nnheader-accept-process-output): Autoload it.
6117
6118 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6121         are not 2-digit hexadecimal characters that follow `%'s.
6122
6123 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * message.el (message-bogus-recipient-p): Fix type in doc string.
6126         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6127         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6128         Improve custom options.
6129         (message-bogus-recipient-p): Adjust accordingly.
6130
6131 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6132
6133         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6134         long-form month and day names.
6135
6136 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * dgnushack.el: Autoload debug, eudc-expand-inline and
6139         pgg-snarf-keys-region for XEmacs.
6140
6141         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6142
6143         * nnmairix.el: Require edmacro when compiling with XEmacs.
6144
6145 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6148         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6149
6150 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6151
6152         * auth-source.el: Add more docs.
6153
6154         * netrc.el (netrc-machine): Always match if the port is not given.
6155
6156 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6159         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6160         retrieval faster in some cases, but might make CPU usage larger.
6161         If this has any bad side effects, we might revert this change.
6162
6163         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6164         seems to make mail retrieval much, much faster.
6165         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6166         unconditionally.
6167
6168         * gnus-draft.el (gnus-group-send-queue):
6169         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6170
6171 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6174
6175         * message.el (message-bogus-address-regexp): Fix and improve custom
6176         type.
6177         (message-setup-hook): Add message-check-recipients as custom option.
6178
6179 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6180
6181         * message.el (message-cite-function): Remove bogus autoload which crept
6182         in during merge from v5-10.
6183
6184 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6185
6186         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6187
6188         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6189
6190         * auth-source.el: Preliminary Tramp docs.
6191         (auth-sources): Change the default auth-sources to use
6192         EPA .gpg files.
6193
6194 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6195
6196         * nntp.el: Autoload `auth-source-user-or-password'.
6197         (nntp-send-authinfo): Use it.
6198
6199         * nnimap.el: Autoload `auth-source-user-or-password'.
6200         (nnimap-open-connection): Use it.
6201
6202         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6203         for the gnus-message function.
6204         (auth-source-user-or-password): Use it.
6205
6206 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6207
6208         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6209         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6210         (rfc2104-hash): Use it.
6211
6212 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6213
6214         * gnus-art.el (gnus-article-toggle-truncate-lines):
6215         Don't use `iff' in docstring.
6216
6217 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6220
6221         * gnus-util.el (gnus-extract-address-component-name)
6222         (gnus-extract-address-component-email): Convenience functions around
6223         `gnus-extract-address-components'.
6224
6225         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6226         Use `gnus-extract-address-component-email' to fix bug of comparing full
6227         sender name to `user-mail-address'.
6228
6229 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6230
6231         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6232         catch/throw to optimize.
6233         (gnus-registry-find-keywords): Just use member to find a keyword.
6234
6235 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6236
6237         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6238         is current before calling gnus-server-prepare.
6239         (gnus-server-setup-buffer, gnus-server-update-server)
6240         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6241
6242 2008-05-04  Juri Linkov  <juri@jurta.org>
6243
6244         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6245         (mailcap-file-default-commands): Use mailcap-replace-in-string
6246         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6247         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6248
6249 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6250
6251         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6252
6253 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6254
6255         * gnus.el: Bump version to 0.11.
6256
6257 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6258
6259         * gnus.el: No Gnus v0.10 is released.
6260
6261 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6264         hooks.
6265         (gnus-update-read-articles): Speed up non-marks-using users.
6266         (gnus-use-marks): Define gnus-use-marks.
6267         (gnus-propagate-marks): Rename variable to something more sensible.
6268
6269 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6270
6271         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6272         (gmm-image-load-path-for-library): Fix typos in docstrings.
6273         (gmm-message): Reflow docstring.
6274
6275 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6276
6277         * mail-source.el (mail-source-set-1, mail-source-bind):
6278         Move auth-source code out of the macro to clean it up and fix bugs.
6279
6280 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6283         by sender if it's equal to user-mail-address, it's likely to be
6284         useless.
6285
6286         * mail-source.el (mail-source-bind): Don't use user or password if they
6287         are not bound.  Unintern them if they are nil.  Don't use server unless
6288         it's bound, and default it to empty string otherwise.
6289
6290 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * mail-source.el: Load auth-source.el.
6293         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6294         get user name or password, if auth-sources is set up.
6295
6296         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6297         strategy of splitting with parent.
6298         (gnus-registry-split-fancy-with-parent)
6299         (gnus-registry-post-process-groups): Use it and fix prior
6300         bug (returning a list as the split result).
6301
6302         * auth-source.el (auth-sources): Remove server parameter.
6303         (auth-source-pick, auth-source-user-or-password)
6304         (auth-source-user-or-password-imap)
6305         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6306         (auth-source-user-or-password-sftp)
6307         (auth-source-user-or-password-smtp): Remove server parameter.
6308
6309 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6310
6311         * smime.el (smime-sign-region, smime-encrypt-region)
6312         (smime-decrypt-region):
6313         Remove redundant calls to `generate-new-buffer-name'.
6314
6315 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6316
6317         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6318         Don't use QP for message/rfc822.
6319         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6320
6321 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6322
6323         * sieve-manage.el (sieve-string-bytes): Remove.
6324         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6325         correct byte-length only if the process's coding-system is the same as
6326         the one used internally by Emacs to represent strings.
6327
6328 2008-04-22  Juri Linkov  <juri@jurta.org>
6329
6330         * mailcap.el (mailcap-file-default-commands): New function.
6331
6332 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * message.el (message-signature-separator, message-cite-function):
6335         Change custom version.
6336
6337 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6338
6339         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6340         commands.
6341         (tls-checktrust): Ditto.
6342
6343 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * mm-decode.el (mm-display-external): Make temp file read-only.
6346
6347 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6350         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6351         `C-c C-f d'.
6352
6353 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6354
6355         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6356
6357 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6358
6359         * gnus.el: Bump version to 0.9.
6360
6361 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * gnus.el: No Gnus v0.8 is released.
6364
6365 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6366
6367         * mail-source.el (mail-source-value):
6368         Prefer fboundp to functionp so it works with macros as well.
6369
6370 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6371
6372         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6373         Fix last change in case the element is not even a symbol.
6374
6375 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6376
6377         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6378         Prefer fboundp to functionp so it works with macros as well.
6379
6380 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * auth-source.el: Add docs.
6383         (auth-sources): Modify format to support server.
6384         (auth-source-pick, auth-source-user-or-password)
6385         (auth-source-user-or-password-imap)
6386         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6387         (auth-source-user-or-password-sftp)
6388         (auth-source-user-or-password-smtp): Add server parameter.
6389
6390 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6391
6392         * gnus-registry.el: Initialize the registry when gnus-registry-install
6393         is t.
6394
6395 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * compface.el (uncompface): Make buffer unibyte.
6398
6399 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * mail-source.el (mail-source-value):
6402         Prefer fboundp to functionp so it works with macros as well.
6403
6404 2008-04-05  Glenn Morris  <rgm@gnu.org>
6405
6406         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6407
6408 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6409
6410         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6411         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6412
6413         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6414         multibyteness after rather than before erasing it.
6415
6416         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6417         mm-with-multibyte.
6418         (gnus-request-article-this-buffer): Make sure the proper decoding is
6419         used if gnus-original-article-buffer happens to be unibyte.
6420
6421         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6422         default-enable-multibyte-characters.
6423
6424         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6425         default-enable-multibyte-characters.
6426
6427         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6428
6429         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6430
6431 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6432
6433         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6434         Fix last change in case the element is not even a symbol.
6435
6436 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6437
6438         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6439         (imap-message-copyuid-1): Use it.
6440         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6441         J. Williams in
6442         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6443
6444         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6445         imap-enable-exchange-bug-workaround.
6446         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6447
6448 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6449
6450         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6451         a 100 byte status-checks into a 2-3MB transfer for each group.
6452         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6453         to enable bug workaround or not.
6454         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6455
6456 2008-03-31  Glenn Morris  <rgm@gnu.org>
6457
6458         * message.el (mml2015-use): Declare for compiler.
6459         (message-info): Require mml2015 when appropriate.
6460
6461 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6464         whitespace.
6465
6466 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6469         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6470         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6471         (nntp-service-to-port): New function.
6472         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6473         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6474         (nntp-open-netcat-stream): New function.
6475         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6476
6477 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6478
6479         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6480
6481 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6482
6483         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6484
6485 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6486
6487         * dns.el (dns-write): Use set-buffer-multibyte.
6488
6489 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6490
6491         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6492
6493 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * message.el (message-signature-separator): Change default.
6496         Improve custom type.
6497         (message-cite-function): Change default to
6498         message-cite-original-without-signature.
6499
6500         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6501         toggle.
6502
6503         * message.el (message-check-news-body-syntax): Fix signature check.
6504         (message-setup-1): Mark buffer as unmodified _after_ running
6505         message-setup-hook and handling message-alternative-emails.
6506         (message-shorten-references): Be more strict when building list of
6507         valid references to comply with GNKSA.
6508
6509         * gnus-group.el (gnus-read-ephemeral-bug-group)
6510         (gnus-read-ephemeral-debian-bug-group)
6511         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6512
6513         * message.el (message-info): Don't use booleanp which isn't supported
6514         in Emacs 21 and XEmacs.
6515
6516 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6519         gnus-group-gmane-group-download-format.
6520         (gnus-group-read-ephemeral-gmane-group): Rename from
6521         gnus-group-read-ephemeral-gmane-group.
6522         (gnus-read-ephemeral-gmane-group-url): Rename from
6523         gnus-group-read-ephemeral-gmane-group-url.
6524         (gnus-bug-group-download-format-alist): New variable.
6525         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6526         (gnus-read-ephemeral-emacs-bug-group): New commands.
6527
6528 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6531         (gnus-visible-headers): Improve custom type.
6532
6533 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * mml.el (mml-menu): Add workarounds for XEmacs.
6536
6537         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6538         X-Boundary header.
6539
6540         * message.el (message-simplify-recipients): Fix previous commit.
6541
6542 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6543
6544         * mm-util.el (mm-set-buffer-multibyte): New function.
6545         * mm-decode.el (mm-copy-to-buffer): Use it.
6546
6547         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6548         Prefer fboundp to functionp so it works with macros as well.
6549
6550 2008-03-19  Glenn Morris  <rgm@gnu.org>
6551
6552         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6553         Accidentally removed in the sync process with Emacs.
6554
6555 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * message.el (message-alter-recipients-discard-bogus-full-name):
6558         New function.
6559         (message-alter-recipients-function): New variable.
6560         (message-get-reply-headers): Use it.
6561         (message-replace-header): New helper function.
6562         (message-recipients-without-full-name): New variable.
6563         (message-simplify-recipients): New command.
6564
6565         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6566
6567         * message.el (message-info): Handle EasyPG manual.
6568
6569         * mml.el (mml-menu): Add entry for EasyPG.
6570
6571 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6572
6573         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6574         parameter.
6575
6576         * message.el (message-disassociate-draft): Specify drafts group name
6577         fully.
6578
6579 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6582         Eliminate unnecessary duplicates from the match list.
6583
6584 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6587
6588         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6589
6590         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6591         args of `how-many' of which the XEmacs version doesn't take; declare
6592         Info-index-next as function.
6593
6594 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * gnus-score.el (gnus-score-headers): Fix handling of
6597         gnus-inhibit-slow-scoring.
6598
6599         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6600         string.
6601         (gnus-button-url-regexp): Improve handling of parenthesis.
6602         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6603         (gnus-button-handle-info-keystrokes): Handle index entries.
6604
6605 2008-03-15  Glenn Morris  <rgm@gnu.org>
6606
6607         * parse-time.el (parse-time-string): Simplify.
6608
6609 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6612         Incoming* files.
6613
6614 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * auth-source.el (auth-sources): Rename from auth-source-choices.
6617         (auth-source-pick): Use it.
6618
6619 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6620
6621         * binhex.el (binhex-decode-region-internal):
6622         * uudecode.el (uudecode-decode-region-internal):
6623         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6624         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6625         setting default-enable-multibyte-characters.
6626
6627 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * auth-source.el (auth-source-protocols)
6630         (auth-source-protocols-customize, auth-source-choices): Add and
6631         modified variable customizations and defaults.
6632         (auth-source-pick, auth-source-user-or-password)
6633         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6634         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6635         (auth-source-user-or-password-sftp)
6636         (auth-source-user-or-password-smtp): Use new variables and provide an
6637         interface to netrc.el.
6638
6639 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6642         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6643         Make sure the nntp port to specify is a string.
6644
6645 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * nntp.el: Use with-current-buffer.
6648         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6649         dubious mm-with-unibyte-current-buffer.
6650         (nntp-with-open-group-function): New function extracted from
6651         nntp-with-open-group macro.
6652         (nntp-with-open-group): Use the function, so it's easier to debug.
6653         Add indentation and debugging info.
6654         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6655         Recommend the use of the netcat alternatives.
6656
6657         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6658         Avoid mm-string-as-multibyte as well.
6659
6660         * nnweb.el (nnweb-insert-html):
6661         Remove use of nnheader-string-as-multibyte.
6662
6663         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6664         (nnheader-string-as-multibyte): Remove.
6665
6666         * mm-view.el: Use inhibit-read-only.
6667         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6668         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6669         or unibyte-string.
6670
6671         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6672         (mm-uu-yenc-extract): Use with-current-buffer.
6673
6674         * gnus-soup.el (gnus-soup-send-packet): Don't use
6675         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6676
6677         * nnmh.el: Use with-current-buffer.
6678         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6679         mm-string-as-multibyte on the output of mm-encode-coding-string.
6680
6681         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6682         (nnimap-request-move-article): Use with-current-buffer.
6683
6684         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6685         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6686         conversion uses string-make-unibyte rather than string-as-unibyte.
6687
6688         * gnus-msg.el: Use with-current-buffer.
6689
6690         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6691
6692 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6693
6694         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6695         string for caching if it is 'PIN.
6696
6697 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * lpath.el: Consider the case without Emacs/W3.
6700
6701 2008-03-08  Glenn Morris  <rgm@gnu.org>
6702
6703         * time-date.el (date-to-time, time-subtract, time-add)
6704         (safe-date-to-time): Doc fixes.
6705
6706 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * mail-source.el (mail-source-delete-old-incoming-confirm):
6709         Change default to nil.
6710         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6711
6712 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * lpath.el: Rearrange.
6715
6716         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6717         (gnus-article-goto-prev-page): Work for articles having ^L's.
6718
6719         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6720
6721         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6722
6723 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6724
6725         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6726         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6727         (gnus-bookmark-jump): Adjust some variable names.
6728
6729 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * auth-source.el: New package.
6732         (auth-source-choices): Add customization entry point variable.
6733
6734         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6735         bug.
6736
6737 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6740         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6741         (gnus-registry-install-shortcuts): Rename from
6742         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6743         the `gnus-registry-mark-map' keymap dynamically from
6744         `gnus-registry-marks'.  The generated functions update the summary line
6745         when a registry mark is added or deleted, and will call
6746         `gnus-registry-install-p' (see the comments in the code).
6747         (gnus-registry-user-format-function-M): Use concat intelligently.
6748
6749         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6750         the registry mark functions.
6751
6752 2008-03-05  Glenn Morris  <rgm@gnu.org>
6753
6754         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6755         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6756         gnus-art.
6757         (top-level): No need to load own source when compiling.
6758
6759 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6762         Suggested by <chris.anderton@zetnet.co.uk>.
6763
6764 2008-03-04  Glenn Morris  <rgm@gnu.org>
6765
6766         * gnus-sum.el (top-level): No need to require gnus when compiling,
6767         since unconditionally required near start of file.
6768         (gnus-summary-display-while-building): Move definition before use.
6769
6770 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * gnus-registry.el (gnus-registry-user-format-function-M):
6773         Add formatting function.
6774
6775 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6778         with plists.
6779         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6780         Use new format.
6781
6782 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6785         `where-is-internal' that returns a range of key sequences.
6786
6787 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6788
6789         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6790
6791         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6792         (gnus-summary-jump-to-group): Consider windows on other displayed
6793         frames as well.  Similar changes might be needed elsewhere, but that's
6794         the one I've bumped into during my use.
6795
6796         * nndoc.el (nndoc-oe-dbx-type-p):
6797         * gnus-msg.el (gnus-debug):
6798         * gnus-group.el (gnus-update-group-mark-positions):
6799         Use mm-string-to-multibyte.
6800
6801 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6804         doesn't handle NotDashEscaped.
6805
6806         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6807         (mml-dnd-attach-options): Fix typo in custom choice.
6808
6809         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6810         Change nndoc-article-type to mbox.
6811         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6812
6813         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6814         to nil, instead of html2text.
6815
6816         * imap.el (imap-debug): Add `imap-ping-server'.
6817
6818         * gnus-bookmark.el: Add FIXMEs.
6819
6820         * message.el (message-form-letter-separator)
6821         (message-send-form-letter-delay): New variables.
6822         (message-send-form-letter): Use them.  New command to send form
6823         letters.  Requested by Uwe Siart.
6824         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6825
6826 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * Update copyright years.
6829
6830 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         Sync from EMACS_22_BASE.
6833
6834         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6835
6836 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6837
6838         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6839         empty author.
6840
6841 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6842
6843         * gnus-registry.el (gnus-registry-marks): Add variable for
6844         customization of marks and their appearance.
6845         (gnus-registry-read-mark): Use it.
6846         (gnus-registry-do-marks): Add utility function to loop through
6847         `gnus-registry-marks'.
6848         (gnus-registry-install-shortcuts-and-menus): Add function to install
6849         shortcuts and menus.
6850         (gnus-registry-initialize): Use it.
6851         (gnus-registry-default-mark): Clarify documentation.
6852
6853 2008-02-29  Glenn Morris  <rgm@gnu.org>
6854
6855         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6856         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6857         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6858         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6859         Change defcustom :version from 23.0 to 23.1.
6860
6861 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * gnus-registry.el (gnus-registry-follow-group-p)
6864         (gnus-registry-post-process-groups): Add functions to aid registry
6865         splitting and improve logging.  Clarify behavior in function
6866         documentation.
6867         (gnus-registry-split-fancy-with-parent): Use them.
6868
6869 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * gnus-art.el: Use with-current-buffer.
6872
6873 2008-02-27  David Engster  <dengste@eml.cc>
6874
6875         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6876         Express real group name in the response.
6877
6878 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6881         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6882         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6883         autoload gnus-registry-fetch-group when compiling.
6884         (nnmairix-request-group-with-article-number-correction):
6885         Remove unreferenced argument passed to nnmairix-call-backend.
6886
6887 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6890         (mm-uu-extract): Improve face for low color ttys.
6891         Reported by Sascha Wilde.
6892
6893 2008-02-27  Glenn Morris  <rgm@gnu.org>
6894
6895         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6896         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6897         variables to defconsts.  Convert comments to doc-strings.
6898         (nnmairix-last-server, nnmairix-current-server): Convert from free
6899         variables to defvars.  Convert comments to doc-strings.
6900         (gnus-registry-fetch-group): Autoload.
6901         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6902         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6903         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6904         caddr.
6905         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6906         nnmairix-request-group-with-article-number-correction call.
6907         (nnmairix-fast, nnmairix-group): New, less general names, for free
6908         variables passed from nnmairix-request-group to
6909         nnmairix-request-group-with-article-number-correction.  Declare.
6910         (nnmairix-request-group-with-article-number-correction):
6911         Use nnmairix-fast, nnmairix-group rather than fast, group.
6912
6913 2008-02-26  David Engster  <dengste@eml.cc>
6914
6915         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6916         version 0.5.
6917
6918 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6919
6920         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6921         instead of making an extra function call.  Don't add the current group
6922         to articles only when they have the group.  Use
6923         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6924         Reported by David <de_bb@arcor.de>.
6925
6926 2008-02-24  Miles Bader  <miles@gnu.org>
6927
6928         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6929         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6930         (mm-find-mime-charset-region):
6931         * mm-bodies.el (mm-encode-body):
6932         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6933
6934 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6937         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6938
6939 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * mail-source.el (mail-source-delete-incoming): Change default.
6942         Supplement doc string.
6943
6944         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6945
6946 2008-02-14  Glenn Morris  <rgm@gnu.org>
6947
6948         * time-date.el (format-seconds): New function.
6949
6950 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * nnmail.el (nnmail-message-id-cache-file): Derive from
6953         `gnus-home-directory'.
6954
6955 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6958         Document negative prefix.
6959
6960         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6961
6962 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * message.el (message-unsent-separator): Add the Exim bounce
6965         separator.
6966
6967 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6968
6969         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6970         list.
6971         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6972         recipient/signer list.
6973
6974 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * Makefile.in (datarootdir): Define.
6977         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6978         name that might contain whitespace.
6979
6980 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6983         fbound (Emacs 23 unicode), signal an error.
6984
6985 2008-02-08  Glenn Morris  <rgm@gnu.org>
6986
6987         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6988
6989 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6990
6991         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6992         ports to the calls to `netrc-machine-user-or-password' in addition to
6993         "imap" and "imaps".
6994
6995 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6996
6997         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6998
6999         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7000
7001 2008-02-01  Kenichi Handa  <handa@m17n.org>
7002
7003         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7004         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7005         (rfc2104-hash): Convert the result of concat to unibyte string.
7006
7007 2008-02-01  Dave Love  <fx@gnu.org>
7008
7009         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7010         coding-system-for-read.
7011         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7012
7013 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7016         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7017         <hanche@math.ntnu.no>.
7018
7019 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7022
7023         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7024
7025 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7026
7027         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7028         * message.el (message-beginning-of-line): Use featurep instead of bound
7029         tests in order to resolve conditionals at compile time.
7030
7031 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7032
7033         * mail-source.el (mail-sources): Add `group' choice.
7034
7035         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7036         parameter `in-group' to control into which group the articles go.
7037         Add treatment of `group' mail-source.
7038
7039 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7042
7043         * mm-decode.el (mm-dissect-buffer): Decode description.
7044
7045         * mml.el (mml-to-mime): Encode message header first.
7046
7047 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7050         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7051
7052         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7053         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7054
7055 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7058
7059 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7062         prefix keys.
7063         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7064         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7065         gnus-xmas.el.
7066
7067         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7068         (gnus-xmas-article-describe-bindings): New function.
7069         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7070         gnus-xmas-article-describe-bindings.
7071
7072         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7073
7074 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7075
7076         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7077         Add new variables for article mark management.
7078         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7079         list of extra data entries which, when present, will indicate that the
7080         article ID should not be trimmed from the registry.
7081         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7082         functions.
7083         (gnus-registry-read-mark): New function to read a mark name from the
7084         user.
7085         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7086         (gnus-registry-set-article-mark-internal): New functions to add and
7087         remove marks.
7088         (gnus-registry-get-article-marks): New function to show the marks for
7089         an article, or retrieve them for further use.
7090
7091 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7094         keys when no argument is given.
7095
7096 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * imap.el (imap-ping-server): New variable.
7099         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7100         (imap-ping-server): Minor doc string fixes.
7101
7102 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7103
7104         * imap.el (imap-ping-server): New function.
7105         (imap-opened): Call imap-ping-server.
7106
7107 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * gnus-sum.el (gnus-article-sort-by-random)
7110         (gnus-thread-sort-by-random): Fix doc strings.
7111         Reported by jidanni@jidanni.org.
7112
7113 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-art.el (gnus-article-describe-bindings): New function.
7116         (gnus-article-read-summary-keys): Use it.
7117         (gnus-article-mode-map): Bind `C-h b' to it.
7118
7119 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7122         XEmacs.
7123         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7124         Protect against non-character events.
7125
7126         * lpath.el: Fbind map-keymap for Emacs 21.
7127
7128 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7131         New command.
7132         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7133         instead of END.  Change name of the temp file.
7134         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7135         customizable.
7136
7137 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7140         bind `S W' to gnus-article-wide-reply-with-original; set default
7141         binding to gnus-article-read-summary-send-keys.
7142         (gnus-article-read-summary-keys): Fix the order of keys; display
7143         continuation keys correctly in the echo area; describe bindings
7144         correctly when keys end with `C-h'.
7145         (gnus-article-read-summary-send-keys): New function.
7146         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7147         Work for gnus-article-read-summary-send-keys; display continuation keys
7148         correctly in the echo area.
7149         (gnus-article-reply-with-original): Ignore prefix argument.
7150         (gnus-article-wide-reply-with-original): New function.
7151
7152         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7153         Emacs 21.
7154
7155 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7158         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7159
7160 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7163         (gnus-group-read-ephemeral-gmane-group): New command.
7164
7165 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7166
7167         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7168
7169 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * message.el (message-send-mail-function): Increase custom version.
7172
7173         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7174         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7175
7176 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7177
7178         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7179         for the cases where imap-authenticate is called with a nil buffer
7180         parameter.
7181
7182 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7185         html parts correctly; support forwarded messages.
7186         (gnus-article-browse-html-article): Remove work buffers.
7187
7188         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7189         compiling.
7190         (netrc-bound-and-true-p): New macro.
7191         (netrc-parse): Use it instead of bound-and-true-p that is not available
7192         in XEmacs 21.4.
7193
7194 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7195
7196         * gnus-registry.el (gnus-registry-mark-article)
7197         (gnus-registry-article-marks): Add functionality to mark articles
7198         through the Gnus registry.
7199
7200         * encrypt.el: Clarify documentation for the new pgg method.
7201         (encrypt-file-alist): Add PGG option.
7202         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7203         functionality.  Abstract password key and messaging to external
7204         functions.
7205         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7206         (encrypt-message-method-and-cipher): Add new convenience external
7207         functions.
7208         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7209         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7210
7211         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7212         (netrc-parse): Use encrypt-file-alist to determine if
7213         encrypt-find-model or encrypt-insert-file-contents should be used.
7214
7215         * encrypt.el: Clarify documentation.  Load password-cache or
7216         password, whichever one is found first, instead of autoloading.
7217
7218 2007-12-19  Glenn Morris  <rgm@gnu.org>
7219
7220         * mml.el (message-options-set, message-narrow-to-head)
7221         (message-in-body-p, message-mail-p, message-encode-message-body):
7222         Autoload.
7223         (message-remove-header, message-narrow-to-headers-or-head)
7224         (message-subscribed-p, message-make-mail-followup-to)
7225         (message-position-on-field, message-news-p)
7226         (message-options-set-recipient, message-generate-headers)
7227         (message-sort-headers): Declare as functions.
7228
7229 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7232         convention in doc string.
7233
7234 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7237         title to html parts.
7238         (gnus-article-browse-html-article): Pass message header to it.
7239
7240         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7241
7242 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7245         or password compatible with XEmacs.
7246
7247 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7250         format document.
7251         (gnus-mime-delete-part): Don't write description line if empty.
7252         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7253
7254 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7255
7256         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7257         (gnus-summary-mark-read-and-unread-as-read)
7258         (gnus-summary-mark-current-read-and-unread-as-read)
7259         (gnus-summary-mark-unread-as-ticked): Doc fix.
7260         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7261
7262 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7265         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7266
7267 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7270         yes-or-no-p.
7271
7272 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * mm-decode.el (mm-add-meta-html-tag): New function.
7275         (mm-save-part-to-file, mm-pipe-part): Use it.
7276
7277         * gnus-art.el (gnus-article-browse-delete-temp-files):
7278         Use gnus-y-or-n-p instead of y-or-n-p.
7279         (gnus-article-browse-html-parts): Work with message/external-body; use
7280         mm-add-meta-html-tag.
7281
7282 2007-12-11  Glenn Morris  <rgm@gnu.org>
7283
7284         * gnus-cache.el: Require gnus-sum not just when compiling.
7285
7286         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7287
7288         * gnus-int.el (gnus-server-opened, gnus-status-message):
7289         Move definitions before use.
7290
7291         * mm-decode.el: Require gnus-util.
7292         (mm-remove-part): Only call delete-annotation on XEmacs.
7293
7294         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7295
7296         * nnmail.el: Require gnus-int.
7297
7298         * spam.el: Move `require's before `eval-when-compile's.
7299
7300         * gnus-ems.el (gnus-alive-p):
7301         * gnus-fun.el (message-goto-eoh):
7302         * gnus-util.el (gnus-group-name-decode):
7303         * mail-source.el (gnus-compress-sequence):
7304         * message.el (Info-goto-node, format-spec):
7305         * mm-bodies.el (message-options-get):
7306         * mm-decode.el (mm-view-pkcs7):
7307         * mm-util.el (gmm-write-region):
7308         * mml-smime.el (mml-compute-boundary)
7309         (gnus-completing-read-with-default):
7310         * mml.el (widget-button-press, gnus-make-hashtable):
7311         * mml1991.el (mm-decode-content-transfer-encoding)
7312         (mm-encode-content-transfer-encoding)
7313         (message-options-get, message-options-set):
7314         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7315         * nnfolder.el (gnus-request-group):
7316         * nnheader.el (ietf-drums-unfold-fws):
7317         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7318         * smime.el (gnus-run-mode-hooks):
7319         * spam-stat.el (gnus-message): Autoload.
7320
7321         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7322         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7323         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7324         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7325         Add declare-function compatibility definition.
7326
7327         * gnus-cache.el (nnvirtual-find-group-art):
7328         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7329         (gnus-add-image, gnus-add-wash-type):
7330         * gnus-group.el (nnkiboze-score-file):
7331         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7332         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7333         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7334         (message-tokenize-header, gnus-get-buffer-create)
7335         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7336         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7337         * gnus.el (gnus-group-decoded-name):
7338         * mail-source.el (imap-capability):
7339         * mm-bodies.el (message-options-set):
7340         * mm-decode.el (gnus-configure-windows):
7341         * mm-extern.el (message-goto-body):
7342         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7343         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7344         (epg-sub-key-validity, message-options-set):
7345         * mml.el (widget-event-point, gnus-configure-windows):
7346         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7347         * mml2015.el (epg-check-configuration, epg-configuration)
7348         (message-options-set):
7349         * nndb.el (nndb-request-article):
7350         * nnfolder.el (gnus-request-create-group):
7351         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7352         * nnmaildir.el (gnus-group-mark-article-read):
7353         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7354         * rfc1843.el (message-fetch-field):
7355         * spam.el (gnus-extract-address-components):
7356         Declare as functions.
7357
7358 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7361
7362         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7363
7364         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7365         bind show-trailing-whitespace for XEmacs.
7366
7367 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7370         new no-op macro for backward compatibility.
7371
7372         * imap.el (imap-string-to-integer): New function.
7373
7374 2007-12-09  Glenn Morris  <rgm@gnu.org>
7375
7376         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7377
7378         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7379         * message.el, mm-view.el, sieve-manage.el, smime.el:
7380         Add declare-function compatibility definition.
7381
7382         * gnus-art.el (w3-region, w3m-region, Info-menu):
7383         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7384         * gnus-sum.el (gnus-get-predicate):
7385         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7386         * message.el (mail-abbrev-in-expansion-header-p):
7387         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7388         (w3m-detect-meta-charset, w3m-region):
7389         * sieve-manage.el (password-read, password-cache-add)
7390         (password-cache-remove):
7391         * smime.el (password-read-and-add): Declare as functions.
7392
7393 2007-12-08  David Kastrup  <dak@gnu.org>
7394
7395         * gnus-sum.el (gnus-summary-simplify-subject-query):
7396         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7397         `message'.
7398
7399 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7402         it to bind idna-program, installation-directory, defined-colors, and
7403         face-attribute for XEmacs of the version that compiles defcustom forms.
7404
7405 2007-12-07  Glenn Morris  <rgm@gnu.org>
7406
7407         * gnus-art.el (article-make-date-line): Revert previous change.
7408
7409 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7412
7413 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7414
7415         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7416         Call gnus-add-to-range ranges only once with a prepared article-list.
7417
7418 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7419
7420         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7421         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7422         group names with backslashes.
7423         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7424
7425 2007-12-06  Deepak Goel  <deego3@gmail.com>
7426
7427         * gnus-art.el (article-make-date-line):
7428         * gnus-start.el (gnus-load):
7429         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7430
7431 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-art.el (gnus-use-idna)
7434         * gnus-start.el (gnus-site-init-file)
7435         * message.el (message-use-idna)
7436         * mm-uu.el (mm-uu-hide-markers)
7437         * smiley.el (smiley-style): Revert changes that suppress warnings.
7438
7439 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7442         specify charset to html source.
7443         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7444
7445 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7448         idna-program in order to suppress byte compile warning issued by XEmacs
7449         that came to byte compile the default value section of defcustom forms
7450         recently.
7451
7452         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7453         value of installation-directory.
7454
7455         * message.el (message-use-idna): Don't directly refer to the value of
7456         idna-program.
7457
7458         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7459
7460         * smiley.el (smiley-style): Don't directly call face-attribute.
7461
7462 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7465
7466         * gnus-dired.el: Reduce Gnus dependencies.
7467         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7468         Don't require.  Use autoloads instead.
7469         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7470         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7471         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7472         (gnus-dired-mode): Adjust doc string.
7473         (gnus-dired-mail-mode): New variable.
7474         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7475         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7476         (gnus-dired-mail-buffers): New function.  Return mail or message
7477         composition buffers.
7478         (gnus-dired-attach): Use it.
7479         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7480         NO-DECODE.
7481         (gnus-dired-print): Use `gnus-print-buffer' depending on
7482         `gnus-dired-mail-mode'.
7483
7484 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * rfc2047.el (rfc2047-encoded-word-regexp)
7487         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7488         explaining what regexp patterns are for.
7489
7490 2007-12-04  Glenn Morris  <rgm@gnu.org>
7491
7492         * password.el: Move to password-cache.el.
7493
7494         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7495         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7496         * mml-smime.el (password-read, password-cache-add)
7497         (password-cache-remove):
7498         No need to autoload, since mml-sec requires password.
7499
7500         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7501         * message.el (gnus-extract-address-components):
7502         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7503
7504         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7505         password.
7506
7507 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * mailcap.el: Reduce dependencies.
7510         (mail-header-parse-content-type): Autoload.
7511         (mailcap-delete-duplicates): New alias.
7512         (mailcap-mime-info): Add optional argument NO-DECODE.
7513         (mailcap-mime-types): Use mailcap-delete-duplicates.
7514
7515         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7516
7517 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7518
7519         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7520         (imap-parse-status): Upcase status-att for servers that sends them
7521         lower-case (e.g., MS Exchange 2007).
7522
7523 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7526         function.
7527
7528         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7529         (gnus-uu-yenc-article): New function.
7530
7531         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7532
7533         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7534
7535 2007-12-02  Glenn Morris  <rgm@gnu.org>
7536
7537         * binhex.el (binhex): New custom group.
7538         (binhex-decoder-program, binhex-decoder-switches)
7539         (binhex-use-external): Move to the binhex custom group.
7540
7541         * uudecode.el (uudecode): New custom group.
7542         (uudecode-decoder-program, uudecode-decoder-switches)
7543         (uudecode-use-external): Move to the uudecode custom group.
7544
7545         * netrc.el (top-level): Don't load `encrypt' features.
7546         (netrc-parse): Don't use encrypt.
7547         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7548
7549         * encrypt.el: Remove file.
7550
7551 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7554         matches on patches.
7555
7556         * gnus-art.el (gnus-article-browse-html-article):
7557         Mention `mm-text-html-renderer' in the doc string.
7558
7559         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7560         string.  Add comments.
7561
7562         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7563         if rhs is ASCII.
7564
7565 2007-12-01  Glenn Morris  <rgm@gnu.org>
7566
7567         * mail-source.el (top-level): Require format-spec before
7568         eval-when-compile.
7569
7570 2007-11-30  Glenn Morris  <rgm@gnu.org>
7571
7572         * encrypt.el: Require password, rather than autoloading password-read.
7573
7574 2007-11-29  Glenn Morris  <rgm@gnu.org>
7575
7576         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7577         (sasl-make-client, sasl-next-step, sasl-step-data)
7578         (sasl-step-set-data): Declare as functions.
7579
7580 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7583
7584 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7585
7586         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7587         certs should be verified and what is to be done in the event of a
7588         verification failure.
7589
7590         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7591         caller can indicate whether the cache should be disregarded for this
7592         call.  This way the result of the call is reproducible at all times and
7593         can be considered a canonical server name for the supplied method.
7594         (gnus-agent-method-p): Canonicalize server names by pushing their
7595         method through `gnus-method-to-server' using the no-cache argument.
7596
7597         * gnus-srvr.el (gnus-server-insert-server-line):
7598         Call `gnus-method-to-server' with `no-cache' argument.
7599
7600         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7601         gnus-agent-possibly-synchronize-flags as this should be called when the
7602         server is actually being opened.
7603         (gnus-agent-possibly-synchronize-flags)
7604         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7605         flags file of an agentized server to the latter function.
7606
7607         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7608         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7609         after a connection has been established successfully.
7610
7611 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-art.el (article-display-face): Force to display face if called
7614         interactively; check if gnus-article-x-face-too-ugly matches author.
7615         (article-display-x-face): Display face even if From header is missing
7616         as article-display-face does.
7617
7618 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7619
7620         * hashcash.el (message-narrow-to-headers-or-head)
7621         (message-fetch-field, message-goto-eoh)
7622         (message-narrow-to-headers): Declare as functions.
7623
7624 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * mail-source.el (mail-sources): Default to fetch from file for
7627         compatibility with default of nnmail-spool-file.
7628
7629 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7632         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7633         to look for encoded word that should be encoded again.
7634         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7635         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7636         encoding pattern.
7637         (rfc2047-decode-region): Switch strict regexp and loose one according
7638         to rfc2047-allow-irregular-q-encoded-words.
7639
7640 2007-11-25  Romain Francoise  <romain@orebokech.com>
7641
7642         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7643
7644 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * tls.el (tls-program): Provide more custom choices from
7647         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7648         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7649
7650 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7653         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7654
7655         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7656         `nnmail-spool-file'.
7657
7658         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7659         `nnmail-spool-file'.
7660
7661         * gnus-move.el (gnus-change-server): Ditto.
7662
7663         * gnus-kill.el (gnus-batch-score): Ditto.
7664
7665         * gnus-cache.el (gnus-jog-cache): Ditto.
7666
7667         * gnus-msg.el (gnus-summary-reply):
7668         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7669
7670 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7673         version.  Minor improvement to doc strings.
7674         (tls-program): Add comment.
7675
7676 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7677
7678         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7679         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7680         mismatch between the hostname provided in the certificate and the name
7681         of the host connnecting to.
7682         (open-tls-stream): Use them.  Check certificates against trusted root
7683         certificates.
7684
7685 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gnus-cache.el (gnus-cache-generate-nov-databases):
7688         Use nnml-generate-nov-databases-directory instead of
7689         nnml-generate-nov-databases-1.
7690
7691 2007-11-24  Glenn Morris  <rgm@gnu.org>
7692
7693         * message.el (message-tool-bar-retro): Update for rename
7694         mail_send.xpm->mail-send.xpm.
7695
7696 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7699         `smime-ldap-search' for Emacs 22 and up.
7700
7701 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7702
7703         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7704
7705         * message.el (message-send-mail-function): Fix error convention.
7706         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7707         (message-widen-reply, message-send-mail, message-talkative-question)
7708         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7709         (message-clone-locals, message-send-news): Use with-current-buffer.
7710         (message-insert-or-toggle-importance): Remove unused var `valid'.
7711         (message-make-references): Remove unused var `new-references'.
7712         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7713
7714 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7715
7716         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7717         (spam-split-symbolic-return-positive): Reflow docstring.
7718         (spam-backends, spam-summary-exit-behavior)
7719         (spam-mark-ham-unread-before-move-from-spam-group)
7720         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7721         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7722         (spam-clear-cache, spam-backend-check, spam-install-backend)
7723         (spam-install-statistical-backend, spam-list-of-processors)
7724         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7725         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7726         (spam-check-crm114, spam-initialize, spam-unload-hook):
7727         Fix typos in docstrings.
7728
7729 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7732         been checked if they have never been read and those group levels are
7733         higher than the one that a user specified.
7734
7735 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7738         foreign groups unless a group level is specified by a user.
7739         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7740
7741 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * message.el (message-send-mail-function): Require sendmail.
7744
7745 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * message.el (message-send-mail-function): Check for smtpmail too.
7748
7749         * utf7.el (utf7-encode, utf7-decode): Use coding system
7750         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7751
7752         * message.el (message-send-mail-function): New function.
7753         (message-send-mail-function): Set default using
7754         message-send-mail-function.  Adjust doc string.
7755         (message-send-mail-with-mailclient): New function.
7756
7757 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7758
7759         * smime.el (from):
7760         * rfc2047.el (message-posting-charset):
7761         * qp.el (mm-use-ultra-safe-encoding):
7762         * pop3.el (parse-time-months):
7763         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7764         * nnml.el (files):
7765         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7766         (jka-compr-compression-info-list, ange-ftp-path-format)
7767         (efs-path-regexp):
7768         * nndiary.el (files):
7769         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7770         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7771         (epg-digest-algorithm-alist, inhibit-redisplay)
7772         (password-cache-expiry):
7773         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7774         (pgg-output-buffer, password-cache-expiry):
7775         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7776         (efs-path-regexp):
7777         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7778         (inhibit-redisplay):
7779         * mm-uu.el (file-name, start-point, end-point, entry)
7780         (gnus-newsgroup-name, gnus-newsgroup-charset):
7781         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7782         (latin-unity-ucs-list):
7783         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7784         (mm-uu-binhex-decode-function):
7785         * message.el (gnus-message-group-art, gnus-list-identifiers)
7786         (rmail-enable-mime-composing, gnus-local-organization)
7787         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7788         (gnus-read-active-file, facemenu-add-face-function)
7789         (facemenu-remove-face-function, gnus-article-decoded-p)
7790         (tool-bar-mode):
7791         * mail-source.el (display-time-mail-function):
7792         * gnus-util.el (nnmail-pathname-coding-system)
7793         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7794         (gnus-original-article-buffer, gnus-user-agent)
7795         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7796         (xemacs-codename, sxemacs-codename, emacs-program-version):
7797         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7798         * gnus-start.el (gnus-agent-covered-methods)
7799         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7800         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7801         (gnus-newsgroup-headers, gnus-group-list-mode)
7802         (gnus-group-mark-positions, gnus-newsgroup-data)
7803         (gnus-newsgroup-unreads, nnoo-state-alist)
7804         (gnus-current-select-method, mail-sources)
7805         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7806         (nnmail-spool-file, gnus-cache-active-hashtb):
7807         * gnus-mh.el (mh-lib-progs):
7808         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7809         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7810         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7811         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7812         (gnus-group-buffer):
7813         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7814         (font-lock-set-defaults):
7815         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7816         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7817         (gnus-summary-post-menu, total-parts, type, condition, length):
7818         * gnus-agent.el (gnus-agent-read-agentview):
7819         * flow-fill.el (show-trailing-whitespace):
7820         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7821         eval-and-compile wrappers for byte compiler pacifiers.
7822
7823         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7824         (mm-display-inline-fontify): Check for featurep 'xemacs not
7825         extent-list.
7826
7827         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7828         itimer-list.
7829         (mm-create-image-xemacs): Only do something for XEmacs.
7830         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7831
7832         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7833
7834         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7835         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7836
7837 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7838
7839         * nnimap.el (nnimap-split-download-body):
7840         * gnus-demon.el (gnus-demon):
7841         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7842
7843 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7846         New macros.
7847         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7848         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7849         copy data from unibyte buffer to multibyte current buffer.
7850         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7851         to copy data from unibyte current buffer to multibyte buffer.
7852         (nntp-make-process-buffer): Make process buffer unibyte.
7853
7854         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7855
7856 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7857
7858         * pop3.el (pop3-open-server): Accept and process data more robustly at
7859         connexion start to avoid spurious "POP SSL connexion failed" errors.
7860
7861 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7864         read group names.
7865
7866 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7869
7870 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7873         (nnmail-save-active): Use a unibyte buffer when saving active file,
7874         which may contain non-ASCII group names.
7875
7876         * nnml.el (nnml-request-group): Decode group names in messages.
7877
7878 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * message.el (message-citation-line-function)
7881         (message-insert-formatted-citation-line): Fix spelling of
7882         `message-insert-formated-citation-line'.
7883
7884 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7887
7888 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7891         nnmail-pathname-coding-system.
7892
7893         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7894         that a user enters; decode group names in messages.
7895
7896         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7897
7898 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7901
7902         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7903
7904         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7905         risky local variable.
7906
7907         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7908
7909 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7910
7911         * encrypt.el: Improve documentation to fix function name typo.
7912         Reported by Daiki Ueno <ueno@unixuser.org>.
7913
7914 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7917         even if the point is not in the last page of an article.
7918         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7919         back to the previous page.
7920
7921 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7924
7925 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7928
7929 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7930
7931         * message.el (message-check-news-body-syntax):
7932         Avoid mm-string-as-multibyte.
7933         (message-hide-headers): Don't assume (point-min)==1.
7934
7935 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * message.el (message-remove-blank-cited-lines): Fix if remove is
7938         given.
7939         (message-bogus-address-regexp): New variable.
7940         (message-bogus-recipient-p): New function.
7941         (message-check-recipients): New command.
7942         (message-syntax-checks): Add `bogus-recipient'.
7943         (message-fix-before-sending): Add `bogus-recipient'.
7944
7945         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7946         (gnus-treat-body-boundary): Don't test window-system.
7947
7948 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7949
7950         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7951
7952 2007-10-28  Miles Bader  <miles@gnu.org>
7953
7954         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7955         at compile-time too.
7956
7957 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * gnus-msg.el (gnus-message-setup-hook):
7960         Add `message-remove-blank-cited-lines' to options.
7961
7962 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * message.el (message-remove-blank-cited-lines): New function.
7965         Suggested by Karl Plästerer.
7966
7967 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7970         mapc.
7971
7972         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7973         (top-level): Use mapc to set functions to be traced for debugging.
7974
7975         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7976         called for effect with while loop.
7977
7978         * message.el (message-talkative-question): Replace mapcar called for
7979         effect with mapc.
7980
7981         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7982         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7983         called for effect with dolist.
7984
7985         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7986
7987         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7988         gnus-extra-headers and nnmail-extra-headers.
7989
7990         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7991         called for effect with dolist.
7992         (top-level): Use mapc to set functions to be traced for debugging.
7993
7994         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7995         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7996         dolist.
7997
7998         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7999         Replace mapcar called for effect with mapc.
8000         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8001         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8002         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8003         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8004
8005         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8006         remove-if that's a cl function.
8007
8008         * webmail.el (webmail-debug): Replace mapcar called for effect with
8009         dolist.
8010
8011         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8012         with mapc.
8013
8014 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8017         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8018         with while loop.
8019
8020         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8021         functions from article-* functions.
8022         (gnus-multi-decode-header): Replace mapcar called for effect with
8023         dolist.
8024
8025         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8026         (gnus-bookmark-show-details): Replace mapcar called for effect with
8027         while loop.
8028
8029         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8030         called for effect with while loop.
8031
8032         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8033         with dolist.
8034
8035         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8036         Replace mapcar called for effect with dolist.
8037
8038         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8039
8040         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8041         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8042         Replace mapcar called for effect with dolist.
8043         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8044         mapc.
8045
8046         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8047         Replace mapcar called for effect with dolist.
8048         (gnus-topic-list): Replace mapcar called for effect with mapc.
8049
8050         * gnus.el: Use mapc instead of mapcar to add autoloads.
8051
8052 2007-10-23  Richard Stallman  <rms@gnu.org>
8053
8054         * gnus-group.el (gnus-group-highlight): Mark as risky.
8055
8056 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus.el (gnus-server-to-method): Return method found first in
8059         gnus-newsrc-alist.
8060
8061         * gnus-art.el (gnus-article-highlight-signature)
8062         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8063         button overlay without the front stickiness.
8064
8065 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8066
8067         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8068         overview buffer needed a catch to receive its throw.
8069         (gnus-agent-flush-cache): Declare as interactive to make this function
8070         easier to use.
8071
8072 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8075         `next-line'.
8076
8077 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8080         exclude address matching message-dont-reply-to-names.
8081
8082 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-util.el (gnus-string<): New function.
8085
8086         * gnus-sum.el (gnus-article-sort-by-author)
8087         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8088
8089 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8092         the frame-focus tag is set in gnus-buffer-configuration.
8093
8094 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8097         the front stickiness.
8098
8099 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8102         url pattern; remove duplicate one.
8103         (gnus-article-extend-url-button): New function.
8104         (gnus-article-add-buttons): Use it.
8105         (gnus-button-push): Use concatenated url that it makes.
8106
8107 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8108
8109         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8110
8111 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8112
8113         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8114         Don't hardcode point-min==1.
8115
8116 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8119         Fix comment about "iso8859-1".
8120
8121 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8122
8123         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8124         ones returned from the verify-function.
8125
8126         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8127         Call mml2015-extract-cleartext-signature if extraction failed.
8128
8129 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8130
8131         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8132         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8133         failed.
8134
8135 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8138
8139 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8142         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8143         recommends to use EasyPG instead of PGG.
8144
8145         * pgg.el: Revert to revision 6.23.2.16.
8146
8147         * pgg-def.el: Revert to revision 6.6.2.14.
8148
8149         * pgg-gpg.el: Revert to revision 6.23.2.34.
8150
8151 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8154         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8155         thread for both the null and zero (kill/expire thread) universal prefix
8156         cases.
8157         (gnus-summary-expire-thread): Add new function to expire a thread,
8158         using gnus-summary-kill-thread.
8159         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8160         shortcuts for gnus-summary-expire-thread.
8161         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8162         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8163
8164 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8165
8166         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8167         extras value, so an extras entry can be deleted.
8168         (gnus-registry-delete-extra-entry): Use it.
8169         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8170         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8171         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8172         storage through the gnus-registry, and provide an appropriate API for
8173         it.
8174
8175 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8178         Suggested by Leo <sdl.web@gmail.com>.
8179
8180         * gnus.el: Do.
8181
8182 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8185         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8186
8187         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8188
8189         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8190         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8191
8192 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8195         newline.
8196         (nnmbox-request-accept-article): Don't change article in source buffer;
8197         narrow to header to use message-fetch-field rather than
8198         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8199         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8200         as delimiters; make sure article ends with newline.
8201         (nnmbox-delete-mail): Correct last position of article to be deleted;
8202         ignore X-Gnus-Newsgroup header in article body.
8203         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8204         positions; make sure article ends with newline.
8205
8206         * message.el (message-display-abbrev): Don't infloop when a user
8207         inserts SPC in the beginning of header.
8208
8209         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8210         coding-system-for-read and coding-system-for-write for XEmacs having no
8211         file-coding feature.
8212
8213         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8214
8215 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8216
8217         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8218         list of groups not followed by default.  Fix type to be regexp.
8219         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8220
8221 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8222
8223         * hmac-def.el (define-hmac-function): Switch from old-style to
8224         new-style backquotes.
8225
8226         * md4.el (md4-make-step): Likewise.
8227
8228 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8231         raw-text coding system when saving .newsrc file, which may contain
8232         non-ASCII group names.
8233
8234 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-cus.el (gnus-score-extra): New widget.
8237         (gnus-score-extra-convert): New function.
8238         (gnus-score-customize): Use it for Extra.
8239
8240 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8241
8242         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8243         (mml2015-mailcrypt-clear-verify): Use it.
8244         (mml2015-gpg-clear-verify): Use it.
8245         (mml2015-pgg-clear-verify): Use it.
8246         (mml2015-epg-clear-verify): Replace the current part with the output
8247         from GnuPG; don't extract the plaintext by itself.
8248
8249         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8250         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8251         mml2015-clear-verify-function; don't touch the armor headers or
8252         dash-escaped text here.
8253
8254 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8257         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8258         parts, or application/octet-stream as a last resort.
8259         (gnus-mime-view-part-as-type): Don't toggle display.
8260         (gnus-mime-view-part-as-charset): Don't turn off display before
8261         querying charset.
8262
8263         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8264         stuff to undisplayer function in Emacs.
8265         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8266
8267         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8268         text/calendar parts.
8269
8270 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8273         decoding text/calendar parts.
8274
8275         * message.el (message-forward-make-body-mime): Always mark body as
8276         having no illegible text; remove signed-or-encrypted argument.
8277         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8278
8279         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8280         (mml-generate-mime-1): Don't encode body if it is specified to be in
8281         raw form; don't make buffer be unibyte when inserting multibyte string.
8282
8283 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8284
8285         * sha1.el: Fix up comment style.
8286         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8287         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8288
8289         * hex-util.el: Fix up comment style.
8290         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8291
8292         * gnus-salt.el: Use with-current-buffer.
8293         (gnus-pick-setup-message): Fix long-standing typo.
8294
8295 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * imap.el (imap-logout-timeout): New variable.
8298         (imap-logout, imap-logout-wait): New functions.
8299         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8300
8301         * nnimap.el (nnimap-logout-timeout): New server variable.
8302         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8303         nnimap-logout-timeout.
8304
8305         * gnus-art.el (gnus-article-summary-command-nosave)
8306         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8307
8308 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus.el (gnus-maximum-newsgroup): New variable.
8311
8312         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8313         according to gnus-maximum-newsgroup.
8314
8315         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8316         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8317         Limit the range of articles according to gnus-maximum-newsgroup.
8318
8319 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8320
8321         * gnus-art.el (gnus-sticky-article): Fix problems described in
8322         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8323         Don't perform gnus-configure-windows here; reuse existing sticky
8324         article buffer.
8325
8326         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8327         it doesn't exist in gnus-article-mode.
8328
8329 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8332         (gnus-agent-decoded-group-name): New function.
8333         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8334         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8335
8336 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8337
8338         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8339         Add binding for gnus-sticky-article.
8340         (gnus-summary-exit): Don't kill sticky article buffers.
8341
8342         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8343         article buffer.
8344         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8345         (gnus-kill-sticky-article-buffers): New commands.
8346
8347 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * nntp.el (nntp-xref-number-is-evil): New server variable.
8350         (nntp-find-group-and-number): If it is non-nil, don't trust article
8351         numbers in the Xref header.
8352
8353 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-agent.el (gnus-agent-read-group): New function.
8356         (gnus-agent-flush-group, gnus-agent-expire-group)
8357         (gnus-agent-regenerate-group): Use it.
8358         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8359         nnmail-pathname-coding-system.
8360
8361 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8364
8365         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8366         that are unread as unread, and also as selected so that information of
8367         marks having been changed by a user may be updated when exiting group.
8368
8369 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8372
8373 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8376         calculated ignoring signature parts to gnus-treat-article.
8377
8378 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8381         a point here in order to keep the window start.
8382         (gnus-insert-mime-security-button): Make a button overlay without the
8383         front stickiness.
8384         (gnus-mime-display-security): Goto the end of a button.
8385
8386         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8387
8388 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8391         group-name-at-point.
8392         (gnus-group-completing-read): New function that offers decoded
8393         non-ASCII group names for completion.
8394         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8395         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8396         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8397         (gnus-group-fetch-control): Use it.
8398         (gnus-fetch-group): Use group-name-at-point for the initial value
8399         rather than the default value; use gnus-alive-p.
8400
8401         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8402         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8403         (gnus-summary-post-news): Use gnus-group-completing-read.
8404
8405         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8406         (gnus-read-move-group-name): Decode group name for completion.
8407
8408 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8409
8410         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8411         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8412         Yamaoka slightly modified the code).
8413
8414 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8417         (nnmail-split-incoming): Bind it.
8418
8419         * nnml.el (nnml-group-name-charset): New function.
8420         (nnml-decoded-group-name): Use it; don't decode group name if
8421         nnmail-group-names-not-encoded-p is non-nil.
8422         (nnml-encoded-group-name): New function.
8423         (nnml-group-pathname): Inline nnml-decoded-group-name.
8424         (nnml-request-expire-articles): Decode group name in message.
8425         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8426         nnmail-pathname-coding-system.
8427         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8428         not decoded ones according to nnmail-group-names-not-encoded-p.
8429         (nnml-generate-active-info): Use nnml-encoded-group-name.
8430
8431 2007-08-08  Glenn Morris  <rgm@gnu.org>
8432
8433         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8434         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8435         doc-strings and comments.
8436
8437 2007-07-25  Glenn Morris  <rgm@gnu.org>
8438
8439         * Relicense all FSF files to GPLv3 or later.
8440
8441 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-sum.el (gnus-summary-move-article):
8444         Make gnus-summary-respool-article work.
8445
8446 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8449         string.
8450
8451 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8452
8453         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8454         that should be ignored when comparing distant RSS articles with local
8455         ones.
8456         (nnrss-make-hash-index): New function.  Create a hash index according
8457         to the ignored fields.
8458         (nnrss-check-group): Use it.
8459
8460 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8463
8464         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8465
8466         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8467         the new optional argument ENCODED is non-nil.
8468         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8469         coding system for encoding group name.
8470         (gnus-group-make-rss-group): Pass un-encoded group name to
8471         gnus-group-make-group.
8472         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8473         encoded.
8474
8475         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8476         Encode group name to which articles are moved or copied.
8477         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8478         coding system for encoding Newsgroup, Followup-To and Xref headers.
8479
8480         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8481         marks; use nnheader-file-coding-system to write a file.
8482         (nnagent-retrieve-headers): Bind file-name-coding-system to
8483         nnmail-pathname-coding-system.
8484
8485         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8486
8487         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8488         (nnml-request-article, nnml-request-create-group)
8489         (nnml-request-rename-group, nnml-find-id)
8490         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8491         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8492         (nnml-save-marks): Use nnml-group-pathname instead of
8493         nnmail-group-pathname.
8494
8495         (nnml-request-create-group, nnml-request-expire-articles)
8496         (nnml-request-move-article, nnml-request-delete-group)
8497         (nnml-deletable-article-p, nnml-possibly-create-directory)
8498         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8499         (nnml-open-marks): Bind file-name-coding-system to
8500         nnmail-pathname-coding-system.
8501
8502         (nnml-request-article): Pass server argument to nnml-find-group-number.
8503         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8504         Pass server argument to nnml-possibly-create-directory.
8505         (nnml-request-accept-article): Pass server argument to
8506         nnml-active-number and nnml-save-mail.
8507         (nnml-find-group-number): Pass server argument to nnml-find-id.
8508         (nnml-request-update-info): Pass server argument to
8509         nnml-marks-changed-p.
8510
8511         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8512         (nnml-save-mail, nnml-active-number): Add server argument.
8513
8514         (nnml-request-delete-group): Warn if group is missing.
8515         (nnml-get-nov-buffer): Decode group name.
8516         (nnml-generate-active-info): Encode group name.
8517         (nnml-open-marks): Decode group name in messages.
8518
8519 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8522         if it is not specified.
8523         (gnus-article-pipe-part, gnus-article-save-part)
8524         (gnus-article-interactively-view-part, gnus-article-copy-part)
8525         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8526         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8527         (gnus-article-replace-part, gnus-article-delete-part)
8528         (gnus-article-view-part-as-type): Pass raw prefix argument to
8529         gnus-article-part-wrapper.
8530
8531 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-agent.el (gnus-agent-save-active):
8534         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8535
8536         * gnus-cache.el (gnus-cache-save-buffers)
8537         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8538         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8539         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8540         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8541         (gnus-cache-generate-active, gnus-cache-rename-group)
8542         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8543         (gnus-cache-update-overview-total-fetched-for):
8544         Bind file-name-coding-system to nnmail-pathname-coding-system.
8545         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8546         New variables.
8547         (gnus-cache-decoded-group-name): New function.
8548         (gnus-cache-file-name): Use it.
8549         (gnus-cache-generate-active): Use non-decoded group name for active.
8550
8551         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8552         right place.
8553         (gnus-write-active-file): Don't break non-ASCII group names.
8554
8555         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8556         nnmail-pathname-coding-system.
8557
8558         * lpath.el: Bind default-file-name-coding-system,
8559         file-name-coding-system and language-info-alist for XEmacs.
8560
8561         * gnus-uu.el (gnus-uu-decode-save): Typo.
8562
8563 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8566
8567 2007-07-14  David Kastrup  <dak@gnu.org>
8568
8569         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8570         finishing actions if we did not edit the article.
8571
8572 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8575         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8576         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8577         (gnus-agent-flush-group, gnus-agent-flush-cache)
8578         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8579         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8580         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8581         (gnus-agent-regenerate-group)
8582         (gnus-agent-update-files-total-fetched-for)
8583         (gnus-agent-update-view-total-fetched-for):
8584         Bind file-name-coding-system to nnmail-pathname-coding-system.
8585         (gnus-agent-group-pathname): Don't encode file names by
8586         nnmail-pathname-coding-system.
8587         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8588         coding-system-for-write instead of buffer-file-coding-system to
8589         gnus-agent-file-coding-system.
8590
8591         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8592         Decode group name.
8593
8594         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8595
8596         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8597         (gnus-read-newsrc-el-file): Make group names unibyte.
8598
8599         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8600         nnmail-pathname-coding-system.
8601
8602         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8603         (nnrss-request-delete-group): Bind file-name-coding-system to
8604         nnmail-pathname-coding-system.
8605         (nnrss-read-server-data, nnrss-read-group-data):
8606         Bind file-name-coding-system correctly.
8607         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8608
8609         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8610         (nntp-server-to-method-cache): New variable.
8611         (nntp-group-pathname): New function that decodes non-ASCII group names.
8612         (nntp-possibly-create-directory, nntp-marks-changed-p)
8613         (nntp-save-marks, nntp-open-marks): Use it.
8614         (nntp-possibly-create-directory, nntp-open-marks):
8615         Bind file-name-coding-system to nnmail-pathname-coding-system.
8616         (nntp-open-marks): Decode group names when bootstrapping marks.
8617
8618         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8619         Newsgroups and Folowup-To headers.
8620
8621 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8624         (gnus-server-closed-face, gnus-server-denied-face)
8625         (gnus-server-offline-face): Remove variable.
8626         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8627
8628         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8629         of modifying message-stack directly for XEmacs.
8630
8631         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8632         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8633         if the coding-system argument is nil for XEmacs.
8634
8635         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8636         mm-charset-override-alist.
8637
8638         * rfc2047.el: Don't require base64; require rfc2045 for the function
8639         rfc2045-encode-string.
8640         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8641         to quote the parameter value.
8642
8643 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8646         form in gnus-group-name-charset-method-alist.
8647
8648         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8649         overrides the default layout edit-form.
8650
8651         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8652
8653         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8654
8655 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8658         as unfetched articles.
8659
8660 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8663
8664 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8667         original back end that keeps marks in the local system.
8668
8669 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8672         arg of pop-to-buffer for XEmacs.
8673         (gnus-article-read-summary-keys): Ditto; don't restore window
8674         configuration if summary command ends up with neither article buffer
8675         nor summary buffer; describe bindings if summary keys end with C-h.
8676
8677 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * message.el (message-fix-before-sending): Skip raw message part to be
8680         forwarded while checking illegible text.
8681         (message-forward-make-body-mime, message-forward-make-body):
8682         Mark signed or encrypted raw message as having no illegible text.
8683
8684 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8687         (gnus-message-with-timestamp-1): New macro.
8688         (gnus-message-with-timestamp): New function.
8689         (gnus-message): Use them.
8690
8691         * nnheader.el (nnheader-message): Use them.
8692
8693 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8696         .newsrc.eld file.
8697
8698 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-agent.el (gnus-agent-fetch-headers)
8701         (gnus-agent-retrieve-headers):
8702         Bind gnus-decode-encoded-address-function to identity.
8703
8704         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8705         available also when the server returns simply a dot.
8706
8707         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8708
8709 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8712
8713 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-ems.el (gnus-x-splash): Make it work.
8716
8717         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8718         from being used.
8719
8720         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8721
8722 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8725         4th and the 5th arguments.
8726
8727         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8728         the front stickiness.
8729         (gnus-article-summary-command-nosave): Correct the order of the
8730         arguments passed to pop-to-buffer.
8731         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8732         summary command ends up with the article buffer.
8733
8734         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8735         the same faces.
8736
8737 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8738
8739         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8740
8741 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8742
8743         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8744         * gnus-sum.el (gnus-summary-highlight):
8745         * pgg.el (pgg-sign-region, pgg-sign):
8746         * mail-source.el (mail-source-delete-old-incoming-confirm):
8747         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8748
8749 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-art.el (gnus-mime-view-part-externally)
8752         (gnus-mime-view-part-internally): Fix predicate function passed to
8753         completing-read.
8754
8755         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8756
8757         * gnus.el (gnus-update-message-archive-method): Add :version.
8758
8759 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus.el (gnus-update-message-archive-method): New variable.
8762
8763         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8764         according to gnus-message-archive-method if
8765         gnus-update-message-archive-method is non-nil.
8766
8767 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8770         Suggested by Loic Dachary <loic@dachary.org>.
8771         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8772
8773 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * message.el (message-pop-to-buffer): Add switch-function argument.
8776         (message-mail): Pass switch-function argument to it.
8777
8778 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8781         Improve doc string.
8782
8783 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8786         (gnus-header-content)
8787         * gnus-cite.el (gnus-cite-10)
8788         * gnus-srvr.el (gnus-server-closed)
8789         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8790         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8791         (gnus-group-mail-3-empty, gnus-group-mail-low)
8792         (gnus-group-mail-low-empty, gnus-splash)
8793         * message.el (message-header-to, message-header-cc)
8794         (message-header-subject, message-header-other, message-header-name)
8795         (message-header-xheader, message-separator, message-cited-text)
8796         (message-mml): Lighten colors of faces used for dark background.
8797
8798 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8799
8800         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8801         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8802
8803 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * message.el (message-narrow-to-headers-or-head):
8806         Ignore mail-header-separator in the body.
8807
8808 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8811         same as window size.
8812
8813 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8814
8815         * message.el (message-font-lock-keywords): Use message-header-xheader
8816         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8817         ahead of the anything pattern, to get it recognised.
8818
8819 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8822         spam.el loads uses it in the compiled defadvice form.
8823
8824 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8825
8826         * gnus-sum.el (gnus-articles-to-read)
8827         (gnus-summary-insert-old-articles): Don't truncate group name for
8828         `read-string'.
8829
8830         * gnus-util.el (gnus-limit-string): Delete this function.
8831
8832         * gnus-sum.el (gnus-simplify-subject-fully):
8833         Use `truncate-string-to-width' instead.
8834
8835 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8836
8837         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8838         Tell if, on summary exit, the next group has to be selected.
8839         (gnus-summary-exit): Use it.
8840
8841 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8844         non-break space.
8845
8846 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8849         Check if group is not a directory.
8850         (nnfolder-request-expire-articles): Don't delete articles if the target
8851         group is not available.
8852
8853         * nnml.el (nnml-request-create-group): Properly check if group is not a
8854         file.
8855         (nnml-request-expire-articles): Don't delete articles if the target
8856         group is not available.
8857
8858         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8859         Don't quote characters that are within parentheses.
8860
8861 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8864         (gnus-handle-ephemeral-exit): Select article according to it.
8865
8866 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * message.el (message-insert-formated-citation-line): Remove newline.
8869         (message-citation-line-format): Add final \n here so that the user can
8870         avoid a blank line.
8871
8872 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8873
8874         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8875         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8876         Update lanl/arXiv support.
8877
8878 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus.el: Bump version number.
8881
8882 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * gnus.el (gnus-version-number): Bump version.
8885
8886 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8887
8888         * gnus.el: No Gnus v0.6 is released.
8889
8890 2007-04-27  Didier Verna  <didier@xemacs.org>
8891
8892         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8893         * gmm-utils.el (gmm-regexp-concat): ... here.
8894         * message.el: Don't require 'gnus-util.
8895         (message-dont-reply-to-names): Handle name change above.
8896         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8897
8898 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8901         since the initial value varies according to the system.
8902
8903 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8906
8907 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8908
8909         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8910
8911 2007-04-24  Didier Verna  <didier@xemacs.org>
8912
8913         Improve the type of gnus-ignored-from-addresses.
8914         * gnus-util.el (gnus-orify-regexp): New function.
8915         * message.el (gnus-util): Require it.
8916         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8917         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8918         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8919
8920 2007-04-24  Didier Verna  <didier@xemacs.org>
8921
8922         * gnus-sum.el:
8923         * gnus-utils.el: Fix some trailing whitespaces.
8924
8925 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8928         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8929         article's Message-ID; refer parent article in summary buffer.
8930
8931         * message.el (message-bounce): Call mime-to-mml.
8932
8933         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8934         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8935         optimize and/or forms properly.
8936
8937 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8940         URL.
8941
8942 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8945
8946 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8949         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8950         displayed of multipart/alternative part if it is invoked from summary
8951         buffer.
8952
8953         * mm-view.el (mm-inline-text-html-render-with-w3m)
8954         (mm-inline-text-html-render-with-w3m-standalone)
8955         (mm-inline-render-with-function): Use mail-parse-charset by default.
8956
8957 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8958
8959         * parse-time.el (parse-time-string-chars): Check if CHAR
8960         is less than the length of parse-time-syntax.
8961
8962 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8965         from gnus-newsgroup-processable.
8966
8967 2007-04-16  Didier Verna  <didier@xemacs.org>
8968
8969         * gnus-msg.el (gnus-configure-posting-styles):
8970         Handle message-signature-directory properly with :file syntax.
8971         Reported by "Leo".
8972
8973 2007-04-11  Didier Verna  <didier@xemacs.org>
8974
8975         New user option: message-signature-directory.
8976         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8977         * message.el (message-insert-signature): Ditto.
8978         * message.el (message-signature-file): Doc update.
8979         * message.el (message-signature-directory): New.
8980
8981 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-msg.el (gnus-inews-yank-articles):
8984         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8985
8986 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * message.el (message-yank-original): Make sure cited text ends with
8989         newline; don't exchange point and mark.
8990
8991 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8992
8993         * tls.el (open-tls-stream): Properly handle case where there
8994         is no associated buffer.
8995
8996 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8997
8998         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8999         message-yank-original, make sure (< mark TEXT point).
9000
9001 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * message.el (message-fill-column): New variable.
9004         (message-mode): Use it.  Add comment on a possible new hook.
9005
9006         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9007         (nnmail-get-new-mail): Reformat.
9008
9009         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9010
9011         * gmm-utils.el: Fix Commentary.
9012         (gmm-tool-bar-from-list): Fix typo in doc string.
9013
9014 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9015
9016         * message.el (message-yank-original): Don't switch point and mark
9017         unnecessarily to put point and mark as documented.
9018
9019 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9022         from the message heads.
9023
9024 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9025
9026         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9027         article buffer does not have a window.  This may not be the best
9028         solution but is certainly better than setting the start of the null,
9029         that is the current, window.
9030
9031 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9034         (gnus-draft-setup): Run it.
9035
9036         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9037         gnus-score-fast-scoring.  Allow regexp.
9038         (gnus-score-headers): Use it.
9039
9040         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9041         XEmacs.
9042
9043         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9044         string.
9045         (gnus-button-alist): Also catch `<f1> k ...'.
9046         (gnus-treat-display-x-face): Fix doc string.
9047
9048 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9049
9050         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9051         evaluation of gnus-extended-version to ensure correct generation of the
9052         User-Agent header when message-generate-headers-first is used.
9053
9054 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9055
9056         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9057         hashcash-path is nil.  Don't call callback with incorrect number of
9058         parameters if val is 0.
9059
9060 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9061
9062         * message.el (message-required-news-headers):
9063         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9064
9065 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9066
9067         * tls.el (open-tls-stream): In handshake-waiting loop,
9068         don't wait more if there is output available to process.
9069
9070 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9071
9072         * tls.el (tls-program): Doc fix.
9073
9074 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * message.el (message-generate-new-buffers): Change the meaning of the
9077         nil value; add `standard' to the choices; treat t as `unique'; improve
9078         doc string.
9079         (gnus-select-frame-set-input-focus): Autoload.
9080         (message-buffer-name): Search for the existing message buffer if
9081         message-generate-new-buffers is nil or `standard'; treat the value t of
9082         message-generate-new-buffers as `unique'.
9083         (message-pop-to-buffer): Raise the frame already displaying the message
9084         buffer; clear the echo area after querying.
9085         (message-setup): Pass the `continue' argument to compose-mail.
9086         (message-mail): Prefer `switch-function' if it is given; search for the
9087         existing message buffer if the `continue' argument is non-nil; pass
9088         continue and switch-function arguments to compose-mail by way of
9089         message-setup.
9090         (message-mail-other-window): Adjust argument of message-setup.
9091         (message-mail-other-frame): Ditto.
9092
9093 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9096         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9097         to turn font-lock on when turning gnus-message-citation-mode on.
9098
9099 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9100
9101         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9102         (mml-smime-function-alist): New variable; add epg as the backend.
9103         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9104         mml-smime- functions instead.
9105         * mm-view.el: Require smime.
9106
9107 2007-03-05  Didier Verna  <didier@xemacs.org>
9108
9109         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9110         instead of just inheritance for posting styles.
9111         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9112
9113 2007-02-24  Chris Moore  <dooglus@gmail.com>
9114
9115         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9116         * pgg-pgp.el (pgg-pgp-encrypt-region):
9117         * pgg-gpg.el (pgg-gpg-encrypt-region):
9118         Check pgg-encrypt-for-me if no other recipients.
9119
9120 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9121
9122         * tls.el (tls-certtool-program): Fix custom type.
9123
9124 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9127         and point-at-eol instead of line-(beginning|end)-position.
9128
9129         * assistant.el (assistant-parse-buffer): Ditto.
9130
9131         * netrc.el (netrc-parse-services): Ditto.
9132
9133 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9134
9135         * mml2015.el (mml2015-epg-find-usable-key): New function.
9136         (mml2015-epg-sign): Use it.
9137         (mml2015-epg-encrypt): Use it.
9138
9139 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * message.el (message-make-in-reply-to): Quote name containing
9142         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9143         if there are special characters.  Reported by NAKAJI Hiroyuki
9144         <nakaji@jp.freebsd.org>.
9145
9146 2007-02-27  Didier Verna  <didier@xemacs.org>
9147
9148         Include the group parameters as well as the topic ones in the
9149         inheritance filter process.
9150         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9151         argument GROUP-PARAMS-LIST.
9152         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9153
9154 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * nntp.el (nntp-never-echoes-commands)
9157         (nntp-open-connection-functions-never-echo-commands): New variables.
9158         (nntp-send-command): Use them.
9159
9160 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9161
9162         * mml2015.el (mml2015-epg-verify): Simplify.
9163
9164 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * mml.el (mml-content-disposition-alist): New user option.
9167         (mml-content-disposition): New function.
9168         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9169         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9170
9171 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9172
9173         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9174         verification.
9175
9176 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9177
9178         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9179         articles posted in the last 24 hours.
9180
9181 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9182
9183         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9184
9185 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9186
9187         * nntp.el (nntp-send-command): Don't wait for echoes when
9188         nntp-open-ssl-stream is used.
9189
9190 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9193         (gnus-message-add-citation-keywords)
9194         (gnus-message-remove-citation-keywords): Remove.
9195         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9196         directly, make the variables in font-lock-defaults buffer-local, add
9197         gnus-message-citation-keywords to them and then update the value of
9198         font-lock-keywords.
9199
9200 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * message.el (message-cite-original-1): Don't call
9203         gnus-article-highlight-citation.
9204
9205         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9206         citations; fix line count.
9207
9208 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9211         (gnus-message-add-citation-keywords)
9212         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9213         versions of font-lock-add-keywords and font-lock-remove-keywords to
9214         work with XEmacs correctly.
9215
9216 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-cite.el (gnus-cite-face-list): Set the values of
9219         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9220         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9221         (gnus-message-cite-prefix-regexp): New variable.
9222         (gnus-message-search-citation-line): Use it; protect against long
9223         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9224         the 0th match data for Emacs.
9225         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9226         (gnus-message-add-citation-keywords): Append keywords rather than
9227         prepending; emulate font-lock-add-keywords if it is not available.
9228         (gnus-message-remove-citation-keywords):
9229         Emulate font-lock-remove-keywords if it is not available.
9230
9231         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9232
9233         * message.el (message-cite-prefix-regexp): Set the value of
9234         gnus-message-cite-prefix-regexp.
9235
9236 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9237
9238         * nnweb.el (nnweb-google-parse-1): Update parser.
9239
9240 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9241
9242         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9243
9244 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9245
9246         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9247         regexp.
9248
9249 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9252         string-to-multibyte.
9253         (uudecode-decode-region-internal): Use it.
9254
9255         * lpath.el: Fbind string-as-multibyte for XEmacs.
9256
9257 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9260         Fix custom choice.
9261
9262         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9263
9264 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9265
9266         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9267
9268         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9269         `write-region' to respect `mm-inhibit-file-name-handlers'.
9270
9271 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9274         Use gnus-home-directory instead of "~/" or "$HOME".
9275
9276 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9277
9278         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9279         to mention filename.
9280         Add comments at beginning regarding usage.
9281         (encrypt-write-file-contents): Change interactive so a string is
9282         acceptable.  If the file has no associated model, show an error instead
9283         of a nonsense prompt.
9284
9285 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9286
9287         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9288         Thanks to Yoshihiko Yamada for kind notification of this typo.
9289
9290 2007-01-12  Kenichi Handa  <handa@m17n.org>
9291
9292         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9293         multibyte buffer.
9294
9295 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * gnus-score.el (gnus-score-fast-scoring): New variable.
9298         (gnus-score-headers): Use it.
9299
9300         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9301
9302         * message.el (message-cite-original-1):
9303         Call gnus-article-highlight-citation if requested.
9304         (message-make-from): Allow name and address as optional arguments.
9305
9306         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9307
9308         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9309         bugs to doc string.
9310         (gnus-button-alist): Add mid\\|message-id.
9311         (gnus-button-fetch-group): Extend for use in
9312         `browse-url-browser-function'.
9313         (gnus-button-url-regexp): Try to catch paired parentheses like in
9314         Wikipedia URLs.
9315
9316         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9317         Suggested by Simon Krahnke <overlord@gmx.li>.
9318
9319 2007-01-13  Romain Francoise  <romain@orebokech.com>
9320
9321         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9322         Update copyright.
9323
9324 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9325
9326         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9327
9328 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9329
9330         * gnus-registry.el (gnus-registry-unfollowed-groups)
9331         (gnus-registry-split-fancy-with-parent): Fix documentation.
9332
9333 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9336         from nnweb groups.
9337
9338 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9341         Xref urls.  Erase buffer before requesting head.
9342
9343         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9344
9345 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9348         customizable.
9349
9350 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9351
9352         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9353         no signing key is found.
9354         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9355         no encrypting and/or signing key is found.
9356
9357 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9360
9361 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9362
9363         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9364         headers read from disk with the ones newly found in the current search.
9365         This should no longer cause problems, because the article numbers in
9366         Gmane's `nov.php' output are ignored since the previous change.
9367
9368 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9369
9370         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9371
9372 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9375         replace-regexp-in-string; bind url-version; fbind display-images-p and
9376         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9377         find-face and set-itimer-function for Emacs; bind itimer-list for
9378         Emacs.
9379
9380         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9381
9382 2007-01-01  Romain Francoise  <romain@orebokech.com>
9383
9384         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9385
9386 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9387
9388         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9389         `define-minor-mode' macro definition expanded properly.
9390         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9391         exclude it there.
9392
9393         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9394         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9395         `fboundp' test.
9396         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9397         This is OK to autoload in (S)XEmacs now.
9398
9399 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9402         keystroke.
9403         (gnus-summary-limit-to-singletons): Fix typo.
9404
9405         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9406         else fails.
9407
9408 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9409
9410         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9411         docstring.
9412
9413         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9414         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9415         (gnus-summary-insert-dormant-articles): Fix typo in message.
9416
9417 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9420         nil for XEmacs.
9421         (gnus-message-citation-mode): Don't autoload in XEmacs.
9422
9423         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9424
9425 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9426
9427         * nnimap.el (nnimap-expunge-search-string):
9428         Mention nnimap-search-uids-not-since-is-evil in docstring.
9429
9430 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * spam.el: Revert to make-obsolete-variable because
9433         define-obsolete-variable-alias is not supported in Emacs 21.
9434
9435         * spam.el (spam-ifile-path, spam-ifile-database-path)
9436         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9437         make-obsolete-variable.
9438         (spam-bsfilter-path, spam-bsfilter-program)
9439         (spam-spamassassin-path, spam-spamassassin-program)
9440         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9441         Don't use "path" inappropriately.
9442         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9443         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9444         variable names.
9445
9446 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9447
9448         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9449         summary buffer.
9450
9451         * password.el (password-cache-remove): Use clear-string to burn
9452         password, if available.
9453
9454 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9455
9456         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9457
9458         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9459
9460         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9461         (gnus-message-highlight-citation): Move defcustom here from
9462         gnus-cite.el.
9463         (gnus-message-citation-mode): Autoload.
9464
9465         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9466         checks to make it compile with XEmacs.
9467         (gnus-message-citation-mode): New minor mode.
9468         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9469         (gnus-message-highlight-citation): New variables.
9470         (gnus-message-search-citation-line)
9471         (gnus-message-add-citation-keywords)
9472         (gnus-message-remove-citation-keywords)
9473         (turn-on-gnus-message-citation-mode)
9474         (turn-off-gnus-message-citation-mode): New functions.
9475
9476 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9477
9478         * gnus-cite.el: Enable highlighting of different citation levels in
9479         message-mode.
9480
9481 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * message.el (message-make-fqdn): Fix comment.
9484         (message-bogus-system-names): Add ".local".
9485
9486         * spam.el (spam-ifile-path, spam-ifile-program)
9487         (spam-ifile-database-path, spam-ifile-database)
9488         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9489         Don't use "path" inappropriately.
9490         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9491         strings.
9492         (spam-check-ifile, spam-ifile-register-with-ifile)
9493         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9494         Use new variable names.
9495
9496         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9497         (gnus-treat-display-smileys): Simplify using
9498         gnus-image-type-available-p.
9499
9500         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9501         available.
9502
9503         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9504         Use `display-images-p' if available.
9505
9506 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9509         one after turning on the buffer's multibyteness instead of decoding
9510         them directly in the unibyte buffer that causes unexpected conversion
9511         in Emacs 23 (unicode).
9512
9513 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9514
9515         * message.el (message-generate-hashcash): Fix custom type.
9516
9517 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9520
9521 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9524         disconnect icons.  Add help text.
9525
9526 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9527
9528         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9529         negated to be consistent with the others we handle.
9530
9531 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9534         version of gnus-summary-buffer to something, so that we can use two
9535         article buffers at the same time.
9536
9537 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9538
9539         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9540         trigger all the extra headers.
9541         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9542         sorting.
9543
9544 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9545
9546         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9547         solid groups.
9548
9549 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9550
9551         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9552
9553 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * legacy-gnus-agent.el: Add Copyright notice.
9556
9557 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9558
9559         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9560
9561 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9564
9565         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9566         to make it work reliably in CVS Emacs.
9567         (gnus-summary-limit-strange-charsets-predicate)
9568         (gnus-summary-limit-to-predicate): New functions.
9569
9570 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9571
9572         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9573         specifying array size.
9574         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9575         array if it is too small.
9576         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9577         (gnus-sort-threads-loop): New function.
9578
9579 2006-12-06  Chris Moore  <dooglus@gmail.com>
9580
9581         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9582         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9583
9584 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9585
9586         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9587         options.
9588
9589 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9592         DOS-ing the recipient.
9593
9594         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9595         the headers when creating the mapping to avoid mismappings.
9596         (nnweb-gmane-create-mapping): Always nix out old mapping.
9597
9598 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9601         and mm-verify-option to never.
9602
9603 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * message.el (message-signed-or-encrypted-p): New function.
9606         (message-forward-make-body): Use it.
9607
9608         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9609         Replace encode-coding-string with mm-encode-coding-string.
9610
9611 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * nneething.el (nneething-decode-file-name):
9614         Replace decode-coding-string with mm-decode-coding-string.
9615
9616         * gnus-int.el (gnus-open-server): Say failed server's name.
9617
9618 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9619
9620         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9621         strings to a single string.  Quote `errors-file-name'.
9622         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9623         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9624         Adjust calls.  Use `shell-quote-argument'.
9625
9626 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9627
9628         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9629         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9630
9631         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9632         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9633         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9634         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9635         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9636         (gnus-subscribe-newsgroup, gnus-1):
9637         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9638         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9639         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9640         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9641
9642 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9645         keystroke.
9646         (gnus-summary-limit-to-bodies): Implement headersp.
9647
9648 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9651
9652 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9655
9656 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * message.el (message-generate-hashcash): Expand range of values to
9659         include `opportunistic'.
9660         (message-send-mail): Use it.
9661
9662 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9663
9664         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9665         and comment it.
9666
9667         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9668
9669 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * gnus-util.el (gnus-extract-address-components): Improve comment.
9672
9673 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-util.el (gnus-extract-address-components): Work with address in
9676         which the name portion contains @.
9677
9678         * lpath.el: Fbind custom-autoload.
9679
9680 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * gnus.el (gnus-start): Move custom group up.
9683         (gnus-select-method): Don't autoload, but make it available for
9684         `customize-variable'.
9685         (gnus-getenv-nntpserver): Don't autoload.
9686
9687 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9688
9689         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9690
9691 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * message.el (message-sendmail-extra-arguments): New variable.
9694         (message-send-mail-with-sendmail): Use it.
9695
9696 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9699         mm-with-unibyte-current-buffer to make string unibyte.
9700
9701         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9702         mm-string-as-multibyte.
9703
9704 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9705
9706         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9707         Reported by Werner Koch <wk@gnupg.org>.
9708
9709 2006-11-14  Daiki Ueno  <ueno@p360>
9710
9711         * mml2015.el: Autoload epa-select-keys when compiling.
9712
9713 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9714
9715         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9716         message-options.
9717         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9718
9719 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9720
9721         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9722         EasyPG (< 0.0.6).
9723         (mml2015-always-trust): New user option.
9724         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9725         prompt.
9726
9727 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * nntp.el (nntp-authinfo-force): New variable.
9730         (nntp-send-authinfo): Use it.
9731
9732 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9735         decode encoded words.  Improve prompt.  Add comment about forwarding.
9736         (message-replacement-char): Move up.
9737
9738 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9739
9740         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9741         instead of gnus-intersection because arguments of gnus-sorted-nunion
9742         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9743
9744 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9747         (message-simplify-subject-functions):
9748         Enable message-strip-subject-encoded-words by default.
9749
9750 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * message.el (message-strip-subject-encoded-words): New function.
9753         (message-simplify-subject-functions): New variable.
9754         (message-simplify-subject): Use it.  Fix typo in doc string.
9755         Support message-strip-subject-encoded-words.
9756
9757 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9758
9759         * gnus-diary.el (gnus-diary-delay-format-function):
9760         * nndiary.el (nndiary-reminders):
9761         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9762
9763 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * gnus-art.el (article-hide-boring-headers): Fetch date from
9766         gnus-original-article-buffer to avoid problems with localized date
9767         strings.
9768
9769 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9772
9773 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9776         New variables.
9777         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9778         (mm-charset-synonym-alist): Move some entries to
9779         mm-codepage-iso-8859-list.
9780         (mm-charset-synonym-alist, mm-charset-override-alist):
9781         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9782
9783 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9786
9787 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9790         with Emacs 21 and XEmacs.
9791
9792 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9793
9794         * spam.el (spam-parse-address): New function for better parsing,
9795         catching errors, etc.
9796         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9797
9798 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * mm-view.el: Add interactive arg to html2text autoload.
9801
9802 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9805
9806 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9809         New variables.
9810         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9811         (mm-charset-synonym-alist): Move some entries to
9812         mm-codepage-iso-8859-list.
9813
9814         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9815
9816 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * message.el (message-citation-line-format)
9819         (message-insert-formated-citation-line): Fix implementation of %E, %N
9820         and %n according to the doc string.
9821
9822 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9823
9824         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9825         Use car-safe to avoid bad parses.
9826
9827 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9830         names.
9831
9832         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9833
9834 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9837         header.
9838
9839         * message.el (message-draft-headers): Add Date.
9840         (message-headers-to-generate): Fix typo in docstring.
9841
9842         * nndraft.el (nndraft-required-headers): New variable.
9843         (nndraft-generate-headers): Use it.
9844
9845         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9846
9847 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9848
9849         * gnus-registry.el (gnus-registry-wash-for-keywords)
9850         (gnus-registry-find-keywords): New functions to allow easy searching of
9851         articles that are in the registry.
9852
9853 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9854
9855         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9856         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9857         Reported by Damien Elmes <damien@repose.cx>.
9858
9859 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus.el (gnus-mime): Remove unused custom group.
9862
9863 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9864
9865         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9866         "blank line" when searching for end of armor headers.
9867
9868 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gmm-utils.el (gmm-write-region): Fix variable name.
9871
9872 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * gmm-utils.el (gmm-write-region): New function based on compatibility
9875         code from `mm-make-temp-file'.
9876
9877         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9878
9879         * nnmaildir.el (nnmaildir--update-nov)
9880         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9881         Use `gmm-write-region'.
9882
9883 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9886         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9887
9888         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9889
9890         * message.el (message-replacement-char): New variable.
9891         (message-fix-before-sending): Use it.
9892         (message-simplify-subject): New function to remove duplicate code.
9893         (message-reply, message-followup): Use it.
9894
9895         * gnus-sum.el (gnus-summary-make-menu-bar):
9896         Clarify gnus-summary-limit-to-articles.
9897
9898 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-util.el (gnus-with-local-quit): New macro.
9901
9902         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9903
9904 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9905
9906         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9907         ignore non-string data.
9908
9909 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9910
9911         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9912         non-string data (needs to be done in the registry too).
9913
9914 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9915
9916         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9917         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9918         (gnus-registry-split-fancy-with-parent)
9919         (gnus-registry-fetch-simplified-message-subject-fast)
9920         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9921         Remove text properties on ingress into the registry and when it's saved.
9922         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9923         registry from entries with no groups.
9924
9925 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9926
9927         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9928         function to remove string properties.
9929
9930 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * gmm-utils.el (gmm): Adjust custom version.
9933
9934         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9935         Adjust custom version.
9936
9937         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9938
9939 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * gnus-art.el (gnus-insert-prev-page-button)
9942         (gnus-insert-next-page-button): Simplify.  Reformat.
9943
9944 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9945
9946         * gnus-art.el (gnus-insert-prev-page-button)
9947         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9948
9949 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9950
9951         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9952
9953 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9954
9955         * gnus-art.el (gnus-insert-mime-button)
9956         (gnus-insert-mime-security-button):
9957         Apply gnus-article-button-face to MIME and security buttons.
9958
9959 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9962         readable.
9963
9964 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9967
9968 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9969
9970         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9971         `browse-url-of-file' instead of `browse-url'.
9972
9973 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9974
9975         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9976         regexp.  Articles containing quotation were cut prematurely.
9977
9978 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * message.el (message-cite-original-1): Use nobody by default for the
9981         value of From header.
9982         (message-reply): Ditto.
9983
9984 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9985
9986         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9987         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9988         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9989
9990 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9993         mails in the doc string.  Add some URLs in comment.
9994         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9995
9996 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9999         backslashes handling and the way to find boundaries of quoted strings.
10000
10001 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10002
10003         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10004         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10005         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10006         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10007
10008 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10011         doc string.
10012         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10013
10014 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * lpath.el: Fbind epg-check-configuration.
10017
10018 2006-09-06  Simon Josefsson  <jas@extundo.com>
10019
10020         * mml2015.el (mml2015-use): Doc fix, mention epg.
10021
10022 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10023
10024         * mml2015.el (mml2015-use): Default to epg, if available.
10025
10026 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10027
10028         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10029         message-sender.
10030         (mml1991-epg-encrypt): Ditto.
10031         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10032         message-sender.
10033         (mml2015-epg-encrypt): Ditto.
10034
10035 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10036
10037         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10038         several common directories.
10039
10040 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10041
10042         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10043         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10044
10045 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-art.el (article-decode-encoded-words): Make it fast.
10048
10049 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10052
10053         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10054         in quoted string into `\'.
10055
10056 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10059         Use standard-syntax-table.
10060
10061 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-art.el (gnus-decode-address-function): New variable.
10064         (article-decode-encoded-words): Use it to decode headers which are
10065         assumed to contain addresses.
10066         (gnus-mime-delete-part): Remove useless `or'.
10067
10068         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10069         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10070         (gnus-nov-parse-line): Use it to decode From header.
10071         (gnus-get-newsgroup-headers): Ditto.
10072         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10073
10074         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10075         (mail-decode-encoded-address-string): New alias.
10076
10077         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10078         New function.
10079         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10080         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10081         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10082         (rfc2047-decode-string): Ditto.
10083         (rfc2047-decode-address-region): New function.
10084         (rfc2047-decode-address-string): New function.
10085
10086 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * message.el (message-caesar-buffer-body): Allow rotating headers.
10089
10090         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10091
10092         * message.el (message-insert-formated-citation-line): Fix %f.
10093         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10094
10095 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10098         (gnus-bookmark-mouse-available-p): New macro.
10099         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10100         (gnus-bookmark-bmenu-show-infos): Use it.
10101         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10102         (gnus-bookmark-bmenu-hide-infos): Ditto.
10103         (gnus-bookmark-remove-properties): New function.
10104         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10105         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10106         (gnus-bookmark-write-file): Bind coding-system-for-write.
10107         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10108         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10109         group before selecting it.
10110         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10111         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10112         quit-window if it is not available; use gnus-mouse-2 and bind it to
10113         gnus-bookmark-bmenu-select-by-mouse.
10114         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10115         (gnus-bookmark-bmenu-select-by-mouse): New function.
10116
10117 2006-08-13  Romain Francoise  <romain@orebokech.com>
10118
10119         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10120         space.
10121
10122 2006-08-10  Romain Francoise  <romain@orebokech.com>
10123
10124         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10125         (dns-mode-soa-auto-increment-serial): New user option.
10126         (dns-mode-soa-maybe-increment-serial): New function.
10127         (dns-mode): Add the latter to `write-contents-functions'.
10128
10129 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * compface.el (uncompface): Use binary rather than raw-text-unix.
10132
10133 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * compface.el (uncompface): Make sure the eol conversion doesn't take
10136         place when communicating with the external programs.
10137         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10138
10139 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10142
10143 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10144
10145         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10146         Make it more robust by parsing author and date independently.
10147
10148 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10151
10152 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10153
10154         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10155         first matching secret key.
10156         (mml2015-epg-encrypt): Ditto.
10157
10158         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10159         first matching secret key.
10160         (mml1991-epg-encrypt): Ditto.
10161
10162         * mml2015.el (mml2015-encrypt-to-self): New user option.
10163         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10164         mml2015-epg-encrypt-to-self is set.
10165
10166         * mml1991.el (mml1991-encrypt-to-self): New variable.
10167         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10168         mml1991-epg-encrypt-to-self is set.
10169
10170         * mml2015.el (mml2015-signers): New user option.
10171         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10172         (mml2015-epg-encrypt): Allow to select signing keys.
10173
10174         * mml1991.el (mml1991-signers): New variable.
10175         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10176         (mml1991-epg-encrypt): Allow to select signing keys.
10177
10178 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * nnheader.el (nnheader-insert-head): Make it work even if the file
10181         uses CRLF for the line-break code.
10182
10183 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10184
10185         * mml2015.el: Require mml-sec instead of password.
10186         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10187         (mml2015-cache-passphrase): Inherit the default value from
10188         mml-secure-cache-passphrase.
10189         (mml2015-passphrase-cache-expiry): Inherit the default value from
10190         mml-secure-passphrase-cache-expiry.
10191
10192         * mml1991.el: Require mml-sec instead of password.
10193         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10194         (mml1991-cache-passphrase): Inherit the default value from
10195         mml-secure-cache-passphrase.
10196         (mml1991-passphrase-cache-expiry): Inherit the default value from
10197         mml-secure-passphrase-cache-expiry.
10198
10199         * mml-sec.el: Require password.
10200         (mml-secure-verbose): New user option.
10201         (mml-secure-cache-passphrase): New user option.
10202         (mml-secure-passphrase-cache-expiry): New user option.
10203
10204 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10205
10206         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10207         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10208         andreas@altroot.de (Andreas Vögele).
10209
10210         FIXME: Use `tiny change'?
10211
10212 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10213
10214         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10215         workaround for the url package included with Emacs.
10216
10217         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10218
10219 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10222         correctly.  This fixes a bug caused by the 2006-05-12 change.
10223
10224 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10225
10226         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10227         some information about the error when saying that the `bogus' mail
10228         group will be used.
10229
10230 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10233         string.
10234
10235 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10236
10237         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10238
10239 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10240
10241         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10242
10243 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10244
10245         * mml1991.el (mml1991-function-alist): Add epg.
10246         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10247         (mml1991-epg-encrypt): New functions.
10248
10249 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10250
10251         * mml2015.el (mml2015-verbose): New variable.
10252         (mml2015-cache-passphrase): Ditto.
10253         (mml2015-passphrase-cache-expiry): Ditto.
10254         (mml2015-function-alist): Add epg.
10255         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10256         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10257         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10258         New functions.
10259
10260 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10261
10262         * message.el (message-cite-original-1): Preserve region when removing
10263         quoted text due to X-No-Archive in order to avoid bogus attribution
10264         when citing multiple messages.
10265
10266 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10267
10268         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10269         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10270
10271 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * gnus-diary.el (gnus-user-format-function-d)
10274         (gnus-user-format-function-D): Autoload.
10275
10276         * imap.el (Commentary): Fix typo.
10277
10278         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10279         2006-04-22 contribution.
10280
10281 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10282
10283         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10284         It didn't really fix the bogosity I'm seeing with solid web groups.
10285
10286 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10287
10288         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10289         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10290         created using server names.  If we use the feature without declaring
10291         it, Gnus does not properly manage server and group state.
10292
10293         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10294         bound.
10295
10296 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10297
10298         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10299         looking up the method using GROUP's prefix before inventing a new one.
10300         It is used on killed/unknown groups in various places where returning
10301         an all-new method isn't expected by the caller.
10302
10303         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10304         and match semantics of gnus-group-real-prefix.
10305
10306 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * nnmail.el (nnmail-broken-references-mailers): New variable.
10309         (nnmail-ignore-broken-references): New function generalizing
10310         nnmail-fix-eudora-headers.
10311         (nnmail-fix-eudora-headers): Now obsolete.
10312
10313         * gnus-art.el (gnus-button-handle-custom):
10314         Support `customize-apropos*'.
10315
10316 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10319
10320         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10321         articles.
10322
10323 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * message.el (message-cite-reply-above): New variable.
10326         (message-yank-original): Use it.
10327
10328 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10331
10332 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10335         as read.
10336
10337         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10338
10339 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10340
10341         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10342         (gnus-bookmark-default-file): Use gnus-directory.
10343         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10344         Remove "*" in doc string.
10345         (gnus-bookmark-write-file): Simplify.
10346         (gnus-bookmark-maybe-sort-alist): Use `when'.
10347         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10348         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10349         Add FIXME about Emacs 21 and XEmacs compatibility.
10350         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10351         compatibility.
10352         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10353         compatibility.
10354         (gnus-bookmark-menu-heading): Fix version.
10355
10356 2006-06-19  Bastien Guerry  <bzg@altern.org>
10357
10358         * gnus-bookmark.el: New file.
10359
10360 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * message.el (message-syntax-checks): Doc fix.
10363
10364 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10365
10366         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10367         unsubscribed groups as if they were killed ones.  It causes duplicate
10368         entries in gnus-newsrc-alist.
10369
10370 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * message.el (message-syntax-checks): Doc fix.
10373         (message-send-mail): Add check for continuation headers.
10374         (message-check-news-header-syntax): Fix regexp used to check for
10375         continuation headers.
10376
10377 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10380
10381 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10384
10385 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10388         default-truncate-lines.
10389
10390 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10393         to fill the utf-8 entry.
10394
10395         * lpath.el: Fbind unicode-precedence-list.
10396
10397 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10398
10399         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10400
10401 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10402
10403         * gnus-agent.el (directory-files-and-attributes): Move all the way
10404         forward (the third and final move).
10405         (gnus-agent-read-agentview): Trap reconstruction errors due to
10406         nonexistent directory.  Handle by returning nil.
10407
10408 2006-05-30  Didier Verna  <didier@xemacs.org>
10409
10410         * message.el (message-dont-reply-to-names): Update the custom type.
10411         * message.el (message-dont-reply-to-names): New defsubst: potentially
10412         convert a list of regexps into a single one.
10413         * message.el (message-get-reply-headers): Use it.
10414         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10415
10416 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-agent.el (directory-files-and-attributes): Move forward.
10419
10420 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * gnus-ml.el (gnus-mailing-list-subscribe)
10423         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10424         (gnus-mailing-list-message): Fix doc strings.
10425
10426 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10427
10428         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10429         of doing it manually.
10430
10431 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10434         comment.
10435
10436 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10437
10438         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10439         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10440         (gnus-agent-read-local): All symbols allocated in my-obarray.
10441         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10442         (gnus-agent-regenerate-group): Check numeric names to see if they are
10443         messages or groups.
10444         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10445         better way of do this...)
10446
10447         * gnus-cache.el (gnus-agent-total-fetched-for):
10448         Ignore 'dummy.group' (there should be a better way of do this...)
10449
10450 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10453         (gnus-saved-headers): Ditto.
10454         (gnus-default-article-saver): Mention functions may have properties.
10455         (gnus-article-save): Override gnus-save-all-headers and
10456         gnus-saved-headers by :headers property which saver function may have.
10457         (gnus-summary-save-in-file): Add :headers property.
10458         (gnus-summary-write-to-file): Ditto.
10459
10460         * gnus-sum.el (gnus-summary-save-article): Bind
10461         gnus-prompt-before-saving to t when saving many articles in a file;
10462         always show all headers.
10463
10464         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10465
10466 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10469         marks.
10470
10471         * message.el (message-indent-citation): Add optional arguments to allow
10472         using it outside of message buffers.
10473
10474         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10475         (gnus-article-treat-unfold-headers): Use it.
10476         (gnus-article-truncate-lines): New variable.
10477         (gnus-article-mode): Use it.
10478         (gnus-article-toggle-truncate-lines): New function.
10479
10480         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10481         Add gnus-article-toggle-truncate-lines.
10482
10483         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10484         coding system in XEmacs, use binary.
10485
10486 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10489         after-load-alist.
10490
10491         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10492         this function should save decoded articles.
10493         (gnus-summary-write-to-file): Use property to specify this function
10494         should save decoded articles and specify gnus-summary-save-in-file
10495         should be used to save articles other than the first one when saving
10496         many articles.
10497         (gnus-summary-save-body-in-file): Use property to specify this
10498         function should save decoded articles.
10499         (gnus-summary-write-body-to-file): Use property to specify this
10500         function should save decoded articles and specify
10501         gnus-summary-save-body-in-file should be used to save articles other
10502         than the first one when saving many articles.
10503
10504         * gnus-sum.el (gnus-summary-save-article): Simplify.
10505
10506 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (gnus-default-article-saver):
10509         Add gnus-summary-write-body-to-file.
10510         (gnus-article-save-coding-system): Don't use coding system object
10511         in XEmacs.
10512         (gnus-read-save-file-name): Add optional `dir-var' argument which
10513         specifies directory in which files are saved; work even if optional
10514         `variable' argument is not specified.
10515         (gnus-summary-write-to-file): Read file name.
10516         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10517         (gnus-summary-write-body-to-file): New function.
10518
10519         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10520         (gnus-summary-local-variables): Add it.
10521         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10522         (gnus-summary-save-article): Remove optional `decode' argument;
10523         determine whether to decode articles by the value of
10524         gnus-default-article-saver; when saving many files using
10525         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10526         it first and use gnus-summary-save-in-file or
10527         gnus-summary-save-body-in-file thereafter unless
10528         gnus-prompt-before-saving is always; move point to article which
10529         will be saved.
10530         (gnus-summary-save-article-file): Revert.
10531         (gnus-summary-write-article-file): Revert.
10532         (gnus-summary-save-article-body-file): Revert.
10533         (gnus-summary-write-article-body-file): New function.
10534
10535 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-art.el (gnus-default-article-saver): Doc fix.
10538         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10539         from gnus-summary-save-article-coding-system, and default to a
10540         certain coding system.
10541         (gnus-output-to-file): Add coding cookie and encode text according
10542         to gnus-article-save-coding-system; don't use mm-append-to-file.
10543
10544         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10545         gnus-art.el and rename to gnus-article-save-coding-system.
10546         (gnus-summary-save-article): Require gnus-art; don't show all
10547         headers if it decodes articles; don't add coding cookie here;
10548         don't bind mm-text-coding-system-for-write.
10549         (gnus-summary-save-article-file): Save decoded articles.
10550         (gnus-summary-write-article-file): When saving many files, use
10551         gnus-summary-write-to-file first and gnus-summary-save-in-file
10552         thereafter unless gnus-prompt-before-saving is always.
10553         (gnus-summary-save-article-body-file): Save decoded articles.
10554
10555         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10556
10557 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * nnrss.el (nnrss-check-group): Bind hash-index.
10560
10561 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10562
10563         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10564         its hash index.  Store this hash in `nnrss-group-data'.
10565         (nnrss-read-group-data): Update accordingly.
10566
10567 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10570         entry.
10571
10572         * gnus-sum.el (gnus-summary-make-menu-bar):
10573         Add gnus-article-browse-html-article.
10574
10575 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10576
10577         * gnus-sum.el (gnus-summary-mime-map):
10578         Add gnus-article-browse-html-article.
10579
10580         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10581
10582 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10583
10584         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10585         suitable coding systems in customize.
10586
10587 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * mail-source.el (mail-sources): Fix custom type.
10590
10591 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10594         (gnus-summary-expire-articles-now): Shorten prompt.
10595
10596         * gmm-utils.el (wid-edit): Require.
10597         (defun-gmm): Rename from `gmm-defun-compat'.
10598         (gmm-image-search-load-path): Use it.
10599         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10600
10601 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gnus-sum.el (gnus-summary-save-article-coding-system):
10604         New variable.
10605         (gnus-summary-save-article): Add optional `decode' argument.
10606         If it is set and gnus-summary-save-article-coding-system is non-nil,
10607         save decoded article.
10608         (gnus-summary-write-article-file): Save decoded article if
10609         gnus-summary-save-article-coding-system is non-nil.
10610
10611         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10612         type.
10613
10614 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10617
10618 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10621         first to test gnus-single-article-buffer which may be buffer-local.
10622
10623         * gnus-sum.el (gnus-summary-setup-buffer):
10624         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10625         group; make gnus-article-buffer, gnus-article-current, and
10626         gnus-original-article-buffer always buffer-local.
10627         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10628         group.
10629         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10630
10631 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * nnml.el (nnml-request-compact-group): Compressed files might not
10634         have .gz extension.
10635
10636 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10637
10638         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10639         (mm-copy-to-buffer): Use with-current-buffer.
10640         (mm-display-part): Simplify.
10641         (mm-inlinable-p): Add optional arg `type'.
10642
10643 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10644
10645         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10646         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10647         Try harder to show the attachment internally or externally using
10648         gnus-mime-view-part-as-type.
10649
10650 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * message.el (message-from-style, message-signature-separator)
10653         (message-user-organization-file, message-send-mail-function)
10654         (message-citation-line-function, message-yank-prefix)
10655         (message-indent-citation-function, message-signature)
10656         (message-signature-file, message-signature-insert-empty-line):
10657         Remove autoloads.
10658
10659         * gnus-art.el (gnus-buttonized-mime-types):
10660         Remove "multipart/signed".  Revert 2006-04-26 change.
10661
10662 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * gnus.el (gnus-version-number): Bump version.
10665
10666 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10667
10668         * gnus.el: No Gnus v0.5 is released.
10669
10670 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10671
10672         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10673         fetching articles by message-id.
10674
10675 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676
10677         * message.el (hashcash): Require hashcash as normal.
10678
10679         * ecomplete.el (ecomplete-highlight-match-line):
10680         Use point-at-eol.
10681         (ecomplete-highlight-match-line): Use `highlight', because that
10682         face exists in both Emacs and XEmacs.
10683
10684         * message.el (message-display-abbrev): Use point-at-bol.
10685
10686         * mail-source.el: Don't require timer/timer-funcs.
10687
10688         * gnus-async.el: Ditto.
10689
10690         * password.el: Ditto.
10691
10692         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10693
10694         * mm-url.el: Ditto.
10695
10696         * gnus-xmas.el: Don't require timer-funcs.
10697
10698         * mm-util.el: Require timer/timer-funcs.
10699
10700 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10701
10702         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10703         Close.
10704
10705 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10708         unibyte after clear-decrypt function runs.
10709
10710         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10711         returns as a unibyte string.
10712
10713 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * lpath.el: Revert.
10716
10717         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10718         (pgg-gpg-process-sentinel): Revert.
10719
10720         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10721         (pgg-pgp-lookup-key): Revert.
10722
10723         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10724         (pgg-pgp5-lookup-key): Revert.
10725
10726         * pgg.el (pgg-fetch-key): Revert.
10727
10728 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * lpath.el: Fbind string-as-multibyte for XEmacs.
10731
10732         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10733         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10734         (mml1991-pgg-encrypt): Ditto.
10735
10736         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10737         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10738         a multibyte buffer.
10739
10740         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10741         (pgg-pgp-lookup-key): Ditto.
10742
10743         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10744         (pgg-pgp5-lookup-key): Ditto.
10745
10746         * pgg.el (pgg-fetch-key): Ditto.
10747
10748 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * message.el (message-user-organization-file): Check several
10751         locations of the organization file.
10752
10753         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10754         Add gnus-article-view-part-as-type.
10755
10756         * gnus-art.el (gnus-article-view-part-as-type): New function.
10757
10758         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10759         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10760
10761         * mml.el: Simplify autoload.
10762         (mml-mode): defvar dnd-protocol-alist instead of using
10763         symbol-value.
10764         (mml-default-directory): New variable.
10765         (mml-minibuffer-read-file): Use it.
10766         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10767
10768         * message.el (message-citation-line-format): New variable.
10769         (message-insert-formated-citation-line): New function.
10770         (message-citation-line-function):
10771         Add `message-insert-formated-citation-line' to custom type.
10772
10773         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10774         to doc string.
10775
10776         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10777         depending on mm-verify-option.
10778
10779 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10782         binding pgg-* variables; reimplement the section which prevents
10783         MIME header from being signed.
10784         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10785         pgg-text-mode; remove a blank line at the top of body.
10786
10787         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10788         lines at the top of body; use gnus-newsgroup-charset if there's no
10789         Charset header.
10790
10791 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * message.el (message-self-insert-commands): Doc fix.
10794
10795         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10796         (mm-uu-pgp-encrypted-test): Ditto.
10797         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10798         between header and body; return application/pgp-encrypted handle
10799         if decryption failed; decode decrypted body by charset.
10800
10801         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10802         element match to application/pgp-*.
10803
10804 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10805
10806         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10807         HTML.
10808
10809 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10810
10811         * mail-source.el (mail-source-call-script): Message the error
10812         string.
10813
10814 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * gnus-util.el (gnus-byte-compile): Use it.
10817
10818 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10819
10820         * gnus-util.el (kill-empty-logs): New function.
10821
10822 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10823
10824         * message.el (message-mail-alias-type): Doc fix.
10825         (message-mail-alias-type-p): New function.
10826         (message-send): Use it.
10827         (message-mode): Ditto.
10828         (message-strip-forbidden-properties): Ditto.
10829
10830         * ecomplete.el (ecomplete-database-file-coding-system):
10831         New variable.
10832         (ecomplete-save): Use it.
10833         (ecomplete-setup): Use it.
10834
10835 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * message.el (message-self-insert-commands): New variable.
10838         (message-strip-forbidden-properties): Use it.
10839
10840 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10843         that doesn't make XEmacs choke.
10844
10845 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-util.el (gnus-replace-in-string):
10848         Prefer replace-regexp-in-string over of replace-in-string.
10849
10850 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-util.el (gnus-select-frame-set-input-focus):
10853         Use select-frame-set-input-focus if it is available in XEmacs; use
10854         definition defined in Emacs 22 for old Emacsen.
10855
10856         * dgnushack.el: Autoload unmorse-region for XEmacs.
10857
10858         * lpath.el: Bind cursor-in-non-selected-windows and
10859         select-frame-set-input-focus for XEmacs.
10860
10861 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10864
10865 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         * gnus-registry.el (gnus-registry-cache-save): Remove text
10868         properties when saving via the temp buffer.
10869
10870 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * message.el (message-generate-hashcash): Honor custom type.
10873
10874 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10875
10876         * message.el (message-generate-hashcash): Default to non-nil when
10877         hashcash is found.
10878
10879         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10880         (gnus-refer-thread-limit): Increase default to 500.
10881
10882         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10883
10884         * flow-fill.el (fill-flowed): Allow delete-space.
10885
10886 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10889         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10890         Remove autoloads.
10891
10892 2006-04-18  Simon Josefsson  <jas@extundo.com>
10893
10894         * message.el (message-generate-hashcash): Default to.
10895
10896 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10899         concatenating segments rather than before concatenating them.
10900
10901 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10904
10905 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10908
10909         * message.el (message-forward-make-body-plain):
10910         Allow message-forward-ignored-headers to be a list.
10911         (message-remove-ignored-headers): Factor out into function.
10912         (message-forward-make-body-mml): Use it.
10913
10914         * imap.el (imap-quote-specials): New function.
10915         (imap-login-auth): Quote specials.
10916
10917         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10918         (rfc2231-parse-string): Allow concatanation of parameters that
10919         aren't contiguous.  The test case is
10920           (mail-header-parse-content-type "message/external-body;
10921             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10922             access-type=LOCAL-FILE;
10923             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10924
10925 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10926
10927         * nntp.el (nntp-accept-process-output): Return the value of
10928         `nnheader-accept-process-output'.
10929
10930 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10933         (gnus-button-alist): Recognize more diff formats.
10934         (gnus-button-patch): Strip directory.
10935
10936 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10939         Emacs 22 when setting focus.
10940
10941 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * gnus-art.el (gnus-article-treat-types): Do treatment of
10944         text/x-verbatim parts.
10945         (gnus-button-patch): New command.
10946
10947         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10948         addresses that contain invalid characters.
10949
10950 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * message.el (message-put-addresses-in-ecomplete):
10953         Use gnus-replace-in-string.
10954         (message-is-yours-p): Use the more correct
10955         mail-header-parse-address instead of
10956         mail-extract-address-components.
10957         (message-put-addresses-in-ecomplete): Fix typo.
10958
10959         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10960         keystroke.
10961
10962         * gnus-art.el (gnus-treatment-function-alist): Change order of
10963         newsgroups/generic header folding to avoid double-folding.
10964
10965         * message.el (message-hidden-headers): Add X-Draft-From.
10966
10967         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10968         New command.
10969         (gnus-summary-repeat-search-article-backward): New command.
10970
10971         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10972         groups in the parent topic.
10973
10974 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10975
10976         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10977         (spam-extra-header-to-number): Return the CRM114 number as a
10978         number instead of a string.
10979
10980 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10981
10982         * gnus-art.el (gnus-face-properties-alist): Move here from
10983         gnus-fun.
10984
10985         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10986
10987 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * message.el (message-strip-forbidden-properties): Only display on
10990         self-insert-command.
10991
10992         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10993         reindent.
10994         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10995
10996 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10997
10998         * smiley.el (smiley-style): Fix typo.
10999
11000 2006-03-23  Kenichi Handa  <handa@m17n.org>
11001
11002         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11003         instead of set-buffer-multibyte.
11004
11005 2006-03-23  Kenichi Handa  <handa@m17n.org>
11006
11007         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11008         buffer and then decode the buffer text if necessary.
11009         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11010         first, and after mm-encode-body, change the buffer to unibyte.
11011
11012 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11013
11014         * hashcash.el (hashcash-insert-payment-async-2):
11015         Use message-goto-eoh instead of doing it manually.
11016         (mail-add-payment): Use message-narrow-to-header instead of trying
11017         to do the same itself.
11018
11019         * message.el (message-hidden-headers): Add Face.
11020
11021         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11022         reparenting code.
11023         (gnus-summary-reparent-children): Refactored out code.
11024         (gnus-summary-thread-map): New keystroke.
11025         (gnus-summary-reparent-children): Make into command.
11026
11027         * smiley.el (smiley-style): Default to `medium' if using a large
11028         font.
11029
11030         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11031         does it itself.
11032
11033         * message.el (message-point-in-header-p): Simplify definition.
11034
11035 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * nnagent.el (nnagent-request-set-mark): Silence log file
11038         writing.
11039         (nnagent-request-set-mark): Use write-region instead of
11040         append-to-file.
11041
11042         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11043         strange select method.
11044
11045         * ecomplete.el (ecomplete-display-matches): Get highlightling
11046         right.
11047         (ecomplete-display-matches): Use literals.
11048         (ecomplete-display-matches): Disable message logging.
11049
11050         * message.el (message-display-abbrev): Small optimization.
11051
11052         * ecomplete.el (ecomplete-display-matches): Allow automatic
11053         display.
11054
11055         * message.el (message-strip-forbidden-properties):
11056         Display abbrevs.
11057         (message-display-abbrev): Get automatic display right.
11058
11059         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11060         keystrokes.
11061
11062 2006-04-13  Romain Francoise  <romain@orebokech.com>
11063
11064         TODO: Backport to v5-10!
11065
11066         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11067         Move here (and rename) from gnus-registry.el.
11068
11069         * gnus-registry.el: Require gnus-util.
11070         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11071
11072 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11073
11074         * gnus-group.el (gnus-group-catchup-current):
11075         Change if-then-else-if-then-else into cond.
11076         (gnus-group-catchup): Indent.
11077         (group-name-at-point): New function.
11078         (gnus-fetch-group): Provide default from thing at point.
11079
11080 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * message.el (message-display-abbrev): Fix regexp.
11083
11084         * ecomplete.el (ecomplete-highlight-match-line):
11085         Reimplement choosing.
11086         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11087         dead variables.
11088
11089         * message.el (message-newline-and-indent): Remove debugging.
11090         (message-display-abbrev): Use new implementation.
11091
11092 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * gnus-art.el (gnus-article-mode):
11095         Set cursor-in-non-selected-windows to nil.
11096
11097         * smiley.el: Revert previous change.
11098         (smiley-data-directory): defvar it before using it in the
11099         defcustom of `smiley-style'.
11100
11101 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * message.el (message-newline-and-indent): New function.
11104
11105         * ecomplete.el: Implement more bits.
11106
11107         * message.el (message-put-addresses-in-ecomplete): Clean up the
11108         string.
11109
11110         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11111
11112         * gnus-sum.el (gnus-summary-save-parts):
11113         Bind gnus-summary-save-parts-counter and use it to make unique file
11114         names.
11115
11116         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11117
11118         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11119         parameter to say whether to actually parse the individual
11120         addresses.
11121
11122         * message.el (message-put-addresses-in-ecomplete): New function.
11123         (ecomplete): Require.
11124         (message-mail-alias-type): Add ecomplete as an option.
11125
11126 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11127
11128         * flow-fill.el (fill-flowed): Remove trailing space from blank
11129         quoted lines.
11130
11131 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * smiley.el (smiley-style): Move definition later to avoid a
11134         compilation warning.
11135
11136 2006-04-12  Kenichi Handa  <handa@m17n.org>
11137
11138         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11139         buffer and then decode the buffer text if necessary.
11140         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11141         first, and after mm-encode-body, change the buffer to unibyte.
11142         Use mm-disable-multibyte instead of set-buffer-multibyte.
11143
11144 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11147         Content-Type header instead of Content-Disposition header.
11148         (gnus-mime-inline-part): Ditto.
11149         (gnus-mime-view-part-as-charset): Ignore charset that the part
11150         specifies.
11151
11152         * mm-decode.el (mm-display-part): Work with external parts and
11153         usual parts similarly.
11154
11155         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11156         instead of gnus-display-mime.
11157
11158         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11159         instead of with-temp-buffer.
11160
11161         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11162         tag to summarized topics part in order to encode non-ASCII text.
11163
11164 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * smiley.el (smiley-style): New variable.
11167         (smiley-directory): New function.
11168         (smiley-data-directory): Derive from `smiley-style' using
11169         `smiley-directory'.
11170         (smiley-regexp-alist): Add new entries.
11171
11172         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11173         (gnus-article-browse-delete-temp): Add :version.
11174
11175 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11176
11177         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11178         the sieve region.
11179
11180 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181
11182         * gnus.el (gnus-version-number): Bump version.
11183
11184 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * gnus.el: No Gnus v0.4 is released.
11187
11188 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11191         layout.
11192
11193         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11194         unknown charset.
11195
11196         * message.el (message-header-synonyms): Add Original-To to the
11197         default.
11198
11199         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11200         optional parameter.
11201
11202 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-fun.el (gnus): Require it for gnus-directory.
11205
11206 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11209
11210 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11211
11212         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11213
11214 2006-04-05  Simon Josefsson  <jas@extundo.com>
11215
11216         * password.el (password-reset): New function.
11217
11218 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11219
11220         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11221         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11222
11223 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11224
11225         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11226         Some whitespace was matched into the url, which broke browsing hits
11227         > 100 when mm-url-use-external was nil.
11228
11229 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11232         Check gnus-extra-headers for 'Newsgroups.
11233
11234         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11235         bound.
11236
11237 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11238
11239         * pgg-gpg.el: Clean up process buffers every time gpg processes
11240         complete.
11241
11242 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11245         doc string.
11246
11247 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11248
11249         * pgg-gpg.el (pgg-gpg-process-filter)
11250         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11251
11252         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11253         lines, temporary fix.
11254
11255 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11258
11259 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11260
11261         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11262         default-enable-multibyte-characters.  This reverts the change from
11263         revision 6.17 which is no longer necessary because the passphrase
11264         is sent separately now.  GnuPG messages are unreadable under
11265         multibyte locales with default-enable-multibyte-characters set to
11266         nil.
11267
11268 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * message.el (message-tool-bar-gnome): Move "spell".
11271
11272 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11275         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11276         instead.
11277
11278 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11279
11280         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11281         Improve newsgroups handling for NNTP overviews which don't include
11282         Newsgroups.
11283
11284 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11285
11286         * message.el (message-resend): Bind message-generate-hashcash to nil.
11287
11288 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11289
11290         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11291         when searching for already-paid recipients.
11292
11293 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11294
11295         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11296         passphrases when it is not needed.
11297         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11298         passphrase stuff from gpg, should only be necessary when you use
11299         gpg with a smartcard.
11300
11301 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * mml.el (mml-insert-mime): Ignore cached contents of
11304         message/external-body part.
11305
11306         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11307         (mm-insert-part): Ditto.
11308
11309 2006-03-23  Simon Josefsson  <jas@extundo.com>
11310
11311         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11312         Reiner.
11313         (pgg-gpg-use-agent-p): Use it again.
11314
11315 2006-03-23  Simon Josefsson  <jas@extundo.com>
11316
11317         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11318         older emacsen.
11319         (pgg-gpg-use-agent-p): Don't use it.
11320
11321 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11324         if we can.
11325
11326 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11327
11328         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11329         (pgg-gpg-update-agent): New function.
11330         (pgg-gpg-use-agent-p): New function.
11331         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11332         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11333         (pgg-gpg-sign-region): Use it.
11334
11335 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11338         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11339
11340 2006-03-21  Simon Josefsson  <jas@extundo.com>
11341
11342         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11343         <wilde@sha-bang.de>.
11344         (pgg-gpg-use-agent): New variable.
11345         (pgg-gpg-process-region): Use it.
11346         (pgg-gpg-encrypt-region): Likewise.
11347         (pgg-gpg-encrypt-symmetric-region): Likewise.
11348         (pgg-gpg-decrypt-region): Likewise.
11349         (pgg-gpg-sign-region): Likewise.
11350         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11351
11352 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11355
11356         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11357         Add comment on version.
11358
11359 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * smiley.el: Add missing test smiley.
11362
11363 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * mm-decode.el (mm-with-part): New macro.
11366         (mm-get-part): Use it; work with message/external-body as well.
11367         (mm-save-part): Treat name and filename equally.
11368
11369         * mm-extern.el (mm-extern-cache-contents): New function.
11370         (mm-inline-external-body): Use it; force the part to be displayed;
11371         move undisplayer added to the cached handle to the parent.
11372
11373         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11374         (gnus-mime-view-part-as-type): Work with message/external-body.
11375
11376         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11377
11378 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11381         images in image-load-path.  [Sync with image.el, revision 1.60, in
11382         Emacs.]
11383
11384 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11387         path rather than symbol.  Always return list of directories.
11388         Guarantee that image directory comes first.  [Sync with image.el,
11389         revision 1.59, in Emacs.]
11390
11391         * message.el (message-make-tool-bar): Adjust to new API of
11392         `gmm-image-load-path-for-library'.
11393
11394         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11395
11396         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11397
11398 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11399
11400         * gnus-art.el (gnus-article-only-boring-p):
11401         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11402         intangible text.
11403         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11404
11405 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11408         Use `defun' instead of `gmm-defun-compat'.
11409
11410 2006-03-14  Simon Josefsson  <jas@extundo.com>
11411
11412         * message.el (message-unique-id): Don't use message-number-base36
11413         if (user-uid) is a float.
11414         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11415
11416 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11419
11420         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11421         empty line between a part and a message part.
11422
11423 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * smiley.el: Add more test smileys.
11426         (smiley-data-directory, smiley-regexp-alist)
11427         (gnus-smiley-file-types): Fix doc strings.
11428         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11429         adding new elements.
11430         (smiley-mouse-map): Unused code.  Make it a comment.
11431
11432 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11435         scan latest NoCeM messages instead of old ones.
11436         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11437         delimiters that are recently used.
11438         (gnus-nocem-load-cache): Add autoload cookie.
11439
11440         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11441
11442         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11443         level which is larger than gnus-use-nocem is specified.
11444
11445         * gnus-group.el (gnus-group-get-new-news): Ditto.
11446
11447 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-util.el (gnus-tool-bar-update): New function.
11450
11451         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11452         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11453
11454         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11455
11456         * gnus-group.el (gnus-group-redraw-when-idle)
11457         (gnus-group-redraw-check): Remove.
11458         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11459
11460 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11463         if optional last element is specified in splits (FIELD VALUE...).
11464
11465 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11468         to gmm-image-load-path-for-library.  Call with no-error argument.
11469         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11470
11471         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11472
11473         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11474
11475         * gmm-utils.el (gmm-image-load-path): Remove alias.
11476
11477 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * gmm-utils.el (gmm-image-load-path): Add alias.
11480
11481         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11482         nnml-generate-nov-databases-1.
11483         (nnml-generate-nov-databases): Use it.
11484         (nnml-generate-nov-databases-directory): Document no-active
11485         argument.
11486
11487         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11488         directory if path is t.  Add no-error.
11489
11490         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11491         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11492
11493         * gnus-art.el (gnus-article-browse-delete-temp-files):
11494         Simplify resetting gnus-article-browse-html-temp-list.
11495
11496         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11497         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11498         Add example to docstring.  Rename local variables.  Move error
11499         checks to default case in cond and simplify.
11500
11501 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11504         handle is multipart when calling it recursively.
11505         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11506
11507 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11508
11509         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11510         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11511
11512 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11515         is loaded.
11516
11517         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11518         loaded.
11519
11520 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11523         to "Emacs 23 (unicode)" in doc string.
11524
11525         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11526         "Emacs 23 (unicode)" in comment.
11527
11528 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11531
11532         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11533         characters 160 through 255 in Emacs 23.
11534
11535 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11538         gnus-article-browse-html-temp.
11539         (gnus-article-browse-delete-temp): Make it customizable.
11540         Add `file'.  Adjust doc string.
11541         (gnus-article-browse-delete-temp-files): Add argument.
11542         Allow query for each file.  Adjust doc string.
11543         (gnus-article-browse-html-parts):
11544         Add `gnus-article-browse-delete-temp-files' to
11545         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11546
11547 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11548
11549         * gnus-art.el (gnus-article-browse-html-temp)
11550         (gnus-article-browse-delete-temp): New variables.
11551         (gnus-article-browse-delete-temp-files): New function.
11552         (gnus-article-browse-html-parts): Use it.
11553
11554 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11557
11558         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11559         string.
11560
11561         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11562         gnus-summary-insert-new-articles when unplugged.
11563         Remove gnus-summary-search-article-forward.
11564
11565         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11566         display-visual-class instead of display-color-cells.
11567
11568 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * dgnushack.el: Autoload customize-group for XEmacs.
11571
11572         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11573         message/* containing non-ASCII text properly.
11574
11575 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * message.el: Require gmm-utils, remove autoloads.
11578         (message-tool-bar): Set default based on
11579         gmm-tool-bar-style.
11580         (message-tool-bar-gnome): Add gmm-customize-mode.
11581
11582         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11583         gmm-tool-bar-style.
11584         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11585
11586         * gnus-group.el (gnus-group-tool-bar): Set default based on
11587         gmm-tool-bar-style.
11588         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11589
11590         * gmm-utils.el (gmm-image-directory): Rename variable from
11591         gmm-image-load-path.
11592         (gmm-image-load-path): Use gmm-image-directory.
11593         (gmm-customize-mode): New function.
11594         (gmm-tool-bar-style): New variable.
11595
11596         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11597         gnus-group-redraw-line-number.
11598         (gnus-group-redraw-check): Simplify.
11599         (gnus-group-tool-bar-update): Remove redraw check.
11600         (gnus-group-make-tool-bar): Add redraw check.
11601
11602 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11603
11604         * gnus-art.el (gnus-button): Add missing parentheses.
11605
11606 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * lpath.el: Fbind line-number-at-pos.
11609
11610 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11613
11614 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-art.el (gnus-button): New face.
11617         (gnus-article-button-face): Use it.
11618
11619         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11620         Add gnus-summary-next-page.  Re-order.
11621
11622         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11623         next-node are now included.
11624         (gnus-group-redraw-line-number): New internal variable.
11625         (gnus-group-redraw-check): Helper function for updating the tool
11626         bar.
11627         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11628
11629         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11630
11631         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11632         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11633         Use it to match format of Spamassassin 3.0 and later.
11634         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11635         (spam-check-bogofilter)
11636         (spam-bogofilter-register-with-bogofilter): Fix args of
11637         `gnus-error' calls.
11638
11639 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11642         unnecessary interaction when sending queued mails.
11643         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11644
11645 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11648         first or last are nil.
11649
11650 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11651
11652         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11653
11654 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11657
11658 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * dns.el (query-dns): Protect more against buggy tcp output.
11661
11662 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11665         nov.php.
11666
11667 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11668
11669         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11670         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11671         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11672         output on the server side.
11673         (nnweb-google-create-mapping): Update regexps and add some
11674         progress indication.
11675
11676 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * gnus-group.el (gnus-group-tool-bar-gnome):
11679         Fix gnus-agent-toggle-plugged.  Re-order icons.
11680         (gnus-group-tool-bar-gnome):
11681         Add gnus-group-{prev,next}-unread-group.
11682         (gnus-group-tool-bar-gnome): Re-order icons.
11683
11684         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11685         Move gnus-summary-insert-new-articles.
11686
11687         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11688         Fix comments.
11689
11690         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11691         also available in Emacs 21.3.
11692
11693         * message.el (message-fix-before-sending): Change "Emacs 22" to
11694         "Emacs 23 (unicode)" in comment.
11695
11696         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11697         "Emacs 23 (unicode)" in comment.
11698
11699         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11700         comment.
11701         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11702
11703         * mm-view.el (mm-fill-flowed): Add :version.
11704
11705 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11708         and load-path.
11709
11710 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * message.el: Autoload gmm-image-load-path.
11713         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11714         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11715         consitency.
11716
11717         * gmm-utils.el (gmm-image-load-path): Also search in
11718         "../etc/images".  Don't set gmm-image-load-path if we don't find
11719         the image.
11720
11721 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gmm-utils.el (gmm-image-load-path): Don't make
11724         `gmm-image-load-path' include subdirectories which the second arg
11725         `image' might specify.
11726
11727         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11728         subdirectory to icon file names.
11729
11730         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11731
11732 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11735         gmm-image-load-path calls.
11736
11737         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11738
11739         * message.el (message-make-tool-bar): Ditto.
11740
11741         * mml.el (mml-preview): Add comment concerning tool bar icons.
11742
11743         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11744         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11745
11746         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11747         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11748
11749         * message.el (message-tool-bar-gnome): Use new icon names.
11750         (message-make-tool-bar): Use `gmm-image-load-path'.
11751
11752         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11753         New functions from MH-E.
11754         (gmm-image-load-path): New variable from MH-E.
11755         (gmm-image-load-path): New function from MH-E.  Add arguments
11756         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11757         *-image-load-path-called-flag.
11758
11759 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11760
11761         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11762
11763 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11764
11765         * nnimap.el (nnimap-request-move-article): Change folder back to
11766         source group before deleting.
11767
11768 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11771
11772         * gnus-art.el (mm-url-insert-file-contents-external):
11773         Autoload mm-url.
11774
11775         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11776
11777 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11780         coding system which mm-charset-to-coding-system returns for a
11781         given charset is valid.
11782
11783 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11784
11785         * html2text.el (html2text-remove-tag-list):
11786         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11787
11788 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11789
11790         * gnus-cus.el: Revert 2005-10-17 change.
11791
11792 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-art.el (article-strip-banner):
11795         Call article-really-strip-banner only when the regexp match is made.
11796
11797 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-art.el (article-strip-banner):
11800         Use gnus-extract-address-components instead of
11801         mail-header-parse-addresses to make it work with non-ASCII text;
11802         remove mail-encode-encoded-word-string.
11803
11804         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11805         values which are surrounded with \"...\"; make it never cause a
11806         Lisp error; give up parsing of parameters if it failed in
11807         extracting type.
11808
11809 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11810
11811         * smime.el (smime-cert-by-ldap-1): Fix bug where
11812         `smime-ldap-search' returns results without userCertificates.
11813
11814 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11817
11818 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * spam.el (spam-check-spamassassin-headers): Adapt format for
11821         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11822         <ari@mbf.ocn.ne.jp>.
11823         (spam-list-of-processors): Add spam-use-gmane.
11824
11825 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11828         make-temp-file; make it work with XEmacs as well.
11829
11830         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11831         mm-make-temp-file.
11832
11833         * mm-decode.el (mm-display-external): Use the 3rd arg of
11834         mm-make-temp-file.
11835         (mm-create-image-xemacs): Ditto.
11836
11837 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11840         with message-narrow-to-headers.
11841         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11842         (gnus-draft-check-draft-articles): New function.
11843         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11844
11845 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * gnus-art.el (gnus-article-browse-html-parts):
11848         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11849         Don't use suffix argument for mm-make-temp-file for Emacs 21
11850         compatibility.  Remove useless `format'.
11851
11852 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11853
11854         * nnweb.el (nnweb-google-wash-article): Update regexps.
11855         (nnweb-group-alist): Use defvoo instead of defvar.
11856
11857 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11860         re-loading nn* modules.
11861
11862 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11865         for `tool-bar-mode' and don't check it's default-value.
11866
11867         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11868
11869         * message.el (message-make-tool-bar): Ditto.
11870
11871         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11872         `substring'.  Shorten tmp-file name.
11873
11874         * gnus.el: Remove bogus comment.
11875
11876 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11877
11878         * gnus-art.el (gnus-article-browse-html-parts): New function.
11879         (gnus-article-browse-html-article): New function for viewing html
11880         articles with a browser.
11881
11882 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11883
11884         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11885         in elisp.
11886         (pgg-gpg-encrypt-symmetric-region): Ditto.
11887         (pgg-gpg-sign-region): Ditto.
11888
11889         * pgg-def.el (pgg-text-mode): New variable.
11890
11891         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11892         (mml2015-pgg-encrypt): Ditto.
11893
11894         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11895         (mml1991-pgg-encrypt): Ditto.
11896
11897 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * nnfolder.el (nnfolder-insert-newsgroup-line):
11900         Use message-make-date instead of current-time-string.
11901
11902         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11903         to gnus-decoded which mm-uu might set.
11904
11905 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11908         don't decode quoted parameters; remove misimported Emacs code.
11909         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11910         (rfc2231-decode-encoded-string): Don't use split-string which
11911         behaves differently according to Emacs version; use
11912         mm-decode-coding-region to convert charset to coding-system.
11913         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11914         (rfc2231-encode-string): Remove misimported Emacs code.
11915
11916 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11919         when calling mail-header-parse-content-type.
11920         (article-de-quoted-unreadable): Ditto.
11921         (article-de-base64-unreadable): Ditto.
11922         (article-wash-html): Ditto.
11923
11924         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11925         calling mail-header-parse-content-type and
11926         mail-header-parse-content-disposition.
11927         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11928         mail-header-parse-content-type.
11929
11930         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11931         insert charset and format parameters; encode description after
11932         inserting it to buffer.
11933         (mml-insert-parameter): Fold lines properly even if a parameter is
11934         segmented into two or more lines; change the max column to 76.
11935
11936         * rfc1843.el (rfc1843-decode-article-body): Don't use
11937         ignore-errors when calling mail-header-parse-content-type.
11938
11939         * rfc2231.el (rfc2231-parse-string): Return at least type if
11940         possible; don't cause an error even if it fails in parsing of
11941         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11942         (rfc2231-encode-string): Don't break lines at the beginning, leave
11943         it to mml-insert-parameter.
11944
11945         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11946         calling mail-header-parse-content-type.
11947
11948 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * spam-report.el (spam-report-gmane-use-article-number):
11951         Improve doc string.
11952         (spam-report-gmane-internal): Check if a suitable header was found
11953         in the article.
11954
11955 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11958         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11959
11960 2006-02-05  Romain Francoise  <romain@orebokech.com>
11961
11962         Update copyright notices of all files in the gnus directory.
11963
11964 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11965
11966         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11967
11968 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11971         segmented lines of parameter value to cope with Thunderbird 1.5
11972         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11973         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11974         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11975
11976 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11977
11978         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11979         parts.
11980
11981 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11982
11983         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11984         there's only one active file for all servers.
11985         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11986         solid groups.  Gnus might have used a FAST request to select the group.
11987         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11988         and nnweb-search redundantly in the active file.
11989         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11990         (nnweb-request-create-group): Don't use ARGS.
11991         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11992         initialisations.  Let nnoo do the work.
11993
11994 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11997         Say the part has been decoded.
11998
11999         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12000
12001 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12002
12003         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12004         mailcap-viewer-test-cache when there's no 'test clause, since that
12005         will invert the meaning of a "nil" test previously determined by
12006         mailcap-mailcap-entry-passes-test.
12007
12008 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12011         compiling.
12012
12013         * gnus-sum.el: Ditto.
12014
12015         * message.el: Don't bind tool-bar-map when compiling.
12016
12017 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12020
12021 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12022
12023         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12024         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12025         current Google Groups.
12026
12027 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12030         and tool-bar-mode.
12031
12032         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12033         and tool-bar-mode.
12034
12035         * message.el (message-tool-bar-update): Simplify.
12036         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12037
12038         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12039         gnus-summary-buffer.
12040         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12041         gnus-summary-reply.
12042
12043         * gmm-utils.el (gmm): Add :version.
12044
12045 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * Makefile.in (clean): New rule.
12048         (distclean): Use it.
12049
12050 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12051
12052         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12053         Don't autoload.
12054
12055 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gmm-utils.el (gmm-verbose): Add :group.
12058
12059 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * message.el: Change some comments WRT tool-bars.
12062
12063         * gnus-sum.el (gnus-summary-tool-bar)
12064         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12065         (gnus-summary-tool-bar-zap-list): New variables.
12066         (gnus-summary-make-tool-bar): Complete rewrite using
12067         `gmm-tool-bar-from-list'.
12068
12069         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12070         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12071         New variables.
12072         (gnus-group-make-tool-bar): Complete rewrite using
12073         `gmm-tool-bar-from-list'.
12074         (gnus-group-tool-bar-update): New function.
12075
12076         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12077
12078 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12081         is dissected into a single part of which the type is the same as
12082         the given one; decode charset.
12083
12084 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12085
12086         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12087         into alists as symbol not string, since that's what
12088         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12089         look for.
12090
12091 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12094         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12095
12096         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12097
12098 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12101         (gnus-xmas-mime-security-button-menu): New function.
12102
12103         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12104         (gnus-mime-security-button-menu): New definition.
12105         (gnus-mime-security-button-map): Use them.
12106         (gnus-mime-security-button-menu): New function.
12107         (gnus-insert-mime-security-button): Addition to help echo.
12108         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12109         (gnus-mime-security-pipe-part): New functions.
12110
12111         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12112         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12113
12114         * mm-decode.el (mm-handle-set-disposition): Remove.
12115         (mm-handle-set-description): Remove.
12116
12117 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12120         (mm-w3m-standalone-supports-m17n-p): New function.
12121         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12122         w3m usage.
12123
12124         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12125         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12126
12127 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * message.el (message-tool-bar-zap-list):
12130         Use gmm-tool-bar-zap-list as custom type.
12131         (message-tool-bar-update): New function.
12132         (message-tool-bar, message-tool-bar-gnome)
12133         (message-tool-bar-retro): Add message-tool-bar-update.
12134         (message-tool-bar-gnome): Add flyspell-buffer.
12135
12136         * gnus-util.el (gnus-error): Describe `args'.
12137
12138         * gmm-utils.el (gmm-error): Describe `args'.
12139         (gmm-tool-bar-zap-list): New widget.
12140         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12141
12142 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12145         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12146         the number of recursive calls.
12147
12148         * mm-decode.el (mm-handle-set-disposition): New macro.
12149         (mm-handle-set-description): New macro.
12150
12151 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12154         encoding.
12155
12156 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * message.el (message-tool-bar-zap-list, message-tool-bar)
12159         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12160         (message-tool-bar-local-item-from-menu): Remove.
12161         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12162         (message-make-tool-bar): New function.
12163         (message-mode): Use `message-make-tool-bar'.
12164
12165         * gmm-utils.el: New file.
12166         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12167         (gmm-lazy): New widget copied from `nnmail.el'.
12168         (gmm-tool-bar-from-list): New function for creating customizable
12169         tool bars.
12170         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12171         output.
12172         (gmm): Add :prefix to defgroup.
12173
12174 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12175
12176         * gmm-utils.el (gmm-widget-p): New function.
12177
12178 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * mml.el (mml-attach-file): Describe `description' in doc string.
12181         (mml-menu): Add Emacs MIME manual and PGG manual.
12182
12183 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12184
12185         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12186
12187 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12188
12189         * nntp.el (nntp-end-of-line): Doc fix.
12190
12191 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12192
12193         * imap.el (imap-open): Handle case where buffer is a buffer
12194         object.
12195
12196 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12197
12198         * gnus-delay.el (gnus-delay): Don't autoload.
12199         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12200         to be re-loaded when customizing the `gnus-delay' group.
12201
12202 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12203
12204         * message.el (message-insert-citation-line): Use newlines.
12205
12206 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12207
12208         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12209         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12210         these routines, so the passphrase can be managed externally and
12211         passed in to the system.
12212         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12213         pgg-add-passphrase-to-cache function.
12214
12215         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12216         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12217         these routines, so the passphrase can be managed externally and
12218         passed in to the system.
12219         (pgg-pgp5-sign-region): Use new name of
12220         pgg-add-passphrase-to-cache function.
12221
12222 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12223
12224         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12225         part of the decoded armor to find the key-identifier.
12226         (pgg-gpg-lookup-key-owner): New function to return the
12227         human-readable identifier of a key owner.
12228         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12229         itself.
12230         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12231         the key value) if we have a key and can match it against a secret
12232         key.  Also, added a note pointing out fact that the prompt only
12233         indicates the first matching key.
12234
12235         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12236         pgg-decrypt-region.
12237         (pgg-add-passphrase-to-cache): Rename from
12238         `pgg-add-passphrase-cache' to reduce confusion (all callers
12239         changed).
12240         (pgg-remove-passphrase-from-cache): Rename from
12241         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12242         changed).
12243         (pgg-read-passphrase, pgg-add-passphrase-cache)
12244         (pgg-remove-passphrase-cache): Add informative docstrings.
12245         (pgg-decrypt): Convey provided passphrase in subordinate call to
12246         pgg-decrypt-region.
12247
12248 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12249
12250         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12251         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12252         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12253         'passphrase' argument, so the passphrase can be managed externally
12254         and then passed in to the system.
12255
12256         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12257         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12258         so the passphrase cache can be used reliably with identifiers
12259         besides a pgp packet's key id.
12260
12261         * pgg-gpg.el (pgg-gpg-encrypt-region)
12262         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12263         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12264         these routines, so the passphrase can be managed externally and
12265         passed in to the system.
12266
12267         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12268         'notruncate' argument, so the passphrase cache can be used
12269         reliably with identifiers besides a pgp packet's key id.
12270
12271 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12272
12273         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12274         symmetric encryption.
12275         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12276         encrypted session key.
12277         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12278         message ask for the passphrase in a proper way.
12279
12280         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12281         New user commands for symmetric encryption.
12282
12283 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12286
12287         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12288
12289 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12290
12291         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12292
12293 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * mm-decode.el (mm-inlined-types): Add application/pgp.
12296         (mm-automatic-display): Ditto.
12297
12298         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12299         part as text.
12300
12301 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * nnrss.el: Update copyright.
12304         (nnrss-opml-import): Query whether to subscribe to each entry.
12305
12306         * gnus-art.el:
12307         * gnus-sum.el:
12308         * gnus-xmas.el:
12309         * messagexmas.el:
12310         * mm-uu.el:
12311         * mm-view.el: Update copyright.
12312
12313 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * message.el (message-info): New function.
12316         (message-mode-menu): Add it.
12317         Update copyright.
12318
12319         * ChangeLog: Fix and update copyright.
12320
12321 2006-01-13  Romain Francoise  <romain@orebokech.com>
12322
12323         * message.el (message-forward-subject-name-subject): Prefer the
12324         address to 'nowhere' if the sender has no name.
12325         Fix typo.  Update copyright year.
12326
12327 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-art.el (article-wash-html):
12330         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12331         (gnus-article-wash-html-with-w3m-standalone): New function.
12332
12333         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12334         mm-inline-text-html-render-with-w3m-standalone.
12335         (mm-text-html-washer-alist): Map w3m-standalone to
12336         gnus-article-wash-html-with-w3m-standalone.
12337         (mm-inline-text-html-render-with-w3m-standalone): New function.
12338
12339 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12342         Improve LaTeX.
12343
12344 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12347         (nnrss-request-article): Render text/plain parts as HTML.
12348
12349         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12350         the buffer.
12351
12352 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12353
12354         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12355         custom definition of `gnus-posting-styles'.
12356
12357         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12358         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12359
12360 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12363         Use nntp for bug archive.
12364
12365 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12368         parts.
12369         (nnrss-normalize-date): New function converts ISO 8601 date into
12370         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12371         (nnrss-check-group): Use it.
12372
12373 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12376
12377         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12378         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12379         (nnrss-insert-w3): Ditto.
12380
12381 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12384         the articles to be forwarded including the case where neither a
12385         number of articles nor a region is specified.
12386
12387 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * nnrss.el (nnrss-request-article): Fix last change; fill
12390         text/plain parts.
12391
12392 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12395         in text/plain part.
12396         (nnrss-check-group): Don't add excessive newline to dc:subject.
12397
12398 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12399
12400         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12401         article.
12402
12403 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12406         (nnml-use-compressed-files, nnml-save-mail): Support other
12407         comression programs such as bzip2.
12408
12409 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12410
12411         * dns.el (query-dns): Make sure we check the buffer size before
12412         removing tcp headers.
12413
12414 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12417         remove MIME buttons associated with multipart/alternative parts.
12418         (gnus-mime-display-alternative): Tag buttons using `article-type'
12419         text property.
12420
12421         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12422         associated with multipart/alternative parts.
12423
12424         * gnus-art.el (gnus-signature-separator): Fix custom type.
12425
12426         * mm-decode.el (mm-inlined-types): Fix custom type.
12427         (mm-keep-viewer-alive-types): Ditto.
12428         (mm-automatic-display): Ditto.
12429         (mm-attachment-override-types): Ditto.
12430         (mm-inline-override-types): Ditto.
12431         (mm-automatic-external-display): Ditto.
12432
12433 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * spam-report.el (spam-report-user-mail-address)
12436         (spam-report-user-agent): New variables.
12437         (spam-report-url-ping-plain): Use spam-report-user-agent.
12438
12439 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12440
12441         * gnus-art.el (gnus-button-handle-custom): Do not just use
12442         `customize-apropos' for any "M-x customize-*" button but the
12443         function called for.  Accept both the function name and its
12444         argument in order to achieve this.
12445         (gnus-button-alist): Remove support for "custom:" URL's.
12446         Pass function name to `gnus-button-handle-custom' in case of "M-x
12447         customize-*" buttons.
12448
12449 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12452         multipart/alternative and add xref to mm-discouraged-alternatives
12453         in doc string.
12454
12455         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12456         gnus-buttonized-mime-types in doc string.
12457
12458 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12461         Suggest image/.* in the doc string.
12462
12463 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12466         message-marks (Debian bug #342521).
12467
12468 2005-12-12  Simon Josefsson  <jas@extundo.com>
12469
12470         * password.el (password-read-from-cache): Add.
12471         (password-read): Use it.
12472
12473 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * rfc2047.el (rfc2047-charset-to-coding-system):
12476         Recognize us-ascii as a MIME charset.
12477
12478         * mm-bodies.el (mm-decode-content-transfer-encoding):
12479         Protect against the case where the 2nd arg TYPE is nil.
12480
12481 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * pop3.el (pop3-stream-type): Fix custom version.
12484
12485         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12486
12487 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12488
12489         * mm-decode.el (mm-display-external): Add missing cdr.
12490
12491 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12494         RFC1524) if it is in mailcap or add a suffix according to
12495         mailcap-mime-extensions when generating a temp filename; postpone
12496         deleting a temp file for 2 seconds for some wrappers, shell
12497         scripts, and so on, which might exit right after having started a
12498         viewer command as a background job.
12499
12500 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * nntp.el (nntp-marks-directory): Fix custom group.
12503
12504         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12505         steps when < 10.
12506
12507         * gnus-start.el (gnus-no-server-1):
12508         Mention `gnus-level-default-subscribed' in doc string.
12509
12510 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12511
12512         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12513         parens.
12514
12515 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * gnus-xmas.el (gnus-use-toolbar): Revert.
12518         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12519         gnus-use-toolbar is default.
12520
12521         * messagexmas.el (message-use-toolbar): Revert.
12522         (message-setup-toolbar): Use global default-toolbar if
12523         message-use-toolbar is default.
12524
12525 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12528         according to default-toolbar-visible-p.
12529
12530         * messagexmas.el (message-use-toolbar): Ditto.
12531
12532 2005-11-26  Dave Love  <fx@gnu.org>
12533
12534         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12535         (tls-program, tls-success): Provide openssl alternative.
12536
12537         * starttls.el: Doc fixes.
12538         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12539         SERVICE to PORT.
12540
12541         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12542         port null or service name.
12543         (starttls-negotiate): Autoload.
12544
12545 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * message.el (message-kill-to-signature): Fix interactive spec.
12548
12549 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * pop3.el (pop3-open-server): Recognize a string as a service name.
12552
12553 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12554
12555         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12556
12557 2005-11-23  Dave Love  <fx@gnu.org>
12558
12559         Add pop3s, pop3/starttls.
12560
12561         * pop3.el (pop3-authentication-scheme): Clarify doc.
12562         (open-tls-stream, starttls-open-stream): Autoload.
12563         (pop3-stream-type): New.
12564         (pop3-open-server): Use it.
12565
12566         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12567         for POP.
12568         (mail-source-keyword-map): Add :stream for POP.
12569         (mail-source-fetch-pop): Use pop3-stream-type.
12570
12571 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12574         of current-time-string.
12575
12576 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12577
12578         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12579         date header.
12580
12581 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12582
12583         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12584         it can seriously impact performance as it bypasses the agent's
12585         local caches.
12586
12587 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12588
12589         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12590         must be explicitly online rather than "not explicitly offline" for
12591         its flags to be synchronized.
12592
12593         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12594         that gnus-uu-unmark-thread will function correctly.
12595
12596         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12597         1024K is instead displayed as 1M.
12598
12599 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12600
12601         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12602
12603 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12604
12605         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12606
12607 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12608
12609         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12610         error message to display actual error condition.
12611         (gnus-agent-save-local): Avoid saving symbols that are bound to
12612         nil as they simply result in a warning message in
12613         gnus-agent-read-local.
12614
12615 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12618         rather than make-variable-buffer-local for file-precious-flag.
12619
12620 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12621
12622         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12623         for duplicates which are removed.  The invalid sort check then
12624         triggers a rescan after the sort as sorting may have moved
12625         duplicate entries such that they can be cheaply detected.
12626
12627 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12630
12631 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12632
12633         * gnus-agent.el (gnus-agent-article-alist-save-format):
12634         Change internal variable to a custom variable.  Change default value
12635         from compressed(2) to uncompressed(1).
12636         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12637         support for uncompressed agentview files.  Taken together, reading
12638         the agentview file should now be 6-7 times faster.
12639
12640 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12641
12642         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12643         as a buffer-local variable.  This avoids creating truncated
12644         dribble files as a result of a hang up, eg.
12645
12646 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12647
12648         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12649         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12650         XEmacs.
12651
12652 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * gnus-start.el (gnus-start-draft-setup):
12655         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12656
12657         * gnus.el (gnus-splash): Change custom group.
12658         (gnus-group-get-parameter, gnus-group-parameter-value):
12659         Describe allow-list argument.
12660
12661         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12662         string.
12663
12664 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-art.el (gnus-default-article-saver): Add user-defined
12667         `function' to custom type.
12668
12669 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12670
12671         * imap.el (imap-open): Handle case where buffer is a buffer
12672         object.
12673
12674 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12675
12676         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12677         long lines.
12678         (gnus-cache-delete-group): Wrap doc strings.
12679
12680         * gnus-agent.el (gnus-agent-rename-group)
12681         (gnus-agent-delete-group): Wrap doc strings.
12682
12683 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * messagexmas.el (message-use-toolbar): Change the valid values
12686         into default, top, bottom, left, and right.
12687         (message-toolbar-thickness): New variable.
12688         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12689         well.
12690         (message-setup-toolbar): Make it work.
12691
12692         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12693         (gnus-use-toolbar): Change the valid values into default, top,
12694         bottom, left, and right.
12695         (gnus-toolbar-thickness): New variable.
12696         (gnus-xmas-setup-toolbar): New function.
12697         (gnus-xmas-setup-group-toolbar): Use it.
12698         (gnus-xmas-setup-summary-toolbar): Use it.
12699
12700 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12701
12702         * gnus-start.el (gnus-1): Add "native" to
12703         gnus-predefined-server-alist.
12704
12705         * gnus.el (gnus-method-to-server): Don't add "native" to the
12706         lists here, because that leads to problems when
12707         gnus-select-method is bound.
12708
12709 2005-11-09  Simon Josefsson  <jas@extundo.com>
12710
12711         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12712         use (not sort-by-date) instead.
12713
12714 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12715
12716         * gnus-delay.el (gnus-delay-group): Don't autoload.
12717         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12718         to be re-loaded when customizing the `gnus-delay' group.
12719
12720 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12721
12722         * message.el: Revert last changes.
12723         (message-insert-citation-line): Use newlines.
12724
12725 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12726
12727         * message.el (message-courtesy-message)
12728         (message-mark-insert-begin, message-mark-insert-end)
12729         (message-elide-ellipsis, message-cancel-message)
12730         (message-add-header, message-change-subject)
12731         (message-cross-post-followup-to-header)
12732         (message-cross-post-insert-note, message-reduce-to-to-cc)
12733         (message-widen-reply, message-delete-not-region)
12734         (message-kill-to-signature, message-insert-signature)
12735         (message-insert-importance-high, message-insert-importance-low)
12736         (message-insert-or-toggle-importance)
12737         (message-insert-disposition-notification-to)
12738         (message-indent-citation, message-yank-original)
12739         (message-cite-original-without-signature, message-cite-original)
12740         (message-insert-citation-line, message-position-on-field)
12741         (message-fix-before-sending, message-send-mail-partially)
12742         (message-send-mail, message-send-mail-with-sendmail)
12743         (message-send-mail-with-qmail, message-send-news)
12744         (message-check-news-header-syntax, message-generate-headers)
12745         (message-insert-courtesy-copy, message-fill-address)
12746         (message-fill-header, message-shorten-references)
12747         (message-setup-1, message-cancel-news)
12748         (message-forward-make-body-plain, message-forward-make-body-mime)
12749         (message-forward-make-body-mml, message-encode-message-body)
12750         (message-forward-make-body-digest-plain)
12751         (message-forward-make-body-digest-mime)
12752         (message-use-alternative-email-as-from): Insert `hard-newline'
12753         instead of ordinary newlines.
12754
12755 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * message.el (message-generate-headers): Downcase the argument
12758         given to message-check-element.
12759
12760 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12761
12762         * nntp.el (nntp-authinfo-rejected): New error condition.
12763         (nntp-wait-for): Use new error condition to signal authentication
12764         error.
12765         (nntp-retrieve-data): Rethrow new error condition to break out of
12766         recursive call to nntp-send-authinfo.
12767
12768 2005-11-08  Romain Francoise  <romain@orebokech.com>
12769
12770         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12771         (gnus-summary-exit-map): Bind to `Z p'.
12772         (gnus-summary-make-menu-bar): Add menu item.
12773
12774 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12777         (gnus-treat-*): Add `first' in all doc strings.
12778
12779         * gnus-group.el (gnus-group-compact-group): Fix typo.
12780
12781 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus.el (gnus-parameters-case-fold-search): New variable.
12784         (gnus-parameters-get-parameter): Use it.
12785
12786         * gnus-score.el (gnus-home-score-file): Doc fix.
12787
12788 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12789
12790         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12791
12792 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * mm-util.el (mm-special-display-p): New function.
12795
12796         * mml.el (mml-preview): Use it; doc fix.
12797
12798 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12799
12800         * imap.el (imap-open): Handle case where buffer is a buffer object.
12801
12802 2005-10-29  Romain Francoise  <romain@orebokech.com>
12803
12804         * message.el (message-fix-before-sending): Fix comment.
12805
12806 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12807
12808         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12809
12810 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12811
12812         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12813         Used in gnus-score.el.
12814
12815 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12818
12819 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12822         whitespace removed in revision 7.8.  Use concatenated string to
12823         protect trailing whitespace.
12824
12825 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12826
12827         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12828         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12829         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12830         Courier IMAP ("some version from 2004").  Mostly based on similar
12831         code in the same function.
12832
12833 2005-10-26  Didier Verna  <didier@xemacs.org>
12834
12835         * gnus-group.el (gnus-group-compact-group): Invalidate original
12836         article buffer.
12837         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12838         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12839         NOV database and in article itself.
12840         Invalidate article backlog.
12841
12842 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12845
12846 2005-10-26  Simon Josefsson  <jas@extundo.com>
12847
12848         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12849         part of 2004-07-25 change.
12850
12851 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * message.el (message-display-completion-list): New function.
12854         (message-expand-group): Use it; make sure the Completions buffer
12855         is modifiable.
12856 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12857
12858         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12859         user-mail-name is an empty string.
12860
12861 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12864         depending on gnus-score-decay-constant.
12865
12866         * encrypt.el (encrypt-insert-file-contents)
12867         (encrypt-write-file-contents): Don't use `gnus-message'.
12868
12869         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12870         arguments.
12871         (mm-uu-type-alist): Add message-marks and insert-marks.
12872         Pass arguments to mm-uu-verbatim-marks-extract.
12873         (mm-uu-hide-markers): New variable.
12874         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12875
12876         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12877         (gnus-convert-image-to-face-command): Use "convert" by default to
12878         allow other input image formats.
12879         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12880         accordingly.
12881
12882 2005-10-23  Simon Josefsson  <jas@extundo.com>
12883
12884         * imap.el (imap-gssapi-program): Align command line parameters
12885         with latest GNU SASL.
12886         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12887
12888 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12889
12890         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12891         HTML.
12892         (nnslashdot-request-article): Ditto.
12893
12894         * lpath.el (featurep): Add nobreak-char-display.
12895
12896 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12897
12898         * mail-source.el (mail-source-fetch-pop): Require pop3.
12899         (mail-source-check-pop): Ditto.
12900
12901 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12904         errors.
12905
12906 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12909         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12910
12911         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12912
12913         * mm-bodies.el (mm-decode-string):
12914         Call `mm-charset-to-coding-system' with allow-override argument.
12915
12916 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12919         (rfc2047-charset-to-coding-system): New function.
12920         (rfc2047-decode-encoded-words): New function.
12921         (rfc2047-decode-region): Use them.
12922         (rfc2047-decode-cte): Remove.
12923         (rfc2047-parse-and-decode): Remove.
12924         (rfc2047-decode): Remove.
12925
12926 2005-10-15  Kenichi Handa  <handa@m17n.org>
12927
12928         * rfc2047.el (rfc2047-decode-cte): New function.
12929         (rfc2047-decode-region): Change the way to decode successive
12930         encoded-words: decode B- or Q-encoding in each encoded-word,
12931         concatenate them, and decode it as charset.
12932
12933 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * lpath.el: Fbind codepage-setup for XEmacs.
12936
12937 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12938
12939         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12940         widget-move-and-invoke.
12941         (gnus-custom-mode): Use gnus-custom-map.
12942
12943 2005-10-15  Bill Wohler  <wohler@newt.com>
12944
12945         * message.el (message-tool-bar-map): Rename image file from
12946         mail_send to mail/send.
12947
12948 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12949
12950         * message.el (message-expand-group): Pass the common
12951         prefix substring of completion to `display-completion-list'.
12952
12953 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * mml-sec.el (mml-secure-method): New internal variable.
12956         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12957         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12958         New functions using mml-secure-method.
12959
12960         * mml.el (mml-mode-map): Add key bindings for those functions.
12961         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12962         Harder <harder@myrealbox.com>.
12963         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12964         Goto end of message if point is the headers of the message.
12965
12966         * message.el (message-in-body-p): New function.
12967
12968         * assistant.el: Autoload gnus-util and netrc.
12969
12970         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12971         Use `mm-charset-override-alist' only when decoding.
12972
12973         * mm-bodies.el (mm-decode-body):
12974         Call `mm-charset-to-coding-system' with allow-override argument.
12975
12976         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12977         `filename' from Content-Disposition if Content-Type doesn't
12978         provide `name'.
12979         (gnus-mime-view-part-as-type): Set default instead of
12980         initial-input.
12981
12982 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12983
12984         * format-spec.el (format-spec): Propagate text properties of % spec.
12985
12986 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * gnus-art.el (gnus-treat-predicate): Add `first'.
12989
12990 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12993         (mm-charset-override-alist): New variable.
12994         (mm-charset-to-coding-system): Use it.
12995         (mm-codepage-setup): New helper function.
12996         (mm-charset-eval-alist): New variable.
12997         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12998         Warn about unknown charsets.
12999
13000         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13001
13002 2005-10-04  David Hansen  <david.hansen@gmx.net>
13003
13004         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13005         (nnrss-check-group): Ditto.
13006
13007 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13010         Rename x-gnus-verbatim to x-verbatim.
13011         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13012
13013         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13014         x-verbatim.
13015
13016         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13017
13018         * gnus-util.el (gnus-remove-duplicates): Remove.
13019
13020         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13021         instead of gnus-remove-duplicates.
13022
13023         * message.el (message-remove-duplicates): Remove.
13024         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13025         message-remove-duplicates.
13026
13027         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13028         available, else use implementation from `delete-dups'.
13029
13030         * message.el (message-insert-expires): New function.
13031         (message-mode-map): Add key binding.
13032         (message-mode-field-menu): Add menu entry.
13033         (message-mode): Document it.
13034         (message-make-expires-date): Use `message-make-date'.
13035
13036 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13037
13038         * message.el (message-make-expires-date): New function.
13039
13040 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * Makefile.in (list-installed-shadows): New entry.
13043         (install): Use it.
13044         (remove-installed-shadows): New entry.
13045
13046         * dgnushack.el (dgnushack-default-load-path): New variable.
13047         (dgnushack-find-lisp-shadows): New function.
13048         (dgnushack-remove-lisp-shadows): New function.
13049
13050 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * Makefile.in (install-el-elc): New entry.
13053         (install): Use it so that .el files are necessarily installed.
13054
13055 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13058
13059 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13060
13061         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13062         function rather than the diff-mode.el package.
13063         (mm-display-external): Use with-current-buffer.
13064         (mm-viewer-completion-map, mm-viewer-completion-map):
13065         Move initialization inside declaration.
13066
13067 2005-09-29  Simon Josefsson  <jas@extundo.com>
13068
13069         * spam.el: Load hashcash when compiling, to avoid warnings.
13070         Don't autoload mail-check-payment.
13071         (spam-check-hashcash): Define unconditionally, since hashcash.el
13072         is part of Gnus now.  Ignore errors from payment checking.
13073
13074 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * message.el (message-bold-region, message-unbold-region):
13077         Rename from `bold-region' and `unbold-region'.
13078
13079         * message.el: Remove useless autoloads.
13080
13081 2005-09-28  Simon Josefsson  <jas@extundo.com>
13082
13083         * message.el (message-use-idna): Default to t.
13084         (message-use-idna): Test whether encoding works too.  Doc fix.
13085
13086 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * nntp.el (nntp-warn-about-losing-connection): Remove.
13089
13090 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13093         customizable.  Change default value.
13094         (mm-uu-diff-groups-regexp): Change default value.
13095         (mm-uu-type-alist): Add doc string.
13096         (mm-uu-configure): Add doc string.  Make it interactive.
13097         (mm-uu-tex-groups-regexp): New variable.
13098         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13099         (mm-uu-type-alist): Add LaTeX documents.
13100         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13101         of "text/verbatim".
13102         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13103
13104         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13105         instead of "text/verbatim".
13106
13107         * message.el (message-mark-inserted-region)
13108         (message-mark-insert-file): Use slrn style marks when called with
13109         prefix argument.
13110
13111 2005-09-27  Simon Josefsson  <jas@extundo.com>
13112
13113         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13114
13115 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13116
13117         * message.el (message-remove-duplicates): New function.
13118         Implementation borrowed from `gnus-remove-duplicates'.
13119         (message-idna-to-ascii-rhs): Also encode idna addresses in
13120         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13121         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13122         only ask about the same idna domain once per header and also tell
13123         in what header to replace the idna domain.
13124
13125         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13126         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13127         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13128         a header is decoded and not just the last one.
13129
13130 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13133         has been decoded.
13134
13135         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13136         (mm-insert-part): Don't modify text if it has been decoded.
13137
13138         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13139         decoded.
13140
13141         * mm-view.el (mm-inline-text): Don't strip text props unless
13142         decoding enriched or richtext parts.
13143
13144 2005-09-25  Romain Francoise  <romain@orebokech.com>
13145
13146         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13147         * gnus-start.el (gnus-subscribe-interactively):
13148         * gnus-uu.el (gnus-uu-grab-articles):
13149         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13150         space.
13151
13152 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13153
13154         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13155         * mm-view.el (mm-view-pkcs7-decrypt):
13156         * gnus-sum.el (gnus-summary-limit-to-extra)
13157         (gnus-summary-respool-article, gnus-read-move-group-name):
13158         * gnus-score.el (gnus-summary-increase-score):
13159         * gnus-util.el (gnus-completing-read-with-default):
13160         * gnus-art.el (gnus-read-save-file-name)
13161         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13162         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13163         * message.el (message-check-news-header-syntax):
13164         Follow convention for reading with the minibuffer.
13165
13166 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * spam-report.el (spam-report-url-ping-plain):
13169         Use gnus-extended-version as User-Agent.
13170
13171         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13172         default value is nil.
13173
13174         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13175         (mm-uu-verbatim-marks-extract): New function.
13176         (mm-uu-extract): New face.
13177         (mm-uu-copy-to-buffer): Use it.
13178
13179         * spam-report.el (spam-report-gmane-ham): Rename from
13180         `spam-report-gmane-unspam'.
13181         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13182         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13183
13184         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13185         Autoload.
13186         (spam-report-gmane-unregister-routine):
13187         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13188
13189 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13190
13191         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13192         (spam-report-gmane-unregister-routine): Add support for gmane
13193         unregistration.
13194
13195         * spam-report.el (spam-report-gmane-unspam)
13196         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13197         (spam-report-gmane): Change to take a single article and do unspam
13198         registration.
13199
13200 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * mm-url.el (mm-url-decode-entities): Fix regexp.
13203
13204 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13205
13206         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13207         default to nil, to be able to use Gnus at all.  If the default
13208         switches to something else, then the function should be fixed not
13209         be exceedingly slow.
13210
13211 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13212
13213         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13214         fail hard.
13215
13216         * spam-report.el: Add better Keywords line.
13217
13218         * spam.el: Add Maintainer and better Keywords line.
13219
13220 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * gnus-art.el (gnus-article-replace-part)
13223         (gnus-mime-replace-part): New functions.
13224         (gnus-mime-action-alist, gnus-mime-button-commands)
13225         (gnus-mime-save-part-and-strip): Add file argument.
13226         (gnus-article-part-wrapper): Add interactive argument.
13227
13228         * gnus-sum.el (gnus-summary-mime-map):
13229         Add `gnus-article-replace-part'.
13230
13231 2005-09-19  Didier Verna  <didier@xemacs.org>
13232
13233         The nnml compaction feature:
13234         * nnml.el (nnml-request-compact-group): New function.
13235         * nnml.el (nnml-request-compact): New function.
13236         * gnus-int.el (gnus-request-compact-group): New function.
13237         * gnus-int.el (gnus-request-compact): New function.
13238         * gnus-group.el (gnus-group-compact-group): New function.
13239         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13240         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13241         * gnus-srvr.el (gnus-server-compact-server): New function.
13242         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13243         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13244
13245 2005-09-18  Deepak Goel  <deego@gnufans.org>
13246
13247         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13248         format spec.
13249
13250 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13253
13254 2005-09-15  Romain Francoise  <romain@orebokech.com>
13255
13256         * message.el (message-fill-paragraph): Clarify docstring.
13257
13258 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-art.el (gnus-mime-display-part): Protect against broken
13261         MIME messages.
13262
13263 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13266         before parsing header.
13267
13268 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13269
13270         * html2text.el (html2text-replace-list): Add new entities.
13271
13272 2005-09-11  Romain Francoise  <romain@orebokech.com>
13273
13274         * message.el (message-alternative-emails): Improve docstring.
13275         (message-setup-1): Call `message-use-alternative-email-as-from'
13276         after `message-setup-hook' to give it precedence over posting
13277         styles, etc.
13278         (message-use-alternative-email-as-from): Add docstring.
13279         Remove the original From header if present.
13280
13281         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13282         (nnml-save-mail): Use it.
13283
13284         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13285         articles.  Add new argument `silent'.
13286         (gnus-uu-mark-all): Report the total number of marked articles.
13287
13288 2005-09-10  Romain Francoise  <romain@orebokech.com>
13289
13290         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13291         (gnus-uu-mark-series): Likewise.
13292
13293 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * spam-report.el (spam-report-gmane): Fix generation of spam
13296         report URL.
13297
13298 2005-09-10  Simon Josefsson  <jas@extundo.com>
13299
13300         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13301         t, based on discussion on the ding list with Robert Epprecht
13302         <epprecht@solnet.ch>.
13303
13304 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * spam-report.el (spam-report-gmane): Make it work without
13307         X-Report-Spam header.  Gmane now only provides Archived-At.
13308         This is only used if `spam-report-gmane-use-article-number' is nil.
13309         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13310
13311         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13312         make `gnus-summary-sort-by-recipient' work with threading.
13313
13314         * nnweb.el (nnweb-google-wash-article): Print a message if article
13315         is not available.
13316
13317 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13318
13319         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13320         change.  Decode text/* parts content before displaying.
13321
13322 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13325
13326 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13329
13330         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13331         url-package-name, url-package-version,
13332         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13333         w3m-display-inline-images, and w3m-minor-mode-map.
13334
13335 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * message.el (message-tab-body-function): Fix mismatched custom type.
13338
13339         * gnus.el (gnus-group-change-level-function): Ditto.
13340
13341         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13342
13343         * gnus-art.el (gnus-signature-limit)
13344         (gnus-article-mime-part-function): Ditto.
13345
13346 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * mml.el (mml-mode): Silence the byte compiler.
13349
13350         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13351         using `(sit-for 0)' before moving the point to the specified part;
13352         skip unbuttonized parts.
13353         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13354         return to the summary window if gnus-auto-select-part is non-nil.
13355
13356 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13359         New variables.
13360         (mml-dnd-attach-file, mml-mode): Use them.
13361
13362         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13363         Make fetching article by MID work again for Google Groups.
13364         Add FIXME concerning gnus-group-make-web-group.
13365
13366         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13367         Don't depend on Gnus by using mail-extract-address-components if
13368         gnus-extract-address-components is not bound.
13369
13370 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13371
13372         * gnus-art.el (gnus-mime-display-security): Don't display the
13373         signature, but only the signed part.
13374
13375 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13378
13379         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13380         list, not listp.
13381
13382 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13383
13384         * mm-encode.el (mm-encode-content-transfer-encoding):
13385         Likewise when encoding.
13386
13387         * mm-bodies.el (mm-decode-content-transfer-encoding):
13388         De-canonicalize CRLF for all text content types, not just
13389         text/plain.
13390
13391 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13394         valid article; point arrow and cursor at the MIME button.
13395
13396 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13399         Suggested by Dan Christensen <jdc@uwo.ca>.
13400
13401         * mm-decode.el (mm-save-part): Enable change of prompt.
13402
13403 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13404
13405         * gnus-msg.el (gnus-inews-add-send-actions):
13406         Make `message-post-method' lambda parameter ARG `&optional'.
13407
13408 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * gnus-sum.el (gnus-summary-mime-map):
13411         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13412         gnus-article-jump-to-part.
13413
13414         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13415         (gnus-article-edit-part): Use it.
13416         (gnus-article-part-wrapper): Add no-handle argument.
13417         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13418         New functions.
13419
13420 2005-08-29  Romain Francoise  <romain@orebokech.com>
13421
13422         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13423         docstring.
13424         (gnus-face-from-file): Likewise.
13425
13426 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13429         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13430         non-nil.
13431         (gnus-auto-select-part): New variable.
13432         (gnus-article-jump-to-part): New function.
13433         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13434         (gnus-mime-delete-part): Allow selecting specified part after
13435         deleting or stripping parts.
13436         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13437         part if argument is bogus.
13438
13439 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13440
13441         * gnus-art.el (w3m-minor-mode-map):
13442         * gnus-spec.el (gnus-newsrc-file-version):
13443         * gnus-util.el (nnmail-active-file-coding-system)
13444         (gnus-original-article-buffer, gnus-user-agent):
13445         * gnus.el (gnus-ham-process-destinations)
13446         (gnus-parameter-ham-marks-alist)
13447         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13448         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13449         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13450         * mm-decode.el (gnus-current-window-configuration):
13451         * mm-extern.el (gnus-article-mime-handles):
13452         * mm-url.el (url-current-object, url-package-name)
13453         (url-package-version):
13454         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13455         (smime-keys, w3m-cid-retrieve-function-alist)
13456         (w3m-current-buffer, w3m-display-inline-images)
13457         (w3m-minor-mode-map):
13458         * mml-smime.el (gnus-extract-address-components):
13459         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13460         (gnus-newsrc-hashtb, message-default-charset)
13461         (message-deletable-headers, message-options)
13462         (message-posting-charset, message-required-mail-headers)
13463         (message-required-news-headers):
13464         * mml1991.el (mc-pgp-always-sign):
13465         * mml2015.el (mc-pgp-always-sign):
13466         * nnheader.el (nnmail-extra-headers):
13467         * rfc1843.el (gnus-decode-encoded-word-function)
13468         (gnus-decode-header-function, gnus-newsgroup-name):
13469         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13470
13471 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13472
13473         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13474         the end of the date treatments.
13475
13476 2005-08-15  Simon Josefsson  <jas@extundo.com>
13477
13478         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13479         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13480         Capello and Romain Francoise.
13481         (pgg-fetch-key-function): Remove, not used?
13482         (pgg-insert-url-with-w3): Require url, to get
13483         url-insert-file-contents regardless of where it is defined.
13484
13485 2005-08-13  Romain Francoise  <romain@orebokech.com>
13486
13487         * message.el (message-cite-original-1): New function.
13488         (message-cite-original): Use it.
13489         (message-cite-original-without-signature): Ditto.
13490
13491 2005-08-08  Romain Francoise  <romain@orebokech.com>
13492
13493         * message.el (message-yank-empty-prefix): New variable.
13494         (message-indent-citation): Use it.
13495         (message-cite-original-without-signature): Respect X-No-Archive.
13496
13497 2005-08-08  Simon Josefsson  <jas@extundo.com>
13498
13499         * pgg.el: Autoload url-insert-file-contents instead of loading
13500         w3/url.
13501         (pgg-insert-url-with-w3): Don't load url here.
13502
13503 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13504
13505         * message.el (message-kill-to-signature): Don't insert newline at
13506         bol.
13507         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13508
13509 2005-08-06  Romain Francoise  <romain@orebokech.com>
13510
13511         * message.el (message-user-fqdn): Fix typo in docstring.
13512
13513 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13514
13515         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13516
13517         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13518
13519 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * mm-bodies.el (mm-encode-body): Use coding system rather than
13522         charset to encode text.
13523
13524         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13525         number of charsets if utf-8 is available (XEmacs).
13526
13527 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13530         taken from `gnus-button-mid-or-mail-regexp'.
13531         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13532         (gnus-button-alist): Improve regexp for domain part of the MIDs
13533         for news:localpart@domain buttons.
13534         (gnus-button-ctan-directory-regexp): Update.
13535
13536 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * sieve-manage.el (sieve-manage-interactive-login):
13539         Use make-local-variable rather than make-variable-buffer-local.
13540         (sieve-manage-open): Ditto.
13541         (sieve-manage-authenticate): Ditto.
13542
13543         * mml.el (mml-generate-mime-1): Make the content type default to
13544         text/plain if the filename is not specified.
13545
13546 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13549         instead of insert-buffer.
13550
13551         * message.el (message-yank-original): Ditto; set the mark at the
13552         end of the yanked message.
13553
13554 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13557         lines to scroll rather than to stop it.
13558
13559         * mml.el (mml-generate-default-type): Add doc string.
13560         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13561         default to application/octet-stream when determining the content
13562         type if it is not specified for the part or the mml contents; add
13563         a comment about mml-generate-default-type.
13564
13565 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13566
13567         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13568         make it default to application/octet-stream when determining the
13569         content type if it is not specified for the external contents.
13570
13571 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13574         segmented parameter but also other parameters might be there.
13575
13576 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * mm-decode.el (mm-display-external): Delete temp file, directory
13579         and buffer immediately if the external process is exited.
13580
13581 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13584         fewer lines than that of scroll-margin.
13585         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13586
13587 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-art.el (gnus-article-next-page): Revert.
13590         (gnus-article-beginning-of-window): New macro.
13591         (gnus-article-next-page-1): Use it.
13592         (gnus-article-prev-page): Ditto.
13593         (gnus-article-edit-part): Use insert-buffer-substring instead of
13594         insert-buffer.
13595         (gnus-article-edit-exit): Ditto.
13596
13597         * gnus-util.el (gnus-beginning-of-window): Remove.
13598         (gnus-end-of-window): Remove.
13599
13600         * lpath.el: Don't bind header-line-format and scroll-margin.
13601
13602 2005-07-25  Simon Josefsson  <jas@extundo.com>
13603
13604         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13605         to have the url package without w3.  Reported by Daiki Ueno
13606         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13607
13608 2005-07-20  Didier Verna  <didier@xemacs.org>
13609
13610         * gnus-diary.el: Remove the description comment (nndiary is now
13611         properly documented in the Gnus manual).
13612         Fix the spelling of "Back End".
13613         * nndiary.el: Ditto.
13614         Fix the copyright notice.
13615
13616 2005-07-18  Romain Francoise  <romain@orebokech.com>
13617
13618         * gnus-sum.el (gnus-summary-to-prefix)
13619         (gnus-summary-newsgroup-prefix): New variables.
13620         (gnus-summary-from-or-to-or-newsgroups): Use them.
13621
13622 2005-07-17  Romain Francoise  <romain@orebokech.com>
13623
13624         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13625         space as it's generally not especially interesting to the user.
13626
13627 2005-07-16  Romain Francoise  <romain@orebokech.com>
13628
13629         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13630         nil to avoid prompting and file modification if one of the
13631         messages at the top of the nnfolder file contains a copyright
13632         notice.
13633         Update copyright notice.
13634
13635         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13636         instead of `current-time-string' as the latter creates a time
13637         string that is not RFC 2822 compliant (it lacks the zone).
13638         Update copyright notice.
13639
13640 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13641
13642         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13643         for text/rtf.  Display default in prompt.  Pass default for M-n.
13644
13645         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13646
13647 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13648
13649         * gnus-msg.el (gnus-button-mailto):
13650         Remove save-selected-window-window hackery because it relies on
13651         save-selected-window internals.
13652
13653 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13656         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13657         (gnus-article-prev-page): Ditto.
13658
13659         * gnus-util.el (gnus-beginning-of-window): New function.
13660         (gnus-end-of-window): New function.
13661
13662         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13663
13664 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13665
13666         * gnus-score.el (gnus-score-edit-all-score):
13667         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13668         gnus-message.
13669
13670 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13671
13672         * gnus-msg.el (gnus-button-mailto):
13673         Remove save-selected-window-window hackery because it relies on
13674         save-selected-window internals.
13675
13676 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13679         add-minor-mode.
13680         (gnus-binary-mode): Ditto.
13681
13682         * gnus-topic.el (gnus-topic-mode): Ditto.
13683
13684 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13685
13686         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13687         (gnus-article-prev-page): Take scroll-margin into consideration.
13688
13689 2005-07-04  Lute Kamstra  <lute@gnu.org>
13690
13691         Update FSF's address in GPL notices.
13692
13693 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13694
13695         * gnus.el (gnus-exit):
13696         * gnus-group.el (gnus-group-icons):
13697         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13698
13699         * gnus-nocem.el (gnus-nocem):
13700         * message.el (message-various, message-buffers, message-sending)
13701         (message-interface, message-forwarding, message-insertion)
13702         (message-headers, message-news, message-mail):
13703         * pgg-gpg.el (pgg-gpg):
13704         * pgg-parse.el (pgg-parse):
13705         * pgg-pgp.el (pgg-pgp):
13706         * pgg-pgp5.el (pgg-pgp5):
13707         * pop3.el (pop3): Finish `defgroup' description with period.
13708
13709 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-art.el (article-display-face): Improve the efficiency.
13712         (article-display-x-face): Ditto; remove grey x-face stuff.
13713
13714 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * gnus-art.el (article-display-face): Correct the position in
13717         which Faces are inserted.
13718
13719 2005-06-29  Didier Verna  <didier@xemacs.org>
13720
13721         * gnus-art.el (article-display-face): Display faces in correct
13722         order.
13723
13724 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13727         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13728         (gnus-nocem-check-article): Fetch the Type header.
13729         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13730         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13731         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13732         make sure gnus-nocem-hashtb is initialized.
13733         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13734         (gnus-nocem-unwanted-article-p): Ditto.
13735
13736         * pgg.el (pgg-verify): Return the verification result.
13737
13738 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13739
13740         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13741         is ascii.
13742
13743 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13744
13745         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13746         `show-nonbreak-escape'.
13747
13748 2005-06-23  Lute Kamstra  <lute@gnu.org>
13749
13750         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13751
13752         * dig.el (dig-mode):
13753         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13754
13755 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13756
13757         * nnimap.el (nnimap-split-download-body): Fix spellings.
13758
13759 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13760
13761         * gnus-art.el (gnus-article-encrypt-body):
13762         * gnus-cus.el (gnus-score-customize):
13763         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13764         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13765
13766 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13767
13768         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13769         header by looking for magic "MII" at the beginnig.
13770
13771 2005-06-16  Miles Bader  <miles@gnu.org>
13772
13773         * gnus-xmas.el (gnus-xmas-group-startup-message):
13774         Use renamed gnus-splash face.
13775
13776         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13777         (assistant-field-face): New backward-compatibility alias for renamed
13778         face.
13779         (assistant-render-text): Use renamed assistant-field face.
13780
13781         * spam.el (spam): Remove "-face" suffix from face name.
13782         (spam-face): New backward-compatibility alias for renamed face.
13783         (spam-face, spam-initialize): Use renamed spam face.
13784
13785         * message.el (message-header-to, message-header-cc)
13786         (message-header-subject, message-header-newsgroups)
13787         (message-header-other, message-header-name)
13788         (message-header-xheader, message-separator, message-cited-text)
13789         (message-mml): Remove "-face" suffix from face names.
13790         (message-header-to-face, message-header-cc-face)
13791         (message-header-subject-face, message-header-newsgroups-face)
13792         (message-header-other-face, message-header-name-face)
13793         (message-header-xheader-face, message-separator-face)
13794         (message-cited-text-face, message-mml-face):
13795         New backward-compatibility aliases for renamed faces.
13796         (message-font-lock-keywords): Use renamed message faces.
13797
13798         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13799         (sieve-test-commands, sieve-tagged-arguments):
13800         Remove "-face" suffix from face names.
13801         (sieve-control-commands-face, sieve-action-commands-face)
13802         (sieve-test-commands-face, sieve-tagged-arguments-face):
13803         New backward-compatibility aliases for renamed faces.
13804         (sieve-control-commands-face, sieve-action-commands-face)
13805         (sieve-test-commands-face, sieve-tagged-arguments-face):
13806         Use renamed sieve faces.
13807
13808         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13809         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13810         (gnus-group-news-3-empty, gnus-group-news-4)
13811         (gnus-group-news-4-empty, gnus-group-news-5)
13812         (gnus-group-news-5-empty, gnus-group-news-6)
13813         (gnus-group-news-6-empty, gnus-group-news-low)
13814         (gnus-group-news-low-empty, gnus-group-mail-1)
13815         (gnus-group-mail-1-empty, gnus-group-mail-2)
13816         (gnus-group-mail-2-empty, gnus-group-mail-3)
13817         (gnus-group-mail-3-empty, gnus-group-mail-low)
13818         (gnus-group-mail-low-empty, gnus-summary-selected)
13819         (gnus-summary-cancelled, gnus-summary-high-ticked)
13820         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13821         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13822         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13823         (gnus-summary-low-undownloaded)
13824         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13825         (gnus-summary-low-unread, gnus-summary-normal-unread)
13826         (gnus-summary-high-read, gnus-summary-low-read)
13827         (gnus-summary-normal-read, gnus-splash):
13828         Remove "-face" suffix from face names.
13829         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13830         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13831         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13832         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13833         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13834         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13835         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13836         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13837         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13838         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13839         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13840         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13841         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13842         (gnus-summary-normal-ticked-face)
13843         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13844         (gnus-summary-normal-ancient-face)
13845         (gnus-summary-high-undownloaded-face)
13846         (gnus-summary-low-undownloaded-face)
13847         (gnus-summary-normal-undownloaded-face)
13848         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13849         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13850         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13851         (gnus-splash-face):
13852         New backward-compatibility aliases for renamed faces.
13853         (gnus-group-startup-message): Use renamed gnus faces.
13854
13855         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13856         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13857         (gnus-server-agent): Remove "-face" suffix from face names.
13858         (gnus-server-agent-face, gnus-server-opened-face)
13859         (gnus-server-closed-face, gnus-server-denied-face)
13860         (gnus-server-offline-face):
13861         New backward-compatibility aliases for renamed faces.
13862         (gnus-server-agent-face, gnus-server-opened-face)
13863         (gnus-server-closed-face, gnus-server-denied-face)
13864         (gnus-server-offline-face): Use renamed gnus faces.
13865
13866         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13867         Remove "-face" suffix from face names.
13868         (gnus-picon-xbm-face, gnus-picon-face):
13869         New backward-compatibility aliases for renamed faces.
13870
13871         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13872         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13873         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13874         (gnus-cite-11): Remove "-face" suffix from face names.
13875         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13876         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13877         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13878         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13879         New backward-compatibility aliases for renamed faces.
13880         (gnus-cite-attribution-face, gnus-cite-face-list)
13881         (gnus-article-boring-faces): Use renamed gnus faces.
13882
13883         * gnus-art.el (gnus-signature, gnus-header-from)
13884         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13885         (gnus-header-content): Remove "-face" suffix from face names.
13886         (gnus-signature-face, gnus-header-from-face)
13887         (gnus-header-subject-face, gnus-header-newsgroups-face)
13888         (gnus-header-name-face, gnus-header-content-face):
13889         New backward-compatibility aliases for renamed faces.
13890         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13891
13892         * gnus-sum.el (gnus-summary-selected-face)
13893         (gnus-summary-highlight): Use renamed gnus faces.
13894         * gnus-group.el (gnus-group-highlight): Likewise.
13895
13896 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13897
13898         * gnus-sieve.el (gnus-sieve-article-add-rule):
13899         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13900         * spam-stat.el (spam-stat-buffer-change-to-spam)
13901         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13902
13903         * message.el (message-is-yours-p):
13904         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13905
13906 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * mm-view.el (mm-inline-text): Withdraw the last change.
13909
13910 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13913         executing enriched-decode.
13914
13915 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13918         charset of tar files.
13919
13920 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13921
13922         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13923
13924 2005-06-04  Lute Kamstra  <lute@gnu.org>
13925
13926         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13927         information is never recorded.
13928
13929 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13930
13931         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13932
13933 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * pop3.el (pop3-apop): Run md5 in the binary mode.
13936
13937         * starttls.el (starttls-set-process-query-on-exit-flag):
13938         Use eval-and-compile.
13939
13940 2005-05-31  Simon Josefsson  <jas@extundo.com>
13941
13942         * smime.el (smime-replace-in-string): Define.
13943         (smime-cert-by-ldap-1): Use it.
13944
13945 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * gnus-art.el (article-display-x-face): Replace
13948         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13949
13950         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13951         set-process-query-on-exit-flag or process-kill-without-query.
13952
13953         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13954         loop instead of replace-regexp.
13955
13956         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13957         instead of process-kill-without-query if it is available.
13958
13959         * lpath.el: Fbind ldap-search-entries.
13960
13961         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13962         instead of find-file-hooks if it is available.
13963
13964         * mml1991.el: Bind pgg-default-user-id when compiling.
13965
13966         * mml2015.el: Bind pgg-default-user-id when compiling.
13967
13968         * nndraft.el (nndraft-request-associate-buffer):
13969         Use write-contents-functions instead of write-contents-hooks if it is
13970         available.
13971
13972         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13973         instead of find-file-hooks if it is available.
13974
13975         * nntp.el (nntp-open-connection): Replace
13976         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13977         (nntp-open-ssl-stream): Ditto.
13978         (nntp-open-tls-stream): Ditto.
13979
13980         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13981         set-process-query-on-exit-flag or process-kill-without-query.
13982         (starttls-open-stream-gnutls): Use it instead of
13983         process-kill-without-query.
13984         (starttls-open-stream): Ditto.
13985
13986 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13987
13988         * smime.el (smime-cert-by-ldap-1): Don't use
13989         replace-regexp-in-string.
13990
13991 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13992
13993         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13994
13995         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13996         in PEM format.  Adjust to the XEmacs compability.
13997
13998 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14001         by `string-to-number'.
14002         * gnus-agent.el (gnus-agent-regenerate-group)
14003         (gnus-agent-fetch-articles): Ditto.
14004         * gnus-art.el (gnus-button-fetch-group): Ditto.
14005         * gnus-cache.el (gnus-cache-generate-active)
14006         (gnus-cache-articles-in-group): Ditto.
14007         * gnus-group.el (gnus-group-set-current-level)
14008         (gnus-group-insert-group-line): Ditto.
14009         * gnus-score.el (gnus-score-set-expunge-below)
14010         (gnus-score-set-mark-below, gnus-summary-score-effect)
14011         (gnus-summary-score-entry): Ditto.
14012         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14013         (gnus-soup-pack): Ditto.
14014         * gnus-spec.el (gnus-xmas-format): Ditto.
14015         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14016         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14017         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14018         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14019         * nndb.el (nndb-get-remote-expire-response): Ditto.
14020         * nndiary.el (nndiary-parse-schedule-value)
14021         (nndiary-string-to-number, nndiary-request-replace-article)
14022         (nndiary-request-article): Ditto.
14023         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14024         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14025         * nneething.el (nneething-make-head): Ditto.
14026         * nnfolder.el (nnfolder-request-article)
14027         (nnfolder-retrieve-headers): Ditto.
14028         * nnheader.el (nnheader-file-to-number): Ditto.
14029         * nnkiboze.el (nnkiboze-request-article): Ditto.
14030         * nnmail.el (nnmail-process-unix-mail-format)
14031         (nnmail-process-babyl-mail-format): Ditto.
14032         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14033         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14034         (nnmh-request-create-group, nnmh-request-list-1)
14035         (nnmh-request-group, nnmh-request-article): Ditto.
14036         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14037         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14038         * nnsoup.el (nnsoup-make-active): Ditto.
14039         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14040         * nntp.el (nntp-find-group-and-number)
14041         (nntp-retrieve-headers-with-xover): Ditto.
14042         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14043         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14044         (pgg-format-key-identifier): Ditto.
14045         * pop3.el (pop3-last, pop3-stat): Ditto.
14046         * qp.el (quoted-printable-decode-region): Ditto.
14047
14048         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14049         of concat.
14050
14051 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14054
14055         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14056
14057         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14058
14059         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14060
14061         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14062
14063         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14064
14065         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14066         (gnus-carpal-mode): Ditto.
14067
14068         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14069         (gnus-browse-mode): Ditto.
14070
14071         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14072
14073         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14074
14075 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14076
14077         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14078
14079 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-util.el (gnus-run-mode-hooks): New function.
14082
14083         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14084
14085         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14086         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14087
14088 2005-05-27  Lute Kamstra  <lute@gnu.org>
14089
14090         * dns-mode.el (dns-mode): Specify customization group.
14091
14092 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14093
14094         * gnus-agent.el (gnus-agent-make-mode-line-string):
14095         Use mode-line-highlight as mouse-face.
14096
14097 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * canlock.el (canlock): Change the parent group to news.
14100
14101         * deuglify.el (gnus-outlook-deuglify): Add :group.
14102
14103         * dig.el (dig): Add :group.
14104
14105         * dns-mode.el (dns-mode): Add :group.
14106
14107         * encrypt.el (encrypt): Add :group.
14108
14109         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14110         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14111         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14112         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14113         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14114
14115         * gnus-diary.el (gnus-diary): Add :group.
14116
14117         * gnus.el (gnus-group-news-1-face): Add :group.
14118         (gnus-group-news-1-empty-face): Ditto.
14119         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14120         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14121         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14122         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14123         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14124         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14125         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14126         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14127         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14128         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14129         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14130         (gnus-summary-high-ticked-face): Ditto.
14131         (gnus-summary-low-ticked-face): Ditto.
14132         (gnus-summary-normal-ticked-face): Ditto.
14133         (gnus-summary-high-ancient-face): Ditto.
14134         (gnus-summary-low-ancient-face): Ditto.
14135         (gnus-summary-normal-ancient-face): Ditto.
14136         (gnus-summary-high-undownloaded-face): Ditto.
14137         (gnus-summary-low-undownloaded-face): Ditto.
14138         (gnus-summary-normal-undownloaded-face): Ditto.
14139         (gnus-summary-high-unread-face): Ditto.
14140         (gnus-summary-low-unread-face): Ditto.
14141         (gnus-summary-normal-unread-face): Ditto.
14142         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14143         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14144
14145         * hashcash.el (hashcash): New custom group.
14146         (hashcash-default-payment): Add :group.
14147         (hashcash-payment-alist): Ditto.
14148         (hashcash-default-accept-payment): Ditto.
14149         (hashcash-accept-resources): Ditto.
14150         (hashcash-path): Ditto.
14151         (hashcash-extra-generate-parameters): Ditto.
14152         (hashcash-double-spend-database): Ditto.
14153         (hashcash-in-news): Ditto.
14154
14155         * message.el (message-minibuffer-local-map): Add :group.
14156
14157         * netrc.el (netrc): Add :group.
14158
14159         * sieve-manage.el (sieve-manage-log): Add :group.
14160         (sieve-manage-default-user): Diito.
14161         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14162         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14163         (sieve-manage-authenticators): Ditto.
14164         (sieve-manage-authenticator-alist): Ditto.
14165         (sieve-manage-default-port): Ditto.
14166
14167         * sieve-mode.el (sieve-control-commands-face): Add :group.
14168         (sieve-action-commands-face): Ditto.
14169         (sieve-test-commands-face): Ditto.
14170         (sieve-tagged-arguments-face): Ditto.
14171
14172         * smime.el (smime): Add :group.
14173
14174         * spam-report.el (spam-report): Add :group.
14175
14176         * spam.el (spam, spam-face): Add :group.
14177
14178 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14179
14180         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14181         return \n.\n.\n at the end of articles.  Protect against that.
14182         (nntp-with-open-group): Allow debugging.
14183
14184         * nnheader.el (mail-header-set-extra): Make into a function
14185         because I just could't understand how to quote the list properly.
14186
14187         * dns.el (query-dns-cached): New function.
14188
14189 2005-05-26  Lute Kamstra  <lute@gnu.org>
14190
14191         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14192
14193 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14196
14197         * gnus-art.el: Don't autoload mail-extract-address-components.
14198
14199         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14200         eval-and-compile to evaluate it.
14201
14202         * hashcash.el: Don't autoload executable-find.
14203
14204         * nndb.el: Don't declare the nndb back end two or more times; don't
14205         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14206
14207         * nntp.el: Autoload format-spec instead of format; use
14208         eval-and-compile to evaluate autoload forms.
14209
14210 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14211
14212         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14213
14214 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14215
14216         * gnus.el (gnus-version-number): Bump version.
14217
14218 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14219
14220         * gnus.el: No Gnus v0.3 is released.
14221
14222 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14223
14224         * lpath.el (featurep): Bind show-nonbreak-escape.
14225
14226 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-art.el (gnus-article-edit-part): Disable undo.
14229
14230 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14233         gnus-article-date-lapsed-new-header is t if date timer is active;
14234         skip headers in which the original date value is empty.
14235         (gnus-article-save-original-date): Redefine it as a macro.
14236         (gnus-display-mime): Use it.
14237
14238 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-art.el (article-date-ut): Support converting date in
14241         forwarded parts as well.
14242         (gnus-article-save-original-date): New function.
14243         (gnus-display-mime): Use it.
14244
14245 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14246
14247         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14248         enclosure element of <item>.
14249
14250 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * message.el (message-kill-buffer-query): Rename from
14253         `message-kill-buffer-query-if-modified'.  Add :version.
14254
14255 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14258         window layout.
14259
14260 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * mml.el: Autoload dnd when compiling.
14263
14264 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14267         x-dnd-*.
14268
14269 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * qp.el (quoted-printable-encode-region): Save excursion.
14272
14273 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * message.el (message-kill-buffer-query-if-modified): Add new variable
14276         so the user can kill a modified message buffer quickly.
14277         (message-kill-buffer): Use it.
14278
14279 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * lpath.el: Fbind display-time-event-handler; don't fbind
14282         string-to-multibyte.
14283
14284         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14285
14286 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14289         contained in text because xml.el decodes entities) with LFs.
14290
14291 2005-04-11  Lute Kamstra  <lute@gnu.org>
14292
14293         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14294         differently.
14295
14296 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14297
14298         * mm-util.el (mm-detect-coding-region): Typo.
14299
14300 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14303
14304 2005-04-06  Deepak Goel  <deego@gnufans.org>
14305
14306         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14307         user-function allow user modifications of the scores.
14308         (spam-stat-score-buffer-user): New function, to allow
14309         user-computed modifications to the score.
14310         (spam-stat-score-buffer-user-functions): List of additional
14311         scoring functions.
14312         (spam-stat-error-holder): Global temporary error holder.
14313         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14314         variable.
14315
14316 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14317
14318         * gnus-registry.el (gnus-registry-clean-empty-function)
14319         (gnus-registry-trim, gnus-registry-fetch-groups)
14320         (gnus-registry-delete-group): Groups that match
14321         `gnus-registry-ignored-groups' are removed from the registry
14322         entries, not just ignored for splitting.  This helps clean up the
14323         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14324         to get all the groups a message ID is in.
14325
14326         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14327         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14328         (spam-stat-score-buffer-user-functions): Add :number custom type.
14329
14330 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14333         argument in XEmacs.
14334
14335         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14336         (nnrss-request-group): Decode group name first.
14337         (nnrss-request-article): Make a text/plain article if mml-to-mime
14338         failed.
14339         (nnrss-get-encoding): Return a compatible encoding according to
14340         nnrss-compatible-encoding-alist.
14341         (nnrss-find-el): Use consp instead of listp.
14342         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14343
14344 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14347         which Emacs 20 doesn't support.
14348         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14349
14350 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14353         silence the byte compiler inside the defun.
14354
14355         * gnus-demon.el (parse-time-string): Add autoload.
14356
14357         * gnus-delay.el (parse-time-string): Add autoload.
14358
14359         * gnus-art.el (parse-time-string): Add autoload.
14360
14361         * nnultimate.el (parse-time): Require for `parse-time-string'.
14362
14363 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14366
14367         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14368
14369         * smime.el (smime-ldap-host-list): Add :version.
14370
14371 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14374         pass it to `gnus-browse-read-group'.
14375         (gnus-browse-read-group): Add NUMBER argument and pass it to
14376         `gnus-group-read-ephemeral-group'.
14377
14378         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14379         argument and pass it to `gnus-group-read-group'.
14380
14381 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14382
14383         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14384         mm-xemacs-find-mime-charset-1 if we have the mule feature
14385         available at runtime.
14386
14387 2005-03-25  Werner Lemberg  <wl@gnu.org>
14388
14389         * nnmaildir.el: Replace `illegal' with `invalid'.
14390
14391 2005-03-23  Lute Kamstra  <lute@gnu.org>
14392
14393         * time-date.el: Add comment on time value formats.
14394         Don't require parse-time.
14395         (with-decoded-time-value): New macro.
14396         (encode-time-value): New function.
14397         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14398         (days-to-time): Return a valid time value when arg is huge.
14399         (time-since): Use time-subtract.
14400         (time-to-number-of-days): Use time-to-seconds.
14401
14402 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14403
14404         * gnus-start.el (gnus-display-time-event-handler):
14405         Check display-time-timer at runtime rather than only at load time
14406         in case display-time-mode is turned off in the mean time.
14407
14408 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14411         used.
14412
14413         * nneething.el (nneething-map-file-directory): Derive from
14414         `gnus-directory'.
14415
14416         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14417         the To/Cc button.
14418
14419 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * nnmaildir.el (nnmaildir-request-accept-article):
14422         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14423
14424 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14425
14426         * gnus-async.el: Require timer-funcs at compile time when in
14427         XEmacs for `run-with-idle-timer'.
14428
14429 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14430
14431         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14432         autoloaded function.
14433
14434 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14435
14436         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14437
14438 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14439
14440         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14441
14442 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14443
14444         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14445         Add gnus-expert-user to default.
14446
14447 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14448
14449         * nnimap.el (nnimap-open-server): Ditto.
14450
14451         * imap.el (imap-authenticate): Fix typo.
14452
14453 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14454
14455         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14456         buffer (since IMAP server might return FETCH response out of
14457         order, and the nntp buffer must be sorted).
14458
14459 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14460
14461         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14462         comparison on string.
14463
14464         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14465         (gnus-agent-score): Rename category keywords to match gnus-cus.
14466         (gnus-agent-summary-fetch-series): Modify to protect against
14467         gnus-agent-summary-fetch-group clearing processable flags.
14468         (gnus-agent-synchronize-group-flags): Update live group buffer as
14469         synchronization may occur due to the user toggle the plugged
14470         status.
14471         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14472         successfully downloaded.
14473         (gnus-agent-expire-group-1): Avoid using markers when the overview
14474         is in ascending order; greatly improves performance.
14475         (gnus-agent-regenerate-group):
14476         Use gnus-agent-synchronize-group-flags to reset read status in both
14477         gnus and server.
14478         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14479
14480 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * message.el: Don't autoload former message-utils variables.
14483         (message-strip-subject-trailing-was): Change doc string.
14484
14485         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14486         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14487         (nnweb-google-search): Add "hl=en" here.
14488         (nnweb-google-parse-1, nnweb-google-create-mapping):
14489         Don't hardcode URL.
14490
14491 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * message.el (message-get-reply-headers, message-followup):
14494         Mention related variables `message-use-followup-to' and
14495         `message-use-mail-followup-to', in the information buffer.
14496
14497         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14498         of broken groups(-beta).google.com.
14499
14500 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14501
14502         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14503         parameter to invoked gnus-request-move-article; remove the
14504         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14505         all at once instead of once per article.
14506         (gnus-summary-remove-process-mark): Accept a list of articles as
14507         well as a single article for processing.
14508
14509         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14510         parameter.
14511
14512         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14513
14514         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14515
14516         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14517         parameter.
14518
14519         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14520         parameter.
14521
14522         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14523         parameter and remove the gnus-sum-hint-move-is-internal variable.
14524
14525         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14526         parameter.
14527
14528         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14529         parameter.
14530
14531         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14532         parameter.
14533
14534         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14535
14536         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14537         parameter.
14538
14539         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14540         parameter.
14541
14542 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14543
14544         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14545         a more conservative way.
14546
14547 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14548
14549         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14550         buffer, so it moves the window's cursor.
14551
14552 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14553
14554         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14555         `mm-dissect-multipart' and receive the from field as an (optional)
14556         argument from `mm-dissect-multipart'.
14557         (mm-dissect-multipart): Receive the from field as an argument and
14558         pass it on when we call `mm-dissect-buffer' on MIME parts.
14559         Fixes verification/decryption of signed/encrypted MIME parts.
14560
14561 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14562
14563         * gnus-sum.el (gnus-summary-move-article):
14564         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14565         whatever it calls (right now, only nnimap-request-move article
14566         respects it).
14567
14568         * nnimap.el (nnimap-request-move-article):
14569         When gnus-sum-hint-move-is-internal is set, don't do the extra
14570         nnimap-request-article.
14571
14572 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14575
14576         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14577         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14578
14579         * gnus-sum.el (gnus-summary-caesar-message):
14580         Apply `gnus-treat-article' after rotation.
14581
14582         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14583         doc string.
14584
14585 2005-02-22  Simon Josefsson  <jas@extundo.com>
14586
14587         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14588         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14589         <arne@arnested.dk>.
14590         (encrypt): Add password-cache and password-cache-expiry as group
14591         members.
14592
14593 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14594
14595         * smime.el (smime-ldap-host-list): Doc fix.
14596         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14597         cache) password.
14598         (smime-sign-region): Use it.
14599         (smime-decrypt-region): Use it.
14600         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14601         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14602         fails.
14603         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14604         certificate from DER to PEM format rather than calling openssl.
14605
14606         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14607
14608         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14609         for signing/encryption.
14610
14611         * mml.el (mml-parse-1): Use them.
14612
14613 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14614
14615         * nnrss.el (nnrss-verbose): Remove.
14616         (nnrss-request-group): Use `nnheader-message' instead.
14617
14618 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14619
14620         * nnrss.el (nnrss-verbose): New variable.
14621         (nnrss-request-group): Make it say nnrss is requesting a group.
14622
14623 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14626         Handle news URL with given port correctly.
14627
14628 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14631         containing special characters.
14632
14633         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14634
14635         * mml.el (mime-to-mml): Ditto.
14636
14637         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14638         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14639         (rfc2047-decode-region): Quote decoded words containing special
14640         characters when rfc2047-quote-decoded-words-containing-tspecials
14641         is non-nil.
14642
14643 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14644
14645         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14646
14647         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14648
14649 2005-02-15  Simon Josefsson  <jas@extundo.com>
14650
14651         * nnimap.el (nnimap-debug): Doc fix.
14652
14653         * imap.el (imap-debug): Doc fix.
14654
14655 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14658
14659 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14660
14661         * gnus.el (spam-contents): Improve docs for spam-contents
14662         parameter in its variable incarnation.
14663
14664 2005-02-14  Simon Josefsson  <jas@extundo.com>
14665
14666         * smime-ldap.el: Use require instead of load-library for ldap.
14667         (smime-ldap-search): Indent.
14668         (smime-ldap-search-internal): Shorten line.
14669
14670         * smime.el (smime-cert-by-dns): Add doc-string.
14671         (smime-cert-by-ldap-1): Indent.
14672
14673         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14674         mml-smime-get-dns-ldap.
14675         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14676
14677 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14678
14679         * smime.el: Require smime-ldap.
14680         (smime-ldap-host-list): New variable.
14681         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14682
14683         * mml-smime.el (mml-smime-encrypt-query): New function.
14684         (mml-smime-encrypt-query): Use it.
14685
14686         * smime-ldap.el: New file.
14687
14688 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14691
14692 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14693
14694         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14695         argument in doc string.  Make query for type more clear.
14696
14697 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * gnus.el (gnus-group-startup-message): Search for gnus images in
14700         etc/images/gnus.
14701         * mm-util.el (mm-image-load-path): Likewise.
14702         * smiley.el (smiley-data-directory): Search for smilies in
14703         etc/images/smilies.
14704
14705 2005-02-09  Kim F. Storm  <storm@cua.dk>
14706
14707         Change Emacs release version from 21.4 to 22.1 throughout.
14708         Change Emacs development version from 21.3.50 to 22.0.50.
14709
14710 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14713
14714         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14715         non-Mule XEmacs as well.
14716         (mm-decompress-buffer): Signal an error intentionally if it does
14717         not decompress compressed data because auto-compression-mode is
14718         disabled.
14719
14720 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14721
14722         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14723         an ID in the registry even if it has no groups.
14724
14725 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14728         merge it into mm-decompress-buffer.
14729         (gnus-mime-copy-part): Use the MIME part charset, the value which
14730         a user specified or gnus-newsgroup-charset for decoding, like
14731         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14732         save-buffer what was used.  Suggested by Kevin Ryde
14733         <user42@zip.com.au>.
14734         (gnus-mime-inline-part): Allow the name parameter as well as the
14735         filename parameter; force decompressing of compressed data; always
14736         display contents being not decoded as unibyte.
14737
14738         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14739         as well as the filename parameter.
14740
14741         * mm-util.el (mm-decompress-buffer):
14742         Merge gnus-mime-jka-compr-maybe-uncompress.
14743         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14744         of compressed data.
14745
14746 2005-02-08  Simon Josefsson  <jas@extundo.com>
14747
14748         * imap.el (imap-log): Doc fix.
14749
14750 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14753         the coding cookies; decompress compressed parts.
14754
14755         * mml.el (mml-generate-mime-1): Add the charset parameter according
14756         to the value which a user specified manually or the coding cookie.
14757
14758         * mm-util.el (mm-string-to-multibyte): New function.
14759         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14760         (mm-coding-system-to-mime-charset): New function.
14761         (mm-decompress-buffer): New function.
14762         (mm-find-buffer-file-coding-system): New function.
14763
14764         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14765         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14766         parts.
14767
14768 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14769
14770         * mm-view.el (mm-display-inline-fontify): Decode a part according
14771         to the charset parameter.
14772
14773 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14776         prefix arg is neither nil nor a number, as info specifies.
14777
14778 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14781         timestamps.
14782
14783 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14784
14785         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14786         groups error checking and notify user.
14787
14788 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14789
14790         * message.el (message-send-mail-function): Check existence of
14791         sendmail-program first before using default value
14792         `message-send-mail-with-sendmail'.  Otherwise use more generic
14793         `smtpmail-send-it'.
14794
14795 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * nntp.el (nntp-request-update-info): Always return nil.
14798
14799 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14800
14801         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14802
14803 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14804
14805         * message.el (message-beginning-of-line): Change the behavior when
14806         invoked between BOL and : so that it first moves backward.
14807
14808 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14811         article buffer when editing of the article is discarded.
14812         (gnus-article-prepare): Revert.
14813
14814 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-art.el (gnus-article-prepare):
14817         Remove message-strip-forbidden-properties from the local hook.
14818
14819 2005-01-27  Simon Josefsson  <jas@extundo.com>
14820
14821         * password.el (password-cache-add): Only start one timer per key.
14822         Reported by Derek Atkins <warlord@MIT.EDU>.
14823
14824 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14825
14826         * run-at-time.el: Remove.  It is no longer needed as
14827         timer-funcs.el in the xemacs-base package has a working version of
14828         `run-at-time'.
14829
14830         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14831
14832         * password.el: Require timer-funcs instead of run-at-time in
14833         XEmacs.
14834         Remove `password-run-at-time' macro.
14835         (password-cache-add): Use `run-at-time' instead of
14836         `password-run-at-time'.
14837
14838         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14839         Remove `nnheader-cancel-function-timers' alias,
14840         `cancel-function-timers' exists in XEmacs in timer-funcs.
14841
14842         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14843         for `run-with-idle-timer'.
14844
14845         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14846         for `run-at-time'.
14847
14848         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14849         for `with-timeout'.
14850
14851         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14852         the same as for XEmacs 21.4.
14853         No need to ignore `run-with-idle-timer', this function exists in
14854         XEmacs now in timer-funcs.el in the xemacs-base package.
14855         (dgnushack-compile): No need to delete
14856         run-at-time.el from the list of files to compile because it
14857         doesn't exist anymore.
14858
14859 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14862         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14863
14864 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14865
14866         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14867         sensitively.
14868
14869 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14870
14871         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14872
14873 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14876         which will be inserted according to the multibyteness of a buffer
14877         rather than the type of contents.  Suggested by ARISAWA Akihiro
14878         <ari@mbf.ocn.ne.jp>.
14879
14880         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14881         of string which old xml.el may return rather than a string.
14882
14883 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14886
14887 2005-01-16  Simon Josefsson  <jas@extundo.com>
14888
14889         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14890         idn/idna.el isn't available.
14891         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14892         <michael@waxrat.com>.
14893
14894         * hashcash.el: Remove non-FSF copyright header.
14895
14896         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14897         (hashcash-generate-payment): Use it.
14898         (hashcash-generate-payment-async): Use it.
14899
14900 2005-01-15  Simon Josefsson  <jas@extundo.com>
14901
14902         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14903         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14904
14905         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14906         gnus-summary-idna-message.
14907         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14908         (gnus-summary-idna-message): New function.
14909
14910 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14911
14912         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14913         gnus-novice-user.
14914
14915 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * nnrss.el (nnrss-request-delete-group): Delete entries in
14918         nnrss-group-alist as well.
14919         (nnrss-save-server-data): Insert newline.
14920
14921 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus.el (gnus-user-agent): Use list of symbols instead of
14924         symbols.  Display full version number for (S)XEmacs.
14925         Optionally display (S)XEmacs codename.
14926
14927         * gnus-util.el (gnus-emacs-version): Update for new
14928         `gnus-user-agent'.
14929
14930         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14931         Gnus version.
14932
14933 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14936         which is unreadable in some setups.
14937
14938 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-spec.el (gnus-update-format-specifications): Flush the
14941         group format spec cache if it doesn't support decoded group names.
14942
14943 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14946         Allow to apply decay on score files matching a regexp.
14947
14948 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14951         compatibility in %g and %c.
14952
14953 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14956         name for only %g and %c.
14957         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14958         of gnus-tmp-group to decoded group name.
14959         (gnus-group-make-rss-group): Exclude `/'s from group names.
14960
14961 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * nnrss.el (nnrss-get-encoding): Fix regexp.
14964
14965 2004-12-27  Simon Josefsson  <jas@extundo.com>
14966
14967         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14968         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14969         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14970
14971 2004-12-17  Kim F. Storm  <storm@cua.dk>
14972
14973         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14974
14975         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14976
14977 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14978
14979         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14980
14981 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * nnrss.el: Require rfc2047 and mml.
14984         (nnrss-file-coding-system): New variable.
14985         (nnrss-format-string): Redefine it as an inline function.
14986         (nnrss-decode-group-name): New function.
14987         (nnrss-string-as-multibyte): Remove.
14988         (nnrss-retrieve-headers): Decode group name; don't use
14989         nnrss-format-string.
14990         (nnrss-request-group): Decode group name.
14991         (nnrss-request-article): Decode group name; allow a Message-ID as
14992         well as an article number; don't use nnrss-format-string; encode a
14993         Message-ID string which may contain non-ASCII characters; use
14994         mml-to-mime to compose a MIME article.
14995         (nnrss-request-expire-articles): Decode group name.
14996         (nnrss-request-delete-group): Decode group name.
14997         (nnrss-fetch): Clarify error message.
14998         (nnrss-read-server-data): Use insert-file-contents instead of load;
14999         bind file-name-coding-system; use multibyte buffer.
15000         (nnrss-save-server-data): Bind coding-system-for-write to the
15001         value of nnrss-file-coding-system; bind file-name-coding-system;
15002         add coding cookie.
15003         (nnrss-read-group-data): Use insert-file-contents instead of load;
15004         bind file-name-coding-system; use multibyte buffer.
15005         (nnrss-save-group-data): Bind coding-system-for-write to the
15006         value of nnrss-file-coding-system; bind file-name-coding-system.
15007         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15008         make it work with non-ASCII text.
15009         (nnrss-find-el): Make it work with old xml.el as well.
15010
15011 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15012
15013         * nnrss.el (nnrss-get-encoding): New function.
15014         (nnrss-fetch): Use unibyte buffer initially; bind
15015         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15016         decode contents according to the encoding attribute.
15017         (nnrss-save-group-data): Add coding cookie.
15018         (nnrss-mime-encode-string): New function.
15019         (nnrss-check-group): Use it to encode subject and author.
15020
15021 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15022
15023         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15024         imaginary variable.
15025
15026 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15029         correctly even if there are wide characters.
15030
15031 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15032
15033         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15034         downcased symbol names; make a new cache instead of reusing
15035         bbdb-hashtable.
15036
15037 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15040         concatenating segments rather than before concatenating them.
15041         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15042
15043         * message.el (message-get-reply-headers): Bind `extra'.
15044
15045 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15046
15047         * message.el (message-extra-wide-headers): New variable.
15048         (message-get-reply-headers): Use it.
15049
15050 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15053         (gnus-agent-group-pathname): Ditto.
15054
15055         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15056
15057         * gnus-group.el (gnus-group-make-group): Decode group name.
15058         (gnus-group-make-rss-group): Register the group data after opening
15059         the nnrss group.
15060
15061 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15062
15063         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15064         by expiry now get marked as read.
15065
15066 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15069
15070 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15071
15072         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15073         unify Latin characters in XEmacs.
15074         (mm-find-mime-charset-region): Use it.
15075
15076 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-util.el (gnus-delete-directory): New function.
15079
15080         * gnus-agent.el (gnus-agent-delete-group): Use it.
15081
15082         * gnus-cache.el (gnus-cache-delete-group): Use it.
15083
15084 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15087         names.
15088
15089 2004-12-16  Simon Josefsson  <jas@extundo.com>
15090
15091         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15092
15093 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15096
15097         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15098         (gnus-group-set-current-level): Decode group name.
15099
15100 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15101
15102         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15103         failed.
15104
15105 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-group.el (gnus-group-delete-group): Decode group name.
15108         (gnus-group-make-rss-group): Encode group name.
15109         (gnus-group-catchup-current): Decode group name.
15110         (gnus-group-kill-group): Decode group name.
15111
15112 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15113
15114         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15115
15116 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-group.el (gnus-group-make-rss-group):
15119         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15120
15121         * gnus-start.el (gnus-setup-news): Honor user's setting to
15122         gnus-message-archive-method.  Suggested by Lute Kamstra
15123         <lute@gnu.org>.
15124
15125 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15126
15127         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15128         global counterparts of the buffer-local variables.
15129
15130 2004-11-16  Romain Francoise  <romain@orebokech.com>
15131
15132         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15133         counterparts of the buffer-local variables.
15134
15135 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * message.el (message-forbidden-properties): Fix typo in doc
15138         string.
15139
15140 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15141
15142         * gnus-util.el (gnus-replace-in-string): Add doc string.
15143
15144         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15145         to avoid problems when splitting mails with many recipients.
15146
15147 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15148
15149         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15150         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15151
15152 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15153
15154         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15155         if there is no hashtable in memory or file modification time is
15156         newer than cached timestamp.
15157
15158 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-sum.el (gnus-summary-limit-to-recipient):
15161         Implement not-matching option.
15162
15163 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15166         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15167         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15168         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15169         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15170         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15171
15172 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * message.el (message-forward-make-body-mml): Remove headers
15175         according to message-forward-ignored-headers if a message is decoded.
15176
15177 2004-12-02  Romain Francoise  <romain@orebokech.com>
15178
15179         * message.el (message-forward-make-body-plain): Always remove
15180         headers according to message-forward-ignored-headers.
15181
15182 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * spam.el (spam-summary-prepare-exit): Remove the
15185         gnus-summary-limit pop for now, it has problems with ham marks for
15186         me.
15187
15188 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15189
15190         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15191         correctly.
15192
15193 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15194
15195         * format-spec.el (format-spec): Message the char.
15196
15197 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15198
15199         * gnus-art.el (gnus-split-methods): Reformat comments.
15200
15201         * spam.el (spam-summary-prepare-exit): Remove article limits
15202         before exiting the summary buffer.
15203
15204 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15207         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15208
15209         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15210         order to silence the byte compiler.
15211
15212         * spam.el: Fix the way to silence the byte compiler, which
15213         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15214         bbdb-search-simple, spam-BBDB-register-routine,
15215         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15216         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15217         spam-stat-buffer-is-spam, spam-stat-load,
15218         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15219         spam-stat-save and spam-stat-split-fancy.
15220
15221 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15224         which may confuse users.
15225         (canlock-password-for-verify): Ditto.
15226
15227         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15228
15229         * gnus-art.el (gnus-emphasis-alist): Ditto.
15230
15231         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15232
15233         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15234
15235         * gnus-start.el (gnus-save-killed-list): Ditto.
15236
15237         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15238         (gnus-sum-thread-tree-root): Ditto.
15239         (gnus-sum-thread-tree-false-root): Ditto.
15240         (gnus-sum-thread-tree-single-indent): Ditto.
15241
15242         * message.el (message-courtesy-message): Ditto.
15243         (message-archive-note): Ditto.
15244         (message-subscribed-address-file): Ditto.
15245         (message-user-fqdn): Ditto.
15246
15247         * spam-report.el (spam-report-gmane-regex): Ditto.
15248
15249         * spam.el (spam-blackhole-good-server-regex): Ditto.
15250
15251 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * mml.el (mml-preview): Widen the message buffer before copying
15254         the contents to the preview buffer; sort headers before previewing.
15255
15256         * message.el (message-hidden-headers): Fix the way to avoid a bug
15257         in the `repeat' widget in Emacs 21.3 or earlier.
15258
15259 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * message.el (message-hidden-headers): Default to "^References:".
15262         Improve customization type.  Suggested by Reiner Steib
15263         <Reiner.Steib@gmx.de>.
15264
15265 2004-11-25  Romain Francoise  <romain@orebokech.com>
15266
15267         * message.el (message-strip-forbidden-properties): Remove check for
15268         obsolete `message-hidden' text property, hidden headers are not
15269         accessible in the buffer anymore.
15270
15271 2004-11-22  Romain Francoise  <romain@orebokech.com>
15272
15273         * message.el (message-header-format-alist): Add `From' in list
15274         so that it can be sorted.
15275         (message-fix-before-sending): Widen and sort headers before
15276         sending.
15277         (message-hide-headers): Use narrowing to hide headers by moving
15278         them to the top of the buffer and narrowing to the region
15279         underneath.
15280
15281 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15282
15283         * message.el (message-strip-forbidden-properties):
15284         Bind buffer-read-only (etc) to nil.
15285
15286 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15289         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15290
15291 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15292
15293         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15294
15295 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15296
15297         * dns.el (query-dns): Use sit-for to time instead of
15298         accept-process-output, since that doesn't seem to work on udp
15299         sockets.
15300
15301 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15304
15305 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15306
15307         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15308         doc string.  Improve doc string.
15309
15310 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * nntp.el (nntp-request-update-info): Return nil if
15313         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15314         may not call gnus-activate-group which uselessly issues the GROUP
15315         commands for all nntp groups and wastes time.  Reported by Romain
15316         Francoise <romain@orebokech.com>.
15317
15318         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15319
15320 2004-11-15  Simon Josefsson  <jas@extundo.com>
15321
15322         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15323         headers separately.
15324         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15325         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15326
15327 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * gnus-start.el (gnus-convert-old-newsrc):
15330         Assign legacy-gnus-agent to 5.10.7.
15331
15332 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15333
15334         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15335         start of the lines.
15336
15337 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15338
15339         * hashcash.el (hashcash-default-payment): Change default to 20.
15340         (hashcash-default-accept-payment): Change default to 20.
15341         (hashcash-process-alist): New variable.
15342         (hashcash-generate-payment-async): Add.
15343         (hashcash-already-paid-p): Add.
15344         (hashcash-insert-payment): Don't generate payments twice.
15345         (hashcash-insert-payment-async): Add.
15346         (hashcash-insert-payment-async-2): Add.
15347         (hashcash-cancel-async): Add.
15348         (hashcash-wait-async): Add.
15349         (hashcash-processes-running-p): Add.
15350         (hashcash-wait-or-cancel): Add.
15351         (mail-add-payment): New optional argument.  Conditionally start
15352         asynchronous calculation.
15353         (mail-add-payment-async): Add.
15354
15355         * message.el (message-send-mail): Wait for asynchronous hashcash
15356         results.  Don't clobber existing X-Hashcash headers.
15357         (message-setup-1): Call mail-add-payment-async when
15358         message-generate-hashcash is non-nil.
15359
15360 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15361
15362         * message.el (message-use-alternative-email-as-from): Examine the
15363         From header as well; use message-make-from in order to include a
15364         user's full name.
15365
15366 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15369         default; improve customization type.
15370         (gnus-emphasis-custom-with-format): New macro.
15371         (gnus-emphasis-custom-value-to-external): New function.
15372         (gnus-emphasis-custom-value-to-internal): New function.
15373
15374 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15375
15376         * dns.el (query-dns): Resolve reverse addresses.
15377
15378 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15379
15380         * gnus-group.el (gnus-group-get-new-news): Use it.
15381
15382         * gnus-start.el (gnus-check-reasonable-setup): New function.
15383
15384 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15387         "Args out of range" error.  Reported by Arnaud Giersch
15388         <arnaud.giersch@free.fr>.
15389
15390 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15391
15392         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15393
15394 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15395
15396         * spam.el (spam group): Add :version.
15397
15398         * pgg-def.el (pgg group): Add :version.
15399
15400 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-art.el (gnus-article-edit-article): Don't associate the
15403         article buffer with a draft file.  This is a temporary measure
15404         against the 2004-08-22 change to gnus-article-edit-mode.
15405
15406 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15409         (html2text-format-tags): Remove unused variable `attr'.
15410
15411 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15414
15415         * tls.el (tls-process-connection-type, tls-success)
15416         (tls-certtool-program): Add :version.
15417
15418         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15419         (starttls-extra-arguments, starttls-process-connection-type)
15420         (starttls-connect, starttls-failure, starttls-success): Add :version.
15421
15422         * spam-stat.el (spam-stat): Add :version.
15423
15424         * sieve.el (sieve): Add :version.
15425
15426         * sha1.el (sha1): Add :version.
15427         (sha1-use-external): Remove redundant version.
15428
15429         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15430         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15431         (nnmail-split-fancy-match-partial-words)
15432         (nnmail-split-lowercase-expanded): Add :version.
15433
15434         * nndiary.el (nndiary): Add :version.
15435
15436         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15437
15438         * mml-sec.el (mml-default-sign-method)
15439         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15440         Add :version.
15441
15442         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15443
15444         * mm-url.el (mm-url-use-external, mm-url-program)
15445         (mm-url-arguments): Add :version.
15446
15447         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15448         (mm-attachment-file-modes, mm-decrypt-option)
15449         (mm-w3m-safe-url-regexp): Add :version.
15450
15451         * message.el (message-cite-prefix-regexp)
15452         (message-sendmail-envelope-from, message-minibuffer-local-map)
15453         (message-user-fqdn, message-completion-alist): Add :version.
15454
15455         * gnus-win.el (gnus-configure-windows-hook)
15456         (gnus-use-frames-on-any-display): Add :version.
15457
15458         * gnus-art.el (gnus-article-address-banner-alist)
15459         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15460         (gnus-treat-from-picon, gnus-treat-mail-picon)
15461         (gnus-treat-x-pgp-sig): Add :version.
15462
15463         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15464         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15465         (gnus-summary-article-delete-hook)
15466         (gnus-summary-display-while-building): Add :version.
15467
15468         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15469         (gnus-get-top-new-news-hook): Add :version.
15470
15471         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15472         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15473
15474         * gnus-registry.el (gnus-registry): Add :version.
15475
15476         * gnus-spec.el (gnus-use-correct-string-widths)
15477         (gnus-make-format-preserve-properties): Add :version.
15478
15479         * gnus.el (gnus-group-charter-alist)
15480         (gnus-group-fetch-control-use-browse-url)
15481         (gnus-install-group-spam-parameters): Add :version.
15482
15483         * gnus-diary.el (gnus-diary): Add :version.
15484
15485         * gnus-delay.el (gnus-delay): Add :version.
15486
15487         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15488         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15489         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15490         Add :version.
15491
15492         * gnus-agent.el (gnus-agent-max-fetch-size)
15493         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15494         (gnus-agent-prompt-send-queue): Add :version.
15495
15496         * deuglify.el (gnus-outlook-deuglify): Add :version.
15497
15498         * html2text.el: Beautify code.  Improve doc strings.
15499         Some checkdoc cleanup.
15500         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15501
15502 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15503
15504         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15505
15506 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15507
15508         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15509         when package is loaded.
15510
15511         * spam.el (spam-summary-score-preferred-header): Add global preference
15512         for people who want to override the default SpamAssassin over
15513         Bogofilter preference (when both are set).
15514         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15515         (spam-user-format-function-S):
15516         Check spam-summary-score-preferred-header.
15517         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15518         (spam-user-format-function-S): Format the score correctly.
15519
15520 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15523         signature file.  Suggested by Manoj Srivastava
15524         <srivasta@golden-gryphon.com>.
15525
15526         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15527         iso-2022-jp even in the Japanese language environment.
15528         Suggested by Jason Rumney <jasonr@gnu.org>.
15529
15530 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15533         use the same characters as the dummy marks; make it free from
15534         getting affected by the language environment.
15535         (gnus-summary-read-group-1): Update mark positions only when the
15536         format spec is updated.
15537
15538         * gnus-spec.el (gnus-update-format-specifications): Return a list
15539         of updated types.
15540
15541 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15544         of boundp to check if display-warning is available.
15545
15546 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15547
15548         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15549
15550 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * nnspool.el (nnspool-spool-directory): Use news-path if the
15553         news-directory variable is not bound.
15554
15555         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15556         function instead of display-warning if it is not available.
15557
15558 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15561         v5-10: Use `point-at-bol'.
15562
15563 2004-10-26  Simon Josefsson  <jas@extundo.com>
15564
15565         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15566         <chenggao@gmail.com>.
15567
15568 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15569
15570         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15571         instead.
15572
15573 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15574
15575         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15576         to remove a server from the nnimap-server-buffer-alist.
15577         (nnimap-open-connection, nnimap-close-server): Use it.
15578
15579         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15580
15581 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15584         running the major-mode function.
15585
15586 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15589         dummy marks in the right way.
15590
15591 2004-10-18  David Edmondson  <dme@dme.org>
15592
15593         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15594         excessively.
15595
15596 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15597
15598         * gnus-util.el (gnus-split-references): Accept a nil references
15599         string and go on blissfully.
15600
15601         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15602         cases where the references string is non-nil but has no references.
15603
15604         * encrypt.el: Add autoload tags.
15605
15606         * spam.el (spam-resolve-registrations-routine): Remove article
15607         from unregistration list too.  Reported by David Hanak
15608         <dhanak@isis.vanderbilt.edu>
15609
15610 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15613         nil.  Change custom type.
15614
15615 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15618
15619         * gnus-sum.el (gnus-summary-move-article): Use it.
15620
15621 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15622
15623         * encrypt.el: Add autoload cookies.
15624
15625         * spam.el (spam-backend-article-list-property)
15626         (spam-backend-get-article-todo-list)
15627         (spam-backend-put-article-todo-list)
15628         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15629         Resolve registrations separately.
15630         (spam-register-routine): Format comments.
15631         (spam-unregister-routine, spam-register-routine): Always call with
15632         specific-articles, no default list.
15633         (spam-summary-prepare-exit): Use the spam-classifications function.
15634
15635         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15636         gnus-encrypt.el.
15637
15638         * encrypt.el: Copied from gnus-encrypt.el.
15639
15640         * gnus-encrypt.el: Commented that it's obsolete.
15641
15642 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15645         (gnus-score-save): Use it.
15646
15647         * message.el (message-bury): Use `window-dedicated-p'.
15648
15649 2004-10-15  Simon Josefsson  <jas@extundo.com>
15650
15651         * pop3.el (top-level): Don't require nnheader.
15652         (pop3-read-timeout): Add.
15653         (pop3-accept-process-output): Add.
15654         (pop3-read-response, pop3-retr): Use it.
15655
15656 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15657
15658         * spam.el (spam-register-routine): Move comment.
15659         (spam-verify-bogofilter): Use 'unknown for the initial
15660         spam-bogofilter-valid state, not 'never.
15661
15662         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15663         for netrc-machine.
15664
15665         * nnimap.el (nnimap-open-connection):
15666         Use netrc-machine-user-or-password.
15667
15668 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15669
15670         * gnus-registry.el (gnus-registry-unload-hook):
15671         Set as a variable with add-hook.
15672
15673         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15674         of news-path.
15675
15676         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15677
15678         * spam.el: Delete duplicate `provide'.
15679         (spam-unload-hook): Set as a variable with add-hook.
15680
15681 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15684         in the doc string.
15685
15686         * message.el (message-ignored-news-headers)
15687         (message-ignored-supersedes-headers)
15688         (message-ignored-resent-headers)
15689         (message-forward-ignored-headers): Improve custom type.
15690
15691 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * message.el (message-tokenize-header): Fix 2004-09-06 change
15694         which used point-min in the wrong place.
15695
15696 2004-10-12  Simon Josefsson  <jas@extundo.com>
15697
15698         * tls.el (tls-certtool-program): New variable.
15699         (tls-certificate-information): New function, based on
15700         ssl-certificate-information.
15701
15702 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * compface.el: Move the version of ELisp-based uncompface program
15705         to the contrib directory because of the copyright problem.
15706
15707 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * message.el (message-kill-buffer): Raise the current frame.
15710
15711 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15712
15713         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15714
15715         * gnus.el (message-y-or-n-p): Autoload.
15716
15717         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15718         (pop3-password-required, pop3-authentication-scheme)
15719         (pop3-leave-mail-on-server): Make customizable.
15720         (pop3): New custom group.
15721         (pop3-retr): Remove `sleep-for' statements.
15722         Suggested by Dave Love <fx@gnu.org>.
15723
15724         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15725         Windows/DOS.
15726
15727         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15728         (imap-parse-body): Fix incorrect use of `assert'.
15729         Suggested by Dave Love <fx@gnu.org>.
15730
15731         * mml.el (mml-minibuffer-read-disposition): Require match.
15732         Suggested by Dave Love <fx@gnu.org>.
15733
15734 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15737         doc string.
15738
15739 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15742
15743 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15744
15745         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15746         instead of calling `mm-insert-inline', to decode text/* parts
15747         before displaying them.
15748
15749 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * mm-uu.el (mm-uu-text-plain-type): New variable.
15752         (mm-uu-pgp-signed-extract-1): Use it.
15753         (mm-uu-pgp-encrypted-extract-1): Use it.
15754         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15755         bind mm-uu-text-plain-type with that value.
15756         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15757         mm-uu-dissect.
15758
15759 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * gnus-group.el (gnus-update-group-mark-positions):
15762         * gnus-sum.el (gnus-update-summary-mark-positions):
15763         * message.el (message-check-news-body-syntax):
15764         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15765         of string-as-multibyte.
15766
15767 2004-10-05  Juri Linkov  <juri@jurta.org>
15768
15769         * gnus-group.el (gnus-update-group-mark-positions):
15770         * gnus-sum.el (gnus-update-summary-mark-positions):
15771         * message.el (message-check-news-body-syntax):
15772         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15773         8-bit unibyte values to a multibyte string for search functions.
15774
15775 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15778         (mm-uu-dissect-text-parts): New function.
15779
15780         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15781         dissect text parts.
15782
15783         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15784         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15785
15786         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15787
15788         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15789         Use gnus-current-topics instead of gnus-current-topic.
15790
15791 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15792
15793         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15794
15795 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15796
15797         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15798         where approriate.
15799
15800         * nnml.el (nnml-generate-active-info): do.
15801
15802         * nndiary.el (nndiary-generate-active-info): do.
15803
15804         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15805         (gnus-topic-move): do.
15806
15807         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15808         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15809
15810         * gnus-srvr.el (gnus-server-prepare)
15811         (gnus-server-open-all-servers): do.
15812
15813         * gnus-msg.el (gnus-summary-cancel-article)
15814         (gnus-summary-resend-message)
15815         (gnus-summary-mail-crosspost-complaint): do.
15816
15817         * gnus-move.el (gnus-change-server): do.
15818
15819         * gnus-group.el (gnus-group-unmark-all-groups)
15820         (gnus-group-set-current-level): do.
15821
15822 2004-10-04  Simon Josefsson  <jas@extundo.com>
15823
15824         * message.el (message-generate-hashcash): Doc fix.
15825
15826 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15827
15828         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15829         avoid infinite recursion via gnus-get-function.
15830
15831 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15832
15833         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15834
15835         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15836
15837         * nnmail.el (nnmail-split-history): do.
15838
15839         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15840         (nnml-request-delete-group): do.
15841
15842         * nnslashdot.el (nnslashdot-read-groups): do.
15843
15844         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15845         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15846
15847         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15848         (nnspool-sift-nov-with-sed): Use last.
15849         (nnspool-retrieve-headers-with-nov): Use mapc.
15850         (nnspool-request-newgroups): Use dolist.
15851         (nnspool-request-group): Use last.
15852
15853         * nntp.el (nntp-read-server-type): Use dolist.
15854
15855         * nnvirtual.el (nnvirtual-create-mapping)
15856         (nnvirtual-update-read-and-marked): Use dolist.
15857         (nnvirtual-convert-headers): Simplify.
15858
15859 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15860
15861         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15862         Add support for sync'ing tick marks.
15863
15864 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15867         there's no visible header.
15868
15869 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15870
15871         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15872         When necessary, pass full group name to gnus-request-set-marks.
15873
15874 2004-10-01  Simon Josefsson  <jas@extundo.com>
15875
15876         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15877         acroread.
15878
15879 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880
15881         * spam-report.el (spam-report-gmane): Fix interactive.
15882
15883         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15884
15885         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15886         when writing file.
15887         (gnus-agent-synchronize-flags): Don't default to being
15888         interactive.
15889
15890 2004-09-30  Simon Josefsson  <jas@extundo.com>
15891
15892         * message.el (message-generate-hashcash): Add.
15893         (message-send-mail): Use it, call mail-add-payment.
15894
15895 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15896
15897         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15898
15899 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15900
15901         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15902         gnus-requst-update-info with explicit code to sync the in-memory
15903         info read flags with the marks being sync'd to the backend.
15904
15905         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15906
15907 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15908
15909         * spam.el (spam-verify-bogofilter): Add new function.
15910         (spam-check-bogofilter)
15911         (spam-bogofilter-register-with-bogofilter): Use it.
15912         (spam-verify-bogofilter): Add small fixes.
15913
15914 2004-09-28  Simon Josefsson  <jas@extundo.com>
15915
15916         * hashcash.el (hashcash-generate-payment): Revert.
15917
15918 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15921         Use gnus-extract-references instead of gnus-split-references.
15922
15923         * gnus-util.el (gnus-extract-references): Add new function, analogous
15924         to gnus-split-references but extracts only the message-ID without
15925         anything extra.
15926
15927         * hashcash.el (hashcash-generate-payment)
15928         (hashcash-check-payment): Do the right thing if hashcash-path is
15929         nil (because the hashcash program could not be found).
15930
15931         * spam.el (spam-use-hashcash): Remove comment.
15932
15933 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15934
15935         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15936         (gnus-cache-enter-article, gnus-cache-remove-article)
15937         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15938
15939         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15940
15941         * gnus-art.el (article-hide-boring-headers)
15942         (article-translate-strings, article-display-face)
15943         (gnus-article-mime-match-handle-first)
15944         (gnus-article-highlight-headers)
15945         (gnus-article-add-buttons-to-head): do.
15946
15947 2004-09-27  Simon Josefsson  <jas@extundo.com>
15948
15949         * hashcash.el: New version, from
15950         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15951         ../contrib/.
15952
15953 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15956
15957 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15958
15959         * gnus-dup.el (gnus-dup-open): Use mapc.
15960         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15961
15962         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15963         Reported by Stefan Wiens <s.wi@gmx.net>.
15964
15965         * gnus.el (gnus-shutdown): Use dolist.
15966
15967         * gnus-undo.el (gnus-undo): Use mapc.
15968
15969         * nnrss.el (nnrss-generate-active): do.
15970
15971         * message.el (message-cite-original-without-signature)
15972         (message-cite-original): Use mapc.
15973         (message-do-actions, message-make-forward-subject): Use dolist.
15974
15975 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15976
15977         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15978         deletion to remove entire duplicate line.  Fixes merged article
15979         number bug.
15980
15981 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15982
15983         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15984         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15985         first ask if you want to open a server and then, even when you
15986         responded with no, asking if you want to synchronize the server's
15987         flags.
15988         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15989         multi-line expressions.
15990         (gnus-agent-synchronize-group-flags): New internal function.
15991         Updates marks in memory (in the info structure) AND in the
15992         backend.
15993
15994         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15995
15996         * nnagent.el (nnagent-request-set-mark):
15997         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15998         method, to ensure that synchronization updates marks in the
15999         backend and in the info (in memory) structure.
16000
16001 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16004         convention fully; don't miss the root article of a thread; make
16005         the X-Draft-From header with correct article numbers.
16006
16007 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16008
16009         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16010         unless plugged.  Disable the agent so that an open failure causes
16011         an error.
16012
16013         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16014         Revert 2004-09-21 change.  The backend must be opened while
16015         synchronizing flags even when the backend stores the flags
16016         locally.
16017
16018 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16021         in `header' match.  Reported by Svend Tollak Munkejord.
16022
16023         * message.el (message-cite-original): Fix use of
16024         `message-cite-articles-with-x-no-archive'.
16025
16026 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16029         (gnus-window-to-buffer): Ditto.
16030
16031         * mml.el (mml-preview-buffer): New variable.
16032         (mml-preview): Manage window layout with gnus-buffer-configuration.
16033
16034         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16035         X-Draft-From header even if those articles aren't quoted.
16036
16037 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16038
16039         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16040         (gnus-request-set-mark, gnus-request-update-mark): Use new
16041         g-s-t-u-l-m to decide to use backend even when unplugged.
16042
16043 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16046         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16047
16048 2004-09-20  Simon Josefsson  <jas@extundo.com>
16049
16050         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16051         "utf-16-le".
16052
16053 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16054
16055         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16056
16057 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * uudecode.el (uudecode-use-external): Add :version.
16060
16061         * smime.el (smime-CA-file, smime-encrypt-cipher)
16062         (smime-dns-server): Add :version.
16063
16064         * smiley.el (gnus-smiley-file-types): Add :version.
16065
16066         * sha1.el (sha1-use-external): Add :version.
16067
16068         * pgg-def.el (pgg-query-keyserver): Add :version.
16069
16070         * nnmail.el (nnmail-fancy-expiry-targets)
16071         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16072         Add :version.
16073
16074         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16075         (nnimap-retrieve-groups-asynchronous): Add :version.
16076         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16077
16078         * mml.el (mml-content-disposition-parameters)
16079         (mml-insert-mime-headers-always): Add :version.
16080
16081         * mm-util.el (mm-coding-system-priorities): Add :version.
16082
16083         * mm-decode.el (mm-inline-text-html-with-images)
16084         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16085         (mm-verify-option): Add :version.
16086         (mm-text-html-renderer): Change :version.
16087
16088         * message.el (message-fcc-externalize-attachments)
16089         (message-required-headers, message-draft-headers)
16090         (message-subject-trailing-was-query)
16091         (message-subject-trailing-was-ask-regexp)
16092         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16093         (message-mark-insert-end, message-archive-header)
16094         (message-archive-note, message-cross-post-default)
16095         (message-cross-post-note, message-followup-to-note)
16096         (message-cross-post-note-function, message-use-mail-followup-to)
16097         (message-subscribed-address-functions)
16098         (message-subscribed-address-file, message-subscribed-addresses)
16099         (message-subscribed-regexps, message-allow-no-recipients)
16100         (message-yank-cited-prefix, message-signature-insert-empty-line)
16101         (message-hidden-headers, message-hierarchical-addresses)
16102         (message-mail-user-agent, message-use-idna)
16103         (message-valid-fqdn-regexp)
16104         (message-strip-special-text-properties, message-header-synonyms)
16105         (message-beginning-of-line, message-tab-body-function): Add :version.
16106         (message-insert-canlock, message-wide-reply-confirm-recipients):
16107         Change :version.
16108
16109         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16110         and :version.
16111         (mail-source-delete-old-incoming-confirm)
16112         (mail-source-movemail-program): Add :version.
16113
16114         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16115         (gnus-agent-cache, gnus-agent): Change :version.
16116
16117         * gnus-util.el (gnus-use-byte-compile): Change :version.
16118
16119         * gnus-sum.el (gnus-summary-make-false-root-always)
16120         (gnus-summary-default-high-score)
16121         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16122         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16123         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16124         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16125         (gnus-sum-thread-tree-single-indent)
16126         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16127         (gnus-sum-thread-tree-leaf-with-other)
16128         (gnus-sum-thread-tree-single-leaf): Add :version.
16129         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16130         (gnus-article-loose-mime): Change :version.
16131
16132         * gnus-start.el (gnus-backup-startup-file)
16133         (gnus-save-startup-file-via-temp-buffer): Add :version.
16134
16135         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16136         (gnus-server-offline-face): Add :version.
16137
16138         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16139
16140         * gnus-msg.el (gnus-gcc-externalize-attachments)
16141         (gnus-debug-files, gnus-debug-exclude-variables)
16142         (gnus-discouraged-post-methods): Change :version.
16143         (gnus-confirm-mail-reply-to-news)
16144         (gnus-confirm-treat-mail-like-news): Add :version.
16145
16146         * gnus-int.el (gnus-server-unopen-status): Add :version.
16147
16148         * gnus-group.el (gnus-group-jump-to-group-prompt)
16149         (gnus-large-ephemeral-newsgroup)
16150         (gnus-fetch-old-ephemeral-headers): Add :version.
16151
16152         * gnus-fun.el (gnus-x-face-directory)
16153         (gnus-convert-pbm-to-x-face-command)
16154         (gnus-convert-image-to-x-face-command)
16155         (gnus-convert-image-to-face-command): Add :version.
16156
16157         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16158
16159         * gnus-cite.el (gnus-cite-blank-line-after-header)
16160         (gnus-article-boring-faces): Add :version.
16161
16162         * gnus-art.el (gnus-buttonized-mime-types)
16163         (gnus-inhibit-mime-unbuttonizing)
16164         (gnus-treat-display-face)
16165         (gnus-treat-body-boundary): Change :version.
16166         (gnus-body-boundary-delimiter, gnus-picon-databases)
16167         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16168         (gnus-treat-date-english, gnus-treat-fold-headers)
16169         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16170         (gnus-treat-mail-picon, gnus-treat-wash-html)
16171         (gnus-article-encrypt-protocol)
16172         (gnus-use-idna, gnus-article-over-scroll)
16173         (gnus-mime-display-multipart-alternative-as-mixed)
16174         (gnus-mime-display-multipart-related-as-mixed)
16175         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16176         (gnus-ctan-url, gnus-button-ctan-handler)
16177         (gnus-button-handle-ctan-bogus-regexp)
16178         (gnus-button-ctan-directory-regexp)
16179         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16180         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16181         (gnus-button-man-level, gnus-button-emacs-level)
16182         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16183
16184         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16185         (gnus-agent-go-online): Change :version.
16186         (gnus-agent-expire-unagentized-dirs)
16187         (gnus-agent-auto-agentize-methods): Add :version.
16188
16189         * flow-fill.el (fill-flowed-display-column)
16190         (fill-flowed-encode-column): Add :version.
16191
16192         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16193         (gnus-outlook-deuglify-unwrap-max)
16194         (gnus-outlook-deuglify-cite-marks)
16195         (gnus-outlook-deuglify-unwrap-stop-chars)
16196         (gnus-outlook-deuglify-no-wrap-chars)
16197         (gnus-outlook-deuglify-attrib-cut-regexp)
16198         (gnus-outlook-deuglify-attrib-verb-regexp)
16199         (gnus-outlook-deuglify-attrib-end-regexp)
16200         (gnus-outlook-display-hook): Add :version.
16201
16202         * binhex.el (binhex-use-external): Add :version.
16203
16204 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16207         and `invisible'.
16208
16209 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16210
16211         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16212         in gnus-registry-trim.
16213
16214 2004-09-13  Simon Josefsson  <jas@extundo.com>
16215
16216         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16217
16218         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16219
16220         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16221         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16222         <yamaoka@jpl.org>.
16223         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16224         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16225         <yamaoka@jpl.org>.
16226
16227         * sieve.el (sieve-manage-mode): Ditto.
16228
16229 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16232
16233 2004-09-11  Simon Josefsson  <jas@extundo.com>
16234
16235         * dns-mode.el: Add.
16236
16237         * mm-view.el (mm-display-dns-inline): Add.
16238
16239         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16240         (mm-automatic-display): Ditto.
16241
16242         * mailcap.el (mailcap-mime-data): Add text/dns.
16243         (mailcap-mime-extensions): Map .soa to text/dns.
16244
16245 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16246
16247         * gnus-art.el (article-decode-mime-words, article-babel)
16248         (gnus-article-highlight-signature, gnus-article-add-buttons)
16249         (gnus-signature-toggle): Remove unnecessary bindings of
16250         `inhibit-read-only' inherited from v5.10 merge.
16251
16252 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * nntp.el (nntp): New customization group.
16255         (nntp-authinfo-file): Add customization group.
16256
16257         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16258
16259         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16260
16261         * gnus.el (to-address, to-list, subscribed)
16262         (large-newsgroup-initial): Ditto.
16263
16264         * flow-fill.el (fill-flowed-display-column)
16265         (fill-flowed-encode-column): Ditto.
16266
16267 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16268
16269         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16270         Use point-min rather than 1.
16271         (message-send-mail): Use buffer-size rather than point-max.
16272
16273         * gnus-sum.el (gnus-summary-search-article-forward):
16274         Signal a specific `search-failed' rather than a generic `error'.
16275
16276         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16277         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16278         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16279
16280 2004-09-10  Simon Josefsson  <jas@extundo.com>
16281
16282         * nndb.el (require): Remove tcp and duplicate cl.
16283
16284 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-agent.el (directory-files-and-attributes): Move forward.
16287
16288 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16289
16290         * gnus-agent.el (directory-files-and-attributes):
16291         Optionally defined to support XEmacs.
16292
16293 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16294
16295         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16296         to avoid run-time CL dependencies.
16297         (gnus-agent-unfetch-articles): New function.
16298         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16299         article numbers even when local .overview file is missing.
16300         (gnus-agent-read-article-number): New function.  Only accepts
16301         27-bit article numbers.
16302         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16303         Use gnus-agent-read-article-number.
16304         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16305         from backend while recognizing that article numbers in .overview
16306         must be valid.
16307         (gnus-agent-update-files-total-fetched-for):
16308         Use directory-files-and-attributes to improve performance.
16309         * gnus-int.el (gnus-request-move-article):
16310         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16311         improve performance.
16312
16313         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16314         some users confused by references to .newsrc when they only have a
16315         .newsrc.eld file.
16316         (gnus-convert-mark-converter-prompt)
16317         (gnus-convert-converter-needs-prompt): Fix use of property list.
16318         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16319         New function.  Used internally to only display 'gnus converting
16320         files' message when actually necessary.
16321
16322         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16323         methods now autoloaded.
16324
16325 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16328         identifiers.
16329
16330 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16331
16332         * gnus-picon.el: Fix indentation and closing parenthesis.
16333
16334 2004-09-01  Simon Josefsson  <jas@extundo.com>
16335
16336         * message.el (message-canlock-generate): Require sha1, not
16337         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16338         to require within a function.  Sadly, if sha1.el isn't loaded, the
16339         let binding in m-c-g will hide the defcustom definition, which is
16340         bad.)
16341
16342         * canlock.el: Require sha1, not sha1-el.
16343
16344         * message.el: Don't autoload sha1 (there is a autoload cookie in
16345         sha1.el).
16346
16347         * sha1-el.el: Rename to sha1.el.
16348
16349 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16350
16351         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16352
16353 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16354
16355         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16356
16357 2004-08-30  Kim F. Storm  <storm@cua.dk>
16358
16359         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16360
16361         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16362         Add :group 'nnimap.
16363
16364 2004-08-30  Andreas Schwab  <schwab@suse.de>
16365
16366         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16367         ?* and ?\;.
16368
16369         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16370         and ?\' to symbol instead of whitespace.
16371
16372 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16375
16376         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16377         instead of re-search-forward.
16378
16379         * gnus-uu.el (gnus-uu-save-article): Ditto.
16380         (gnus-uu-post-encode-uuencode): Ditto.
16381
16382         * html2text.el (html2text-clean-list-items): Ditto.
16383         (html2text-clean-dtdd): Ditto.
16384         (html2text-format-tags): Ditto.
16385
16386         * message.el (message-send-mail-with-sendmail): Fix regexp.
16387         (message-fill-field-general): Use search-forward instead of
16388         re-search-forward.
16389         (unbold-region): Ditto.
16390
16391         * nnrss.el (nnrss-request-article): Ditto.
16392
16393         * nnslashdot.el (nnslashdot-request-article): Ditto.
16394
16395         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16396
16397         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16398         "Unrecognized menu descriptor" error in XEmacs.
16399
16400 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16401
16402         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16403         parent article of a sparse article in the thread hashtb.
16404
16405 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16406
16407         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16408         (nnmail-expand-newtext): Lowercase expanded entries if
16409         nnmail-split-lowercase-expanded is non-nil.
16410
16411 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16414
16415         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16416         of gnus-tmp-news-method into string under XEmacs.  It will be
16417         passed to gnus-correct-length which takes only a string argument.
16418
16419 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-util.el (gnus-bind-print-variables): New macro.
16422         (gnus-prin1): Use it.
16423         (gnus-prin1-to-string): Use it.
16424         (gnus-pp): New function.
16425         (gnus-pp-to-string): New function.
16426
16427         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16428         Replace pp-to-string with gnus-pp-to-string.
16429         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16430         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16431         * gnus-msg.el (gnus-debug): Ditto.
16432         * gnus-score.el (gnus-score-save): Ditto.
16433         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16434         gnus-pp-to-string.
16435         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16436         with gnus-pp.
16437         * score-mode.el (gnus-score-pretty-print): Ditto.
16438         * webmail.el (webmail-debug): Ditto.
16439
16440 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-art.el (article-display-face, article-display-x-face):
16443         Use buffer-read-only.
16444
16445 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-art.el (article-hide-list-identifiers):
16448         Bind inhibit-read-only as t.
16449
16450 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16453
16454 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16455
16456         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16457         (gnus-narrow-to-page): Don't assume point-min == 1.
16458         (gnus-article-edit-mode): Derive from message-mode.
16459
16460         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16461         point-min == 1.
16462
16463         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16464         Disable incorrect use of `assert'.
16465
16466         * message.el (message-mode): Set comment-start-skip.
16467
16468
16469 2004-08-22  Sam Steingold  <sds@gnu.org>
16470
16471         * pop3.el (pop3-leave-mail-on-server): New user variable.
16472         (pop3-movemail): Delete mail only when it is nil.
16473
16474 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16477
16478         * mml.el (mml-preview): Use `pop-to-buffer'.
16479
16480         * message.el (message-goto-mail-followup-to): Insert after "To".
16481         (message-carefully-insert-headers): Add comment.
16482
16483         * gnus.el: Remove unused variable `gnus-article-check-size'.
16484
16485         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16486
16487         * gnus-art.el (gnus-button-alist):
16488         Improve `gnus-button-handle-library' entry.
16489
16490 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16491
16492         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16493         Use downcase, since XEmacs capitalizes error messages differently.
16494
16495 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16496
16497         * nntp.el: Add (require 'gnus) due to reference to
16498         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16499
16500 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16501
16502         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16503         Bind `mm-fill-flowed'.
16504
16505         * mm-decode.el (mm-dissect-singlepart): Check it.
16506
16507 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16508
16509         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16510         'imap' for netrc parsing.
16511
16512 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * mailcap.el (mailcap-mime-data): Mark as risky.
16515
16516 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16519         may be included in the encoded word.
16520         (rfc2047-encode): Don't append a space if the encoded word
16521         includes close parenthesis.
16522
16523 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16526         of text within parentheses.
16527
16528 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16529
16530         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16531         (gnus-encrypt-write-file-contents): Make the password key the file
16532         name PLUS the cipher, not just the cipher.  Also remove failed
16533         passwords from the cache.
16534
16535 2004-08-06  Simon Josefsson  <jas@extundo.com>
16536
16537         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16538         Doc fix.
16539
16540 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16543         LWSP.
16544
16545 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16548         Try to append in-reply-to: data to the references: header.
16549
16550         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16551         (netrc-parse): Use gnus-encrypt.el functions.
16552
16553         * gnus-encrypt.el: Add new file for encryption support; currently
16554         does only a few GPG ciphers and an internal XOR cipher.
16555
16556         * password.el: Add comments on using password-read-and-add.
16557         (password-read-and-add): Add function to read and add the
16558         password to the cache at once.
16559
16560 2004-07-28  Simon Josefsson  <jas@extundo.com>
16561
16562         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16563         parameter (but don't use it, for now).
16564
16565         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16566         instead of hard coding to nil.
16567
16568 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16571         as mm-inline-image-xemacs does.
16572
16573 2004-07-26  Simon Josefsson  <jas@extundo.com>
16574
16575         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16576         Revert part of 2004-07-17 change below.
16577
16578 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16581         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16582
16583 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16584
16585         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16586         quotes that actually start with ">" at the beginning of the
16587         lines.
16588
16589 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * rfc2047.el (rfc2047-encode-region): Fix last change.
16592         (rfc2047-encode-parameter): Remove useless concat.
16593
16594 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16597         encode special characters; fix some kind of misconfigured headers;
16598         signal a real error if debug-on-quit or debug-on-error is non-nil.
16599         (rfc2047-encode-max-chars): New variable.
16600         (rfc2047-encode-1): Use it.
16601         (rfc2047-encode-parameter): New function.
16602
16603         * mml.el (mml-insert-parameter): Remove an excessive space.
16604
16605 2004-07-17  Simon Josefsson  <jas@extundo.com>
16606
16607         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16608         Kai Grossjohann <kai@emptydomain.de>.
16609         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16610         (gnus-group-make-menu-bar): Ditto.
16611
16612         * gnus-util.el (gnus-group-server): Add.
16613
16614 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16615
16616         * message.el (message-clone-locals): Clone sendmail and smtp
16617         variables.
16618
16619 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * rfc2047.el (rfc2047-encode-region): Fix last change.
16622
16623 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16626         characters as non-special.
16627
16628 2004-07-09  Simon Josefsson  <jas@extundo.com>
16629
16630         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16631         Users will lose all flag changes made while unplugged with
16632         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16633         good default.  See numerous reports on ding mailing list.
16634
16635 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16638         add generate-head-function and generate-article-function to the
16639         rfc822-forward entry.
16640         (nndoc-rfc822-forward-generate-article): New function.
16641         (nndoc-rfc822-forward-generate-head): New function.
16642
16643         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16644
16645 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16646
16647         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16648         respect display group parameter and gnus-summary-expunge-below.
16649         (gnus-articles-to-read): Remove unused reference to display group
16650         parameter.
16651
16652 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16653
16654         * nnheader.el (nnheader-uniquify-message-id): New experimental
16655         variable.
16656         (nnheader-nov-read-message-id): Use it.
16657
16658         * spam-report.el (spam-report-gmane): Add interactive.
16659
16660 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * mm-encode.el (mm-content-transfer-encoding-defaults):
16663         Use qp-or-base64 for the application/* types.
16664
16665 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16666
16667         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16668
16669 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16670
16671         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16672         trim value.
16673
16674 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16675
16676         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16677         New macro and function.
16678         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16679
16680 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16683         after-load-alist.
16684
16685 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16686
16687         * gnus-group.el (gnus-group-get-new-news-this-group):
16688         Don't update info that isn't there.
16689
16690 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16691
16692         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16693         entry.
16694
16695 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * mm-view.el (mm-inline-render-with-function): Use multibyte
16698         buffer; decode html source by charset.
16699
16700         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16701
16702         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16703         Mule-UCS is loaded under XEmacs.
16704         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16705
16706 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16707
16708         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16709
16710 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * mm-util.el (mm-coding-system-p): Return a coding-system.
16713         (mm-mime-mule-charset-alist): Use shift_jis instead of
16714         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16715         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16716         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16717         instead of japanese-shift-jis and iso-latin-1 respectively in
16718         order to share the default value with both Emacs and XEmacs-mule.
16719         (mm-mule-charset-to-mime-charset):
16720         Make mm-coding-system-priorities effective.
16721         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16722         while predicating of candidates upon the priorities.
16723
16724 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16725
16726         * gnus-sum.el (gnus-summary-make-menu-bar):
16727         Add gnus-uu-invert-processable.
16728
16729         * gnus.el: Autoload gnus-uu-invert-processable.
16730
16731 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * mm-util.el (mm-with-multibyte-buffer): New macro.
16734
16735         * rfc2047.el (rfc2047-encode-string): Use it.
16736         (rfc2047-encode-region): Move point to the end of the region after
16737         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16738
16739 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16742         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16743
16744 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16747         (gnus-cite-parse): Ignore quoted envelope From_.
16748         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16749
16750 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16751
16752         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16753         invalid addresses.
16754
16755 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16756
16757         * spam.el: Change section markers, revise TODO list.
16758         (spam-backends): Make new master list of all installed backends.
16759         (spam-summary-exit-behavior): Add new variable to determine how
16760         messages moves are done at summary exit.
16761         (spam-move-spam-nonspam-groups-only)
16762         (spam-process-ham-in-nonham-groups)
16763         (spam-process-ham-in-spam-groups): Remove variables, the
16764         spam-summary-exit-behavior variable should be used to manage this
16765         behavior.
16766         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16767         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16768         and spam-old-spam-articles.
16769         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16770         Add empty variables, placeholders for the backends they represent.
16771         (spam-set-difference): Move, unchanged.
16772         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16773         unless the user has a processor variable.
16774         (spam-classifications, spam-classification-valid-p)
16775         (spam-backend-properties, spam-backend-property-valid-p)
16776         (spam-backend-function-type-valid-p)
16777         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16778         (spam-report-articles-gmane, spam-report-articles-resend):
16779         Remove functions, they are not needed.
16780         (spam-install-backend-super, spam-backend-list)
16781         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16782         (spam-backend-function, spam-backend-ham-registration-function)
16783         (spam-backend-spam-registration-function)
16784         (spam-backend-ham-unregistration-function)
16785         (spam-backend-spam-unregistration-function)
16786         (spam-backend-statistical-p, spam-backend-mover-p)
16787         (spam-install-backend-alias, spam-install-checkonly-backend)
16788         (spam-install-mover-backend, spam-install-nocheck-backend)
16789         (spam-install-backend, spam-install-statistical-backend)
16790         (spam-install-statistical-checkonly-backend): Add backend installation
16791         support.
16792         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16793         (spam-group-processor-p): Use the new backend code and respect the
16794         summary exit behavior.
16795         (spam-mark-spam-as-expired-and-move-routine): Remove.
16796         (spam-summary-prepare): Change to use the new spam-old-articles
16797         variable.
16798         (spam-copy-or-move-routine, spam-copy-spam-routine)
16799         (spam-move-spam-routine, spam-copy-ham-routine)
16800         (spam-move-ham-routine): Add code to copy/move ham or spam.
16801         (spam-fetch-field-fast): Improve doc and code, plus allow the
16802         'number request.
16803         (spam-list-of-checks, spam-list-of-statistical-checks):
16804         Remove variables.
16805         (spam-split, spam-find-spam): Use the new backend code.
16806         (spam-registration-functions): Remove variable.
16807         (spam-unregister-routine): Add convenience wrapper.
16808         (spam-log-undo-registration, spam-register-routine)
16809         (spam-log-processing-to-registry)
16810         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16811         where possible.
16812         (spam-check-gmane-xref, spam-check-regex-headers)
16813         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16814         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16815         (spam-check-bogofilter-headers, spam-check-spamoracle)
16816         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16817         (spam-check-crm114-headers): Use the spam-split-group that
16818         spam-split prepares, no need to determine it every time.
16819
16820         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16821         to the nnheader-parse-naked-head call.
16822
16823         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16824
16825         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16826         the nnheader-nov-read-message-id call.
16827
16828 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16831         gnus-activate-group twice.  Suggested by Markus Peter
16832         <warp@spin.de>.
16833
16834 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-art.el (gnus-article-time-format): Exchange the order of
16837         day and month in the default value; fix customization type.
16838         (article-date-ut): Use add-text-properties.
16839         (article-make-date-line): Use message-make-date instead of
16840         current-time-string.
16841
16842         * message.el (message-fetch-field): Don't use set-text-properties.
16843         (message-make-date): Simplify.
16844
16845         * messagexmas.el (message-xmas-make-date): New function.
16846         (message-xmas-redefine): Defalias message-make-date to it.
16847
16848 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16851         (rfc2047-encode-region): Treat text within parentheses as special;
16852         show the original text when error has occurred.
16853
16854         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16855         already-computed method to gnus-activate-group.
16856
16857         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16858         same select-methods identical Lisp objects.
16859
16860         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16861         object when modifying the info.
16862
16863 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16866         gnus-opened-servers since it has never been opened with the new
16867         configuration yet.
16868
16869 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16872         arg to nnheader-generate-fake-message-id.
16873
16874 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16875
16876         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16877         number and build a fake message ID localized to a group and
16878         article number (so it's repeatable from that point on).
16879         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16880         ID format.
16881
16882         * gnus-sum.el (gnus-get-newsgroup-headers):
16883         Call nnheader-generate-fake-message-id with the article number.
16884
16885 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16886
16887         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16888         end-of-buffer.
16889
16890 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891
16892         * message.el (message-ignored-supersedes-headers): Add Approved.
16893
16894 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16897         goto-char.
16898         (rfc2047-encode): Fold the line before encoding.
16899
16900 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16901
16902         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16903         folding -- not all headers can be folded, and this should be done
16904         by the message composition mode.  Probably.  I think.
16905
16906 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16909         fast.
16910
16911         * gnus-ems.el (gnus-remove-image): Don't use
16912         message-text-with-property; remove only the image found first.
16913
16914         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16915         found first.
16916
16917 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16918
16919         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16920
16921 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * message.el (message-text-with-property): Make it fast and accept
16924         optional arguments.
16925         (message-strip-forbidden-properties): Use it.
16926         (message-fix-before-sending): Follow the m-t-w-p change.
16927
16928         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16929
16930 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-art.el (article-hide-headers): Don't change the buffer
16933         mistakenly when performing mml-preview even if
16934         gnus-single-article-buffer is nil.
16935
16936 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16937
16938         * message.el (message-expand-name-databases): New user option.
16939         (message-expand-name): Use it.
16940
16941 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16942
16943         * spam.el (spam-report-articles-resend)
16944         (spam-report-resend-register-routine): Allow ham reporting.
16945         (spam-report-resend-register-ham-routine): Add wrapper.
16946         (spam-registration-functions): Add ham resending functions.
16947         (spam-list-of-processors): Add ham resend processor.
16948
16949         * gnus.el (ham-resend-to): Add new group parameter.
16950         (spam-process): Add ham resend option.
16951
16952         * spam-report.el (spam-report-resend): Allow reporting ham.
16953         (spam-report-resend-ham): Add wrapper.
16954
16955 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16956
16957         * message.el (message-cite-articles-with-x-no-archive):
16958         New variable.
16959         (message-cite-original): Use it.
16960
16961 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16962
16963         * message.el (message-cite-original): Respect X-No-Archive.
16964
16965 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-art.el (article-hide-headers): Refer to the values for
16968         gnus-ignored-headers and gnus-visible-headers in the summary
16969         buffer since a user may have set them as group parameters.
16970
16971 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16972
16973         * assistant.el (assistant-node-name): Add convenience function.
16974         (assistant-render-text, assistant-render-node): Add error handling,
16975         plus handle multiple next nodes.
16976         (assistant-find-next-node): Comment out for now.
16977         (assistant-find-next-nodes): Add function, returns list of next
16978         nodes.
16979
16980 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * mail-source.el (mail-source-directory): Fix doc-string.
16983
16984 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * assistant.el (assistant-render-text, assistant-eval): Add :set
16987         widget type, which is different because it takes and returns a
16988         list.  Much hilarity ensues.
16989
16990 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16993
16994         * gnus-group.el (gnus-group-get-new-news-this-group):
16995         Add doc-string.
16996
16997         * gnus-start.el (gnus-activate-group): Add doc-string.
16998
16999 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17002
17003 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17004
17005         * assistant.el (assistant-render-text): Try to add a :set
17006         widget, more to come.
17007
17008         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17009         strings.
17010         (spam-report-articles-resend)
17011         (spam-register-routine): Do registration iff any articles warrant
17012         it.
17013         (spam-summary-prepare-exit): Change log message for nil group
17014         destinations.
17015
17016 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17017
17018         * spam.el (spam-report-resend-register-routine):
17019         Allow spam-report-resend-to to be a group parameter or a global value.
17020
17021 2004-05-26  Simon Josefsson  <jas@extundo.com>
17022
17023         * starttls.el: Merge with my GNUTLS based starttls.el.
17024         (starttls-gnutls-program, starttls-use-gnutls)
17025         (starttls-extra-arguments, starttls-process-connection-type)
17026         (starttls-connect, starttls-failure, starttls-success):
17027         New variables.
17028         (starttls-program, starttls-extra-args): Doc fix.
17029         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17030         New functions.
17031         (starttls-negotiate, starttls-open-stream):
17032         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17033         function if it is set.
17034
17035 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17038         structured fields.
17039
17040 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17043
17044 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17047         Add variable.
17048         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17049         assigning the spam-mark to new messages.
17050
17051 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17052
17053         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17054
17055 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17058
17059         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17060         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17061         default.
17062
17063 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17064
17065         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17066         correct data.
17067
17068 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17069
17070         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17071         (spam-group-processor-p): Fix function.
17072         (spam-group-processor-multiple-p)
17073         (spam-group-spam-processor-report-gmane-p)
17074         (spam-group-spam-processor-report-resend-p)
17075         (spam-group-spam-processor-bogofilter-p)
17076         (spam-group-spam-processor-blacklist-p)
17077         (spam-group-spam-processor-ifile-p)
17078         (spam-group-ham-processor-ifile-p)
17079         (spam-group-spam-processor-spamoracle-p)
17080         (spam-group-spam-processor-crm114-p)
17081         (spam-group-ham-processor-bogofilter-p)
17082         (spam-group-spam-processor-stat-p)
17083         (spam-group-ham-processor-stat-p)
17084         (spam-group-ham-processor-whitelist-p)
17085         (spam-group-ham-processor-BBDB-p)
17086         (spam-group-ham-processor-spamoracle-p)
17087         (spam-group-ham-processor-copy-p): Remove functions with some
17088         prejudice against unneeded code.
17089         (spam-report-articles-resend)
17090         (spam-report-resend-register-routine): Allow the group/topic
17091         spam-resend-to value to override spam-report-resend-to.
17092         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17093         properly now.
17094
17095         * gnus.el (spam-resend-to): Add group/topic parameter.
17096         (spam-process): Move the OBSOLETE processors to the end of the
17097         choices.
17098
17099 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17100
17101         * spam-report.el (spam-report-resend-to, spam-report-resend):
17102         Start with resend-to set to nil, and then ask the user if necessary.
17103         (spam-report-resend): spam-report-resend takes a list of articles, not
17104         separate article numbers.
17105
17106 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17109         addition to emacs-w3m.
17110
17111 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17112
17113         * assistant.el (assistant-authinfo-data): New function.
17114         (assistant-eval): Eval for entire assistant.
17115
17116         * netrc.el (netrc-services-file): New variable.
17117         (netrc-parse-services): New function.
17118         (netrc-find-service-name): New function.
17119         (netrc-find-service-number): New function.
17120         (netrc-port-equal): New function.
17121         (netrc-machine): Use it.
17122
17123         * nnimap.el (nnimap-open-connection): Use netrc.
17124
17125         * gnus-util.el (gnus-netrc-get): Remove aliases.
17126
17127         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17128
17129         * assistant.el (wid-edit): Fix compilation.
17130
17131         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17132
17133 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17134
17135         * gnus-util.el (gnus-set-file-modes): New function.  (small
17136         patch).
17137
17138 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17139
17140         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17141
17142         * assistant.el (assistant-render-node): Fix up rendering and
17143         read-only text.
17144         (assistant-render-node): Reset.
17145         (assistant-make-read-only): Not sticky.
17146
17147 2004-05-20  Danny Siu  <dsiu@adobe.com>
17148
17149         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17150         centered even when gnus-auto-center-summary is t.
17151
17152 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17153
17154         * dns.el (dns-get-txt-answer): New function.
17155         (dns-read-txt): Ditto.
17156         (query-dns): Use it.
17157
17158 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17161         active for foreign groups even if the group level is higher than
17162         the specified value.
17163
17164 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165
17166         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17167         non-active groups.
17168
17169         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17170
17171 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17172
17173         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17174
17175 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17178         (spam-crm114-header, spam-crm114-spam-switch)
17179         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17180         (spam-crm114-positive-spam-header)
17181         (spam-crm114-database-directory, spam-list-of-processors)
17182         (spam-group-spam-processor-crm114-p)
17183         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17184         (spam-generic-score, spam-list-of-checks)
17185         (spam-list-of-statistical-checks, spam-registration-functions)
17186         (spam-check-crm114-headers, spam-crm114-score)
17187         (spam-check-crm114, spam-crm114-register-with-crm114)
17188         (spam-crm114-register-spam-routine)
17189         (spam-crm114-unregister-spam-routine)
17190         (spam-crm114-register-ham-routine)
17191         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17192         From asjo@koldfront.dk (Adam Sjøgren).
17193
17194         * gnus.el: Add spam-use-crm114.
17195
17196         * spam.el (spam-list-of-processors, spam-registration-functions):
17197         Add spam-use-resend.
17198         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17199         (spam-report-articles-gmane): Add doc fix.
17200         (spam-report-articles-resend, spam-report-resend-register-routine):
17201         Add wrappers around spam-report-resend-to.
17202
17203         * spam-report.el (spam-report-resend-to, spam-report-resend):
17204         Add support for resending spam.
17205         (spam-report-gmane): Fix line length >80.
17206
17207         * gnus.el (spam-process): Add spam-use-resend.
17208
17209 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17210
17211         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17212         number of processed spam messages.
17213         (spam-ham-copy-or-move-routine): Return the number of processed
17214         ham messages.
17215         (spam-summary-prepare-exit): Use the above values to decide
17216         whether status messages shouled be displayed.
17217
17218 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17221         `rfc2047-encoding-function-alist' in order to avoid conflicting
17222         with the old version.
17223         (rfc2047-encode-region): Concatenate words containing non-ASCII
17224         characters in structured fields; don't encode space-delimited
17225         ASCII words even in unstructured fields; don't break words at
17226         char-category boundaries.
17227         (rfc2047-encode-1): New function.
17228         (rfc2047-encode): Use it; encode text so that it occupies the
17229         maximum width within 76-column; work correctly on Q encoding for
17230         iso-2022-* charsets.
17231         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17232         sure not to break a line just after the header name.
17233         (rfc2047-b-encode-region): Remove.
17234         (rfc2047-b-encode-string): New function.
17235         (rfc2047-q-encode-region): Remove.
17236         (rfc2047-q-encode-string): New function.
17237
17238         * mm-util.el (mm-replace-in-string): New function.
17239
17240 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17241
17242         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17243         Really get it right.
17244         (gnus-inews-make-draft): Really.
17245
17246 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17247
17248         * nnmh.el (nnmh-request-list-1): Don't check the link count
17249         before descending.  (small patch)
17250
17251 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17252
17253         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17254         stuff.
17255
17256         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17257         Match on real group name.
17258
17259         * gnus-art.el (gnus-signature-limit): Doc fix.
17260
17261         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17262
17263         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17264
17265 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17266
17267         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17268         isn't a string.
17269
17270 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17271
17272         * gnus-draft.el (gnus-draft-send):
17273         Bind rfc2047-encode-encoded-words.
17274
17275         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17276         (rfc2047-encodable-p): Say that =? needs encoding.
17277         (rfc2047-encode-encoded-words): New variable.
17278
17279         * gnus-group.el (gnus-group-select-group): Doc fix.
17280
17281         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17282
17283         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17284         to nil.
17285
17286         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17287
17288         * nnheader.el (nnheader-get-lines-and-char): New function.
17289
17290 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17291
17292         * gnus-msg.el (gnus-summary-followup-with-original):
17293         Document yanking of region when active.
17294
17295 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17298         groups if the group level is higher than the specified value.
17299
17300 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17303         (gnus-group-jump-to-group): Add prefix argument using
17304         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17305         non-active group.
17306
17307         * compface.el (uncompface): Be verbose when changing
17308         `uncompface-use-external'.
17309
17310         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17311         handle manual section.
17312
17313 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17314
17315         * gnus-art.el (gnus-button-alist): Revert previous change.
17316
17317 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17320
17321 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17322
17323         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17324         whether backend can accept message.
17325
17326         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17327
17328 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17329
17330         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17331         Avoid creating directory when nntp-marks-is-evil is true.
17332         Reported by Reiner Steib.
17333
17334 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17335
17336         * gnus-picon.el (gnus-picon-style): New variable.
17337         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17338         (gnus-picon-transform-address): Support `gnus-picon-style'.
17339         From Jesper Harder <harder@ifa.au.dk>.
17340
17341 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17342
17343         * message.el (message-fill-field): Return point.
17344         (message-generate-headers): Go to end of field.
17345
17346         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17347         stuff for non-living groups.
17348
17349 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17350
17351         * gnus-art.el (gnus-article-followup-with-original)
17352         (gnus-article-reply-with-original): gnus-mark-active-p ->
17353         gnus-region-active-p.
17354
17355 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17356
17357         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17358         only when there is spam or ham to be processed.
17359
17360 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17361
17362         * mail-source.el (mail-source-delete-crash-box): Refactor.
17363         (mail-source-fetch): Use it.
17364         (mail-source-fetch-file): Ditto.
17365         (mail-source-fetch-directory): Run postscript in loop.
17366         (mail-source-fetch-pop): Delete.
17367         (mail-source-fetch-maildir): Ditto.
17368         (mail-source-fetch-imap): Ditto.
17369
17370         * imap.el (imap-authenticators): Comment out sasl.
17371
17372         * message.el (message-skip-to-next-address): New function.
17373         (message-fill-header-address): Refactor.
17374         (message-fill-address): Use it.
17375         (message-delete-address): Use it.
17376         (message-fill-header-general): Refactor.
17377         (message-fill-field-address): Rename.
17378         (message-narrow-to-field): Find the start of the header.
17379         (message-header-format-alist): Don't pre-fill.
17380         (message-fill-header): Remove.
17381         (message-insert-header): New function.
17382         (message-shorten-references): Use it.
17383
17384         * rfc2047.el (rfc2047-field-value): Strip props.
17385
17386         * mail-parse.el (mail-header-make-address): New alias.
17387
17388         * ietf-drums.el (ietf-drums-make-address): New function.
17389
17390         * imap.el: Add compiler directives.
17391
17392         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17393
17394         * gnus-art.el (article-decode-idna-rhs): Don't use
17395         message-idna-inside-rhs-p.
17396
17397 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17398
17399         * message.el (message-idna-inside-rhs-p): Remove.
17400         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17401
17402         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17403         false positives.
17404
17405 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17406
17407         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17408
17409 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17410
17411         * nneething.el (nneething-file-name): Don't create spurious
17412         files.
17413
17414         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17415         (gnus-inews-do-gcc): Remove sleep.
17416
17417         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17418         part under point.
17419
17420         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17421         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17422
17423 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17424
17425         * spam.el (spam-summary-prepare-exit): Fix (length).
17426
17427 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17428
17429         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17430         as expired without moving it" message when there are spam
17431         messages left.
17432
17433 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17434
17435         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17436         header is not nil.
17437
17438 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17439
17440         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17441         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17442         (nntp-marks-changed-p): New arg SERVER.
17443         (nntp-request-update-info): Adjust caller.
17444
17445 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17446
17447         * nntp.el (nntp-save-marks): Pass missing arg.
17448
17449 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17450
17451         * nntp.el: Support marks.
17452         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17453         (nntp-marks-modtime, nntp-marks-directory): New variables.
17454         (nntp-request-set-mark, nntp-request-update-info)
17455         (nntp-possibly-create-directory, nntp-marks-changed-p)
17456         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17457         New functions.
17458
17459 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17462         (gnus-xmas-redefine): Rename.
17463
17464         * gnus-score.el (gnus-score-insert-help):
17465         Use gnus-select-lowest-window.
17466
17467         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17468         appt-select-lowest-window and rename to gnus-select-lowest-window.
17469
17470         * gnus.el: do.
17471
17472 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17473
17474         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17475         encodings of MIME-encoded words, in order to improve
17476         interoperability with several broken MUAs.
17477
17478 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17479
17480         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17481         tags, only when charsets are not specified in headers.
17482         (mm-inline-text-html-render-with-w3m): Ditto.
17483
17484         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17485         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17486
17487 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17488
17489         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17490         instead of MIME-decoded from fields when checking
17491         `gnus-article-address-banner-alist'.
17492
17493 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17494
17495         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17496         description rather than subject.
17497
17498 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17499
17500         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17501
17502 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17503
17504         * gnus.el (gnus-version-number): Bump.
17505
17506 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17507
17508         * gnus.el: No Gnus v0.2 is released.
17509
17510 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17511
17512         * gnus-agent.el (gnus-agent-read-agentview):
17513         Inline gnus-uncompress-range.
17514
17515 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17516
17517         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17518         `exec-installed-p'.
17519
17520 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17521
17522         * gnus.el (spam-process, spam-autodetect-methods):
17523         Add bsfilter and bsfilter-headers.
17524
17525         * spam.el (spam-bsfilter): New customize group.
17526         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17527         (spam-bsfilter-header, spam-bsfilter-probability-header)
17528         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17529         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17530         (spam-bsfilter-database-directory): New options.
17531         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17532         (spam-list-of-statistical-checks, spam-registration-functions):
17533         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17534         (spam-bsfilter-score): New command.
17535         (spam-check-bsfilter-headers, spam-check-bsfilter)
17536         (spam-bsfilter-register-with-bsfilter)
17537         (spam-bsfilter-register-spam-routine)
17538         (spam-bsfilter-unregister-spam-routine)
17539         (spam-bsfilter-register-ham-routine)
17540         (spam-bsfilter-unregister-ham-routine): New functions.
17541         (spam-generic-score): Support bsfilter; Accept an optional argument
17542         to recalcurate spam score even if scoring header has already been
17543         added.
17544         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17545         optional argument to recalcurate spam score even if scoring header
17546         has already been added.
17547
17548 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17549
17550         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17551         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17552         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17553         link is missing.
17554
17555 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17556
17557         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17558         (html2text-get-attr): Rewrite.
17559
17560         * message.el (message-setup-1): Remove redundant put-text-property
17561         on mail-header-separator.
17562
17563 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17564
17565         * gnus-registry.el (gnus-registry-cache-whitespace)
17566         (gnus-registry-action, gnus-registry-spool-action)
17567         (gnus-registry-split-fancy-with-parent): Change message levels
17568         from 5 to 3 or 7, as needed.
17569
17570         * spam.el (spam-summary-prepare-exit)
17571         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17572         (spam-split, spam-find-spam, spam-log-undo-registration)
17573         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17574         level from 5 to 6.
17575
17576 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17579         2004-03-04 change).
17580
17581 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17582
17583         * sieve-manage.el (sieve-manage-open):
17584         * nnweb.el (nnweb-insert-html):
17585         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17586         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17587         * nnspool.el (nnspool-request-group):
17588         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17589         * nnml.el (nnml-request-update-info):
17590         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17591         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17592         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17593         (nnimap-request-set-mark):
17594         * nnfolder.el (nnfolder-request-update-info):
17595         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17596         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17597         * gnus-uu.el (gnus-uu-find-articles-matching):
17598         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17599         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17600         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17601         * gnus-nocem.el (gnus-nocem-scan-groups):
17602         * gnus-int.el (gnus-start-news-server):
17603         * gnus-group.el (gnus-group-make-kiboze-group)
17604         (gnus-group-browse-foreign-server):
17605         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17606         Use mapc when appropriate.
17607
17608 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17609
17610         FIXME: Make separate entries for each person.
17611
17612         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17613         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17614         <shields@msrl.com>:
17615
17616         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17617         may need for spam sorting and scoring.
17618         (spam-user-format-function-S): Add user format function suitable for
17619         general use.
17620         (spam-article-sort-by-spam-status): Add sorting function for summary
17621         sorting.
17622         (spam-extra-header-to-number): Add function to get a score from a
17623         header.
17624         (spam-summary-score): Add function to get a numeric score from the
17625         headers.
17626         (spam-generic-score): Fix function doc, was in wrong place.
17627         (spam-initialize): Take symbols when it's run, and install the
17628         extra headers that spam-necessary-extra-headers thinks we need.
17629
17630 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17631
17632         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17633         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17634
17635 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17636
17637         * gnus-sum.el (gnus-set-global-variables)
17638         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17639         (gnus-article-get-xrefs, gnus-summary-best-group)
17640         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17641         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17642         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17643         Use with-current-buffer.
17644
17645 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17646
17647         * spam.el (spam-summary-prepare-exit): Simplify logic.
17648         (spam-fetch-article-header): Read the article header if it's not
17649         available.
17650         (spam-list-articles): Simplify logic.
17651         (spam-filelist-register-routine): Fix bug with unregister-list.
17652
17653         * gnus-registry.el: Fix comments at beginning.
17654
17655 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17656
17657         * message.el (message-cater-to-broken-inn): Remove.
17658         (message-shorten-references): Make sure the total folded length of
17659         References is shorter than 998 characters to cater to a bug in INN
17660         2.3.  Also, don't pretend that references aren't folded -- this
17661         hasn't worked for a while.
17662
17663 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17664
17665         * gnus-agent.el (gnus-agentize):
17666         gnus-agent-send-mail-real-function no longer set to current value
17667         of message-send-mail-function but rather a lambda that calls
17668         message-send-mail-function.  The change makes the agent real-time
17669         responsive to user changes to message-send-mail-function.
17670
17671 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17672
17673         * legacy-gnus-agent.el
17674         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17675         help from Florian Weimer <fw@deneb.enyo.de>
17676
17677 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * nnmail.el (nnmail-cache-insert): Revert last change.
17680
17681 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * nnmail.el (nnmail-cache-insert): Always check whether
17684         nnmail-cache-ignore-groups matches a group name.
17685
17686 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17687
17688         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17689         (spam-find-spam, spam-log-processing-to-registry)
17690         (spam-log-registered-p, spam-log-unregistration-needed-p)
17691         (spam-log-undo-registration): Use gnus-message instead of
17692         gnus-error, none of these errors are fatal.
17693
17694         * gnus-registry.el (gnus-registry-clean-empty-function)
17695         (gnus-registry-clean-empty): Remove only empty entries without
17696         extra data.
17697
17698 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17699
17700         * spam-stat.el (spam-stat-buffer-change-to-spam)
17701         (spam-stat-buffer-change-to-non-spam): Change (error) to
17702         (gnus-message 8) invocation.
17703
17704 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * nntp.el (nntp-via-netcat-command): New variable.
17707         (nntp-via-netcat-switches): New variable.
17708         (nntp-open-via-rlogin-and-netcat): New function.
17709         (nntp-open-connection-function): Doc fix.
17710         (nntp-telnet-command): Doc fix.
17711         (nntp-end-of-line): Doc fix.
17712         (nntp-via-rlogin-command): Doc fix.
17713         (nntp-via-user-name): Doc fix.
17714         (nntp-via-address): Doc fix.
17715
17716 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17719         error in Emacs 21.1.
17720
17721 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17722
17723         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17724
17725 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17726
17727         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17728         (gnus-agent-with-refreshed-group): New macro.
17729         (gnus-agent-rename-group): New function.
17730         (gnus-agent-delete-group): New function.
17731         (gnus-agent-save-group-info): Use gnus-command-method when
17732         `method' parameter is nil.  Don't write nil entries into the
17733         active file.
17734         (gnus-agent-get-group-info): New function.
17735         (gnus-agent-fetch-articles):
17736         Use gnus-agent-update-files-total-fetched-for to increment disk space
17737         used.
17738         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17739         Use gnus-agent-update-view-total-fetched-for to increment disk space
17740         used.
17741         (gnus-agent-get-local): Add optional parameters to avoid calling
17742         gnus-group-real-name and gnus-find-method-for-group.
17743         (gnus-agent-set-local): Delete stored entry if either min, or max,
17744         are nil.
17745         (gnus-agent-fetch-session): Reworded error/quit messages.
17746         On quit, use gnus-agent-regenerate-group to record existance of any
17747         articles fetched to disk before the quit occurred.
17748         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17749         gnus-agent-update-view-total-fetched-for, and
17750         gnus-agent-update-files-total-fetched-for to decrement disk space
17751         used.
17752         (gnus-agent-retrieve-headers):
17753         Use gnus-agent-update-view-total-fetched-for to increment disk space
17754         used.
17755         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17756         with gnus-agent-update-files-total-fetched-for to decrement disk
17757         space and fresh group buffer.
17758         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17759         (gnus-agent-need-update-total-fetched-for): New variable.
17760         (gnus-agent-update-files-total-fetched-for): New function.
17761         (gnus-agent-update-view-total-fetched-for): New function.
17762         (gnus-agent-total-fetched-for): New function.
17763
17764         * gnus-cache.el (gnus-cache-save-buffers):
17765         Use gnus-cache-update-overview-total-fetched-for to change disk space
17766         used by this group.
17767         (gnus-cache-possibly-enter-article):
17768         Use gnus-cache-update-file-total-fetched-for to increment disk space
17769         used by this group.
17770         (gnus-cache-possibly-remove-article):
17771         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17772         used by this group.
17773         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17774         (gnus-cache-rename-group): New function.
17775         (gnus-cache-delete-group): New function.
17776         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17777         (gnus-cache-need-update-total-fetched-for): New variable.
17778         (gnus-cache-with-refreshed-group): New macro.
17779         (gnus-cache-update-file-total-fetched-for): New function.
17780         (gnus-cache-update-overview-total-fetched-for): New function.
17781         (gnus-cache-rename-group-total-fetched-for): New function.
17782         (gnus-cache-delete-group-total-fetched-for): New function.
17783         (gnus-cache-total-fetched-for): New function.
17784
17785         * gnus-group.el: Require gnus-sum and autoload functions to
17786         resolve warnings when gnus-group.el compiled alone.
17787         (gnus-group-line-format): Documented new %F.
17788         (size of Fetched data) group line format; identifies disk space
17789         used by agent and cache.
17790         (gnus-group-line-format-alist): Defined new F format.
17791         (gnus-total-fetched-for): New function.
17792         (gnus-group-delete-group): No longer update
17793         gnus-cache-active-altered as gnus-request-delete-group now keeps
17794         the cache in sync.
17795         (gnus-group-list-active): Let the agent store a server's active
17796         list if currently plugged.
17797
17798         * gnus-int.el (gnus-request-delete-group):
17799         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17800         local disk in sync with the server.
17801         (gnus-request-rename-group):
17802         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17803         local disk in sync with the server.
17804
17805         * gnus-start.el (gnus-get-unread-articles):
17806         Cosmetic simplification to logic.
17807
17808         * gnus-util.el (gnus-rename-file): New function.
17809
17810 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17811
17812         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17813
17814 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17817         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17818
17819 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17822         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17823
17824 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17827
17828 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * spam.el (spam-set-difference): Add function to replace
17831         gnus-set-difference in spam.el.
17832         (spam-summary-prepare-exit): Use spam-set-difference.
17833
17834 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17835
17836         * gnus-registry.el (gnus-registry-cache-file): Update to use
17837         gnus-dribble-directory OR gnus-home-directory OR ~.
17838         (gnus-registry-split-fancy-with-parent): Fix doc.
17839
17840 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * message.el (message-exchange-point-and-mark):
17843         Use message-mark-active-p.  Suggested by Jesper Harder
17844         <harder@ifa.au.dk>.
17845
17846 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * message.el (message-exchange-point-and-mark): Don't activate
17849         region if it was inactive.  Suggested by Hiroshi Fujishima
17850         <pooh@nature.tsukuba.ac.jp>.
17851
17852 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * gnus-art.el (article-display-face): Display Faces in the same
17855         order as X-Faces.
17856
17857 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17860
17861 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17864         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17865         (gnus-article-mime-hierarchy): Remove.
17866         (gnus-article-mime-hierarchy-next): Remove.
17867         (gnus-article-mode): Revert 2004-03-19 change.
17868         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17869         (gnus-insert-mime-button): Revert 2004-03-19 change.
17870         (gnus-mime-accumulate-hierarchy): Remove.
17871         (gnus-mime-enter-multipart): Remove.
17872         (gnus-mime-leave-multipart): Remove.
17873         (gnus-mime-display-part): Revert 2004-03-19 change.
17874         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17875
17876         * mml.el (mml-preview): Revert 2004-03-19 change.
17877
17878 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17879
17880         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17881
17882 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17885         t while entering a file name using the mm-with-multibyte macro.
17886         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17887
17888         * mm-util.el (mm-with-multibyte): New macro.
17889
17890 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17893         New user option.
17894         (gnus-mime-multipart-functions): Doc and customization fix.
17895         (gnus-article-mime-hierarchy): New variable.
17896         (gnus-article-mime-hierarchy-next): New variable.
17897         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17898         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17899         gnus-article-mime-hierarchy-next to nil.
17900         (gnus-insert-mime-button): Show hierarchy numbers.
17901         (gnus-mime-accumulate-hierarchy): New function.
17902         (gnus-mime-enter-multipart): New function.
17903         (gnus-mime-leave-multipart): New function.
17904         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17905         (gnus-mime-display-alternative): Show hierarchy numbers.
17906
17907         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17908         gnus-article-mime-hierarchy-next to nil.
17909
17910 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17911
17912         * dns.el: Don't require gnus-xmas.
17913
17914 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17915
17916         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17917         inline PGP.
17918         (mml-menu): Disable mml-quote-region if mark is inactive.
17919
17920 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17923         when the group's active is not available.
17924
17925 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17928         error.
17929
17930 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17931
17932         * imap.el (imap-store-password): New variable.
17933         (imap-interactive-login): Use it.
17934         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17935
17936 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17939         window-start and hscroll to summary window.
17940
17941 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17942
17943         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17944         conversion message to newsrc-dribble when an actual conversion is
17945         performed.
17946
17947 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17948
17949         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17950
17951 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * mm-decode.el (mm-complicated-handles): New function reviving
17954         former definition of mm-multiple-handles.
17955
17956         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17957         (gnus-mime-delete-part): Use it.
17958
17959 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17960
17961         * gnus-agent.el (gnus-agent-read-local):
17962         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17963         avoid the implicit assumption that they will always be equal.
17964         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17965         coding-system-for-write, as the with-temp-file macro first prints
17966         to a buffer then saves the buffer.
17967
17968 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * gnus-art.el (gnus-article-edit-part): New function.
17971         (gnus-mime-save-part-and-strip): Use it; do query instead of
17972         signaling an error; don't use mm-multiple-handles.
17973         (gnus-mime-delete-part): Ditto.
17974
17975 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17976
17977         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17978         old file versions.
17979         (gnus-group-prepare-hook): Remove function that converted list
17980         form of gnus-agent-expire-days to group properties.
17981
17982         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17983         (gnus-request-accept-article): Re-indented.
17984
17985         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17986         converters to handle old agent file formats.  Add logic for a
17987         "backup before upgrading warning".
17988         (gnus-convert-mark-converter-prompt): Developers can mark
17989         functions as needing (default), or not needing,
17990         gnus-convert-old-newsrc's "backup before upgrading warning".
17991         (gnus-convert-converter-needs-prompt): Tests whether the user
17992         should be protected from potentially irreversable changes by the
17993         function.
17994
17995         * legacy-gnus-agent.el: New.  Provides converters that are only
17996         loaded when gnus-convert-old-newsrc needs to call them.
17997
17998 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * mail-source.el (mail-source-touch-pop): Doc fix.
18001
18002         * message.el (message-smtpmail-send-it): Doc fix.
18003
18004 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18005
18006         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18007
18008         * nnmail.el (nnmail-split-fancy): do.
18009
18010         * gnus-kill.el (gnus-kill, gnus-execute): do.
18011
18012 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18013
18014         * gnus-sum.el (gnus-widget-reversible-match)
18015         (gnus-widget-reversible-to-internal)
18016         (gnus-widget-reversible-to-external): New functions.
18017         (gnus-widget-reversible): New widget.
18018         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18019
18020 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18021
18022         * gnus-sum.el (gnus-thread-sort-functions)
18023         (gnus-article-sort-functions): Document `(not F)' items.
18024
18025 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18026
18027         * spam.el (spam-use-gmane-xref): Add new backend.
18028         (spam-gmane-xref-spam-group): Add variable to control the name of the
18029         Gmane spam group.
18030         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18031         (spam-regex-headers-spam, spam-regex-headers-ham)
18032         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18033         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18034         backends and checks.
18035         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18036
18037         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18038         an autodetect method.
18039
18040 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18041
18042         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18043         articles are being added to a group.
18044         (gnus-request-replace-article): Inform the agent that articles
18045         need to be uncached as the cached contents are no longer valid.
18046
18047 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * binhex.el: Don't autoload executable-find.
18050
18051         * canlock.el: Don't autoload mail-fetch-field.
18052
18053         * dgnushack.el: Autoload c-mode for XEmacs.
18054
18055         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18056
18057         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18058         rmail-dont-reply-to and rmail-output.
18059
18060         * gnus-score.el: Don't autoload ffap-string-at-point.
18061
18062         * gnus-setup.el: Don't autoload sc-cite-original.
18063
18064         * imap.el: Don't autoload base64-decode-string,
18065         base64-encode-string and md5.
18066
18067         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18068         and rmail-msg-restore-non-pruned-header.
18069
18070         * mm-decode.el: Don't autoload executable-find.
18071
18072         * mm-url.el: Don't autoload executable-find.
18073
18074         * mm-view.el: Don't autoload diff-mode.
18075
18076         * nndb.el: Don't autoload news-reply-mode, news-setup,
18077         cancel-timer and telnet.
18078
18079         * password.el: Don't autoload run-at-time for Emacs.
18080
18081         * sha1-el.el: Don't autoload executable-find.
18082
18083         * sieve-mode.el: Don't autoload c-mode.
18084
18085         * uudecode.el: Don't autoload executable-find.
18086
18087 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18088
18089         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18090         (gnus-agent-possibly-alter-active): Avoid null in numeric
18091         comparison.
18092         (gnus-agent-set-local): Refuse to save null in local object table.
18093         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18094         list of articles that will be marked as unread.
18095
18096 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18099
18100 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18101
18102         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18103         language tags.
18104
18105 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18106
18107         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18108         Don't bind "obarray".
18109
18110         * gnus-sum.el (gnus-thread-sort-functions):
18111         Add `gnus-thread-sort-by-most-recent-number' and
18112         `gnus-thread-sort-by-most-recent-date'.
18113         Reported by Kai Grossjohann <kai@emptydomain.de>.
18114
18115 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18118
18119 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18120
18121         * gnus-cus.el (gnus-agent-customize-category):
18122         Remove ignore-errors macro reference that required cl to be loaded at
18123         run-time.
18124
18125         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18126         single-interval range of the form (min . max).  Previously the
18127         range had to look like ((min . max)).  Likewise, return
18128         (min . max) rather than ((min . max)).
18129         (gnus-range-map): Use gnus-range-normalize to accept
18130         single-interval range.
18131
18132         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18133         the cache, but not the agent, now appear with their usual face.
18134
18135         * dgnushack.el (loaddir): New variable that is bound to the
18136         directory containing the dgnushack.el file. Use loaddir, rather
18137         than srcdir, to update load-path. Change lets dgnushack compile
18138         code in directories other than GNUS/lisp.
18139
18140 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * lpath.el: Don't bind w3m-safe-url-regexp.
18143
18144         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18145         w3m-safe-url-regexp variable buffer-local.
18146
18147         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18148
18149 2004-02-27  Simon Josefsson  <jas@extundo.com>
18150
18151         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18152         gnus-group-real-prefix.
18153         (gnus-summary-move-article): Use it, instead of
18154         gnus-group-real-prefix.
18155
18156 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * lpath.el: Bind w3m-safe-url-regexp.
18159
18160         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18161         w3m-safe-url-regexp variable buffer-local and set it as the value
18162         of mm-w3m-safe-url-regexp.
18163
18164         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18165
18166         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18167         parsing gnus-posting-styles when the message is not for replying.
18168
18169         * dgnushack.el: Autoload sgml-mode for XEmacs.
18170
18171         * nnrss.el (nnrss-opml-export):
18172         Use mm-set-buffer-file-coding-system instead of
18173         set-buffer-file-coding-system.
18174
18175 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18176
18177         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18178         of checkdoc.el).
18179         * nnrss.el: do.
18180         * gnus-mlspl.el: do.
18181         * gnus-ml.el: do.
18182         * gnus-srvr.el: do.
18183
18184         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18185
18186 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18187
18188         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18189         Corrections to custom-manual links.
18190
18191         * gnus-art.el (gnus-article): Ditto.
18192
18193         * mm-decode.el (mime-display, mime-security): Ditto.
18194
18195 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18196
18197         * flow-fill.el: Typo.
18198
18199 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18200
18201         * spam-wash.el: New file.
18202
18203 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18204
18205         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18206
18207 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18208
18209         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18210         to be run with new-articles as LIST1, not LIST2.
18211         (spam-registration-functions): Add spam-use-ham-copy as a nil
18212         registration backend.
18213
18214 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18215
18216         * spam-stat.el (spam-stat-washing-hook): New option.
18217         (spam-stat-buffer-words): Use it.
18218         (spam-stat-process-directory, spam-stat-test-directory):
18219         Use insert-file-contents-literally.
18220         (spam-stat-coding-system): New variable.
18221         (spam-stat-load, spam-stat-save): Use it.
18222
18223 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * spam-report.el (spam-report-plug-agent):
18226         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18227
18228 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18231         Allow / in mailto URLs.
18232
18233 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * spam-report.el (spam-report-process-queue): Fix interactive use.
18236         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18237         (spam-report-unplug-agent): Doc fixes.
18238         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18239         (spam-report-agentize, spam-report-deagentize): Autoload.
18240
18241 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18244
18245         * message.el (message-setup-fill-variables): Add mml tags to
18246         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18247         <ajk@iu.edu>.
18248         (message-mode): Don't modify paragraph-separate there.
18249
18250 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * compface.el (uncompface-use-external): Default to undecided.
18253         (uncompface-use-external-threshold): New variable.
18254         (uncompface-float-time): New macro.
18255         (uncompface): Determine whether to use the external decoder if
18256         uncompface-use-external is undecided.
18257
18258 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18259
18260         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18261         after images.
18262
18263         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18264
18265 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18266
18267         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18268
18269         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18270
18271         * gnus-sum.el (gnus-summary-limit-to-age)
18272         (gnus-summary-limit-children): do.
18273
18274         * gnus-int.el (gnus-request-scan): do.
18275
18276         * gnus-group.el (gnus-group-suspend): do.
18277
18278         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18279
18280         * gnus-cite.el (gnus-cite-parse-attributions): do.
18281
18282         * gnus-agent.el (gnus-summary-set-agent-mark)
18283         (gnus-agent-regenerate-group): do.
18284
18285         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18286
18287         * binhex.el (binhex-decode-region-internal): do.
18288
18289 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * gnus-fun.el (gnus-face-properties-alist): New user option.
18292         (gnus-display-x-face-in-from): Use it.
18293
18294         * gnus-art.el (article-display-face): Ditto.
18295
18296         * compface.el (uncompface-use-external): Default to nil.
18297
18298 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18299
18300         * nntp.el (nntp-erase-buffer): New function.
18301         (nntp-retrieve-data, nntp-send-command)
18302         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18303         (nntp-possibly-change-group): Use it.
18304
18305         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18306         Use with-current-buffer.
18307
18308 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18309
18310         * compface.el: Merge the ELisp-based uncompface program.
18311         (compface): New customization group.
18312         (uncompface-use-external): New user option.
18313         (uncompface): Call uncompface-internal if uncompface-use-external
18314         is nil.
18315         (uncompface-internal): New function.  Note that there are also
18316         some other functions and variables added for this function.
18317
18318 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18319
18320         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18321         if necessary.
18322
18323 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18324
18325         * spam-report.el (spam-report-unplug-agent)
18326         (spam-report-plug-agent, spam-report-deagentize)
18327         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18328         Add support for the Agent in spam-report: when unplugged, report to a
18329         file; when plugged, submit all the requests.
18330
18331         * spam.el (spam-register-routine): Fix message about
18332         registration.
18333
18334 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18335
18336         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18337         dependencies.
18338         (rfc2047-encode): Use it.
18339
18340         * gnus-art.el (gnus-button-marker-list): Move before first
18341         reference.
18342
18343         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18344         (imap-parse-body): Fix format string mismatch.
18345
18346         * gnus-score.el (gnus-summary-increase-score): do.
18347
18348         * nnrss.el (nnrss-close): New function.
18349
18350 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18351
18352         * nnrss.el (nnrss-make-filename): New function.
18353         (nnrss-request-delete-group, nnrss-read-server-data)
18354         (nnrss-save-server-data, nnrss-read-group-data)
18355         (nnrss-save-group-data): Use it.
18356         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18357         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18358         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18359
18360 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18361
18362         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18363
18364 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18365
18366         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18367         files.
18368
18369         * message.el (message-generate-headers-first): Don't quote nil
18370         and t in docstrings.
18371
18372         * imap.el (imap-id): do.
18373
18374         * gnus-agent.el (gnus-agent-consider-all-articles)
18375         (gnus-agent-queue-mail): do.
18376
18377 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * spam-report.el (spam-report-process-queue): New function.
18380         Process requests from `spam-report-requests-file'.
18381         (spam-report-process-queue): Doc fix.
18382
18383 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18384
18385         * spam.el (spam-register-routine)
18386         (spam-log-processing-to-registry, spam-log-registered-p)
18387         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18388         Change "check" to "spam-check" for semi-clarity.
18389
18390 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18391
18392         * pop3.el: Require nnheader.
18393
18394         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18395
18396         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18397
18398         * gnus-picon.el: Require cl.
18399
18400         * gnus-fun.el: Require gnus-ems and gnus-util.
18401
18402         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18403
18404         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18405
18406         * gnus-art.el (gnus-article-edit-mode): Define before first
18407         reference.
18408
18409 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18410
18411         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18412         (gnus-uu-post-encoded): Use point-at-bol.
18413
18414         * gnus-topic.el (gnus-group-active-topic-p): do.
18415
18416         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18417
18418         * gnus-group.el (gnus-group-kill-region): do.
18419
18420         * gnus-art.el (article-date-ut): do.
18421
18422         * message.el (message-fetch-field): Remove redundant
18423         case-fold-search binding.
18424         (message-narrow-to-field): Simplify.
18425
18426 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18427
18428         * spam.el (spam-directory): Derive from `gnus-directory'.
18429
18430         * spam-report.el (spam-report-url-to-file)
18431         (spam-report-requests-file): New function and variable for offline
18432         reporting.
18433         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18434         and user defined function.
18435         (spam-report-url-ping-mm-url): Remove doubled slash.
18436
18437 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18438
18439         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18440
18441 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18442
18443         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18444         Fix format string mismatch.
18445
18446         * sieve.el (sieve-deactivate-all): do.
18447
18448         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18449
18450         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18451
18452         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18453
18454         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18455
18456 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18457
18458         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18459         the list of checks.
18460
18461 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18464         padding.
18465
18466 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18467
18468         * mm-view.el (mm-fill-flowed): New variable.
18469         (mm-inline-text): Use it.
18470
18471 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18472
18473         * spam.el (spam-spamassassin-register-ham-routine)
18474         (spam-spamassassin-register-spam-routine): Fix function names.
18475
18476 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * gnus.el (gnus-tmp-grouplens): Remove.
18479         (gnus-summary-line-format): Remove grouplens.
18480
18481         * gnus-group.el (gnus-group-line-format): Ditto.
18482
18483         * gnus-spec.el (gnus-format-specs): Ditto.
18484         (gnus-update-format-specifications): Flush the group format spec
18485         cache if there's the grouplens stuff.
18486         (gnus-parse-simple-format): Replace %l with the empty string.
18487
18488 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18489
18490         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18491         omission.
18492
18493 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18496         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18497
18498 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18499
18500         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18501         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18502         New macros and functions.
18503         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18504         Handle > NLINK_MAX messages.
18505         * nnmaildir.el (nnmaildir-request-set-mark):
18506         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18507
18508 2004-01-25  Alex Schroeder  <alex@gnu.org>
18509
18510         * spam-stat.el (spam-stat-process-directory-age): New option.
18511         (spam-stat-process-directory): Use it.
18512
18513 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18514
18515         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18516         (spam-stat-save): Accept prefix argument.
18517
18518 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18519
18520         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18521         links" error.
18522
18523 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18526         the rest of the and/or forms.
18527
18528 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18529
18530         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18531         compatibility with old .newsrc.eld files.
18532
18533         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18534
18535         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18536
18537         * gnus-start.el (gnus-1): do.
18538
18539         * gnus-group.el (gnus-group-line-format-alist): do.
18540
18541         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18542
18543         * gnus-gl.el: Remove.
18544
18545 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18546
18547         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18548         marks consisting of a single range {for example, (3 . 5)} rather
18549         than a list of a single range { ((3 . 5)) }.
18550
18551 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18552
18553         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18554         Use with-current-buffer.
18555         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18556         avoid consing a string.
18557
18558         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18559         Remove obsolete entries for big5 and gb2312.
18560
18561 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18562
18563         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18564         uncompressed list.
18565
18566 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * spam-stat.el (spam-stat-strip-xref): New function.
18569         (spam-stat-process-directory): Use it.
18570
18571         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18572         here -- it's done in message-fetch-field.
18573
18574 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18575
18576         * gnus-agent.el (gnus-agent-queue-mail)
18577         (gnus-agent-prompt-send-queue): New variables.
18578         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18579         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18580         "nndraft:queue" along to gnus-draft-send.
18581         Use gnus-agent-prompt-send-queue.
18582         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18583         is "nndraft:queue".  Suggested by Gaute Strokkenes
18584         <gs234@srcf.ucam.org>
18585
18586         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18587         (agent-enable-undownloaded-faces): Add.
18588         (gnus-agent-cat-groups): Use eval-and-compile, not
18589         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18590         method of gnus-agent-cat-groups even when the buffer has been
18591         evaled.
18592         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18593         delete gnus-agent-save-active-1.
18594         (gnus-agent-save-groups): Delete.  Identical to
18595         gnus-agent-save-active.
18596         (gnus-agent-write-active): No longer adjust agent's copy of active
18597         file as agent's adjustments are now stored in their own
18598         file.  Remove optional parameter.
18599         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18600         servers.  Add use of min/max range limits from server's local
18601         file.
18602         (gnus-agent-save-alist): Remove unused optional argument.
18603         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18604         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18605         (gnus-agent-set-local): A per-server file that keeps min/max range
18606         limits for articles known to the agent.  Provides a fast mechanism
18607         for altering many active ranges.
18608         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18609         active file (local makes it unnecessary).
18610         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18611
18612         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18613         (agent-enable-undownloaded-faces): Add.
18614
18615         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18616         disable it when sending to "nndraft:queue".
18617         (gnus-group-send-queue): Add safety check to avoid sending queue
18618         when unplugged.
18619
18620         * gnus-group.el (gnus-group-catchup): Use new
18621         gnus-sequence-of-unread-articles, not
18622         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18623         numbers of articles.  Use gnus-range-map to avoid having to
18624         uncompress the unread list.
18625         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18626         Fix invalid ange-ftp reference.
18627
18628         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18629         (gnus-sorted-range-intersection): Intersection of two ranges
18630         without requiring that they first be uncompressed.
18631
18632         * gnus-start.el (gnus-activate-group): Unless blocked by the
18633         caller, possibly expand the active range to include both cached
18634         and agentized articles.
18635         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18636         multiple version-dependent converters.
18637         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18638         gnus-agent-save-active.
18639         (gnus-save-newsrc-file): Save dirty agent range limits.
18640
18641         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18642         gnus-agent-possibly-alter-active.
18643         (gnus-adjust-marked-articles): Faster handling of simple lists.
18644
18645 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18646
18647         * spam-stat.el (spam-stat-test-directory): New optional argument
18648         displays a list of files detected.  Suggested by Andrew Cohen
18649         <cohen@andy.bu.edu>.
18650         (spam-stat-buffer-words-with-scores): Don't narrow and change
18651         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18652
18653 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18654
18655         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18656         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18657         (spam-spamassassin-arguments)
18658         (spam-spamassassin-spam-flag-header)
18659         (spam-spamassassin-positive-spam-flag-header)
18660         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18661         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18662         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18663         (spam-list-of-processors, spam-list-of-checks)
18664         (spam-list-of-statistical-checks, spam-registration-functions)
18665         (spam-check-spamassassin-headers, spam-check-spamassassin)
18666         (spam-spamassassin-score)
18667         (spam-spamassassin-register-with-sa-learn)
18668         (spam-spamassassin-register-spam-routine)
18669         (spam-spamassassin-register-ham-routine)
18670         (spam-assassin-register-spam-routine)
18671         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18672         (spam-bogofilter-score): Fix to show article before scoring.
18673
18674 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18675
18676         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18677         default scoring function.
18678         (spam-generic-score): Call spam-spamassassin-score if
18679         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18680         spam-bogofilter-score otherwise.
18681
18682         * gnus.el (spam-process, spam-autodetect-methods):
18683         Add spamassassin and spamassassin-headers.
18684
18685 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18686
18687         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18688         Suppress unnecessary messages.
18689
18690 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18691
18692         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18693         make-hash-table.
18694
18695 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * canlock.el (base64-encode-string): Don't autoload it.
18698
18699 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * run-at-time.el: Remove useless (require 'itimer),
18702         eval-and-compile and (featurep 'xemacs).
18703
18704 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18705
18706         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18707         GROUP is a virtual group.
18708
18709 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18710
18711         * gnus.el: Autoload `message-y-or-n-p'.
18712
18713 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18714
18715         * pgg-parse.el: Remove unnecessary (require 'custom).
18716
18717         * pgg-def.el: do.
18718
18719         * nnmail.el: do.
18720
18721         * gnus-undo.el: do.
18722
18723         * gnus-picon.el: do.
18724
18725         * gnus-util.el: do.
18726
18727 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18728
18729         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18730
18731 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18732
18733         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18734         handle, as well as a list.
18735
18736         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18737         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18738         (mm-w3m-cid-retrieve): Simplify.
18739
18740 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18741
18742         * message.el (message-kill-to-signature): Allow prefix arg to
18743         specify number of lines to keep before signature.
18744
18745 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18746
18747         * message.el (message-kill-to-signature): Change docstring.
18748
18749 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * canlock.el: Always require sha1-el.
18752         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18753
18754         * message.el: Autoload sha1 only when compiling.
18755
18756         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18757         eudc-expand-inline for XEmacs.
18758
18759 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * message.el (message-canlock-generate): Require sha1-el.
18762
18763 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18764
18765         * message.el (message-expand-name): Silence the byte compiler.
18766
18767         * lpath.el: Add detect-coding-system.
18768
18769         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18770         cus-edit.
18771
18772 2004-01-13  Simon Josefsson  <jas@extundo.com>
18773
18774         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18775         Invoke gnus-score-mode.
18776         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18777
18778         * gnus-range.el (gnus-compress-sequence): Doc fix.
18779         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18780
18781 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18782
18783         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18784
18785 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18786
18787         * spam.el (spam-get-article-as-string): Update to use
18788         gnus-request-article-this-buffer, much simpler.
18789         (spam-get-article-as-buffer): Remove.
18790
18791 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18792
18793         * message.el (message-expand-name): Use EUDC if the user uses that.
18794
18795 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18796
18797         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18798         character for the encoding to avoid consing a string.
18799
18800         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18801         unnecessarily.
18802
18803         * mm-util.el (mm-replace-chars-in-string): Remove.
18804
18805         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18806         of mm-replace-chars-in-string.
18807
18808 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18809
18810         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18811
18812         * mm-util.el (mm-subst-char-in-string): Support inplace.
18813
18814         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18815         a new string in every iteration.  Use shy groups.
18816
18817 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18818
18819         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18820         * gnus-soup.el (gnus-soup-group-brew):
18821         * gnus-msg.el (gnus-put-message):
18822         * gnus-move.el (gnus-group-move-group-to-server):
18823         * gnus-kill.el (gnus-batch-score):
18824         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18825         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18826         (gnus-group-update-group, gnus-group-read-group)
18827         (gnus-group-make-group, gnus-group-make-help-group)
18828         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18829         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18830         (gnus-group-sort-by-unread, gnus-group-catchup)
18831         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18832         (gnus-group-yank-group, gnus-group-set-info)
18833         (gnus-group-list-groups):
18834         * gnus.el (gnus-generate-new-group-name):
18835         * gnus-delay.el (gnus-delay-send-queue):
18836         * nnvirtual.el (nnvirtual-catchup-group):
18837         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18838         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18839         (gnus-group-prepare-topics, gnus-topic-check-topology):
18840         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18841         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18842         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18843         (gnus-group-make-articles-read):
18844         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18845         (gnus-group-change-level, gnus-kill-newsgroup)
18846         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18847         (gnus-get-unread-articles, gnus-make-articles-unread)
18848         (gnus-make-ascending-articles-unread): Use accessor
18849         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18850         to get group information for improved readability.
18851
18852
18853 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18854
18855         * gnus-art.el (article-decode-mime-words, article-babel)
18856         (gnus-article-highlight-signature, gnus-article-add-buttons)
18857         (gnus-signature-toggle): Use gnus-with-article-buffer.
18858
18859         * gnus-art.el (gnus-article-highlight-headers)
18860         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18861
18862         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18863         (gnus-article-set-globals, gnus-request-article-this-buffer)
18864         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18865         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18866         (gnus-mime-display-alternative): Use with-current-buffer.
18867
18868 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18869
18870         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18871         also under 80 char limit, and call gnus-error if needed.
18872         (spam-fetch-article-header): Fix - it was a
18873         buffer-local variable (gnus-newsgroup-data).
18874         (spam-find-spam): Use spam-generate-fake-headers, forget about
18875         spam-insert-fake-headers.
18876         (spam-insert-fake-headers): Remove.
18877
18878 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18879
18880         * deuglify.el (gnus-article-outlook-unwrap-lines)
18881         (gnus-outlook-rearrange-article)
18882         (gnus-outlook-repair-attribution-outlook)
18883         (gnus-outlook-repair-attribution-block)
18884         (gnus-outlook-repair-attribution-other): Remove redundant
18885         save-excursion.
18886
18887 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18888
18889         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18890         (spam-fetch-field-subject-fast)
18891         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18892         (spam-fetch-article-header): Add functions to deal with Gnus
18893         internals for fast retrieval of article header data.
18894         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18895
18896 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18897
18898         * pop3.el (pop3-md5): Remove.
18899         (pop3-apop): Replace pop3-md5 with md5.
18900
18901         * mm-bodies.el: base64 is always built-in.
18902
18903         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18904         Use with-current-buffer.
18905
18906 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * canlock.el (canlock-insert-header): Remove excessive grouping in
18909         regexp.
18910
18911         * gnus-sum.el (gnus-summary-read-document): Ditto.
18912
18913         * gnus-uu.el (gnus-uu-part-number): Ditto.
18914
18915         * html2text.el (html2text-remove-tags): Ditto.
18916         (html2text-format-tags): Ditto.
18917         (html2text-format-single-elements): Ditto.
18918
18919         * mml.el (mml-parse-1): Ditto.
18920
18921 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18922
18923         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18924
18925         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18926
18927         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18928
18929         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18930
18931 2003-11-15  Simon Josefsson  <jas@extundo.com>
18932
18933         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18934         (pgg-gpg-lookup-key): Use regexp match instead of
18935         split-string (split-string is different between emacs 21.2 and
18936         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18937
18938 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18939
18940         * gnus-art.el (gnus-mime-view-all-parts)
18941         (gnus-article-part-wrapper, gnus-article-view-part):
18942         Use with-current-buffer.
18943
18944 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18945
18946         * spam.el (spam-disable-spam-split-during-ham-respool)
18947         (spam-spamoracle-database, spam-cache-lookups)
18948         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18949         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18950         (spam-group-ham-marks, spam-group-spam-marks)
18951         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18952         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18953         also add spam-use-blackholes to the statistical checks.
18954         (spam-fetch-field-fast): Add interface to fetching fields, may
18955         become a macro.
18956         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18957         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18958         (spam-insert-fake-headers): Fake an article when needed.
18959         (spam-find-spam): Fake article when possible.
18960         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18961         (spam-check-bogofilter-headers): Use message-fetch-field instead
18962         of nnmail-fetch-field.
18963
18964 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18965
18966         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18967
18968 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18969
18970         * spam.el (spam-split): Do not require spam-use-CHECK to be
18971         enabled if that check is passed to spam-split explicitly; also
18972         fix so 'spam doesn't get converted to spam-split-group when
18973         spam-split-symbolic-return is t.
18974         (spam-find-spam): Find registrations of the article and use those
18975         instead of re-running spam-split to find the spam/ham
18976         classification of the article.
18977         (spam-log-processing-to-registry, spam-log-registered-p)
18978         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18979         Use gnus-error instead of gnus-message.
18980         (spam-log-registration-type): Add function to determine the
18981         classification of a message based on registry entries; will
18982         return nil if both 'spam and 'ham are found.
18983         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18984         a reasonably fast local cache without the loading errors.
18985         (spam-cache-lookups): Set to t by default.
18986         (spam-find-spam): Don't try to guess spam-cache-lookups.
18987         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18988         spam-caches entry.
18989         (spam-filelist-build-cache, spam-filelist-check-cache):
18990         Fix caching of whitelist/blacklist entries.
18991         (spam-check-whitelist, spam-check-blacklist):
18992         Invoke spam-from-listed-p with a type, not a cache variable.
18993         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18994
18995 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18996
18997         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18998
18999         * nnmail.el (nnmail-split-fancy): do.
19000
19001         * mml.el (mml-parse): do.
19002
19003         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19004         (gnus-score-adaptive): do.
19005
19006 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19009         (gnus-mime-button-map): Don't set keymap parent.
19010         (gnus-button-ctan-directory-regexp): Use shy grouping.
19011         (gnus-prev-page-map): Don't set keymap parent.
19012         (gnus-prev-page-map): Remove duplicated one.
19013         (gnus-next-page-map): Don't set keymap parent.
19014         (gnus-mime-security-button-map): Ditto.
19015
19016         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19017         version number.
19018
19019         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19020
19021 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19022
19023         * canlock.el (canlock-sha1-function): Remove.
19024         (canlock-sha1-function-for-verify): Remove.
19025         (canlock-openssl-program): Remove.
19026         (canlock-openssl-args): Remove.
19027         (canlock-ignore-errors): Remove.
19028         (canlock-sha1-with-openssl): Remove.
19029         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19030         (canlock-verify): Don't use canlock-ignore-errors.
19031
19032         * sha1-el.el (sha1-string-external): Make it can return a string
19033         in binary form.
19034         (sha1-region-external): Ditto.
19035         (sha1-string-internal): Ditto.
19036         (sha1-region-internal): Ditto.
19037         (sha1-region): Ditto.
19038         (sha1-string): Ditto.
19039         (sha1): Ditto.
19040
19041 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19042
19043         * spam.el (spam-report-articles-gmane): New command.
19044
19045 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19048
19049         * run-at-time.el (run-at-time-saved): Remove.
19050         (run-at-time): Doc fix.
19051
19052 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19053
19054         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19055         (gnus-summary-limit-map): Add it.
19056         (gnus-summary-make-menu-bar): do.
19057
19058 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19059
19060         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19061         Make attempt at some caching support (done for BBDB only now).
19062         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19063         addresses to be checked.
19064         (spam-clear-cache-BBDB): Add function, to be invoked by
19065         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19066         (spam-check-BBDB): Check and use the caches, if
19067         spam-cache-lookups is on, remove superfluous (provide).
19068
19069 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19070
19071         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19072
19073 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19074
19075         * run-at-time.el (run-at-time-saved): Move to after the definition
19076         of `run-at-time'.
19077
19078         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19079
19080 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19083         mm-w3m-local-map-property.
19084
19085         * mm-view.el (mm-w3m-mode-map): Remove.
19086         (mm-w3m-local-map-property): Remove.
19087         (mm-inline-text-html-render-with-w3m): Don't use
19088         mm-w3m-local-map-property.
19089
19090 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19091
19092         * run-at-time.el: New file.
19093
19094         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19095         under Emacs.
19096
19097         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19098         of gnus-set-text-properties.
19099
19100         * gnus-uu.el (gnus-uu-save-article): Ditto.
19101
19102         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19103
19104         * gnus-cite.el (gnus-cite-parse): Ditto.
19105
19106         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19107         of gnus-.
19108
19109         * gnus-xmas.el (run-at-time): Require run-at-time.
19110
19111         * gnus.el: Change calls to nnheader-run-at-time and
19112         password-run-at-time throughout to use run-at-time directly.
19113
19114         * password.el: Remove definition of run-at-time.
19115
19116         * nnheaderxm.el: Remove definition of run-at-time.
19117
19118 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19119
19120         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19121         in prompt.
19122
19123 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19124
19125         * messagexmas.el (message-xmas-redefine): Alias
19126         `message-make-caesar-translation-table' to
19127         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19128         version.
19129
19130         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19131         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19132         `gnus-xmas-set-text-properties'.
19133         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19134         `gnus-xmas-completing-read'.
19135         (gnus-xmas-completing-read): Removed.
19136         (gnus-xmas-open-network-stream): Removed.
19137
19138         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19139         XEmacs version.
19140
19141         * dns.el (dns-make-network-process): Use `open-network-stream'
19142         instead of `gnus-xmas-open-network-stream'.
19143
19144         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19145
19146         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19147
19148 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * gnus-art.el (gnus-mime-display-alternative)
19151         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19152         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19153         Don't use gnus-local-map-property.
19154
19155         * gnus-util.el (gnus-local-map-property): Remove.
19156
19157         * mm-view.el (mm-view-pkcs7-decrypt):
19158         Replace gnus-completing-read-maybe-default with completing-read.
19159
19160         * gnus-util.el (gnus-completing-read): do.
19161         (gnus-completing-read-maybe-default): Remove.
19162
19163 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19164
19165         * password.el: Only autoload `run-at-time' if not XEmacs.
19166         Only autoload the itimer functions if XEmacs.
19167
19168 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19171         XEmacsen.
19172
19173         * dgnushack.el: Autoload executable-find for XEmacs.
19174
19175 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19176
19177         * gnus-art.el (gnus-read-string): Remove.
19178         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19179         read-string.
19180
19181 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19182
19183         * netrc.el: Autoload password-read.
19184         (netrc): Add configuration group.
19185         (netrc-encoding-method, netrc-openssl-path):
19186         Add variables for encoding and decoding of files with symmetric
19187         ciphers.
19188         (netrc-encode): Add assistant function to encode a file with
19189         netrc-encoding-method.
19190         (netrc-parse): Add interactive parameter, added optional
19191         decoding if netrc-encoding-method is non-nil but otherwise
19192         behavior is standard.
19193         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19194         Do s/encode/encrypt/ everywhere.
19195
19196         * spam.el: Remove executable-find autoload.
19197
19198 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19199
19200         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19201
19202         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19203
19204 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19205
19206         * gnus-art.el (gnus-treat-ansi-sequences)
19207         (article-treat-ansi-sequences): New variable and function.
19208         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19209
19210         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19211         Use it.
19212
19213 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19214
19215         * mm-util.el (mm-quote-arg): Remove.
19216
19217         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19218         shell-quote-argument.
19219
19220         * gnus-uu.el (gnus-uu-command): do.
19221
19222         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19223
19224         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19225         with make-char.
19226
19227         * mm-util.el (mm-make-char): Remove.
19228
19229         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19230         add-minor-mode.
19231
19232         * gnus-undo.el (gnus-undo-mode): do.
19233
19234         * gnus-topic.el (gnus-topic-mode): do.
19235
19236         * gnus-sum.el (gnus-dead-summary-mode): do.
19237
19238         * gnus-start.el (gnus-slave-mode): do.
19239
19240         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19241
19242         * gnus-ml.el (gnus-mailing-list-mode): do.
19243
19244         * gnus-gl.el (gnus-grouplens-mode): do.
19245
19246         * gnus-draft.el (gnus-draft-mode): do.
19247
19248         * gnus-dired.el (gnus-dired-mode): do.
19249
19250         * gnus-ems.el (gnus-add-minor-mode): Remove.
19251
19252         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19253         Replace gnus-char-width with char-width.
19254
19255         * gnus-ems.el (gnus-char-width): Remove.
19256
19257         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19258         Replace gnus-char-width with char-width.
19259
19260         * gnus-ems.el (gnus-char-width): Remove.
19261
19262         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19263         definition.
19264         Remove Emacs 20 hash table compatibility code.
19265
19266         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19267         20 compatibility code.
19268
19269         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19270
19271         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19272
19273         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19274         Replace with point-at-{eol,bol}.
19275
19276         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19277
19278         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19279
19280         * flow-fill.el (fill-flowed-point-at-bol)
19281         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19282
19283         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19284         Replace with point-at-{eol,bol} throughout all files.
19285
19286 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * ntlm.el (ntlm-string-as-unibyte): New macro.
19289         (ntlm-build-auth-response): Use it.
19290
19291         Remove Emacs 20 stuff:
19292         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19293         (butlast, mapc, remove): Remove the compiler macros.
19294         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19295         of delq and copy-sequence.
19296         * gnus-art.el (popup-menu): Remove the compiler macro.
19297         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19298         Emacs 20.
19299
19300 2004-01-05  Simon Josefsson  <jas@extundo.com>
19301
19302         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19303         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19304         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19305         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19306         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19307         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19308         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19309         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19310         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19311         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19312         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19313         string-xor into ntlm-string-xor.
19314         Suggested by Jesper Harder <harder@myrealbox.com>.
19315
19316         * ntlm.el: Don't include poem.
19317
19318         * md4.el (print-int32, print-string-hexa): Remove.
19319         Suggested by Jesper Harder <harder@myrealbox.com>.
19320
19321         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19322
19323         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19324         probably breaks emacs with DL patch, but do we care? Is anyone
19325         still using the DL stuff?)
19326
19327         * sieve-manage.el: Use the password package.
19328         (sieve-manage-read-passwd): Remove.
19329         (sieve-manage-interactive-login): Use password.  Re-add
19330         condition-case around loop.
19331
19332         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19333         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19334         Use the password package.
19335
19336 2003-02-19  Simon Josefsson  <jas@extundo.com>
19337
19338         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19339         token.
19340
19341 2002-08-07  Simon Josefsson  <jas@extundo.com>
19342
19343         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19344         (sieve-manage-authenticators):
19345         (sieve-manage-authenticator-alist): Add some SASL mechs.
19346         (sieve-sasl-auth): New function.
19347         (sieve-manage-cram-md5-auth):
19348         (sieve-manage-plain-auth): Rewrite using SASL library.
19349         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19350         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19351         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19352         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19353
19354 2004-01-05  Simon Josefsson  <jas@extundo.com>
19355
19356         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19357         New files.
19358
19359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19360
19361         * gnus-group.el (gnus-no-groups-message): Update.
19362
19363         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19364
19365 2003-11-09  Simon Josefsson  <jas@extundo.com>
19366
19367         * imap.el: Support for ID IMAP extension (RFC 2971).
19368         (imap-local-variables): Add imap-id.
19369         (imap-id): New variable.
19370         (imap-id): New function.
19371         (imap-parse-response): Parse untagged ID response.
19372         * nnimap.el (nnimap-id): New variable.
19373         (nnimap-open-connection): Use it.
19374
19375 2003-12-28  Simon Josefsson  <jas@extundo.com>
19376
19377         * gnus-score.el (gnus-score-edit-all-score): New.
19378         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19379
19380 2004-01-04  Simon Josefsson  <jas@extundo.com>
19381
19382         * password.el: Add.
19383
19384 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19385
19386         * dns.el (dns-query-types): Fix typo.
19387         (dns-query-types): New function.
19388         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19389         PTR and SOA replies, see RFC 1035.
19390
19391 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19392
19393         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19394
19395         * Move to Changelog.2.
19396
19397 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19398
19399         * gnus.el (gnus-version-number): Bump version.
19400
19401 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19402
19403         * gnus.el: No Gnus v0.1 is released.
19404
19405 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19406
19407         * gnus.el: No Gnus v0.0 is released.
19408
19409 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19410
19411         * gnus.el (gnus-version-number): Bump.
19412         (gnus-version): No.
19413
19414 See ChangeLog.2 for earlier changes.
19415
19416     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19417       Free Software Foundation, Inc.
19418
19419   This file is part of GNU Emacs.
19420
19421   GNU Emacs is free software: you can redistribute it and/or modify
19422   it under the terms of the GNU General Public License as published by
19423   the Free Software Foundation, either version 3 of the License, or
19424   (at your option) any later version.
19425
19426   GNU Emacs is distributed in the hope that it will be useful,
19427   but WITHOUT ANY WARRANTY; without even the implied warranty of
19428   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19429   GNU General Public License for more details.
19430
19431   You should have received a copy of the GNU General Public License
19432   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19433
19434 ;; Local Variables:
19435 ;; coding: utf-8
19436 ;; fill-column: 79
19437 ;; add-log-time-zone-rule: t
19438 ;; End: