* gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
[gnus] / lisp / ChangeLog
1 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4
5         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6
7         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8         'add and 'delete to set backend marks.
9
10         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
11
12         * nnheader.el (nnheader-update-marks-actions): Refactor out.
13
14         * nntp.el (nntp-request-set-mark): Use it.
15
16         * nnfolder.el (nnfolder-request-set-mark): Ditto.
17
18         * nnml.el (nnml-request-set-mark): Ditto.
19
20         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
21         introduces regressions in article selection.
22         (nnimap-find-uid-response): New function.
23         (nnimap-request-accept-article): Use the UID returned, if any.
24         (nnimap-request-move-article): Use the UID returned, if any.
25         (nnimap-get-groups): Reimplement to work with folded lines.
26         (nnimap-find-uid-response): The UID is the last element in the list.
27         (nnimap-request-set-mark): Extend syntax with 'set.
28
29         * nnml.el (nnml-request-set-mark): Ditto.
30
31         * nnfolder.el (nnfolder-request-set-mark): Ditto.
32
33         * nntp.el (nntp-request-set-mark): Ditto.
34
35 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * message.el (message-called-interactively-p): A temporary macro.
38         (message-goto-body): Use it temporarily.
39
40 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
43         (nnimap-last-response-string): Unfold quoted lines, if they exist.
44         (nnimap-last-response-string): Fix last unfolding fix.
45
46 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * shr.el (shr-insert): Fix the way to fold lines.
49
50 2010-11-25  Julien Danjou  <julien@danjou.info>
51
52         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
53
54         * color.el: Rename from color-lab.el
55         (color-rgb->hex): Add.
56         (color-complement): Add.
57         (color-complement-hex): Add.
58
59         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
60
61 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * shr-color.el (shr-color-visible): Don't bug out if the colour names
64         don't exist.
65
66 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
69         assuming that article displaying or another mml-preview may be
70         interrupted for an error or for the like.
71
72         * shr.el (shr-get-background): Fix argument name.
73
74 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
77
78         * gnus-sum.el (gnus-summary-include-articles): New function.
79
80         * message.el (message-goto-body): called-interactively-p needs a
81         parameter, so use `any'.
82
83         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
84         clear marks before moving, since they're synced from the Gnus side
85         first.
86
87         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
88         (gnus-summary-move-article): Copy over all marks before moving, so that
89         IMAP doesn't think a new article has arrived.
90
91 2010-11-24  Julien Danjou  <julien@danjou.info>
92
93         * shr.el (shr-insert-background-overlay): Fix typo.
94         (shr-render-td): Copy the background before rendering.
95
96         * shr-color.el (shr-color-visible): Fix docstring.
97
98         * shr.el (shr-tag-table): Add bgcolor support.
99         (shr-render-td): Add bgcolor support.
100         (shr-get-background): Add.
101         (shr-insert-foreground-overlay): Use shr-get-background.
102
103         * message.el (message-goto-body): Use called-interactively-p.
104         (message-in-body-p): message-goto-body returns point.
105
106 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
109         Fixes something or other in Emacs 23, and is backwards compatible.
110
111         * message.el (message-goto-body): Remove the <#secure special-casing,
112         which is too special.
113
114         * shr.el (shr-parse-style): Drop !important from styles.
115
116 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
117
118         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
119         this function to return incorrect results when calling it with an
120         explicit article argument different from
121         (gnus-summary-article-number).
122
123 2010-11-24  Julien Danjou  <julien@danjou.info>
124
125         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
126         (shr-tag-body): Add background support.
127         (shr-descend): Add background support.
128         (shr-tag-title): Add.
129
130         * shr-color.el (shr-color-visible): Really return original background
131         if fixed.
132
133 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * shr.el (shr-color-check): Protect against non-existant colour names.
136
137 2010-11-24  Julien Danjou  <julien@danjou.info>
138
139         * color-lab.el: Require 'cl when compiling.
140
141         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
142
143         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
144         matched part.
145
146         * color-lab.el: Fix all expt calls to use float type.
147
148 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
151         expression to shr-color-check as is.
152
153         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
154
155         * color-lab.el: Add coding cookie.
156         (float-pi): Use eval-and-compile.
157
158         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
159         compiled for Emacsen having no `libxml-parse-html-region' support.
160
161 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * shr.el (shr-insert-color-overlay): Split stuff like
164         "#444444 !important" to find the real colour.
165         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
166         parse <font color="red"> entries.
167
168 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
169
170         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
171         point when parsing headers.
172
173         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
174         is positioned properly when parsing headers.
175
176 2010-11-23  Julien Danjou  <julien@danjou.info>
177
178         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
179
180         * shr-color.el (shr-color->hexadecimal): Add support for color names.
181
182         * shr.el (shr-parse-style): Replace \n with space in style parsing.
183
184         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
185         shr-color-hue-to-rgb.
186         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
187
188 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * shr.el (shr-color->hexadecimal): Autoload.
191         (shr-descend): Add color to all tags.
192
193 2010-11-22  Julien Danjou  <julien@danjou.info>
194
195         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
196         shr-color->hexadecimal.
197
198         * shr-color.el (shr-color->hexadecimal): Add converting functions for
199         RGB() or HSL() color representation.
200
201         * shr.el (shr-tag-font): Add.
202         (shr-tag-color-check): New function to get better colors.
203         (shr-tag-insert-color-overlay): Factorize code between tag-font and
204         tag-span.
205
206         * shr-color.el: New file.
207
208         * color-lab.el: New file.
209
210         * gnus-art.el (gnus-url-mailto): Do not downcase args.
211
212 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
213
214         * nnir.el: Fix typo in comments.
215         (nnir-run-imap): Simplify code. No need to reverse artlist.
216         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
217
218 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
221
222         * nnimap.el (nnimap-get-capabilities): Refactor out.
223         (nnimap-open-connection): Re-request capabilities after STARTTLS.
224
225 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
226
227         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
228         appearing when `mm-uu-hide-markers' is nil.
229
230 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * nnimap.el (nnimap-unselect-group): Make into its own function.
233         (nnimap-request-rename-group): Unselect group before renaming.
234         This had gotten lost somewhere.
235         (nnimap-request-accept-article): Keep track of examined groups, and
236         unselect the group before APPENDing to read-only groups.
237         (nnimap-request-move-article): Clear flags before moving so that they
238         can be re-set later.
239
240 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
243         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
244
245 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-art.el (gnus-mime-display-single)
248         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
249         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
250         parameter.
251
252 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
255         (shr-table-vertical-line): New variable.
256         (shr-insert-table): Use it.
257
258 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus-html.el (gnus-html-wash-images): Don't display images if
261         gnus-inhibit-images is non-nil; register displayer for cid images.
262         (gnus-html-display-image): Work for cid image.
263         (gnus-html-insert-image): Allow arguments.
264         (gnus-html-put-image): Inhibit read-only.
265         (gnus-html-prefetch-images): Don't prefetch images if
266         gnus-inhibit-images is non-nil.
267
268 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * shr.el (shr-put-image): Break lines when inserting big pictures.
271
272 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
273
274         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
275         sender, thanks Katsumi Yamaoka.
276
277 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
278
279         * nnir.el (nnir-run-imap): Reverse the article list for each group
280         rather than the whole list.
281
282 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * shr.el (shr-image-displayer): Protect function against non-existent
285         image source.
286
287         * gnus-art.el (gnus-inhibit-images): New user option.
288         (gnus-mime-display-single): Don't display image if it is non-nil.
289
290         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
291         gnus-inhibit-images.
292
293         * shr.el (shr-image-displayer): New function.
294         (shr-tag-img): Use it.
295
296 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
297
298         * mml2015.el (mml2015-epg-sign): Use From header.
299
300 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-html.el (gnus-html-wash-images): Register a displayer.
303
304         * gnus-util.el (gnus-find-text-property-region): Return markers.
305
306         * shr.el (shr-tag-img): Put a displayer in the text property.
307
308         * gnus-util.el (gnus-find-text-property-region): New utility function.
309
310         * gnus-html.el (gnus-html-display-image): Make the alt optional.
311         (gnus-html-show-images): Remove.
312
313         * gnus-art.el (gnus-article-show-images): New, more general function.
314
315         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
316         image url text properties.
317
318         * shr.el: Ditto.
319
320         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
321         gnus-agent-auto-agentize-methods is set.  Which it isn't.
322
323 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
326         work for two or more articles.
327
328 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
331         divide an image that's in an html article to two or more when washing
332         non-ASCII characters in alt text of it.
333
334 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
337         smime-decrypt-region using function argument.
338         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
339
340         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
341
342         * smime.el (smime-decrypt-region): Catch it.
343
344 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
345
346         * smime.el (smime-mode-map): Move initialization into declaration.
347         (gnus-run-mode-hooks): Don't autoload.
348         (smime-mode): Use define-derived-mode.
349
350 2010-11-11  Glenn Morris  <rgm@gnu.org>
351
352         * smime.el (from): Restrict declaration to XEmacs.
353
354         * nnir.el (gnus-group-topic-name): Autoload.
355
356 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * shr.el (shr-insert): Don't break long line if it is because of
359         kinsoku-bol characters in the line end.
360
361 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * nnir.el (nnir-request-move-article): Fix to provide original group
364         and subject.
365         (nnir-warp-to-article): Don't fail on articles whose headers haven't
366         been retrieved.
367
368         * gnus-sum.el (gnus-summary-move-article): Use original group and
369         subject for virtual articles such as those in an nnir summary buffer.
370
371 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
374         least 21.5).
375
376         * smime.el (from): Declare it again for XEmacs.
377
378 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * message.el (message-resend): Don't disable encoding unless it's
381         already encoded.
382
383         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
384         low-numbered articles.
385
386 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * rfc2047.el (rfc2047-syntax-table): Simplify.
389
390         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
391
392         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
393         set-char-table-range for XEmacs.
394
395 2010-11-10  Glenn Morris  <rgm@gnu.org>
396
397         * time-date.el (time-to-seconds): Always an alias on Emacs,
398         never a real function.
399         (with-no-warnings): Remove compat stub, now unused.
400         (time-less-p): Doc fix.
401         (time-to-number-of-days): Simplify.
402
403         * smime.el (from): Remove unused declaration.
404
405         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
406         (gnus-float-time): On Emacs, always an alias.
407
408         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
409         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
410
411 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * dgnushack.el: Don't use ignore-errors in the top level form since it
414         is unavailable in XEmacs even if cl is loaded.
415
416         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
417
418 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * shr.el (browse-url-mailto): Autoload.
421
422         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
423
424         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
425         regexp doesn't need quoting.
426
427 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
428
429         * message.el (message-subject-trailing-was-ask-regexp)
430         (message-subject-trailing-was-regexp): Match was: in addition to was.
431
432 2010-11-09  Glenn Morris  <rgm@gnu.org>
433
434         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
435         (nnbabyl-check-mbox): Use point-at-bol.
436
437 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
440
441         * message.el (message-mailto): New function.
442         (message-mailto): Should accept other parameters.
443         (message-mailto): Remove since it duplicates browse-url-mailto
444         functionality.
445
446 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
449         methods.
450         (gnus-read-active-file): Ditto.
451
452         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
453         ": " from the prompt.
454         (gnus-group-make-group): Ditto.
455
456 2010-11-07  Glenn Morris  <rgm@gnu.org>
457
458         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
459         (gnus-bookmark-kill-line): Use point-at-eol.
460
461 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
464         asterisks in From header.
465
466 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
469         string to avoid making the From headers syntactically invalid.
470
471         * message.el (message-send-mail): Don't insert courtesy messages if the
472         message already has List-Post and List-ID messages.
473
474 2010-11-06  Glenn Morris  <rgm@gnu.org>
475
476         * gnus-art.el (gnus-treat-article): Give dynamic local variables
477         `condition', `type', `length' a prefix.
478         (gnus-treat-predicate): Update for above name changes.
479
480 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
481
482         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
483         binding.  Handled by `gnus-summary-refer-thread' instead.
484         (nnir-warp-to-article): New backend function.
485
486         * nnimap.el (nnimap-request-thread): Force dependency updating.
487
488         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
489         (gnus-summary-refer-thread): Rework to improve thread-referral.
490
491         * gnus-int.el (gnus-warp-to-article): New function.
492
493         * gnus-sum.el (gnus-summary-article-map): Bind it.
494
495 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
496
497         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
498         gnus-summary-refer-thread.
499
500         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
501         headers.
502         (gnus-summary-limit-include-thread): Prevent articles in thread from
503         being cut in gnus-cut-threads.
504         (gnus-summary-refer-thread): Limit retrieved headers to those in
505         thread.
506
507 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * message.el (message-send-mail): Use the value of
510         message-courtesy-message from the message buffer.
511
512         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
513
514         * shr.el (shr-browse-url): Implement mailto: URLs.
515
516         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
517         "raw".
518
519         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
520         if it's already selected.
521
522         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
523
524 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
527         to measure the length and truncate alt text.
528
529 2010-11-03  Glenn Morris  <rgm@gnu.org>
530
531         * nndiary.el (nndiary-generate-nov-databases-1)
532         (nndiary-generate-active-info): Rename dynamic variable `files' to
533         something less generic.
534
535 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
536
537         * nnir.el (nnir-request-move-article): Call the underlying backend to
538         move articles from nnir.
539
540 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
543
544 2010-11-02  Julien Danjou  <julien@danjou.info>
545
546         * nnir.el: Remove wais support.
547
548 2010-11-02  Glenn Morris  <rgm@gnu.org>
549
550         * gnus-html.el: Reorder requirements to quieten compiler.
551
552 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
555         properly for XEmacs as well.
556         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
557         (gnus-article-natural-long-line-p): Use window-width rather than
558         frame-width.
559
560 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
561
562         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
563         (nnir-read-parms): Don't modify query.
564         (nnir-run-query): Add ability to search topic on current line.
565         (nnir-get-active): Clean up.
566
567 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
570         degenerate articles.
571
572         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
573         (gnus-print-buffer): Just print the buffer as is, without any copying
574         to a buffer and then re-highlighting.
575
576         * nnimap.el (nnimap-request-group): Store the new updated info.
577         (nnimap-request-group): Select the group when we don't know whether it
578         exists or not.
579
580         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
581         groups.
582
583         * gnus-group.el (gnus-group-find-new-groups): Display all the new
584         groups.
585
586         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
587         groups.
588
589         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
590         long-lines case by only filling the long lines.
591
592         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
593         (bug #7311).
594
595 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * shr.el: No need to declare `declare-function' since shr.el is for
598         only Emacsen that provide `libxml-parse-html-region'.
599
600         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
601         effective only in a file it is referred to.
602
603 2010-11-01  Glenn Morris  <rgm@gnu.org>
604
605         * mm-util.el (gnus-completing-read): Autoload.
606         (mm-read-coding-system): Simplify Emacs definition.
607
608         * nnmail.el (gnus-activate-group):
609         * nnimap.el (gnutls-negotiate):
610         * nntp.el (netrc-parse): Fix declarations.
611
612 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
615         string-match-p in Emacs >=23.
616
617         * gnus-msg.el (gnus-configure-posting-styles)
618         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
619
620 2010-11-01  Glenn Morris  <rgm@gnu.org>
621
622         * nnir.el (declare-function): Add compat stub.
623         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
624         (nnir-run-gmane): Require 'mm-url.
625
626         * mm-util.el (mm-string-to-multibyte): Simplify.
627
628         * shr.el (declare-function): Add compat stub.
629         (url-cache-create-filename): Declare.
630         (mm-disable-multibyte, widget-convert-button): Autoload.
631
632         * smime.el (ldap-search): Declare.
633         (smime-cert-by-ldap-1): Require ldap on Emacs.
634
635         * nnimap.el: Require nnmail, and gnus-sum when compiling.
636         (nnimap-keepalive): Use gnus-float-time.
637
638         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
639         (mail-source-delete-crash-box): Use gnus-float-time.
640
641         * gnus-dired.el (gnus-completing-read): Autoload.
642
643         * mm-view.el (gnus-rescale-image): Autoload.
644
645         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
646
647         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
648
649         * sieve-manage.el: Require 'cl when compiling.
650
651         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
652         (gnus-iswitchb-completing-read): Require iswitchb.
653         (gnus-select-frame-set-input-focus): Silence compiler.
654
655 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * message.el (message-subject-trailing-was-query): Change default to t,
658         since I think that's what most people want.
659
660         * nnimap.el (nnimap-request-accept-article): Erase buffer before
661         appending for easier debugging.
662         (nnimap-wait-for-connection): Take a regexp.
663         (nnimap-request-accept-article): Wait for the continuation line before
664         sending anything unless we're streaming.
665
666         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
667         leave the header washing to take place.
668
669 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
670
671         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
672         regular expression match and replace in posting styles.
673
674 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
675
676         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
677         an entire server.
678         (nnir-get-active): New function.
679         (nnir-run-imap): Use it.
680         (nnir-run-gmane): Who knew, gmane search returns an article score!
681
682         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
683         server on the current line with nnir.
684
685 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
688         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
689         left edge.
690         (gnus-article-foldable-buffer): Skip past the prefix when determining
691         raggedness.
692
693         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
694         the raw article, and change `C-u g' to show the article without doing
695         treatments.
696
697         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
698         on to `gnus-treat-article'.
699         (gnus-inhibit-article-treatments): New variable.
700
701         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
702
703         * gnus-art.el (gnus-treatment-function-alist): Have
704         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
705         (gnus-treat-fill-long-lines): Change default to fill all text/plain
706         sections.
707
708         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
709         parameter.
710         (gnus-article-fill-cited-long-lines): New function.
711         (gnus-article-fill-cited-article): Allow filling only long sections.
712
713         * shr.el (shr-find-fill-point): Don't break lines between punctuation
714         and non-punctuation (like after the apostrophe in "'We").
715
716         * gnus-sum.el (gnus-summary-select-article): Make sure
717         gnus-original-article-buffer is alive.
718
719         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
720         reflect the order they're in in the digest.
721
722         * gnus.el (gnus-group-startup-message): Move point to the start of the
723         buffer.
724
725         * nnimap.el (nnimap-capability): New function.
726         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
727         is set.
728
729 2010-10-31  David Engster  <dengste@eml.cc>
730
731         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
732         conform with changes to gnus-completing-read.
733
734 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * shr.el (shr-tag-img): Output "*" instead of "[img]".
737
738 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
739
740         * nnir.el: Move defvar, defcustom around to keep file organized
741         and keep byte-compiler quiet.
742         (nnir-read-parms): Accept search-engine as arg.
743         (nnir-run-query): Pass search-engine as arg.
744         (nnir-search-engine): Remove.
745
746 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * shr.el (shr-generic): The text nodes should be text, not :text.
749
750         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
751         later in the file.
752
753 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
754
755         * nnir.el: General clean up.  Allow searching with multiple engines.
756         Allow separate extra-parameters for each engine.
757         Batch queries when possible.
758         (nnir-imap-default-search-key,nnir-method-default-engines):
759         Add customize interface.
760         (nnir-run-gmane): New engine.
761         (nnir-engines): Use it.  Qualify all prompts with engine name.
762         (nnir-search-engine): Remove global variable.
763         (nnir-run-hyrex): Restore for now.
764         (nnir-extra-parms,nnir-search-history): New variables.
765         (gnus-group-make-nnir-group): Use them.
766         (nnir-group-server): Remove in favor of gnus-group-server.
767         (nnir-request-group): Avoid searching twice.
768         (nnir-sort-groups-by-server): New function.
769
770 2010-10-30  Julien Danjou  <julien@danjou.info>
771
772         * gnus-group.el: Remove gnus-group-fetch-control.
773
774         * gnus-start.el (gnus-find-new-newsgroups):
775         Remove gnus-check-first-time-used.
776
777         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
778
779 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
780
781         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
782         set on groups that don't have \* permanentflags.
783
784 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
787         control the background color.
788         (shr-tag-img): Ignore very small web bug type images.
789         (shr-put-image): Add help-echo alt texts to the images.
790         (shr-tag-video): Show the video poster image.
791
792 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * shr.el (shr-table-depth): New variable.
795         (shr-tag-table-1): Only insert the images after the top-level table.
796
797         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
798
799         * gnus-util.el (gnus-list-memq-of-list): New function.
800
801         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
802         selected.
803         (nnimap-unsplittable-articles): New slot.
804         (nnimap-new-articles): Use it.
805
806 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
807
808         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
809         move to the previous line on `M-g'.
810
811 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
814         *-request-group, which seems unnecessary.
815
816         * nnimap.el (nnimap-quote-specials): Function copied over from
817         imap.el.
818         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
819         they support that.  Suggested by Tom Regner.
820
821 2010-10-29  Julien Danjou  <julien@danjou.info>
822
823         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
824         defalias.
825         (gnus-summary-delete-marked-with): Remove obsolete defalias.
826
827         * gnus.el: Remove `gnus-nntp-service' variable.
828         (gnus-secondary-servers): Make obsolete.
829         (gnus-nntp-server): Make obsolete.
830
831         * gnus-start.el (gnus-1): Remove x-splash calls.
832
833         * gnus-ems.el (gnus-x-splash): Remove.
834
835         * gnus.el (gnus-group-startup-message): Simplify/update code.
836
837         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
838         definition.
839
840         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
841         capability before doing anything.
842         (gnus-group-insert-group-line): Remove useless
843         gnus-group-remove-excess-properties.
844
845 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
848
849 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
852         config after reselecting.
853
854 2010-10-28  Julien Danjou  <julien@danjou.info>
855
856         * shr.el (shr-put-image): Use point even if only inserting text.
857         (shr-put-image): Save excursion when inserting alt text on non-graphic
858         display, so the behaviour is the same when we are on a graphic display.
859
860         * nnir.el (nnir-run-swish-e): Remove hyrex support.
861
862 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
865         (gnus-mime-copy-part): Check coding system, not charset.
866         (gnus-mime-view-part-externally): Never remove part.
867         (gnus-mime-view-part-internally): Don't remove part here.
868         (gnus-article-part-wrapper): Make sure MIME tag is visible.
869         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
870         multipart/alternative.
871
872         * mm-decode.el (mm-display-part): Take optional arg `force'.
873
874 2010-10-26  Julien Danjou  <julien@danjou.info>
875
876         * gnus-group.el (gnus-group-default-list-level): Add this function to
877         compute the default list level.
878         (gnus-group-default-list-level): Add possibility to use a function.
879
880 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
883
884         * gnus-group.el (gnus-group-completing-read)
885         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
886         gnus-replace-in-string.
887
888 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * shr.el (shr-tag-div): Add.
891
892         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
893
894 2010-10-25  Julien Danjou  <julien@danjou.info>
895
896         * gnus-util.el: Remove `gnus-with-local-quit'.
897
898         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
899
900 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
903         the original article buffer.
904
905 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * nnimap.el (nnimap-request-head): New function.
908         (nnimap-request-move-article): Try to be slighly faster by not
909         requesting the entire message when moving.
910         (nnimap-transform-headers): Don't bug out on bodiless articles.
911         (nnimap-send-command): Have no outstanding messages if the IMAP server
912         doesn't support streaming.
913         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
914
915 2010-10-24  Julien Danjou  <julien@danjou.info>
916
917         * message.el (message-default-headers): Fix type.
918
919 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
922         prefetching images.
923
924         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
925         backend for unknown groups.  This is mainly useful for nnimap groups.
926
927         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
928         group isn't covered by the agent.
929
930 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
931
932         * nnir.el (nnir-method-default-engines): New variable.
933         (nnir-run-query): Use it.
934         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
935         (gnus-summary-nnir-goto-thread): Change group if needed.
936
937         * gnus-group.el (gnus-group-group-map): Add key binding for
938         gnus-group-make-nnir-group.
939
940 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * shr.el (shr-tag-object): Add.
943
944         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
945         original article buffer live.
946         (gnus-summary-select-article-buffer):
947         Mention gnus-widen-article-buffer.
948
949 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * shr.el (shr-tag-strong): Add.
952
953 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
956         group names.  They mess up the group buffer badly.
957
958         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
959
960         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
961         instead of the summary one.
962
963 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * mml.el (mml-preview): Work properly when editing article.
966
967         * gnus-start.el (gnus-read-active-file-1): Don't add method to
968         gnus-have-read-active-file if it's already been in.
969
970 2010-10-22  Tom Tromey  <tromey@redhat.com>
971
972         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
973         gnus-group-completing-read.
974
975 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * message.el (message-mode-map): Don't bind M-; to comment region, to
978         allow the global comment-dwim to work.
979
980 2010-10-21  Julien Danjou  <julien@danjou.info>
981
982         * message.el (message-setup-1): Allow message-default-headers to be a
983         function.
984
985 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * shr.el (shr-tag-table): Simplify.
988
989 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
992         to avoid trying to snarf invalid stuff.
993
994         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
995
996         * gnus.el (gnus-message-archive-group): Quote value.
997         (gnus-message-archive-group): Mark as changed.
998
999         * shr.el (shr-add-font): Don't put the font properties on the newline
1000         or the indentation.
1001
1002         * message.el (message-fix-before-sending): Change options when sending
1003         non-printable characters.
1004
1005         * gnus.el (gnus-message-archive-method): Change the default to
1006         monthly outgoing groups.
1007
1008         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1009         that have gotten new numbers.
1010
1011         * nnimap.el (nnimap-request-replace-article): New function.
1012
1013 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1016         (nnrss-request-article): Don't use special html washing code.
1017
1018 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * shr.el (shr-tag-table): Remove useless nconc.
1021
1022 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-art.el (article-wash-html): Simplify and remove the charset
1025         stuff.  Use the normal html rendering code instead of the special html
1026         washing code.
1027
1028         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1029         `gnus-w3m' symbols.
1030         (mm-text-html-washer-alist): Remove.
1031
1032         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1033         (mm-inline-media-tests): Remove use.
1034         (mm-text-html-renderer): Change default to the `shr' symbol.
1035
1036         * mm-view.el (mm-inline-text-html): Remove use.
1037
1038         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1039         `gnus-blocked-images' to be a function.
1040         (gnus-article-wash-function): Remove.
1041
1042 2010-10-20  Julien Danjou  <julien@danjou.info>
1043
1044         * spam.el (spam-list-of-processors): Mark as obsolete.
1045
1046         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1047         (nnimap-insert-partial-structure): Fix boundary detection.
1048
1049 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1050
1051         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1052         run file-truename on remote files.  This can be expensive and even
1053         prevent one from editing drafts if some unrelated buffer has a stale
1054         connection.
1055
1056 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1059         kinsoku-eol regardless of shr-kinsoku-shorten.
1060         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1061         (shr-tag-table): Support caption, thead, and tfoot.
1062
1063 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1066         lines.
1067         (shr-save-contents): New command and keystroke.
1068
1069         * nndoc.el (nndoc-type-alist): Add git support.
1070         (nndoc-git-type-p): New function.
1071         (nndoc-transform-git-article): Ditto.
1072         (nndoc-transform-git-headers): Ditto.
1073         (nndoc-transform-git-headers): Generate Subject headers.
1074
1075         * shr.el (shr-parse-style): New function.
1076         (shr-tag-span): Ditto.
1077
1078         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1079         to `G G' to avoid collisions.
1080
1081 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * shr.el: Load kinsoku if necessary.
1084         (shr-kinsoku-shorten): New internal variable.
1085         (shr-find-fill-point): Make kinsoku shorten text line if
1086         shr-kinsoku-shorten is bound to non-nil.
1087         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1088         shr-indentation too when testing if table is wider than frame width.
1089         (shr-insert-table): Use `string-width' instead of `length' to measure
1090         text width.
1091         (shr-insert-table-ruler): Make sure indentation is done at bol.
1092
1093 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1094
1095         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1096         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1097         undecoded network data.
1098
1099 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1102         name in the mode line spec so that the mode line menu works
1103         (bug #2431).
1104
1105         * message.el (message-get-reply-headers): If we're fed `to-address',
1106         then always use that.
1107
1108         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1109         aren't so wide as to need to switch off the edit menu.
1110
1111         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1112         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1113
1114         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1115         `M-g'.
1116         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1117         the permanent marks.
1118
1119 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1120
1121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1122         Splitting according to references/in-reply-to obeys the ignore-groups
1123         variable, while splitting by sender and subject do not.
1124
1125 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1128         alist, so that we can look for non-Unicode chars.
1129         (article-translate-strings): Allow both character and string maps.
1130
1131 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * shr.el (shr-insert): Don't insert space behind a wide character
1134         categorized as kinsoku-bol, or between characters both categorized as
1135         nospace.
1136
1137 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1138
1139         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1140         headers to gnus-newsgroup-headers.
1141
1142 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * shr.el (shr-tag-img): Don't align images -- since we're not
1145         rescaling, this often leads to ugly displays.
1146
1147 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1148
1149         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1150         duplicates.
1151
1152 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1153
1154         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1155         call.
1156
1157 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus.el: Autoload gnus-html-show-images.
1160
1161         * nnimap.el: Use nnheader-message throughout.
1162
1163         * shr.el (shr-tag-img): Ignore images with no data.
1164
1165 2010-10-15  Julien Danjou  <julien@danjou.info>
1166
1167         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1168         a possibility to disable format=flow encoding when using hard newlines.
1169
1170 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * shr.el (shr-insert): Remove space inserted before or after a
1173         breakable character or at the beginning or the end of a line.
1174         (shr-find-fill-point): Do kinsoku; find the second best point or give
1175         it up if there's no breakable point.
1176
1177 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * nnimap.el (nnimap-open-connection): Message when opening connection
1180         for debugging purposes.
1181
1182         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1183         on every setup buffer call to allow this to change from article to
1184         article.
1185
1186         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1187         buffers where we have a wide table.
1188
1189 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1190
1191         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1192         uses *-request-thread.
1193
1194 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1197         incantation, which is no longer valid.
1198
1199 2010-10-14  Julien Danjou  <julien@danjou.info>
1200
1201         * shr.el: Fix defcustom type (char -> character).
1202
1203 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1206         programs.
1207
1208 2010-10-14  Julien Danjou  <julien@danjou.info>
1209
1210         * shr.el (shr-tag-a): Use url-link as widget type.
1211
1212         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1213         `gnus-group-get-icon'.
1214
1215 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1218         This should make server editing work better.
1219
1220         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1221
1222         * tls.el (tls-program): Remove spurious %s from openssl.
1223
1224         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1225         (nnimap-parse-flags): Fix regexp.
1226
1227         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1228         probably work for CJVK text, too.
1229
1230         * nnimap.el (nnimap-extend-tls-programs): Remove.
1231         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1232
1233         * tls.el (tls-starttls-switches): Remove starttls hack.
1234         (open-tls-stream): Ditto.
1235         (tls-find-starttls-argument): Ditto.
1236
1237 2010-10-13  Julien Danjou  <julien@danjou.info>
1238
1239         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1240         responses.
1241
1242 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1245
1246         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1247         anything in Emacs.
1248
1249         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1250
1251 2010-10-13  Julien Danjou  <julien@danjou.info>
1252
1253         * shr.el (shr-width): Make shr-width a defcustom with default to
1254         fill-column.
1255         (shr-tag-img): Use shr-width rather than fill-column.
1256
1257 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * dgnushack.el (byte-optimize-apply)
1260         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1261
1262         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1263         position when (X-)Faces exist.
1264         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1265         avatars when called interactively.
1266
1267 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1270         gnus-article-x-face-too-ugly is bound.
1271
1272 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1275
1276         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1277         mailbox that doesn't exist.
1278
1279 2010-10-12  Julien Danjou  <julien@danjou.info>
1280
1281         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1282         (shr-get-image-data): Encode URL properly when fetching from cache.
1283         (shr-tag-img): Use aligned-to spaces to align correctly images.
1284
1285         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1286         before inserting the Gravatar.
1287
1288         * shr.el (shr-tag-img): Add align attribute support for <img>.
1289
1290 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-gravatar.el (gnus-art): Require.
1293
1294         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1295         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1296         Remove long obsoleted functions.
1297
1298 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1301
1302         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1303
1304         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1305         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1306         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1307         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1308         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1309         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1310         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1311
1312 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * nnimap.el (nnimap-request-rename-group): Select group read-only
1315         before renaming it.
1316
1317         * shr.el (shr-insert): Fix up the white space only regexp.
1318
1319         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1320         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1321
1322         * shr.el (shr-current-column): New function.
1323         (shr-find-fill-point): New function.
1324
1325 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1326
1327         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1328         numbers.
1329
1330 2010-10-11  Julien Danjou  <julien@danjou.info>
1331
1332         * shr.el (shr-hr-line): Add.
1333         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1334         display hr lines.
1335         (shr-max-columns): Do not change state to nil if we just inserting
1336         spaces.
1337
1338 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1341         select the last group.
1342
1343 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1346
1347 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1348
1349         * dig.el (dig-mode-map): Declare and define in one step.
1350
1351 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1354         for Gnus.
1355         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1356         (nnimap-update-qresync-info): Mark \Seen articles as read.
1357
1358         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1359         non-variable, too.
1360
1361         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1362         available.
1363         (nnimap-update-info): Rely more on the current active than the param
1364         active to avoid marking articles as read too much.
1365
1366         * auth-source.el (auth-source-create): Use (user-login-name) for the
1367         user name default.
1368
1369         * nnimap.el (nnimap-update-info): If the server doesn't return any
1370         useful info, just use the previous info.
1371         (nnimap-update-info): Prefer old info over start-article.
1372         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1373
1374 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1375
1376         * nnir.el (autoload): Clean up autoloads.
1377         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1378         Use key rather than value.
1379         (nnir-imap-search-other): New variable.
1380         (nnir-read-parm): Use it.
1381         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1382         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1383
1384 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1385
1386         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1387         the process, too.
1388
1389 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * spam.el (gnus-summary-mode-map): Bind to "$".
1392         Suggested by Russ Allbery.
1393
1394         * shr.el: Rework the way things are indented by <li> slightly.
1395
1396         * gnus.el (gnus-group-set-parameter): Fix typo.
1397
1398         * nnimap.el: Start implementing QRESYNC support.
1399
1400 2010-10-09  Julien Danjou  <julien@danjou.info>
1401
1402         * nnir.el (nnir-engines): Fix too many arguments.
1403
1404 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1407         group is the "last", so that the backends like nnfolder actually save
1408         their folders.
1409
1410         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1411         try to use that for the tls stream.
1412         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1413         UIDVALIDITY and find out which groups are read-only and not.
1414         (nnimap-get-flags): Use the same marks parsing code as the rest of
1415         nnimap.
1416
1417 2010-10-09  Julien Danjou  <julien@danjou.info>
1418
1419         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1420
1421         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1422         retrieving gravatars.
1423
1424         * shr.el (shr-table-corner): Add.
1425         (shr-table-line): Add.
1426         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1427
1428 2010-10-08  Julien Danjou  <julien@danjou.info>
1429
1430         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1431
1432 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1433
1434         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1435
1436         * gnus-sum.el (gnus-mark-article-as-unread)
1437         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1438         (gnus-summary-set-bookmark): Use it.
1439
1440         * gnus-msg.el (gnus-setup-message): Use it.
1441
1442         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1443
1444         * gnus.el (gnus-group-remove-parameter): Use it.
1445
1446         * gnus-group.el (gnus-group-make-web-group): Use it.
1447
1448         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1449
1450         * nnregistry.el: Update docs to mention manual.
1451
1452         * gnus-registry.el: Update docs to mention nnregistry.el.
1453         (gnus-registry-initialize): Don't install nnregistry refer method
1454         automatically.
1455         (gnus-registry-install-nnregistry): Remove it.
1456
1457 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * shr.el (shr-insert): Don't insert double spaces.
1460
1461 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-gravatar.el (gnus-treat-from-gravatar)
1464         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1465         called interactively.
1466
1467         * gnus-art.el (gnus-mime-view-part-externally)
1468         (gnus-mime-view-part-internally): Make predicate function passed to
1469         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1470         of a mime type.
1471
1472         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1473
1474 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * shr.el (require): Require cl when compiling.
1477         (shr-tag-hr): New function.
1478
1479         * nnimap.el (nnimap-update-info): Remove double setting of high.
1480         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1481         This makes nnimap work properly on Courier again.
1482
1483         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1484         the variable for backwards compatability.
1485
1486         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1487         the file name before using to avoid setting mm-default-directory to
1488         nil.
1489
1490         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1491         bidning gnus-agent variables.
1492
1493         * shr.el (shr-render-td): Use a cache for the table rendering function
1494         to avoid getting an exponential rendering behaviour in nested tables.
1495         (shr-insert): Rework the line-breaking algorithm.
1496         (shr-insert): Don't leave trailing spaces.
1497         (shr-insert-table): Also insert empty TDs.
1498         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1499
1500 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1501
1502         * gnus-sum.el (gnus-number): Rename from `number'.
1503         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1504         (gnus-summary-limit-children): Update uses correspondingly.
1505
1506 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1509         (gnus-gravatar-transform-address): Don't show avatars of people of
1510         which mail addresses match gnus-gravatar-too-ugly.
1511
1512 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * shr.el (shr-table-widths): Expand TD elements to fill available
1515         space.
1516
1517 2010-10-07  Julien Danjou  <julien@danjou.info>
1518
1519         * nnimap.el (nnimap-request-rename-group): Add this method.
1520
1521 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1524         name from XEmacs' function-arglist.
1525
1526         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1527         gravatar under XEmacs.
1528
1529 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1530
1531         * auth-source.el: Update docs with TODO items.
1532
1533         * gnus-sync.el: Update docs to explain state and plans.
1534
1535         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1536         Hooks for mark updates.
1537         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1538
1539         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1540         hooks with arguments, which is needed for mark update hooks.
1541
1542 2010-10-06  Julien Danjou  <julien@danjou.info>
1543
1544         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1545         was matched.
1546
1547         * sieve-manage.el: Update example in `Commentary'.
1548
1549         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1550
1551         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1552         not 2000.
1553         (sieve-manage-authenticate): Re-add function.
1554
1555 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * shr.el (shr-insert): Get 'space transition right.
1558         (shr-render-td): Only delete space at the end of the TD.
1559
1560         * nnimap.el (nnimap-open-connection): Prepare to support
1561         open-gnutls-stream.
1562
1563         * shr.el: Rearrange function order to be more logical.
1564
1565 2010-10-06  Julien Danjou  <julien@danjou.info>
1566
1567         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1568         (nnrss-discover-feed): Remove 404 URL in docstring.
1569
1570         * nnir.el: Fix Swish-E URL.
1571         Fix Namazu URL.
1572
1573         * message.el (message-change-subject): Remove 404 URL in a comment.
1574
1575 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1578         called interactively.
1579
1580         * gnus-util.el (gnus-remove-if): Allow hash table.
1581         (gnus-remove-if-not): New function.
1582
1583         * gnus-art.el (gnus-mime-view-part-as-type)
1584         * gnus-score.el (gnus-summary-score-effect)
1585         * gnus-sum.el (gnus-read-move-group-name):
1586         Replace remove-if-not with gnus-remove-if-not.
1587
1588         * gnus-group.el (gnus-group-completing-read):
1589         Regard collection as a hash table if it is not a list.
1590
1591 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1594
1595         * shr.el: Document the table-rendering algorithm.
1596
1597 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1600         for Emacsen having no `libxml-parse-html-region' support.
1601
1602 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1605         invalid URLs.
1606
1607         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1608         line-broken.
1609         (shr-tag-img): Ignore image fetching errors.
1610         (shr-overlays-in-region): Compute overlay positions correctly.
1611
1612         * mm-decode.el (mm-shr): Require shr.
1613
1614         * gnus-art.el (gnus-blocked-images): Move variable here.
1615
1616         * shr.el (shr-insert-table): Bind free variable.
1617
1618         * mm-decode.el (mm-shr): Bind shr-content-function.
1619
1620         * shr.el (shr-content-function): New variable.
1621
1622         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1623         added for symmetry.
1624
1625         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1626
1627         * gnus-group.el (gnus-group-make-group): Doc fix.
1628
1629         * nnimap.el (nnimap-request-newgroups): Return success.
1630
1631         * shr.el (shr-find-elements): New function.
1632         (shr-tag-table): Put all the images after the table.
1633         (shr-tag-table): Really inhibit images inside the table.
1634         (shr-collect-overlays): Copy over overlays from the TD elements to the
1635         main document.
1636
1637         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1638         gnus-blocked-images.
1639
1640 2010-10-05  Julien Danjou  <julien@danjou.info>
1641
1642         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1643
1644         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1645         (gnus-html-maximum-image-size): Add this function.
1646         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1647
1648         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1649         server-value of the capability is nil.
1650
1651 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (shr-tag-em): Add <EM> tag.
1654
1655 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1656
1657         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1658         customizable.
1659
1660         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1661         handing broken links to browse-url.
1662
1663 2010-10-05  Julien Danjou  <julien@danjou.info>
1664
1665         * gnus-util.el (gnus-emacs-completing-read)
1666         (gnus-iswitchb-completing-read): Use autoload rather than require.
1667
1668 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1671         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1672         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1673         iswitchb-temp-buflist for XEmacs.
1674
1675         * gnus-util.el (gnus-completing-read-function): Exclude
1676         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1677         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1678         XEmacs.
1679
1680         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1681         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1682
1683         * gnus-html.el: Don't require help-fns under XEmacs.
1684         (gnus-html-schedule-image-fetching): Work for XEmacs.
1685
1686         * mm-decode.el (mm-shr): Decode contents by charset.
1687
1688 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1691         unknown.
1692
1693         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1694         (shr-get-image-data): Ensure against the cache file missing.
1695
1696         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1697         for data.
1698
1699         * spam-report.el (spam-report-url-ping-plain): Don't query about
1700         killing the process.
1701
1702         * shr.el (shr-render-td): Protect against too-wide text.
1703
1704 2010-10-04  Julien Danjou  <julien@danjou.info>
1705
1706         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1707         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1708
1709         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1710         retrieved.
1711
1712 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * shr.el (browse-url): Require.
1715         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1716         lines.
1717         (shr-show-alt-text, shr-browse-image): New commands.
1718         (shr-browse-url, shr-copy-url): New commands.
1719
1720         * gnus-sum.el (gnus-widen-article-window): New variable.
1721         (gnus-summary-select-article-buffer): Use it.
1722
1723         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1724         without @ signs.
1725
1726 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1727
1728         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1729
1730 2010-10-04  Julien Danjou  <julien@danjou.info>
1731
1732         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1733         for XEmacs.
1734
1735 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1738
1739         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1740         (nnimap-close-server): Implement.
1741
1742         * dgnushack.el (iswitchb): Require to shut up the compiler.
1743
1744         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1745         (shr-insert): Tweak line breaking.
1746         (shr-insert): Handle <pre> better.
1747         (shr-tag-li): Get <li> indentation right.
1748         (shr-tag-li): Get <li> indentation even righter.
1749         (shr-tag-blockquote): Ensure paragraph start.
1750         (shr-make-table): Tweak table generation.
1751         (shr-make-table): Fix typo.
1752
1753         * shr.el: Implement table rendering.
1754
1755 2010-10-04  Julien Danjou  <julien@danjou.info>
1756
1757         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1758
1759 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * shr.el (shr-insert): Use string anchors instead of line anchors.
1762
1763 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * shr.el: Add headings.
1766         (shr-ensure-paragraph): Actually work.
1767         (shr-tag-li): Make <ul> prettier.
1768         (shr-insert): Get white space at the beginning/end of elements right.
1769         (shr-tag-p): Collapse subsequent <p>s.
1770         (shr-ensure-paragraph): Don't insert double line feeds after blank
1771         lines.
1772         (shr-insert): \t is also space.
1773         (shr-tag-s): Fix "s" tag name function.
1774         (shr-tag-s): Fix face prop name.
1775
1776 2010-10-03  Julien Danjou  <julien@danjou.info>
1777
1778         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1779
1780         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1781         gnus-window-inside-pixel-edges.
1782
1783         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1784         gnus-ems.
1785
1786         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1787
1788         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1789         function.
1790
1791         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1792         resize choice.
1793
1794 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1797         beginning of the buffer.
1798
1799         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1800         article buffer again.
1801
1802         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1803
1804         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1805         when it's at the start of the buffer.
1806
1807         * shr.el (shr-tag-blockquote): Convert name.
1808         (shr-rescale-image): Use the right image-size variant.
1809
1810         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1811         buffer isn't shown, then select the current article first instead of
1812         bugging out.
1813         (gnus-summary-select-article-buffer): Show both the article and summary
1814         buffers again.
1815
1816         * shr.el (shr-fontize-cont): Protect against regions with no text.
1817         Rename tag functions to shr-tag-* for enhanced security.
1818         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1819
1820 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1821
1822         * shr.el (shr-insert):
1823         * pop3.el (pop3-movemail):
1824         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1825         loaded.
1826
1827 2010-10-03  Glenn Morris  <rgm@gnu.org>
1828
1829         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1830
1831         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1832
1833         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1834
1835         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1836
1837         * gnus-util.el (gnus-make-local-hook): Simplify.
1838
1839 2010-10-02  Julien Danjou  <julien@danjou.info>
1840
1841         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1842         (gnus-ido-completing-read): New function.
1843         (gnus-emacs-completing-read): New function.
1844         (gnus-completing-read): Use gnus-completing-read-function.
1845         Add gnus-completing-read-function.
1846
1847 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * shr.el (shr-insert-document): Autoload.
1850         (shr-img): Be silent.
1851         (shr-insert): Add a newline after every picture before text.
1852         (shr-add-font): Use overlays for combining faces.
1853         (shr-insert): Pass upwards the text start point.
1854
1855         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1856         possible.
1857         (mm-shr): New function.
1858
1859 2010-10-02  Julien Danjou  <julien@danjou.info>
1860
1861         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1862         should go backward.
1863
1864 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1865
1866         * shr.el (shr): Fix typo in provide call.
1867
1868 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * shr.el: New file.
1871
1872         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1873
1874         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1875         completing read.
1876
1877 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1880         we're being queried about.  Suggested by Dan Jacobson.
1881
1882         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1883         Suggested by Jason Eisner.
1884
1885         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1886         table, too.  Suggested by Stefan Wiens.
1887         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1888         the table unnecessary.  Suggested by Stefan Wiens.
1889
1890         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1891         longer needed, and probably doesn't work either, as pointed out by
1892         Stefan Wiens.
1893         (gnus-summary-exit): Remove call to the clearing function.
1894         (gnus-summary-exit-no-update): Ditto.
1895
1896         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1897         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1898         Reported by Stefan Monnier.
1899         (gnus-summary-save-in-rmail): Ditto.
1900
1901         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1902         article buffer, instead of both the article buffer and the summary
1903         buffer.  Sort of suggested by Dan Jacobson.
1904
1905         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1906
1907         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1908         Suggested by Dan Jacobson.
1909
1910         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1911         documentation clearer.
1912
1913         * message.el (message-shorten-references): Comment on the number "21".
1914         Suggested by Stefan Monnier.
1915
1916         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1917         Suggested by Dan Jacobson.
1918
1919         * gnus.el (gnus-large-newsgroup):
1920         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1921
1922         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1923         externalize attachments.  Bug reported by Steve Wen.
1924
1925         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1926         really message anything to the user.
1927
1928         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1929         directly.
1930
1931         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1932         messages in empty groups.
1933
1934 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1935
1936         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1937         non-UIDNEXT group.
1938
1939 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1942         not the value from the collection.
1943
1944         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1945         values.  This sometimes happens on some groups that have no info.
1946         (nnimap-request-newgroups): New function.
1947
1948 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1949
1950         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1951         check into `gnus-registry-initialize'.
1952         (gnus-registry-initialize): Ditto.
1953         Fix and extend header docs.
1954
1955 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1958         regexp backtrace overflows.
1959
1960         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1961         for starttls that tls.el implements; i.e. openssl.
1962
1963         * tls.el (tls-starttls-switches): Give up on using starttls with
1964         gnutls-cli.
1965         (tls-program): Add --insecure to be consistent with the defaults from
1966         openssl s_client.  Now all three commands are insecure.
1967
1968 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * lpath.el: Bind completion-styles-alist for XEmacs.
1971
1972         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1973         (gravatar-create-image): New function that's an alias to
1974         gnus-xmas-create-image, gnus-create-image, or create-image.
1975         (gravatar-data->image): Use it.
1976
1977 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1978
1979         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1980         install the nnregistry refer method.
1981         (gnus-registry-install-hooks): Use it.
1982         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1983         unfollowed groups.
1984
1985 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1986
1987         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1988         expanding threads.
1989
1990 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * nnir.el: Use the server names without suffixes (bug #7009).
1993
1994         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1995         unencrypted to STARTTLS, if possible.
1996
1997 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1998
1999         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2000         headers before superseding.
2001
2002 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * nnrss.el (nnrss-use-local): Add documentation.
2005
2006         * nnimap.el (nnimap-extend-tls-programs): New function.
2007         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2008         (nnimap-wait-for-connection): Accept the greeting from the stupid
2009         output from openssl s_client -starttls, too.
2010
2011         * tls.el (tls-starttls-switches): New variable.
2012         (tls-find-starttls-argument): Use it.
2013         (open-tls-stream): Ditto.
2014
2015         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2016         (netrc-machine): Ditto.
2017
2018         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2019         article number.
2020         (nnimap-split-fancy): New variable.
2021         (nnimap-split-incoming-mail): Use it.
2022
2023         * nntp.el (nntp-server-list-active-group): Document.
2024
2025         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2026         SELECT to get the message-id.
2027
2028         * mail-source.el (mail-sources): Remove webmail support.
2029         (defvar): Ditto.
2030         (mail-source-fetcher-alist): Ditto.
2031         (mail-source-fetch-webmail): Remove.
2032
2033         * webmail.el: Remove -- doesn't seem relevant any more.
2034
2035         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2036
2037         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2038         the \r.
2039
2040 2010-09-30  Julien Danjou  <julien@danjou.info>
2041
2042         * gnus-agent.el (gnus-agent-add-group): Fix call to
2043         gnus-completing-read.
2044
2045 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * nndoc.el (nndoc-retrieve-groups): New function.
2048
2049         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2050         `default', use nnmail-split-methods.
2051         (nnimap-request-article): Downcase the NILs so that they are nil.
2052
2053         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2054         symbol.
2055
2056         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2057         code, since if the user has requested network, that's what they ought
2058         to get.
2059         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2060         (nnimap-split-rule): Mark as obsolete.
2061
2062         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2063         New variable.
2064
2065         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2066         correct slot, too.
2067
2068 2010-09-29  Julien Danjou  <julien@danjou.info>
2069
2070         * gnus.el (gnus-local-domain): Declare variable obsolete.
2071
2072         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2073         Fix history computing.
2074         (gnus-ido-completing-read): Require ido.
2075
2076 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2079         build Gnus.
2080
2081         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2082         when interpreting the structures.
2083         (nnimap-request-accept-article): Add \r\n to the lines to make this
2084         work with Cyrus.
2085
2086         * nndraft.el (nndraft-request-expire-articles): Use the group name
2087         instead if "nndraft".  Fix found by Nils Ackermann.
2088
2089 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2090
2091         * nnregistry.el: Add.
2092
2093 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2094
2095         * nnmail.el (group, group-art-list, group-art):
2096         Remove unneeded directives.
2097
2098 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2101         (mm-mime-charset)
2102         * rfc2047.el (rfc2047-syntax-table)
2103         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2104
2105         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2106         rather than `insert-file-contents' and `eval-region'.
2107
2108         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2109         construction.
2110
2111         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2112
2113         * time-date.el: No need to require cl for Emacs 21.
2114
2115 2010-09-29  Julien Danjou  <julien@danjou.info>
2116
2117         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2118         replacement of `gnus-gravatar-relief' to mimic
2119         `gnus-faces-properties-alist'.
2120         Add :version property.
2121
2122 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * mail-source.el (mail-source-report-new-mail)
2125         * message.el (message-default-mail-headers)
2126         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2127
2128         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2129
2130 2010-09-28  Julien Danjou  <julien@danjou.info>
2131
2132         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2133         mail-address contains the same string as real-name.
2134
2135         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2136         non-blank in header, otherwise it'll get stripped.
2137
2138         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2139         real-name, and then for mail address rather than doing : or , search.
2140
2141 2010-09-27  Julien Danjou  <julien@danjou.info>
2142
2143         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2144         right completing-read function.
2145         (gnus-use-ido): New variable
2146         (gnus-completing-read-with-default): Remove.
2147         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2148         (gnus-agent-add-group):
2149         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2150         * mm-view.el (mm-view-pkcs7-decrypt):
2151         * mm-util.el (mm-codepage-setup):
2152         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2153         * mml-smime.el (mml-smime-openssl-sign-query):
2154         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2155         (mml-insert-multipart):
2156         * gnus-msg.el (gnus-summary-yank-message):
2157         * gnus-int.el (gnus-start-news-server):
2158         * mm-decode.el (mm-interactively-view-part):
2159         * gnus-dired.el (gnus-dired-attach):
2160         * gnus.el (gnus-read-method):
2161         * gnus-bookmark.el (gnus-bookmark-jump):
2162         * gnus-art.el (gnus-mime-view-part-as-type)
2163         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2164         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2165         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2166         * nnmairix.el (nnmairix-create-server-and-default-group)
2167         (nnmairix-update-groups, nnmairix-get-server)
2168         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2169         (nnmairix-get-group-from-file-path):
2170         * nnrss.el (nnrss-find-rss-via-syndic8):
2171         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2172         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2173         (gnus-group-browse-foreign-server):
2174         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2175         (gnus-summary-execute-command, gnus-summary-respool-article)
2176         (gnus-read-move-group-name):
2177         * gnus-score.el (gnus-summary-increase-score)
2178         (gnus-summary-score-effect):
2179         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2180
2181 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2184         x-focus-frame.
2185
2186         * nnimap.el (auth-source-forget-user-or-password)
2187         (auth-source-user-or-password): Autoload.
2188
2189         * message.el (message-from-style, message-interactive)
2190         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2191         (message-yank-prefix, message-indentation-spaces, message-signature)
2192         (message-signature-file): Add comment.
2193
2194 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2197         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2198         new articles.
2199
2200         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2201         parts.
2202         (nnimap-request-article): Work with the t setting, too.
2203
2204         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2205         that you don't get flashes of other buffers.
2206         (gnus-summary-show-complete-article): Intern before setting.
2207
2208 2010-09-27  David Engster  <dengste@eml.cc>
2209
2210         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2211         well as HEADERS.
2212         (nnmairix-retrieve-headers): Provide new argument for the above.
2213
2214 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * gnus-sum.el (gnus-summary-move-article): Don't alter
2217         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2218         group.
2219
2220         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2221
2222         * message.el (message-cite-prefix-regexp): Revert my last edit.
2223
2224         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2225         variable instead of the Gnus variable.
2226
2227         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2228
2229         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2230
2231         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2232         since some servers don't like it.
2233         (nnimap-open-connection): Forget credentials if the server says the
2234         password was wrong.
2235         (nnimap-parse-line): Protect against invalid data.
2236
2237         * gnus-sum.el (gnus-summary-move-article): Add comment.
2238         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2239         nothing alters it while scanning for new messages.
2240
2241         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2242         which may or may not help.
2243         (nnimap-open-connection): If we're doing a stream connection, and then
2244         discover we're on a STARTTLS-capable server, then open a STARTTLS
2245         connection instead.
2246
2247 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * nnimap.el (utf7): Require.
2250
2251         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2252         prefix.
2253
2254 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2255
2256         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2257
2258 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * nnimap.el (nnimap-request-accept-article): Message the error on
2261         error.
2262
2263 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2266
2267 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * nndoc.el (nndoc-request-list): Return success always.
2270
2271         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2272         `fetch-old' -- we only want to fetch the articles we've requested.
2273         The rest are in the agent, probably.
2274         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2275         disappeared server" to something low.  It's not important.
2276
2277         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2278         arrived before the FETCH data.
2279
2280         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2281         target here, because we don't know the Gnus name of the group.
2282
2283         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2284         for the correct group.
2285
2286         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2287
2288         * gnus.el (gnus): Give a final warning after startup.
2289
2290         * gnus-util.el (gnus-action-message-log): New variable.
2291         (gnus-message): Use it.
2292         (gnus-final-warning): New function.
2293
2294         * nnimap.el (nnimap-open-connection): Record the greeting.
2295         (nnimap): Add greeting.
2296
2297 2010-09-26  Julien Danjou  <julien@danjou.info>
2298
2299         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2300         arguments.
2301         (gnus-html-wash-images): Fix spec computing to include start/end.
2302
2303         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2304
2305 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2308         deletion.
2309         (nnimap-retrieve-headers): Don't select the group, because that's
2310         already done by nnimap-possibly-change-group.
2311
2312         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2313         (gnus-picon-transform-address): Use it.
2314
2315         * mail-source.el (mail-source-value): Revert previous patch.
2316
2317         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2318         on failure.
2319         (nnimap-open-connection): Look up both virtual and physical server name
2320         credentials.
2321
2322         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2323
2324 2009-02-07  Dave Love  <fx@gnu.org>
2325
2326         * tls.el (open-tls-stream): Don't query killing process.
2327
2328 2009-02-08  Dave Love  <fx@gnu.org>
2329
2330         * gnus-win.el (gnus-window-to-buffer-helper)
2331         (gnus-all-windows-visible-p): Function needn't be a symbol.
2332
2333         * mail-source.el (mail-source-value): Function needn't be a symbol.
2334
2335 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * message.el (message-cite-prefix-regexp): Remove } from the cite
2338         prefix.
2339
2340         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2341         highlight again, so that the highlight is correct.
2342
2343         * gnus-picon.el (gnus-picon): Remove again.
2344         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2345
2346         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2347         doing the header highlightling, so that the background colour of the
2348         picon is correct.
2349
2350         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2351         (gnus-picon): Ditto.
2352         (gnus-picon): Reinstate.  The background colour for picons is white.
2353         (gnus-picon-insert-glyph): Make the background white.
2354
2355         * nnml.el (nnml-open-nov): Don't return dead buffers.
2356
2357         * auth-source.el (auth-source-create): Query the user for whether to
2358         store the credentials.
2359
2360         * netrc.el (netrc-store-data): New function.
2361
2362         * auth-source.el (auth-source-user-or-password): Use the existing auth
2363         sources, if any, for creation.
2364
2365         * gnus.el (gnus-group-fast-parameter): Return the last matching
2366         parameter instead of the first matching parameter.
2367
2368 2010-09-26  Julien Danjou  <julien@danjou.info>
2369
2370         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2371
2372 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * mml2015.el (mml2015-use): Remove gpg support.
2375
2376         * mml1991.el (mml1991-function-alist): Remove gpg function.
2377         (mml1991-gpg-sign): Remove.
2378
2379 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2380
2381         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2382         (gnus-browse-unsubscribe-current-group): Document it.
2383         (gnus-browse-unsubscribe-group): Use it.
2384
2385 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2388         address to the To list for easier response.
2389
2390         * gnus.el (gnus-play-startup-jingle): Remove.
2391         (gnus-splash): Don't play jingle.
2392         (gnus): Silence gnus-load message.
2393
2394         * gnus-art.el (gnus-treat-play-sounds): Remove.
2395
2396         * gnus.el (gnus-play-jingle): Remove audio support.
2397
2398         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2399
2400         * earcon.el: Remove -- no users.
2401
2402         * gnus-audio.el: Remove -- no users of this package.
2403
2404         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2405
2406         * gnus-start.el (gnus-setup-news): Remove nocem support.
2407
2408         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2409
2410         * gnus.el (gnus-use-nocem): Remove.
2411
2412         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2413         Remove.
2414
2415         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2416         uses NoCeM any more.
2417
2418         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2419         (gnus-button-ctan-handler): Ditto.
2420         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2421         (gnus-button-ctan-directory-regexp): Ditto.
2422         (gnus-button-handle-ctan): Ditto.
2423         (gnus-button-tex-level): Ditto.
2424         (gnus-button-alist): Remove CTAN stuff.
2425
2426 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2429         nnimap-streaming test.
2430
2431         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2432         servers twice.
2433
2434         * nnimap.el (nnimap-open-connection): Add more error reporting when
2435         nnimap fails early.
2436
2437         * nnheader.el (nnheader-get-report-string): New function.
2438         (nnheader-get-report): Use it.
2439
2440         * gnus-int.el (gnus-check-server): Say what the error was when opening
2441         failed.
2442
2443         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2444         using streaming.
2445
2446 2010-09-25  Julien Danjou  <julien@danjou.info>
2447
2448         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2449         gnus-window-inside-pixel-edges.
2450
2451 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2454
2455         * mm-decode.el (mm-save-part): Allow saving to other directories the
2456         normal Emacs way.
2457
2458         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2459         Suggested by Jay Berkenbilt.
2460
2461         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2462         there isn't a single byte.
2463
2464         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2465         just do it.  It doesn't really seem to matter what the user responds
2466         here, I think, so it's just a confusing question.
2467
2468         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2469         non-streaming case.
2470
2471         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2472         (gnus-article-encrypt-body): Use it.
2473
2474         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2475         keystroke.
2476
2477         * nnimap.el (nnimap-find-wanted-parts-1):
2478         Use gnus-fetch-partial-articles.
2479
2480         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2481
2482         * nnimap.el (nnimap-insert-partial-structure): New function.
2483         (nnimap-get-partial-article): New function.
2484         (nnimap-request-article): Use it.
2485         (nnimap-wait-for-response): Return whether the wait was successful.
2486         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2487         retrieval wasn't successful.
2488         (nnimap-retrieve-group-data-early): Allow throttling servers.
2489         (nnimap-streaming): New variable.
2490         (nnimap-fetch-partial-articles): Remove.
2491
2492         * mm-decode.el (mm-with-part): Protect against killed buffers.
2493
2494         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2495         for prettier summary display.
2496
2497 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2498
2499         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2500
2501 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2504         apparently third-party libraries depend on it.
2505
2506         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2507         before starting negotiation.
2508
2509         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2510         privacy reasons.
2511         (gnus-treat-mail-gravatar): Ditto.
2512
2513         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2514         buffer when inserting images.  Inserting text into the headers, for
2515         instance, can make them invalid.
2516
2517 2010-09-25  Julien Danjou  <julien@danjou.info>
2518
2519         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2520         variables.
2521
2522         * nnheader.el: Remove useless variables news-reply-yank-from and
2523         news-reply-yank-message-id.
2524
2525         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2526         variables.
2527
2528         * mml1991.el: Remove useless mml1991-verbose.
2529
2530         * gnus.el: Remove useless variable gnus-use-generic-from.
2531         Remove obsolete variable gnus-topic-indentation.
2532
2533         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2534
2535         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2536
2537         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2538
2539         * gnus-group.el: Remove useless gnus-group-icon-cache.
2540         Remove useless gnus-ephemeral-group-server.
2541
2542         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2543
2544         * mml2015.el: Remove useless mml2015-verbose.
2545
2546         * mml-smime.el: Remove useless mml-smime-verbose.
2547
2548         * gnus.el: Remove useless gnus-local-domain.
2549
2550         * gnus-gravatar.el (gnus-gravatar-transform-address):
2551         Use gnus-gravatar-size.
2552
2553         * gnus-art.el: Remove useless gnus-treat-translate.
2554
2555 2010-09-24  Julien Danjou  <julien@danjou.info>
2556
2557         * gnus-sum.el: Add support for Gravatars.
2558
2559         * gnus-art.el: Add support for Gravatars.
2560
2561         * gnus-gravatar.el: Add this file.
2562
2563         * gravatar.el: Add this file.
2564
2565 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2568
2569         * gnus-group.el (gnus-group-fetch-faq): Remove.
2570
2571         * gnus.el (gnus-group-faq-directory): Remove.
2572
2573         * gnus-group.el (gnus-group-fetch-charter): Remove.
2574
2575         * gnus.el (gnus-group-charter-alist): Remove.
2576
2577         * gnus-group.el (gnus-group-archive-directory): Remove.
2578         (gnus-group-recent-archive-directory): Ditto.
2579         (gnus-group-make-archive-group): Remove.
2580
2581         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2582
2583         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2584         use the same article number for all the cached articles.
2585
2586         * nnimap.el (nnimap-command): Register the last command time so
2587         that we can use it for idling NOOPs.
2588         (nnimap-open-connection): Start the keeplive timer.
2589         (nnimap-make-process-buffer): Store all the process buffers.
2590         (nnimap-keepalive): New function.
2591
2592         * starttls.el (starttls-open-stream): Add autoload cookie.
2593
2594 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2595
2596         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2597         handling.
2598
2599 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2602         its data structures.
2603
2604         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2605         instead of the cl.el copy-list.
2606         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2607         equalp.
2608
2609 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2612         and tool-bar-local-item-from-menu.
2613
2614         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2615         mode-line-highlight face for Emacs.
2616
2617         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2618         loading gnus-sum.elc; fix comment for canlock-verify.
2619         (gnus-article-jump-to-part): Use read-number.
2620         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2621         Remove Emacs pre-21 compatible code for help-echo.
2622         (gnus-article-next-page-1): No need to adjust the number of lines.
2623         (gnus-article-describe-bindings): Always use help-buffer.
2624
2625         * gnus-audio.el (gnus-audio-inline-sound)
2626         * gnus-cus.el (gnus-custom-mode)
2627         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2628
2629         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2630
2631         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2632         compatible code.
2633
2634 2010-09-24  Glenn Morris  <rgm@gnu.org>
2635
2636         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2637         visiting the fcc file in rmail-mode.
2638
2639         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2640
2641 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * nnir.el: Silence the byte compiler.
2644
2645         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2646         alias to browse-url-url-encode-chars if any.
2647         (gnus-html-encode-url): Use it.
2648
2649 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * gnus-start.el (gnus-use-backend-marks): New variable.
2652         (gnus-get-unread-articles-in-group): Use it.
2653
2654         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2655         makeover.
2656
2657 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2658
2659         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2660
2661 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2664         Remove.
2665         (gnus-setup-news-hook):
2666         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2667
2668         * gnus-int.el (gnus-request-update-info): Protect against backends not
2669         having the function.
2670
2671         * nnimap.el (nnimap-stream): Mention starttls.
2672         (nnimap-open-connection): Add starttls support.
2673
2674 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2675
2676         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2677
2678 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2681         BODYSTRUCTUREs.
2682         (nnimap-transform-headers): Unfold quoted {42} headers.
2683
2684         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2685         the info.
2686         (gnus-get-unread-articles): Only call updatep on backends that support
2687         it.
2688
2689         * nnweb.el (nnweb-request-update-info): NOOP.
2690
2691         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2692
2693         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2694         since it only deals with marks.
2695
2696         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2697         gnus-request-marks, and make a new gnus-request-update-info.
2698
2699         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2700         the active instead of the high number, which is usually too low.
2701
2702 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2705         * encrypt.el: Remove.
2706
2707 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2710         server in symbolic form.
2711
2712         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2713
2714 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2717         (nnimap-update-info): Fix up code slightly.
2718
2719         * gnus-int.el (gnus-open-server): Add tracing for performance
2720         debugging.
2721
2722         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2723         (gnus-group-insert-group-line): Pass the real group name so that it
2724         gets the right data.
2725
2726         * gnus-start.el (gnus-get-unread-articles): Don't have
2727         `gnus-get-unread-articles-in-group' update info, since that can be
2728         really slow and doesn't seem to be needed?
2729
2730 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2731
2732         * time-date.el (date-to-time): Try using parse-time-string first before
2733         using the slower timezone-make-date-arpa-standard.
2734
2735 2010-09-22  Julien Danjou  <julien@danjou.info>
2736
2737         * gnus-group.el (gnus-group-insert-group-line):
2738         Call gnus-group-highlight-line.
2739         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2740         default hook list.
2741         (gnus-group-update-eval-form): Add new function.
2742         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2743         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2744
2745 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2748         immediate, then expire all articles.
2749         (nnimap-update-info): Fix off-by-one errors.
2750         (nnimap-flags-to-marks): Would return no marks lists for group with no
2751         flags.  Instead return the other data.
2752
2753 2010-09-22  Julien Danjou  <julien@danjou.info>
2754
2755         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2756         Only return an icon.
2757         (gnus-group-insert-group-line): Compute icon to return.
2758
2759         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2760         (gnus-html-image-fetched): Only cache if
2761         gnus-html-image-automatic-caching is set.
2762         (gnus-html-image-fetched): Check for errors.
2763
2764 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2767         once per method on `g'.  This ensures that backends like nnfolder don't
2768         open all their folders.
2769
2770         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2771         (nnimap-request-list): Nix out group in the correct buffer.
2772         (nnimap-parse-flags): Implement by using `read' instead of
2773         hand-parsing.
2774         (nnimap-flags-to-marks): Pass on permanent-flags.
2775         (nnimap-make-process-buffer): Record the server name.
2776         (nnimap-parse-flags): Fix typo.
2777         (nnimap-request-scan): Run split on the server in general, not just a
2778         single group.
2779
2780         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2781         parameter, and propagate this downwards.
2782
2783         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2784         since EXAMINE changes it on the server.
2785
2786         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2787         this command might take a while.
2788
2789 2010-09-22  Julien Danjou  <julien@danjou.info>
2790
2791         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2792         harmful if you have 2 images side-by-side, they can't be properly
2793         update on text deletion.  Using text-property is safer here.
2794         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2795         data.
2796
2797 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * nnimap.el (nnimap-expunge-inbox): Remove.
2800         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2801         (nnimap-expunge): Flip default to t.
2802
2803         * gnus.el (gnus-method-to-server): Don't push things to the cache
2804         unless it's unique.
2805         (gnus-server-to-method): Ditto.
2806
2807 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2810
2811 2010-09-22  Julien Danjou  <julien@danjou.info>
2812
2813         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2814         get the start of data.
2815         (gnus-html-encode-url): Add this function to encode special chars in
2816         URL.
2817         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2818         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2819
2820         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2821         default.
2822         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2823
2824         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2825         images alt-text.
2826         (gnus-html-put-image): Put alt-text as help-echo.
2827
2828 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2831         * mm-util.el (mm-decompress-buffer)
2832         * nnir.el (nnir-run-find-grep)
2833         * pop3.el (pop3-list): Use 3rd arg of split-string.
2834
2835         * time-date.el (format-seconds): Comment fix.
2836
2837         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2838         and byte-optimize-form-code-walker.
2839         (dgnushack-make-auto-load): Don't advise make-autoload.
2840
2841         * lpath.el: Remove Emacs 21 stuff.
2842
2843 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2846         outside the active range.  Suggested by Dan Christensen.
2847
2848         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2849         slightly later to avoid double-getting it.
2850
2851         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2852         previous patch.
2853
2854         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2855
2856 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2857
2858         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2859
2860 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-int.el (gnus-open-server): Give a better error message in the
2863         "go offline" case.
2864
2865         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2866         marks for nnimap, which is seldom the right thing to do.
2867
2868         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2869         (gnus-same-method-different-name): New function.
2870
2871         * nnimap.el (parse-time): Require.
2872
2873         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2874         method in the presence of many similar methods.
2875
2876         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2877
2878         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2879         nnml-inhibit-expiry.
2880
2881         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2882         find out whether methods are equal.
2883
2884         * nnimap.el (nnimap-find-expired-articles): New function.
2885         (nnimap-process-expiry-targets): New function.
2886         (nnimap-request-move-article): Request the article before looking at
2887         what the Message-ID is.  Fix found by Andrew Cohen.
2888         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2889
2890         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2891         for oldness in addition to being a predicate.
2892
2893         * nnimap.el (nnimap-request-group): When we have zero articles, return
2894         the right data to Gnus.
2895         (nnimap-request-expire-articles): Only delete articles immediately if
2896         the target is 'delete.
2897
2898         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2899         method, this would bug out.
2900
2901         * gnus-group.el (gnus-group-expunge-group): Rename from
2902         gnus-group-nnimap-expunge, and implemented as a normal interface
2903         function.
2904
2905         * gnus-int.el (gnus-request-expunge-group): New function.
2906
2907         * nnimap.el (nnimap-request-create-group): Implement.
2908         (nnimap-request-expunge-group): New function.
2909
2910 2010-09-21  Julien Danjou  <julien@danjou.info>
2911
2912         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2913         (gnus-html-cache-expired): Add new function.
2914         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2915         wethever we should display image for fetch it.
2916         Compute alt-text earlier to pass it to the fetching function too.
2917         (gnus-html-schedule-image-fetching): Change function argument to only
2918         get one image at a time, not a list.
2919         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2920         cache.
2921         (gnus-html-get-image-data): New function to retrieve image data from
2922         cache.
2923         (gnus-html-put-image): Change buffer argument to use image data rather
2924         than file, and place image above region rather than inserting a new
2925         one.  Do not take alt-text as argument, since it's useless now: we place
2926         the image above alt-text.
2927         (gnus-html-prune-cache): Remove.
2928         (gnus-html-show-images): Start to fetch image when we find one, do not
2929         push into a temporary list.
2930         (gnus-html-prefetch-images): Only fetch image if they have expired.
2931         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2932         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2933
2934 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2937
2938 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2941         spec inser "*" if the group isn't active instead of 0.
2942
2943         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2944         opening the server.
2945         (nnimap-request-delete-group): Implement group deletion.
2946         (nnimap-transform-headers): Return the size of the entire message in
2947         the Bytes header, not just the size of the first part.
2948         (nnimap-request-move-article): When moving an article from nnimap,
2949         request the article first so the accepting form has an article to
2950         accept.  Reported by Dan Christensen.
2951         (nnimap-command): Make sure that the error message doesn't error out.
2952
2953 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2954
2955         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2956         we haven't requested anything.
2957
2958 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2961         "".  Fix found by Andrew Cohen.
2962
2963         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2964         instead of -encode-string.
2965
2966 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2969
2970         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2971         by mm-subst-char-in-string.
2972
2973 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2976         waiting for the connection string.
2977
2978         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2979         arriving.
2980
2981         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2982         bogus characters.  This allows selecting certain Gmail groups.
2983
2984         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2985         (nnimap-fetch-partial-articles): New variable.
2986         (nnimap-open-connection): When looking for credentials, also use the
2987         nnimap-server-port.
2988         (nnimap-request-article): Return the group/article number, so that Gnus
2989         `^' works as expected.
2990         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2991
2992         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2993         comments.
2994         (gnus-methods-sloppily-equal): New function.
2995         (gnus): When using the development version of Gnus, load the gnus-load
2996         file.
2997
2998         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2999         `gnus-open-server' on each method before trying to scan them etc.
3000         This ensures that all the backend parameters are set correctly.
3001
3002         * nnimap.el (nnimap-authenticator): New variable.
3003         (nnimap-open-connection): Allow anonymous login.
3004         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3005         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3006
3007         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3008         patch, found by Knut Anders Hatlen.
3009
3010 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3011
3012         * gnus-agent.el (gnus-agent-batch-confirmation)
3013         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3014         to gnus-message.
3015         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3016         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3017         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3018         * gnus-int.el (gnus-open-server): Likewise.
3019         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3020         (gnus-score-check-syntax): Likewise.
3021         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3022         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3023         Likewise.
3024         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3025
3026 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3029         calling conventions so that prefetch doesn't bug out.
3030
3031 2010-09-19  Julien Danjou  <julien@danjou.info>
3032
3033         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3034         rather than `subst-char-in-region' in order to be able to replace ASCII
3035         char by UTF-8 ones.
3036
3037         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3038         than curl.
3039         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3040         the right URL and ALT text on images.
3041         (gnus-html-wash-tags): Fix tag case.
3042         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3043         (gnus-article-html): Add -o display_ins_del=2 option.
3044         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3045
3046 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3049         the extra mail headers, which sometimes seem to happen for unknown
3050         reasons.
3051
3052         * mail-parse.el (mail-header-encode-parameter): Define as
3053         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3054         (or most, perhaps?) mail readers don't understand the latter, but do
3055         understand the former.
3056
3057         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3058         to nil, so that no methods are automatically agentized.  I think this
3059         is probably what most users want.
3060
3061         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3062         from url-retrieve, for instance about invalid URLs.
3063
3064         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3065         groups that have no articles.
3066         (nnimap-request-article): Check that we really got an article when we
3067         requested one.
3068
3069         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3070         doesn't exist.
3071
3072         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3073         nntp buffer so the agent can save it.
3074         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3075         that CRLF doesn't get translated to \n.
3076         (nnimap-open-connection): Don't make 'shell commands only send \n.
3077
3078 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3079
3080         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3081         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3082         Update var name.
3083         (nnml-generate-nov-file): Use dolist.
3084         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3085         Use with-current-buffer.
3086
3087 2010-09-18  Julien Danjou  <julien@danjou.info>
3088
3089         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3090         parallel.
3091
3092 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3095         the range update right.
3096         (nnimap-request-group): Don't make `M-g' bug out on group with no
3097         marks.
3098         (nnoo): Require, so that other packages can require nnimap.
3099         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3100         command we're looking for.  This helps when the server sends more
3101         responses after we've gotten everything we expected.
3102         (nnimap): Add a `newlinep' field to keep track of end-of-line
3103         conventions.
3104         Don't send CRLF to things that don't want it.
3105         (nnimap-request-accept-article): Ditto.
3106
3107 2010-09-18  Julien Danjou  <julien@danjou.info>
3108
3109         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3110         than curl to retrieve images.
3111
3112 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3115         the marks.
3116         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3117         (nnimap-wait-for-connection): New function.
3118         (nnimap-open-connection): If we have PREAUTH, don't query for login
3119         credentials.
3120         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3121         when doing a partial update.
3122
3123 2010-09-18  Julien Danjou  <julien@danjou.info>
3124
3125         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3126         tags.
3127
3128 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * nnimap.el (nnimap-credentials): New function.
3131         (nnimap-open-connection): Use the new function to look for credentials
3132         also on the numeric equivalents of "imap" and "imaps".
3133
3134         * gnus-start.el (gnus-activate-group): Send the info to
3135         gnus-request-group.
3136
3137         * nnimap.el (nnimap-request-group): Have the "check" version of the
3138         function parse flags and update the info, so that a `M-g' get a total
3139         resync of all flags from the group.
3140
3141         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3142         to allow backends to alter the info on group selection.  Also alter all
3143         the backend -request-group functions to take the parameter.
3144
3145         * nnimap.el (nnimap-store-info): New function.
3146         (nnimap-update-info): Store the info for later usage.
3147         (nnimap-request-group): Use the stored info for the dont-check case, so
3148         that we don't retrieve all marks when we enter a group.
3149
3150         * nnimap.el: Use deffoo instead of defun for interface functions.
3151
3152         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3153         update the group info.  This makes the nndraft groups, for instance, go
3154         back to their old behaviour.
3155
3156         * gnus-sum.el (gnus-select-newsgroup): Indent.
3157
3158         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3159         in.
3160         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3161         nothing.
3162
3163         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3164         from methods that are denied.
3165
3166         * gnus-int.el (gnus-method-denied-p): New function.
3167
3168         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3169         store the password instead of netrc.
3170         (nnimap-open-connection): Don't error out when we can't make a
3171         connections.
3172
3173         * auth-source.el (auth-source-create): In the password prompt, say what
3174         we're querying for.  Also prompt for user name if that hasn't been
3175         given.
3176
3177         * nnimap.el (nnimap-with-process-buffer): Remove.
3178
3179 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3182         method when we're reading from the agent.
3183
3184         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3185
3186         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3187         that's probably most useful for users.
3188
3189         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3190         "failed" all the time.
3191
3192         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3193         ...)) with (with-current-buffer ... ).
3194
3195         * nntp.el (nntp-open-server): Return whether the open was successful or
3196         not.
3197
3198         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3199         select an unread unseen article first.
3200
3201         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3202         /etc/services, supply some sensible port defaults.
3203
3204         * dgnushack.el: Define netrc-credentials.
3205
3206 2010-09-17  Julien Danjou  <julien@danjou.info>
3207
3208         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3209
3210 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3211
3212         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3213         doesn't have any parameters.
3214
3215 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3218         only upcased checks.
3219
3220         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3221
3222         * nnimap.el (nnimap-open-shell-stream): New function.
3223         (nnimap-open-connection): Use it.
3224         (nnimap-transform-headers): Get the number of lines in each message.
3225         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3226         number of lines.
3227         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3228         problem.
3229
3230         * utf7.el (utf7-encode): Autoload.
3231
3232         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3233         to allow the mail splitting to not return a default group.  This is
3234         useful for nnimap, which will leave unmatched mail in the inbox.
3235
3236         * nnimap.el: Rewritten.
3237
3238         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3239         nnimap usage.
3240
3241         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3242         if the move is internal, so that nnimap can do fast internal moves.
3243
3244         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3245         data.
3246         (gnus-read-active-for-groups): Support finishing the early retrieval of
3247         data.
3248
3249         * gnus-range.el (gnus-range-nconcat): New function.
3250
3251         * gnus-int.el (gnus-finish-retrieve-group-infos)
3252         (gnus-retrieve-group-data-early): New functions.
3253
3254 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3255
3256         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3257         (nnrss-retrieve-groups):
3258         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3259         (pop3-quit): Use with-current-buffer.
3260
3261 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3264         instead of nnheader-accept-process-output.
3265
3266         * dgnushack.el (dgnushack-compile): Add comment.
3267
3268         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3269
3270         * gnus-html.el (gnus-html-schedule-image-fetching)
3271         (gnus-html-prefetch-images): Replace process-kill-without-query by
3272         gnus-set-process-query-on-exit-flag.
3273
3274 2010-09-16  Romain Francoise  <romain@orebokech.com>
3275
3276         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3277
3278 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3281         parameter to unintern is mandatory-ish in Emacs 24.
3282
3283         * gnus-html.el (gnus-html-schedule-image-fetching)
3284         (gnus-html-prefetch-images): Check for curl before using it.
3285
3286         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3287         depend on curl, which isn't essential.
3288
3289         * imap.el: Revert back to version
3290         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3291         seem problematic.
3292
3293 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3294
3295         * gnus-registry.el (gnus-registry-install-shortcuts):
3296         Explicitly pass `obarray' to `unintern' to avoid a warning.
3297
3298 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3301         change.
3302
3303         * nnrss.el (nnrss-request-list): Remove this function and related
3304         functions, including the moreover stuff.
3305
3306 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * nnrss.el (nnrss-retrieve-groups): New function.
3309
3310 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3311
3312         * .dir-locals.el: Add no-byte-compile cookie.
3313
3314 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * time-date.el (format-seconds): Comment fix.
3317
3318         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3319         for back end that doesn't support request-scan.
3320
3321 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3324         then do request scans from the backends.
3325
3326         * netrc.el (netrc-credentials): New conveniency function.
3327
3328         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3329         avoid running a hook per line, since this takes a lot of time,
3330         profiling shows.
3331         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3332         directly if gnus-visual-p is true.
3333
3334 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3337         groups; replace mapcar with dolist which is a bit faster; pass groups
3338         info to gnus-read-active-file-1.
3339         (gnus-read-active-file-1): Scan only specified groups if the new
3340         optional arg `infos' is given.
3341
3342 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3345
3346         * pop3.el (pop3-movemail): Remove.
3347         (pop3-streaming-movemail): Rename to pop3-movemail.
3348
3349         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3350         don't restrict end-tag searches to the end of the line.
3351
3352 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3355         articles of every unchecked group to t, which means unknown since the
3356         server has never been opened.
3357
3358 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-html.el (gnus-html-show-alt-text): New command.
3361         (gnus-html-browse-image): Ditto.
3362         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3363         to browse the image directly.
3364         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3365         better.
3366
3367         * gnus-async.el (gnus-async-article-callback):
3368         Call `gnus-html-prefetch-images' unconditionally.
3369
3370         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3371         before feeding URLs to curl.
3372
3373 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3376         internal images as deletable by `W D D'.
3377
3378         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3379         (gnus-async-article-callback): Fix typo.
3380
3381 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3384         current line to work around bugs in the output from w3m.
3385
3386         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3387         for groups that want that.
3388
3389         * nntp.el (nntp-wait-for-string): Supply a timeout for
3390         accept-process-output to ensure progress.
3391
3392         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3393         level to get unread articles from, then use that for foreign groups,
3394         too.
3395
3396         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3397         confuses the rest of the function.
3398
3399         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3400         for the methods that support -retrieve-groups, too.
3401
3402         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3403
3404 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3407         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3408
3409         * pop3.el: Require cl when compiling.
3410         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3411
3412 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3415         that aren't going to be activated.
3416         (gnus-get-unread-articles): Fix up the last commit.
3417
3418         * gnus-html.el (gnus-article-html): Allow calling without specifying
3419         the handle.  In that case, dissect the buffer first.
3420
3421         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3422
3423         * nnimap.el (nnimap-open-connection): Revert the change that would look
3424         into authinfo for imaps instead of imap.
3425
3426         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3427         say that you don't want to call gnus-request-group with don-check, but
3428         do check the reponse.  This is for virtual groups only.
3429         (gnus-get-unread-articles): Count the archive groups as secondary, so
3430         that they're activated the same way as before.
3431
3432         * imap.el (imap-message-map): Removed optional buffer parameter, since
3433         no callers use it.
3434         (imap-message-get): Ditto.
3435         (imap-message-put): Ditto.
3436         (imap-mailbox-map): Ditto.
3437         (imap-mailbox-put): Ditto.
3438         (imap-mailbox-get): Ditto.
3439         (imap-mailbox-get): Revert last change for this function.
3440
3441         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3442         case-insensitively.
3443         (nnimap-debug): Remove.
3444
3445         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3446         to use `imap-fetch' instead.  According to the comments, this should be
3447         safe, since all other IMAP clients use the 1:* syntax.
3448         (imap-enable-exchange-bug-workaround): Removed.
3449         (imap-debug): Removed -- doesn't seem very useful.
3450
3451         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3452         mail from a file, and the file doesn't exist.
3453
3454         * imap.el (imap-log): New convenience function used throughout instead
3455         of repeating the same code all over the place.
3456
3457         * pop3.el (pop3-streaming-movemail): Return t for success.
3458
3459         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3460         .authinfo if we're using ssl connection.
3461
3462         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3463         already have if we're in a main Gnus `g' run.
3464
3465         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3466
3467 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3470
3471         * nnmh.el (nnmh-request-list-1): Bind `file'.
3472
3473         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3474         alias to set-process-query-on-exit-flag or process-kill-without-query.
3475         (pop3-open-server): Use it.
3476
3477 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3480         box to the Incoming file.  Fixes mistake in previous checkin.
3481
3482         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3483         request loop (for debugging purposes) removed.
3484
3485         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3486         culprit is more visible.
3487         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3488         (nnml-add-incremental-nov): New functions to do "incremental" nov
3489         updates, where we just append to the end of the existing nov files
3490         without reading/writing them in full.
3491
3492         * mail-source.el (mail-source-delete-crash-box): Really only check the
3493         incoming files once in a while.
3494
3495         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3496
3497         * mail-source.el (mail-source-delete-crash-box): Only check the
3498         incoming files for deletion once per day to save a lot of file
3499         accesses.
3500
3501         * pop3.el (pop3-logon): Fix up unbound variable typo.
3502
3503         * mail-source.el (pop3-streaming-movemail): Autoload.
3504
3505         * pop3.el (pop3-streaming-movemail):
3506         Respect pop3-leave-mail-on-server.
3507
3508         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3509         retrieval.
3510
3511         * pop3.el (pop3-process-filter): Remove unused function.
3512         (pop3-streaming-movemail, pop3-send-streaming-command)
3513         (pop3-wait-for-messages, pop3-write-to-file)
3514         (pop3-number-of-responses): New functions for streaming pop3
3515         retrieval.
3516
3517         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3518         come from no known methods.
3519         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3520         list.
3521
3522         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3523         message sizes.
3524         (pop3-movemail): Use erase-buffer instead of looping and deleting
3525         regions, which seems rather odd.
3526
3527         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3528         file once per `g' run.
3529
3530         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3531         directories.  This makes the draft queue directory work.
3532
3533         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3534         data from the backends, so that we only request the list of groups from
3535         each method once.  This should speed things up considerably.
3536
3537         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3538         detect that it's not implemented.
3539
3540         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3541         we actually do recurse down into the tree, but don't stat all leaf
3542         nodes.
3543
3544         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3545         then say so instead of bugging out.
3546
3547         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3548         files exist before trying to read them.
3549
3550         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3551         around <pre_int>.
3552
3553         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3554
3555         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3556
3557 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * mm-util.el (mm-image-load-path): Just return the image directories,
3560         not all directories in the path in addition to the image directories.
3561         (mm-image-load-path): Maintain a cache of the image directories so that
3562         the `g' command in Gnus doesn't have to stat dozens of directories each
3563         time.
3564
3565         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3566         (gnus-html-wash-tags): Add a new `i' command to insert images.
3567         (gnus-html-insert-image): New command and keystroke.
3568         (gnus-html-redisplay-with-images): New command and keystroke.
3569         (gnus-html-show-images): Rename command.
3570         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3571         spacers.
3572         (gnus-html-wash-tags): Decode entities at the end, so that entities
3573         inside the tags don't mess up the rest of the "parsing".
3574
3575         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3576         so that nnimap methods aren't agentized by default.  There's apparently
3577         many problems related to agent/imap behaviour.
3578
3579         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3580
3581         * gnus-html.el: Doc fix.
3582
3583 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3586         specifier-spec-list for Emacs 21.
3587
3588         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3589         glyph-width and glyph-height instead of display-graphic-p and
3590         image-size; make avoidance of displaying small images work for XEmacs.
3591
3592         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3593         for XEmacs.
3594
3595         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3596         of symbol that holds plist data.
3597         (gnus-process-plist): Remove plist of process after getting it.
3598
3599 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * message.el (message-generate-hashcash): Change default to
3602         'opportunistic if hashcash is installed.
3603
3604         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3605         (gnus-html-put-image): Only call image-size once, since it's somewhat
3606         time-consuming on remote X servers.
3607
3608 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3611         type on data, not a file name.
3612
3613         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3614         window-pixel-edges for Emacs 21.
3615
3616         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3617         decoded contents.
3618         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3619
3620 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3623         group line format, since it isn't very interesting.
3624
3625         * gnus-agent.el (gnus-agent-short-article),
3626         (gnus-agent-long-article): Increase values for these two variables,
3627         since most people are likely to have more network connection and
3628         storage than before.
3629
3630         * gnus.el (gnus-refer-article-method): Change default to 'current.
3631         When referring an article, the common behaviour is to refer it from the
3632         current select method, not the native select method.  The chances of
3633         the native select method having the message in question is rather slim
3634         these days.
3635
3636         * gnus-sum.el (gnus-auto-select-subject): Change default to
3637         `unseen-or-unread'.  I think it's likely that most people want to
3638         select an unseen article over a previously seen, but unread one.
3639
3640         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3641         means that in the article buffer none of the minor mode elements will
3642         be shown, usually, and this is not desirable in most cases.
3643
3644         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3645         that commands like `d' (and the like) go to the next line in the
3646         buffer, instead of the next unread article.  I think this is the
3647         behaviour that is most natural for most users.
3648         (gnus-single-article-buffer): Change default to nil, so that people can
3649         have as many article buffers open as they have summary buffer.  I think
3650         this is the most natural way for the groups to behave.
3651
3652         * message.el (message-generate-new-buffers): Change default to
3653         `unsent', so that all new message buffers start their names with the
3654         string "*unsent", and it's easier to find the buffers if you move from
3655         them.
3656
3657 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3660         small.  They're probably tracking images.
3661         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3662         (gnus-html-rescale-image): Yet another try at getting the image sizing
3663         right.
3664
3665         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3666         nntp-marks-file-name is nil.
3667
3668 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3669
3670         * gnus-html.el (gnus-html-wash-tags)
3671         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3672         Better logging.
3673
3674 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3677
3678         * gnus-html.el (gnus-html-wash-tags): Check the value of
3679         gnus-blocked-images in the summary buffer.
3680
3681 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3684
3685 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3688         like "a", it seems like.
3689         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3690         since it needs to be picked from the correct buffer.
3691
3692         * nnwfm.el: Remove.
3693
3694         * nnlistserv.el: Remove.
3695
3696 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3699         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3700
3701 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * nnkiboze.el: Remove.
3704
3705         * nndb.el: Remove.
3706
3707         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3708         alt text.
3709         (gnus-html-rescale-image): Try to get the rescaling logic right for
3710         images that are just wide and not tall.
3711
3712         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3713         overshadow variable bindings.
3714
3715 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3716
3717         * gnus-html.el (gnus-html-wash-tags)
3718         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3719         Add extra logging.
3720
3721 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3724         (gnus-max-image-proportion): New variable.
3725         (gnus-html-rescale-image): New function.
3726         (gnus-html-put-image): Rescale images.
3727
3728 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3729
3730         Fix up some byte-compiler warnings.
3731         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3732         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3733         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3734         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3735         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3736         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3737         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3738
3739 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * gnus-html.el (gnus-article-html): Decode contents by charset.
3742
3743 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3746         (gnus-html-frame-width, gnus-blocked-images)
3747         * message.el (message-prune-recipient-rules): Add custom version.
3748         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3749
3750         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3751         functions.
3752
3753         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3754         gnus-process-get.
3755
3756 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3757
3758         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3759         instead of lsub directly.
3760
3761 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * nnwarchive.el: Remove.
3764
3765         * gnus-soup.el: Remove.
3766
3767         * nnsoup.el: Remove.
3768
3769         * nnultimate.el: Remove.
3770
3771         * gnus-html.el (gnus-blocked-images): New variable.
3772
3773         * message.el (message-prune-recipients): New function.
3774         (message-prune-recipient-rules): New variable.
3775
3776         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3777         guess whether a long line is natural text or not.
3778
3779         * gnus-html.el (gnus-html-schedule-image-fetching):
3780         Use gnus-process-plist and friends for compatibility.
3781
3782 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3783
3784         * gnus-html.el: Require packages that define macros used in this file.
3785         (gnus-article-mouse-face): Declare to silence byte-compiler.
3786         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3787         process-get.
3788         (gnus-html-put-image): Use plist-get to avoid getf.
3789         (gnus-html-prefetch-images): Use with-current-buffer.
3790
3791 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-ems.el: Provide compatibility functions for
3794         gnus-set-process-plist.
3795
3796         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3797         header-line-format for XEmacs 21.4.
3798
3799         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3800         * gnus.el (gnus-valid-select-methods)
3801         * message.el (message-send-mail-partially-limit)
3802         * mm-decode.el (mm-text-html-renderer)
3803         * mml.el (mml-insert-mime-headers-always)
3804         * smiley.el (smiley-regexp-alist): Bump custom version.
3805
3806 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus-html.el: require mm-url.
3809         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3810         with the url to `url'.
3811         (gnus-html-wash-tags): Support cid: URLs/images.
3812
3813 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3816         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3817         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3818
3819         * gnus-move.el: Remove file, since it doesn't really work.
3820
3821         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3822         UTF-8.  This seems to fix problems with some German web feeds.
3823
3824         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3825         at the top so that the proper colours are applied.
3826
3827         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3828         don't have dots in their names.
3829
3830         * gnus-art.el (gnus-article-view-part): Doc fix.
3831
3832         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3833         XEmacs-compatible.
3834         (gnus-html-put-image): Don't do images on non-graphic displays.
3835
3836         * nnslashdot.el: Remove this unused backend.
3837
3838         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3839         actions.
3840         (gnus-undo-register-1): Revert last change.
3841
3842         * gnus-group.el (gnus-group-completing-read): Protect against not
3843         having completion-styles bound.
3844
3845         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3846         make broken recipients happier.
3847
3848         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3849
3850         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3851         point parameter.
3852
3853         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3854
3855         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3856         completion-styles for group selection.
3857
3858 2009-02-04  Andreas Schwab  <schwab@suse.de>
3859
3860         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3861         headers and regexp-quote the match if necessary.
3862
3863 2009-03-24  Miles Bader  <miles@gnu.org>
3864
3865         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3866         the blinking smiley.
3867
3868 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3869
3870         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3871         blink smiley.
3872
3873 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3876         where the dribbel file lives exists.
3877
3878         * message.el (message-send-mail-partially-limit): Change the default to
3879         nil, since most people don't want this.
3880
3881         * mm-url.el (mm-url-decode-entities): Also decode entities like
3882         &#x3212.
3883
3884 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3885
3886         * gnus-sum.el (gnus-summary-idna-message):
3887         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3888         Hyperlink urls in docstrings with URL `...'.
3889
3890 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3891
3892         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3893         functions.
3894
3895 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3898         say what the mouseover text should be.
3899
3900         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3901         version of the mm-w3m-safe-url-regexp variable to only download images
3902         in the groups where we want that to happen.
3903
3904         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3905
3906         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3907         easier debugging.
3908         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3909         big pictures in the article buffer.
3910
3911         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3912         gnus-article-html.
3913         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3914         w3m.
3915
3916         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3917
3918 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3921         which doesn't exist.
3922
3923         * message.el (message-inhibit-ecomplete): New variable to allow some
3924         function to inhibit ecomplete address storage.
3925         (message-resend): Disable ecomplete message storage when resending
3926         messages.
3927
3928         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3929
3930 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3933         Save excursion while copying, moving, and deleting articles in order to
3934         prevent the cursor from jumping to unforeseen place.
3935
3936 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * lpath.el: No need to bind bookmark-current-buffer,
3939         bookmark-yank-point and bookmark-make-record-function.
3940
3941 2010-08-17  Glenn Morris  <rgm@gnu.org>
3942
3943         * gnus-sync.el: Require gnus components whose functions are used.
3944
3945         * gnus-art.el (bookmark-make-record-function):
3946         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3947         Declare for compiler.
3948
3949         * mm-url.el (mml-compute-boundary): Autoload.
3950
3951 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3954
3955 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3956
3957         Typo fix "hoo4a" -> "hook".
3958
3959         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3960
3961 2010-08-14  Glenn Morris  <rgm@gnu.org>
3962
3963         * gnus-sync.el (gnus-sync): Fix defgroup version.
3964
3965 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3968
3969         * gnus-sync.el: Fix docs.
3970         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3971         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3972
3973 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         Optimizations for gnus-sync.el.
3976
3977         * gnus-sync.el: Add docs about gnus-sync-backend
3978         possibilities.
3979         (gnus-sync-save): Remove unnecessary message.
3980         (gnus-sync-read): Optimize and show what groups were skipped.
3981
3982 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3983
3984         Minor bug fixes for gnus-sync.el.
3985
3986         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3987         Don't read the sync on get-new-news.
3988
3989         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3990         quiet.
3991
3992         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3993         (fix typo).
3994
3995 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3996
3997         Make saving and restoring of hidden threads work with overlays.
3998         Patch applied by Ted Zlatanov.
3999
4000         * gnus-sum.el (gnus-hidden-threads-configuration)
4001         (gnus-restore-hidden-threads-configuration): Update to deal with text
4002         properties, rather than searching for a magic character.
4003
4004 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4005
4006         New gnus-sync.el library for synchronization of marks.
4007
4008         * gnus-sync.el: New library for synchronization of marks.
4009
4010         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4011         renamed from `gnus-registry-grep-in-list'.
4012
4013         * gnus-registry.el (gnus-registry-follow-group-p):
4014         Use `gnus-grep-in-list'.
4015
4016         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4017
4018 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4021         determining charset of text fails.
4022
4023 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * nnmail.el (nnmail-get-new-mail-1): Revert.
4026
4027         * nnml.el (nnml-active-number): Make sure names of newly created groups
4028         in nnml-group-alist are encoded.
4029
4030 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4033         containing non-ASCII characters in active file for nnml back end.
4034
4035 2010-07-24  David Engster  <dengste@eml.cc>
4036
4037         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4038         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4039
4040 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4041
4042         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4043         tag (Bug#6654).
4044
4045 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4048         the article buffer, not the summary buffer.
4049
4050 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4053         Emacs 23 as well.
4054
4055 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4058         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4059
4060 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4061
4062         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4063         Patch applied by Karl Fogel.
4064
4065         * gnus-sum.el (gnus-summary-bookmark-make-record):
4066         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4067
4068 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4069
4070         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4071         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4072         C-w still not working correctly from Article buffers; Thierry's
4073         patch to fix that will be applied after this.
4074
4075         * gnus-art.el (bookmark-make-record-function): New local variable.
4076
4077         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4078         article buffer.
4079         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4080
4081 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4082
4083         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4084         on changes in bookmark.el.
4085
4086 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4089         `no-log' instead of message not to log prompt string.
4090
4091 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4092
4093         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4094         the *other* type of HTML form submission.
4095
4096 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4097
4098         * auth-source.el (auth-source-pick): If choice does not contain a
4099         questioned keyword, set the check to t.
4100
4101 2010-06-12  Romain Francoise  <romain@orebokech.com>
4102
4103         * gnus-util.el (gnus-date-get-time): Move up before first use.
4104
4105 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4108         (gnus-article-edit-part): Bind it to make last part that is substituted
4109         or deleted visible.
4110         (gnus-mime-display-single): Buttonize part of which id equals to
4111         gnus-mime-buttonized-part-id.
4112
4113 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4114
4115         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4116         (gnus-dd-mmm): Use gnus-date-get-time.
4117         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4118         simplify logic.
4119         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4120         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4121
4122 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4123
4124         * auth-source.el (top): Autoload `secrets-list-collections',
4125         `secrets-create-item', `secrets-delete-item'.
4126         (auth-sources): Fix tag string.
4127         (auth-get-source, auth-source-retrieve, auth-source-create)
4128         (auth-source-delete): New defuns.
4129         (auth-source-pick): Rewrite in order to avoid 2 passes.
4130         (auth-source-forget-user-or-password): New parameter USERNAME.
4131         (auth-source-user-or-password): New parameters CREATE-MISSING and
4132         DELETE-EXISTING.  Retrieve password interactively, if needed.
4133
4134 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4135
4136         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4137         deleting unused directories when gnus-expert-user is t.
4138
4139 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4142         for each temp file when gnus-article-browse-delete-temp is ask.
4143
4144 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4145
4146         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4147         Lisp calls to delete-backward-char by calls to delete-char.
4148
4149 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4150
4151         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4152
4153 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4154
4155         * password-cache.el (password-cache-remove): Fix docstring.
4156
4157 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4160         article unless decoding article to be saved.
4161
4162 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4165         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4166         generated within the mm-with-unibyte-current-buffer macro.
4167
4168 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4171         to nil when we're in a mml-preview buffer and no group is selected.
4172
4173 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4174
4175         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4176         when catching the `C-g'.  Reported by "Leo".
4177
4178 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * message.el (message-forward-make-body-plain)
4181         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4182         multibyte-string-p.
4183
4184         * lpath.el: Revert.
4185
4186 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * message.el (message-forward-make-body-mml): Assume original message
4189         is multibyte string; error on unibyte.
4190         (message-forward-make-body-plain): Ditto; don't add excessive newline
4191         in body end.
4192
4193         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4194
4195 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4196
4197         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4198         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4199
4200 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * mm-extern.el (mm-extern-url): Don't use
4203         mm-with-unibyte-current-buffer.
4204         (mm-extern-cache-contents): Use with-current-buffer instead of
4205         save-excursion + set-buffer.
4206
4207 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * mm-util.el (mm-emacs-mule): Remove.
4210
4211 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4212
4213         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4214         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4215         change.
4216
4217 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4220         bind the default value of enable-multibyte-characters to nil.
4221
4222 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * message.el (message-forward-make-body-plain)
4225         (message-forward-make-body-mml):
4226         Don't use mm-with-unibyte-current-buffer.
4227
4228 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4231
4232 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4233
4234         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4235         (Bug#5592).
4236
4237 2010-05-07  Julien Danjou  <julien@danjou.info>
4238
4239         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4240         it to mm-pipe-part.
4241
4242         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4243         it is given.
4244
4245 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * binhex.el (binhex-decode-region-internal)
4248         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4249         (dns-query)
4250         * nnweb.el (nnweb-gmane-search)
4251         * pgg-parse.el (pgg-parse-armor)
4252         * pgg.el (pgg-verify-region)
4253         * sha1.el (sha1-string-external)
4254         * uudecode.el (uudecode-decode-region-internal)
4255         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4256         XEmacs.
4257
4258         * gnus-art.el (gnus-article-browse-html-parts)
4259         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4260         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4261         make-temp-file.
4262
4263         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4264         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4265         compiling.
4266
4267         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4268         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4269         XEmacs when compiling.
4270
4271         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4272         gnus-pick-mode-off-hook for XEmacs when compiling.
4273         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4274         gnus-binary-mode-off-hook for XEmacs when compiling.
4275
4276         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4277         Return nil if char-charset is not available.
4278
4279         * imap.el (imap-disable-multibyte)
4280         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4281         macros.
4282
4283         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4284         instead of encode-coding-string.
4285
4286         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4287         'xemacs) instead of mm-emacs-mule to switch function definitions.
4288         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4289
4290         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4291         bind temporary-file-directory for XEmacs;
4292         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4293         timer-set-function for XEmacs 21.4 and SXEmacs;
4294         bind timer-list for XEmacs 21.4 and SXEmacs;
4295         fbind char-charset and find-charset-region for non-Mule XEmacs;
4296         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4297         encode-coding-region and encode-coding-string for XEmacs having no
4298         file-coding feature.
4299
4300 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4301
4302         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4303
4304 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4307         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4308
4309 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4310
4311         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4312         alias `jka-compr-delete-temp-file' no longer exists.
4313
4314 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4315
4316         Use define-minor-mode in Gnus where applicable.
4317         * mml.el (mml-mode): Use define-minor-mode.
4318         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4319         (gnus-undo-mode): Use define-minor-mode.
4320         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4321         (gnus-dead-summary-mode): Use define-minor-mode.
4322         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4323         Initialize in declaration.
4324         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4325         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4326         (gnus-mailing-list-mode): Use define-minor-mode.
4327         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4328         (gnus-draft-mode): Use define-minor-mode.
4329         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4330         (gnus-dired-mode): Use define-minor-mode.
4331
4332 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4333
4334         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4335         handles on recursive mml-to-mime translation and check them for
4336         boundary delimiter collisions.  Reported by Greg Troxel.
4337
4338 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4341
4342 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4343
4344         * mm-util.el (mm-find-buffer-file-coding-system):
4345         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4346
4347 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4348
4349         * message.el (message-generate-headers): Record insertion of optional
4350         headers as well.  Otherwise the check to prevent repeated insertion of
4351         optional headers is a no-op.
4352
4353 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4354
4355         * smime.el: Don't mention CVS.
4356
4357         * nnrss.el (nnrss-fetch): Don't mention CVS.
4358
4359         * nnir.el: Don't mention CVS.
4360
4361 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4362
4363         * gnus-sum.el (gnus-summary-bookmark-make-record):
4364         Add `location' field.
4365
4366 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * lpath.el: Fbind bookmark-default-handler,
4369         bookmark-get-bookmark-record, bookmark-make-record-default,
4370         bookmark-prop-get for Emacs <23 and XEmacs.
4371
4372 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4373
4374         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4375         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4376         Use with-current-buffer to silence the byte-compiler.
4377         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4378         bother to require `gnus'.
4379         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4380
4381 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4382
4383         * gnus-sum.el (gnus-summary-bookmark-make-record)
4384         (gnus-summary-bookmark-jump): New functions.
4385         (gnus-summary-mode): Setup bookmark support.
4386
4387 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4388
4389         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4390         if set.
4391
4392 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4395         gnus-article-browse-html-save-cid-image; make it work recursively for
4396         forwarded messages as well.
4397         (gnus-article-browse-html-parts): Work when prefix arg is given.
4398         (gnus-article-browse-html-article): Doc fix.
4399
4400 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4401
4402         * message.el (message-default-mail-headers):
4403         (message-default-headers): Carry the value mail-default-headers over
4404         into message-default-mail-headers, rather than message-default-headers.
4405
4406 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4407
4408         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4409         charset.
4410
4411         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4412         charset into the <meta> tag when the article is encoded to utf-8.
4413
4414 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-art.el (gnus-article-browse-delete-temp-files):
4417         Delete directories as well.
4418         (gnus-article-browse-html-parts): Work for images that do not specify
4419         file names; delete temp directory when quitting; insert header at the
4420         right place; use file: scheme for image files.
4421
4422 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4423
4424         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4425         (gnus-article-browse-html-parts): Use it to make temporary cid image
4426         files in addition to html file so that browser may display them.
4427
4428 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4431
4432 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4435
4436 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * auth-source.el (auth-sources): Change default to be simpler.
4439         Explain about Secret Service API sources.  Improve Customize options.
4440         (auth-source-pick): Change to accept any number of search parameters.
4441         Implement fallbacks iteratively, not recursively.  Add scoring on the
4442         second pass and sort by score.  Call Secret Service API when needed.
4443         (auth-source-user-or-password): Use it.  Call Secret Service API
4444         directly when needed to get the user name and the password.
4445
4446 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4447
4448         * message.el (message-interactive): Doc fix.
4449         (message-qmail-inject-args): Reflow.
4450         (message-kill-to-signature): Fix typo in docstring.
4451
4452         * smiley.el (smiley-buffer): Fix typo in docstring.
4453
4454 2010-03-24  Glenn Morris  <rgm@gnu.org>
4455
4456         * mail-source.el (gnus-message): Declare.
4457         (mail-source-delete-old-incoming): Require gnus-util.
4458
4459 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4462
4463         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4464
4465         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4466         password-cache's default if it is not bound.
4467         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4468         password-cache-expiry's default if it is not bound.
4469
4470         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4471         available in Emacs 21.
4472
4473         * lpath.el: Suppress compiler warnings for:
4474         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4475         XEmacs;
4476         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4477         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4478         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4479
4480 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         * auth-source.el (auth-sources): Fix up definition so extra parameters
4483         are always inline.
4484
4485 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4486
4487         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4488         wasn't updated after mismatch.  Clear cached mailbox info correctly
4489         when uidvalidity changes.
4490         (nnimap-group-prefixed-name): New function to avoid some code
4491         duplication.
4492         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4493         (nnimap-request-group): Use it.
4494         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4495         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4496         with many imap folders.  This is done by caching the group status from
4497         the imap server persistently in a group parameter `imap-status'.  (This
4498         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4499         but not persistently, so every Gnus startup was still very slow.)
4500
4501 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4504         delete the extra newline.  Otherwise editing of :string and :number
4505         types don't work.
4506
4507 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4508
4509         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4510         secrets.el dependency.
4511         (auth-sources): Add optional user name.  Add secrets.el configuration
4512         choice (unused right now).
4513
4514 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * gnus-sum.el (gnus-summary-make-menu-bar):
4517         Let `gnus-registry-install-shortcuts' fill in the functions.
4518
4519         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4520         warnings.
4521         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4522         (gnus-registry-install-shortcuts): Populate and use it in a
4523         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4524
4525 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4526
4527         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4528         In-place substitutions for the group name encoding/decoding.
4529         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4530         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4531         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4532         (nnimap-update-unseen, nnimap-request-list)
4533         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4534         (nnimap-request-set-mark, nnimap-split-to-groups)
4535         (nnimap-split-articles, nnimap-request-newgroups)
4536         (nnimap-request-create-group, nnimap-request-accept-article)
4537         (nnimap-request-delete-group, nnimap-request-rename-group)
4538         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4539         `encoded-mbx' for consistency.
4540         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4541         variable `imap-current-mailbox'.
4542
4543         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4544         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4545
4546 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4547
4548         * pop3.el (pop3-display-message-size-flag): Display message size byte
4549         counts during POP3 download.
4550         (pop3-movemail): Use it.
4551         (pop3-list): Implement listing of available messages.
4552
4553 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4554
4555         * nnir.el (nnir-get-article-nov-override-function): New function to
4556         override the normal NOV retrieval.
4557         (nnir-retrieve-headers): Use it.
4558
4559 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4560
4561         * auth-source.el (netrc-machine-user-or-password): Autoload.
4562
4563 2010-03-19  Glenn Morris  <rgm@gnu.org>
4564
4565         Stop message.el from loading about 40 libraries it doesn't always need.
4566         The general approach is to autoload rather than require, and to
4567         require in the specific functions rather than the file.  (Bug#5642)
4568
4569         * gmm-utils.el: Don't require wid-edit.
4570         (widget-create-child-value, widget-convert, widget-default-get):
4571         Autoload.
4572
4573         * gnus-util.el: Don't require time-date, netrc.
4574         (message-fetch-field, gnus-group-name-decode): Declare rather than
4575         autoloading.
4576         (gnus-fetch-field): Require message.
4577         (gnus-decode-newsgroups): Require gnus-group.
4578
4579         * ietf-drums.el: Don't require time-date.
4580
4581         * message.el: Don't require hashcash, canlock, ecomplete.
4582         Do require mail-utils.  Require nnheader only when compiling.
4583         (smtpmail-default-smtp-server): Remove declaration.
4584         (message-send-mail-function): Check smtpmail-default-smtp-server
4585         is bound rather than requiring smtpmail.
4586         (message-auto-save-directory, message-insert-signature):
4587         Use expand-file-name rather than nnheader-concat.
4588         (nnheader-insert-file-contents): Autoload.
4589         (hashcash-wait-async): Declare.
4590         (message-send-mail): Only call gnus-setup-posting-charset if
4591         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4592         (message-send-mail-with-sendmail): Require sendmail.
4593         (canlock-password, canlock-password-for-verify): Declare.
4594         (message-canlock-password): Require canlock.
4595         (nnheader-get-report): Autoload.
4596         (gnus-setup-posting-charset): Declare.
4597         (message-send-news): Require gnus-msg.
4598         (message-make-references, message-make-in-reply-to): Use mail-header-id
4599         rather than the alias mail-header-message-id.
4600         (ecomplete-add-item, ecomplete-save): Declare.
4601         (message-put-addresses-in-ecomplete): Require ecomplete.
4602         (ecomplete-display-matches): Autoload.
4603
4604         * mm-decode.el: Don't require mailcap, gnus-util.
4605         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4606         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4607         Autoload.
4608         (mailcap-mime-extensions): Declare.
4609
4610         * mm-encode.el: Don't require mailcap.
4611         (mailcap-extension-to-mime): Autoload.
4612
4613         * mml-sec.el: Don't require password-cache.
4614
4615         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4616         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4617         (mml-minibuffer-read-type): Require mailcap.
4618         (mml-preview): Require gnus-msg.
4619
4620         * mml1991.el: Require password-cache.
4621         (password-cache-expiry): Remove declaration.
4622
4623         * mml2015.el: Require password-cache.
4624         (password-cache-expiry): Remove declaration.
4625
4626         * nneething.el (mailcap): Require mailcap.
4627
4628         * nnheader.el (declare-function): Add compatibility stub.
4629         (message-remove-header): Declare rather than autoload.
4630         (nnheader-replace-header): Require message.
4631
4632         * nnimap.el (declare-function): Add compatibility stub.
4633         (netrc-parse, netrc-machine-user-or-password): Declare.
4634         (nnimap-open-connection): Require netrc.
4635
4636         * nntp.el (declare-function): Add compatibility stub.
4637         (netrc-parse, netrc-machine, netrc-get): Declare.
4638         (nntp-send-authinfo): Require netrc.
4639
4640         * rfc2047.el: Don't require qp.
4641         (quoted-printable-encode-region, quoted-printable-decode-string):
4642         Autoload.
4643
4644         * sieve-mode.el: Don't require easymenu.
4645         (easy-menu-add-item): Autoload it.
4646
4647         * spam-stat.el (time-to-number-of-days): Autoload it.
4648
4649 2010-03-19  Glenn Morris  <rgm@gnu.org>
4650
4651         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4652
4653 2010-03-18  Glenn Morris  <rgm@gnu.org>
4654
4655         * hashcash.el (declare-function): Remove duplicate definition.
4656
4657 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4658
4659         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4660         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4661         value if any backslash escapes).
4662
4663 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4666         if it is available.  (bug#5647)
4667
4668         * lpath.el: Suppress compiler warning for coding-system-from-name for
4669         Emacs 21 and XEmacs.
4670
4671 2010-03-14  Juri Linkov  <juri@jurta.org>
4672
4673         * hmac-def.el:
4674         * hmac-md5.el:
4675         * netrc.el: Fix keywords.
4676
4677 2010-02-26  Glenn Morris  <rgm@gnu.org>
4678
4679         * message.el (message-send-mail-function): Change the default, so that
4680         it inherits from a customized send-mail-function.  (Bug#5643)
4681
4682 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4683
4684         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4685         shell-command-to-string signals an error (bug#5299).
4686
4687 2010-02-24  Glenn Morris  <rgm@gnu.org>
4688
4689         * message.el (message-smtpmail-send-it)
4690         (message-send-mail-with-mailclient): Doc fixes.
4691
4692 2010-02-16  Glenn Morris  <rgm@gnu.org>
4693
4694         * message.el (message-default-mail-headers): Change the default value
4695         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4696
4697 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4700         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4701
4702 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4703
4704         * time-date.el (date-to-time): Doc fix (Bug#5408).
4705
4706 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4707
4708         * message.el (message-mail): Just pass yank-action on to message-setup.
4709         (message-setup): Handle (FUN . ARGS) form of yank-action.
4710         (message-with-reply-buffer, message-widen-reply)
4711         (message-yank-original): Handle non-buffer values of
4712         message-reply-buffer (Bug#4080).
4713         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4714
4715 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4716
4717         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4718         Fix typo in docstring.
4719
4720 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4721
4722         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4723         response.
4724
4725 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4728
4729         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4730
4731         * message.el (message-check-news-header-syntax): Protect against a
4732         string that `rfc822-addresses' returns when parsing fails.
4733
4734 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4737         (gnus-previous-char-property-change): New functions.
4738
4739         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4740
4741 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4742
4743         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4744         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4745
4746 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4747
4748         * message.el (message-exchange-point-and-mark): Rework last change to
4749         avoid using optional arg of exchange-point-and-mark, for backward
4750         compatibility.
4751
4752 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4753
4754         * message.el (message-exchange-point-and-mark):
4755         Call exchange-point-and-mark with an argument rather than setting
4756         mark-active by hand (Bug#5175).
4757
4758 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * nntp.el (nntp-service-to-port): Work for service expressed with
4761         numeric string; replace [:digit:] with [0-9] for XEmacs.
4762
4763 2009-12-17  Glenn Morris  <rgm@gnu.org>
4764
4765         * gnus-group.el (gnus-bug-group-download-format-alist):
4766         Change emacs entry to debbugs.gnu.org.  Bump :version.
4767
4768 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4769
4770         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4771
4772 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * message.el (message-info): Explain why we use `Info-goto-node'.
4775
4776 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4779
4780 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4781
4782         * message.el (message-completion-in-region): New compatibility function.
4783         (message-expand-group): Use it.
4784
4785 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4788         with no unread article should be listed if the 2nd arg `predicate' is
4789         given.
4790
4791 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4794
4795 2009-11-29  Juri Linkov  <juri@jurta.org>
4796
4797         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4798         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4799         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4800
4801 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4802
4803         * sha1.el (sha1-string-external): default-directory "/" in case
4804         otherwise non-existent.  process-connection-type pipe for touch of
4805         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4806
4807 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4808
4809         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4810         it's comms related and sgml-mode.el has "comm" on that basis too.
4811
4812 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4815         containing tspecial characters if they have been already quoted.
4816
4817 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4818
4819         * dns-mode.el (auto-mode-alist): Purecopy string.
4820
4821 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4822
4823         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4824
4825 2009-10-24  Glenn Morris  <rgm@gnu.org>
4826
4827         * gnus-art.el (help-xref-stack-item): Define for compiler.
4828
4829 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4830
4831         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4832
4833 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4836
4837 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4840         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4841
4842 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4845         (gnus-overlays-in): New alias to overlays-in.
4846
4847         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4848         gnus-overlay-get, and gnus-delete-overlay.
4849         (gnus-summary-show-thread): Make it work as well for systems in which
4850         next-single-char-property-change is not available.
4851         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4852
4853         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4854         (gnus-overlay-get): New alias to extent-property.
4855         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4856
4857         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4858         SXEmacs.
4859
4860         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4861         SXEmacs.
4862
4863 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4866
4867 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4868
4869         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4870         and XEmacs that don't have `remove-overlays'.
4871
4872 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4873
4874         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4875         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4876         selective display.  Use overlays instead.
4877
4878 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4879
4880         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4881
4882 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4883
4884         * spam-stat.el (spam-stat-load): Fix typo in message.
4885
4886 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4887
4888         * dig.el (dig-invoke): Fix typo in docstring.
4889         (query-dig): Reflow docstring.
4890
4891 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4892
4893         * gnus-art.el (gnus-article-encrypt-body):
4894         * message.el (message-check-recipients):
4895         * mm-util.el (mm-codepage-setup):
4896         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4897         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4898
4899 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4900
4901         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4902         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4903         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4904         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4905         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4906
4907 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4908
4909         * dig.el: Add "Keywords: comm", as per net-utils.el.
4910
4911 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * dig.el (dig-mode): Use define-derived-mode.
4914
4915 2009-09-19  Glenn Morris  <rgm@gnu.org>
4916
4917         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4918
4919 2009-09-18  Glenn Morris  <rgm@gnu.org>
4920
4921         * gnus-diary.el (gnus-diary-check-message):
4922         * message.el (message-insert-formatted-citation-line):
4923         * nnbabyl.el (top-level):
4924         * nndiary.el (nndiary-schedule):
4925         Fix typos in condition-case handlers.
4926
4927 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4930         configuration that provides the sole article window in a frame;
4931         position point correctly after deleting a part.
4932
4933 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4934
4935         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4936         (spam-resolve-registrations-routine): Use it to unregister articles
4937         that change status.
4938
4939 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4942         with XEmacs.
4943         (parse-time-string-chars): Use it.
4944
4945 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * imap.el (imap-interactive-login): Better messages.
4948         (imap-open): Fix bug with renamed buffer on reconnect.
4949         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4950         for easier debugging and cleaner code.  On successful (guessed based on
4951         server capabilities) secondary authentication, set imap-state
4952         correctly.
4953         (imap-last-authenticator): Define imap-last-authenticator as a variable
4954         to avoid warnings.
4955
4956 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * nnrss.el (nnrss-request-article): Remove binding of
4959         default-enable-multibyte-characters that has gotten needless by
4960         the 2007-07-13 change in rfc2047-encode-message-header.
4961
4962         * mml.el (mml-insert-multipart): Error on the message header.
4963         (mml-insert-part): Error on the message header; position point at
4964         the end of a MIME tag.
4965
4966 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * time-date.el (autoload): Expand define-obsolete-function-alias into
4969         defalias and make-obsolete for old Emacsen that Gnus supports.
4970         (with-no-warnings): Define it for old Emacsen.
4971         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4972         is available.
4973         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4974         float-time is available; suppress compile warning for time-to-seconds.
4975
4976         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4977         (gnus-float-time): Alias to float-time if it exists.
4978
4979         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4980         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4981         float-time is available; suppress compile warning for time-to-seconds.
4982
4983         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4984         XEmacs.
4985
4986 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4987
4988         * imap.el (imap-message-map): Docstring fix.
4989
4990 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4993         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4994         Add the optional argument `encoding' that overrides the default.
4995
4996         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4997         mm-encode-buffer.
4998
4999 2009-09-04  Glenn Morris  <rgm@gnu.org>
5000
5001         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5002         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5003         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5004         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5005         * mm-util.el (mm-with-unibyte-current-buffer)
5006         (mm-find-buffer-file-coding-system):
5007         * yenc.el (yenc-decode-region): Use default-value rather than
5008         default-enable-multibyte-characters.
5009
5010 2009-09-03  Glenn Morris  <rgm@gnu.org>
5011
5012         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5013         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5014         than default-enable-multibyte-characters.
5015
5016 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5017
5018         * gnus-art.el (gnus-article-read-summary-keys):
5019         Fix gnus-buffer-configuration's value temporarily used.
5020
5021 2009-09-02  Glenn Morris  <rgm@gnu.org>
5022
5023         * gnus-util.el (gnus-float-time): New function.
5024         * gnus-delay.el (gnus-delay-article):
5025         * gnus-sum.el (gnus-thread-latest-date):
5026         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5027         * nnspool.el (nnspool-request-newgroups):
5028         Use gnus-float-time rather than time-to-seconds.
5029         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5030
5031         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5032         (gnus-header-subject-face, gnus-header-newsgroups-face)
5033         (gnus-header-name-face, gnus-header-content-face):
5034         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5035         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5036         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5037         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5038         (gnus-cite-face-11):
5039         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5040         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5041         (gnus-server-closed-face, gnus-server-denied-face)
5042         (gnus-server-offline-face):
5043         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5044         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5045         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5046         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5047         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5048         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5049         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5050         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5051         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5052         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5053         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5054         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5055         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5056         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5057         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5058         (gnus-summary-high-undownloaded-face)
5059         (gnus-summary-low-undownloaded-face)
5060         (gnus-summary-normal-undownloaded-face)
5061         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5062         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5063         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5064         (gnus-splash-face):
5065         * message.el (message-header-to-face, message-header-cc-face)
5066         (message-header-subject-face, message-header-newsgroups-face)
5067         (message-header-other-face, message-header-name-face)
5068         (message-header-xheader-face, message-separator-face)
5069         (message-cited-text-face, message-mml-face):
5070         * sieve-mode.el (sieve-control-commands-face)
5071         (sieve-action-commands-face, sieve-test-commands-face)
5072         (sieve-tagged-arguments-face):
5073         * spam.el (spam-face):
5074         Mark face aliases with "-face" in the name as obsolete.
5075
5076 2009-09-01  Glenn Morris  <rgm@gnu.org>
5077
5078         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5079         than goto-line.
5080
5081 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5084         Don't move point if the command is invoked inside the message header.
5085
5086 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5087
5088         * imap.el (imap-send-command): Simplify.
5089         (imap-wait-for-tag): point-max -> buffer-size.
5090
5091 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5092
5093         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5094         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5095         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5096         * nnir.el (nnir-swish-e-index-file):
5097         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5098         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5099         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5100         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5101         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5102         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5103
5104 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5107         Don't save excursion.
5108
5109 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5110
5111         * nnheader.el (nnheader-find-file-noselect):
5112         * mm-util.el (mm-insert-file-contents):
5113         Use (default-value 'major-mode) instead of default-major-mode.
5114
5115 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5116
5117         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5118
5119 2009-08-26  Glenn Morris  <rgm@gnu.org>
5120
5121         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5122         than placing in files.el.
5123
5124 2009-08-25  Glenn Morris  <rgm@gnu.org>
5125
5126         * nnir.el (top-level): Don't require cl at run-time.
5127         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5128         Replace cl-function substitute with gnus-replace-in-string.
5129         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5130         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5131         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5132         simplified expansions.
5133
5134 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5135
5136         * dig.el (dig): Add autoload cookie.
5137
5138 2009-08-22  Glenn Morris  <rgm@gnu.org>
5139
5140         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5141         goto-line.
5142
5143 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5144
5145         * parse-time.el (parse-time-string-chars): Save match data.
5146
5147 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5148
5149         * parse-time.el (parse-time-string-chars): Compute using character
5150         classes, to handle non-ascii characters (Bug#3190).
5151
5152 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5155
5156         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5157         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5158         (gnus-mm-display-part, gnus-mime-display-single)
5159         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5160         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5161
5162         * gnus-sum.el
5163         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5164         (gnus-summary-move-article): Add expirable mark to articles copied or
5165         moved to group that has auto-expire turned on if the option is non-nil.
5166
5167 2009-07-24  Glenn Morris  <rgm@gnu.org>
5168
5169         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5170         Fix typo.  (Bug#3903)
5171
5172 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5175         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5176         that should not be used for draft articles.
5177         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5178         that has no concern in minor mode keys.
5179         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5180         Abolish.
5181
5182 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5185         article without making inquiry to a user for unknown encoding.
5186
5187         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5188         (nnmaildir--scan): Assume i-node and device number that file-attributes
5189         returns might be cons-cell.
5190
5191         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5192
5193         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5194
5195 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5196
5197         * auth-source.el: Remove docs now in auth.texi.  Don't use
5198         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5199         `auth-source-hide-passwords' and use them.
5200
5201 2009-07-15  Glenn Morris  <rgm@gnu.org>
5202
5203         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5204
5205 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5208         excessive whitespace from the default values of title and description.
5209
5210 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5213         mail-fetch-field to fetch Content-Description header in order to
5214         exclude newlines.
5215
5216 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5217
5218         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5219         format used by GnuPG 2.0.11.
5220
5221 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5224         to deleted part.
5225
5226 2009-05-30  David Engster  <dengste@eml.cc>
5227
5228         * nnmairix.el: Remove old documentation in the commentary block.
5229         (nnmairix-request-group): Do not update active file for nnml back ends.
5230         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5231         end so that overview files are ignored.
5232         (nnmairix-update-groups): Make updating the groups more robust by using
5233         marks.
5234         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5235         with dollar characters in message-id.
5236
5237 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5240         2008-12-25 in dns.el.
5241
5242 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5243
5244         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5245         could happen if the text is only composed of spaces and/or tabs.
5246
5247 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5248
5249         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5250         when sending a queued message to avoid extra mml tags.
5251
5252 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5255
5256 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5259         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5260         rmail-toggle-header for XEmacs;
5261         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5262
5263 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-dired.el: Remove autoload for gnus-setup-message.
5266         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5267         displaying Gnus logo; always use compose-mail.
5268
5269 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5272
5273 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5276         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5277         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5278         available.
5279         (gnus-nocem-epg-verify): New function.
5280
5281 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5284
5285 2009-02-15  Glenn Morris  <rgm@gnu.org>
5286
5287         * gnus-util.el (rmail-insert-rmail-file-header)
5288         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5289         autoloads.
5290         (rmail-default-rmail-file): Remove unnecessary declaration.
5291         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5292
5293 2009-02-14  Glenn Morris  <rgm@gnu.org>
5294
5295         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5296         variable (only used in gnus-util, which declares it anyway).
5297         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5298         which was only needed by gnus-art (changed to not use it any more).
5299         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5300         only used in gnus-util, which autoloads it itself.
5301         (rmail-update-summary): Fix autoload.
5302
5303         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5304         rather than rmail-output-to-rmail-file.
5305
5306 2009-02-07  Glenn Morris  <rgm@gnu.org>
5307
5308         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5309         autoload of function that no longer exists.
5310         (rmail-toggle-header): Declare.
5311         (message-forward-rmail-make-body): Handle mbox Rmail.
5312
5313 2009-01-31  Glenn Morris  <rgm@gnu.org>
5314
5315         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5316         2009-01-09 change.
5317
5318 2009-01-31  Dave Love  <fx@gnu.org>
5319
5320         * imap.el (imap-fetch-safe): Bind debug-on-error.
5321         (imap-debug): Add imap-fetch-safe.
5322
5323 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5324
5325         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5326         (auth-source-forget-all-cached): New convenience function.
5327         (auth-source-user-or-password): Accept list of modes or a single mode.
5328
5329         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5330         auth-source modes.
5331
5332         * netrc.el (netrc-machine-user-or-password): Use list of
5333         auth-source modes.
5334
5335         * nnimap.el (nnimap-open-connection): Use list of
5336         auth-source modes.
5337
5338         * nntp.el (nntp-send-authinfo): Use list of
5339         auth-source modes.
5340
5341 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5344         now.
5345
5346 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5349         coding system in XEmacs; add a workaround for XEmacs.
5350
5351         * lpath.el: Fbind coding-system-aliasee.
5352
5353 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5356         of current-language-environment.
5357
5358 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5361         available at runtime.
5362
5363 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5366
5367 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5368
5369         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5370         the greatest positive fixnum value doesn't work under an XEmacs with
5371         bignum support; use the most-positive-fixnum constant instead,
5372         available since Emacs 21.1 with cl and XEmacs 21.1.
5373
5374 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5377         XEmacs gets not to work.
5378
5379 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * mm-util.el (mm-coding-system-priorities): Allow the value like
5382         "Japanese (UTF-8)" of current-language-environment.
5383
5384 2009-01-09  Glenn Morris  <rgm@gnu.org>
5385
5386         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5387         with last-command-event.
5388
5389 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5392         in the doc string.
5393
5394         * message.el (message-fix-before-sending): Amend comment.
5395
5396 2009-01-08  Dave Love  <fx@gnu.org>
5397
5398         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5399
5400 2009-01-07  David Engster  <dengste@eml.cc>
5401
5402         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5403         simplified server definitions by converting it via
5404         gnus-server-to-method.
5405
5406 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5409         parameter's operands.
5410
5411 2009-01-06  David Engster  <dengste@eml.cc>
5412
5413         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5414         primary select method (for gnus-group-mark-article-as-read).
5415
5416 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5417
5418         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5419         `(gnus)Face', not `(gnus)X-Face'.
5420
5421 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * mm-util.el (mm-ucs-to-char): New function.
5424
5425         * mm-url.el (mm-url-decode-entities): Use it.
5426
5427         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5428         unicode-to-char.
5429
5430 2009-01-05  Dave Love  <fx@gnu.org>
5431
5432         * time-date.el: Require cl for `declare'.
5433
5434 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5435
5436         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5437         Dave Love.
5438
5439 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * message.el (message-fix-before-sending): Add `eight-bit' to
5442         illegible-text check.
5443
5444 2009-01-03  Michael Olson  <mwolson@gnu.org>
5445
5446         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5447         `headers' is nil.  This can occur if the IMAP server does not have
5448         permissions to read messages from a folder, but can write new messages
5449         to the folder.
5450         (nnimap-request-article-part): Do not insert `data' if it is nil.
5451
5452         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5453         characters which will confuse `read', so skip past them.
5454
5455 2009-01-01  Dave Love  <fx@gnu.org>
5456
5457         * imap.el (imap-string-to-integer): Fix typo.
5458         (imap-fetch-safe): New function.
5459         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5460
5461         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5462
5463         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5464         (imap-parse-greeting): Fix doc strings.
5465         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5466         (imap-parse-flag-list): Make messages unique.
5467         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5468
5469         * nnimap.el: Fix author email.
5470         (nnimap-split-rule): Add FIXME comment.
5471         (nnimap-debug): Fix doc string.
5472
5473 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5476
5477 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5480         nslookup if resolv.conf isn't available.
5481         (dns-query): Rename from query-dns.
5482         (dns-query-cached): Rename from query-dns-cached.
5483
5484 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5487         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5488         to check if those variables exist (first appeared in Emacs 18.50).
5489
5490 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * mm-util.el (mm-line-number-at-pos): New function.
5493
5494         * spam-report.el (spam-report-process-queue): Use it.
5495
5496 2008-12-24  David Engster  <dengste@eml.cc>
5497
5498         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5499         parameters that haven't existed as variables as buffer-local variables.
5500
5501 2008-12-23  Dave Love  <fx@gnu.org>
5502
5503         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5504         cadar.
5505
5506         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5507         imap-starttls-p.
5508         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5509
5510 2008-12-22  Dave Love  <fx@gnu.org>
5511
5512         * imap.el: Fix author email.  Doc fixes.
5513         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5514         reply.
5515
5516 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5517
5518         * spam-report.el (spam-report-gmane-max-requests): New constant.
5519         (spam-report-gmane-wait): New variable.
5520         (spam-report-gmane-ham, spam-report-gmane-spam)
5521         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5522         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5523         the server.
5524
5525         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5526         Add explanations.
5527
5528         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5529         nnheader-accept-process-output and nnheader-read-timeout if available.
5530         (pop3-movemail): Use it.
5531
5532         * message.el (message-check-news-body-syntax): Fix signature check if
5533         there's an attachment.
5534
5535 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mm-util.el: Add comments to the mm- emulating functions.
5538
5539 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5542         Reported by Stephen Berman <stephen.berman@gmx.net>.
5543
5544 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * mm-util.el (mm-substring-no-properties): New function.
5547         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5548         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5549         (mm-string-to-multibyte): Doc fix.
5550
5551         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5552
5553 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * mml.el (mml-attach-file): Strip text properties from file name.
5556         (Bug#1574)
5557
5558 2008-12-16  Glenn Morris  <rgm@gnu.org>
5559
5560         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5561
5562 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5565         knows since the charset specified might be a bogus alias that
5566         mm-charset-synonym-alist provides.
5567
5568 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5571         "ISO_8859-1".
5572
5573         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5574
5575 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * mm-util.el (mm-charset-eval-alist):
5578         Define it before mm-charset-to-coding-system.
5579         (mm-charset-to-coding-system): Add optional argument `silent';
5580         define it before mm-charset-override-alist.
5581         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5582         default value if it can be used in Emacs currently running;
5583         silence mm-charset-to-coding-system.
5584
5585 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5588         `allow-override' which says whether to use `mm-charset-override-alist'.
5589         (rfc2047-decode-encoded-words): Use it.
5590
5591         * mm-util.el (mm-charset-override-alist): Fix custom type;
5592         add `(gb2312 . gbk)' to choices.
5593
5594 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5597         fast.
5598
5599         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5600
5601         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5602
5603 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5604
5605         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5606         on links.
5607
5608         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5609
5610 2008-12-03  Lute Kamstra  <lute@gnu.org>
5611
5612         * sha1.el: Remove leading * from docstrings of defcustoms,
5613         deffaces, defconsts and defuns.
5614
5615 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5618         users' addresses that don't have domain parts.
5619         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5620         rather than message-narrow-to-head since there will be the message
5621         header separator.
5622
5623 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5624
5625         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5626         since the result is inserted in a unibyte buffer anyway.
5627         (nnimap-demule-use-string-to-multibyte): Remove.
5628         (nnimap-demule): Alias it to mm-string-to-multibyte.
5629
5630 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5633         variable for debugging bug#464 and bug#1174.
5634         (nnimap-demule): Use it.
5635
5636 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5639         score calculation correctly.
5640
5641 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5642
5643         * message.el (message-send-mail): Just set the buffer to unibyte
5644         rather than use mm-with-unibyte-current-buffer which does a lot more.
5645         (message-send-mail-partially): Don't bother with
5646         mm-with-unibyte-current-buffer since it's already been made unibyte by
5647         message-send-mail.
5648
5649 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5652
5653 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5656
5657 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5660         require itself and to remove `with-no-warnings'.
5661
5662 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * starttls.el (starttls-any-program-available): Get the name of the
5665         available TLS layer program.
5666         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5667         well as the host name in the "opening" message.
5668
5669         * auth-source.el (auth-source-cache, auth-source-do-cache)
5670         (auth-source-user-or-password): Cache passwords and logins by default,
5671         allow override with `auth-source-do-cache'.
5672         (auth-source-forget-user-or-password): Allow users to remove cache
5673         entries if needed.
5674
5675 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5676
5677         * md4.el (md4-buffer): Fix typo in docstring.
5678         (md4, md4-64): Doc fixes.
5679         (md4-pack-int32): Reflow docstring.
5680
5681 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5684         condition-case to only the forward-sexp call.
5685
5686 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5689         quotes contained.  Make it more robust regardless by an extra
5690         condition-case wrapper.
5691
5692 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5695
5696 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * nnml.el (nnml-request-expire-articles): Check if the function set to
5699         `nnmail-expiry-target' returns the symbol `delete'.
5700
5701         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5702
5703         * nnmail.el (nnmail-expiry-target): Fix custom type.
5704
5705 2008-10-02  Glenn Morris  <rgm@gnu.org>
5706
5707         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5708         Silence compiler warning.
5709
5710 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5711
5712         * tls.el (open-tls-stream): Show the actual command being
5713         executed, instead of the format string.
5714
5715 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * lpath.el: Fbind codepage-setup for Emacs 23.
5718
5719 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5720
5721         * mml.el (mml-menu): Don't assume mml2015 is bound.
5722
5723 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5726         exists.
5727
5728 2008-09-27  Glenn Morris  <rgm@gnu.org>
5729
5730         * gnus-util.el (mail-header-remove-comments): Autoload it.
5731
5732 2008-09-27  Andreas Schwab  <schwab@suse.de>
5733
5734         * gnus-util.el (gnus-split-references): Strip comments.
5735         (gnus-parent-id): Likewise.
5736
5737 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * message.el (message-confirm-send): Fix version.
5740
5741 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * message.el (message-idna-to-ascii-rhs-1): Use
5744         mail-extract-address-components rather than mail-header-parse-addresses
5745         that is an alias by default to ietf-drums-parse-addresses that does not
5746         support non-ASCII names in headers' contents.
5747
5748 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * message.el (message-confirm-send): Fix variable documentation to
5751         avoid the "y/n" wording.
5752
5753 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5754
5755         * message.el (message-set-auto-save-file-name): Save to a different
5756         filename so multiple messages (especially drafts) can be recovered.
5757
5758 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5759
5760         * message.el (message-confirm-send): Add appropriate version.
5761
5762 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5765         defvar.
5766
5767 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5768
5769         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5770         (mm-pkcs7-enveloped-magic): Ditto.
5771
5772 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5773
5774         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5775         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5776
5777 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5780         default, it's better.
5781
5782 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5785         summary line gnus-number property and ignore them (with a warning
5786         message).
5787
5788 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5791         macro caddr in the interactive form since it won't be expanded.
5792
5793 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5796         `charset'; fix name of function called recursively.
5797         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5798
5799 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5802         (gnus-mime-set-charset-parameters): New function.
5803         (gnus-mime-view-part-as-charset): Use it to correctly display part
5804         specifying wrong charset.
5805
5806 2008-09-08  David Engster  <dengste@eml.cc>
5807
5808         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5809         in completing-read for back end server.
5810
5811 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         * message.el (message-confirm-send): New variable to confirm sending a
5814         message.
5815         (message-send): Use it.
5816
5817 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5820
5821 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5824
5825 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5828         prevent tracking too many groups.
5829         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5830         Use it.
5831
5832 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5833
5834         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5835         moving point to the bottom of the window in order to avoid recentering.
5836
5837 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5840
5841         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5842         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5843         (gnus-article-beginning-of-window): Fix calculation.
5844
5845 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-msg.el (gnus-summary-supersede-article)
5848         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5849         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5850         message header.
5851
5852 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5853
5854         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5855         pending output coming after the status change.
5856
5857 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5858
5859         * message.el:
5860         * gnus-start.el:
5861         * gnus-registry.el: Remove VMS support.
5862
5863 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5866         macro.
5867         (rfc2104-hash): Use it.
5868
5869 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5872         (gnus-summary-sort-by-most-recent-date): New commands.
5873         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5874         and menu entries.
5875
5876 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5879         don't redisplay article for raw contents; remove plural articles stuff.
5880
5881         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5882         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5883         on gnus-summary-save-article; display results properly.
5884
5885 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * lpath.el: No need to fbind ns-focus-frame.
5888
5889 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5892
5893 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * gnus-art.el (gnus-summary-save-in-pipe):
5896         Consider gnus-save-all-headers.
5897
5898 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5899
5900         * gnus-util.el (ns-focus-frame): Remove declaration.
5901         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5902         like x.
5903
5904 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5905
5906         * rfc2104.el (rfc2104-zero): Delete defconst.
5907         (rfc2104-hex-alist): Likewise.
5908         (rfc2104-hex-to-int): Delete func.
5909         (rfc2104-hexstring-to-bitstring): Likewise.
5910         (rfc2104-nybbles): New defconst.
5911         (rfc2104-hash): Rewrite for speed.
5912
5913 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * tls.el (open-tls-stream): Make it work with the 2nd argument
5916         BUFFER that is a string but does not exist as a buffer object, as
5917         mentioned in the doc-string.
5918
5919 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5922         SXEmacs.
5923
5924 2008-07-16  Glenn Morris  <rgm@gnu.org>
5925
5926         * gnus-util.el (ns-focus-frame): Declare for compiler.
5927
5928 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5931         set as a group parameter.
5932         (gnus-summary-save-in-pipe): Work when it is called independently.
5933         (gnus-summary-pipe-to-muttprint): Don't modify
5934         gnus-summary-pipe-output-default-command.
5935
5936 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5937
5938         * message.el (message-send-mail-with-sendmail):
5939         Display the error message.
5940
5941 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-art.el (gnus-default-article-saver):
5944         Add gnus-summary-save-in-pipe to choices.
5945         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5946         gnus-summary-pipe-output-default-command as the default command.
5947         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5948         instead of gnus-last-shell-command.
5949
5950         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5951         New user option.
5952         (gnus-summary-muttprint-program): Mention the value will be changed.
5953         (gnus-summary-save-article): Force showing of all headers.
5954         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5955
5956 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5957
5958         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5959
5960 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5961
5962         * nnimap.el (nnimap-id):
5963         * sieve-manage.el (sieve-manage-open): Doc fixes.
5964
5965 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5966
5967         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5968         if available.
5969
5970 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5971
5972         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5973
5974         * nnkiboze.el (nnkiboze-generate-group):
5975         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5976
5977         * nnmairix.el: Require CL.
5978
5979 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * dgnushack.el: Autoload get-display-table and put-display-table for
5982         XEmacs 21.5.
5983
5984         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5985         21.4 and SXEmacs.
5986
5987 2008-06-15  David Engster  <dengste@eml.cc>
5988
5989         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5990
5991 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5992
5993         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5994         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5995         runtime choice under XEmacs.
5996
5997         * gnus-sum.el (gnus-summary-set-display-table):
5998         Use `gnus-put-display-table', `gnus-get-display-table',
5999         `gnus-set-display-table' for the display table, instead of `aset'.
6000
6001         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6002         Use `gnus-put-display-table', `gnus-get-display-table',
6003         `gnus-set-display-table' for the display table.
6004
6005 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * nnmairix.el: Add autoloads.
6008
6009 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * nnmairix.el (nnmairix-delete-recreate-group)
6012         (nnmairix-update-and-clear-marks): Fix error messages.
6013
6014 2008-06-14  David Engster  <dengste@eml.cc>
6015
6016         * nnmairix.el: Upgrade to version 0.6.
6017         (nnmairix-group-toggle-propmarks-this-group)
6018         (nnmairix-group-toggle-readmarks-this-group)
6019         (nnmairix-group-delete-recreate-this-group)
6020         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6021         (nnmairix-remove-tick-mark-original-article): New commands.
6022         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6023         (nnmairix-propagate-marks-to-nnmairix-groups)
6024         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6025         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6026         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6027         functions needed for marks propagation and manipulation of read marks.
6028         (nnmairix-update-groups): New function.
6029         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6030         (nnmairix-determine-original-group-from-registry)
6031         (nnmairix-determine-original-group-from-path)
6032         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6033         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6034         New helper functions.
6035         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6036         keystrokes for new commands.
6037         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6038         (nnmairix-request-group): Check allow-fast group parameter.
6039         (nnmairix-request-create-group): Set allow-fast group parameter if
6040         nnmairix-allowfast-default is set.
6041         (nnmairix-close-group): Propagate marks upon closing if needed.
6042         (nnmairix-group-toggle-threads-this-group): Use new.
6043         nnmairix-group-toggle-parameter helper function.
6044         (nnmairix-search): Better check for empty search result.
6045         (nnmairix-goto-original-article): Use new helper functions for
6046         determining original article.
6047         (nnmairix-show-original-article): Make sure message-id is in brackets.
6048         (nnmairix-call-mairix-binary): Change variable name.
6049         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6050         helper function.
6051         (nnmairix-widget-toggle-activate): Fix doc string.
6052
6053 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * nnir.el: Require edmacro when compiling with XEmacs.
6056         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6057         available in Emacs 21.
6058
6059 2008-06-11  Glenn Morris  <rgm@gnu.org>
6060
6061         * gnus-util.el (x-focus-frame):
6062         * gnus.el (image-size):
6063         * mm-decode.el (image-size): Declare.
6064
6065         * gnus-picon.el (declare-function): Add compat definition.
6066         (image-size): Declare.
6067
6068         * gnus-group.el (tool-bar-map):
6069         * gnus-sum.el (tool-bar-map): Define for compiler.
6070
6071         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6072
6073         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6074
6075         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6076         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6077         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6078         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6079         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6080         * sieve-manage.el, spam-report.el, spam.el:
6081         Remove unnecessary eval-and-compile of autoloads.
6082
6083 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6084
6085         * auth-source.el: Precise Tramp doc.
6086
6087 2008-06-07  Glenn Morris  <rgm@gnu.org>
6088
6089         * nnmairix.el: Remove unnecessary eval-when-compile.
6090
6091 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * lpath.el: Fbind propertize for XEmacs 21.4.
6094
6095 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * nnir.el: Move here from ../contrib.
6098
6099 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6100
6101         * gnus-util.el (gnus-read-shell-command): New function.
6102         * mm-decode.el (mm-pipe-part):
6103         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6104
6105 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6108
6109 2008-06-03  Glenn Morris  <rgm@gnu.org>
6110
6111         * pop3.el (nnheader-accept-process-output): Autoload it.
6112
6113 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6116         are not 2-digit hexadecimal characters that follow `%'s.
6117
6118 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * message.el (message-bogus-recipient-p): Fix type in doc string.
6121         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6122         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6123         Improve custom options.
6124         (message-bogus-recipient-p): Adjust accordingly.
6125
6126 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6127
6128         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6129         long-form month and day names.
6130
6131 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * dgnushack.el: Autoload debug, eudc-expand-inline and
6134         pgg-snarf-keys-region for XEmacs.
6135
6136         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6137
6138         * nnmairix.el: Require edmacro when compiling with XEmacs.
6139
6140 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6143         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6144
6145 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6146
6147         * auth-source.el: Add more docs.
6148
6149         * netrc.el (netrc-machine): Always match if the port is not given.
6150
6151 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6154         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6155         retrieval faster in some cases, but might make CPU usage larger.
6156         If this has any bad side effects, we might revert this change.
6157
6158         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6159         seems to make mail retrieval much, much faster.
6160         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6161         unconditionally.
6162
6163         * gnus-draft.el (gnus-group-send-queue):
6164         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6165
6166 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6169
6170         * message.el (message-bogus-address-regexp): Fix and improve custom
6171         type.
6172         (message-setup-hook): Add message-check-recipients as custom option.
6173
6174 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * message.el (message-cite-function): Remove bogus autoload which crept
6177         in during merge from v5-10.
6178
6179 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6180
6181         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6182
6183         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6184
6185         * auth-source.el: Preliminary Tramp docs.
6186         (auth-sources): Change the default auth-sources to use
6187         EPA .gpg files.
6188
6189 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * nntp.el: Autoload `auth-source-user-or-password'.
6192         (nntp-send-authinfo): Use it.
6193
6194         * nnimap.el: Autoload `auth-source-user-or-password'.
6195         (nnimap-open-connection): Use it.
6196
6197         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6198         for the gnus-message function.
6199         (auth-source-user-or-password): Use it.
6200
6201 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6202
6203         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6204         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6205         (rfc2104-hash): Use it.
6206
6207 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6208
6209         * gnus-art.el (gnus-article-toggle-truncate-lines):
6210         Don't use `iff' in docstring.
6211
6212 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6215
6216         * gnus-util.el (gnus-extract-address-component-name)
6217         (gnus-extract-address-component-email): Convenience functions around
6218         `gnus-extract-address-components'.
6219
6220         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6221         Use `gnus-extract-address-component-email' to fix bug of comparing full
6222         sender name to `user-mail-address'.
6223
6224 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6225
6226         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6227         catch/throw to optimize.
6228         (gnus-registry-find-keywords): Just use member to find a keyword.
6229
6230 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6231
6232         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6233         is current before calling gnus-server-prepare.
6234         (gnus-server-setup-buffer, gnus-server-update-server)
6235         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6236
6237 2008-05-04  Juri Linkov  <juri@jurta.org>
6238
6239         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6240         (mailcap-file-default-commands): Use mailcap-replace-in-string
6241         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6242         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6243
6244 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6245
6246         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6247
6248 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6249
6250         * gnus.el: Bump version to 0.11.
6251
6252 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6253
6254         * gnus.el: No Gnus v0.10 is released.
6255
6256 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6257
6258         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6259         hooks.
6260         (gnus-update-read-articles): Speed up non-marks-using users.
6261         (gnus-use-marks): Define gnus-use-marks.
6262         (gnus-propagate-marks): Rename variable to something more sensible.
6263
6264 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6265
6266         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6267         (gmm-image-load-path-for-library): Fix typos in docstrings.
6268         (gmm-message): Reflow docstring.
6269
6270 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * mail-source.el (mail-source-set-1, mail-source-bind):
6273         Move auth-source code out of the macro to clean it up and fix bugs.
6274
6275 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6276
6277         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6278         by sender if it's equal to user-mail-address, it's likely to be
6279         useless.
6280
6281         * mail-source.el (mail-source-bind): Don't use user or password if they
6282         are not bound.  Unintern them if they are nil.  Don't use server unless
6283         it's bound, and default it to empty string otherwise.
6284
6285 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * mail-source.el: Load auth-source.el.
6288         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6289         get user name or password, if auth-sources is set up.
6290
6291         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6292         strategy of splitting with parent.
6293         (gnus-registry-split-fancy-with-parent)
6294         (gnus-registry-post-process-groups): Use it and fix prior
6295         bug (returning a list as the split result).
6296
6297         * auth-source.el (auth-sources): Remove server parameter.
6298         (auth-source-pick, auth-source-user-or-password)
6299         (auth-source-user-or-password-imap)
6300         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6301         (auth-source-user-or-password-sftp)
6302         (auth-source-user-or-password-smtp): Remove server parameter.
6303
6304 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6305
6306         * smime.el (smime-sign-region, smime-encrypt-region)
6307         (smime-decrypt-region):
6308         Remove redundant calls to `generate-new-buffer-name'.
6309
6310 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6311
6312         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6313         Don't use QP for message/rfc822.
6314         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6315
6316 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6317
6318         * sieve-manage.el (sieve-string-bytes): Remove.
6319         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6320         correct byte-length only if the process's coding-system is the same as
6321         the one used internally by Emacs to represent strings.
6322
6323 2008-04-22  Juri Linkov  <juri@jurta.org>
6324
6325         * mailcap.el (mailcap-file-default-commands): New function.
6326
6327 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * message.el (message-signature-separator, message-cite-function):
6330         Change custom version.
6331
6332 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6333
6334         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6335         commands.
6336         (tls-checktrust): Ditto.
6337
6338 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * mm-decode.el (mm-display-external): Make temp file read-only.
6341
6342 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6345         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6346         `C-c C-f d'.
6347
6348 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6349
6350         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6351
6352 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * gnus.el: Bump version to 0.9.
6355
6356 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * gnus.el: No Gnus v0.8 is released.
6359
6360 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6361
6362         * mail-source.el (mail-source-value):
6363         Prefer fboundp to functionp so it works with macros as well.
6364
6365 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6366
6367         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6368         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
6374
6375 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6376
6377         * auth-source.el: Add docs.
6378         (auth-sources): Modify format to support server.
6379         (auth-source-pick, auth-source-user-or-password)
6380         (auth-source-user-or-password-imap)
6381         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6382         (auth-source-user-or-password-sftp)
6383         (auth-source-user-or-password-smtp): Add server parameter.
6384
6385 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6386
6387         * gnus-registry.el: Initialize the registry when gnus-registry-install
6388         is t.
6389
6390 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * compface.el (uncompface): Make buffer unibyte.
6393
6394 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6395
6396         * mail-source.el (mail-source-value):
6397         Prefer fboundp to functionp so it works with macros as well.
6398
6399 2008-04-05  Glenn Morris  <rgm@gnu.org>
6400
6401         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6402
6403 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6404
6405         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6406         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6407
6408         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6409         multibyteness after rather than before erasing it.
6410
6411         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6412         mm-with-multibyte.
6413         (gnus-request-article-this-buffer): Make sure the proper decoding is
6414         used if gnus-original-article-buffer happens to be unibyte.
6415
6416         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6417         default-enable-multibyte-characters.
6418
6419         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6420         default-enable-multibyte-characters.
6421
6422         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6423
6424         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6425
6426 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6427
6428         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6429         Fix last change in case the element is not even a symbol.
6430
6431 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6432
6433         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6434         (imap-message-copyuid-1): Use it.
6435         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6436         J. Williams in
6437         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6438
6439         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6440         imap-enable-exchange-bug-workaround.
6441         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6442
6443 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6444
6445         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6446         a 100 byte status-checks into a 2-3MB transfer for each group.
6447         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6448         to enable bug workaround or not.
6449         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6450
6451 2008-03-31  Glenn Morris  <rgm@gnu.org>
6452
6453         * message.el (mml2015-use): Declare for compiler.
6454         (message-info): Require mml2015 when appropriate.
6455
6456 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6459         whitespace.
6460
6461 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6462
6463         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6464         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6465         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6466         (nntp-service-to-port): New function.
6467         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6468         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6469         (nntp-open-netcat-stream): New function.
6470         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6471
6472 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6473
6474         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6475
6476 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6479
6480 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6481
6482         * dns.el (dns-write): Use set-buffer-multibyte.
6483
6484 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6485
6486         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6487
6488 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * message.el (message-signature-separator): Change default.
6491         Improve custom type.
6492         (message-cite-function): Change default to
6493         message-cite-original-without-signature.
6494
6495         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6496         toggle.
6497
6498         * message.el (message-check-news-body-syntax): Fix signature check.
6499         (message-setup-1): Mark buffer as unmodified _after_ running
6500         message-setup-hook and handling message-alternative-emails.
6501         (message-shorten-references): Be more strict when building list of
6502         valid references to comply with GNKSA.
6503
6504         * gnus-group.el (gnus-read-ephemeral-bug-group)
6505         (gnus-read-ephemeral-debian-bug-group)
6506         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6507
6508         * message.el (message-info): Don't use booleanp which isn't supported
6509         in Emacs 21 and XEmacs.
6510
6511 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6514         gnus-group-gmane-group-download-format.
6515         (gnus-group-read-ephemeral-gmane-group): Rename from
6516         gnus-group-read-ephemeral-gmane-group.
6517         (gnus-read-ephemeral-gmane-group-url): Rename from
6518         gnus-group-read-ephemeral-gmane-group-url.
6519         (gnus-bug-group-download-format-alist): New variable.
6520         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6521         (gnus-read-ephemeral-emacs-bug-group): New commands.
6522
6523 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6526         (gnus-visible-headers): Improve custom type.
6527
6528 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * mml.el (mml-menu): Add workarounds for XEmacs.
6531
6532         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6533         X-Boundary header.
6534
6535         * message.el (message-simplify-recipients): Fix previous commit.
6536
6537 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6538
6539         * mm-util.el (mm-set-buffer-multibyte): New function.
6540         * mm-decode.el (mm-copy-to-buffer): Use it.
6541
6542         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6543         Prefer fboundp to functionp so it works with macros as well.
6544
6545 2008-03-19  Glenn Morris  <rgm@gnu.org>
6546
6547         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6548         Accidentally removed in the sync process with Emacs.
6549
6550 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * message.el (message-alter-recipients-discard-bogus-full-name):
6553         New function.
6554         (message-alter-recipients-function): New variable.
6555         (message-get-reply-headers): Use it.
6556         (message-replace-header): New helper function.
6557         (message-recipients-without-full-name): New variable.
6558         (message-simplify-recipients): New command.
6559
6560         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6561
6562         * message.el (message-info): Handle EasyPG manual.
6563
6564         * mml.el (mml-menu): Add entry for EasyPG.
6565
6566 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6567
6568         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6569         parameter.
6570
6571         * message.el (message-disassociate-draft): Specify drafts group name
6572         fully.
6573
6574 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6577         Eliminate unnecessary duplicates from the match list.
6578
6579 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6582
6583         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6584
6585         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6586         args of `how-many' of which the XEmacs version doesn't take; declare
6587         Info-index-next as function.
6588
6589 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus-score.el (gnus-score-headers): Fix handling of
6592         gnus-inhibit-slow-scoring.
6593
6594         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6595         string.
6596         (gnus-button-url-regexp): Improve handling of parenthesis.
6597         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6598         (gnus-button-handle-info-keystrokes): Handle index entries.
6599
6600 2008-03-15  Glenn Morris  <rgm@gnu.org>
6601
6602         * parse-time.el (parse-time-string): Simplify.
6603
6604 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6607         Incoming* files.
6608
6609 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * auth-source.el (auth-sources): Rename from auth-source-choices.
6612         (auth-source-pick): Use it.
6613
6614 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6615
6616         * binhex.el (binhex-decode-region-internal):
6617         * uudecode.el (uudecode-decode-region-internal):
6618         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6619         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6620         setting default-enable-multibyte-characters.
6621
6622 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * auth-source.el (auth-source-protocols)
6625         (auth-source-protocols-customize, auth-source-choices): Add and
6626         modified variable customizations and defaults.
6627         (auth-source-pick, auth-source-user-or-password)
6628         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6629         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6630         (auth-source-user-or-password-sftp)
6631         (auth-source-user-or-password-smtp): Use new variables and provide an
6632         interface to netrc.el.
6633
6634 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6637         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6638         Make sure the nntp port to specify is a string.
6639
6640 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6641
6642         * nntp.el: Use with-current-buffer.
6643         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6644         dubious mm-with-unibyte-current-buffer.
6645         (nntp-with-open-group-function): New function extracted from
6646         nntp-with-open-group macro.
6647         (nntp-with-open-group): Use the function, so it's easier to debug.
6648         Add indentation and debugging info.
6649         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6650         Recommend the use of the netcat alternatives.
6651
6652         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6653         Avoid mm-string-as-multibyte as well.
6654
6655         * nnweb.el (nnweb-insert-html):
6656         Remove use of nnheader-string-as-multibyte.
6657
6658         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6659         (nnheader-string-as-multibyte): Remove.
6660
6661         * mm-view.el: Use inhibit-read-only.
6662         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6663         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6664         or unibyte-string.
6665
6666         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6667         (mm-uu-yenc-extract): Use with-current-buffer.
6668
6669         * gnus-soup.el (gnus-soup-send-packet): Don't use
6670         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6671
6672         * nnmh.el: Use with-current-buffer.
6673         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6674         mm-string-as-multibyte on the output of mm-encode-coding-string.
6675
6676         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6677         (nnimap-request-move-article): Use with-current-buffer.
6678
6679         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6680         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6681         conversion uses string-make-unibyte rather than string-as-unibyte.
6682
6683         * gnus-msg.el: Use with-current-buffer.
6684
6685         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6686
6687 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6688
6689         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6690         string for caching if it is 'PIN.
6691
6692 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * lpath.el: Consider the case without Emacs/W3.
6695
6696 2008-03-08  Glenn Morris  <rgm@gnu.org>
6697
6698         * time-date.el (date-to-time, time-subtract, time-add)
6699         (safe-date-to-time): Doc fixes.
6700
6701 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * mail-source.el (mail-source-delete-old-incoming-confirm):
6704         Change default to nil.
6705         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6706
6707 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * lpath.el: Rearrange.
6710
6711         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6712         (gnus-article-goto-prev-page): Work for articles having ^L's.
6713
6714         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6715
6716         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6717
6718 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6719
6720         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6721         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6722         (gnus-bookmark-jump): Adjust some variable names.
6723
6724 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * auth-source.el: New package.
6727         (auth-source-choices): Add customization entry point variable.
6728
6729         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6730         bug.
6731
6732 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6733
6734         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6735         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6736         (gnus-registry-install-shortcuts): Rename from
6737         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6738         the `gnus-registry-mark-map' keymap dynamically from
6739         `gnus-registry-marks'.  The generated functions update the summary line
6740         when a registry mark is added or deleted, and will call
6741         `gnus-registry-install-p' (see the comments in the code).
6742         (gnus-registry-user-format-function-M): Use concat intelligently.
6743
6744         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6745         the registry mark functions.
6746
6747 2008-03-05  Glenn Morris  <rgm@gnu.org>
6748
6749         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6750         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6751         gnus-art.
6752         (top-level): No need to load own source when compiling.
6753
6754 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6757         Suggested by <chris.anderton@zetnet.co.uk>.
6758
6759 2008-03-04  Glenn Morris  <rgm@gnu.org>
6760
6761         * gnus-sum.el (top-level): No need to require gnus when compiling,
6762         since unconditionally required near start of file.
6763         (gnus-summary-display-while-building): Move definition before use.
6764
6765 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * gnus-registry.el (gnus-registry-user-format-function-M):
6768         Add formatting function.
6769
6770 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6773         with plists.
6774         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6775         Use new format.
6776
6777 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6780         `where-is-internal' that returns a range of key sequences.
6781
6782 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6783
6784         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6785
6786         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6787         (gnus-summary-jump-to-group): Consider windows on other displayed
6788         frames as well.  Similar changes might be needed elsewhere, but that's
6789         the one I've bumped into during my use.
6790
6791         * nndoc.el (nndoc-oe-dbx-type-p):
6792         * gnus-msg.el (gnus-debug):
6793         * gnus-group.el (gnus-update-group-mark-positions):
6794         Use mm-string-to-multibyte.
6795
6796 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6799         doesn't handle NotDashEscaped.
6800
6801         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6802         (mml-dnd-attach-options): Fix typo in custom choice.
6803
6804         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6805         Change nndoc-article-type to mbox.
6806         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6807
6808         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6809         to nil, instead of html2text.
6810
6811         * imap.el (imap-debug): Add `imap-ping-server'.
6812
6813         * gnus-bookmark.el: Add FIXMEs.
6814
6815         * message.el (message-form-letter-separator)
6816         (message-send-form-letter-delay): New variables.
6817         (message-send-form-letter): Use them.  New command to send form
6818         letters.  Requested by Uwe Siart.
6819         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6820
6821 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * Update copyright years.
6824
6825 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         Sync from EMACS_22_BASE.
6828
6829         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6830
6831 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6832
6833         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6834         empty author.
6835
6836 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * gnus-registry.el (gnus-registry-marks): Add variable for
6839         customization of marks and their appearance.
6840         (gnus-registry-read-mark): Use it.
6841         (gnus-registry-do-marks): Add utility function to loop through
6842         `gnus-registry-marks'.
6843         (gnus-registry-install-shortcuts-and-menus): Add function to install
6844         shortcuts and menus.
6845         (gnus-registry-initialize): Use it.
6846         (gnus-registry-default-mark): Clarify documentation.
6847
6848 2008-02-29  Glenn Morris  <rgm@gnu.org>
6849
6850         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6851         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6852         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6853         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6854         Change defcustom :version from 23.0 to 23.1.
6855
6856 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6857
6858         * gnus-registry.el (gnus-registry-follow-group-p)
6859         (gnus-registry-post-process-groups): Add functions to aid registry
6860         splitting and improve logging.  Clarify behavior in function
6861         documentation.
6862         (gnus-registry-split-fancy-with-parent): Use them.
6863
6864 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6865
6866         * gnus-art.el: Use with-current-buffer.
6867
6868 2008-02-27  David Engster  <dengste@eml.cc>
6869
6870         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6871         Express real group name in the response.
6872
6873 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6876         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6877         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6878         autoload gnus-registry-fetch-group when compiling.
6879         (nnmairix-request-group-with-article-number-correction):
6880         Remove unreferenced argument passed to nnmairix-call-backend.
6881
6882 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6885         (mm-uu-extract): Improve face for low color ttys.
6886         Reported by Sascha Wilde.
6887
6888 2008-02-27  Glenn Morris  <rgm@gnu.org>
6889
6890         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6891         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6892         variables to defconsts.  Convert comments to doc-strings.
6893         (nnmairix-last-server, nnmairix-current-server): Convert from free
6894         variables to defvars.  Convert comments to doc-strings.
6895         (gnus-registry-fetch-group): Autoload.
6896         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6897         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6898         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6899         caddr.
6900         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6901         nnmairix-request-group-with-article-number-correction call.
6902         (nnmairix-fast, nnmairix-group): New, less general names, for free
6903         variables passed from nnmairix-request-group to
6904         nnmairix-request-group-with-article-number-correction.  Declare.
6905         (nnmairix-request-group-with-article-number-correction):
6906         Use nnmairix-fast, nnmairix-group rather than fast, group.
6907
6908 2008-02-26  David Engster  <dengste@eml.cc>
6909
6910         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6911         version 0.5.
6912
6913 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6914
6915         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6916         instead of making an extra function call.  Don't add the current group
6917         to articles only when they have the group.  Use
6918         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6919         Reported by David <de_bb@arcor.de>.
6920
6921 2008-02-24  Miles Bader  <miles@gnu.org>
6922
6923         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6924         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6925         (mm-find-mime-charset-region):
6926         * mm-bodies.el (mm-encode-body):
6927         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6928
6929 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6932         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6933
6934 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * mail-source.el (mail-source-delete-incoming): Change default.
6937         Supplement doc string.
6938
6939         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6940
6941 2008-02-14  Glenn Morris  <rgm@gnu.org>
6942
6943         * time-date.el (format-seconds): New function.
6944
6945 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * nnmail.el (nnmail-message-id-cache-file): Derive from
6948         `gnus-home-directory'.
6949
6950 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6953         Document negative prefix.
6954
6955         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6956
6957 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * message.el (message-unsent-separator): Add the Exim bounce
6960         separator.
6961
6962 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6963
6964         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6965         list.
6966         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6967         recipient/signer list.
6968
6969 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * Makefile.in (datarootdir): Define.
6972         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6973         name that might contain whitespace.
6974
6975 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6978         fbound (Emacs 23 unicode), signal an error.
6979
6980 2008-02-08  Glenn Morris  <rgm@gnu.org>
6981
6982         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6983
6984 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6985
6986         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6987         ports to the calls to `netrc-machine-user-or-password' in addition to
6988         "imap" and "imaps".
6989
6990 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6991
6992         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6993
6994         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6995
6996 2008-02-01  Kenichi Handa  <handa@m17n.org>
6997
6998         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6999         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7000         (rfc2104-hash): Convert the result of concat to unibyte string.
7001
7002 2008-02-01  Dave Love  <fx@gnu.org>
7003
7004         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7005         coding-system-for-read.
7006         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7007
7008 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7011         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7012         <hanche@math.ntnu.no>.
7013
7014 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7017
7018         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7019
7020 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7021
7022         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7023         * message.el (message-beginning-of-line): Use featurep instead of bound
7024         tests in order to resolve conditionals at compile time.
7025
7026 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7027
7028         * mail-source.el (mail-sources): Add `group' choice.
7029
7030         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7031         parameter `in-group' to control into which group the articles go.
7032         Add treatment of `group' mail-source.
7033
7034 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7037
7038         * mm-decode.el (mm-dissect-buffer): Decode description.
7039
7040         * mml.el (mml-to-mime): Encode message header first.
7041
7042 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7045         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7046
7047         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7048         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7049
7050 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7051
7052         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7053
7054 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7057         prefix keys.
7058         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7059         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7060         gnus-xmas.el.
7061
7062         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7063         (gnus-xmas-article-describe-bindings): New function.
7064         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7065         gnus-xmas-article-describe-bindings.
7066
7067         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7068
7069 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7070
7071         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7072         Add new variables for article mark management.
7073         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7074         list of extra data entries which, when present, will indicate that the
7075         article ID should not be trimmed from the registry.
7076         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7077         functions.
7078         (gnus-registry-read-mark): New function to read a mark name from the
7079         user.
7080         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7081         (gnus-registry-set-article-mark-internal): New functions to add and
7082         remove marks.
7083         (gnus-registry-get-article-marks): New function to show the marks for
7084         an article, or retrieve them for further use.
7085
7086 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7089         keys when no argument is given.
7090
7091 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * imap.el (imap-ping-server): New variable.
7094         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7095         (imap-ping-server): Minor doc string fixes.
7096
7097 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7098
7099         * imap.el (imap-ping-server): New function.
7100         (imap-opened): Call imap-ping-server.
7101
7102 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * gnus-sum.el (gnus-article-sort-by-random)
7105         (gnus-thread-sort-by-random): Fix doc strings.
7106         Reported by jidanni@jidanni.org.
7107
7108 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-art.el (gnus-article-describe-bindings): New function.
7111         (gnus-article-read-summary-keys): Use it.
7112         (gnus-article-mode-map): Bind `C-h b' to it.
7113
7114 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7117         XEmacs.
7118         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7119         Protect against non-character events.
7120
7121         * lpath.el: Fbind map-keymap for Emacs 21.
7122
7123 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7126         New command.
7127         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7128         instead of END.  Change name of the temp file.
7129         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7130         customizable.
7131
7132 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7135         bind `S W' to gnus-article-wide-reply-with-original; set default
7136         binding to gnus-article-read-summary-send-keys.
7137         (gnus-article-read-summary-keys): Fix the order of keys; display
7138         continuation keys correctly in the echo area; describe bindings
7139         correctly when keys end with `C-h'.
7140         (gnus-article-read-summary-send-keys): New function.
7141         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7142         Work for gnus-article-read-summary-send-keys; display continuation keys
7143         correctly in the echo area.
7144         (gnus-article-reply-with-original): Ignore prefix argument.
7145         (gnus-article-wide-reply-with-original): New function.
7146
7147         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7148         Emacs 21.
7149
7150 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7153         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7154
7155 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7158         (gnus-group-read-ephemeral-gmane-group): New command.
7159
7160 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7161
7162         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7163
7164 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7165
7166         * message.el (message-send-mail-function): Increase custom version.
7167
7168         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7169         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7170
7171 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7172
7173         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7174         for the cases where imap-authenticate is called with a nil buffer
7175         parameter.
7176
7177 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7180         html parts correctly; support forwarded messages.
7181         (gnus-article-browse-html-article): Remove work buffers.
7182
7183         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7184         compiling.
7185         (netrc-bound-and-true-p): New macro.
7186         (netrc-parse): Use it instead of bound-and-true-p that is not available
7187         in XEmacs 21.4.
7188
7189 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7190
7191         * gnus-registry.el (gnus-registry-mark-article)
7192         (gnus-registry-article-marks): Add functionality to mark articles
7193         through the Gnus registry.
7194
7195         * encrypt.el: Clarify documentation for the new pgg method.
7196         (encrypt-file-alist): Add PGG option.
7197         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7198         functionality.  Abstract password key and messaging to external
7199         functions.
7200         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7201         (encrypt-message-method-and-cipher): Add new convenience external
7202         functions.
7203         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7204         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7205
7206         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7207         (netrc-parse): Use encrypt-file-alist to determine if
7208         encrypt-find-model or encrypt-insert-file-contents should be used.
7209
7210         * encrypt.el: Clarify documentation.  Load password-cache or
7211         password, whichever one is found first, instead of autoloading.
7212
7213 2007-12-19  Glenn Morris  <rgm@gnu.org>
7214
7215         * mml.el (message-options-set, message-narrow-to-head)
7216         (message-in-body-p, message-mail-p, message-encode-message-body):
7217         Autoload.
7218         (message-remove-header, message-narrow-to-headers-or-head)
7219         (message-subscribed-p, message-make-mail-followup-to)
7220         (message-position-on-field, message-news-p)
7221         (message-options-set-recipient, message-generate-headers)
7222         (message-sort-headers): Declare as functions.
7223
7224 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7227         convention in doc string.
7228
7229 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7232         title to html parts.
7233         (gnus-article-browse-html-article): Pass message header to it.
7234
7235         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7236
7237 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7240         or password compatible with XEmacs.
7241
7242 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7245         format document.
7246         (gnus-mime-delete-part): Don't write description line if empty.
7247         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7248
7249 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7250
7251         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7252         (gnus-summary-mark-read-and-unread-as-read)
7253         (gnus-summary-mark-current-read-and-unread-as-read)
7254         (gnus-summary-mark-unread-as-ticked): Doc fix.
7255         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7256
7257 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7260         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7261
7262 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7265         yes-or-no-p.
7266
7267 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * mm-decode.el (mm-add-meta-html-tag): New function.
7270         (mm-save-part-to-file, mm-pipe-part): Use it.
7271
7272         * gnus-art.el (gnus-article-browse-delete-temp-files):
7273         Use gnus-y-or-n-p instead of y-or-n-p.
7274         (gnus-article-browse-html-parts): Work with message/external-body; use
7275         mm-add-meta-html-tag.
7276
7277 2007-12-11  Glenn Morris  <rgm@gnu.org>
7278
7279         * gnus-cache.el: Require gnus-sum not just when compiling.
7280
7281         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7282
7283         * gnus-int.el (gnus-server-opened, gnus-status-message):
7284         Move definitions before use.
7285
7286         * mm-decode.el: Require gnus-util.
7287         (mm-remove-part): Only call delete-annotation on XEmacs.
7288
7289         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7290
7291         * nnmail.el: Require gnus-int.
7292
7293         * spam.el: Move `require's before `eval-when-compile's.
7294
7295         * gnus-ems.el (gnus-alive-p):
7296         * gnus-fun.el (message-goto-eoh):
7297         * gnus-util.el (gnus-group-name-decode):
7298         * mail-source.el (gnus-compress-sequence):
7299         * message.el (Info-goto-node, format-spec):
7300         * mm-bodies.el (message-options-get):
7301         * mm-decode.el (mm-view-pkcs7):
7302         * mm-util.el (gmm-write-region):
7303         * mml-smime.el (mml-compute-boundary)
7304         (gnus-completing-read-with-default):
7305         * mml.el (widget-button-press, gnus-make-hashtable):
7306         * mml1991.el (mm-decode-content-transfer-encoding)
7307         (mm-encode-content-transfer-encoding)
7308         (message-options-get, message-options-set):
7309         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7310         * nnfolder.el (gnus-request-group):
7311         * nnheader.el (ietf-drums-unfold-fws):
7312         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7313         * smime.el (gnus-run-mode-hooks):
7314         * spam-stat.el (gnus-message): Autoload.
7315
7316         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7317         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7318         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7319         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7320         Add declare-function compatibility definition.
7321
7322         * gnus-cache.el (nnvirtual-find-group-art):
7323         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7324         (gnus-add-image, gnus-add-wash-type):
7325         * gnus-group.el (nnkiboze-score-file):
7326         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7327         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7328         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7329         (message-tokenize-header, gnus-get-buffer-create)
7330         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7331         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7332         * gnus.el (gnus-group-decoded-name):
7333         * mail-source.el (imap-capability):
7334         * mm-bodies.el (message-options-set):
7335         * mm-decode.el (gnus-configure-windows):
7336         * mm-extern.el (message-goto-body):
7337         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7338         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7339         (epg-sub-key-validity, message-options-set):
7340         * mml.el (widget-event-point, gnus-configure-windows):
7341         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7342         * mml2015.el (epg-check-configuration, epg-configuration)
7343         (message-options-set):
7344         * nndb.el (nndb-request-article):
7345         * nnfolder.el (gnus-request-create-group):
7346         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7347         * nnmaildir.el (gnus-group-mark-article-read):
7348         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7349         * rfc1843.el (message-fetch-field):
7350         * spam.el (gnus-extract-address-components):
7351         Declare as functions.
7352
7353 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7356
7357         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7358
7359         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7360         bind show-trailing-whitespace for XEmacs.
7361
7362 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7365         new no-op macro for backward compatibility.
7366
7367         * imap.el (imap-string-to-integer): New function.
7368
7369 2007-12-09  Glenn Morris  <rgm@gnu.org>
7370
7371         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7372
7373         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7374         * message.el, mm-view.el, sieve-manage.el, smime.el:
7375         Add declare-function compatibility definition.
7376
7377         * gnus-art.el (w3-region, w3m-region, Info-menu):
7378         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7379         * gnus-sum.el (gnus-get-predicate):
7380         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7381         * message.el (mail-abbrev-in-expansion-header-p):
7382         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7383         (w3m-detect-meta-charset, w3m-region):
7384         * sieve-manage.el (password-read, password-cache-add)
7385         (password-cache-remove):
7386         * smime.el (password-read-and-add): Declare as functions.
7387
7388 2007-12-08  David Kastrup  <dak@gnu.org>
7389
7390         * gnus-sum.el (gnus-summary-simplify-subject-query):
7391         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7392         `message'.
7393
7394 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7397         it to bind idna-program, installation-directory, defined-colors, and
7398         face-attribute for XEmacs of the version that compiles defcustom forms.
7399
7400 2007-12-07  Glenn Morris  <rgm@gnu.org>
7401
7402         * gnus-art.el (article-make-date-line): Revert previous change.
7403
7404 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7407
7408 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7409
7410         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7411         Call gnus-add-to-range ranges only once with a prepared article-list.
7412
7413 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7414
7415         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7416         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7417         group names with backslashes.
7418         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7419
7420 2007-12-06  Deepak Goel  <deego3@gmail.com>
7421
7422         * gnus-art.el (article-make-date-line):
7423         * gnus-start.el (gnus-load):
7424         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7425
7426 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el (gnus-use-idna)
7429         * gnus-start.el (gnus-site-init-file)
7430         * message.el (message-use-idna)
7431         * mm-uu.el (mm-uu-hide-markers)
7432         * smiley.el (smiley-style): Revert changes that suppress warnings.
7433
7434 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7437         specify charset to html source.
7438         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7439
7440 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7443         idna-program in order to suppress byte compile warning issued by XEmacs
7444         that came to byte compile the default value section of defcustom forms
7445         recently.
7446
7447         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7448         value of installation-directory.
7449
7450         * message.el (message-use-idna): Don't directly refer to the value of
7451         idna-program.
7452
7453         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7454
7455         * smiley.el (smiley-style): Don't directly call face-attribute.
7456
7457 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7458
7459         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7460
7461         * gnus-dired.el: Reduce Gnus dependencies.
7462         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7463         Don't require.  Use autoloads instead.
7464         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7465         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7466         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7467         (gnus-dired-mode): Adjust doc string.
7468         (gnus-dired-mail-mode): New variable.
7469         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7470         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7471         (gnus-dired-mail-buffers): New function.  Return mail or message
7472         composition buffers.
7473         (gnus-dired-attach): Use it.
7474         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7475         NO-DECODE.
7476         (gnus-dired-print): Use `gnus-print-buffer' depending on
7477         `gnus-dired-mail-mode'.
7478
7479 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * rfc2047.el (rfc2047-encoded-word-regexp)
7482         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7483         explaining what regexp patterns are for.
7484
7485 2007-12-04  Glenn Morris  <rgm@gnu.org>
7486
7487         * password.el: Move to password-cache.el.
7488
7489         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7490         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7491         * mml-smime.el (password-read, password-cache-add)
7492         (password-cache-remove):
7493         No need to autoload, since mml-sec requires password.
7494
7495         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7496         * message.el (gnus-extract-address-components):
7497         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7498
7499         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7500         password.
7501
7502 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * mailcap.el: Reduce dependencies.
7505         (mail-header-parse-content-type): Autoload.
7506         (mailcap-delete-duplicates): New alias.
7507         (mailcap-mime-info): Add optional argument NO-DECODE.
7508         (mailcap-mime-types): Use mailcap-delete-duplicates.
7509
7510         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7511
7512 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7513
7514         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7515         (imap-parse-status): Upcase status-att for servers that sends them
7516         lower-case (e.g., MS Exchange 2007).
7517
7518 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7521         function.
7522
7523         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7524         (gnus-uu-yenc-article): New function.
7525
7526         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7527
7528         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7529
7530 2007-12-02  Glenn Morris  <rgm@gnu.org>
7531
7532         * binhex.el (binhex): New custom group.
7533         (binhex-decoder-program, binhex-decoder-switches)
7534         (binhex-use-external): Move to the binhex custom group.
7535
7536         * uudecode.el (uudecode): New custom group.
7537         (uudecode-decoder-program, uudecode-decoder-switches)
7538         (uudecode-use-external): Move to the uudecode custom group.
7539
7540         * netrc.el (top-level): Don't load `encrypt' features.
7541         (netrc-parse): Don't use encrypt.
7542         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7543
7544         * encrypt.el: Remove file.
7545
7546 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7549         matches on patches.
7550
7551         * gnus-art.el (gnus-article-browse-html-article):
7552         Mention `mm-text-html-renderer' in the doc string.
7553
7554         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7555         string.  Add comments.
7556
7557         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7558         if rhs is ASCII.
7559
7560 2007-12-01  Glenn Morris  <rgm@gnu.org>
7561
7562         * mail-source.el (top-level): Require format-spec before
7563         eval-when-compile.
7564
7565 2007-11-30  Glenn Morris  <rgm@gnu.org>
7566
7567         * encrypt.el: Require password, rather than autoloading password-read.
7568
7569 2007-11-29  Glenn Morris  <rgm@gnu.org>
7570
7571         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7572         (sasl-make-client, sasl-next-step, sasl-step-data)
7573         (sasl-step-set-data): Declare as functions.
7574
7575 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7576
7577         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7578
7579 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7580
7581         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7582         certs should be verified and what is to be done in the event of a
7583         verification failure.
7584
7585         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7586         caller can indicate whether the cache should be disregarded for this
7587         call.  This way the result of the call is reproducible at all times and
7588         can be considered a canonical server name for the supplied method.
7589         (gnus-agent-method-p): Canonicalize server names by pushing their
7590         method through `gnus-method-to-server' using the no-cache argument.
7591
7592         * gnus-srvr.el (gnus-server-insert-server-line):
7593         Call `gnus-method-to-server' with `no-cache' argument.
7594
7595         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7596         gnus-agent-possibly-synchronize-flags as this should be called when the
7597         server is actually being opened.
7598         (gnus-agent-possibly-synchronize-flags)
7599         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7600         flags file of an agentized server to the latter function.
7601
7602         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7603         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7604         after a connection has been established successfully.
7605
7606 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-art.el (article-display-face): Force to display face if called
7609         interactively; check if gnus-article-x-face-too-ugly matches author.
7610         (article-display-x-face): Display face even if From header is missing
7611         as article-display-face does.
7612
7613 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7614
7615         * hashcash.el (message-narrow-to-headers-or-head)
7616         (message-fetch-field, message-goto-eoh)
7617         (message-narrow-to-headers): Declare as functions.
7618
7619 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * mail-source.el (mail-sources): Default to fetch from file for
7622         compatibility with default of nnmail-spool-file.
7623
7624 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7627         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7628         to look for encoded word that should be encoded again.
7629         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7630         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7631         encoding pattern.
7632         (rfc2047-decode-region): Switch strict regexp and loose one according
7633         to rfc2047-allow-irregular-q-encoded-words.
7634
7635 2007-11-25  Romain Francoise  <romain@orebokech.com>
7636
7637         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7638
7639 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * tls.el (tls-program): Provide more custom choices from
7642         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7643         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7644
7645 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7648         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7649
7650         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7651         `nnmail-spool-file'.
7652
7653         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7654         `nnmail-spool-file'.
7655
7656         * gnus-move.el (gnus-change-server): Ditto.
7657
7658         * gnus-kill.el (gnus-batch-score): Ditto.
7659
7660         * gnus-cache.el (gnus-jog-cache): Ditto.
7661
7662         * gnus-msg.el (gnus-summary-reply):
7663         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7664
7665 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7668         version.  Minor improvement to doc strings.
7669         (tls-program): Add comment.
7670
7671 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7672
7673         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7674         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7675         mismatch between the hostname provided in the certificate and the name
7676         of the host connnecting to.
7677         (open-tls-stream): Use them.  Check certificates against trusted root
7678         certificates.
7679
7680 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * gnus-cache.el (gnus-cache-generate-nov-databases):
7683         Use nnml-generate-nov-databases-directory instead of
7684         nnml-generate-nov-databases-1.
7685
7686 2007-11-24  Glenn Morris  <rgm@gnu.org>
7687
7688         * message.el (message-tool-bar-retro): Update for rename
7689         mail_send.xpm->mail-send.xpm.
7690
7691 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7694         `smime-ldap-search' for Emacs 22 and up.
7695
7696 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7697
7698         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7699
7700         * message.el (message-send-mail-function): Fix error convention.
7701         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7702         (message-widen-reply, message-send-mail, message-talkative-question)
7703         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7704         (message-clone-locals, message-send-news): Use with-current-buffer.
7705         (message-insert-or-toggle-importance): Remove unused var `valid'.
7706         (message-make-references): Remove unused var `new-references'.
7707         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7708
7709 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7710
7711         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7712         (spam-split-symbolic-return-positive): Reflow docstring.
7713         (spam-backends, spam-summary-exit-behavior)
7714         (spam-mark-ham-unread-before-move-from-spam-group)
7715         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7716         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7717         (spam-clear-cache, spam-backend-check, spam-install-backend)
7718         (spam-install-statistical-backend, spam-list-of-processors)
7719         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7720         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7721         (spam-check-crm114, spam-initialize, spam-unload-hook):
7722         Fix typos in docstrings.
7723
7724 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7727         been checked if they have never been read and those group levels are
7728         higher than the one that a user specified.
7729
7730 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7733         foreign groups unless a group level is specified by a user.
7734         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7735
7736 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * message.el (message-send-mail-function): Require sendmail.
7739
7740 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * message.el (message-send-mail-function): Check for smtpmail too.
7743
7744         * utf7.el (utf7-encode, utf7-decode): Use coding system
7745         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7746
7747         * message.el (message-send-mail-function): New function.
7748         (message-send-mail-function): Set default using
7749         message-send-mail-function.  Adjust doc string.
7750         (message-send-mail-with-mailclient): New function.
7751
7752 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7753
7754         * smime.el (from):
7755         * rfc2047.el (message-posting-charset):
7756         * qp.el (mm-use-ultra-safe-encoding):
7757         * pop3.el (parse-time-months):
7758         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7759         * nnml.el (files):
7760         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7761         (jka-compr-compression-info-list, ange-ftp-path-format)
7762         (efs-path-regexp):
7763         * nndiary.el (files):
7764         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7765         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7766         (epg-digest-algorithm-alist, inhibit-redisplay)
7767         (password-cache-expiry):
7768         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7769         (pgg-output-buffer, password-cache-expiry):
7770         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7771         (efs-path-regexp):
7772         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7773         (inhibit-redisplay):
7774         * mm-uu.el (file-name, start-point, end-point, entry)
7775         (gnus-newsgroup-name, gnus-newsgroup-charset):
7776         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7777         (latin-unity-ucs-list):
7778         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7779         (mm-uu-binhex-decode-function):
7780         * message.el (gnus-message-group-art, gnus-list-identifiers)
7781         (rmail-enable-mime-composing, gnus-local-organization)
7782         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7783         (gnus-read-active-file, facemenu-add-face-function)
7784         (facemenu-remove-face-function, gnus-article-decoded-p)
7785         (tool-bar-mode):
7786         * mail-source.el (display-time-mail-function):
7787         * gnus-util.el (nnmail-pathname-coding-system)
7788         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7789         (gnus-original-article-buffer, gnus-user-agent)
7790         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7791         (xemacs-codename, sxemacs-codename, emacs-program-version):
7792         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7793         * gnus-start.el (gnus-agent-covered-methods)
7794         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7795         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7796         (gnus-newsgroup-headers, gnus-group-list-mode)
7797         (gnus-group-mark-positions, gnus-newsgroup-data)
7798         (gnus-newsgroup-unreads, nnoo-state-alist)
7799         (gnus-current-select-method, mail-sources)
7800         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7801         (nnmail-spool-file, gnus-cache-active-hashtb):
7802         * gnus-mh.el (mh-lib-progs):
7803         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7804         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7805         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7806         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7807         (gnus-group-buffer):
7808         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7809         (font-lock-set-defaults):
7810         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7811         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7812         (gnus-summary-post-menu, total-parts, type, condition, length):
7813         * gnus-agent.el (gnus-agent-read-agentview):
7814         * flow-fill.el (show-trailing-whitespace):
7815         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7816         eval-and-compile wrappers for byte compiler pacifiers.
7817
7818         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7819         (mm-display-inline-fontify): Check for featurep 'xemacs not
7820         extent-list.
7821
7822         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7823         itimer-list.
7824         (mm-create-image-xemacs): Only do something for XEmacs.
7825         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7826
7827         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7828
7829         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7830         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7831
7832 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7833
7834         * nnimap.el (nnimap-split-download-body):
7835         * gnus-demon.el (gnus-demon):
7836         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7837
7838 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7841         New macros.
7842         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7843         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7844         copy data from unibyte buffer to multibyte current buffer.
7845         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7846         to copy data from unibyte current buffer to multibyte buffer.
7847         (nntp-make-process-buffer): Make process buffer unibyte.
7848
7849         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7850
7851 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7852
7853         * pop3.el (pop3-open-server): Accept and process data more robustly at
7854         connexion start to avoid spurious "POP SSL connexion failed" errors.
7855
7856 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7859         read group names.
7860
7861 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7862
7863         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7864
7865 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7868         (nnmail-save-active): Use a unibyte buffer when saving active file,
7869         which may contain non-ASCII group names.
7870
7871         * nnml.el (nnml-request-group): Decode group names in messages.
7872
7873 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * message.el (message-citation-line-function)
7876         (message-insert-formatted-citation-line): Fix spelling of
7877         `message-insert-formated-citation-line'.
7878
7879 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7882
7883 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7886         nnmail-pathname-coding-system.
7887
7888         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7889         that a user enters; decode group names in messages.
7890
7891         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7892
7893 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7896
7897         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7898
7899         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7900         risky local variable.
7901
7902         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7903
7904 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7905
7906         * encrypt.el: Improve documentation to fix function name typo.
7907         Reported by Daiki Ueno <ueno@unixuser.org>.
7908
7909 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7912         even if the point is not in the last page of an article.
7913         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7914         back to the previous page.
7915
7916 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7919
7920 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7923
7924 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7925
7926         * message.el (message-check-news-body-syntax):
7927         Avoid mm-string-as-multibyte.
7928         (message-hide-headers): Don't assume (point-min)==1.
7929
7930 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * message.el (message-remove-blank-cited-lines): Fix if remove is
7933         given.
7934         (message-bogus-address-regexp): New variable.
7935         (message-bogus-recipient-p): New function.
7936         (message-check-recipients): New command.
7937         (message-syntax-checks): Add `bogus-recipient'.
7938         (message-fix-before-sending): Add `bogus-recipient'.
7939
7940         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7941         (gnus-treat-body-boundary): Don't test window-system.
7942
7943 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7944
7945         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7946
7947 2007-10-28  Miles Bader  <miles@gnu.org>
7948
7949         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7950         at compile-time too.
7951
7952 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * gnus-msg.el (gnus-message-setup-hook):
7955         Add `message-remove-blank-cited-lines' to options.
7956
7957 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * message.el (message-remove-blank-cited-lines): New function.
7960         Suggested by Karl Plästerer.
7961
7962 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7965         mapc.
7966
7967         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7968         (top-level): Use mapc to set functions to be traced for debugging.
7969
7970         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7971         called for effect with while loop.
7972
7973         * message.el (message-talkative-question): Replace mapcar called for
7974         effect with mapc.
7975
7976         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7977         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7978         called for effect with dolist.
7979
7980         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7981
7982         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7983         gnus-extra-headers and nnmail-extra-headers.
7984
7985         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7986         called for effect with dolist.
7987         (top-level): Use mapc to set functions to be traced for debugging.
7988
7989         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7990         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7991         dolist.
7992
7993         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7994         Replace mapcar called for effect with mapc.
7995         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7996         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7997         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7998         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7999
8000         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8001         remove-if that's a cl function.
8002
8003         * webmail.el (webmail-debug): Replace mapcar called for effect with
8004         dolist.
8005
8006         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8007         with mapc.
8008
8009 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8012         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8013         with while loop.
8014
8015         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8016         functions from article-* functions.
8017         (gnus-multi-decode-header): Replace mapcar called for effect with
8018         dolist.
8019
8020         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8021         (gnus-bookmark-show-details): Replace mapcar called for effect with
8022         while loop.
8023
8024         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8025         called for effect with while loop.
8026
8027         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8028         with dolist.
8029
8030         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8031         Replace mapcar called for effect with dolist.
8032
8033         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8034
8035         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8036         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8037         Replace mapcar called for effect with dolist.
8038         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8039         mapc.
8040
8041         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8042         Replace mapcar called for effect with dolist.
8043         (gnus-topic-list): Replace mapcar called for effect with mapc.
8044
8045         * gnus.el: Use mapc instead of mapcar to add autoloads.
8046
8047 2007-10-23  Richard Stallman  <rms@gnu.org>
8048
8049         * gnus-group.el (gnus-group-highlight): Mark as risky.
8050
8051 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * gnus.el (gnus-server-to-method): Return method found first in
8054         gnus-newsrc-alist.
8055
8056         * gnus-art.el (gnus-article-highlight-signature)
8057         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8058         button overlay without the front stickiness.
8059
8060 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8061
8062         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8063         overview buffer needed a catch to receive its throw.
8064         (gnus-agent-flush-cache): Declare as interactive to make this function
8065         easier to use.
8066
8067 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8070         `next-line'.
8071
8072 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8075         exclude address matching message-dont-reply-to-names.
8076
8077 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-util.el (gnus-string<): New function.
8080
8081         * gnus-sum.el (gnus-article-sort-by-author)
8082         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8083
8084 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8087         the frame-focus tag is set in gnus-buffer-configuration.
8088
8089 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8092         the front stickiness.
8093
8094 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8097         url pattern; remove duplicate one.
8098         (gnus-article-extend-url-button): New function.
8099         (gnus-article-add-buttons): Use it.
8100         (gnus-button-push): Use concatenated url that it makes.
8101
8102 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8103
8104         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8105
8106 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8107
8108         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8109         Don't hardcode point-min==1.
8110
8111 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8114         Fix comment about "iso8859-1".
8115
8116 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8117
8118         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8119         ones returned from the verify-function.
8120
8121         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8122         Call mml2015-extract-cleartext-signature if extraction failed.
8123
8124 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8125
8126         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8127         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8128         failed.
8129
8130 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8133
8134 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8137         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8138         recommends to use EasyPG instead of PGG.
8139
8140         * pgg.el: Revert to revision 6.23.2.16.
8141
8142         * pgg-def.el: Revert to revision 6.6.2.14.
8143
8144         * pgg-gpg.el: Revert to revision 6.23.2.34.
8145
8146 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8147
8148         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8149         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8150         thread for both the null and zero (kill/expire thread) universal prefix
8151         cases.
8152         (gnus-summary-expire-thread): Add new function to expire a thread,
8153         using gnus-summary-kill-thread.
8154         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8155         shortcuts for gnus-summary-expire-thread.
8156         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8157         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8158
8159 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8160
8161         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8162         extras value, so an extras entry can be deleted.
8163         (gnus-registry-delete-extra-entry): Use it.
8164         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8165         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8166         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8167         storage through the gnus-registry, and provide an appropriate API for
8168         it.
8169
8170 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8173         Suggested by Leo <sdl.web@gmail.com>.
8174
8175         * gnus.el: Do.
8176
8177 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8180         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8181
8182         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8183
8184         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8185         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8186
8187 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8190         newline.
8191         (nnmbox-request-accept-article): Don't change article in source buffer;
8192         narrow to header to use message-fetch-field rather than
8193         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8194         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8195         as delimiters; make sure article ends with newline.
8196         (nnmbox-delete-mail): Correct last position of article to be deleted;
8197         ignore X-Gnus-Newsgroup header in article body.
8198         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8199         positions; make sure article ends with newline.
8200
8201         * message.el (message-display-abbrev): Don't infloop when a user
8202         inserts SPC in the beginning of header.
8203
8204         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8205         coding-system-for-read and coding-system-for-write for XEmacs having no
8206         file-coding feature.
8207
8208         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8209
8210 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8211
8212         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8213         list of groups not followed by default.  Fix type to be regexp.
8214         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8215
8216 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8217
8218         * hmac-def.el (define-hmac-function): Switch from old-style to
8219         new-style backquotes.
8220
8221         * md4.el (md4-make-step): Likewise.
8222
8223 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8226         raw-text coding system when saving .newsrc file, which may contain
8227         non-ASCII group names.
8228
8229 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus-cus.el (gnus-score-extra): New widget.
8232         (gnus-score-extra-convert): New function.
8233         (gnus-score-customize): Use it for Extra.
8234
8235 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8236
8237         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8238         (mml2015-mailcrypt-clear-verify): Use it.
8239         (mml2015-gpg-clear-verify): Use it.
8240         (mml2015-pgg-clear-verify): Use it.
8241         (mml2015-epg-clear-verify): Replace the current part with the output
8242         from GnuPG; don't extract the plaintext by itself.
8243
8244         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8245         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8246         mml2015-clear-verify-function; don't touch the armor headers or
8247         dash-escaped text here.
8248
8249 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8252         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8253         parts, or application/octet-stream as a last resort.
8254         (gnus-mime-view-part-as-type): Don't toggle display.
8255         (gnus-mime-view-part-as-charset): Don't turn off display before
8256         querying charset.
8257
8258         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8259         stuff to undisplayer function in Emacs.
8260         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8261
8262         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8263         text/calendar parts.
8264
8265 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8268         decoding text/calendar parts.
8269
8270         * message.el (message-forward-make-body-mime): Always mark body as
8271         having no illegible text; remove signed-or-encrypted argument.
8272         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8273
8274         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8275         (mml-generate-mime-1): Don't encode body if it is specified to be in
8276         raw form; don't make buffer be unibyte when inserting multibyte string.
8277
8278 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8279
8280         * sha1.el: Fix up comment style.
8281         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8282         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8283
8284         * hex-util.el: Fix up comment style.
8285         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8286
8287         * gnus-salt.el: Use with-current-buffer.
8288         (gnus-pick-setup-message): Fix long-standing typo.
8289
8290 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * imap.el (imap-logout-timeout): New variable.
8293         (imap-logout, imap-logout-wait): New functions.
8294         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8295
8296         * nnimap.el (nnimap-logout-timeout): New server variable.
8297         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8298         nnimap-logout-timeout.
8299
8300         * gnus-art.el (gnus-article-summary-command-nosave)
8301         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8302
8303 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus.el (gnus-maximum-newsgroup): New variable.
8306
8307         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8308         according to gnus-maximum-newsgroup.
8309
8310         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8311         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8312         Limit the range of articles according to gnus-maximum-newsgroup.
8313
8314 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8315
8316         * gnus-art.el (gnus-sticky-article): Fix problems described in
8317         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8318         Don't perform gnus-configure-windows here; reuse existing sticky
8319         article buffer.
8320
8321         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8322         it doesn't exist in gnus-article-mode.
8323
8324 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8327         (gnus-agent-decoded-group-name): New function.
8328         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8329         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8330
8331 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8332
8333         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8334         Add binding for gnus-sticky-article.
8335         (gnus-summary-exit): Don't kill sticky article buffers.
8336
8337         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8338         article buffer.
8339         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8340         (gnus-kill-sticky-article-buffers): New commands.
8341
8342 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * nntp.el (nntp-xref-number-is-evil): New server variable.
8345         (nntp-find-group-and-number): If it is non-nil, don't trust article
8346         numbers in the Xref header.
8347
8348 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-agent.el (gnus-agent-read-group): New function.
8351         (gnus-agent-flush-group, gnus-agent-expire-group)
8352         (gnus-agent-regenerate-group): Use it.
8353         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8354         nnmail-pathname-coding-system.
8355
8356 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8359
8360         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8361         that are unread as unread, and also as selected so that information of
8362         marks having been changed by a user may be updated when exiting group.
8363
8364 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8367
8368 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8371         calculated ignoring signature parts to gnus-treat-article.
8372
8373 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8376         a point here in order to keep the window start.
8377         (gnus-insert-mime-security-button): Make a button overlay without the
8378         front stickiness.
8379         (gnus-mime-display-security): Goto the end of a button.
8380
8381         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8382
8383 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8386         group-name-at-point.
8387         (gnus-group-completing-read): New function that offers decoded
8388         non-ASCII group names for completion.
8389         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8390         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8391         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8392         (gnus-group-fetch-control): Use it.
8393         (gnus-fetch-group): Use group-name-at-point for the initial value
8394         rather than the default value; use gnus-alive-p.
8395
8396         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8397         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8398         (gnus-summary-post-news): Use gnus-group-completing-read.
8399
8400         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8401         (gnus-read-move-group-name): Decode group name for completion.
8402
8403 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8406         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8407         Yamaoka slightly modified the code).
8408
8409 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8412         (nnmail-split-incoming): Bind it.
8413
8414         * nnml.el (nnml-group-name-charset): New function.
8415         (nnml-decoded-group-name): Use it; don't decode group name if
8416         nnmail-group-names-not-encoded-p is non-nil.
8417         (nnml-encoded-group-name): New function.
8418         (nnml-group-pathname): Inline nnml-decoded-group-name.
8419         (nnml-request-expire-articles): Decode group name in message.
8420         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8421         nnmail-pathname-coding-system.
8422         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8423         not decoded ones according to nnmail-group-names-not-encoded-p.
8424         (nnml-generate-active-info): Use nnml-encoded-group-name.
8425
8426 2007-08-08  Glenn Morris  <rgm@gnu.org>
8427
8428         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8429         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8430         doc-strings and comments.
8431
8432 2007-07-25  Glenn Morris  <rgm@gnu.org>
8433
8434         * Relicense all FSF files to GPLv3 or later.
8435
8436 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-sum.el (gnus-summary-move-article):
8439         Make gnus-summary-respool-article work.
8440
8441 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8444         string.
8445
8446 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8447
8448         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8449         that should be ignored when comparing distant RSS articles with local
8450         ones.
8451         (nnrss-make-hash-index): New function.  Create a hash index according
8452         to the ignored fields.
8453         (nnrss-check-group): Use it.
8454
8455 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8458
8459         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8460
8461         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8462         the new optional argument ENCODED is non-nil.
8463         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8464         coding system for encoding group name.
8465         (gnus-group-make-rss-group): Pass un-encoded group name to
8466         gnus-group-make-group.
8467         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8468         encoded.
8469
8470         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8471         Encode group name to which articles are moved or copied.
8472         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8473         coding system for encoding Newsgroup, Followup-To and Xref headers.
8474
8475         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8476         marks; use nnheader-file-coding-system to write a file.
8477         (nnagent-retrieve-headers): Bind file-name-coding-system to
8478         nnmail-pathname-coding-system.
8479
8480         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8481
8482         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8483         (nnml-request-article, nnml-request-create-group)
8484         (nnml-request-rename-group, nnml-find-id)
8485         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8486         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8487         (nnml-save-marks): Use nnml-group-pathname instead of
8488         nnmail-group-pathname.
8489
8490         (nnml-request-create-group, nnml-request-expire-articles)
8491         (nnml-request-move-article, nnml-request-delete-group)
8492         (nnml-deletable-article-p, nnml-possibly-create-directory)
8493         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8494         (nnml-open-marks): Bind file-name-coding-system to
8495         nnmail-pathname-coding-system.
8496
8497         (nnml-request-article): Pass server argument to nnml-find-group-number.
8498         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8499         Pass server argument to nnml-possibly-create-directory.
8500         (nnml-request-accept-article): Pass server argument to
8501         nnml-active-number and nnml-save-mail.
8502         (nnml-find-group-number): Pass server argument to nnml-find-id.
8503         (nnml-request-update-info): Pass server argument to
8504         nnml-marks-changed-p.
8505
8506         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8507         (nnml-save-mail, nnml-active-number): Add server argument.
8508
8509         (nnml-request-delete-group): Warn if group is missing.
8510         (nnml-get-nov-buffer): Decode group name.
8511         (nnml-generate-active-info): Encode group name.
8512         (nnml-open-marks): Decode group name in messages.
8513
8514 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8517         if it is not specified.
8518         (gnus-article-pipe-part, gnus-article-save-part)
8519         (gnus-article-interactively-view-part, gnus-article-copy-part)
8520         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8521         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8522         (gnus-article-replace-part, gnus-article-delete-part)
8523         (gnus-article-view-part-as-type): Pass raw prefix argument to
8524         gnus-article-part-wrapper.
8525
8526 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-agent.el (gnus-agent-save-active):
8529         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8530
8531         * gnus-cache.el (gnus-cache-save-buffers)
8532         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8533         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8534         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8535         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8536         (gnus-cache-generate-active, gnus-cache-rename-group)
8537         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8538         (gnus-cache-update-overview-total-fetched-for):
8539         Bind file-name-coding-system to nnmail-pathname-coding-system.
8540         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8541         New variables.
8542         (gnus-cache-decoded-group-name): New function.
8543         (gnus-cache-file-name): Use it.
8544         (gnus-cache-generate-active): Use non-decoded group name for active.
8545
8546         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8547         right place.
8548         (gnus-write-active-file): Don't break non-ASCII group names.
8549
8550         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8551         nnmail-pathname-coding-system.
8552
8553         * lpath.el: Bind default-file-name-coding-system,
8554         file-name-coding-system and language-info-alist for XEmacs.
8555
8556         * gnus-uu.el (gnus-uu-decode-save): Typo.
8557
8558 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8561
8562 2007-07-14  David Kastrup  <dak@gnu.org>
8563
8564         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8565         finishing actions if we did not edit the article.
8566
8567 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8570         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8571         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8572         (gnus-agent-flush-group, gnus-agent-flush-cache)
8573         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8574         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8575         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8576         (gnus-agent-regenerate-group)
8577         (gnus-agent-update-files-total-fetched-for)
8578         (gnus-agent-update-view-total-fetched-for):
8579         Bind file-name-coding-system to nnmail-pathname-coding-system.
8580         (gnus-agent-group-pathname): Don't encode file names by
8581         nnmail-pathname-coding-system.
8582         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8583         coding-system-for-write instead of buffer-file-coding-system to
8584         gnus-agent-file-coding-system.
8585
8586         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8587         Decode group name.
8588
8589         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8590
8591         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8592         (gnus-read-newsrc-el-file): Make group names unibyte.
8593
8594         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8595         nnmail-pathname-coding-system.
8596
8597         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8598         (nnrss-request-delete-group): Bind file-name-coding-system to
8599         nnmail-pathname-coding-system.
8600         (nnrss-read-server-data, nnrss-read-group-data):
8601         Bind file-name-coding-system correctly.
8602         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8603
8604         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8605         (nntp-server-to-method-cache): New variable.
8606         (nntp-group-pathname): New function that decodes non-ASCII group names.
8607         (nntp-possibly-create-directory, nntp-marks-changed-p)
8608         (nntp-save-marks, nntp-open-marks): Use it.
8609         (nntp-possibly-create-directory, nntp-open-marks):
8610         Bind file-name-coding-system to nnmail-pathname-coding-system.
8611         (nntp-open-marks): Decode group names when bootstrapping marks.
8612
8613         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8614         Newsgroups and Folowup-To headers.
8615
8616 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8619         (gnus-server-closed-face, gnus-server-denied-face)
8620         (gnus-server-offline-face): Remove variable.
8621         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8622
8623         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8624         of modifying message-stack directly for XEmacs.
8625
8626         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8627         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8628         if the coding-system argument is nil for XEmacs.
8629
8630         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8631         mm-charset-override-alist.
8632
8633         * rfc2047.el: Don't require base64; require rfc2045 for the function
8634         rfc2045-encode-string.
8635         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8636         to quote the parameter value.
8637
8638 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8641         form in gnus-group-name-charset-method-alist.
8642
8643         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8644         overrides the default layout edit-form.
8645
8646         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8647
8648         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8649
8650 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8653         as unfetched articles.
8654
8655 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8658
8659 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8662         original back end that keeps marks in the local system.
8663
8664 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8667         arg of pop-to-buffer for XEmacs.
8668         (gnus-article-read-summary-keys): Ditto; don't restore window
8669         configuration if summary command ends up with neither article buffer
8670         nor summary buffer; describe bindings if summary keys end with C-h.
8671
8672 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * message.el (message-fix-before-sending): Skip raw message part to be
8675         forwarded while checking illegible text.
8676         (message-forward-make-body-mime, message-forward-make-body):
8677         Mark signed or encrypted raw message as having no illegible text.
8678
8679 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8682         (gnus-message-with-timestamp-1): New macro.
8683         (gnus-message-with-timestamp): New function.
8684         (gnus-message): Use them.
8685
8686         * nnheader.el (nnheader-message): Use them.
8687
8688 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8691         .newsrc.eld file.
8692
8693 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-agent.el (gnus-agent-fetch-headers)
8696         (gnus-agent-retrieve-headers):
8697         Bind gnus-decode-encoded-address-function to identity.
8698
8699         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8700         available also when the server returns simply a dot.
8701
8702         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8703
8704 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8707
8708 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-ems.el (gnus-x-splash): Make it work.
8711
8712         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8713         from being used.
8714
8715         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8716
8717 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8720         4th and the 5th arguments.
8721
8722         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8723         the front stickiness.
8724         (gnus-article-summary-command-nosave): Correct the order of the
8725         arguments passed to pop-to-buffer.
8726         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8727         summary command ends up with the article buffer.
8728
8729         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8730         the same faces.
8731
8732 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8733
8734         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8735
8736 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8737
8738         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8739         * gnus-sum.el (gnus-summary-highlight):
8740         * pgg.el (pgg-sign-region, pgg-sign):
8741         * mail-source.el (mail-source-delete-old-incoming-confirm):
8742         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8743
8744 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * gnus-art.el (gnus-mime-view-part-externally)
8747         (gnus-mime-view-part-internally): Fix predicate function passed to
8748         completing-read.
8749
8750         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8751
8752         * gnus.el (gnus-update-message-archive-method): Add :version.
8753
8754 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus.el (gnus-update-message-archive-method): New variable.
8757
8758         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8759         according to gnus-message-archive-method if
8760         gnus-update-message-archive-method is non-nil.
8761
8762 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8765         Suggested by Loic Dachary <loic@dachary.org>.
8766         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8767
8768 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * message.el (message-pop-to-buffer): Add switch-function argument.
8771         (message-mail): Pass switch-function argument to it.
8772
8773 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8776         Improve doc string.
8777
8778 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8781         (gnus-header-content)
8782         * gnus-cite.el (gnus-cite-10)
8783         * gnus-srvr.el (gnus-server-closed)
8784         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8785         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8786         (gnus-group-mail-3-empty, gnus-group-mail-low)
8787         (gnus-group-mail-low-empty, gnus-splash)
8788         * message.el (message-header-to, message-header-cc)
8789         (message-header-subject, message-header-other, message-header-name)
8790         (message-header-xheader, message-separator, message-cited-text)
8791         (message-mml): Lighten colors of faces used for dark background.
8792
8793 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8794
8795         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8796         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8797
8798 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * message.el (message-narrow-to-headers-or-head):
8801         Ignore mail-header-separator in the body.
8802
8803 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8806         same as window size.
8807
8808 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8809
8810         * message.el (message-font-lock-keywords): Use message-header-xheader
8811         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8812         ahead of the anything pattern, to get it recognised.
8813
8814 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8817         spam.el loads uses it in the compiled defadvice form.
8818
8819 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8820
8821         * gnus-sum.el (gnus-articles-to-read)
8822         (gnus-summary-insert-old-articles): Don't truncate group name for
8823         `read-string'.
8824
8825         * gnus-util.el (gnus-limit-string): Delete this function.
8826
8827         * gnus-sum.el (gnus-simplify-subject-fully):
8828         Use `truncate-string-to-width' instead.
8829
8830 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8831
8832         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8833         Tell if, on summary exit, the next group has to be selected.
8834         (gnus-summary-exit): Use it.
8835
8836 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8839         non-break space.
8840
8841 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8844         Check if group is not a directory.
8845         (nnfolder-request-expire-articles): Don't delete articles if the target
8846         group is not available.
8847
8848         * nnml.el (nnml-request-create-group): Properly check if group is not a
8849         file.
8850         (nnml-request-expire-articles): Don't delete articles if the target
8851         group is not available.
8852
8853         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8854         Don't quote characters that are within parentheses.
8855
8856 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8859         (gnus-handle-ephemeral-exit): Select article according to it.
8860
8861 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * message.el (message-insert-formated-citation-line): Remove newline.
8864         (message-citation-line-format): Add final \n here so that the user can
8865         avoid a blank line.
8866
8867 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8868
8869         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8870         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8871         Update lanl/arXiv support.
8872
8873 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus.el: Bump version number.
8876
8877 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * gnus.el (gnus-version-number): Bump version.
8880
8881 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8882
8883         * gnus.el: No Gnus v0.6 is released.
8884
8885 2007-04-27  Didier Verna  <didier@xemacs.org>
8886
8887         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8888         * gmm-utils.el (gmm-regexp-concat): ... here.
8889         * message.el: Don't require 'gnus-util.
8890         (message-dont-reply-to-names): Handle name change above.
8891         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8892
8893 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8896         since the initial value varies according to the system.
8897
8898 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8901
8902 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8903
8904         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8905
8906 2007-04-24  Didier Verna  <didier@xemacs.org>
8907
8908         Improve the type of gnus-ignored-from-addresses.
8909         * gnus-util.el (gnus-orify-regexp): New function.
8910         * message.el (gnus-util): Require it.
8911         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8912         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8913         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8914
8915 2007-04-24  Didier Verna  <didier@xemacs.org>
8916
8917         * gnus-sum.el:
8918         * gnus-utils.el: Fix some trailing whitespaces.
8919
8920 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8923         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8924         article's Message-ID; refer parent article in summary buffer.
8925
8926         * message.el (message-bounce): Call mime-to-mml.
8927
8928         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8929         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8930         optimize and/or forms properly.
8931
8932 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8935         URL.
8936
8937 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8940
8941 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8944         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8945         displayed of multipart/alternative part if it is invoked from summary
8946         buffer.
8947
8948         * mm-view.el (mm-inline-text-html-render-with-w3m)
8949         (mm-inline-text-html-render-with-w3m-standalone)
8950         (mm-inline-render-with-function): Use mail-parse-charset by default.
8951
8952 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8953
8954         * parse-time.el (parse-time-string-chars): Check if CHAR
8955         is less than the length of parse-time-syntax.
8956
8957 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8960         from gnus-newsgroup-processable.
8961
8962 2007-04-16  Didier Verna  <didier@xemacs.org>
8963
8964         * gnus-msg.el (gnus-configure-posting-styles):
8965         Handle message-signature-directory properly with :file syntax.
8966         Reported by "Leo".
8967
8968 2007-04-11  Didier Verna  <didier@xemacs.org>
8969
8970         New user option: message-signature-directory.
8971         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8972         * message.el (message-insert-signature): Ditto.
8973         * message.el (message-signature-file): Doc update.
8974         * message.el (message-signature-directory): New.
8975
8976 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-msg.el (gnus-inews-yank-articles):
8979         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8980
8981 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * message.el (message-yank-original): Make sure cited text ends with
8984         newline; don't exchange point and mark.
8985
8986 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8987
8988         * tls.el (open-tls-stream): Properly handle case where there
8989         is no associated buffer.
8990
8991 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8992
8993         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8994         message-yank-original, make sure (< mark TEXT point).
8995
8996 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * message.el (message-fill-column): New variable.
8999         (message-mode): Use it.  Add comment on a possible new hook.
9000
9001         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9002         (nnmail-get-new-mail): Reformat.
9003
9004         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9005
9006         * gmm-utils.el: Fix Commentary.
9007         (gmm-tool-bar-from-list): Fix typo in doc string.
9008
9009 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9010
9011         * message.el (message-yank-original): Don't switch point and mark
9012         unnecessarily to put point and mark as documented.
9013
9014 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9017         from the message heads.
9018
9019 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9020
9021         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9022         article buffer does not have a window.  This may not be the best
9023         solution but is certainly better than setting the start of the null,
9024         that is the current, window.
9025
9026 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9029         (gnus-draft-setup): Run it.
9030
9031         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9032         gnus-score-fast-scoring.  Allow regexp.
9033         (gnus-score-headers): Use it.
9034
9035         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9036         XEmacs.
9037
9038         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9039         string.
9040         (gnus-button-alist): Also catch `<f1> k ...'.
9041         (gnus-treat-display-x-face): Fix doc string.
9042
9043 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9044
9045         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9046         evaluation of gnus-extended-version to ensure correct generation of the
9047         User-Agent header when message-generate-headers-first is used.
9048
9049 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9050
9051         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9052         hashcash-path is nil.  Don't call callback with incorrect number of
9053         parameters if val is 0.
9054
9055 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9056
9057         * message.el (message-required-news-headers):
9058         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9059
9060 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9061
9062         * tls.el (open-tls-stream): In handshake-waiting loop,
9063         don't wait more if there is output available to process.
9064
9065 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9066
9067         * tls.el (tls-program): Doc fix.
9068
9069 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * message.el (message-generate-new-buffers): Change the meaning of the
9072         nil value; add `standard' to the choices; treat t as `unique'; improve
9073         doc string.
9074         (gnus-select-frame-set-input-focus): Autoload.
9075         (message-buffer-name): Search for the existing message buffer if
9076         message-generate-new-buffers is nil or `standard'; treat the value t of
9077         message-generate-new-buffers as `unique'.
9078         (message-pop-to-buffer): Raise the frame already displaying the message
9079         buffer; clear the echo area after querying.
9080         (message-setup): Pass the `continue' argument to compose-mail.
9081         (message-mail): Prefer `switch-function' if it is given; search for the
9082         existing message buffer if the `continue' argument is non-nil; pass
9083         continue and switch-function arguments to compose-mail by way of
9084         message-setup.
9085         (message-mail-other-window): Adjust argument of message-setup.
9086         (message-mail-other-frame): Ditto.
9087
9088 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9091         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9092         to turn font-lock on when turning gnus-message-citation-mode on.
9093
9094 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9095
9096         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9097         (mml-smime-function-alist): New variable; add epg as the backend.
9098         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9099         mml-smime- functions instead.
9100         * mm-view.el: Require smime.
9101
9102 2007-03-05  Didier Verna  <didier@xemacs.org>
9103
9104         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9105         instead of just inheritance for posting styles.
9106         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9107
9108 2007-02-24  Chris Moore  <dooglus@gmail.com>
9109
9110         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9111         * pgg-pgp.el (pgg-pgp-encrypt-region):
9112         * pgg-gpg.el (pgg-gpg-encrypt-region):
9113         Check pgg-encrypt-for-me if no other recipients.
9114
9115 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9116
9117         * tls.el (tls-certtool-program): Fix custom type.
9118
9119 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9122         and point-at-eol instead of line-(beginning|end)-position.
9123
9124         * assistant.el (assistant-parse-buffer): Ditto.
9125
9126         * netrc.el (netrc-parse-services): Ditto.
9127
9128 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9129
9130         * mml2015.el (mml2015-epg-find-usable-key): New function.
9131         (mml2015-epg-sign): Use it.
9132         (mml2015-epg-encrypt): Use it.
9133
9134 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * message.el (message-make-in-reply-to): Quote name containing
9137         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9138         if there are special characters.  Reported by NAKAJI Hiroyuki
9139         <nakaji@jp.freebsd.org>.
9140
9141 2007-02-27  Didier Verna  <didier@xemacs.org>
9142
9143         Include the group parameters as well as the topic ones in the
9144         inheritance filter process.
9145         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9146         argument GROUP-PARAMS-LIST.
9147         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9148
9149 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * nntp.el (nntp-never-echoes-commands)
9152         (nntp-open-connection-functions-never-echo-commands): New variables.
9153         (nntp-send-command): Use them.
9154
9155 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9156
9157         * mml2015.el (mml2015-epg-verify): Simplify.
9158
9159 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * mml.el (mml-content-disposition-alist): New user option.
9162         (mml-content-disposition): New function.
9163         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9164         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9165
9166 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9167
9168         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9169         verification.
9170
9171 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9172
9173         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9174         articles posted in the last 24 hours.
9175
9176 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9177
9178         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9179
9180 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9181
9182         * nntp.el (nntp-send-command): Don't wait for echoes when
9183         nntp-open-ssl-stream is used.
9184
9185 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9188         (gnus-message-add-citation-keywords)
9189         (gnus-message-remove-citation-keywords): Remove.
9190         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9191         directly, make the variables in font-lock-defaults buffer-local, add
9192         gnus-message-citation-keywords to them and then update the value of
9193         font-lock-keywords.
9194
9195 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * message.el (message-cite-original-1): Don't call
9198         gnus-article-highlight-citation.
9199
9200         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9201         citations; fix line count.
9202
9203 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9206         (gnus-message-add-citation-keywords)
9207         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9208         versions of font-lock-add-keywords and font-lock-remove-keywords to
9209         work with XEmacs correctly.
9210
9211 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-cite.el (gnus-cite-face-list): Set the values of
9214         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9215         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9216         (gnus-message-cite-prefix-regexp): New variable.
9217         (gnus-message-search-citation-line): Use it; protect against long
9218         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9219         the 0th match data for Emacs.
9220         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9221         (gnus-message-add-citation-keywords): Append keywords rather than
9222         prepending; emulate font-lock-add-keywords if it is not available.
9223         (gnus-message-remove-citation-keywords):
9224         Emulate font-lock-remove-keywords if it is not available.
9225
9226         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9227
9228         * message.el (message-cite-prefix-regexp): Set the value of
9229         gnus-message-cite-prefix-regexp.
9230
9231 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9232
9233         * nnweb.el (nnweb-google-parse-1): Update parser.
9234
9235 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9236
9237         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9238
9239 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9240
9241         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9242         regexp.
9243
9244 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9247         string-to-multibyte.
9248         (uudecode-decode-region-internal): Use it.
9249
9250         * lpath.el: Fbind string-as-multibyte for XEmacs.
9251
9252 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9255         Fix custom choice.
9256
9257         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9258
9259 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9260
9261         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9262
9263         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9264         `write-region' to respect `mm-inhibit-file-name-handlers'.
9265
9266 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9269         Use gnus-home-directory instead of "~/" or "$HOME".
9270
9271 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9272
9273         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9274         to mention filename.
9275         Add comments at beginning regarding usage.
9276         (encrypt-write-file-contents): Change interactive so a string is
9277         acceptable.  If the file has no associated model, show an error instead
9278         of a nonsense prompt.
9279
9280 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9281
9282         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9283         Thanks to Yoshihiko Yamada for kind notification of this typo.
9284
9285 2007-01-12  Kenichi Handa  <handa@m17n.org>
9286
9287         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9288         multibyte buffer.
9289
9290 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-score.el (gnus-score-fast-scoring): New variable.
9293         (gnus-score-headers): Use it.
9294
9295         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9296
9297         * message.el (message-cite-original-1):
9298         Call gnus-article-highlight-citation if requested.
9299         (message-make-from): Allow name and address as optional arguments.
9300
9301         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9302
9303         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9304         bugs to doc string.
9305         (gnus-button-alist): Add mid\\|message-id.
9306         (gnus-button-fetch-group): Extend for use in
9307         `browse-url-browser-function'.
9308         (gnus-button-url-regexp): Try to catch paired parentheses like in
9309         Wikipedia URLs.
9310
9311         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9312         Suggested by Simon Krahnke <overlord@gmx.li>.
9313
9314 2007-01-13  Romain Francoise  <romain@orebokech.com>
9315
9316         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9317         Update copyright.
9318
9319 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9320
9321         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9322
9323 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9324
9325         * gnus-registry.el (gnus-registry-unfollowed-groups)
9326         (gnus-registry-split-fancy-with-parent): Fix documentation.
9327
9328 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9331         from nnweb groups.
9332
9333 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9336         Xref urls.  Erase buffer before requesting head.
9337
9338         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9339
9340 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9343         customizable.
9344
9345 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9346
9347         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9348         no signing key is found.
9349         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9350         no encrypting and/or signing key is found.
9351
9352 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9355
9356 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9357
9358         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9359         headers read from disk with the ones newly found in the current search.
9360         This should no longer cause problems, because the article numbers in
9361         Gmane's `nov.php' output are ignored since the previous change.
9362
9363 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9364
9365         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9366
9367 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9370         replace-regexp-in-string; bind url-version; fbind display-images-p and
9371         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9372         find-face and set-itimer-function for Emacs; bind itimer-list for
9373         Emacs.
9374
9375         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9376
9377 2007-01-01  Romain Francoise  <romain@orebokech.com>
9378
9379         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9380
9381 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9382
9383         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9384         `define-minor-mode' macro definition expanded properly.
9385         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9386         exclude it there.
9387
9388         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9389         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9390         `fboundp' test.
9391         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9392         This is OK to autoload in (S)XEmacs now.
9393
9394 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9397         keystroke.
9398         (gnus-summary-limit-to-singletons): Fix typo.
9399
9400         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9401         else fails.
9402
9403 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9404
9405         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9406         docstring.
9407
9408         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9409         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9410         (gnus-summary-insert-dormant-articles): Fix typo in message.
9411
9412 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9415         nil for XEmacs.
9416         (gnus-message-citation-mode): Don't autoload in XEmacs.
9417
9418         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9419
9420 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9421
9422         * nnimap.el (nnimap-expunge-search-string):
9423         Mention nnimap-search-uids-not-since-is-evil in docstring.
9424
9425 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * spam.el: Revert to make-obsolete-variable because
9428         define-obsolete-variable-alias is not supported in Emacs 21.
9429
9430         * spam.el (spam-ifile-path, spam-ifile-database-path)
9431         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9432         make-obsolete-variable.
9433         (spam-bsfilter-path, spam-bsfilter-program)
9434         (spam-spamassassin-path, spam-spamassassin-program)
9435         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9436         Don't use "path" inappropriately.
9437         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9438         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9439         variable names.
9440
9441 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9442
9443         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9444         summary buffer.
9445
9446         * password.el (password-cache-remove): Use clear-string to burn
9447         password, if available.
9448
9449 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9452
9453         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9454
9455         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9456         (gnus-message-highlight-citation): Move defcustom here from
9457         gnus-cite.el.
9458         (gnus-message-citation-mode): Autoload.
9459
9460         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9461         checks to make it compile with XEmacs.
9462         (gnus-message-citation-mode): New minor mode.
9463         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9464         (gnus-message-highlight-citation): New variables.
9465         (gnus-message-search-citation-line)
9466         (gnus-message-add-citation-keywords)
9467         (gnus-message-remove-citation-keywords)
9468         (turn-on-gnus-message-citation-mode)
9469         (turn-off-gnus-message-citation-mode): New functions.
9470
9471 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9472
9473         * gnus-cite.el: Enable highlighting of different citation levels in
9474         message-mode.
9475
9476 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * message.el (message-make-fqdn): Fix comment.
9479         (message-bogus-system-names): Add ".local".
9480
9481         * spam.el (spam-ifile-path, spam-ifile-program)
9482         (spam-ifile-database-path, spam-ifile-database)
9483         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9484         Don't use "path" inappropriately.
9485         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9486         strings.
9487         (spam-check-ifile, spam-ifile-register-with-ifile)
9488         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9489         Use new variable names.
9490
9491         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9492         (gnus-treat-display-smileys): Simplify using
9493         gnus-image-type-available-p.
9494
9495         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9496         available.
9497
9498         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9499         Use `display-images-p' if available.
9500
9501 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9504         one after turning on the buffer's multibyteness instead of decoding
9505         them directly in the unibyte buffer that causes unexpected conversion
9506         in Emacs 23 (unicode).
9507
9508 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9509
9510         * message.el (message-generate-hashcash): Fix custom type.
9511
9512 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9515
9516 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9519         disconnect icons.  Add help text.
9520
9521 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9522
9523         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9524         negated to be consistent with the others we handle.
9525
9526 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527
9528         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9529         version of gnus-summary-buffer to something, so that we can use two
9530         article buffers at the same time.
9531
9532 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9533
9534         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9535         trigger all the extra headers.
9536         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9537         sorting.
9538
9539 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9540
9541         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9542         solid groups.
9543
9544 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9545
9546         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9547
9548 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * legacy-gnus-agent.el: Add Copyright notice.
9551
9552 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9553
9554         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9555
9556 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9559
9560         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9561         to make it work reliably in CVS Emacs.
9562         (gnus-summary-limit-strange-charsets-predicate)
9563         (gnus-summary-limit-to-predicate): New functions.
9564
9565 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9566
9567         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9568         specifying array size.
9569         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9570         array if it is too small.
9571         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9572         (gnus-sort-threads-loop): New function.
9573
9574 2006-12-06  Chris Moore  <dooglus@gmail.com>
9575
9576         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9577         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9578
9579 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9580
9581         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9582         options.
9583
9584 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9587         DOS-ing the recipient.
9588
9589         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9590         the headers when creating the mapping to avoid mismappings.
9591         (nnweb-gmane-create-mapping): Always nix out old mapping.
9592
9593 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9596         and mm-verify-option to never.
9597
9598 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * message.el (message-signed-or-encrypted-p): New function.
9601         (message-forward-make-body): Use it.
9602
9603         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9604         Replace encode-coding-string with mm-encode-coding-string.
9605
9606 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * nneething.el (nneething-decode-file-name):
9609         Replace decode-coding-string with mm-decode-coding-string.
9610
9611         * gnus-int.el (gnus-open-server): Say failed server's name.
9612
9613 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9614
9615         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9616         strings to a single string.  Quote `errors-file-name'.
9617         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9618         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9619         Adjust calls.  Use `shell-quote-argument'.
9620
9621 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9622
9623         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9624         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9625
9626         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9627         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9628         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9629         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9630         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9631         (gnus-subscribe-newsgroup, gnus-1):
9632         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9633         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9634         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9635         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9636
9637 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9640         keystroke.
9641         (gnus-summary-limit-to-bodies): Implement headersp.
9642
9643 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9646
9647 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9650
9651 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * message.el (message-generate-hashcash): Expand range of values to
9654         include `opportunistic'.
9655         (message-send-mail): Use it.
9656
9657 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9658
9659         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9660         and comment it.
9661
9662         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9663
9664 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * gnus-util.el (gnus-extract-address-components): Improve comment.
9667
9668 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-util.el (gnus-extract-address-components): Work with address in
9671         which the name portion contains @.
9672
9673         * lpath.el: Fbind custom-autoload.
9674
9675 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * gnus.el (gnus-start): Move custom group up.
9678         (gnus-select-method): Don't autoload, but make it available for
9679         `customize-variable'.
9680         (gnus-getenv-nntpserver): Don't autoload.
9681
9682 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9683
9684         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9685
9686 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * message.el (message-sendmail-extra-arguments): New variable.
9689         (message-send-mail-with-sendmail): Use it.
9690
9691 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9694         mm-with-unibyte-current-buffer to make string unibyte.
9695
9696         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9697         mm-string-as-multibyte.
9698
9699 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9700
9701         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9702         Reported by Werner Koch <wk@gnupg.org>.
9703
9704 2006-11-14  Daiki Ueno  <ueno@p360>
9705
9706         * mml2015.el: Autoload epa-select-keys when compiling.
9707
9708 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9709
9710         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9711         message-options.
9712         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9713
9714 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9715
9716         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9717         EasyPG (< 0.0.6).
9718         (mml2015-always-trust): New user option.
9719         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9720         prompt.
9721
9722 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * nntp.el (nntp-authinfo-force): New variable.
9725         (nntp-send-authinfo): Use it.
9726
9727 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9730         decode encoded words.  Improve prompt.  Add comment about forwarding.
9731         (message-replacement-char): Move up.
9732
9733 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9734
9735         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9736         instead of gnus-intersection because arguments of gnus-sorted-nunion
9737         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9738
9739 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9742         (message-simplify-subject-functions):
9743         Enable message-strip-subject-encoded-words by default.
9744
9745 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * message.el (message-strip-subject-encoded-words): New function.
9748         (message-simplify-subject-functions): New variable.
9749         (message-simplify-subject): Use it.  Fix typo in doc string.
9750         Support message-strip-subject-encoded-words.
9751
9752 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9753
9754         * gnus-diary.el (gnus-diary-delay-format-function):
9755         * nndiary.el (nndiary-reminders):
9756         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9757
9758 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * gnus-art.el (article-hide-boring-headers): Fetch date from
9761         gnus-original-article-buffer to avoid problems with localized date
9762         strings.
9763
9764 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9767
9768 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9771         New variables.
9772         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9773         (mm-charset-synonym-alist): Move some entries to
9774         mm-codepage-iso-8859-list.
9775         (mm-charset-synonym-alist, mm-charset-override-alist):
9776         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9777
9778 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9781
9782 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9785         with Emacs 21 and XEmacs.
9786
9787 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9788
9789         * spam.el (spam-parse-address): New function for better parsing,
9790         catching errors, etc.
9791         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9792
9793 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * mm-view.el: Add interactive arg to html2text autoload.
9796
9797 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9800
9801 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9804         New variables.
9805         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9806         (mm-charset-synonym-alist): Move some entries to
9807         mm-codepage-iso-8859-list.
9808
9809         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9810
9811 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * message.el (message-citation-line-format)
9814         (message-insert-formated-citation-line): Fix implementation of %E, %N
9815         and %n according to the doc string.
9816
9817 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9818
9819         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9820         Use car-safe to avoid bad parses.
9821
9822 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9825         names.
9826
9827         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9828
9829 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9832         header.
9833
9834         * message.el (message-draft-headers): Add Date.
9835         (message-headers-to-generate): Fix typo in docstring.
9836
9837         * nndraft.el (nndraft-required-headers): New variable.
9838         (nndraft-generate-headers): Use it.
9839
9840         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9841
9842 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9843
9844         * gnus-registry.el (gnus-registry-wash-for-keywords)
9845         (gnus-registry-find-keywords): New functions to allow easy searching of
9846         articles that are in the registry.
9847
9848 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9849
9850         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9851         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9852         Reported by Damien Elmes <damien@repose.cx>.
9853
9854 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus.el (gnus-mime): Remove unused custom group.
9857
9858 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9859
9860         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9861         "blank line" when searching for end of armor headers.
9862
9863 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gmm-utils.el (gmm-write-region): Fix variable name.
9866
9867 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gmm-utils.el (gmm-write-region): New function based on compatibility
9870         code from `mm-make-temp-file'.
9871
9872         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9873
9874         * nnmaildir.el (nnmaildir--update-nov)
9875         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9876         Use `gmm-write-region'.
9877
9878 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9881         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9882
9883         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9884
9885         * message.el (message-replacement-char): New variable.
9886         (message-fix-before-sending): Use it.
9887         (message-simplify-subject): New function to remove duplicate code.
9888         (message-reply, message-followup): Use it.
9889
9890         * gnus-sum.el (gnus-summary-make-menu-bar):
9891         Clarify gnus-summary-limit-to-articles.
9892
9893 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-util.el (gnus-with-local-quit): New macro.
9896
9897         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9898
9899 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9900
9901         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9902         ignore non-string data.
9903
9904 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9905
9906         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9907         non-string data (needs to be done in the registry too).
9908
9909 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9910
9911         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9912         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9913         (gnus-registry-split-fancy-with-parent)
9914         (gnus-registry-fetch-simplified-message-subject-fast)
9915         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9916         Remove text properties on ingress into the registry and when it's saved.
9917         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9918         registry from entries with no groups.
9919
9920 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9921
9922         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9923         function to remove string properties.
9924
9925 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gmm-utils.el (gmm): Adjust custom version.
9928
9929         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9930         Adjust custom version.
9931
9932         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9933
9934 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * gnus-art.el (gnus-insert-prev-page-button)
9937         (gnus-insert-next-page-button): Simplify.  Reformat.
9938
9939 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9940
9941         * gnus-art.el (gnus-insert-prev-page-button)
9942         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9943
9944 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9945
9946         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9947
9948 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9949
9950         * gnus-art.el (gnus-insert-mime-button)
9951         (gnus-insert-mime-security-button):
9952         Apply gnus-article-button-face to MIME and security buttons.
9953
9954 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9957         readable.
9958
9959 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9962
9963 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9964
9965         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9966         `browse-url-of-file' instead of `browse-url'.
9967
9968 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9969
9970         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9971         regexp.  Articles containing quotation were cut prematurely.
9972
9973 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * message.el (message-cite-original-1): Use nobody by default for the
9976         value of From header.
9977         (message-reply): Ditto.
9978
9979 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9980
9981         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9982         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9983         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9984
9985 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9988         mails in the doc string.  Add some URLs in comment.
9989         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9990
9991 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9994         backslashes handling and the way to find boundaries of quoted strings.
9995
9996 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9997
9998         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9999         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10000         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10001         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10002
10003 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10006         doc string.
10007         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10008
10009 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * lpath.el: Fbind epg-check-configuration.
10012
10013 2006-09-06  Simon Josefsson  <jas@extundo.com>
10014
10015         * mml2015.el (mml2015-use): Doc fix, mention epg.
10016
10017 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10018
10019         * mml2015.el (mml2015-use): Default to epg, if available.
10020
10021 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10022
10023         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10024         message-sender.
10025         (mml1991-epg-encrypt): Ditto.
10026         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10027         message-sender.
10028         (mml2015-epg-encrypt): Ditto.
10029
10030 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10031
10032         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10033         several common directories.
10034
10035 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10036
10037         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10038         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10039
10040 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-art.el (article-decode-encoded-words): Make it fast.
10043
10044 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10047
10048         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10049         in quoted string into `\'.
10050
10051 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10054         Use standard-syntax-table.
10055
10056 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-art.el (gnus-decode-address-function): New variable.
10059         (article-decode-encoded-words): Use it to decode headers which are
10060         assumed to contain addresses.
10061         (gnus-mime-delete-part): Remove useless `or'.
10062
10063         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10064         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10065         (gnus-nov-parse-line): Use it to decode From header.
10066         (gnus-get-newsgroup-headers): Ditto.
10067         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10068
10069         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10070         (mail-decode-encoded-address-string): New alias.
10071
10072         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10073         New function.
10074         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10075         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10076         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10077         (rfc2047-decode-string): Ditto.
10078         (rfc2047-decode-address-region): New function.
10079         (rfc2047-decode-address-string): New function.
10080
10081 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * message.el (message-caesar-buffer-body): Allow rotating headers.
10084
10085         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10086
10087         * message.el (message-insert-formated-citation-line): Fix %f.
10088         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10089
10090 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10093         (gnus-bookmark-mouse-available-p): New macro.
10094         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10095         (gnus-bookmark-bmenu-show-infos): Use it.
10096         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10097         (gnus-bookmark-bmenu-hide-infos): Ditto.
10098         (gnus-bookmark-remove-properties): New function.
10099         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10100         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10101         (gnus-bookmark-write-file): Bind coding-system-for-write.
10102         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10103         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10104         group before selecting it.
10105         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10106         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10107         quit-window if it is not available; use gnus-mouse-2 and bind it to
10108         gnus-bookmark-bmenu-select-by-mouse.
10109         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10110         (gnus-bookmark-bmenu-select-by-mouse): New function.
10111
10112 2006-08-13  Romain Francoise  <romain@orebokech.com>
10113
10114         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10115         space.
10116
10117 2006-08-10  Romain Francoise  <romain@orebokech.com>
10118
10119         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10120         (dns-mode-soa-auto-increment-serial): New user option.
10121         (dns-mode-soa-maybe-increment-serial): New function.
10122         (dns-mode): Add the latter to `write-contents-functions'.
10123
10124 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * compface.el (uncompface): Use binary rather than raw-text-unix.
10127
10128 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * compface.el (uncompface): Make sure the eol conversion doesn't take
10131         place when communicating with the external programs.
10132         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10133
10134 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10137
10138 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10139
10140         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10141         Make it more robust by parsing author and date independently.
10142
10143 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10146
10147 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10148
10149         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10150         first matching secret key.
10151         (mml2015-epg-encrypt): Ditto.
10152
10153         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10154         first matching secret key.
10155         (mml1991-epg-encrypt): Ditto.
10156
10157         * mml2015.el (mml2015-encrypt-to-self): New user option.
10158         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10159         mml2015-epg-encrypt-to-self is set.
10160
10161         * mml1991.el (mml1991-encrypt-to-self): New variable.
10162         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10163         mml1991-epg-encrypt-to-self is set.
10164
10165         * mml2015.el (mml2015-signers): New user option.
10166         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10167         (mml2015-epg-encrypt): Allow to select signing keys.
10168
10169         * mml1991.el (mml1991-signers): New variable.
10170         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10171         (mml1991-epg-encrypt): Allow to select signing keys.
10172
10173 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * nnheader.el (nnheader-insert-head): Make it work even if the file
10176         uses CRLF for the line-break code.
10177
10178 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10179
10180         * mml2015.el: Require mml-sec instead of password.
10181         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10182         (mml2015-cache-passphrase): Inherit the default value from
10183         mml-secure-cache-passphrase.
10184         (mml2015-passphrase-cache-expiry): Inherit the default value from
10185         mml-secure-passphrase-cache-expiry.
10186
10187         * mml1991.el: Require mml-sec instead of password.
10188         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10189         (mml1991-cache-passphrase): Inherit the default value from
10190         mml-secure-cache-passphrase.
10191         (mml1991-passphrase-cache-expiry): Inherit the default value from
10192         mml-secure-passphrase-cache-expiry.
10193
10194         * mml-sec.el: Require password.
10195         (mml-secure-verbose): New user option.
10196         (mml-secure-cache-passphrase): New user option.
10197         (mml-secure-passphrase-cache-expiry): New user option.
10198
10199 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10200
10201         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10202         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10203         andreas@altroot.de (Andreas Vögele).
10204
10205         FIXME: Use `tiny change'?
10206
10207 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10208
10209         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10210         workaround for the url package included with Emacs.
10211
10212         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10213
10214 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10217         correctly.  This fixes a bug caused by the 2006-05-12 change.
10218
10219 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10220
10221         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10222         some information about the error when saying that the `bogus' mail
10223         group will be used.
10224
10225 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10228         string.
10229
10230 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10231
10232         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10233
10234 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10235
10236         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10237
10238 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10239
10240         * mml1991.el (mml1991-function-alist): Add epg.
10241         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10242         (mml1991-epg-encrypt): New functions.
10243
10244 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10245
10246         * mml2015.el (mml2015-verbose): New variable.
10247         (mml2015-cache-passphrase): Ditto.
10248         (mml2015-passphrase-cache-expiry): Ditto.
10249         (mml2015-function-alist): Add epg.
10250         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10251         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10252         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10253         New functions.
10254
10255 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10256
10257         * message.el (message-cite-original-1): Preserve region when removing
10258         quoted text due to X-No-Archive in order to avoid bogus attribution
10259         when citing multiple messages.
10260
10261 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10262
10263         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10264         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10265
10266 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * gnus-diary.el (gnus-user-format-function-d)
10269         (gnus-user-format-function-D): Autoload.
10270
10271         * imap.el (Commentary): Fix typo.
10272
10273         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10274         2006-04-22 contribution.
10275
10276 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10277
10278         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10279         It didn't really fix the bogosity I'm seeing with solid web groups.
10280
10281 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10282
10283         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10284         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10285         created using server names.  If we use the feature without declaring
10286         it, Gnus does not properly manage server and group state.
10287
10288         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10289         bound.
10290
10291 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10292
10293         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10294         looking up the method using GROUP's prefix before inventing a new one.
10295         It is used on killed/unknown groups in various places where returning
10296         an all-new method isn't expected by the caller.
10297
10298         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10299         and match semantics of gnus-group-real-prefix.
10300
10301 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * nnmail.el (nnmail-broken-references-mailers): New variable.
10304         (nnmail-ignore-broken-references): New function generalizing
10305         nnmail-fix-eudora-headers.
10306         (nnmail-fix-eudora-headers): Now obsolete.
10307
10308         * gnus-art.el (gnus-button-handle-custom):
10309         Support `customize-apropos*'.
10310
10311 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10312
10313         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10314
10315         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10316         articles.
10317
10318 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * message.el (message-cite-reply-above): New variable.
10321         (message-yank-original): Use it.
10322
10323 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10326
10327 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10330         as read.
10331
10332         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10333
10334 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10337         (gnus-bookmark-default-file): Use gnus-directory.
10338         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10339         Remove "*" in doc string.
10340         (gnus-bookmark-write-file): Simplify.
10341         (gnus-bookmark-maybe-sort-alist): Use `when'.
10342         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10343         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10344         Add FIXME about Emacs 21 and XEmacs compatibility.
10345         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10346         compatibility.
10347         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10348         compatibility.
10349         (gnus-bookmark-menu-heading): Fix version.
10350
10351 2006-06-19  Bastien Guerry  <bzg@altern.org>
10352
10353         * gnus-bookmark.el: New file.
10354
10355 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * message.el (message-syntax-checks): Doc fix.
10358
10359 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10360
10361         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10362         unsubscribed groups as if they were killed ones.  It causes duplicate
10363         entries in gnus-newsrc-alist.
10364
10365 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * message.el (message-syntax-checks): Doc fix.
10368         (message-send-mail): Add check for continuation headers.
10369         (message-check-news-header-syntax): Fix regexp used to check for
10370         continuation headers.
10371
10372 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10375
10376 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10379
10380 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10383         default-truncate-lines.
10384
10385 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10388         to fill the utf-8 entry.
10389
10390         * lpath.el: Fbind unicode-precedence-list.
10391
10392 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10393
10394         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10395
10396 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10397
10398         * gnus-agent.el (directory-files-and-attributes): Move all the way
10399         forward (the third and final move).
10400         (gnus-agent-read-agentview): Trap reconstruction errors due to
10401         nonexistent directory.  Handle by returning nil.
10402
10403 2006-05-30  Didier Verna  <didier@xemacs.org>
10404
10405         * message.el (message-dont-reply-to-names): Update the custom type.
10406         * message.el (message-dont-reply-to-names): New defsubst: potentially
10407         convert a list of regexps into a single one.
10408         * message.el (message-get-reply-headers): Use it.
10409         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10410
10411 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-agent.el (directory-files-and-attributes): Move forward.
10414
10415 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * gnus-ml.el (gnus-mailing-list-subscribe)
10418         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10419         (gnus-mailing-list-message): Fix doc strings.
10420
10421 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10422
10423         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10424         of doing it manually.
10425
10426 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10429         comment.
10430
10431 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10432
10433         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10434         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10435         (gnus-agent-read-local): All symbols allocated in my-obarray.
10436         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10437         (gnus-agent-regenerate-group): Check numeric names to see if they are
10438         messages or groups.
10439         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10440         better way of do this...)
10441
10442         * gnus-cache.el (gnus-agent-total-fetched-for):
10443         Ignore 'dummy.group' (there should be a better way of do this...)
10444
10445 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10448         (gnus-saved-headers): Ditto.
10449         (gnus-default-article-saver): Mention functions may have properties.
10450         (gnus-article-save): Override gnus-save-all-headers and
10451         gnus-saved-headers by :headers property which saver function may have.
10452         (gnus-summary-save-in-file): Add :headers property.
10453         (gnus-summary-write-to-file): Ditto.
10454
10455         * gnus-sum.el (gnus-summary-save-article): Bind
10456         gnus-prompt-before-saving to t when saving many articles in a file;
10457         always show all headers.
10458
10459         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10460
10461 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10464         marks.
10465
10466         * message.el (message-indent-citation): Add optional arguments to allow
10467         using it outside of message buffers.
10468
10469         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10470         (gnus-article-treat-unfold-headers): Use it.
10471         (gnus-article-truncate-lines): New variable.
10472         (gnus-article-mode): Use it.
10473         (gnus-article-toggle-truncate-lines): New function.
10474
10475         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10476         Add gnus-article-toggle-truncate-lines.
10477
10478         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10479         coding system in XEmacs, use binary.
10480
10481 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10484         after-load-alist.
10485
10486         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10487         this function should save decoded articles.
10488         (gnus-summary-write-to-file): Use property to specify this function
10489         should save decoded articles and specify gnus-summary-save-in-file
10490         should be used to save articles other than the first one when saving
10491         many articles.
10492         (gnus-summary-save-body-in-file): Use property to specify this
10493         function should save decoded articles.
10494         (gnus-summary-write-body-to-file): Use property to specify this
10495         function should save decoded articles and specify
10496         gnus-summary-save-body-in-file should be used to save articles other
10497         than the first one when saving many articles.
10498
10499         * gnus-sum.el (gnus-summary-save-article): Simplify.
10500
10501 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * gnus-art.el (gnus-default-article-saver):
10504         Add gnus-summary-write-body-to-file.
10505         (gnus-article-save-coding-system): Don't use coding system object
10506         in XEmacs.
10507         (gnus-read-save-file-name): Add optional `dir-var' argument which
10508         specifies directory in which files are saved; work even if optional
10509         `variable' argument is not specified.
10510         (gnus-summary-write-to-file): Read file name.
10511         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10512         (gnus-summary-write-body-to-file): New function.
10513
10514         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10515         (gnus-summary-local-variables): Add it.
10516         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10517         (gnus-summary-save-article): Remove optional `decode' argument;
10518         determine whether to decode articles by the value of
10519         gnus-default-article-saver; when saving many files using
10520         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10521         it first and use gnus-summary-save-in-file or
10522         gnus-summary-save-body-in-file thereafter unless
10523         gnus-prompt-before-saving is always; move point to article which
10524         will be saved.
10525         (gnus-summary-save-article-file): Revert.
10526         (gnus-summary-write-article-file): Revert.
10527         (gnus-summary-save-article-body-file): Revert.
10528         (gnus-summary-write-article-body-file): New function.
10529
10530 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-art.el (gnus-default-article-saver): Doc fix.
10533         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10534         from gnus-summary-save-article-coding-system, and default to a
10535         certain coding system.
10536         (gnus-output-to-file): Add coding cookie and encode text according
10537         to gnus-article-save-coding-system; don't use mm-append-to-file.
10538
10539         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10540         gnus-art.el and rename to gnus-article-save-coding-system.
10541         (gnus-summary-save-article): Require gnus-art; don't show all
10542         headers if it decodes articles; don't add coding cookie here;
10543         don't bind mm-text-coding-system-for-write.
10544         (gnus-summary-save-article-file): Save decoded articles.
10545         (gnus-summary-write-article-file): When saving many files, use
10546         gnus-summary-write-to-file first and gnus-summary-save-in-file
10547         thereafter unless gnus-prompt-before-saving is always.
10548         (gnus-summary-save-article-body-file): Save decoded articles.
10549
10550         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10551
10552 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * nnrss.el (nnrss-check-group): Bind hash-index.
10555
10556 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10557
10558         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10559         its hash index.  Store this hash in `nnrss-group-data'.
10560         (nnrss-read-group-data): Update accordingly.
10561
10562 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10565         entry.
10566
10567         * gnus-sum.el (gnus-summary-make-menu-bar):
10568         Add gnus-article-browse-html-article.
10569
10570 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10571
10572         * gnus-sum.el (gnus-summary-mime-map):
10573         Add gnus-article-browse-html-article.
10574
10575         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10576
10577 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10580         suitable coding systems in customize.
10581
10582 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10583
10584         * mail-source.el (mail-sources): Fix custom type.
10585
10586 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10589         (gnus-summary-expire-articles-now): Shorten prompt.
10590
10591         * gmm-utils.el (wid-edit): Require.
10592         (defun-gmm): Rename from `gmm-defun-compat'.
10593         (gmm-image-search-load-path): Use it.
10594         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10595
10596 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * gnus-sum.el (gnus-summary-save-article-coding-system):
10599         New variable.
10600         (gnus-summary-save-article): Add optional `decode' argument.
10601         If it is set and gnus-summary-save-article-coding-system is non-nil,
10602         save decoded article.
10603         (gnus-summary-write-article-file): Save decoded article if
10604         gnus-summary-save-article-coding-system is non-nil.
10605
10606         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10607         type.
10608
10609 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10612
10613 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10616         first to test gnus-single-article-buffer which may be buffer-local.
10617
10618         * gnus-sum.el (gnus-summary-setup-buffer):
10619         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10620         group; make gnus-article-buffer, gnus-article-current, and
10621         gnus-original-article-buffer always buffer-local.
10622         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10623         group.
10624         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10625
10626 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * nnml.el (nnml-request-compact-group): Compressed files might not
10629         have .gz extension.
10630
10631 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10632
10633         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10634         (mm-copy-to-buffer): Use with-current-buffer.
10635         (mm-display-part): Simplify.
10636         (mm-inlinable-p): Add optional arg `type'.
10637
10638 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10639
10640         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10641         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10642         Try harder to show the attachment internally or externally using
10643         gnus-mime-view-part-as-type.
10644
10645 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * message.el (message-from-style, message-signature-separator)
10648         (message-user-organization-file, message-send-mail-function)
10649         (message-citation-line-function, message-yank-prefix)
10650         (message-indent-citation-function, message-signature)
10651         (message-signature-file, message-signature-insert-empty-line):
10652         Remove autoloads.
10653
10654         * gnus-art.el (gnus-buttonized-mime-types):
10655         Remove "multipart/signed".  Revert 2006-04-26 change.
10656
10657 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * gnus.el (gnus-version-number): Bump version.
10660
10661 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10662
10663         * gnus.el: No Gnus v0.5 is released.
10664
10665 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10666
10667         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10668         fetching articles by message-id.
10669
10670 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * message.el (hashcash): Require hashcash as normal.
10673
10674         * ecomplete.el (ecomplete-highlight-match-line):
10675         Use point-at-eol.
10676         (ecomplete-highlight-match-line): Use `highlight', because that
10677         face exists in both Emacs and XEmacs.
10678
10679         * message.el (message-display-abbrev): Use point-at-bol.
10680
10681         * mail-source.el: Don't require timer/timer-funcs.
10682
10683         * gnus-async.el: Ditto.
10684
10685         * password.el: Ditto.
10686
10687         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10688
10689         * mm-url.el: Ditto.
10690
10691         * gnus-xmas.el: Don't require timer-funcs.
10692
10693         * mm-util.el: Require timer/timer-funcs.
10694
10695 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10696
10697         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10698         Close.
10699
10700 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10703         unibyte after clear-decrypt function runs.
10704
10705         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10706         returns as a unibyte string.
10707
10708 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * lpath.el: Revert.
10711
10712         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10713         (pgg-gpg-process-sentinel): Revert.
10714
10715         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10716         (pgg-pgp-lookup-key): Revert.
10717
10718         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10719         (pgg-pgp5-lookup-key): Revert.
10720
10721         * pgg.el (pgg-fetch-key): Revert.
10722
10723 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * lpath.el: Fbind string-as-multibyte for XEmacs.
10726
10727         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10728         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10729         (mml1991-pgg-encrypt): Ditto.
10730
10731         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10732         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10733         a multibyte buffer.
10734
10735         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10736         (pgg-pgp-lookup-key): Ditto.
10737
10738         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10739         (pgg-pgp5-lookup-key): Ditto.
10740
10741         * pgg.el (pgg-fetch-key): Ditto.
10742
10743 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * message.el (message-user-organization-file): Check several
10746         locations of the organization file.
10747
10748         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10749         Add gnus-article-view-part-as-type.
10750
10751         * gnus-art.el (gnus-article-view-part-as-type): New function.
10752
10753         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10754         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10755
10756         * mml.el: Simplify autoload.
10757         (mml-mode): defvar dnd-protocol-alist instead of using
10758         symbol-value.
10759         (mml-default-directory): New variable.
10760         (mml-minibuffer-read-file): Use it.
10761         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10762
10763         * message.el (message-citation-line-format): New variable.
10764         (message-insert-formated-citation-line): New function.
10765         (message-citation-line-function):
10766         Add `message-insert-formated-citation-line' to custom type.
10767
10768         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10769         to doc string.
10770
10771         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10772         depending on mm-verify-option.
10773
10774 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10777         binding pgg-* variables; reimplement the section which prevents
10778         MIME header from being signed.
10779         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10780         pgg-text-mode; remove a blank line at the top of body.
10781
10782         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10783         lines at the top of body; use gnus-newsgroup-charset if there's no
10784         Charset header.
10785
10786 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * message.el (message-self-insert-commands): Doc fix.
10789
10790         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10791         (mm-uu-pgp-encrypted-test): Ditto.
10792         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10793         between header and body; return application/pgp-encrypted handle
10794         if decryption failed; decode decrypted body by charset.
10795
10796         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10797         element match to application/pgp-*.
10798
10799 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10800
10801         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10802         HTML.
10803
10804 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805
10806         * mail-source.el (mail-source-call-script): Message the error
10807         string.
10808
10809 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10810
10811         * gnus-util.el (gnus-byte-compile): Use it.
10812
10813 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10814
10815         * gnus-util.el (kill-empty-logs): New function.
10816
10817 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10818
10819         * message.el (message-mail-alias-type): Doc fix.
10820         (message-mail-alias-type-p): New function.
10821         (message-send): Use it.
10822         (message-mode): Ditto.
10823         (message-strip-forbidden-properties): Ditto.
10824
10825         * ecomplete.el (ecomplete-database-file-coding-system):
10826         New variable.
10827         (ecomplete-save): Use it.
10828         (ecomplete-setup): Use it.
10829
10830 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * message.el (message-self-insert-commands): New variable.
10833         (message-strip-forbidden-properties): Use it.
10834
10835 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10836
10837         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10838         that doesn't make XEmacs choke.
10839
10840 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * gnus-util.el (gnus-replace-in-string):
10843         Prefer replace-regexp-in-string over of replace-in-string.
10844
10845 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-util.el (gnus-select-frame-set-input-focus):
10848         Use select-frame-set-input-focus if it is available in XEmacs; use
10849         definition defined in Emacs 22 for old Emacsen.
10850
10851         * dgnushack.el: Autoload unmorse-region for XEmacs.
10852
10853         * lpath.el: Bind cursor-in-non-selected-windows and
10854         select-frame-set-input-focus for XEmacs.
10855
10856 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10859
10860 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10861
10862         * gnus-registry.el (gnus-registry-cache-save): Remove text
10863         properties when saving via the temp buffer.
10864
10865 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * message.el (message-generate-hashcash): Honor custom type.
10868
10869 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10870
10871         * message.el (message-generate-hashcash): Default to non-nil when
10872         hashcash is found.
10873
10874         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10875         (gnus-refer-thread-limit): Increase default to 500.
10876
10877         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10878
10879         * flow-fill.el (fill-flowed): Allow delete-space.
10880
10881 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10884         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10885         Remove autoloads.
10886
10887 2006-04-18  Simon Josefsson  <jas@extundo.com>
10888
10889         * message.el (message-generate-hashcash): Default to.
10890
10891 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10894         concatenating segments rather than before concatenating them.
10895
10896 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10899
10900 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10903
10904         * message.el (message-forward-make-body-plain):
10905         Allow message-forward-ignored-headers to be a list.
10906         (message-remove-ignored-headers): Factor out into function.
10907         (message-forward-make-body-mml): Use it.
10908
10909         * imap.el (imap-quote-specials): New function.
10910         (imap-login-auth): Quote specials.
10911
10912         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10913         (rfc2231-parse-string): Allow concatanation of parameters that
10914         aren't contiguous.  The test case is
10915           (mail-header-parse-content-type "message/external-body;
10916             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10917             access-type=LOCAL-FILE;
10918             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10919
10920 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10921
10922         * nntp.el (nntp-accept-process-output): Return the value of
10923         `nnheader-accept-process-output'.
10924
10925 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10928         (gnus-button-alist): Recognize more diff formats.
10929         (gnus-button-patch): Strip directory.
10930
10931 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10934         Emacs 22 when setting focus.
10935
10936 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * gnus-art.el (gnus-article-treat-types): Do treatment of
10939         text/x-verbatim parts.
10940         (gnus-button-patch): New command.
10941
10942         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10943         addresses that contain invalid characters.
10944
10945 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * message.el (message-put-addresses-in-ecomplete):
10948         Use gnus-replace-in-string.
10949         (message-is-yours-p): Use the more correct
10950         mail-header-parse-address instead of
10951         mail-extract-address-components.
10952         (message-put-addresses-in-ecomplete): Fix typo.
10953
10954         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10955         keystroke.
10956
10957         * gnus-art.el (gnus-treatment-function-alist): Change order of
10958         newsgroups/generic header folding to avoid double-folding.
10959
10960         * message.el (message-hidden-headers): Add X-Draft-From.
10961
10962         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10963         New command.
10964         (gnus-summary-repeat-search-article-backward): New command.
10965
10966         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10967         groups in the parent topic.
10968
10969 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10970
10971         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10972         (spam-extra-header-to-number): Return the CRM114 number as a
10973         number instead of a string.
10974
10975 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10976
10977         * gnus-art.el (gnus-face-properties-alist): Move here from
10978         gnus-fun.
10979
10980         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10981
10982 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * message.el (message-strip-forbidden-properties): Only display on
10985         self-insert-command.
10986
10987         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10988         reindent.
10989         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10990
10991 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10992
10993         * smiley.el (smiley-style): Fix typo.
10994
10995 2006-03-23  Kenichi Handa  <handa@m17n.org>
10996
10997         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10998         instead of set-buffer-multibyte.
10999
11000 2006-03-23  Kenichi Handa  <handa@m17n.org>
11001
11002         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11003         buffer and then decode the buffer text if necessary.
11004         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11005         first, and after mm-encode-body, change the buffer to unibyte.
11006
11007 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * hashcash.el (hashcash-insert-payment-async-2):
11010         Use message-goto-eoh instead of doing it manually.
11011         (mail-add-payment): Use message-narrow-to-header instead of trying
11012         to do the same itself.
11013
11014         * message.el (message-hidden-headers): Add Face.
11015
11016         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11017         reparenting code.
11018         (gnus-summary-reparent-children): Refactored out code.
11019         (gnus-summary-thread-map): New keystroke.
11020         (gnus-summary-reparent-children): Make into command.
11021
11022         * smiley.el (smiley-style): Default to `medium' if using a large
11023         font.
11024
11025         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11026         does it itself.
11027
11028         * message.el (message-point-in-header-p): Simplify definition.
11029
11030 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * nnagent.el (nnagent-request-set-mark): Silence log file
11033         writing.
11034         (nnagent-request-set-mark): Use write-region instead of
11035         append-to-file.
11036
11037         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11038         strange select method.
11039
11040         * ecomplete.el (ecomplete-display-matches): Get highlightling
11041         right.
11042         (ecomplete-display-matches): Use literals.
11043         (ecomplete-display-matches): Disable message logging.
11044
11045         * message.el (message-display-abbrev): Small optimization.
11046
11047         * ecomplete.el (ecomplete-display-matches): Allow automatic
11048         display.
11049
11050         * message.el (message-strip-forbidden-properties):
11051         Display abbrevs.
11052         (message-display-abbrev): Get automatic display right.
11053
11054         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11055         keystrokes.
11056
11057 2006-04-13  Romain Francoise  <romain@orebokech.com>
11058
11059         TODO: Backport to v5-10!
11060
11061         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11062         Move here (and rename) from gnus-registry.el.
11063
11064         * gnus-registry.el: Require gnus-util.
11065         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11066
11067 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * gnus-group.el (gnus-group-catchup-current):
11070         Change if-then-else-if-then-else into cond.
11071         (gnus-group-catchup): Indent.
11072         (group-name-at-point): New function.
11073         (gnus-fetch-group): Provide default from thing at point.
11074
11075 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * message.el (message-display-abbrev): Fix regexp.
11078
11079         * ecomplete.el (ecomplete-highlight-match-line):
11080         Reimplement choosing.
11081         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11082         dead variables.
11083
11084         * message.el (message-newline-and-indent): Remove debugging.
11085         (message-display-abbrev): Use new implementation.
11086
11087 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * gnus-art.el (gnus-article-mode):
11090         Set cursor-in-non-selected-windows to nil.
11091
11092         * smiley.el: Revert previous change.
11093         (smiley-data-directory): defvar it before using it in the
11094         defcustom of `smiley-style'.
11095
11096 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * message.el (message-newline-and-indent): New function.
11099
11100         * ecomplete.el: Implement more bits.
11101
11102         * message.el (message-put-addresses-in-ecomplete): Clean up the
11103         string.
11104
11105         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11106
11107         * gnus-sum.el (gnus-summary-save-parts):
11108         Bind gnus-summary-save-parts-counter and use it to make unique file
11109         names.
11110
11111         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11112
11113         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11114         parameter to say whether to actually parse the individual
11115         addresses.
11116
11117         * message.el (message-put-addresses-in-ecomplete): New function.
11118         (ecomplete): Require.
11119         (message-mail-alias-type): Add ecomplete as an option.
11120
11121 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11122
11123         * flow-fill.el (fill-flowed): Remove trailing space from blank
11124         quoted lines.
11125
11126 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127
11128         * smiley.el (smiley-style): Move definition later to avoid a
11129         compilation warning.
11130
11131 2006-04-12  Kenichi Handa  <handa@m17n.org>
11132
11133         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11134         buffer and then decode the buffer text if necessary.
11135         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11136         first, and after mm-encode-body, change the buffer to unibyte.
11137         Use mm-disable-multibyte instead of set-buffer-multibyte.
11138
11139 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11142         Content-Type header instead of Content-Disposition header.
11143         (gnus-mime-inline-part): Ditto.
11144         (gnus-mime-view-part-as-charset): Ignore charset that the part
11145         specifies.
11146
11147         * mm-decode.el (mm-display-part): Work with external parts and
11148         usual parts similarly.
11149
11150         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11151         instead of gnus-display-mime.
11152
11153         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11154         instead of with-temp-buffer.
11155
11156         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11157         tag to summarized topics part in order to encode non-ASCII text.
11158
11159 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * smiley.el (smiley-style): New variable.
11162         (smiley-directory): New function.
11163         (smiley-data-directory): Derive from `smiley-style' using
11164         `smiley-directory'.
11165         (smiley-regexp-alist): Add new entries.
11166
11167         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11168         (gnus-article-browse-delete-temp): Add :version.
11169
11170 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11171
11172         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11173         the sieve region.
11174
11175 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * gnus.el (gnus-version-number): Bump version.
11178
11179 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * gnus.el: No Gnus v0.4 is released.
11182
11183 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11186         layout.
11187
11188         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11189         unknown charset.
11190
11191         * message.el (message-header-synonyms): Add Original-To to the
11192         default.
11193
11194         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11195         optional parameter.
11196
11197 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus-fun.el (gnus): Require it for gnus-directory.
11200
11201 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11204
11205 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11206
11207         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11208
11209 2006-04-05  Simon Josefsson  <jas@extundo.com>
11210
11211         * password.el (password-reset): New function.
11212
11213 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11214
11215         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11216         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11217
11218 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11219
11220         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11221         Some whitespace was matched into the url, which broke browsing hits
11222         > 100 when mm-url-use-external was nil.
11223
11224 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11227         Check gnus-extra-headers for 'Newsgroups.
11228
11229         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11230         bound.
11231
11232 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11233
11234         * pgg-gpg.el: Clean up process buffers every time gpg processes
11235         complete.
11236
11237 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11240         doc string.
11241
11242 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11243
11244         * pgg-gpg.el (pgg-gpg-process-filter)
11245         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11246
11247         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11248         lines, temporary fix.
11249
11250 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11253
11254 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11255
11256         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11257         default-enable-multibyte-characters.  This reverts the change from
11258         revision 6.17 which is no longer necessary because the passphrase
11259         is sent separately now.  GnuPG messages are unreadable under
11260         multibyte locales with default-enable-multibyte-characters set to
11261         nil.
11262
11263 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * message.el (message-tool-bar-gnome): Move "spell".
11266
11267 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11270         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11271         instead.
11272
11273 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11274
11275         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11276         Improve newsgroups handling for NNTP overviews which don't include
11277         Newsgroups.
11278
11279 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11280
11281         * message.el (message-resend): Bind message-generate-hashcash to nil.
11282
11283 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11284
11285         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11286         when searching for already-paid recipients.
11287
11288 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11289
11290         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11291         passphrases when it is not needed.
11292         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11293         passphrase stuff from gpg, should only be necessary when you use
11294         gpg with a smartcard.
11295
11296 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * mml.el (mml-insert-mime): Ignore cached contents of
11299         message/external-body part.
11300
11301         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11302         (mm-insert-part): Ditto.
11303
11304 2006-03-23  Simon Josefsson  <jas@extundo.com>
11305
11306         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11307         Reiner.
11308         (pgg-gpg-use-agent-p): Use it again.
11309
11310 2006-03-23  Simon Josefsson  <jas@extundo.com>
11311
11312         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11313         older emacsen.
11314         (pgg-gpg-use-agent-p): Don't use it.
11315
11316 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11319         if we can.
11320
11321 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11322
11323         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11324         (pgg-gpg-update-agent): New function.
11325         (pgg-gpg-use-agent-p): New function.
11326         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11327         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11328         (pgg-gpg-sign-region): Use it.
11329
11330 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11333         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11334
11335 2006-03-21  Simon Josefsson  <jas@extundo.com>
11336
11337         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11338         <wilde@sha-bang.de>.
11339         (pgg-gpg-use-agent): New variable.
11340         (pgg-gpg-process-region): Use it.
11341         (pgg-gpg-encrypt-region): Likewise.
11342         (pgg-gpg-encrypt-symmetric-region): Likewise.
11343         (pgg-gpg-decrypt-region): Likewise.
11344         (pgg-gpg-sign-region): Likewise.
11345         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11346
11347 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11350
11351         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11352         Add comment on version.
11353
11354 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * smiley.el: Add missing test smiley.
11357
11358 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * mm-decode.el (mm-with-part): New macro.
11361         (mm-get-part): Use it; work with message/external-body as well.
11362         (mm-save-part): Treat name and filename equally.
11363
11364         * mm-extern.el (mm-extern-cache-contents): New function.
11365         (mm-inline-external-body): Use it; force the part to be displayed;
11366         move undisplayer added to the cached handle to the parent.
11367
11368         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11369         (gnus-mime-view-part-as-type): Work with message/external-body.
11370
11371         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11372
11373 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11376         images in image-load-path.  [Sync with image.el, revision 1.60, in
11377         Emacs.]
11378
11379 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11382         path rather than symbol.  Always return list of directories.
11383         Guarantee that image directory comes first.  [Sync with image.el,
11384         revision 1.59, in Emacs.]
11385
11386         * message.el (message-make-tool-bar): Adjust to new API of
11387         `gmm-image-load-path-for-library'.
11388
11389         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11390
11391         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11392
11393 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11394
11395         * gnus-art.el (gnus-article-only-boring-p):
11396         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11397         intangible text.
11398         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11399
11400 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11403         Use `defun' instead of `gmm-defun-compat'.
11404
11405 2006-03-14  Simon Josefsson  <jas@extundo.com>
11406
11407         * message.el (message-unique-id): Don't use message-number-base36
11408         if (user-uid) is a float.
11409         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11410
11411 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11414
11415         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11416         empty line between a part and a message part.
11417
11418 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * smiley.el: Add more test smileys.
11421         (smiley-data-directory, smiley-regexp-alist)
11422         (gnus-smiley-file-types): Fix doc strings.
11423         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11424         adding new elements.
11425         (smiley-mouse-map): Unused code.  Make it a comment.
11426
11427 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11430         scan latest NoCeM messages instead of old ones.
11431         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11432         delimiters that are recently used.
11433         (gnus-nocem-load-cache): Add autoload cookie.
11434
11435         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11436
11437         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11438         level which is larger than gnus-use-nocem is specified.
11439
11440         * gnus-group.el (gnus-group-get-new-news): Ditto.
11441
11442 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-util.el (gnus-tool-bar-update): New function.
11445
11446         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11447         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11448
11449         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11450
11451         * gnus-group.el (gnus-group-redraw-when-idle)
11452         (gnus-group-redraw-check): Remove.
11453         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11454
11455 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11458         if optional last element is specified in splits (FIELD VALUE...).
11459
11460 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11463         to gmm-image-load-path-for-library.  Call with no-error argument.
11464         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11465
11466         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11467
11468         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11469
11470         * gmm-utils.el (gmm-image-load-path): Remove alias.
11471
11472 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * gmm-utils.el (gmm-image-load-path): Add alias.
11475
11476         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11477         nnml-generate-nov-databases-1.
11478         (nnml-generate-nov-databases): Use it.
11479         (nnml-generate-nov-databases-directory): Document no-active
11480         argument.
11481
11482         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11483         directory if path is t.  Add no-error.
11484
11485         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11486         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11487
11488         * gnus-art.el (gnus-article-browse-delete-temp-files):
11489         Simplify resetting gnus-article-browse-html-temp-list.
11490
11491         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11492         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11493         Add example to docstring.  Rename local variables.  Move error
11494         checks to default case in cond and simplify.
11495
11496 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11499         handle is multipart when calling it recursively.
11500         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11501
11502 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11503
11504         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11505         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11506
11507 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11510         is loaded.
11511
11512         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11513         loaded.
11514
11515 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11518         to "Emacs 23 (unicode)" in doc string.
11519
11520         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11521         "Emacs 23 (unicode)" in comment.
11522
11523 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11526
11527         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11528         characters 160 through 255 in Emacs 23.
11529
11530 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11531
11532         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11533         gnus-article-browse-html-temp.
11534         (gnus-article-browse-delete-temp): Make it customizable.
11535         Add `file'.  Adjust doc string.
11536         (gnus-article-browse-delete-temp-files): Add argument.
11537         Allow query for each file.  Adjust doc string.
11538         (gnus-article-browse-html-parts):
11539         Add `gnus-article-browse-delete-temp-files' to
11540         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11541
11542 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11543
11544         * gnus-art.el (gnus-article-browse-html-temp)
11545         (gnus-article-browse-delete-temp): New variables.
11546         (gnus-article-browse-delete-temp-files): New function.
11547         (gnus-article-browse-html-parts): Use it.
11548
11549 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11552
11553         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11554         string.
11555
11556         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11557         gnus-summary-insert-new-articles when unplugged.
11558         Remove gnus-summary-search-article-forward.
11559
11560         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11561         display-visual-class instead of display-color-cells.
11562
11563 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * dgnushack.el: Autoload customize-group for XEmacs.
11566
11567         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11568         message/* containing non-ASCII text properly.
11569
11570 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * message.el: Require gmm-utils, remove autoloads.
11573         (message-tool-bar): Set default based on
11574         gmm-tool-bar-style.
11575         (message-tool-bar-gnome): Add gmm-customize-mode.
11576
11577         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11578         gmm-tool-bar-style.
11579         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11580
11581         * gnus-group.el (gnus-group-tool-bar): Set default based on
11582         gmm-tool-bar-style.
11583         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11584
11585         * gmm-utils.el (gmm-image-directory): Rename variable from
11586         gmm-image-load-path.
11587         (gmm-image-load-path): Use gmm-image-directory.
11588         (gmm-customize-mode): New function.
11589         (gmm-tool-bar-style): New variable.
11590
11591         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11592         gnus-group-redraw-line-number.
11593         (gnus-group-redraw-check): Simplify.
11594         (gnus-group-tool-bar-update): Remove redraw check.
11595         (gnus-group-make-tool-bar): Add redraw check.
11596
11597 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11598
11599         * gnus-art.el (gnus-button): Add missing parentheses.
11600
11601 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * lpath.el: Fbind line-number-at-pos.
11604
11605 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11608
11609 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-art.el (gnus-button): New face.
11612         (gnus-article-button-face): Use it.
11613
11614         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11615         Add gnus-summary-next-page.  Re-order.
11616
11617         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11618         next-node are now included.
11619         (gnus-group-redraw-line-number): New internal variable.
11620         (gnus-group-redraw-check): Helper function for updating the tool
11621         bar.
11622         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11623
11624         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11625
11626         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11627         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11628         Use it to match format of Spamassassin 3.0 and later.
11629         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11630         (spam-check-bogofilter)
11631         (spam-bogofilter-register-with-bogofilter): Fix args of
11632         `gnus-error' calls.
11633
11634 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11637         unnecessary interaction when sending queued mails.
11638         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11639
11640 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11643         first or last are nil.
11644
11645 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11646
11647         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11648
11649 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11650
11651         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11652
11653 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * dns.el (query-dns): Protect more against buggy tcp output.
11656
11657 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11660         nov.php.
11661
11662 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11663
11664         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11665         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11666         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11667         output on the server side.
11668         (nnweb-google-create-mapping): Update regexps and add some
11669         progress indication.
11670
11671 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * gnus-group.el (gnus-group-tool-bar-gnome):
11674         Fix gnus-agent-toggle-plugged.  Re-order icons.
11675         (gnus-group-tool-bar-gnome):
11676         Add gnus-group-{prev,next}-unread-group.
11677         (gnus-group-tool-bar-gnome): Re-order icons.
11678
11679         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11680         Move gnus-summary-insert-new-articles.
11681
11682         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11683         Fix comments.
11684
11685         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11686         also available in Emacs 21.3.
11687
11688         * message.el (message-fix-before-sending): Change "Emacs 22" to
11689         "Emacs 23 (unicode)" in comment.
11690
11691         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11692         "Emacs 23 (unicode)" in comment.
11693
11694         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11695         comment.
11696         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11697
11698         * mm-view.el (mm-fill-flowed): Add :version.
11699
11700 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11703         and load-path.
11704
11705 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * message.el: Autoload gmm-image-load-path.
11708         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11709         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11710         consitency.
11711
11712         * gmm-utils.el (gmm-image-load-path): Also search in
11713         "../etc/images".  Don't set gmm-image-load-path if we don't find
11714         the image.
11715
11716 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gmm-utils.el (gmm-image-load-path): Don't make
11719         `gmm-image-load-path' include subdirectories which the second arg
11720         `image' might specify.
11721
11722         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11723         subdirectory to icon file names.
11724
11725         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11726
11727 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11730         gmm-image-load-path calls.
11731
11732         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11733
11734         * message.el (message-make-tool-bar): Ditto.
11735
11736         * mml.el (mml-preview): Add comment concerning tool bar icons.
11737
11738         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11739         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11740
11741         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11742         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11743
11744         * message.el (message-tool-bar-gnome): Use new icon names.
11745         (message-make-tool-bar): Use `gmm-image-load-path'.
11746
11747         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11748         New functions from MH-E.
11749         (gmm-image-load-path): New variable from MH-E.
11750         (gmm-image-load-path): New function from MH-E.  Add arguments
11751         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11752         *-image-load-path-called-flag.
11753
11754 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11755
11756         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11757
11758 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11759
11760         * nnimap.el (nnimap-request-move-article): Change folder back to
11761         source group before deleting.
11762
11763 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11766
11767         * gnus-art.el (mm-url-insert-file-contents-external):
11768         Autoload mm-url.
11769
11770         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11771
11772 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11775         coding system which mm-charset-to-coding-system returns for a
11776         given charset is valid.
11777
11778 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11779
11780         * html2text.el (html2text-remove-tag-list):
11781         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11782
11783 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11784
11785         * gnus-cus.el: Revert 2005-10-17 change.
11786
11787 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * gnus-art.el (article-strip-banner):
11790         Call article-really-strip-banner only when the regexp match is made.
11791
11792 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-art.el (article-strip-banner):
11795         Use gnus-extract-address-components instead of
11796         mail-header-parse-addresses to make it work with non-ASCII text;
11797         remove mail-encode-encoded-word-string.
11798
11799         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11800         values which are surrounded with \"...\"; make it never cause a
11801         Lisp error; give up parsing of parameters if it failed in
11802         extracting type.
11803
11804 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11805
11806         * smime.el (smime-cert-by-ldap-1): Fix bug where
11807         `smime-ldap-search' returns results without userCertificates.
11808
11809 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11812
11813 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * spam.el (spam-check-spamassassin-headers): Adapt format for
11816         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11817         <ari@mbf.ocn.ne.jp>.
11818         (spam-list-of-processors): Add spam-use-gmane.
11819
11820 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11823         make-temp-file; make it work with XEmacs as well.
11824
11825         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11826         mm-make-temp-file.
11827
11828         * mm-decode.el (mm-display-external): Use the 3rd arg of
11829         mm-make-temp-file.
11830         (mm-create-image-xemacs): Ditto.
11831
11832 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11835         with message-narrow-to-headers.
11836         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11837         (gnus-draft-check-draft-articles): New function.
11838         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11839
11840 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * gnus-art.el (gnus-article-browse-html-parts):
11843         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11844         Don't use suffix argument for mm-make-temp-file for Emacs 21
11845         compatibility.  Remove useless `format'.
11846
11847 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11848
11849         * nnweb.el (nnweb-google-wash-article): Update regexps.
11850         (nnweb-group-alist): Use defvoo instead of defvar.
11851
11852 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11855         re-loading nn* modules.
11856
11857 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11860         for `tool-bar-mode' and don't check it's default-value.
11861
11862         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11863
11864         * message.el (message-make-tool-bar): Ditto.
11865
11866         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11867         `substring'.  Shorten tmp-file name.
11868
11869         * gnus.el: Remove bogus comment.
11870
11871 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11872
11873         * gnus-art.el (gnus-article-browse-html-parts): New function.
11874         (gnus-article-browse-html-article): New function for viewing html
11875         articles with a browser.
11876
11877 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11878
11879         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11880         in elisp.
11881         (pgg-gpg-encrypt-symmetric-region): Ditto.
11882         (pgg-gpg-sign-region): Ditto.
11883
11884         * pgg-def.el (pgg-text-mode): New variable.
11885
11886         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11887         (mml2015-pgg-encrypt): Ditto.
11888
11889         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11890         (mml1991-pgg-encrypt): Ditto.
11891
11892 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * nnfolder.el (nnfolder-insert-newsgroup-line):
11895         Use message-make-date instead of current-time-string.
11896
11897         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11898         to gnus-decoded which mm-uu might set.
11899
11900 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11903         don't decode quoted parameters; remove misimported Emacs code.
11904         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11905         (rfc2231-decode-encoded-string): Don't use split-string which
11906         behaves differently according to Emacs version; use
11907         mm-decode-coding-region to convert charset to coding-system.
11908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11909         (rfc2231-encode-string): Remove misimported Emacs code.
11910
11911 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11914         when calling mail-header-parse-content-type.
11915         (article-de-quoted-unreadable): Ditto.
11916         (article-de-base64-unreadable): Ditto.
11917         (article-wash-html): Ditto.
11918
11919         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11920         calling mail-header-parse-content-type and
11921         mail-header-parse-content-disposition.
11922         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11923         mail-header-parse-content-type.
11924
11925         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11926         insert charset and format parameters; encode description after
11927         inserting it to buffer.
11928         (mml-insert-parameter): Fold lines properly even if a parameter is
11929         segmented into two or more lines; change the max column to 76.
11930
11931         * rfc1843.el (rfc1843-decode-article-body): Don't use
11932         ignore-errors when calling mail-header-parse-content-type.
11933
11934         * rfc2231.el (rfc2231-parse-string): Return at least type if
11935         possible; don't cause an error even if it fails in parsing of
11936         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11937         (rfc2231-encode-string): Don't break lines at the beginning, leave
11938         it to mml-insert-parameter.
11939
11940         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11941         calling mail-header-parse-content-type.
11942
11943 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * spam-report.el (spam-report-gmane-use-article-number):
11946         Improve doc string.
11947         (spam-report-gmane-internal): Check if a suitable header was found
11948         in the article.
11949
11950 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11953         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11954
11955 2006-02-05  Romain Francoise  <romain@orebokech.com>
11956
11957         Update copyright notices of all files in the gnus directory.
11958
11959 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11960
11961         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11962
11963 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11966         segmented lines of parameter value to cope with Thunderbird 1.5
11967         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11968         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11969         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11970
11971 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11972
11973         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11974         parts.
11975
11976 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11977
11978         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11979         there's only one active file for all servers.
11980         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11981         solid groups.  Gnus might have used a FAST request to select the group.
11982         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11983         and nnweb-search redundantly in the active file.
11984         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11985         (nnweb-request-create-group): Don't use ARGS.
11986         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11987         initialisations.  Let nnoo do the work.
11988
11989 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11992         Say the part has been decoded.
11993
11994         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11995
11996 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11997
11998         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11999         mailcap-viewer-test-cache when there's no 'test clause, since that
12000         will invert the meaning of a "nil" test previously determined by
12001         mailcap-mailcap-entry-passes-test.
12002
12003 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12006         compiling.
12007
12008         * gnus-sum.el: Ditto.
12009
12010         * message.el: Don't bind tool-bar-map when compiling.
12011
12012 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12015
12016 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12017
12018         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12019         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12020         current Google Groups.
12021
12022 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12025         and tool-bar-mode.
12026
12027         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12028         and tool-bar-mode.
12029
12030         * message.el (message-tool-bar-update): Simplify.
12031         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12032
12033         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12034         gnus-summary-buffer.
12035         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12036         gnus-summary-reply.
12037
12038         * gmm-utils.el (gmm): Add :version.
12039
12040 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * Makefile.in (clean): New rule.
12043         (distclean): Use it.
12044
12045 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12046
12047         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12048         Don't autoload.
12049
12050 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gmm-utils.el (gmm-verbose): Add :group.
12053
12054 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * message.el: Change some comments WRT tool-bars.
12057
12058         * gnus-sum.el (gnus-summary-tool-bar)
12059         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12060         (gnus-summary-tool-bar-zap-list): New variables.
12061         (gnus-summary-make-tool-bar): Complete rewrite using
12062         `gmm-tool-bar-from-list'.
12063
12064         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12065         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12066         New variables.
12067         (gnus-group-make-tool-bar): Complete rewrite using
12068         `gmm-tool-bar-from-list'.
12069         (gnus-group-tool-bar-update): New function.
12070
12071         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12072
12073 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12076         is dissected into a single part of which the type is the same as
12077         the given one; decode charset.
12078
12079 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12080
12081         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12082         into alists as symbol not string, since that's what
12083         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12084         look for.
12085
12086 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12089         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12090
12091         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12092
12093 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12096         (gnus-xmas-mime-security-button-menu): New function.
12097
12098         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12099         (gnus-mime-security-button-menu): New definition.
12100         (gnus-mime-security-button-map): Use them.
12101         (gnus-mime-security-button-menu): New function.
12102         (gnus-insert-mime-security-button): Addition to help echo.
12103         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12104         (gnus-mime-security-pipe-part): New functions.
12105
12106         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12107         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12108
12109         * mm-decode.el (mm-handle-set-disposition): Remove.
12110         (mm-handle-set-description): Remove.
12111
12112 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12115         (mm-w3m-standalone-supports-m17n-p): New function.
12116         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12117         w3m usage.
12118
12119         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12120         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12121
12122 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * message.el (message-tool-bar-zap-list):
12125         Use gmm-tool-bar-zap-list as custom type.
12126         (message-tool-bar-update): New function.
12127         (message-tool-bar, message-tool-bar-gnome)
12128         (message-tool-bar-retro): Add message-tool-bar-update.
12129         (message-tool-bar-gnome): Add flyspell-buffer.
12130
12131         * gnus-util.el (gnus-error): Describe `args'.
12132
12133         * gmm-utils.el (gmm-error): Describe `args'.
12134         (gmm-tool-bar-zap-list): New widget.
12135         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12136
12137 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12140         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12141         the number of recursive calls.
12142
12143         * mm-decode.el (mm-handle-set-disposition): New macro.
12144         (mm-handle-set-description): New macro.
12145
12146 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12149         encoding.
12150
12151 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * message.el (message-tool-bar-zap-list, message-tool-bar)
12154         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12155         (message-tool-bar-local-item-from-menu): Remove.
12156         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12157         (message-make-tool-bar): New function.
12158         (message-mode): Use `message-make-tool-bar'.
12159
12160         * gmm-utils.el: New file.
12161         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12162         (gmm-lazy): New widget copied from `nnmail.el'.
12163         (gmm-tool-bar-from-list): New function for creating customizable
12164         tool bars.
12165         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12166         output.
12167         (gmm): Add :prefix to defgroup.
12168
12169 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12170
12171         * gmm-utils.el (gmm-widget-p): New function.
12172
12173 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * mml.el (mml-attach-file): Describe `description' in doc string.
12176         (mml-menu): Add Emacs MIME manual and PGG manual.
12177
12178 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12179
12180         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12181
12182 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12183
12184         * nntp.el (nntp-end-of-line): Doc fix.
12185
12186 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12187
12188         * imap.el (imap-open): Handle case where buffer is a buffer
12189         object.
12190
12191 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12192
12193         * gnus-delay.el (gnus-delay): Don't autoload.
12194         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12195         to be re-loaded when customizing the `gnus-delay' group.
12196
12197 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12198
12199         * message.el (message-insert-citation-line): Use newlines.
12200
12201 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12202
12203         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12204         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12205         these routines, so the passphrase can be managed externally and
12206         passed in to the system.
12207         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12208         pgg-add-passphrase-to-cache function.
12209
12210         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12211         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12212         these routines, so the passphrase can be managed externally and
12213         passed in to the system.
12214         (pgg-pgp5-sign-region): Use new name of
12215         pgg-add-passphrase-to-cache function.
12216
12217 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12218
12219         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12220         part of the decoded armor to find the key-identifier.
12221         (pgg-gpg-lookup-key-owner): New function to return the
12222         human-readable identifier of a key owner.
12223         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12224         itself.
12225         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12226         the key value) if we have a key and can match it against a secret
12227         key.  Also, added a note pointing out fact that the prompt only
12228         indicates the first matching key.
12229
12230         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12231         pgg-decrypt-region.
12232         (pgg-add-passphrase-to-cache): Rename from
12233         `pgg-add-passphrase-cache' to reduce confusion (all callers
12234         changed).
12235         (pgg-remove-passphrase-from-cache): Rename from
12236         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12237         changed).
12238         (pgg-read-passphrase, pgg-add-passphrase-cache)
12239         (pgg-remove-passphrase-cache): Add informative docstrings.
12240         (pgg-decrypt): Convey provided passphrase in subordinate call to
12241         pgg-decrypt-region.
12242
12243 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12244
12245         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12246         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12247         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12248         'passphrase' argument, so the passphrase can be managed externally
12249         and then passed in to the system.
12250
12251         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12252         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12253         so the passphrase cache can be used reliably with identifiers
12254         besides a pgp packet's key id.
12255
12256         * pgg-gpg.el (pgg-gpg-encrypt-region)
12257         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12258         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12259         these routines, so the passphrase can be managed externally and
12260         passed in to the system.
12261
12262         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12263         'notruncate' argument, so the passphrase cache can be used
12264         reliably with identifiers besides a pgp packet's key id.
12265
12266 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12267
12268         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12269         symmetric encryption.
12270         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12271         encrypted session key.
12272         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12273         message ask for the passphrase in a proper way.
12274
12275         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12276         New user commands for symmetric encryption.
12277
12278 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12281
12282         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12283
12284 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12285
12286         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12287
12288 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * mm-decode.el (mm-inlined-types): Add application/pgp.
12291         (mm-automatic-display): Ditto.
12292
12293         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12294         part as text.
12295
12296 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * nnrss.el: Update copyright.
12299         (nnrss-opml-import): Query whether to subscribe to each entry.
12300
12301         * gnus-art.el:
12302         * gnus-sum.el:
12303         * gnus-xmas.el:
12304         * messagexmas.el:
12305         * mm-uu.el:
12306         * mm-view.el: Update copyright.
12307
12308 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * message.el (message-info): New function.
12311         (message-mode-menu): Add it.
12312         Update copyright.
12313
12314         * ChangeLog: Fix and update copyright.
12315
12316 2006-01-13  Romain Francoise  <romain@orebokech.com>
12317
12318         * message.el (message-forward-subject-name-subject): Prefer the
12319         address to 'nowhere' if the sender has no name.
12320         Fix typo.  Update copyright year.
12321
12322 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-art.el (article-wash-html):
12325         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12326         (gnus-article-wash-html-with-w3m-standalone): New function.
12327
12328         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12329         mm-inline-text-html-render-with-w3m-standalone.
12330         (mm-text-html-washer-alist): Map w3m-standalone to
12331         gnus-article-wash-html-with-w3m-standalone.
12332         (mm-inline-text-html-render-with-w3m-standalone): New function.
12333
12334 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12337         Improve LaTeX.
12338
12339 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12342         (nnrss-request-article): Render text/plain parts as HTML.
12343
12344         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12345         the buffer.
12346
12347 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12350         custom definition of `gnus-posting-styles'.
12351
12352         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12353         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12354
12355 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12358         Use nntp for bug archive.
12359
12360 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12363         parts.
12364         (nnrss-normalize-date): New function converts ISO 8601 date into
12365         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12366         (nnrss-check-group): Use it.
12367
12368 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12371
12372         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12373         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12374         (nnrss-insert-w3): Ditto.
12375
12376 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12379         the articles to be forwarded including the case where neither a
12380         number of articles nor a region is specified.
12381
12382 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * nnrss.el (nnrss-request-article): Fix last change; fill
12385         text/plain parts.
12386
12387 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12390         in text/plain part.
12391         (nnrss-check-group): Don't add excessive newline to dc:subject.
12392
12393 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12394
12395         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12396         article.
12397
12398 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12401         (nnml-use-compressed-files, nnml-save-mail): Support other
12402         comression programs such as bzip2.
12403
12404 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12405
12406         * dns.el (query-dns): Make sure we check the buffer size before
12407         removing tcp headers.
12408
12409 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12412         remove MIME buttons associated with multipart/alternative parts.
12413         (gnus-mime-display-alternative): Tag buttons using `article-type'
12414         text property.
12415
12416         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12417         associated with multipart/alternative parts.
12418
12419         * gnus-art.el (gnus-signature-separator): Fix custom type.
12420
12421         * mm-decode.el (mm-inlined-types): Fix custom type.
12422         (mm-keep-viewer-alive-types): Ditto.
12423         (mm-automatic-display): Ditto.
12424         (mm-attachment-override-types): Ditto.
12425         (mm-inline-override-types): Ditto.
12426         (mm-automatic-external-display): Ditto.
12427
12428 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * spam-report.el (spam-report-user-mail-address)
12431         (spam-report-user-agent): New variables.
12432         (spam-report-url-ping-plain): Use spam-report-user-agent.
12433
12434 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12435
12436         * gnus-art.el (gnus-button-handle-custom): Do not just use
12437         `customize-apropos' for any "M-x customize-*" button but the
12438         function called for.  Accept both the function name and its
12439         argument in order to achieve this.
12440         (gnus-button-alist): Remove support for "custom:" URL's.
12441         Pass function name to `gnus-button-handle-custom' in case of "M-x
12442         customize-*" buttons.
12443
12444 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12447         multipart/alternative and add xref to mm-discouraged-alternatives
12448         in doc string.
12449
12450         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12451         gnus-buttonized-mime-types in doc string.
12452
12453 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12456         Suggest image/.* in the doc string.
12457
12458 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12461         message-marks (Debian bug #342521).
12462
12463 2005-12-12  Simon Josefsson  <jas@extundo.com>
12464
12465         * password.el (password-read-from-cache): Add.
12466         (password-read): Use it.
12467
12468 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * rfc2047.el (rfc2047-charset-to-coding-system):
12471         Recognize us-ascii as a MIME charset.
12472
12473         * mm-bodies.el (mm-decode-content-transfer-encoding):
12474         Protect against the case where the 2nd arg TYPE is nil.
12475
12476 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * pop3.el (pop3-stream-type): Fix custom version.
12479
12480         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12481
12482 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12483
12484         * mm-decode.el (mm-display-external): Add missing cdr.
12485
12486 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12489         RFC1524) if it is in mailcap or add a suffix according to
12490         mailcap-mime-extensions when generating a temp filename; postpone
12491         deleting a temp file for 2 seconds for some wrappers, shell
12492         scripts, and so on, which might exit right after having started a
12493         viewer command as a background job.
12494
12495 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * nntp.el (nntp-marks-directory): Fix custom group.
12498
12499         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12500         steps when < 10.
12501
12502         * gnus-start.el (gnus-no-server-1):
12503         Mention `gnus-level-default-subscribed' in doc string.
12504
12505 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12506
12507         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12508         parens.
12509
12510 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-xmas.el (gnus-use-toolbar): Revert.
12513         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12514         gnus-use-toolbar is default.
12515
12516         * messagexmas.el (message-use-toolbar): Revert.
12517         (message-setup-toolbar): Use global default-toolbar if
12518         message-use-toolbar is default.
12519
12520 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12523         according to default-toolbar-visible-p.
12524
12525         * messagexmas.el (message-use-toolbar): Ditto.
12526
12527 2005-11-26  Dave Love  <fx@gnu.org>
12528
12529         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12530         (tls-program, tls-success): Provide openssl alternative.
12531
12532         * starttls.el: Doc fixes.
12533         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12534         SERVICE to PORT.
12535
12536         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12537         port null or service name.
12538         (starttls-negotiate): Autoload.
12539
12540 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * message.el (message-kill-to-signature): Fix interactive spec.
12543
12544 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * pop3.el (pop3-open-server): Recognize a string as a service name.
12547
12548 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12549
12550         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12551
12552 2005-11-23  Dave Love  <fx@gnu.org>
12553
12554         Add pop3s, pop3/starttls.
12555
12556         * pop3.el (pop3-authentication-scheme): Clarify doc.
12557         (open-tls-stream, starttls-open-stream): Autoload.
12558         (pop3-stream-type): New.
12559         (pop3-open-server): Use it.
12560
12561         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12562         for POP.
12563         (mail-source-keyword-map): Add :stream for POP.
12564         (mail-source-fetch-pop): Use pop3-stream-type.
12565
12566 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12569         of current-time-string.
12570
12571 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12572
12573         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12574         date header.
12575
12576 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12577
12578         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12579         it can seriously impact performance as it bypasses the agent's
12580         local caches.
12581
12582 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12583
12584         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12585         must be explicitly online rather than "not explicitly offline" for
12586         its flags to be synchronized.
12587
12588         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12589         that gnus-uu-unmark-thread will function correctly.
12590
12591         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12592         1024K is instead displayed as 1M.
12593
12594 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12595
12596         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12597
12598 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12599
12600         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12601
12602 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12603
12604         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12605         error message to display actual error condition.
12606         (gnus-agent-save-local): Avoid saving symbols that are bound to
12607         nil as they simply result in a warning message in
12608         gnus-agent-read-local.
12609
12610 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12613         rather than make-variable-buffer-local for file-precious-flag.
12614
12615 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12616
12617         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12618         for duplicates which are removed.  The invalid sort check then
12619         triggers a rescan after the sort as sorting may have moved
12620         duplicate entries such that they can be cheaply detected.
12621
12622 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12625
12626 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12627
12628         * gnus-agent.el (gnus-agent-article-alist-save-format):
12629         Change internal variable to a custom variable.  Change default value
12630         from compressed(2) to uncompressed(1).
12631         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12632         support for uncompressed agentview files.  Taken together, reading
12633         the agentview file should now be 6-7 times faster.
12634
12635 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12636
12637         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12638         as a buffer-local variable.  This avoids creating truncated
12639         dribble files as a result of a hang up, eg.
12640
12641 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12642
12643         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12644         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12645         XEmacs.
12646
12647 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * gnus-start.el (gnus-start-draft-setup):
12650         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12651
12652         * gnus.el (gnus-splash): Change custom group.
12653         (gnus-group-get-parameter, gnus-group-parameter-value):
12654         Describe allow-list argument.
12655
12656         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12657         string.
12658
12659 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-art.el (gnus-default-article-saver): Add user-defined
12662         `function' to custom type.
12663
12664 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12665
12666         * imap.el (imap-open): Handle case where buffer is a buffer
12667         object.
12668
12669 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12672         long lines.
12673         (gnus-cache-delete-group): Wrap doc strings.
12674
12675         * gnus-agent.el (gnus-agent-rename-group)
12676         (gnus-agent-delete-group): Wrap doc strings.
12677
12678 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * messagexmas.el (message-use-toolbar): Change the valid values
12681         into default, top, bottom, left, and right.
12682         (message-toolbar-thickness): New variable.
12683         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12684         well.
12685         (message-setup-toolbar): Make it work.
12686
12687         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12688         (gnus-use-toolbar): Change the valid values into default, top,
12689         bottom, left, and right.
12690         (gnus-toolbar-thickness): New variable.
12691         (gnus-xmas-setup-toolbar): New function.
12692         (gnus-xmas-setup-group-toolbar): Use it.
12693         (gnus-xmas-setup-summary-toolbar): Use it.
12694
12695 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12696
12697         * gnus-start.el (gnus-1): Add "native" to
12698         gnus-predefined-server-alist.
12699
12700         * gnus.el (gnus-method-to-server): Don't add "native" to the
12701         lists here, because that leads to problems when
12702         gnus-select-method is bound.
12703
12704 2005-11-09  Simon Josefsson  <jas@extundo.com>
12705
12706         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12707         use (not sort-by-date) instead.
12708
12709 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12710
12711         * gnus-delay.el (gnus-delay-group): Don't autoload.
12712         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12713         to be re-loaded when customizing the `gnus-delay' group.
12714
12715 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12716
12717         * message.el: Revert last changes.
12718         (message-insert-citation-line): Use newlines.
12719
12720 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12721
12722         * message.el (message-courtesy-message)
12723         (message-mark-insert-begin, message-mark-insert-end)
12724         (message-elide-ellipsis, message-cancel-message)
12725         (message-add-header, message-change-subject)
12726         (message-cross-post-followup-to-header)
12727         (message-cross-post-insert-note, message-reduce-to-to-cc)
12728         (message-widen-reply, message-delete-not-region)
12729         (message-kill-to-signature, message-insert-signature)
12730         (message-insert-importance-high, message-insert-importance-low)
12731         (message-insert-or-toggle-importance)
12732         (message-insert-disposition-notification-to)
12733         (message-indent-citation, message-yank-original)
12734         (message-cite-original-without-signature, message-cite-original)
12735         (message-insert-citation-line, message-position-on-field)
12736         (message-fix-before-sending, message-send-mail-partially)
12737         (message-send-mail, message-send-mail-with-sendmail)
12738         (message-send-mail-with-qmail, message-send-news)
12739         (message-check-news-header-syntax, message-generate-headers)
12740         (message-insert-courtesy-copy, message-fill-address)
12741         (message-fill-header, message-shorten-references)
12742         (message-setup-1, message-cancel-news)
12743         (message-forward-make-body-plain, message-forward-make-body-mime)
12744         (message-forward-make-body-mml, message-encode-message-body)
12745         (message-forward-make-body-digest-plain)
12746         (message-forward-make-body-digest-mime)
12747         (message-use-alternative-email-as-from): Insert `hard-newline'
12748         instead of ordinary newlines.
12749
12750 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * message.el (message-generate-headers): Downcase the argument
12753         given to message-check-element.
12754
12755 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12756
12757         * nntp.el (nntp-authinfo-rejected): New error condition.
12758         (nntp-wait-for): Use new error condition to signal authentication
12759         error.
12760         (nntp-retrieve-data): Rethrow new error condition to break out of
12761         recursive call to nntp-send-authinfo.
12762
12763 2005-11-08  Romain Francoise  <romain@orebokech.com>
12764
12765         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12766         (gnus-summary-exit-map): Bind to `Z p'.
12767         (gnus-summary-make-menu-bar): Add menu item.
12768
12769 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12772         (gnus-treat-*): Add `first' in all doc strings.
12773
12774         * gnus-group.el (gnus-group-compact-group): Fix typo.
12775
12776 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus.el (gnus-parameters-case-fold-search): New variable.
12779         (gnus-parameters-get-parameter): Use it.
12780
12781         * gnus-score.el (gnus-home-score-file): Doc fix.
12782
12783 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12784
12785         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12786
12787 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * mm-util.el (mm-special-display-p): New function.
12790
12791         * mml.el (mml-preview): Use it; doc fix.
12792
12793 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12794
12795         * imap.el (imap-open): Handle case where buffer is a buffer object.
12796
12797 2005-10-29  Romain Francoise  <romain@orebokech.com>
12798
12799         * message.el (message-fix-before-sending): Fix comment.
12800
12801 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12802
12803         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12804
12805 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12806
12807         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12808         Used in gnus-score.el.
12809
12810 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12813
12814 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12817         whitespace removed in revision 7.8.  Use concatenated string to
12818         protect trailing whitespace.
12819
12820 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12821
12822         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12823         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12824         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12825         Courier IMAP ("some version from 2004").  Mostly based on similar
12826         code in the same function.
12827
12828 2005-10-26  Didier Verna  <didier@xemacs.org>
12829
12830         * gnus-group.el (gnus-group-compact-group): Invalidate original
12831         article buffer.
12832         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12833         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12834         NOV database and in article itself.
12835         Invalidate article backlog.
12836
12837 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12840
12841 2005-10-26  Simon Josefsson  <jas@extundo.com>
12842
12843         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12844         part of 2004-07-25 change.
12845
12846 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * message.el (message-display-completion-list): New function.
12849         (message-expand-group): Use it; make sure the Completions buffer
12850         is modifiable.
12851 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12852
12853         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12854         user-mail-name is an empty string.
12855
12856 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12859         depending on gnus-score-decay-constant.
12860
12861         * encrypt.el (encrypt-insert-file-contents)
12862         (encrypt-write-file-contents): Don't use `gnus-message'.
12863
12864         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12865         arguments.
12866         (mm-uu-type-alist): Add message-marks and insert-marks.
12867         Pass arguments to mm-uu-verbatim-marks-extract.
12868         (mm-uu-hide-markers): New variable.
12869         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12870
12871         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12872         (gnus-convert-image-to-face-command): Use "convert" by default to
12873         allow other input image formats.
12874         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12875         accordingly.
12876
12877 2005-10-23  Simon Josefsson  <jas@extundo.com>
12878
12879         * imap.el (imap-gssapi-program): Align command line parameters
12880         with latest GNU SASL.
12881         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12882
12883 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12886         HTML.
12887         (nnslashdot-request-article): Ditto.
12888
12889         * lpath.el (featurep): Add nobreak-char-display.
12890
12891 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12892
12893         * mail-source.el (mail-source-fetch-pop): Require pop3.
12894         (mail-source-check-pop): Ditto.
12895
12896 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12899         errors.
12900
12901 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12904         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12905
12906         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12907
12908         * mm-bodies.el (mm-decode-string):
12909         Call `mm-charset-to-coding-system' with allow-override argument.
12910
12911 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12914         (rfc2047-charset-to-coding-system): New function.
12915         (rfc2047-decode-encoded-words): New function.
12916         (rfc2047-decode-region): Use them.
12917         (rfc2047-decode-cte): Remove.
12918         (rfc2047-parse-and-decode): Remove.
12919         (rfc2047-decode): Remove.
12920
12921 2005-10-15  Kenichi Handa  <handa@m17n.org>
12922
12923         * rfc2047.el (rfc2047-decode-cte): New function.
12924         (rfc2047-decode-region): Change the way to decode successive
12925         encoded-words: decode B- or Q-encoding in each encoded-word,
12926         concatenate them, and decode it as charset.
12927
12928 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * lpath.el: Fbind codepage-setup for XEmacs.
12931
12932 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12933
12934         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12935         widget-move-and-invoke.
12936         (gnus-custom-mode): Use gnus-custom-map.
12937
12938 2005-10-15  Bill Wohler  <wohler@newt.com>
12939
12940         * message.el (message-tool-bar-map): Rename image file from
12941         mail_send to mail/send.
12942
12943 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12944
12945         * message.el (message-expand-group): Pass the common
12946         prefix substring of completion to `display-completion-list'.
12947
12948 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * mml-sec.el (mml-secure-method): New internal variable.
12951         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12952         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12953         New functions using mml-secure-method.
12954
12955         * mml.el (mml-mode-map): Add key bindings for those functions.
12956         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12957         Harder <harder@myrealbox.com>.
12958         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12959         Goto end of message if point is the headers of the message.
12960
12961         * message.el (message-in-body-p): New function.
12962
12963         * assistant.el: Autoload gnus-util and netrc.
12964
12965         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12966         Use `mm-charset-override-alist' only when decoding.
12967
12968         * mm-bodies.el (mm-decode-body):
12969         Call `mm-charset-to-coding-system' with allow-override argument.
12970
12971         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12972         `filename' from Content-Disposition if Content-Type doesn't
12973         provide `name'.
12974         (gnus-mime-view-part-as-type): Set default instead of
12975         initial-input.
12976
12977 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12978
12979         * format-spec.el (format-spec): Propagate text properties of % spec.
12980
12981 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-art.el (gnus-treat-predicate): Add `first'.
12984
12985 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12988         (mm-charset-override-alist): New variable.
12989         (mm-charset-to-coding-system): Use it.
12990         (mm-codepage-setup): New helper function.
12991         (mm-charset-eval-alist): New variable.
12992         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12993         Warn about unknown charsets.
12994
12995         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12996
12997 2005-10-04  David Hansen  <david.hansen@gmx.net>
12998
12999         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13000         (nnrss-check-group): Ditto.
13001
13002 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13005         Rename x-gnus-verbatim to x-verbatim.
13006         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13007
13008         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13009         x-verbatim.
13010
13011         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13012
13013         * gnus-util.el (gnus-remove-duplicates): Remove.
13014
13015         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13016         instead of gnus-remove-duplicates.
13017
13018         * message.el (message-remove-duplicates): Remove.
13019         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13020         message-remove-duplicates.
13021
13022         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13023         available, else use implementation from `delete-dups'.
13024
13025         * message.el (message-insert-expires): New function.
13026         (message-mode-map): Add key binding.
13027         (message-mode-field-menu): Add menu entry.
13028         (message-mode): Document it.
13029         (message-make-expires-date): Use `message-make-date'.
13030
13031 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13032
13033         * message.el (message-make-expires-date): New function.
13034
13035 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * Makefile.in (list-installed-shadows): New entry.
13038         (install): Use it.
13039         (remove-installed-shadows): New entry.
13040
13041         * dgnushack.el (dgnushack-default-load-path): New variable.
13042         (dgnushack-find-lisp-shadows): New function.
13043         (dgnushack-remove-lisp-shadows): New function.
13044
13045 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * Makefile.in (install-el-elc): New entry.
13048         (install): Use it so that .el files are necessarily installed.
13049
13050 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13053
13054 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13055
13056         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13057         function rather than the diff-mode.el package.
13058         (mm-display-external): Use with-current-buffer.
13059         (mm-viewer-completion-map, mm-viewer-completion-map):
13060         Move initialization inside declaration.
13061
13062 2005-09-29  Simon Josefsson  <jas@extundo.com>
13063
13064         * spam.el: Load hashcash when compiling, to avoid warnings.
13065         Don't autoload mail-check-payment.
13066         (spam-check-hashcash): Define unconditionally, since hashcash.el
13067         is part of Gnus now.  Ignore errors from payment checking.
13068
13069 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * message.el (message-bold-region, message-unbold-region):
13072         Rename from `bold-region' and `unbold-region'.
13073
13074         * message.el: Remove useless autoloads.
13075
13076 2005-09-28  Simon Josefsson  <jas@extundo.com>
13077
13078         * message.el (message-use-idna): Default to t.
13079         (message-use-idna): Test whether encoding works too.  Doc fix.
13080
13081 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * nntp.el (nntp-warn-about-losing-connection): Remove.
13084
13085 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13088         customizable.  Change default value.
13089         (mm-uu-diff-groups-regexp): Change default value.
13090         (mm-uu-type-alist): Add doc string.
13091         (mm-uu-configure): Add doc string.  Make it interactive.
13092         (mm-uu-tex-groups-regexp): New variable.
13093         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13094         (mm-uu-type-alist): Add LaTeX documents.
13095         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13096         of "text/verbatim".
13097         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13098
13099         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13100         instead of "text/verbatim".
13101
13102         * message.el (message-mark-inserted-region)
13103         (message-mark-insert-file): Use slrn style marks when called with
13104         prefix argument.
13105
13106 2005-09-27  Simon Josefsson  <jas@extundo.com>
13107
13108         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13109
13110 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13111
13112         * message.el (message-remove-duplicates): New function.
13113         Implementation borrowed from `gnus-remove-duplicates'.
13114         (message-idna-to-ascii-rhs): Also encode idna addresses in
13115         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13116         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13117         only ask about the same idna domain once per header and also tell
13118         in what header to replace the idna domain.
13119
13120         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13121         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13122         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13123         a header is decoded and not just the last one.
13124
13125 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13128         has been decoded.
13129
13130         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13131         (mm-insert-part): Don't modify text if it has been decoded.
13132
13133         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13134         decoded.
13135
13136         * mm-view.el (mm-inline-text): Don't strip text props unless
13137         decoding enriched or richtext parts.
13138
13139 2005-09-25  Romain Francoise  <romain@orebokech.com>
13140
13141         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13142         * gnus-start.el (gnus-subscribe-interactively):
13143         * gnus-uu.el (gnus-uu-grab-articles):
13144         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13145         space.
13146
13147 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13148
13149         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13150         * mm-view.el (mm-view-pkcs7-decrypt):
13151         * gnus-sum.el (gnus-summary-limit-to-extra)
13152         (gnus-summary-respool-article, gnus-read-move-group-name):
13153         * gnus-score.el (gnus-summary-increase-score):
13154         * gnus-util.el (gnus-completing-read-with-default):
13155         * gnus-art.el (gnus-read-save-file-name)
13156         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13157         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13158         * message.el (message-check-news-header-syntax):
13159         Follow convention for reading with the minibuffer.
13160
13161 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * spam-report.el (spam-report-url-ping-plain):
13164         Use gnus-extended-version as User-Agent.
13165
13166         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13167         default value is nil.
13168
13169         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13170         (mm-uu-verbatim-marks-extract): New function.
13171         (mm-uu-extract): New face.
13172         (mm-uu-copy-to-buffer): Use it.
13173
13174         * spam-report.el (spam-report-gmane-ham): Rename from
13175         `spam-report-gmane-unspam'.
13176         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13177         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13178
13179         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13180         Autoload.
13181         (spam-report-gmane-unregister-routine):
13182         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13183
13184 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13185
13186         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13187         (spam-report-gmane-unregister-routine): Add support for gmane
13188         unregistration.
13189
13190         * spam-report.el (spam-report-gmane-unspam)
13191         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13192         (spam-report-gmane): Change to take a single article and do unspam
13193         registration.
13194
13195 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13196
13197         * mm-url.el (mm-url-decode-entities): Fix regexp.
13198
13199 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13202         default to nil, to be able to use Gnus at all.  If the default
13203         switches to something else, then the function should be fixed not
13204         be exceedingly slow.
13205
13206 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13207
13208         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13209         fail hard.
13210
13211         * spam-report.el: Add better Keywords line.
13212
13213         * spam.el: Add Maintainer and better Keywords line.
13214
13215 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * gnus-art.el (gnus-article-replace-part)
13218         (gnus-mime-replace-part): New functions.
13219         (gnus-mime-action-alist, gnus-mime-button-commands)
13220         (gnus-mime-save-part-and-strip): Add file argument.
13221         (gnus-article-part-wrapper): Add interactive argument.
13222
13223         * gnus-sum.el (gnus-summary-mime-map):
13224         Add `gnus-article-replace-part'.
13225
13226 2005-09-19  Didier Verna  <didier@xemacs.org>
13227
13228         The nnml compaction feature:
13229         * nnml.el (nnml-request-compact-group): New function.
13230         * nnml.el (nnml-request-compact): New function.
13231         * gnus-int.el (gnus-request-compact-group): New function.
13232         * gnus-int.el (gnus-request-compact): New function.
13233         * gnus-group.el (gnus-group-compact-group): New function.
13234         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13235         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13236         * gnus-srvr.el (gnus-server-compact-server): New function.
13237         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13238         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13239
13240 2005-09-18  Deepak Goel  <deego@gnufans.org>
13241
13242         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13243         format spec.
13244
13245 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13248
13249 2005-09-15  Romain Francoise  <romain@orebokech.com>
13250
13251         * message.el (message-fill-paragraph): Clarify docstring.
13252
13253 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-art.el (gnus-mime-display-part): Protect against broken
13256         MIME messages.
13257
13258 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13261         before parsing header.
13262
13263 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13264
13265         * html2text.el (html2text-replace-list): Add new entities.
13266
13267 2005-09-11  Romain Francoise  <romain@orebokech.com>
13268
13269         * message.el (message-alternative-emails): Improve docstring.
13270         (message-setup-1): Call `message-use-alternative-email-as-from'
13271         after `message-setup-hook' to give it precedence over posting
13272         styles, etc.
13273         (message-use-alternative-email-as-from): Add docstring.
13274         Remove the original From header if present.
13275
13276         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13277         (nnml-save-mail): Use it.
13278
13279         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13280         articles.  Add new argument `silent'.
13281         (gnus-uu-mark-all): Report the total number of marked articles.
13282
13283 2005-09-10  Romain Francoise  <romain@orebokech.com>
13284
13285         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13286         (gnus-uu-mark-series): Likewise.
13287
13288 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * spam-report.el (spam-report-gmane): Fix generation of spam
13291         report URL.
13292
13293 2005-09-10  Simon Josefsson  <jas@extundo.com>
13294
13295         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13296         t, based on discussion on the ding list with Robert Epprecht
13297         <epprecht@solnet.ch>.
13298
13299 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * spam-report.el (spam-report-gmane): Make it work without
13302         X-Report-Spam header.  Gmane now only provides Archived-At.
13303         This is only used if `spam-report-gmane-use-article-number' is nil.
13304         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13305
13306         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13307         make `gnus-summary-sort-by-recipient' work with threading.
13308
13309         * nnweb.el (nnweb-google-wash-article): Print a message if article
13310         is not available.
13311
13312 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13313
13314         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13315         change.  Decode text/* parts content before displaying.
13316
13317 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13320
13321 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13324
13325         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13326         url-package-name, url-package-version,
13327         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13328         w3m-display-inline-images, and w3m-minor-mode-map.
13329
13330 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * message.el (message-tab-body-function): Fix mismatched custom type.
13333
13334         * gnus.el (gnus-group-change-level-function): Ditto.
13335
13336         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13337
13338         * gnus-art.el (gnus-signature-limit)
13339         (gnus-article-mime-part-function): Ditto.
13340
13341 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * mml.el (mml-mode): Silence the byte compiler.
13344
13345         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13346         using `(sit-for 0)' before moving the point to the specified part;
13347         skip unbuttonized parts.
13348         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13349         return to the summary window if gnus-auto-select-part is non-nil.
13350
13351 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13354         New variables.
13355         (mml-dnd-attach-file, mml-mode): Use them.
13356
13357         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13358         Make fetching article by MID work again for Google Groups.
13359         Add FIXME concerning gnus-group-make-web-group.
13360
13361         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13362         Don't depend on Gnus by using mail-extract-address-components if
13363         gnus-extract-address-components is not bound.
13364
13365 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13366
13367         * gnus-art.el (gnus-mime-display-security): Don't display the
13368         signature, but only the signed part.
13369
13370 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13373
13374         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13375         list, not listp.
13376
13377 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13378
13379         * mm-encode.el (mm-encode-content-transfer-encoding):
13380         Likewise when encoding.
13381
13382         * mm-bodies.el (mm-decode-content-transfer-encoding):
13383         De-canonicalize CRLF for all text content types, not just
13384         text/plain.
13385
13386 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13389         valid article; point arrow and cursor at the MIME button.
13390
13391 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13394         Suggested by Dan Christensen <jdc@uwo.ca>.
13395
13396         * mm-decode.el (mm-save-part): Enable change of prompt.
13397
13398 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13399
13400         * gnus-msg.el (gnus-inews-add-send-actions):
13401         Make `message-post-method' lambda parameter ARG `&optional'.
13402
13403 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-sum.el (gnus-summary-mime-map):
13406         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13407         gnus-article-jump-to-part.
13408
13409         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13410         (gnus-article-edit-part): Use it.
13411         (gnus-article-part-wrapper): Add no-handle argument.
13412         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13413         New functions.
13414
13415 2005-08-29  Romain Francoise  <romain@orebokech.com>
13416
13417         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13418         docstring.
13419         (gnus-face-from-file): Likewise.
13420
13421 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13424         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13425         non-nil.
13426         (gnus-auto-select-part): New variable.
13427         (gnus-article-jump-to-part): New function.
13428         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13429         (gnus-mime-delete-part): Allow selecting specified part after
13430         deleting or stripping parts.
13431         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13432         part if argument is bogus.
13433
13434 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13435
13436         * gnus-art.el (w3m-minor-mode-map):
13437         * gnus-spec.el (gnus-newsrc-file-version):
13438         * gnus-util.el (nnmail-active-file-coding-system)
13439         (gnus-original-article-buffer, gnus-user-agent):
13440         * gnus.el (gnus-ham-process-destinations)
13441         (gnus-parameter-ham-marks-alist)
13442         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13443         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13444         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13445         * mm-decode.el (gnus-current-window-configuration):
13446         * mm-extern.el (gnus-article-mime-handles):
13447         * mm-url.el (url-current-object, url-package-name)
13448         (url-package-version):
13449         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13450         (smime-keys, w3m-cid-retrieve-function-alist)
13451         (w3m-current-buffer, w3m-display-inline-images)
13452         (w3m-minor-mode-map):
13453         * mml-smime.el (gnus-extract-address-components):
13454         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13455         (gnus-newsrc-hashtb, message-default-charset)
13456         (message-deletable-headers, message-options)
13457         (message-posting-charset, message-required-mail-headers)
13458         (message-required-news-headers):
13459         * mml1991.el (mc-pgp-always-sign):
13460         * mml2015.el (mc-pgp-always-sign):
13461         * nnheader.el (nnmail-extra-headers):
13462         * rfc1843.el (gnus-decode-encoded-word-function)
13463         (gnus-decode-header-function, gnus-newsgroup-name):
13464         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13465
13466 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13467
13468         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13469         the end of the date treatments.
13470
13471 2005-08-15  Simon Josefsson  <jas@extundo.com>
13472
13473         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13474         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13475         Capello and Romain Francoise.
13476         (pgg-fetch-key-function): Remove, not used?
13477         (pgg-insert-url-with-w3): Require url, to get
13478         url-insert-file-contents regardless of where it is defined.
13479
13480 2005-08-13  Romain Francoise  <romain@orebokech.com>
13481
13482         * message.el (message-cite-original-1): New function.
13483         (message-cite-original): Use it.
13484         (message-cite-original-without-signature): Ditto.
13485
13486 2005-08-08  Romain Francoise  <romain@orebokech.com>
13487
13488         * message.el (message-yank-empty-prefix): New variable.
13489         (message-indent-citation): Use it.
13490         (message-cite-original-without-signature): Respect X-No-Archive.
13491
13492 2005-08-08  Simon Josefsson  <jas@extundo.com>
13493
13494         * pgg.el: Autoload url-insert-file-contents instead of loading
13495         w3/url.
13496         (pgg-insert-url-with-w3): Don't load url here.
13497
13498 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13499
13500         * message.el (message-kill-to-signature): Don't insert newline at
13501         bol.
13502         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13503
13504 2005-08-06  Romain Francoise  <romain@orebokech.com>
13505
13506         * message.el (message-user-fqdn): Fix typo in docstring.
13507
13508 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13509
13510         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13511
13512         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13513
13514 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * mm-bodies.el (mm-encode-body): Use coding system rather than
13517         charset to encode text.
13518
13519         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13520         number of charsets if utf-8 is available (XEmacs).
13521
13522 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13525         taken from `gnus-button-mid-or-mail-regexp'.
13526         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13527         (gnus-button-alist): Improve regexp for domain part of the MIDs
13528         for news:localpart@domain buttons.
13529         (gnus-button-ctan-directory-regexp): Update.
13530
13531 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * sieve-manage.el (sieve-manage-interactive-login):
13534         Use make-local-variable rather than make-variable-buffer-local.
13535         (sieve-manage-open): Ditto.
13536         (sieve-manage-authenticate): Ditto.
13537
13538         * mml.el (mml-generate-mime-1): Make the content type default to
13539         text/plain if the filename is not specified.
13540
13541 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13544         instead of insert-buffer.
13545
13546         * message.el (message-yank-original): Ditto; set the mark at the
13547         end of the yanked message.
13548
13549 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13552         lines to scroll rather than to stop it.
13553
13554         * mml.el (mml-generate-default-type): Add doc string.
13555         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13556         default to application/octet-stream when determining the content
13557         type if it is not specified for the part or the mml contents; add
13558         a comment about mml-generate-default-type.
13559
13560 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13563         make it default to application/octet-stream when determining the
13564         content type if it is not specified for the external contents.
13565
13566 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13569         segmented parameter but also other parameters might be there.
13570
13571 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * mm-decode.el (mm-display-external): Delete temp file, directory
13574         and buffer immediately if the external process is exited.
13575
13576 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13579         fewer lines than that of scroll-margin.
13580         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13581
13582 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-art.el (gnus-article-next-page): Revert.
13585         (gnus-article-beginning-of-window): New macro.
13586         (gnus-article-next-page-1): Use it.
13587         (gnus-article-prev-page): Ditto.
13588         (gnus-article-edit-part): Use insert-buffer-substring instead of
13589         insert-buffer.
13590         (gnus-article-edit-exit): Ditto.
13591
13592         * gnus-util.el (gnus-beginning-of-window): Remove.
13593         (gnus-end-of-window): Remove.
13594
13595         * lpath.el: Don't bind header-line-format and scroll-margin.
13596
13597 2005-07-25  Simon Josefsson  <jas@extundo.com>
13598
13599         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13600         to have the url package without w3.  Reported by Daiki Ueno
13601         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13602
13603 2005-07-20  Didier Verna  <didier@xemacs.org>
13604
13605         * gnus-diary.el: Remove the description comment (nndiary is now
13606         properly documented in the Gnus manual).
13607         Fix the spelling of "Back End".
13608         * nndiary.el: Ditto.
13609         Fix the copyright notice.
13610
13611 2005-07-18  Romain Francoise  <romain@orebokech.com>
13612
13613         * gnus-sum.el (gnus-summary-to-prefix)
13614         (gnus-summary-newsgroup-prefix): New variables.
13615         (gnus-summary-from-or-to-or-newsgroups): Use them.
13616
13617 2005-07-17  Romain Francoise  <romain@orebokech.com>
13618
13619         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13620         space as it's generally not especially interesting to the user.
13621
13622 2005-07-16  Romain Francoise  <romain@orebokech.com>
13623
13624         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13625         nil to avoid prompting and file modification if one of the
13626         messages at the top of the nnfolder file contains a copyright
13627         notice.
13628         Update copyright notice.
13629
13630         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13631         instead of `current-time-string' as the latter creates a time
13632         string that is not RFC 2822 compliant (it lacks the zone).
13633         Update copyright notice.
13634
13635 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13636
13637         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13638         for text/rtf.  Display default in prompt.  Pass default for M-n.
13639
13640         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13641
13642 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13643
13644         * gnus-msg.el (gnus-button-mailto):
13645         Remove save-selected-window-window hackery because it relies on
13646         save-selected-window internals.
13647
13648 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13651         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13652         (gnus-article-prev-page): Ditto.
13653
13654         * gnus-util.el (gnus-beginning-of-window): New function.
13655         (gnus-end-of-window): New function.
13656
13657         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13658
13659 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13660
13661         * gnus-score.el (gnus-score-edit-all-score):
13662         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13663         gnus-message.
13664
13665 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13666
13667         * gnus-msg.el (gnus-button-mailto):
13668         Remove save-selected-window-window hackery because it relies on
13669         save-selected-window internals.
13670
13671 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13674         add-minor-mode.
13675         (gnus-binary-mode): Ditto.
13676
13677         * gnus-topic.el (gnus-topic-mode): Ditto.
13678
13679 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13680
13681         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13682         (gnus-article-prev-page): Take scroll-margin into consideration.
13683
13684 2005-07-04  Lute Kamstra  <lute@gnu.org>
13685
13686         Update FSF's address in GPL notices.
13687
13688 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13689
13690         * gnus.el (gnus-exit):
13691         * gnus-group.el (gnus-group-icons):
13692         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13693
13694         * gnus-nocem.el (gnus-nocem):
13695         * message.el (message-various, message-buffers, message-sending)
13696         (message-interface, message-forwarding, message-insertion)
13697         (message-headers, message-news, message-mail):
13698         * pgg-gpg.el (pgg-gpg):
13699         * pgg-parse.el (pgg-parse):
13700         * pgg-pgp.el (pgg-pgp):
13701         * pgg-pgp5.el (pgg-pgp5):
13702         * pop3.el (pop3): Finish `defgroup' description with period.
13703
13704 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-art.el (article-display-face): Improve the efficiency.
13707         (article-display-x-face): Ditto; remove grey x-face stuff.
13708
13709 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-art.el (article-display-face): Correct the position in
13712         which Faces are inserted.
13713
13714 2005-06-29  Didier Verna  <didier@xemacs.org>
13715
13716         * gnus-art.el (article-display-face): Display faces in correct
13717         order.
13718
13719 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13722         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13723         (gnus-nocem-check-article): Fetch the Type header.
13724         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13725         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13726         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13727         make sure gnus-nocem-hashtb is initialized.
13728         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13729         (gnus-nocem-unwanted-article-p): Ditto.
13730
13731         * pgg.el (pgg-verify): Return the verification result.
13732
13733 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13736         is ascii.
13737
13738 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13739
13740         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13741         `show-nonbreak-escape'.
13742
13743 2005-06-23  Lute Kamstra  <lute@gnu.org>
13744
13745         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13746
13747         * dig.el (dig-mode):
13748         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13749
13750 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13751
13752         * nnimap.el (nnimap-split-download-body): Fix spellings.
13753
13754 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13755
13756         * gnus-art.el (gnus-article-encrypt-body):
13757         * gnus-cus.el (gnus-score-customize):
13758         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13759         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13760
13761 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13762
13763         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13764         header by looking for magic "MII" at the beginnig.
13765
13766 2005-06-16  Miles Bader  <miles@gnu.org>
13767
13768         * gnus-xmas.el (gnus-xmas-group-startup-message):
13769         Use renamed gnus-splash face.
13770
13771         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13772         (assistant-field-face): New backward-compatibility alias for renamed
13773         face.
13774         (assistant-render-text): Use renamed assistant-field face.
13775
13776         * spam.el (spam): Remove "-face" suffix from face name.
13777         (spam-face): New backward-compatibility alias for renamed face.
13778         (spam-face, spam-initialize): Use renamed spam face.
13779
13780         * message.el (message-header-to, message-header-cc)
13781         (message-header-subject, message-header-newsgroups)
13782         (message-header-other, message-header-name)
13783         (message-header-xheader, message-separator, message-cited-text)
13784         (message-mml): Remove "-face" suffix from face names.
13785         (message-header-to-face, message-header-cc-face)
13786         (message-header-subject-face, message-header-newsgroups-face)
13787         (message-header-other-face, message-header-name-face)
13788         (message-header-xheader-face, message-separator-face)
13789         (message-cited-text-face, message-mml-face):
13790         New backward-compatibility aliases for renamed faces.
13791         (message-font-lock-keywords): Use renamed message faces.
13792
13793         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13794         (sieve-test-commands, sieve-tagged-arguments):
13795         Remove "-face" suffix from face names.
13796         (sieve-control-commands-face, sieve-action-commands-face)
13797         (sieve-test-commands-face, sieve-tagged-arguments-face):
13798         New backward-compatibility aliases for renamed faces.
13799         (sieve-control-commands-face, sieve-action-commands-face)
13800         (sieve-test-commands-face, sieve-tagged-arguments-face):
13801         Use renamed sieve faces.
13802
13803         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13804         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13805         (gnus-group-news-3-empty, gnus-group-news-4)
13806         (gnus-group-news-4-empty, gnus-group-news-5)
13807         (gnus-group-news-5-empty, gnus-group-news-6)
13808         (gnus-group-news-6-empty, gnus-group-news-low)
13809         (gnus-group-news-low-empty, gnus-group-mail-1)
13810         (gnus-group-mail-1-empty, gnus-group-mail-2)
13811         (gnus-group-mail-2-empty, gnus-group-mail-3)
13812         (gnus-group-mail-3-empty, gnus-group-mail-low)
13813         (gnus-group-mail-low-empty, gnus-summary-selected)
13814         (gnus-summary-cancelled, gnus-summary-high-ticked)
13815         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13816         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13817         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13818         (gnus-summary-low-undownloaded)
13819         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13820         (gnus-summary-low-unread, gnus-summary-normal-unread)
13821         (gnus-summary-high-read, gnus-summary-low-read)
13822         (gnus-summary-normal-read, gnus-splash):
13823         Remove "-face" suffix from face names.
13824         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13825         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13826         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13827         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13828         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13829         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13830         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13831         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13832         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13833         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13834         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13835         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13836         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13837         (gnus-summary-normal-ticked-face)
13838         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13839         (gnus-summary-normal-ancient-face)
13840         (gnus-summary-high-undownloaded-face)
13841         (gnus-summary-low-undownloaded-face)
13842         (gnus-summary-normal-undownloaded-face)
13843         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13844         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13845         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13846         (gnus-splash-face):
13847         New backward-compatibility aliases for renamed faces.
13848         (gnus-group-startup-message): Use renamed gnus faces.
13849
13850         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13851         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13852         (gnus-server-agent): Remove "-face" suffix from face names.
13853         (gnus-server-agent-face, gnus-server-opened-face)
13854         (gnus-server-closed-face, gnus-server-denied-face)
13855         (gnus-server-offline-face):
13856         New backward-compatibility aliases for renamed faces.
13857         (gnus-server-agent-face, gnus-server-opened-face)
13858         (gnus-server-closed-face, gnus-server-denied-face)
13859         (gnus-server-offline-face): Use renamed gnus faces.
13860
13861         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13862         Remove "-face" suffix from face names.
13863         (gnus-picon-xbm-face, gnus-picon-face):
13864         New backward-compatibility aliases for renamed faces.
13865
13866         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13867         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13868         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13869         (gnus-cite-11): Remove "-face" suffix from face names.
13870         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13871         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13872         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13873         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13874         New backward-compatibility aliases for renamed faces.
13875         (gnus-cite-attribution-face, gnus-cite-face-list)
13876         (gnus-article-boring-faces): Use renamed gnus faces.
13877
13878         * gnus-art.el (gnus-signature, gnus-header-from)
13879         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13880         (gnus-header-content): Remove "-face" suffix from face names.
13881         (gnus-signature-face, gnus-header-from-face)
13882         (gnus-header-subject-face, gnus-header-newsgroups-face)
13883         (gnus-header-name-face, gnus-header-content-face):
13884         New backward-compatibility aliases for renamed faces.
13885         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13886
13887         * gnus-sum.el (gnus-summary-selected-face)
13888         (gnus-summary-highlight): Use renamed gnus faces.
13889         * gnus-group.el (gnus-group-highlight): Likewise.
13890
13891 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13892
13893         * gnus-sieve.el (gnus-sieve-article-add-rule):
13894         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13895         * spam-stat.el (spam-stat-buffer-change-to-spam)
13896         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13897
13898         * message.el (message-is-yours-p):
13899         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13900
13901 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * mm-view.el (mm-inline-text): Withdraw the last change.
13904
13905 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13908         executing enriched-decode.
13909
13910 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13913         charset of tar files.
13914
13915 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13916
13917         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13918
13919 2005-06-04  Lute Kamstra  <lute@gnu.org>
13920
13921         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13922         information is never recorded.
13923
13924 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13925
13926         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13927
13928 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * pop3.el (pop3-apop): Run md5 in the binary mode.
13931
13932         * starttls.el (starttls-set-process-query-on-exit-flag):
13933         Use eval-and-compile.
13934
13935 2005-05-31  Simon Josefsson  <jas@extundo.com>
13936
13937         * smime.el (smime-replace-in-string): Define.
13938         (smime-cert-by-ldap-1): Use it.
13939
13940 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * gnus-art.el (article-display-x-face): Replace
13943         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13944
13945         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13946         set-process-query-on-exit-flag or process-kill-without-query.
13947
13948         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13949         loop instead of replace-regexp.
13950
13951         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13952         instead of process-kill-without-query if it is available.
13953
13954         * lpath.el: Fbind ldap-search-entries.
13955
13956         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13957         instead of find-file-hooks if it is available.
13958
13959         * mml1991.el: Bind pgg-default-user-id when compiling.
13960
13961         * mml2015.el: Bind pgg-default-user-id when compiling.
13962
13963         * nndraft.el (nndraft-request-associate-buffer):
13964         Use write-contents-functions instead of write-contents-hooks if it is
13965         available.
13966
13967         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13968         instead of find-file-hooks if it is available.
13969
13970         * nntp.el (nntp-open-connection): Replace
13971         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13972         (nntp-open-ssl-stream): Ditto.
13973         (nntp-open-tls-stream): Ditto.
13974
13975         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13976         set-process-query-on-exit-flag or process-kill-without-query.
13977         (starttls-open-stream-gnutls): Use it instead of
13978         process-kill-without-query.
13979         (starttls-open-stream): Ditto.
13980
13981 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13982
13983         * smime.el (smime-cert-by-ldap-1): Don't use
13984         replace-regexp-in-string.
13985
13986 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13987
13988         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13989
13990         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13991         in PEM format.  Adjust to the XEmacs compability.
13992
13993 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13996         by `string-to-number'.
13997         * gnus-agent.el (gnus-agent-regenerate-group)
13998         (gnus-agent-fetch-articles): Ditto.
13999         * gnus-art.el (gnus-button-fetch-group): Ditto.
14000         * gnus-cache.el (gnus-cache-generate-active)
14001         (gnus-cache-articles-in-group): Ditto.
14002         * gnus-group.el (gnus-group-set-current-level)
14003         (gnus-group-insert-group-line): Ditto.
14004         * gnus-score.el (gnus-score-set-expunge-below)
14005         (gnus-score-set-mark-below, gnus-summary-score-effect)
14006         (gnus-summary-score-entry): Ditto.
14007         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14008         (gnus-soup-pack): Ditto.
14009         * gnus-spec.el (gnus-xmas-format): Ditto.
14010         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14011         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14012         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14013         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14014         * nndb.el (nndb-get-remote-expire-response): Ditto.
14015         * nndiary.el (nndiary-parse-schedule-value)
14016         (nndiary-string-to-number, nndiary-request-replace-article)
14017         (nndiary-request-article): Ditto.
14018         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14019         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14020         * nneething.el (nneething-make-head): Ditto.
14021         * nnfolder.el (nnfolder-request-article)
14022         (nnfolder-retrieve-headers): Ditto.
14023         * nnheader.el (nnheader-file-to-number): Ditto.
14024         * nnkiboze.el (nnkiboze-request-article): Ditto.
14025         * nnmail.el (nnmail-process-unix-mail-format)
14026         (nnmail-process-babyl-mail-format): Ditto.
14027         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14028         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14029         (nnmh-request-create-group, nnmh-request-list-1)
14030         (nnmh-request-group, nnmh-request-article): Ditto.
14031         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14032         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14033         * nnsoup.el (nnsoup-make-active): Ditto.
14034         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14035         * nntp.el (nntp-find-group-and-number)
14036         (nntp-retrieve-headers-with-xover): Ditto.
14037         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14038         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14039         (pgg-format-key-identifier): Ditto.
14040         * pop3.el (pop3-last, pop3-stat): Ditto.
14041         * qp.el (quoted-printable-decode-region): Ditto.
14042
14043         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14044         of concat.
14045
14046 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14049
14050         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14051
14052         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14053
14054         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14055
14056         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14057
14058         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14059
14060         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14061         (gnus-carpal-mode): Ditto.
14062
14063         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14064         (gnus-browse-mode): Ditto.
14065
14066         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14067
14068         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14069
14070 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14071
14072         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14073
14074 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-util.el (gnus-run-mode-hooks): New function.
14077
14078         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14079
14080         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14081         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14082
14083 2005-05-27  Lute Kamstra  <lute@gnu.org>
14084
14085         * dns-mode.el (dns-mode): Specify customization group.
14086
14087 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14088
14089         * gnus-agent.el (gnus-agent-make-mode-line-string):
14090         Use mode-line-highlight as mouse-face.
14091
14092 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * canlock.el (canlock): Change the parent group to news.
14095
14096         * deuglify.el (gnus-outlook-deuglify): Add :group.
14097
14098         * dig.el (dig): Add :group.
14099
14100         * dns-mode.el (dns-mode): Add :group.
14101
14102         * encrypt.el (encrypt): Add :group.
14103
14104         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14105         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14106         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14107         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14108         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14109
14110         * gnus-diary.el (gnus-diary): Add :group.
14111
14112         * gnus.el (gnus-group-news-1-face): Add :group.
14113         (gnus-group-news-1-empty-face): Ditto.
14114         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14115         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14116         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14117         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14118         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14119         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14120         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14121         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14122         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14123         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14124         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14125         (gnus-summary-high-ticked-face): Ditto.
14126         (gnus-summary-low-ticked-face): Ditto.
14127         (gnus-summary-normal-ticked-face): Ditto.
14128         (gnus-summary-high-ancient-face): Ditto.
14129         (gnus-summary-low-ancient-face): Ditto.
14130         (gnus-summary-normal-ancient-face): Ditto.
14131         (gnus-summary-high-undownloaded-face): Ditto.
14132         (gnus-summary-low-undownloaded-face): Ditto.
14133         (gnus-summary-normal-undownloaded-face): Ditto.
14134         (gnus-summary-high-unread-face): Ditto.
14135         (gnus-summary-low-unread-face): Ditto.
14136         (gnus-summary-normal-unread-face): Ditto.
14137         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14138         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14139
14140         * hashcash.el (hashcash): New custom group.
14141         (hashcash-default-payment): Add :group.
14142         (hashcash-payment-alist): Ditto.
14143         (hashcash-default-accept-payment): Ditto.
14144         (hashcash-accept-resources): Ditto.
14145         (hashcash-path): Ditto.
14146         (hashcash-extra-generate-parameters): Ditto.
14147         (hashcash-double-spend-database): Ditto.
14148         (hashcash-in-news): Ditto.
14149
14150         * message.el (message-minibuffer-local-map): Add :group.
14151
14152         * netrc.el (netrc): Add :group.
14153
14154         * sieve-manage.el (sieve-manage-log): Add :group.
14155         (sieve-manage-default-user): Diito.
14156         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14157         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14158         (sieve-manage-authenticators): Ditto.
14159         (sieve-manage-authenticator-alist): Ditto.
14160         (sieve-manage-default-port): Ditto.
14161
14162         * sieve-mode.el (sieve-control-commands-face): Add :group.
14163         (sieve-action-commands-face): Ditto.
14164         (sieve-test-commands-face): Ditto.
14165         (sieve-tagged-arguments-face): Ditto.
14166
14167         * smime.el (smime): Add :group.
14168
14169         * spam-report.el (spam-report): Add :group.
14170
14171         * spam.el (spam, spam-face): Add :group.
14172
14173 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14174
14175         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14176         return \n.\n.\n at the end of articles.  Protect against that.
14177         (nntp-with-open-group): Allow debugging.
14178
14179         * nnheader.el (mail-header-set-extra): Make into a function
14180         because I just could't understand how to quote the list properly.
14181
14182         * dns.el (query-dns-cached): New function.
14183
14184 2005-05-26  Lute Kamstra  <lute@gnu.org>
14185
14186         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14187
14188 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14191
14192         * gnus-art.el: Don't autoload mail-extract-address-components.
14193
14194         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14195         eval-and-compile to evaluate it.
14196
14197         * hashcash.el: Don't autoload executable-find.
14198
14199         * nndb.el: Don't declare the nndb back end two or more times; don't
14200         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14201
14202         * nntp.el: Autoload format-spec instead of format; use
14203         eval-and-compile to evaluate autoload forms.
14204
14205 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14206
14207         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14208
14209 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * gnus.el (gnus-version-number): Bump version.
14212
14213 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14214
14215         * gnus.el: No Gnus v0.3 is released.
14216
14217 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14218
14219         * lpath.el (featurep): Bind show-nonbreak-escape.
14220
14221 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * gnus-art.el (gnus-article-edit-part): Disable undo.
14224
14225 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14228         gnus-article-date-lapsed-new-header is t if date timer is active;
14229         skip headers in which the original date value is empty.
14230         (gnus-article-save-original-date): Redefine it as a macro.
14231         (gnus-display-mime): Use it.
14232
14233 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (article-date-ut): Support converting date in
14236         forwarded parts as well.
14237         (gnus-article-save-original-date): New function.
14238         (gnus-display-mime): Use it.
14239
14240 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14241
14242         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14243         enclosure element of <item>.
14244
14245 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * message.el (message-kill-buffer-query): Rename from
14248         `message-kill-buffer-query-if-modified'.  Add :version.
14249
14250 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14253         window layout.
14254
14255 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mml.el: Autoload dnd when compiling.
14258
14259 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14262         x-dnd-*.
14263
14264 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * qp.el (quoted-printable-encode-region): Save excursion.
14267
14268 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * message.el (message-kill-buffer-query-if-modified): Add new variable
14271         so the user can kill a modified message buffer quickly.
14272         (message-kill-buffer): Use it.
14273
14274 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * lpath.el: Fbind display-time-event-handler; don't fbind
14277         string-to-multibyte.
14278
14279         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14280
14281 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14284         contained in text because xml.el decodes entities) with LFs.
14285
14286 2005-04-11  Lute Kamstra  <lute@gnu.org>
14287
14288         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14289         differently.
14290
14291 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14292
14293         * mm-util.el (mm-detect-coding-region): Typo.
14294
14295 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14298
14299 2005-04-06  Deepak Goel  <deego@gnufans.org>
14300
14301         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14302         user-function allow user modifications of the scores.
14303         (spam-stat-score-buffer-user): New function, to allow
14304         user-computed modifications to the score.
14305         (spam-stat-score-buffer-user-functions): List of additional
14306         scoring functions.
14307         (spam-stat-error-holder): Global temporary error holder.
14308         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14309         variable.
14310
14311 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14312
14313         * gnus-registry.el (gnus-registry-clean-empty-function)
14314         (gnus-registry-trim, gnus-registry-fetch-groups)
14315         (gnus-registry-delete-group): Groups that match
14316         `gnus-registry-ignored-groups' are removed from the registry
14317         entries, not just ignored for splitting.  This helps clean up the
14318         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14319         to get all the groups a message ID is in.
14320
14321         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14322         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14323         (spam-stat-score-buffer-user-functions): Add :number custom type.
14324
14325 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14328         argument in XEmacs.
14329
14330         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14331         (nnrss-request-group): Decode group name first.
14332         (nnrss-request-article): Make a text/plain article if mml-to-mime
14333         failed.
14334         (nnrss-get-encoding): Return a compatible encoding according to
14335         nnrss-compatible-encoding-alist.
14336         (nnrss-find-el): Use consp instead of listp.
14337         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14338
14339 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14342         which Emacs 20 doesn't support.
14343         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14344
14345 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14348         silence the byte compiler inside the defun.
14349
14350         * gnus-demon.el (parse-time-string): Add autoload.
14351
14352         * gnus-delay.el (parse-time-string): Add autoload.
14353
14354         * gnus-art.el (parse-time-string): Add autoload.
14355
14356         * nnultimate.el (parse-time): Require for `parse-time-string'.
14357
14358 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14361
14362         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14363
14364         * smime.el (smime-ldap-host-list): Add :version.
14365
14366 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14369         pass it to `gnus-browse-read-group'.
14370         (gnus-browse-read-group): Add NUMBER argument and pass it to
14371         `gnus-group-read-ephemeral-group'.
14372
14373         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14374         argument and pass it to `gnus-group-read-group'.
14375
14376 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14377
14378         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14379         mm-xemacs-find-mime-charset-1 if we have the mule feature
14380         available at runtime.
14381
14382 2005-03-25  Werner Lemberg  <wl@gnu.org>
14383
14384         * nnmaildir.el: Replace `illegal' with `invalid'.
14385
14386 2005-03-23  Lute Kamstra  <lute@gnu.org>
14387
14388         * time-date.el: Add comment on time value formats.
14389         Don't require parse-time.
14390         (with-decoded-time-value): New macro.
14391         (encode-time-value): New function.
14392         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14393         (days-to-time): Return a valid time value when arg is huge.
14394         (time-since): Use time-subtract.
14395         (time-to-number-of-days): Use time-to-seconds.
14396
14397 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14398
14399         * gnus-start.el (gnus-display-time-event-handler):
14400         Check display-time-timer at runtime rather than only at load time
14401         in case display-time-mode is turned off in the mean time.
14402
14403 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14406         used.
14407
14408         * nneething.el (nneething-map-file-directory): Derive from
14409         `gnus-directory'.
14410
14411         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14412         the To/Cc button.
14413
14414 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * nnmaildir.el (nnmaildir-request-accept-article):
14417         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14418
14419 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14420
14421         * gnus-async.el: Require timer-funcs at compile time when in
14422         XEmacs for `run-with-idle-timer'.
14423
14424 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14425
14426         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14427         autoloaded function.
14428
14429 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14430
14431         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14432
14433 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14434
14435         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14436
14437 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14438
14439         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14440         Add gnus-expert-user to default.
14441
14442 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14443
14444         * nnimap.el (nnimap-open-server): Ditto.
14445
14446         * imap.el (imap-authenticate): Fix typo.
14447
14448 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14449
14450         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14451         buffer (since IMAP server might return FETCH response out of
14452         order, and the nntp buffer must be sorted).
14453
14454 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14455
14456         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14457         comparison on string.
14458
14459         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14460         (gnus-agent-score): Rename category keywords to match gnus-cus.
14461         (gnus-agent-summary-fetch-series): Modify to protect against
14462         gnus-agent-summary-fetch-group clearing processable flags.
14463         (gnus-agent-synchronize-group-flags): Update live group buffer as
14464         synchronization may occur due to the user toggle the plugged
14465         status.
14466         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14467         successfully downloaded.
14468         (gnus-agent-expire-group-1): Avoid using markers when the overview
14469         is in ascending order; greatly improves performance.
14470         (gnus-agent-regenerate-group):
14471         Use gnus-agent-synchronize-group-flags to reset read status in both
14472         gnus and server.
14473         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14474
14475 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * message.el: Don't autoload former message-utils variables.
14478         (message-strip-subject-trailing-was): Change doc string.
14479
14480         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14481         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14482         (nnweb-google-search): Add "hl=en" here.
14483         (nnweb-google-parse-1, nnweb-google-create-mapping):
14484         Don't hardcode URL.
14485
14486 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * message.el (message-get-reply-headers, message-followup):
14489         Mention related variables `message-use-followup-to' and
14490         `message-use-mail-followup-to', in the information buffer.
14491
14492         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14493         of broken groups(-beta).google.com.
14494
14495 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14498         parameter to invoked gnus-request-move-article; remove the
14499         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14500         all at once instead of once per article.
14501         (gnus-summary-remove-process-mark): Accept a list of articles as
14502         well as a single article for processing.
14503
14504         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14505         parameter.
14506
14507         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14508
14509         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14510
14511         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14512         parameter.
14513
14514         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14515         parameter.
14516
14517         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14518         parameter and remove the gnus-sum-hint-move-is-internal variable.
14519
14520         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14521         parameter.
14522
14523         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14524         parameter.
14525
14526         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14527         parameter.
14528
14529         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14530
14531         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14532         parameter.
14533
14534         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14535         parameter.
14536
14537 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14538
14539         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14540         a more conservative way.
14541
14542 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14543
14544         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14545         buffer, so it moves the window's cursor.
14546
14547 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14548
14549         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14550         `mm-dissect-multipart' and receive the from field as an (optional)
14551         argument from `mm-dissect-multipart'.
14552         (mm-dissect-multipart): Receive the from field as an argument and
14553         pass it on when we call `mm-dissect-buffer' on MIME parts.
14554         Fixes verification/decryption of signed/encrypted MIME parts.
14555
14556 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14557
14558         * gnus-sum.el (gnus-summary-move-article):
14559         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14560         whatever it calls (right now, only nnimap-request-move article
14561         respects it).
14562
14563         * nnimap.el (nnimap-request-move-article):
14564         When gnus-sum-hint-move-is-internal is set, don't do the extra
14565         nnimap-request-article.
14566
14567 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14570
14571         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14572         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14573
14574         * gnus-sum.el (gnus-summary-caesar-message):
14575         Apply `gnus-treat-article' after rotation.
14576
14577         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14578         doc string.
14579
14580 2005-02-22  Simon Josefsson  <jas@extundo.com>
14581
14582         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14583         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14584         <arne@arnested.dk>.
14585         (encrypt): Add password-cache and password-cache-expiry as group
14586         members.
14587
14588 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14589
14590         * smime.el (smime-ldap-host-list): Doc fix.
14591         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14592         cache) password.
14593         (smime-sign-region): Use it.
14594         (smime-decrypt-region): Use it.
14595         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14596         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14597         fails.
14598         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14599         certificate from DER to PEM format rather than calling openssl.
14600
14601         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14602
14603         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14604         for signing/encryption.
14605
14606         * mml.el (mml-parse-1): Use them.
14607
14608 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14609
14610         * nnrss.el (nnrss-verbose): Remove.
14611         (nnrss-request-group): Use `nnheader-message' instead.
14612
14613 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14614
14615         * nnrss.el (nnrss-verbose): New variable.
14616         (nnrss-request-group): Make it say nnrss is requesting a group.
14617
14618 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14621         Handle news URL with given port correctly.
14622
14623 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14626         containing special characters.
14627
14628         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14629
14630         * mml.el (mime-to-mml): Ditto.
14631
14632         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14633         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14634         (rfc2047-decode-region): Quote decoded words containing special
14635         characters when rfc2047-quote-decoded-words-containing-tspecials
14636         is non-nil.
14637
14638 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14639
14640         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14641
14642         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14643
14644 2005-02-15  Simon Josefsson  <jas@extundo.com>
14645
14646         * nnimap.el (nnimap-debug): Doc fix.
14647
14648         * imap.el (imap-debug): Doc fix.
14649
14650 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14653
14654 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14655
14656         * gnus.el (spam-contents): Improve docs for spam-contents
14657         parameter in its variable incarnation.
14658
14659 2005-02-14  Simon Josefsson  <jas@extundo.com>
14660
14661         * smime-ldap.el: Use require instead of load-library for ldap.
14662         (smime-ldap-search): Indent.
14663         (smime-ldap-search-internal): Shorten line.
14664
14665         * smime.el (smime-cert-by-dns): Add doc-string.
14666         (smime-cert-by-ldap-1): Indent.
14667
14668         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14669         mml-smime-get-dns-ldap.
14670         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14671
14672 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14673
14674         * smime.el: Require smime-ldap.
14675         (smime-ldap-host-list): New variable.
14676         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14677
14678         * mml-smime.el (mml-smime-encrypt-query): New function.
14679         (mml-smime-encrypt-query): Use it.
14680
14681         * smime-ldap.el: New file.
14682
14683 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14686
14687 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14690         argument in doc string.  Make query for type more clear.
14691
14692 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14693
14694         * gnus.el (gnus-group-startup-message): Search for gnus images in
14695         etc/images/gnus.
14696         * mm-util.el (mm-image-load-path): Likewise.
14697         * smiley.el (smiley-data-directory): Search for smilies in
14698         etc/images/smilies.
14699
14700 2005-02-09  Kim F. Storm  <storm@cua.dk>
14701
14702         Change Emacs release version from 21.4 to 22.1 throughout.
14703         Change Emacs development version from 21.3.50 to 22.0.50.
14704
14705 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14708
14709         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14710         non-Mule XEmacs as well.
14711         (mm-decompress-buffer): Signal an error intentionally if it does
14712         not decompress compressed data because auto-compression-mode is
14713         disabled.
14714
14715 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14716
14717         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14718         an ID in the registry even if it has no groups.
14719
14720 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14723         merge it into mm-decompress-buffer.
14724         (gnus-mime-copy-part): Use the MIME part charset, the value which
14725         a user specified or gnus-newsgroup-charset for decoding, like
14726         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14727         save-buffer what was used.  Suggested by Kevin Ryde
14728         <user42@zip.com.au>.
14729         (gnus-mime-inline-part): Allow the name parameter as well as the
14730         filename parameter; force decompressing of compressed data; always
14731         display contents being not decoded as unibyte.
14732
14733         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14734         as well as the filename parameter.
14735
14736         * mm-util.el (mm-decompress-buffer):
14737         Merge gnus-mime-jka-compr-maybe-uncompress.
14738         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14739         of compressed data.
14740
14741 2005-02-08  Simon Josefsson  <jas@extundo.com>
14742
14743         * imap.el (imap-log): Doc fix.
14744
14745 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14748         the coding cookies; decompress compressed parts.
14749
14750         * mml.el (mml-generate-mime-1): Add the charset parameter according
14751         to the value which a user specified manually or the coding cookie.
14752
14753         * mm-util.el (mm-string-to-multibyte): New function.
14754         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14755         (mm-coding-system-to-mime-charset): New function.
14756         (mm-decompress-buffer): New function.
14757         (mm-find-buffer-file-coding-system): New function.
14758
14759         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14760         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14761         parts.
14762
14763 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14764
14765         * mm-view.el (mm-display-inline-fontify): Decode a part according
14766         to the charset parameter.
14767
14768 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14771         prefix arg is neither nil nor a number, as info specifies.
14772
14773 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14776         timestamps.
14777
14778 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14779
14780         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14781         groups error checking and notify user.
14782
14783 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14784
14785         * message.el (message-send-mail-function): Check existence of
14786         sendmail-program first before using default value
14787         `message-send-mail-with-sendmail'.  Otherwise use more generic
14788         `smtpmail-send-it'.
14789
14790 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * nntp.el (nntp-request-update-info): Always return nil.
14793
14794 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14795
14796         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14797
14798 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14799
14800         * message.el (message-beginning-of-line): Change the behavior when
14801         invoked between BOL and : so that it first moves backward.
14802
14803 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14806         article buffer when editing of the article is discarded.
14807         (gnus-article-prepare): Revert.
14808
14809 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * gnus-art.el (gnus-article-prepare):
14812         Remove message-strip-forbidden-properties from the local hook.
14813
14814 2005-01-27  Simon Josefsson  <jas@extundo.com>
14815
14816         * password.el (password-cache-add): Only start one timer per key.
14817         Reported by Derek Atkins <warlord@MIT.EDU>.
14818
14819 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14820
14821         * run-at-time.el: Remove.  It is no longer needed as
14822         timer-funcs.el in the xemacs-base package has a working version of
14823         `run-at-time'.
14824
14825         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14826
14827         * password.el: Require timer-funcs instead of run-at-time in
14828         XEmacs.
14829         Remove `password-run-at-time' macro.
14830         (password-cache-add): Use `run-at-time' instead of
14831         `password-run-at-time'.
14832
14833         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14834         Remove `nnheader-cancel-function-timers' alias,
14835         `cancel-function-timers' exists in XEmacs in timer-funcs.
14836
14837         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14838         for `run-with-idle-timer'.
14839
14840         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14841         for `run-at-time'.
14842
14843         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14844         for `with-timeout'.
14845
14846         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14847         the same as for XEmacs 21.4.
14848         No need to ignore `run-with-idle-timer', this function exists in
14849         XEmacs now in timer-funcs.el in the xemacs-base package.
14850         (dgnushack-compile): No need to delete
14851         run-at-time.el from the list of files to compile because it
14852         doesn't exist anymore.
14853
14854 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14857         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14858
14859 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14860
14861         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14862         sensitively.
14863
14864 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14865
14866         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14867
14868 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14871         which will be inserted according to the multibyteness of a buffer
14872         rather than the type of contents.  Suggested by ARISAWA Akihiro
14873         <ari@mbf.ocn.ne.jp>.
14874
14875         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14876         of string which old xml.el may return rather than a string.
14877
14878 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14881
14882 2005-01-16  Simon Josefsson  <jas@extundo.com>
14883
14884         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14885         idn/idna.el isn't available.
14886         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14887         <michael@waxrat.com>.
14888
14889         * hashcash.el: Remove non-FSF copyright header.
14890
14891         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14892         (hashcash-generate-payment): Use it.
14893         (hashcash-generate-payment-async): Use it.
14894
14895 2005-01-15  Simon Josefsson  <jas@extundo.com>
14896
14897         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14898         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14899
14900         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14901         gnus-summary-idna-message.
14902         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14903         (gnus-summary-idna-message): New function.
14904
14905 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14908         gnus-novice-user.
14909
14910 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * nnrss.el (nnrss-request-delete-group): Delete entries in
14913         nnrss-group-alist as well.
14914         (nnrss-save-server-data): Insert newline.
14915
14916 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14917
14918         * gnus.el (gnus-user-agent): Use list of symbols instead of
14919         symbols.  Display full version number for (S)XEmacs.
14920         Optionally display (S)XEmacs codename.
14921
14922         * gnus-util.el (gnus-emacs-version): Update for new
14923         `gnus-user-agent'.
14924
14925         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14926         Gnus version.
14927
14928 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14931         which is unreadable in some setups.
14932
14933 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-spec.el (gnus-update-format-specifications): Flush the
14936         group format spec cache if it doesn't support decoded group names.
14937
14938 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14941         Allow to apply decay on score files matching a regexp.
14942
14943 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14946         compatibility in %g and %c.
14947
14948 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14951         name for only %g and %c.
14952         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14953         of gnus-tmp-group to decoded group name.
14954         (gnus-group-make-rss-group): Exclude `/'s from group names.
14955
14956 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * nnrss.el (nnrss-get-encoding): Fix regexp.
14959
14960 2004-12-27  Simon Josefsson  <jas@extundo.com>
14961
14962         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14963         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14964         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14965
14966 2004-12-17  Kim F. Storm  <storm@cua.dk>
14967
14968         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14969
14970         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14971
14972 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14973
14974         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14975
14976 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * nnrss.el: Require rfc2047 and mml.
14979         (nnrss-file-coding-system): New variable.
14980         (nnrss-format-string): Redefine it as an inline function.
14981         (nnrss-decode-group-name): New function.
14982         (nnrss-string-as-multibyte): Remove.
14983         (nnrss-retrieve-headers): Decode group name; don't use
14984         nnrss-format-string.
14985         (nnrss-request-group): Decode group name.
14986         (nnrss-request-article): Decode group name; allow a Message-ID as
14987         well as an article number; don't use nnrss-format-string; encode a
14988         Message-ID string which may contain non-ASCII characters; use
14989         mml-to-mime to compose a MIME article.
14990         (nnrss-request-expire-articles): Decode group name.
14991         (nnrss-request-delete-group): Decode group name.
14992         (nnrss-fetch): Clarify error message.
14993         (nnrss-read-server-data): Use insert-file-contents instead of load;
14994         bind file-name-coding-system; use multibyte buffer.
14995         (nnrss-save-server-data): Bind coding-system-for-write to the
14996         value of nnrss-file-coding-system; bind file-name-coding-system;
14997         add coding cookie.
14998         (nnrss-read-group-data): Use insert-file-contents instead of load;
14999         bind file-name-coding-system; use multibyte buffer.
15000         (nnrss-save-group-data): Bind coding-system-for-write to the
15001         value of nnrss-file-coding-system; bind file-name-coding-system.
15002         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15003         make it work with non-ASCII text.
15004         (nnrss-find-el): Make it work with old xml.el as well.
15005
15006 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15007
15008         * nnrss.el (nnrss-get-encoding): New function.
15009         (nnrss-fetch): Use unibyte buffer initially; bind
15010         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15011         decode contents according to the encoding attribute.
15012         (nnrss-save-group-data): Add coding cookie.
15013         (nnrss-mime-encode-string): New function.
15014         (nnrss-check-group): Use it to encode subject and author.
15015
15016 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15019         imaginary variable.
15020
15021 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15024         correctly even if there are wide characters.
15025
15026 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15027
15028         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15029         downcased symbol names; make a new cache instead of reusing
15030         bbdb-hashtable.
15031
15032 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15035         concatenating segments rather than before concatenating them.
15036         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15037
15038         * message.el (message-get-reply-headers): Bind `extra'.
15039
15040 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15041
15042         * message.el (message-extra-wide-headers): New variable.
15043         (message-get-reply-headers): Use it.
15044
15045 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15048         (gnus-agent-group-pathname): Ditto.
15049
15050         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15051
15052         * gnus-group.el (gnus-group-make-group): Decode group name.
15053         (gnus-group-make-rss-group): Register the group data after opening
15054         the nnrss group.
15055
15056 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15057
15058         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15059         by expiry now get marked as read.
15060
15061 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15064
15065 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15066
15067         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15068         unify Latin characters in XEmacs.
15069         (mm-find-mime-charset-region): Use it.
15070
15071 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-util.el (gnus-delete-directory): New function.
15074
15075         * gnus-agent.el (gnus-agent-delete-group): Use it.
15076
15077         * gnus-cache.el (gnus-cache-delete-group): Use it.
15078
15079 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15082         names.
15083
15084 2004-12-16  Simon Josefsson  <jas@extundo.com>
15085
15086         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15087
15088 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15091
15092         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15093         (gnus-group-set-current-level): Decode group name.
15094
15095 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15096
15097         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15098         failed.
15099
15100 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-group.el (gnus-group-delete-group): Decode group name.
15103         (gnus-group-make-rss-group): Encode group name.
15104         (gnus-group-catchup-current): Decode group name.
15105         (gnus-group-kill-group): Decode group name.
15106
15107 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15108
15109         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15110
15111 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-group.el (gnus-group-make-rss-group):
15114         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15115
15116         * gnus-start.el (gnus-setup-news): Honor user's setting to
15117         gnus-message-archive-method.  Suggested by Lute Kamstra
15118         <lute@gnu.org>.
15119
15120 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15121
15122         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15123         global counterparts of the buffer-local variables.
15124
15125 2004-11-16  Romain Francoise  <romain@orebokech.com>
15126
15127         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15128         counterparts of the buffer-local variables.
15129
15130 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * message.el (message-forbidden-properties): Fix typo in doc
15133         string.
15134
15135 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * gnus-util.el (gnus-replace-in-string): Add doc string.
15138
15139         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15140         to avoid problems when splitting mails with many recipients.
15141
15142 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15143
15144         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15145         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15146
15147 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15148
15149         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15150         if there is no hashtable in memory or file modification time is
15151         newer than cached timestamp.
15152
15153 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * gnus-sum.el (gnus-summary-limit-to-recipient):
15156         Implement not-matching option.
15157
15158 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15161         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15162         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15163         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15164         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15165         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15166
15167 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * message.el (message-forward-make-body-mml): Remove headers
15170         according to message-forward-ignored-headers if a message is decoded.
15171
15172 2004-12-02  Romain Francoise  <romain@orebokech.com>
15173
15174         * message.el (message-forward-make-body-plain): Always remove
15175         headers according to message-forward-ignored-headers.
15176
15177 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15178
15179         * spam.el (spam-summary-prepare-exit): Remove the
15180         gnus-summary-limit pop for now, it has problems with ham marks for
15181         me.
15182
15183 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15184
15185         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15186         correctly.
15187
15188 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15189
15190         * format-spec.el (format-spec): Message the char.
15191
15192 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15193
15194         * gnus-art.el (gnus-split-methods): Reformat comments.
15195
15196         * spam.el (spam-summary-prepare-exit): Remove article limits
15197         before exiting the summary buffer.
15198
15199 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15202         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15203
15204         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15205         order to silence the byte compiler.
15206
15207         * spam.el: Fix the way to silence the byte compiler, which
15208         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15209         bbdb-search-simple, spam-BBDB-register-routine,
15210         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15211         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15212         spam-stat-buffer-is-spam, spam-stat-load,
15213         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15214         spam-stat-save and spam-stat-split-fancy.
15215
15216 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15219         which may confuse users.
15220         (canlock-password-for-verify): Ditto.
15221
15222         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15223
15224         * gnus-art.el (gnus-emphasis-alist): Ditto.
15225
15226         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15227
15228         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15229
15230         * gnus-start.el (gnus-save-killed-list): Ditto.
15231
15232         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15233         (gnus-sum-thread-tree-root): Ditto.
15234         (gnus-sum-thread-tree-false-root): Ditto.
15235         (gnus-sum-thread-tree-single-indent): Ditto.
15236
15237         * message.el (message-courtesy-message): Ditto.
15238         (message-archive-note): Ditto.
15239         (message-subscribed-address-file): Ditto.
15240         (message-user-fqdn): Ditto.
15241
15242         * spam-report.el (spam-report-gmane-regex): Ditto.
15243
15244         * spam.el (spam-blackhole-good-server-regex): Ditto.
15245
15246 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * mml.el (mml-preview): Widen the message buffer before copying
15249         the contents to the preview buffer; sort headers before previewing.
15250
15251         * message.el (message-hidden-headers): Fix the way to avoid a bug
15252         in the `repeat' widget in Emacs 21.3 or earlier.
15253
15254 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * message.el (message-hidden-headers): Default to "^References:".
15257         Improve customization type.  Suggested by Reiner Steib
15258         <Reiner.Steib@gmx.de>.
15259
15260 2004-11-25  Romain Francoise  <romain@orebokech.com>
15261
15262         * message.el (message-strip-forbidden-properties): Remove check for
15263         obsolete `message-hidden' text property, hidden headers are not
15264         accessible in the buffer anymore.
15265
15266 2004-11-22  Romain Francoise  <romain@orebokech.com>
15267
15268         * message.el (message-header-format-alist): Add `From' in list
15269         so that it can be sorted.
15270         (message-fix-before-sending): Widen and sort headers before
15271         sending.
15272         (message-hide-headers): Use narrowing to hide headers by moving
15273         them to the top of the buffer and narrowing to the region
15274         underneath.
15275
15276 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15277
15278         * message.el (message-strip-forbidden-properties):
15279         Bind buffer-read-only (etc) to nil.
15280
15281 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15284         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15285
15286 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15287
15288         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15289
15290 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15291
15292         * dns.el (query-dns): Use sit-for to time instead of
15293         accept-process-output, since that doesn't seem to work on udp
15294         sockets.
15295
15296 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15299
15300 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15301
15302         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15303         doc string.  Improve doc string.
15304
15305 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * nntp.el (nntp-request-update-info): Return nil if
15308         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15309         may not call gnus-activate-group which uselessly issues the GROUP
15310         commands for all nntp groups and wastes time.  Reported by Romain
15311         Francoise <romain@orebokech.com>.
15312
15313         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15314
15315 2004-11-15  Simon Josefsson  <jas@extundo.com>
15316
15317         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15318         headers separately.
15319         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15320         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15321
15322 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * gnus-start.el (gnus-convert-old-newsrc):
15325         Assign legacy-gnus-agent to 5.10.7.
15326
15327 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15328
15329         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15330         start of the lines.
15331
15332 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15333
15334         * hashcash.el (hashcash-default-payment): Change default to 20.
15335         (hashcash-default-accept-payment): Change default to 20.
15336         (hashcash-process-alist): New variable.
15337         (hashcash-generate-payment-async): Add.
15338         (hashcash-already-paid-p): Add.
15339         (hashcash-insert-payment): Don't generate payments twice.
15340         (hashcash-insert-payment-async): Add.
15341         (hashcash-insert-payment-async-2): Add.
15342         (hashcash-cancel-async): Add.
15343         (hashcash-wait-async): Add.
15344         (hashcash-processes-running-p): Add.
15345         (hashcash-wait-or-cancel): Add.
15346         (mail-add-payment): New optional argument.  Conditionally start
15347         asynchronous calculation.
15348         (mail-add-payment-async): Add.
15349
15350         * message.el (message-send-mail): Wait for asynchronous hashcash
15351         results.  Don't clobber existing X-Hashcash headers.
15352         (message-setup-1): Call mail-add-payment-async when
15353         message-generate-hashcash is non-nil.
15354
15355 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15356
15357         * message.el (message-use-alternative-email-as-from): Examine the
15358         From header as well; use message-make-from in order to include a
15359         user's full name.
15360
15361 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15364         default; improve customization type.
15365         (gnus-emphasis-custom-with-format): New macro.
15366         (gnus-emphasis-custom-value-to-external): New function.
15367         (gnus-emphasis-custom-value-to-internal): New function.
15368
15369 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15370
15371         * dns.el (query-dns): Resolve reverse addresses.
15372
15373 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374
15375         * gnus-group.el (gnus-group-get-new-news): Use it.
15376
15377         * gnus-start.el (gnus-check-reasonable-setup): New function.
15378
15379 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15382         "Args out of range" error.  Reported by Arnaud Giersch
15383         <arnaud.giersch@free.fr>.
15384
15385 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15386
15387         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15388
15389 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15390
15391         * spam.el (spam group): Add :version.
15392
15393         * pgg-def.el (pgg group): Add :version.
15394
15395 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-art.el (gnus-article-edit-article): Don't associate the
15398         article buffer with a draft file.  This is a temporary measure
15399         against the 2004-08-22 change to gnus-article-edit-mode.
15400
15401 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15404         (html2text-format-tags): Remove unused variable `attr'.
15405
15406 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15407
15408         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15409
15410         * tls.el (tls-process-connection-type, tls-success)
15411         (tls-certtool-program): Add :version.
15412
15413         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15414         (starttls-extra-arguments, starttls-process-connection-type)
15415         (starttls-connect, starttls-failure, starttls-success): Add :version.
15416
15417         * spam-stat.el (spam-stat): Add :version.
15418
15419         * sieve.el (sieve): Add :version.
15420
15421         * sha1.el (sha1): Add :version.
15422         (sha1-use-external): Remove redundant version.
15423
15424         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15425         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15426         (nnmail-split-fancy-match-partial-words)
15427         (nnmail-split-lowercase-expanded): Add :version.
15428
15429         * nndiary.el (nndiary): Add :version.
15430
15431         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15432
15433         * mml-sec.el (mml-default-sign-method)
15434         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15435         Add :version.
15436
15437         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15438
15439         * mm-url.el (mm-url-use-external, mm-url-program)
15440         (mm-url-arguments): Add :version.
15441
15442         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15443         (mm-attachment-file-modes, mm-decrypt-option)
15444         (mm-w3m-safe-url-regexp): Add :version.
15445
15446         * message.el (message-cite-prefix-regexp)
15447         (message-sendmail-envelope-from, message-minibuffer-local-map)
15448         (message-user-fqdn, message-completion-alist): Add :version.
15449
15450         * gnus-win.el (gnus-configure-windows-hook)
15451         (gnus-use-frames-on-any-display): Add :version.
15452
15453         * gnus-art.el (gnus-article-address-banner-alist)
15454         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15455         (gnus-treat-from-picon, gnus-treat-mail-picon)
15456         (gnus-treat-x-pgp-sig): Add :version.
15457
15458         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15459         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15460         (gnus-summary-article-delete-hook)
15461         (gnus-summary-display-while-building): Add :version.
15462
15463         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15464         (gnus-get-top-new-news-hook): Add :version.
15465
15466         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15467         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15468
15469         * gnus-registry.el (gnus-registry): Add :version.
15470
15471         * gnus-spec.el (gnus-use-correct-string-widths)
15472         (gnus-make-format-preserve-properties): Add :version.
15473
15474         * gnus.el (gnus-group-charter-alist)
15475         (gnus-group-fetch-control-use-browse-url)
15476         (gnus-install-group-spam-parameters): Add :version.
15477
15478         * gnus-diary.el (gnus-diary): Add :version.
15479
15480         * gnus-delay.el (gnus-delay): Add :version.
15481
15482         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15483         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15484         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15485         Add :version.
15486
15487         * gnus-agent.el (gnus-agent-max-fetch-size)
15488         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15489         (gnus-agent-prompt-send-queue): Add :version.
15490
15491         * deuglify.el (gnus-outlook-deuglify): Add :version.
15492
15493         * html2text.el: Beautify code.  Improve doc strings.
15494         Some checkdoc cleanup.
15495         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15496
15497 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15498
15499         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15500
15501 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15502
15503         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15504         when package is loaded.
15505
15506         * spam.el (spam-summary-score-preferred-header): Add global preference
15507         for people who want to override the default SpamAssassin over
15508         Bogofilter preference (when both are set).
15509         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15510         (spam-user-format-function-S):
15511         Check spam-summary-score-preferred-header.
15512         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15513         (spam-user-format-function-S): Format the score correctly.
15514
15515 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15518         signature file.  Suggested by Manoj Srivastava
15519         <srivasta@golden-gryphon.com>.
15520
15521         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15522         iso-2022-jp even in the Japanese language environment.
15523         Suggested by Jason Rumney <jasonr@gnu.org>.
15524
15525 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15528         use the same characters as the dummy marks; make it free from
15529         getting affected by the language environment.
15530         (gnus-summary-read-group-1): Update mark positions only when the
15531         format spec is updated.
15532
15533         * gnus-spec.el (gnus-update-format-specifications): Return a list
15534         of updated types.
15535
15536 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15539         of boundp to check if display-warning is available.
15540
15541 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15542
15543         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15544
15545 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * nnspool.el (nnspool-spool-directory): Use news-path if the
15548         news-directory variable is not bound.
15549
15550         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15551         function instead of display-warning if it is not available.
15552
15553 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15556         v5-10: Use `point-at-bol'.
15557
15558 2004-10-26  Simon Josefsson  <jas@extundo.com>
15559
15560         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15561         <chenggao@gmail.com>.
15562
15563 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15564
15565         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15566         instead.
15567
15568 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15569
15570         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15571         to remove a server from the nnimap-server-buffer-alist.
15572         (nnimap-open-connection, nnimap-close-server): Use it.
15573
15574         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15575
15576 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15579         running the major-mode function.
15580
15581 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15584         dummy marks in the right way.
15585
15586 2004-10-18  David Edmondson  <dme@dme.org>
15587
15588         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15589         excessively.
15590
15591 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * gnus-util.el (gnus-split-references): Accept a nil references
15594         string and go on blissfully.
15595
15596         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15597         cases where the references string is non-nil but has no references.
15598
15599         * encrypt.el: Add autoload tags.
15600
15601         * spam.el (spam-resolve-registrations-routine): Remove article
15602         from unregistration list too.  Reported by David Hanak
15603         <dhanak@isis.vanderbilt.edu>
15604
15605 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15608         nil.  Change custom type.
15609
15610 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15613
15614         * gnus-sum.el (gnus-summary-move-article): Use it.
15615
15616 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * encrypt.el: Add autoload cookies.
15619
15620         * spam.el (spam-backend-article-list-property)
15621         (spam-backend-get-article-todo-list)
15622         (spam-backend-put-article-todo-list)
15623         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15624         Resolve registrations separately.
15625         (spam-register-routine): Format comments.
15626         (spam-unregister-routine, spam-register-routine): Always call with
15627         specific-articles, no default list.
15628         (spam-summary-prepare-exit): Use the spam-classifications function.
15629
15630         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15631         gnus-encrypt.el.
15632
15633         * encrypt.el: Copied from gnus-encrypt.el.
15634
15635         * gnus-encrypt.el: Commented that it's obsolete.
15636
15637 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15640         (gnus-score-save): Use it.
15641
15642         * message.el (message-bury): Use `window-dedicated-p'.
15643
15644 2004-10-15  Simon Josefsson  <jas@extundo.com>
15645
15646         * pop3.el (top-level): Don't require nnheader.
15647         (pop3-read-timeout): Add.
15648         (pop3-accept-process-output): Add.
15649         (pop3-read-response, pop3-retr): Use it.
15650
15651 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15652
15653         * spam.el (spam-register-routine): Move comment.
15654         (spam-verify-bogofilter): Use 'unknown for the initial
15655         spam-bogofilter-valid state, not 'never.
15656
15657         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15658         for netrc-machine.
15659
15660         * nnimap.el (nnimap-open-connection):
15661         Use netrc-machine-user-or-password.
15662
15663 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15664
15665         * gnus-registry.el (gnus-registry-unload-hook):
15666         Set as a variable with add-hook.
15667
15668         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15669         of news-path.
15670
15671         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15672
15673         * spam.el: Delete duplicate `provide'.
15674         (spam-unload-hook): Set as a variable with add-hook.
15675
15676 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15679         in the doc string.
15680
15681         * message.el (message-ignored-news-headers)
15682         (message-ignored-supersedes-headers)
15683         (message-ignored-resent-headers)
15684         (message-forward-ignored-headers): Improve custom type.
15685
15686 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * message.el (message-tokenize-header): Fix 2004-09-06 change
15689         which used point-min in the wrong place.
15690
15691 2004-10-12  Simon Josefsson  <jas@extundo.com>
15692
15693         * tls.el (tls-certtool-program): New variable.
15694         (tls-certificate-information): New function, based on
15695         ssl-certificate-information.
15696
15697 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * compface.el: Move the version of ELisp-based uncompface program
15700         to the contrib directory because of the copyright problem.
15701
15702 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * message.el (message-kill-buffer): Raise the current frame.
15705
15706 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15707
15708         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15709
15710         * gnus.el (message-y-or-n-p): Autoload.
15711
15712         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15713         (pop3-password-required, pop3-authentication-scheme)
15714         (pop3-leave-mail-on-server): Make customizable.
15715         (pop3): New custom group.
15716         (pop3-retr): Remove `sleep-for' statements.
15717         Suggested by Dave Love <fx@gnu.org>.
15718
15719         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15720         Windows/DOS.
15721
15722         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15723         (imap-parse-body): Fix incorrect use of `assert'.
15724         Suggested by Dave Love <fx@gnu.org>.
15725
15726         * mml.el (mml-minibuffer-read-disposition): Require match.
15727         Suggested by Dave Love <fx@gnu.org>.
15728
15729 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15732         doc string.
15733
15734 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15737
15738 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15739
15740         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15741         instead of calling `mm-insert-inline', to decode text/* parts
15742         before displaying them.
15743
15744 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * mm-uu.el (mm-uu-text-plain-type): New variable.
15747         (mm-uu-pgp-signed-extract-1): Use it.
15748         (mm-uu-pgp-encrypted-extract-1): Use it.
15749         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15750         bind mm-uu-text-plain-type with that value.
15751         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15752         mm-uu-dissect.
15753
15754 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * gnus-group.el (gnus-update-group-mark-positions):
15757         * gnus-sum.el (gnus-update-summary-mark-positions):
15758         * message.el (message-check-news-body-syntax):
15759         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15760         of string-as-multibyte.
15761
15762 2004-10-05  Juri Linkov  <juri@jurta.org>
15763
15764         * gnus-group.el (gnus-update-group-mark-positions):
15765         * gnus-sum.el (gnus-update-summary-mark-positions):
15766         * message.el (message-check-news-body-syntax):
15767         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15768         8-bit unibyte values to a multibyte string for search functions.
15769
15770 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15773         (mm-uu-dissect-text-parts): New function.
15774
15775         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15776         dissect text parts.
15777
15778         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15779         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15780
15781         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15782
15783         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15784         Use gnus-current-topics instead of gnus-current-topic.
15785
15786 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15787
15788         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15789
15790 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15791
15792         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15793         where approriate.
15794
15795         * nnml.el (nnml-generate-active-info): do.
15796
15797         * nndiary.el (nndiary-generate-active-info): do.
15798
15799         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15800         (gnus-topic-move): do.
15801
15802         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15803         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15804
15805         * gnus-srvr.el (gnus-server-prepare)
15806         (gnus-server-open-all-servers): do.
15807
15808         * gnus-msg.el (gnus-summary-cancel-article)
15809         (gnus-summary-resend-message)
15810         (gnus-summary-mail-crosspost-complaint): do.
15811
15812         * gnus-move.el (gnus-change-server): do.
15813
15814         * gnus-group.el (gnus-group-unmark-all-groups)
15815         (gnus-group-set-current-level): do.
15816
15817 2004-10-04  Simon Josefsson  <jas@extundo.com>
15818
15819         * message.el (message-generate-hashcash): Doc fix.
15820
15821 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15822
15823         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15824         avoid infinite recursion via gnus-get-function.
15825
15826 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15827
15828         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15829
15830         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15831
15832         * nnmail.el (nnmail-split-history): do.
15833
15834         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15835         (nnml-request-delete-group): do.
15836
15837         * nnslashdot.el (nnslashdot-read-groups): do.
15838
15839         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15840         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15841
15842         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15843         (nnspool-sift-nov-with-sed): Use last.
15844         (nnspool-retrieve-headers-with-nov): Use mapc.
15845         (nnspool-request-newgroups): Use dolist.
15846         (nnspool-request-group): Use last.
15847
15848         * nntp.el (nntp-read-server-type): Use dolist.
15849
15850         * nnvirtual.el (nnvirtual-create-mapping)
15851         (nnvirtual-update-read-and-marked): Use dolist.
15852         (nnvirtual-convert-headers): Simplify.
15853
15854 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15855
15856         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15857         Add support for sync'ing tick marks.
15858
15859 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15862         there's no visible header.
15863
15864 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15865
15866         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15867         When necessary, pass full group name to gnus-request-set-marks.
15868
15869 2004-10-01  Simon Josefsson  <jas@extundo.com>
15870
15871         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15872         acroread.
15873
15874 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15875
15876         * spam-report.el (spam-report-gmane): Fix interactive.
15877
15878         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15879
15880         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15881         when writing file.
15882         (gnus-agent-synchronize-flags): Don't default to being
15883         interactive.
15884
15885 2004-09-30  Simon Josefsson  <jas@extundo.com>
15886
15887         * message.el (message-generate-hashcash): Add.
15888         (message-send-mail): Use it, call mail-add-payment.
15889
15890 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15891
15892         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15893
15894 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15895
15896         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15897         gnus-requst-update-info with explicit code to sync the in-memory
15898         info read flags with the marks being sync'd to the backend.
15899
15900         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15901
15902 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15903
15904         * spam.el (spam-verify-bogofilter): Add new function.
15905         (spam-check-bogofilter)
15906         (spam-bogofilter-register-with-bogofilter): Use it.
15907         (spam-verify-bogofilter): Add small fixes.
15908
15909 2004-09-28  Simon Josefsson  <jas@extundo.com>
15910
15911         * hashcash.el (hashcash-generate-payment): Revert.
15912
15913 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15916         Use gnus-extract-references instead of gnus-split-references.
15917
15918         * gnus-util.el (gnus-extract-references): Add new function, analogous
15919         to gnus-split-references but extracts only the message-ID without
15920         anything extra.
15921
15922         * hashcash.el (hashcash-generate-payment)
15923         (hashcash-check-payment): Do the right thing if hashcash-path is
15924         nil (because the hashcash program could not be found).
15925
15926         * spam.el (spam-use-hashcash): Remove comment.
15927
15928 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15929
15930         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15931         (gnus-cache-enter-article, gnus-cache-remove-article)
15932         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15933
15934         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15935
15936         * gnus-art.el (article-hide-boring-headers)
15937         (article-translate-strings, article-display-face)
15938         (gnus-article-mime-match-handle-first)
15939         (gnus-article-highlight-headers)
15940         (gnus-article-add-buttons-to-head): do.
15941
15942 2004-09-27  Simon Josefsson  <jas@extundo.com>
15943
15944         * hashcash.el: New version, from
15945         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15946         ../contrib/.
15947
15948 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15951
15952 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15953
15954         * gnus-dup.el (gnus-dup-open): Use mapc.
15955         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15956
15957         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15958         Reported by Stefan Wiens <s.wi@gmx.net>.
15959
15960         * gnus.el (gnus-shutdown): Use dolist.
15961
15962         * gnus-undo.el (gnus-undo): Use mapc.
15963
15964         * nnrss.el (nnrss-generate-active): do.
15965
15966         * message.el (message-cite-original-without-signature)
15967         (message-cite-original): Use mapc.
15968         (message-do-actions, message-make-forward-subject): Use dolist.
15969
15970 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15971
15972         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15973         deletion to remove entire duplicate line.  Fixes merged article
15974         number bug.
15975
15976 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15977
15978         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15979         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15980         first ask if you want to open a server and then, even when you
15981         responded with no, asking if you want to synchronize the server's
15982         flags.
15983         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15984         multi-line expressions.
15985         (gnus-agent-synchronize-group-flags): New internal function.
15986         Updates marks in memory (in the info structure) AND in the
15987         backend.
15988
15989         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15990
15991         * nnagent.el (nnagent-request-set-mark):
15992         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15993         method, to ensure that synchronization updates marks in the
15994         backend and in the info (in memory) structure.
15995
15996 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15999         convention fully; don't miss the root article of a thread; make
16000         the X-Draft-From header with correct article numbers.
16001
16002 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16003
16004         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16005         unless plugged.  Disable the agent so that an open failure causes
16006         an error.
16007
16008         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16009         Revert 2004-09-21 change.  The backend must be opened while
16010         synchronizing flags even when the backend stores the flags
16011         locally.
16012
16013 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16016         in `header' match.  Reported by Svend Tollak Munkejord.
16017
16018         * message.el (message-cite-original): Fix use of
16019         `message-cite-articles-with-x-no-archive'.
16020
16021 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16024         (gnus-window-to-buffer): Ditto.
16025
16026         * mml.el (mml-preview-buffer): New variable.
16027         (mml-preview): Manage window layout with gnus-buffer-configuration.
16028
16029         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16030         X-Draft-From header even if those articles aren't quoted.
16031
16032 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16033
16034         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16035         (gnus-request-set-mark, gnus-request-update-mark): Use new
16036         g-s-t-u-l-m to decide to use backend even when unplugged.
16037
16038 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16041         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16042
16043 2004-09-20  Simon Josefsson  <jas@extundo.com>
16044
16045         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16046         "utf-16-le".
16047
16048 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16049
16050         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16051
16052 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * uudecode.el (uudecode-use-external): Add :version.
16055
16056         * smime.el (smime-CA-file, smime-encrypt-cipher)
16057         (smime-dns-server): Add :version.
16058
16059         * smiley.el (gnus-smiley-file-types): Add :version.
16060
16061         * sha1.el (sha1-use-external): Add :version.
16062
16063         * pgg-def.el (pgg-query-keyserver): Add :version.
16064
16065         * nnmail.el (nnmail-fancy-expiry-targets)
16066         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16067         Add :version.
16068
16069         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16070         (nnimap-retrieve-groups-asynchronous): Add :version.
16071         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16072
16073         * mml.el (mml-content-disposition-parameters)
16074         (mml-insert-mime-headers-always): Add :version.
16075
16076         * mm-util.el (mm-coding-system-priorities): Add :version.
16077
16078         * mm-decode.el (mm-inline-text-html-with-images)
16079         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16080         (mm-verify-option): Add :version.
16081         (mm-text-html-renderer): Change :version.
16082
16083         * message.el (message-fcc-externalize-attachments)
16084         (message-required-headers, message-draft-headers)
16085         (message-subject-trailing-was-query)
16086         (message-subject-trailing-was-ask-regexp)
16087         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16088         (message-mark-insert-end, message-archive-header)
16089         (message-archive-note, message-cross-post-default)
16090         (message-cross-post-note, message-followup-to-note)
16091         (message-cross-post-note-function, message-use-mail-followup-to)
16092         (message-subscribed-address-functions)
16093         (message-subscribed-address-file, message-subscribed-addresses)
16094         (message-subscribed-regexps, message-allow-no-recipients)
16095         (message-yank-cited-prefix, message-signature-insert-empty-line)
16096         (message-hidden-headers, message-hierarchical-addresses)
16097         (message-mail-user-agent, message-use-idna)
16098         (message-valid-fqdn-regexp)
16099         (message-strip-special-text-properties, message-header-synonyms)
16100         (message-beginning-of-line, message-tab-body-function): Add :version.
16101         (message-insert-canlock, message-wide-reply-confirm-recipients):
16102         Change :version.
16103
16104         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16105         and :version.
16106         (mail-source-delete-old-incoming-confirm)
16107         (mail-source-movemail-program): Add :version.
16108
16109         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16110         (gnus-agent-cache, gnus-agent): Change :version.
16111
16112         * gnus-util.el (gnus-use-byte-compile): Change :version.
16113
16114         * gnus-sum.el (gnus-summary-make-false-root-always)
16115         (gnus-summary-default-high-score)
16116         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16117         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16118         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16119         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16120         (gnus-sum-thread-tree-single-indent)
16121         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16122         (gnus-sum-thread-tree-leaf-with-other)
16123         (gnus-sum-thread-tree-single-leaf): Add :version.
16124         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16125         (gnus-article-loose-mime): Change :version.
16126
16127         * gnus-start.el (gnus-backup-startup-file)
16128         (gnus-save-startup-file-via-temp-buffer): Add :version.
16129
16130         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16131         (gnus-server-offline-face): Add :version.
16132
16133         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16134
16135         * gnus-msg.el (gnus-gcc-externalize-attachments)
16136         (gnus-debug-files, gnus-debug-exclude-variables)
16137         (gnus-discouraged-post-methods): Change :version.
16138         (gnus-confirm-mail-reply-to-news)
16139         (gnus-confirm-treat-mail-like-news): Add :version.
16140
16141         * gnus-int.el (gnus-server-unopen-status): Add :version.
16142
16143         * gnus-group.el (gnus-group-jump-to-group-prompt)
16144         (gnus-large-ephemeral-newsgroup)
16145         (gnus-fetch-old-ephemeral-headers): Add :version.
16146
16147         * gnus-fun.el (gnus-x-face-directory)
16148         (gnus-convert-pbm-to-x-face-command)
16149         (gnus-convert-image-to-x-face-command)
16150         (gnus-convert-image-to-face-command): Add :version.
16151
16152         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16153
16154         * gnus-cite.el (gnus-cite-blank-line-after-header)
16155         (gnus-article-boring-faces): Add :version.
16156
16157         * gnus-art.el (gnus-buttonized-mime-types)
16158         (gnus-inhibit-mime-unbuttonizing)
16159         (gnus-treat-display-face)
16160         (gnus-treat-body-boundary): Change :version.
16161         (gnus-body-boundary-delimiter, gnus-picon-databases)
16162         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16163         (gnus-treat-date-english, gnus-treat-fold-headers)
16164         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16165         (gnus-treat-mail-picon, gnus-treat-wash-html)
16166         (gnus-article-encrypt-protocol)
16167         (gnus-use-idna, gnus-article-over-scroll)
16168         (gnus-mime-display-multipart-alternative-as-mixed)
16169         (gnus-mime-display-multipart-related-as-mixed)
16170         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16171         (gnus-ctan-url, gnus-button-ctan-handler)
16172         (gnus-button-handle-ctan-bogus-regexp)
16173         (gnus-button-ctan-directory-regexp)
16174         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16175         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16176         (gnus-button-man-level, gnus-button-emacs-level)
16177         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16178
16179         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16180         (gnus-agent-go-online): Change :version.
16181         (gnus-agent-expire-unagentized-dirs)
16182         (gnus-agent-auto-agentize-methods): Add :version.
16183
16184         * flow-fill.el (fill-flowed-display-column)
16185         (fill-flowed-encode-column): Add :version.
16186
16187         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16188         (gnus-outlook-deuglify-unwrap-max)
16189         (gnus-outlook-deuglify-cite-marks)
16190         (gnus-outlook-deuglify-unwrap-stop-chars)
16191         (gnus-outlook-deuglify-no-wrap-chars)
16192         (gnus-outlook-deuglify-attrib-cut-regexp)
16193         (gnus-outlook-deuglify-attrib-verb-regexp)
16194         (gnus-outlook-deuglify-attrib-end-regexp)
16195         (gnus-outlook-display-hook): Add :version.
16196
16197         * binhex.el (binhex-use-external): Add :version.
16198
16199 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16202         and `invisible'.
16203
16204 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16205
16206         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16207         in gnus-registry-trim.
16208
16209 2004-09-13  Simon Josefsson  <jas@extundo.com>
16210
16211         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16212
16213         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16214
16215         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16216         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16217         <yamaoka@jpl.org>.
16218         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16219         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16220         <yamaoka@jpl.org>.
16221
16222         * sieve.el (sieve-manage-mode): Ditto.
16223
16224 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16227
16228 2004-09-11  Simon Josefsson  <jas@extundo.com>
16229
16230         * dns-mode.el: Add.
16231
16232         * mm-view.el (mm-display-dns-inline): Add.
16233
16234         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16235         (mm-automatic-display): Ditto.
16236
16237         * mailcap.el (mailcap-mime-data): Add text/dns.
16238         (mailcap-mime-extensions): Map .soa to text/dns.
16239
16240 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16241
16242         * gnus-art.el (article-decode-mime-words, article-babel)
16243         (gnus-article-highlight-signature, gnus-article-add-buttons)
16244         (gnus-signature-toggle): Remove unnecessary bindings of
16245         `inhibit-read-only' inherited from v5.10 merge.
16246
16247 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16248
16249         * nntp.el (nntp): New customization group.
16250         (nntp-authinfo-file): Add customization group.
16251
16252         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16253
16254         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16255
16256         * gnus.el (to-address, to-list, subscribed)
16257         (large-newsgroup-initial): Ditto.
16258
16259         * flow-fill.el (fill-flowed-display-column)
16260         (fill-flowed-encode-column): Ditto.
16261
16262 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16263
16264         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16265         Use point-min rather than 1.
16266         (message-send-mail): Use buffer-size rather than point-max.
16267
16268         * gnus-sum.el (gnus-summary-search-article-forward):
16269         Signal a specific `search-failed' rather than a generic `error'.
16270
16271         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16272         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16273         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16274
16275 2004-09-10  Simon Josefsson  <jas@extundo.com>
16276
16277         * nndb.el (require): Remove tcp and duplicate cl.
16278
16279 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-agent.el (directory-files-and-attributes): Move forward.
16282
16283 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16284
16285         * gnus-agent.el (directory-files-and-attributes):
16286         Optionally defined to support XEmacs.
16287
16288 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16289
16290         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16291         to avoid run-time CL dependencies.
16292         (gnus-agent-unfetch-articles): New function.
16293         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16294         article numbers even when local .overview file is missing.
16295         (gnus-agent-read-article-number): New function.  Only accepts
16296         27-bit article numbers.
16297         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16298         Use gnus-agent-read-article-number.
16299         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16300         from backend while recognizing that article numbers in .overview
16301         must be valid.
16302         (gnus-agent-update-files-total-fetched-for):
16303         Use directory-files-and-attributes to improve performance.
16304         * gnus-int.el (gnus-request-move-article):
16305         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16306         improve performance.
16307
16308         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16309         some users confused by references to .newsrc when they only have a
16310         .newsrc.eld file.
16311         (gnus-convert-mark-converter-prompt)
16312         (gnus-convert-converter-needs-prompt): Fix use of property list.
16313         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16314         New function.  Used internally to only display 'gnus converting
16315         files' message when actually necessary.
16316
16317         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16318         methods now autoloaded.
16319
16320 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16323         identifiers.
16324
16325 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16326
16327         * gnus-picon.el: Fix indentation and closing parenthesis.
16328
16329 2004-09-01  Simon Josefsson  <jas@extundo.com>
16330
16331         * message.el (message-canlock-generate): Require sha1, not
16332         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16333         to require within a function.  Sadly, if sha1.el isn't loaded, the
16334         let binding in m-c-g will hide the defcustom definition, which is
16335         bad.)
16336
16337         * canlock.el: Require sha1, not sha1-el.
16338
16339         * message.el: Don't autoload sha1 (there is a autoload cookie in
16340         sha1.el).
16341
16342         * sha1-el.el: Rename to sha1.el.
16343
16344 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16345
16346         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16347
16348 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16349
16350         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16351
16352 2004-08-30  Kim F. Storm  <storm@cua.dk>
16353
16354         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16355
16356         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16357         Add :group 'nnimap.
16358
16359 2004-08-30  Andreas Schwab  <schwab@suse.de>
16360
16361         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16362         ?* and ?\;.
16363
16364         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16365         and ?\' to symbol instead of whitespace.
16366
16367 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16370
16371         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16372         instead of re-search-forward.
16373
16374         * gnus-uu.el (gnus-uu-save-article): Ditto.
16375         (gnus-uu-post-encode-uuencode): Ditto.
16376
16377         * html2text.el (html2text-clean-list-items): Ditto.
16378         (html2text-clean-dtdd): Ditto.
16379         (html2text-format-tags): Ditto.
16380
16381         * message.el (message-send-mail-with-sendmail): Fix regexp.
16382         (message-fill-field-general): Use search-forward instead of
16383         re-search-forward.
16384         (unbold-region): Ditto.
16385
16386         * nnrss.el (nnrss-request-article): Ditto.
16387
16388         * nnslashdot.el (nnslashdot-request-article): Ditto.
16389
16390         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16391
16392         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16393         "Unrecognized menu descriptor" error in XEmacs.
16394
16395 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16396
16397         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16398         parent article of a sparse article in the thread hashtb.
16399
16400 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16401
16402         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16403         (nnmail-expand-newtext): Lowercase expanded entries if
16404         nnmail-split-lowercase-expanded is non-nil.
16405
16406 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16409
16410         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16411         of gnus-tmp-news-method into string under XEmacs.  It will be
16412         passed to gnus-correct-length which takes only a string argument.
16413
16414 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * gnus-util.el (gnus-bind-print-variables): New macro.
16417         (gnus-prin1): Use it.
16418         (gnus-prin1-to-string): Use it.
16419         (gnus-pp): New function.
16420         (gnus-pp-to-string): New function.
16421
16422         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16423         Replace pp-to-string with gnus-pp-to-string.
16424         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16425         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16426         * gnus-msg.el (gnus-debug): Ditto.
16427         * gnus-score.el (gnus-score-save): Ditto.
16428         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16429         gnus-pp-to-string.
16430         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16431         with gnus-pp.
16432         * score-mode.el (gnus-score-pretty-print): Ditto.
16433         * webmail.el (webmail-debug): Ditto.
16434
16435 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * gnus-art.el (article-display-face, article-display-x-face):
16438         Use buffer-read-only.
16439
16440 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-art.el (article-hide-list-identifiers):
16443         Bind inhibit-read-only as t.
16444
16445 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16446
16447         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16448
16449 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16450
16451         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16452         (gnus-narrow-to-page): Don't assume point-min == 1.
16453         (gnus-article-edit-mode): Derive from message-mode.
16454
16455         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16456         point-min == 1.
16457
16458         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16459         Disable incorrect use of `assert'.
16460
16461         * message.el (message-mode): Set comment-start-skip.
16462
16463
16464 2004-08-22  Sam Steingold  <sds@gnu.org>
16465
16466         * pop3.el (pop3-leave-mail-on-server): New user variable.
16467         (pop3-movemail): Delete mail only when it is nil.
16468
16469 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16472
16473         * mml.el (mml-preview): Use `pop-to-buffer'.
16474
16475         * message.el (message-goto-mail-followup-to): Insert after "To".
16476         (message-carefully-insert-headers): Add comment.
16477
16478         * gnus.el: Remove unused variable `gnus-article-check-size'.
16479
16480         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16481
16482         * gnus-art.el (gnus-button-alist):
16483         Improve `gnus-button-handle-library' entry.
16484
16485 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16486
16487         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16488         Use downcase, since XEmacs capitalizes error messages differently.
16489
16490 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * nntp.el: Add (require 'gnus) due to reference to
16493         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16494
16495 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16496
16497         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16498         Bind `mm-fill-flowed'.
16499
16500         * mm-decode.el (mm-dissect-singlepart): Check it.
16501
16502 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16503
16504         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16505         'imap' for netrc parsing.
16506
16507 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * mailcap.el (mailcap-mime-data): Mark as risky.
16510
16511 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16514         may be included in the encoded word.
16515         (rfc2047-encode): Don't append a space if the encoded word
16516         includes close parenthesis.
16517
16518 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16521         of text within parentheses.
16522
16523 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16524
16525         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16526         (gnus-encrypt-write-file-contents): Make the password key the file
16527         name PLUS the cipher, not just the cipher.  Also remove failed
16528         passwords from the cache.
16529
16530 2004-08-06  Simon Josefsson  <jas@extundo.com>
16531
16532         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16533         Doc fix.
16534
16535 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16538         LWSP.
16539
16540 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16541
16542         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16543         Try to append in-reply-to: data to the references: header.
16544
16545         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16546         (netrc-parse): Use gnus-encrypt.el functions.
16547
16548         * gnus-encrypt.el: Add new file for encryption support; currently
16549         does only a few GPG ciphers and an internal XOR cipher.
16550
16551         * password.el: Add comments on using password-read-and-add.
16552         (password-read-and-add): Add function to read and add the
16553         password to the cache at once.
16554
16555 2004-07-28  Simon Josefsson  <jas@extundo.com>
16556
16557         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16558         parameter (but don't use it, for now).
16559
16560         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16561         instead of hard coding to nil.
16562
16563 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16566         as mm-inline-image-xemacs does.
16567
16568 2004-07-26  Simon Josefsson  <jas@extundo.com>
16569
16570         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16571         Revert part of 2004-07-17 change below.
16572
16573 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16576         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16577
16578 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16579
16580         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16581         quotes that actually start with ">" at the beginning of the
16582         lines.
16583
16584 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * rfc2047.el (rfc2047-encode-region): Fix last change.
16587         (rfc2047-encode-parameter): Remove useless concat.
16588
16589 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16592         encode special characters; fix some kind of misconfigured headers;
16593         signal a real error if debug-on-quit or debug-on-error is non-nil.
16594         (rfc2047-encode-max-chars): New variable.
16595         (rfc2047-encode-1): Use it.
16596         (rfc2047-encode-parameter): New function.
16597
16598         * mml.el (mml-insert-parameter): Remove an excessive space.
16599
16600 2004-07-17  Simon Josefsson  <jas@extundo.com>
16601
16602         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16603         Kai Grossjohann <kai@emptydomain.de>.
16604         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16605         (gnus-group-make-menu-bar): Ditto.
16606
16607         * gnus-util.el (gnus-group-server): Add.
16608
16609 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16610
16611         * message.el (message-clone-locals): Clone sendmail and smtp
16612         variables.
16613
16614 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * rfc2047.el (rfc2047-encode-region): Fix last change.
16617
16618 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16621         characters as non-special.
16622
16623 2004-07-09  Simon Josefsson  <jas@extundo.com>
16624
16625         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16626         Users will lose all flag changes made while unplugged with
16627         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16628         good default.  See numerous reports on ding mailing list.
16629
16630 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16633         add generate-head-function and generate-article-function to the
16634         rfc822-forward entry.
16635         (nndoc-rfc822-forward-generate-article): New function.
16636         (nndoc-rfc822-forward-generate-head): New function.
16637
16638         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16639
16640 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16641
16642         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16643         respect display group parameter and gnus-summary-expunge-below.
16644         (gnus-articles-to-read): Remove unused reference to display group
16645         parameter.
16646
16647 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * nnheader.el (nnheader-uniquify-message-id): New experimental
16650         variable.
16651         (nnheader-nov-read-message-id): Use it.
16652
16653         * spam-report.el (spam-report-gmane): Add interactive.
16654
16655 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * mm-encode.el (mm-content-transfer-encoding-defaults):
16658         Use qp-or-base64 for the application/* types.
16659
16660 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16661
16662         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16663
16664 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16665
16666         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16667         trim value.
16668
16669 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16670
16671         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16672         New macro and function.
16673         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16674
16675 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16678         after-load-alist.
16679
16680 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16681
16682         * gnus-group.el (gnus-group-get-new-news-this-group):
16683         Don't update info that isn't there.
16684
16685 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16686
16687         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16688         entry.
16689
16690 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * mm-view.el (mm-inline-render-with-function): Use multibyte
16693         buffer; decode html source by charset.
16694
16695         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16696
16697         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16698         Mule-UCS is loaded under XEmacs.
16699         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16700
16701 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16702
16703         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16704
16705 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * mm-util.el (mm-coding-system-p): Return a coding-system.
16708         (mm-mime-mule-charset-alist): Use shift_jis instead of
16709         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16710         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16711         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16712         instead of japanese-shift-jis and iso-latin-1 respectively in
16713         order to share the default value with both Emacs and XEmacs-mule.
16714         (mm-mule-charset-to-mime-charset):
16715         Make mm-coding-system-priorities effective.
16716         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16717         while predicating of candidates upon the priorities.
16718
16719 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16720
16721         * gnus-sum.el (gnus-summary-make-menu-bar):
16722         Add gnus-uu-invert-processable.
16723
16724         * gnus.el: Autoload gnus-uu-invert-processable.
16725
16726 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * mm-util.el (mm-with-multibyte-buffer): New macro.
16729
16730         * rfc2047.el (rfc2047-encode-string): Use it.
16731         (rfc2047-encode-region): Move point to the end of the region after
16732         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16733
16734 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16737         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16738
16739 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16742         (gnus-cite-parse): Ignore quoted envelope From_.
16743         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16744
16745 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16748         invalid addresses.
16749
16750 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16751
16752         * spam.el: Change section markers, revise TODO list.
16753         (spam-backends): Make new master list of all installed backends.
16754         (spam-summary-exit-behavior): Add new variable to determine how
16755         messages moves are done at summary exit.
16756         (spam-move-spam-nonspam-groups-only)
16757         (spam-process-ham-in-nonham-groups)
16758         (spam-process-ham-in-spam-groups): Remove variables, the
16759         spam-summary-exit-behavior variable should be used to manage this
16760         behavior.
16761         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16762         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16763         and spam-old-spam-articles.
16764         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16765         Add empty variables, placeholders for the backends they represent.
16766         (spam-set-difference): Move, unchanged.
16767         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16768         unless the user has a processor variable.
16769         (spam-classifications, spam-classification-valid-p)
16770         (spam-backend-properties, spam-backend-property-valid-p)
16771         (spam-backend-function-type-valid-p)
16772         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16773         (spam-report-articles-gmane, spam-report-articles-resend):
16774         Remove functions, they are not needed.
16775         (spam-install-backend-super, spam-backend-list)
16776         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16777         (spam-backend-function, spam-backend-ham-registration-function)
16778         (spam-backend-spam-registration-function)
16779         (spam-backend-ham-unregistration-function)
16780         (spam-backend-spam-unregistration-function)
16781         (spam-backend-statistical-p, spam-backend-mover-p)
16782         (spam-install-backend-alias, spam-install-checkonly-backend)
16783         (spam-install-mover-backend, spam-install-nocheck-backend)
16784         (spam-install-backend, spam-install-statistical-backend)
16785         (spam-install-statistical-checkonly-backend): Add backend installation
16786         support.
16787         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16788         (spam-group-processor-p): Use the new backend code and respect the
16789         summary exit behavior.
16790         (spam-mark-spam-as-expired-and-move-routine): Remove.
16791         (spam-summary-prepare): Change to use the new spam-old-articles
16792         variable.
16793         (spam-copy-or-move-routine, spam-copy-spam-routine)
16794         (spam-move-spam-routine, spam-copy-ham-routine)
16795         (spam-move-ham-routine): Add code to copy/move ham or spam.
16796         (spam-fetch-field-fast): Improve doc and code, plus allow the
16797         'number request.
16798         (spam-list-of-checks, spam-list-of-statistical-checks):
16799         Remove variables.
16800         (spam-split, spam-find-spam): Use the new backend code.
16801         (spam-registration-functions): Remove variable.
16802         (spam-unregister-routine): Add convenience wrapper.
16803         (spam-log-undo-registration, spam-register-routine)
16804         (spam-log-processing-to-registry)
16805         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16806         where possible.
16807         (spam-check-gmane-xref, spam-check-regex-headers)
16808         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16809         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16810         (spam-check-bogofilter-headers, spam-check-spamoracle)
16811         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16812         (spam-check-crm114-headers): Use the spam-split-group that
16813         spam-split prepares, no need to determine it every time.
16814
16815         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16816         to the nnheader-parse-naked-head call.
16817
16818         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16819
16820         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16821         the nnheader-nov-read-message-id call.
16822
16823 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16826         gnus-activate-group twice.  Suggested by Markus Peter
16827         <warp@spin.de>.
16828
16829 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-art.el (gnus-article-time-format): Exchange the order of
16832         day and month in the default value; fix customization type.
16833         (article-date-ut): Use add-text-properties.
16834         (article-make-date-line): Use message-make-date instead of
16835         current-time-string.
16836
16837         * message.el (message-fetch-field): Don't use set-text-properties.
16838         (message-make-date): Simplify.
16839
16840         * messagexmas.el (message-xmas-make-date): New function.
16841         (message-xmas-redefine): Defalias message-make-date to it.
16842
16843 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16846         (rfc2047-encode-region): Treat text within parentheses as special;
16847         show the original text when error has occurred.
16848
16849         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16850         already-computed method to gnus-activate-group.
16851
16852         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16853         same select-methods identical Lisp objects.
16854
16855         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16856         object when modifying the info.
16857
16858 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16861         gnus-opened-servers since it has never been opened with the new
16862         configuration yet.
16863
16864 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16867         arg to nnheader-generate-fake-message-id.
16868
16869 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16870
16871         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16872         number and build a fake message ID localized to a group and
16873         article number (so it's repeatable from that point on).
16874         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16875         ID format.
16876
16877         * gnus-sum.el (gnus-get-newsgroup-headers):
16878         Call nnheader-generate-fake-message-id with the article number.
16879
16880 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16881
16882         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16883         end-of-buffer.
16884
16885 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16886
16887         * message.el (message-ignored-supersedes-headers): Add Approved.
16888
16889 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16892         goto-char.
16893         (rfc2047-encode): Fold the line before encoding.
16894
16895 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16896
16897         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16898         folding -- not all headers can be folded, and this should be done
16899         by the message composition mode.  Probably.  I think.
16900
16901 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16904         fast.
16905
16906         * gnus-ems.el (gnus-remove-image): Don't use
16907         message-text-with-property; remove only the image found first.
16908
16909         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16910         found first.
16911
16912 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16913
16914         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16915
16916 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * message.el (message-text-with-property): Make it fast and accept
16919         optional arguments.
16920         (message-strip-forbidden-properties): Use it.
16921         (message-fix-before-sending): Follow the m-t-w-p change.
16922
16923         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16924
16925 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-art.el (article-hide-headers): Don't change the buffer
16928         mistakenly when performing mml-preview even if
16929         gnus-single-article-buffer is nil.
16930
16931 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16932
16933         * message.el (message-expand-name-databases): New user option.
16934         (message-expand-name): Use it.
16935
16936 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16937
16938         * spam.el (spam-report-articles-resend)
16939         (spam-report-resend-register-routine): Allow ham reporting.
16940         (spam-report-resend-register-ham-routine): Add wrapper.
16941         (spam-registration-functions): Add ham resending functions.
16942         (spam-list-of-processors): Add ham resend processor.
16943
16944         * gnus.el (ham-resend-to): Add new group parameter.
16945         (spam-process): Add ham resend option.
16946
16947         * spam-report.el (spam-report-resend): Allow reporting ham.
16948         (spam-report-resend-ham): Add wrapper.
16949
16950 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16951
16952         * message.el (message-cite-articles-with-x-no-archive):
16953         New variable.
16954         (message-cite-original): Use it.
16955
16956 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16957
16958         * message.el (message-cite-original): Respect X-No-Archive.
16959
16960 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * gnus-art.el (article-hide-headers): Refer to the values for
16963         gnus-ignored-headers and gnus-visible-headers in the summary
16964         buffer since a user may have set them as group parameters.
16965
16966 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16967
16968         * assistant.el (assistant-node-name): Add convenience function.
16969         (assistant-render-text, assistant-render-node): Add error handling,
16970         plus handle multiple next nodes.
16971         (assistant-find-next-node): Comment out for now.
16972         (assistant-find-next-nodes): Add function, returns list of next
16973         nodes.
16974
16975 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16976
16977         * mail-source.el (mail-source-directory): Fix doc-string.
16978
16979 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16980
16981         * assistant.el (assistant-render-text, assistant-eval): Add :set
16982         widget type, which is different because it takes and returns a
16983         list.  Much hilarity ensues.
16984
16985 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16986
16987         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16988
16989         * gnus-group.el (gnus-group-get-new-news-this-group):
16990         Add doc-string.
16991
16992         * gnus-start.el (gnus-activate-group): Add doc-string.
16993
16994 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16997
16998 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16999
17000         * assistant.el (assistant-render-text): Try to add a :set
17001         widget, more to come.
17002
17003         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17004         strings.
17005         (spam-report-articles-resend)
17006         (spam-register-routine): Do registration iff any articles warrant
17007         it.
17008         (spam-summary-prepare-exit): Change log message for nil group
17009         destinations.
17010
17011 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17012
17013         * spam.el (spam-report-resend-register-routine):
17014         Allow spam-report-resend-to to be a group parameter or a global value.
17015
17016 2004-05-26  Simon Josefsson  <jas@extundo.com>
17017
17018         * starttls.el: Merge with my GNUTLS based starttls.el.
17019         (starttls-gnutls-program, starttls-use-gnutls)
17020         (starttls-extra-arguments, starttls-process-connection-type)
17021         (starttls-connect, starttls-failure, starttls-success):
17022         New variables.
17023         (starttls-program, starttls-extra-args): Doc fix.
17024         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17025         New functions.
17026         (starttls-negotiate, starttls-open-stream):
17027         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17028         function if it is set.
17029
17030 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17033         structured fields.
17034
17035 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17038
17039 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17040
17041         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17042         Add variable.
17043         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17044         assigning the spam-mark to new messages.
17045
17046 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17047
17048         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17049
17050 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17053
17054         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17055         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17056         default.
17057
17058 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17059
17060         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17061         correct data.
17062
17063 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17064
17065         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17066         (spam-group-processor-p): Fix function.
17067         (spam-group-processor-multiple-p)
17068         (spam-group-spam-processor-report-gmane-p)
17069         (spam-group-spam-processor-report-resend-p)
17070         (spam-group-spam-processor-bogofilter-p)
17071         (spam-group-spam-processor-blacklist-p)
17072         (spam-group-spam-processor-ifile-p)
17073         (spam-group-ham-processor-ifile-p)
17074         (spam-group-spam-processor-spamoracle-p)
17075         (spam-group-spam-processor-crm114-p)
17076         (spam-group-ham-processor-bogofilter-p)
17077         (spam-group-spam-processor-stat-p)
17078         (spam-group-ham-processor-stat-p)
17079         (spam-group-ham-processor-whitelist-p)
17080         (spam-group-ham-processor-BBDB-p)
17081         (spam-group-ham-processor-spamoracle-p)
17082         (spam-group-ham-processor-copy-p): Remove functions with some
17083         prejudice against unneeded code.
17084         (spam-report-articles-resend)
17085         (spam-report-resend-register-routine): Allow the group/topic
17086         spam-resend-to value to override spam-report-resend-to.
17087         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17088         properly now.
17089
17090         * gnus.el (spam-resend-to): Add group/topic parameter.
17091         (spam-process): Move the OBSOLETE processors to the end of the
17092         choices.
17093
17094 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17095
17096         * spam-report.el (spam-report-resend-to, spam-report-resend):
17097         Start with resend-to set to nil, and then ask the user if necessary.
17098         (spam-report-resend): spam-report-resend takes a list of articles, not
17099         separate article numbers.
17100
17101 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17104         addition to emacs-w3m.
17105
17106 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * assistant.el (assistant-authinfo-data): New function.
17109         (assistant-eval): Eval for entire assistant.
17110
17111         * netrc.el (netrc-services-file): New variable.
17112         (netrc-parse-services): New function.
17113         (netrc-find-service-name): New function.
17114         (netrc-find-service-number): New function.
17115         (netrc-port-equal): New function.
17116         (netrc-machine): Use it.
17117
17118         * nnimap.el (nnimap-open-connection): Use netrc.
17119
17120         * gnus-util.el (gnus-netrc-get): Remove aliases.
17121
17122         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17123
17124         * assistant.el (wid-edit): Fix compilation.
17125
17126         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17127
17128 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17129
17130         * gnus-util.el (gnus-set-file-modes): New function.  (small
17131         patch).
17132
17133 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17134
17135         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17136
17137         * assistant.el (assistant-render-node): Fix up rendering and
17138         read-only text.
17139         (assistant-render-node): Reset.
17140         (assistant-make-read-only): Not sticky.
17141
17142 2004-05-20  Danny Siu  <dsiu@adobe.com>
17143
17144         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17145         centered even when gnus-auto-center-summary is t.
17146
17147 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17148
17149         * dns.el (dns-get-txt-answer): New function.
17150         (dns-read-txt): Ditto.
17151         (query-dns): Use it.
17152
17153 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17156         active for foreign groups even if the group level is higher than
17157         the specified value.
17158
17159 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17160
17161         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17162         non-active groups.
17163
17164         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17165
17166 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17167
17168         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17169
17170 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17173         (spam-crm114-header, spam-crm114-spam-switch)
17174         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17175         (spam-crm114-positive-spam-header)
17176         (spam-crm114-database-directory, spam-list-of-processors)
17177         (spam-group-spam-processor-crm114-p)
17178         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17179         (spam-generic-score, spam-list-of-checks)
17180         (spam-list-of-statistical-checks, spam-registration-functions)
17181         (spam-check-crm114-headers, spam-crm114-score)
17182         (spam-check-crm114, spam-crm114-register-with-crm114)
17183         (spam-crm114-register-spam-routine)
17184         (spam-crm114-unregister-spam-routine)
17185         (spam-crm114-register-ham-routine)
17186         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17187         From asjo@koldfront.dk (Adam Sjøgren).
17188
17189         * gnus.el: Add spam-use-crm114.
17190
17191         * spam.el (spam-list-of-processors, spam-registration-functions):
17192         Add spam-use-resend.
17193         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17194         (spam-report-articles-gmane): Add doc fix.
17195         (spam-report-articles-resend, spam-report-resend-register-routine):
17196         Add wrappers around spam-report-resend-to.
17197
17198         * spam-report.el (spam-report-resend-to, spam-report-resend):
17199         Add support for resending spam.
17200         (spam-report-gmane): Fix line length >80.
17201
17202         * gnus.el (spam-process): Add spam-use-resend.
17203
17204 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17205
17206         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17207         number of processed spam messages.
17208         (spam-ham-copy-or-move-routine): Return the number of processed
17209         ham messages.
17210         (spam-summary-prepare-exit): Use the above values to decide
17211         whether status messages shouled be displayed.
17212
17213 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17216         `rfc2047-encoding-function-alist' in order to avoid conflicting
17217         with the old version.
17218         (rfc2047-encode-region): Concatenate words containing non-ASCII
17219         characters in structured fields; don't encode space-delimited
17220         ASCII words even in unstructured fields; don't break words at
17221         char-category boundaries.
17222         (rfc2047-encode-1): New function.
17223         (rfc2047-encode): Use it; encode text so that it occupies the
17224         maximum width within 76-column; work correctly on Q encoding for
17225         iso-2022-* charsets.
17226         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17227         sure not to break a line just after the header name.
17228         (rfc2047-b-encode-region): Remove.
17229         (rfc2047-b-encode-string): New function.
17230         (rfc2047-q-encode-region): Remove.
17231         (rfc2047-q-encode-string): New function.
17232
17233         * mm-util.el (mm-replace-in-string): New function.
17234
17235 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17236
17237         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17238         Really get it right.
17239         (gnus-inews-make-draft): Really.
17240
17241 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17242
17243         * nnmh.el (nnmh-request-list-1): Don't check the link count
17244         before descending.  (small patch)
17245
17246 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17247
17248         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17249         stuff.
17250
17251         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17252         Match on real group name.
17253
17254         * gnus-art.el (gnus-signature-limit): Doc fix.
17255
17256         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17257
17258         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17259
17260 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17261
17262         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17263         isn't a string.
17264
17265 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17266
17267         * gnus-draft.el (gnus-draft-send):
17268         Bind rfc2047-encode-encoded-words.
17269
17270         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17271         (rfc2047-encodable-p): Say that =? needs encoding.
17272         (rfc2047-encode-encoded-words): New variable.
17273
17274         * gnus-group.el (gnus-group-select-group): Doc fix.
17275
17276         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17277
17278         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17279         to nil.
17280
17281         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17282
17283         * nnheader.el (nnheader-get-lines-and-char): New function.
17284
17285 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * gnus-msg.el (gnus-summary-followup-with-original):
17288         Document yanking of region when active.
17289
17290 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17293         groups if the group level is higher than the specified value.
17294
17295 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17298         (gnus-group-jump-to-group): Add prefix argument using
17299         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17300         non-active group.
17301
17302         * compface.el (uncompface): Be verbose when changing
17303         `uncompface-use-external'.
17304
17305         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17306         handle manual section.
17307
17308 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17309
17310         * gnus-art.el (gnus-button-alist): Revert previous change.
17311
17312 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17315
17316 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17317
17318         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17319         whether backend can accept message.
17320
17321         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17322
17323 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17324
17325         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17326         Avoid creating directory when nntp-marks-is-evil is true.
17327         Reported by Reiner Steib.
17328
17329 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * gnus-picon.el (gnus-picon-style): New variable.
17332         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17333         (gnus-picon-transform-address): Support `gnus-picon-style'.
17334         From Jesper Harder <harder@ifa.au.dk>.
17335
17336 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17337
17338         * message.el (message-fill-field): Return point.
17339         (message-generate-headers): Go to end of field.
17340
17341         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17342         stuff for non-living groups.
17343
17344 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17345
17346         * gnus-art.el (gnus-article-followup-with-original)
17347         (gnus-article-reply-with-original): gnus-mark-active-p ->
17348         gnus-region-active-p.
17349
17350 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17351
17352         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17353         only when there is spam or ham to be processed.
17354
17355 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17356
17357         * mail-source.el (mail-source-delete-crash-box): Refactor.
17358         (mail-source-fetch): Use it.
17359         (mail-source-fetch-file): Ditto.
17360         (mail-source-fetch-directory): Run postscript in loop.
17361         (mail-source-fetch-pop): Delete.
17362         (mail-source-fetch-maildir): Ditto.
17363         (mail-source-fetch-imap): Ditto.
17364
17365         * imap.el (imap-authenticators): Comment out sasl.
17366
17367         * message.el (message-skip-to-next-address): New function.
17368         (message-fill-header-address): Refactor.
17369         (message-fill-address): Use it.
17370         (message-delete-address): Use it.
17371         (message-fill-header-general): Refactor.
17372         (message-fill-field-address): Rename.
17373         (message-narrow-to-field): Find the start of the header.
17374         (message-header-format-alist): Don't pre-fill.
17375         (message-fill-header): Remove.
17376         (message-insert-header): New function.
17377         (message-shorten-references): Use it.
17378
17379         * rfc2047.el (rfc2047-field-value): Strip props.
17380
17381         * mail-parse.el (mail-header-make-address): New alias.
17382
17383         * ietf-drums.el (ietf-drums-make-address): New function.
17384
17385         * imap.el: Add compiler directives.
17386
17387         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17388
17389         * gnus-art.el (article-decode-idna-rhs): Don't use
17390         message-idna-inside-rhs-p.
17391
17392 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17393
17394         * message.el (message-idna-inside-rhs-p): Remove.
17395         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17396
17397         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17398         false positives.
17399
17400 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17401
17402         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17403
17404 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17405
17406         * nneething.el (nneething-file-name): Don't create spurious
17407         files.
17408
17409         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17410         (gnus-inews-do-gcc): Remove sleep.
17411
17412         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17413         part under point.
17414
17415         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17416         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17417
17418 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17419
17420         * spam.el (spam-summary-prepare-exit): Fix (length).
17421
17422 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17423
17424         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17425         as expired without moving it" message when there are spam
17426         messages left.
17427
17428 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17429
17430         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17431         header is not nil.
17432
17433 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17434
17435         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17436         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17437         (nntp-marks-changed-p): New arg SERVER.
17438         (nntp-request-update-info): Adjust caller.
17439
17440 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17441
17442         * nntp.el (nntp-save-marks): Pass missing arg.
17443
17444 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17445
17446         * nntp.el: Support marks.
17447         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17448         (nntp-marks-modtime, nntp-marks-directory): New variables.
17449         (nntp-request-set-mark, nntp-request-update-info)
17450         (nntp-possibly-create-directory, nntp-marks-changed-p)
17451         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17452         New functions.
17453
17454 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17455
17456         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17457         (gnus-xmas-redefine): Rename.
17458
17459         * gnus-score.el (gnus-score-insert-help):
17460         Use gnus-select-lowest-window.
17461
17462         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17463         appt-select-lowest-window and rename to gnus-select-lowest-window.
17464
17465         * gnus.el: do.
17466
17467 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17468
17469         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17470         encodings of MIME-encoded words, in order to improve
17471         interoperability with several broken MUAs.
17472
17473 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17474
17475         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17476         tags, only when charsets are not specified in headers.
17477         (mm-inline-text-html-render-with-w3m): Ditto.
17478
17479         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17480         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17481
17482 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17483
17484         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17485         instead of MIME-decoded from fields when checking
17486         `gnus-article-address-banner-alist'.
17487
17488 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17489
17490         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17491         description rather than subject.
17492
17493 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17494
17495         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17496
17497 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17498
17499         * gnus.el (gnus-version-number): Bump.
17500
17501 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17502
17503         * gnus.el: No Gnus v0.2 is released.
17504
17505 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17506
17507         * gnus-agent.el (gnus-agent-read-agentview):
17508         Inline gnus-uncompress-range.
17509
17510 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17511
17512         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17513         `exec-installed-p'.
17514
17515 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17516
17517         * gnus.el (spam-process, spam-autodetect-methods):
17518         Add bsfilter and bsfilter-headers.
17519
17520         * spam.el (spam-bsfilter): New customize group.
17521         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17522         (spam-bsfilter-header, spam-bsfilter-probability-header)
17523         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17524         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17525         (spam-bsfilter-database-directory): New options.
17526         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17527         (spam-list-of-statistical-checks, spam-registration-functions):
17528         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17529         (spam-bsfilter-score): New command.
17530         (spam-check-bsfilter-headers, spam-check-bsfilter)
17531         (spam-bsfilter-register-with-bsfilter)
17532         (spam-bsfilter-register-spam-routine)
17533         (spam-bsfilter-unregister-spam-routine)
17534         (spam-bsfilter-register-ham-routine)
17535         (spam-bsfilter-unregister-ham-routine): New functions.
17536         (spam-generic-score): Support bsfilter; Accept an optional argument
17537         to recalcurate spam score even if scoring header has already been
17538         added.
17539         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17540         optional argument to recalcurate spam score even if scoring header
17541         has already been added.
17542
17543 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17544
17545         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17546         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17547         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17548         link is missing.
17549
17550 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17551
17552         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17553         (html2text-get-attr): Rewrite.
17554
17555         * message.el (message-setup-1): Remove redundant put-text-property
17556         on mail-header-separator.
17557
17558 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17559
17560         * gnus-registry.el (gnus-registry-cache-whitespace)
17561         (gnus-registry-action, gnus-registry-spool-action)
17562         (gnus-registry-split-fancy-with-parent): Change message levels
17563         from 5 to 3 or 7, as needed.
17564
17565         * spam.el (spam-summary-prepare-exit)
17566         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17567         (spam-split, spam-find-spam, spam-log-undo-registration)
17568         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17569         level from 5 to 6.
17570
17571 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17574         2004-03-04 change).
17575
17576 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17577
17578         * sieve-manage.el (sieve-manage-open):
17579         * nnweb.el (nnweb-insert-html):
17580         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17581         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17582         * nnspool.el (nnspool-request-group):
17583         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17584         * nnml.el (nnml-request-update-info):
17585         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17586         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17587         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17588         (nnimap-request-set-mark):
17589         * nnfolder.el (nnfolder-request-update-info):
17590         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17591         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17592         * gnus-uu.el (gnus-uu-find-articles-matching):
17593         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17594         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17595         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17596         * gnus-nocem.el (gnus-nocem-scan-groups):
17597         * gnus-int.el (gnus-start-news-server):
17598         * gnus-group.el (gnus-group-make-kiboze-group)
17599         (gnus-group-browse-foreign-server):
17600         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17601         Use mapc when appropriate.
17602
17603 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17604
17605         FIXME: Make separate entries for each person.
17606
17607         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17608         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17609         <shields@msrl.com>:
17610
17611         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17612         may need for spam sorting and scoring.
17613         (spam-user-format-function-S): Add user format function suitable for
17614         general use.
17615         (spam-article-sort-by-spam-status): Add sorting function for summary
17616         sorting.
17617         (spam-extra-header-to-number): Add function to get a score from a
17618         header.
17619         (spam-summary-score): Add function to get a numeric score from the
17620         headers.
17621         (spam-generic-score): Fix function doc, was in wrong place.
17622         (spam-initialize): Take symbols when it's run, and install the
17623         extra headers that spam-necessary-extra-headers thinks we need.
17624
17625 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17626
17627         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17628         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17629
17630 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17631
17632         * gnus-sum.el (gnus-set-global-variables)
17633         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17634         (gnus-article-get-xrefs, gnus-summary-best-group)
17635         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17636         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17637         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17638         Use with-current-buffer.
17639
17640 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17641
17642         * spam.el (spam-summary-prepare-exit): Simplify logic.
17643         (spam-fetch-article-header): Read the article header if it's not
17644         available.
17645         (spam-list-articles): Simplify logic.
17646         (spam-filelist-register-routine): Fix bug with unregister-list.
17647
17648         * gnus-registry.el: Fix comments at beginning.
17649
17650 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * message.el (message-cater-to-broken-inn): Remove.
17653         (message-shorten-references): Make sure the total folded length of
17654         References is shorter than 998 characters to cater to a bug in INN
17655         2.3.  Also, don't pretend that references aren't folded -- this
17656         hasn't worked for a while.
17657
17658 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17659
17660         * gnus-agent.el (gnus-agentize):
17661         gnus-agent-send-mail-real-function no longer set to current value
17662         of message-send-mail-function but rather a lambda that calls
17663         message-send-mail-function.  The change makes the agent real-time
17664         responsive to user changes to message-send-mail-function.
17665
17666 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17667
17668         * legacy-gnus-agent.el
17669         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17670         help from Florian Weimer <fw@deneb.enyo.de>
17671
17672 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * nnmail.el (nnmail-cache-insert): Revert last change.
17675
17676 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * nnmail.el (nnmail-cache-insert): Always check whether
17679         nnmail-cache-ignore-groups matches a group name.
17680
17681 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17682
17683         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17684         (spam-find-spam, spam-log-processing-to-registry)
17685         (spam-log-registered-p, spam-log-unregistration-needed-p)
17686         (spam-log-undo-registration): Use gnus-message instead of
17687         gnus-error, none of these errors are fatal.
17688
17689         * gnus-registry.el (gnus-registry-clean-empty-function)
17690         (gnus-registry-clean-empty): Remove only empty entries without
17691         extra data.
17692
17693 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17694
17695         * spam-stat.el (spam-stat-buffer-change-to-spam)
17696         (spam-stat-buffer-change-to-non-spam): Change (error) to
17697         (gnus-message 8) invocation.
17698
17699 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * nntp.el (nntp-via-netcat-command): New variable.
17702         (nntp-via-netcat-switches): New variable.
17703         (nntp-open-via-rlogin-and-netcat): New function.
17704         (nntp-open-connection-function): Doc fix.
17705         (nntp-telnet-command): Doc fix.
17706         (nntp-end-of-line): Doc fix.
17707         (nntp-via-rlogin-command): Doc fix.
17708         (nntp-via-user-name): Doc fix.
17709         (nntp-via-address): Doc fix.
17710
17711 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17714         error in Emacs 21.1.
17715
17716 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17717
17718         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17719
17720 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17721
17722         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17723         (gnus-agent-with-refreshed-group): New macro.
17724         (gnus-agent-rename-group): New function.
17725         (gnus-agent-delete-group): New function.
17726         (gnus-agent-save-group-info): Use gnus-command-method when
17727         `method' parameter is nil.  Don't write nil entries into the
17728         active file.
17729         (gnus-agent-get-group-info): New function.
17730         (gnus-agent-fetch-articles):
17731         Use gnus-agent-update-files-total-fetched-for to increment disk space
17732         used.
17733         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17734         Use gnus-agent-update-view-total-fetched-for to increment disk space
17735         used.
17736         (gnus-agent-get-local): Add optional parameters to avoid calling
17737         gnus-group-real-name and gnus-find-method-for-group.
17738         (gnus-agent-set-local): Delete stored entry if either min, or max,
17739         are nil.
17740         (gnus-agent-fetch-session): Reworded error/quit messages.
17741         On quit, use gnus-agent-regenerate-group to record existance of any
17742         articles fetched to disk before the quit occurred.
17743         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17744         gnus-agent-update-view-total-fetched-for, and
17745         gnus-agent-update-files-total-fetched-for to decrement disk space
17746         used.
17747         (gnus-agent-retrieve-headers):
17748         Use gnus-agent-update-view-total-fetched-for to increment disk space
17749         used.
17750         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17751         with gnus-agent-update-files-total-fetched-for to decrement disk
17752         space and fresh group buffer.
17753         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17754         (gnus-agent-need-update-total-fetched-for): New variable.
17755         (gnus-agent-update-files-total-fetched-for): New function.
17756         (gnus-agent-update-view-total-fetched-for): New function.
17757         (gnus-agent-total-fetched-for): New function.
17758
17759         * gnus-cache.el (gnus-cache-save-buffers):
17760         Use gnus-cache-update-overview-total-fetched-for to change disk space
17761         used by this group.
17762         (gnus-cache-possibly-enter-article):
17763         Use gnus-cache-update-file-total-fetched-for to increment disk space
17764         used by this group.
17765         (gnus-cache-possibly-remove-article):
17766         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17767         used by this group.
17768         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17769         (gnus-cache-rename-group): New function.
17770         (gnus-cache-delete-group): New function.
17771         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17772         (gnus-cache-need-update-total-fetched-for): New variable.
17773         (gnus-cache-with-refreshed-group): New macro.
17774         (gnus-cache-update-file-total-fetched-for): New function.
17775         (gnus-cache-update-overview-total-fetched-for): New function.
17776         (gnus-cache-rename-group-total-fetched-for): New function.
17777         (gnus-cache-delete-group-total-fetched-for): New function.
17778         (gnus-cache-total-fetched-for): New function.
17779
17780         * gnus-group.el: Require gnus-sum and autoload functions to
17781         resolve warnings when gnus-group.el compiled alone.
17782         (gnus-group-line-format): Documented new %F.
17783         (size of Fetched data) group line format; identifies disk space
17784         used by agent and cache.
17785         (gnus-group-line-format-alist): Defined new F format.
17786         (gnus-total-fetched-for): New function.
17787         (gnus-group-delete-group): No longer update
17788         gnus-cache-active-altered as gnus-request-delete-group now keeps
17789         the cache in sync.
17790         (gnus-group-list-active): Let the agent store a server's active
17791         list if currently plugged.
17792
17793         * gnus-int.el (gnus-request-delete-group):
17794         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17795         local disk in sync with the server.
17796         (gnus-request-rename-group):
17797         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17798         local disk in sync with the server.
17799
17800         * gnus-start.el (gnus-get-unread-articles):
17801         Cosmetic simplification to logic.
17802
17803         * gnus-util.el (gnus-rename-file): New function.
17804
17805 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17806
17807         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17808
17809 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17810
17811         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17812         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17813
17814 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17817         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17818
17819 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17822
17823 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17824
17825         * spam.el (spam-set-difference): Add function to replace
17826         gnus-set-difference in spam.el.
17827         (spam-summary-prepare-exit): Use spam-set-difference.
17828
17829 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17830
17831         * gnus-registry.el (gnus-registry-cache-file): Update to use
17832         gnus-dribble-directory OR gnus-home-directory OR ~.
17833         (gnus-registry-split-fancy-with-parent): Fix doc.
17834
17835 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * message.el (message-exchange-point-and-mark):
17838         Use message-mark-active-p.  Suggested by Jesper Harder
17839         <harder@ifa.au.dk>.
17840
17841 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * message.el (message-exchange-point-and-mark): Don't activate
17844         region if it was inactive.  Suggested by Hiroshi Fujishima
17845         <pooh@nature.tsukuba.ac.jp>.
17846
17847 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-art.el (article-display-face): Display Faces in the same
17850         order as X-Faces.
17851
17852 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17855
17856 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17859         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17860         (gnus-article-mime-hierarchy): Remove.
17861         (gnus-article-mime-hierarchy-next): Remove.
17862         (gnus-article-mode): Revert 2004-03-19 change.
17863         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17864         (gnus-insert-mime-button): Revert 2004-03-19 change.
17865         (gnus-mime-accumulate-hierarchy): Remove.
17866         (gnus-mime-enter-multipart): Remove.
17867         (gnus-mime-leave-multipart): Remove.
17868         (gnus-mime-display-part): Revert 2004-03-19 change.
17869         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17870
17871         * mml.el (mml-preview): Revert 2004-03-19 change.
17872
17873 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17874
17875         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17876
17877 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17878
17879         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17880         t while entering a file name using the mm-with-multibyte macro.
17881         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17882
17883         * mm-util.el (mm-with-multibyte): New macro.
17884
17885 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17888         New user option.
17889         (gnus-mime-multipart-functions): Doc and customization fix.
17890         (gnus-article-mime-hierarchy): New variable.
17891         (gnus-article-mime-hierarchy-next): New variable.
17892         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17893         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17894         gnus-article-mime-hierarchy-next to nil.
17895         (gnus-insert-mime-button): Show hierarchy numbers.
17896         (gnus-mime-accumulate-hierarchy): New function.
17897         (gnus-mime-enter-multipart): New function.
17898         (gnus-mime-leave-multipart): New function.
17899         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17900         (gnus-mime-display-alternative): Show hierarchy numbers.
17901
17902         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17903         gnus-article-mime-hierarchy-next to nil.
17904
17905 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17906
17907         * dns.el: Don't require gnus-xmas.
17908
17909 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17910
17911         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17912         inline PGP.
17913         (mml-menu): Disable mml-quote-region if mark is inactive.
17914
17915 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17918         when the group's active is not available.
17919
17920 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17923         error.
17924
17925 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17926
17927         * imap.el (imap-store-password): New variable.
17928         (imap-interactive-login): Use it.
17929         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17930
17931 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17934         window-start and hscroll to summary window.
17935
17936 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17937
17938         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17939         conversion message to newsrc-dribble when an actual conversion is
17940         performed.
17941
17942 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17943
17944         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17945
17946 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * mm-decode.el (mm-complicated-handles): New function reviving
17949         former definition of mm-multiple-handles.
17950
17951         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17952         (gnus-mime-delete-part): Use it.
17953
17954 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17955
17956         * gnus-agent.el (gnus-agent-read-local):
17957         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17958         avoid the implicit assumption that they will always be equal.
17959         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17960         coding-system-for-write, as the with-temp-file macro first prints
17961         to a buffer then saves the buffer.
17962
17963 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-art.el (gnus-article-edit-part): New function.
17966         (gnus-mime-save-part-and-strip): Use it; do query instead of
17967         signaling an error; don't use mm-multiple-handles.
17968         (gnus-mime-delete-part): Ditto.
17969
17970 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17971
17972         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17973         old file versions.
17974         (gnus-group-prepare-hook): Remove function that converted list
17975         form of gnus-agent-expire-days to group properties.
17976
17977         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17978         (gnus-request-accept-article): Re-indented.
17979
17980         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17981         converters to handle old agent file formats.  Add logic for a
17982         "backup before upgrading warning".
17983         (gnus-convert-mark-converter-prompt): Developers can mark
17984         functions as needing (default), or not needing,
17985         gnus-convert-old-newsrc's "backup before upgrading warning".
17986         (gnus-convert-converter-needs-prompt): Tests whether the user
17987         should be protected from potentially irreversable changes by the
17988         function.
17989
17990         * legacy-gnus-agent.el: New.  Provides converters that are only
17991         loaded when gnus-convert-old-newsrc needs to call them.
17992
17993 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * mail-source.el (mail-source-touch-pop): Doc fix.
17996
17997         * message.el (message-smtpmail-send-it): Doc fix.
17998
17999 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18000
18001         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18002
18003         * nnmail.el (nnmail-split-fancy): do.
18004
18005         * gnus-kill.el (gnus-kill, gnus-execute): do.
18006
18007 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18008
18009         * gnus-sum.el (gnus-widget-reversible-match)
18010         (gnus-widget-reversible-to-internal)
18011         (gnus-widget-reversible-to-external): New functions.
18012         (gnus-widget-reversible): New widget.
18013         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18014
18015 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18016
18017         * gnus-sum.el (gnus-thread-sort-functions)
18018         (gnus-article-sort-functions): Document `(not F)' items.
18019
18020 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18021
18022         * spam.el (spam-use-gmane-xref): Add new backend.
18023         (spam-gmane-xref-spam-group): Add variable to control the name of the
18024         Gmane spam group.
18025         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18026         (spam-regex-headers-spam, spam-regex-headers-ham)
18027         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18028         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18029         backends and checks.
18030         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18031
18032         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18033         an autodetect method.
18034
18035 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18036
18037         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18038         articles are being added to a group.
18039         (gnus-request-replace-article): Inform the agent that articles
18040         need to be uncached as the cached contents are no longer valid.
18041
18042 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * binhex.el: Don't autoload executable-find.
18045
18046         * canlock.el: Don't autoload mail-fetch-field.
18047
18048         * dgnushack.el: Autoload c-mode for XEmacs.
18049
18050         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18051
18052         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18053         rmail-dont-reply-to and rmail-output.
18054
18055         * gnus-score.el: Don't autoload ffap-string-at-point.
18056
18057         * gnus-setup.el: Don't autoload sc-cite-original.
18058
18059         * imap.el: Don't autoload base64-decode-string,
18060         base64-encode-string and md5.
18061
18062         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18063         and rmail-msg-restore-non-pruned-header.
18064
18065         * mm-decode.el: Don't autoload executable-find.
18066
18067         * mm-url.el: Don't autoload executable-find.
18068
18069         * mm-view.el: Don't autoload diff-mode.
18070
18071         * nndb.el: Don't autoload news-reply-mode, news-setup,
18072         cancel-timer and telnet.
18073
18074         * password.el: Don't autoload run-at-time for Emacs.
18075
18076         * sha1-el.el: Don't autoload executable-find.
18077
18078         * sieve-mode.el: Don't autoload c-mode.
18079
18080         * uudecode.el: Don't autoload executable-find.
18081
18082 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18083
18084         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18085         (gnus-agent-possibly-alter-active): Avoid null in numeric
18086         comparison.
18087         (gnus-agent-set-local): Refuse to save null in local object table.
18088         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18089         list of articles that will be marked as unread.
18090
18091 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18094
18095 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18096
18097         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18098         language tags.
18099
18100 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18101
18102         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18103         Don't bind "obarray".
18104
18105         * gnus-sum.el (gnus-thread-sort-functions):
18106         Add `gnus-thread-sort-by-most-recent-number' and
18107         `gnus-thread-sort-by-most-recent-date'.
18108         Reported by Kai Grossjohann <kai@emptydomain.de>.
18109
18110 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18113
18114 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18115
18116         * gnus-cus.el (gnus-agent-customize-category):
18117         Remove ignore-errors macro reference that required cl to be loaded at
18118         run-time.
18119
18120         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18121         single-interval range of the form (min . max).  Previously the
18122         range had to look like ((min . max)).  Likewise, return
18123         (min . max) rather than ((min . max)).
18124         (gnus-range-map): Use gnus-range-normalize to accept
18125         single-interval range.
18126
18127         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18128         the cache, but not the agent, now appear with their usual face.
18129
18130         * dgnushack.el (loaddir): New variable that is bound to the
18131         directory containing the dgnushack.el file. Use loaddir, rather
18132         than srcdir, to update load-path. Change lets dgnushack compile
18133         code in directories other than GNUS/lisp.
18134
18135 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * lpath.el: Don't bind w3m-safe-url-regexp.
18138
18139         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18140         w3m-safe-url-regexp variable buffer-local.
18141
18142         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18143
18144 2004-02-27  Simon Josefsson  <jas@extundo.com>
18145
18146         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18147         gnus-group-real-prefix.
18148         (gnus-summary-move-article): Use it, instead of
18149         gnus-group-real-prefix.
18150
18151 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * lpath.el: Bind w3m-safe-url-regexp.
18154
18155         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18156         w3m-safe-url-regexp variable buffer-local and set it as the value
18157         of mm-w3m-safe-url-regexp.
18158
18159         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18160
18161         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18162         parsing gnus-posting-styles when the message is not for replying.
18163
18164         * dgnushack.el: Autoload sgml-mode for XEmacs.
18165
18166         * nnrss.el (nnrss-opml-export):
18167         Use mm-set-buffer-file-coding-system instead of
18168         set-buffer-file-coding-system.
18169
18170 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18171
18172         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18173         of checkdoc.el).
18174         * nnrss.el: do.
18175         * gnus-mlspl.el: do.
18176         * gnus-ml.el: do.
18177         * gnus-srvr.el: do.
18178
18179         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18180
18181 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18182
18183         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18184         Corrections to custom-manual links.
18185
18186         * gnus-art.el (gnus-article): Ditto.
18187
18188         * mm-decode.el (mime-display, mime-security): Ditto.
18189
18190 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18191
18192         * flow-fill.el: Typo.
18193
18194 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18195
18196         * spam-wash.el: New file.
18197
18198 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18199
18200         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18201
18202 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18203
18204         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18205         to be run with new-articles as LIST1, not LIST2.
18206         (spam-registration-functions): Add spam-use-ham-copy as a nil
18207         registration backend.
18208
18209 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18210
18211         * spam-stat.el (spam-stat-washing-hook): New option.
18212         (spam-stat-buffer-words): Use it.
18213         (spam-stat-process-directory, spam-stat-test-directory):
18214         Use insert-file-contents-literally.
18215         (spam-stat-coding-system): New variable.
18216         (spam-stat-load, spam-stat-save): Use it.
18217
18218 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * spam-report.el (spam-report-plug-agent):
18221         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18222
18223 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18224
18225         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18226         Allow / in mailto URLs.
18227
18228 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * spam-report.el (spam-report-process-queue): Fix interactive use.
18231         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18232         (spam-report-unplug-agent): Doc fixes.
18233         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18234         (spam-report-agentize, spam-report-deagentize): Autoload.
18235
18236 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18239
18240         * message.el (message-setup-fill-variables): Add mml tags to
18241         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18242         <ajk@iu.edu>.
18243         (message-mode): Don't modify paragraph-separate there.
18244
18245 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * compface.el (uncompface-use-external): Default to undecided.
18248         (uncompface-use-external-threshold): New variable.
18249         (uncompface-float-time): New macro.
18250         (uncompface): Determine whether to use the external decoder if
18251         uncompface-use-external is undecided.
18252
18253 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18254
18255         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18256         after images.
18257
18258         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18259
18260 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18261
18262         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18263
18264         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18265
18266         * gnus-sum.el (gnus-summary-limit-to-age)
18267         (gnus-summary-limit-children): do.
18268
18269         * gnus-int.el (gnus-request-scan): do.
18270
18271         * gnus-group.el (gnus-group-suspend): do.
18272
18273         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18274
18275         * gnus-cite.el (gnus-cite-parse-attributions): do.
18276
18277         * gnus-agent.el (gnus-summary-set-agent-mark)
18278         (gnus-agent-regenerate-group): do.
18279
18280         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18281
18282         * binhex.el (binhex-decode-region-internal): do.
18283
18284 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * gnus-fun.el (gnus-face-properties-alist): New user option.
18287         (gnus-display-x-face-in-from): Use it.
18288
18289         * gnus-art.el (article-display-face): Ditto.
18290
18291         * compface.el (uncompface-use-external): Default to nil.
18292
18293 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * nntp.el (nntp-erase-buffer): New function.
18296         (nntp-retrieve-data, nntp-send-command)
18297         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18298         (nntp-possibly-change-group): Use it.
18299
18300         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18301         Use with-current-buffer.
18302
18303 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18304
18305         * compface.el: Merge the ELisp-based uncompface program.
18306         (compface): New customization group.
18307         (uncompface-use-external): New user option.
18308         (uncompface): Call uncompface-internal if uncompface-use-external
18309         is nil.
18310         (uncompface-internal): New function.  Note that there are also
18311         some other functions and variables added for this function.
18312
18313 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18314
18315         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18316         if necessary.
18317
18318 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18319
18320         * spam-report.el (spam-report-unplug-agent)
18321         (spam-report-plug-agent, spam-report-deagentize)
18322         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18323         Add support for the Agent in spam-report: when unplugged, report to a
18324         file; when plugged, submit all the requests.
18325
18326         * spam.el (spam-register-routine): Fix message about
18327         registration.
18328
18329 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18330
18331         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18332         dependencies.
18333         (rfc2047-encode): Use it.
18334
18335         * gnus-art.el (gnus-button-marker-list): Move before first
18336         reference.
18337
18338         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18339         (imap-parse-body): Fix format string mismatch.
18340
18341         * gnus-score.el (gnus-summary-increase-score): do.
18342
18343         * nnrss.el (nnrss-close): New function.
18344
18345 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18346
18347         * nnrss.el (nnrss-make-filename): New function.
18348         (nnrss-request-delete-group, nnrss-read-server-data)
18349         (nnrss-save-server-data, nnrss-read-group-data)
18350         (nnrss-save-group-data): Use it.
18351         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18352         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18353         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18354
18355 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18356
18357         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18358
18359 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18360
18361         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18362         files.
18363
18364         * message.el (message-generate-headers-first): Don't quote nil
18365         and t in docstrings.
18366
18367         * imap.el (imap-id): do.
18368
18369         * gnus-agent.el (gnus-agent-consider-all-articles)
18370         (gnus-agent-queue-mail): do.
18371
18372 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18373
18374         * spam-report.el (spam-report-process-queue): New function.
18375         Process requests from `spam-report-requests-file'.
18376         (spam-report-process-queue): Doc fix.
18377
18378 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18379
18380         * spam.el (spam-register-routine)
18381         (spam-log-processing-to-registry, spam-log-registered-p)
18382         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18383         Change "check" to "spam-check" for semi-clarity.
18384
18385 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18386
18387         * pop3.el: Require nnheader.
18388
18389         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18390
18391         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18392
18393         * gnus-picon.el: Require cl.
18394
18395         * gnus-fun.el: Require gnus-ems and gnus-util.
18396
18397         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18398
18399         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18400
18401         * gnus-art.el (gnus-article-edit-mode): Define before first
18402         reference.
18403
18404 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18405
18406         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18407         (gnus-uu-post-encoded): Use point-at-bol.
18408
18409         * gnus-topic.el (gnus-group-active-topic-p): do.
18410
18411         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18412
18413         * gnus-group.el (gnus-group-kill-region): do.
18414
18415         * gnus-art.el (article-date-ut): do.
18416
18417         * message.el (message-fetch-field): Remove redundant
18418         case-fold-search binding.
18419         (message-narrow-to-field): Simplify.
18420
18421 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18422
18423         * spam.el (spam-directory): Derive from `gnus-directory'.
18424
18425         * spam-report.el (spam-report-url-to-file)
18426         (spam-report-requests-file): New function and variable for offline
18427         reporting.
18428         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18429         and user defined function.
18430         (spam-report-url-ping-mm-url): Remove doubled slash.
18431
18432 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18433
18434         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18435
18436 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18437
18438         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18439         Fix format string mismatch.
18440
18441         * sieve.el (sieve-deactivate-all): do.
18442
18443         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18444
18445         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18446
18447         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18448
18449         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18450
18451 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18452
18453         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18454         the list of checks.
18455
18456 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18457
18458         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18459         padding.
18460
18461 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18462
18463         * mm-view.el (mm-fill-flowed): New variable.
18464         (mm-inline-text): Use it.
18465
18466 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18467
18468         * spam.el (spam-spamassassin-register-ham-routine)
18469         (spam-spamassassin-register-spam-routine): Fix function names.
18470
18471 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18472
18473         * gnus.el (gnus-tmp-grouplens): Remove.
18474         (gnus-summary-line-format): Remove grouplens.
18475
18476         * gnus-group.el (gnus-group-line-format): Ditto.
18477
18478         * gnus-spec.el (gnus-format-specs): Ditto.
18479         (gnus-update-format-specifications): Flush the group format spec
18480         cache if there's the grouplens stuff.
18481         (gnus-parse-simple-format): Replace %l with the empty string.
18482
18483 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18484
18485         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18486         omission.
18487
18488 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18491         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18492
18493 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18494
18495         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18496         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18497         New macros and functions.
18498         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18499         Handle > NLINK_MAX messages.
18500         * nnmaildir.el (nnmaildir-request-set-mark):
18501         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18502
18503 2004-01-25  Alex Schroeder  <alex@gnu.org>
18504
18505         * spam-stat.el (spam-stat-process-directory-age): New option.
18506         (spam-stat-process-directory): Use it.
18507
18508 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18509
18510         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18511         (spam-stat-save): Accept prefix argument.
18512
18513 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18514
18515         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18516         links" error.
18517
18518 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18521         the rest of the and/or forms.
18522
18523 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18524
18525         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18526         compatibility with old .newsrc.eld files.
18527
18528         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18529
18530         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18531
18532         * gnus-start.el (gnus-1): do.
18533
18534         * gnus-group.el (gnus-group-line-format-alist): do.
18535
18536         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18537
18538         * gnus-gl.el: Remove.
18539
18540 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18541
18542         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18543         marks consisting of a single range {for example, (3 . 5)} rather
18544         than a list of a single range { ((3 . 5)) }.
18545
18546 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18547
18548         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18549         Use with-current-buffer.
18550         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18551         avoid consing a string.
18552
18553         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18554         Remove obsolete entries for big5 and gb2312.
18555
18556 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18557
18558         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18559         uncompressed list.
18560
18561 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18562
18563         * spam-stat.el (spam-stat-strip-xref): New function.
18564         (spam-stat-process-directory): Use it.
18565
18566         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18567         here -- it's done in message-fetch-field.
18568
18569 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18570
18571         * gnus-agent.el (gnus-agent-queue-mail)
18572         (gnus-agent-prompt-send-queue): New variables.
18573         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18574         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18575         "nndraft:queue" along to gnus-draft-send.
18576         Use gnus-agent-prompt-send-queue.
18577         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18578         is "nndraft:queue".  Suggested by Gaute Strokkenes
18579         <gs234@srcf.ucam.org>
18580
18581         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18582         (agent-enable-undownloaded-faces): Add.
18583         (gnus-agent-cat-groups): Use eval-and-compile, not
18584         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18585         method of gnus-agent-cat-groups even when the buffer has been
18586         evaled.
18587         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18588         delete gnus-agent-save-active-1.
18589         (gnus-agent-save-groups): Delete.  Identical to
18590         gnus-agent-save-active.
18591         (gnus-agent-write-active): No longer adjust agent's copy of active
18592         file as agent's adjustments are now stored in their own
18593         file.  Remove optional parameter.
18594         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18595         servers.  Add use of min/max range limits from server's local
18596         file.
18597         (gnus-agent-save-alist): Remove unused optional argument.
18598         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18599         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18600         (gnus-agent-set-local): A per-server file that keeps min/max range
18601         limits for articles known to the agent.  Provides a fast mechanism
18602         for altering many active ranges.
18603         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18604         active file (local makes it unnecessary).
18605         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18606
18607         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18608         (agent-enable-undownloaded-faces): Add.
18609
18610         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18611         disable it when sending to "nndraft:queue".
18612         (gnus-group-send-queue): Add safety check to avoid sending queue
18613         when unplugged.
18614
18615         * gnus-group.el (gnus-group-catchup): Use new
18616         gnus-sequence-of-unread-articles, not
18617         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18618         numbers of articles.  Use gnus-range-map to avoid having to
18619         uncompress the unread list.
18620         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18621         Fix invalid ange-ftp reference.
18622
18623         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18624         (gnus-sorted-range-intersection): Intersection of two ranges
18625         without requiring that they first be uncompressed.
18626
18627         * gnus-start.el (gnus-activate-group): Unless blocked by the
18628         caller, possibly expand the active range to include both cached
18629         and agentized articles.
18630         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18631         multiple version-dependent converters.
18632         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18633         gnus-agent-save-active.
18634         (gnus-save-newsrc-file): Save dirty agent range limits.
18635
18636         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18637         gnus-agent-possibly-alter-active.
18638         (gnus-adjust-marked-articles): Faster handling of simple lists.
18639
18640 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18641
18642         * spam-stat.el (spam-stat-test-directory): New optional argument
18643         displays a list of files detected.  Suggested by Andrew Cohen
18644         <cohen@andy.bu.edu>.
18645         (spam-stat-buffer-words-with-scores): Don't narrow and change
18646         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18647
18648 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18649
18650         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18651         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18652         (spam-spamassassin-arguments)
18653         (spam-spamassassin-spam-flag-header)
18654         (spam-spamassassin-positive-spam-flag-header)
18655         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18656         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18657         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18658         (spam-list-of-processors, spam-list-of-checks)
18659         (spam-list-of-statistical-checks, spam-registration-functions)
18660         (spam-check-spamassassin-headers, spam-check-spamassassin)
18661         (spam-spamassassin-score)
18662         (spam-spamassassin-register-with-sa-learn)
18663         (spam-spamassassin-register-spam-routine)
18664         (spam-spamassassin-register-ham-routine)
18665         (spam-assassin-register-spam-routine)
18666         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18667         (spam-bogofilter-score): Fix to show article before scoring.
18668
18669 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18672         default scoring function.
18673         (spam-generic-score): Call spam-spamassassin-score if
18674         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18675         spam-bogofilter-score otherwise.
18676
18677         * gnus.el (spam-process, spam-autodetect-methods):
18678         Add spamassassin and spamassassin-headers.
18679
18680 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18681
18682         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18683         Suppress unnecessary messages.
18684
18685 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18686
18687         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18688         make-hash-table.
18689
18690 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * canlock.el (base64-encode-string): Don't autoload it.
18693
18694 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * run-at-time.el: Remove useless (require 'itimer),
18697         eval-and-compile and (featurep 'xemacs).
18698
18699 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18700
18701         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18702         GROUP is a virtual group.
18703
18704 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18705
18706         * gnus.el: Autoload `message-y-or-n-p'.
18707
18708 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18709
18710         * pgg-parse.el: Remove unnecessary (require 'custom).
18711
18712         * pgg-def.el: do.
18713
18714         * nnmail.el: do.
18715
18716         * gnus-undo.el: do.
18717
18718         * gnus-picon.el: do.
18719
18720         * gnus-util.el: do.
18721
18722 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18723
18724         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18725
18726 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18729         handle, as well as a list.
18730
18731         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18732         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18733         (mm-w3m-cid-retrieve): Simplify.
18734
18735 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18736
18737         * message.el (message-kill-to-signature): Allow prefix arg to
18738         specify number of lines to keep before signature.
18739
18740 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18741
18742         * message.el (message-kill-to-signature): Change docstring.
18743
18744 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * canlock.el: Always require sha1-el.
18747         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18748
18749         * message.el: Autoload sha1 only when compiling.
18750
18751         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18752         eudc-expand-inline for XEmacs.
18753
18754 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * message.el (message-canlock-generate): Require sha1-el.
18757
18758 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18759
18760         * message.el (message-expand-name): Silence the byte compiler.
18761
18762         * lpath.el: Add detect-coding-system.
18763
18764         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18765         cus-edit.
18766
18767 2004-01-13  Simon Josefsson  <jas@extundo.com>
18768
18769         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18770         Invoke gnus-score-mode.
18771         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18772
18773         * gnus-range.el (gnus-compress-sequence): Doc fix.
18774         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18775
18776 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18779
18780 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18781
18782         * spam.el (spam-get-article-as-string): Update to use
18783         gnus-request-article-this-buffer, much simpler.
18784         (spam-get-article-as-buffer): Remove.
18785
18786 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18787
18788         * message.el (message-expand-name): Use EUDC if the user uses that.
18789
18790 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18791
18792         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18793         character for the encoding to avoid consing a string.
18794
18795         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18796         unnecessarily.
18797
18798         * mm-util.el (mm-replace-chars-in-string): Remove.
18799
18800         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18801         of mm-replace-chars-in-string.
18802
18803 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18804
18805         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18806
18807         * mm-util.el (mm-subst-char-in-string): Support inplace.
18808
18809         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18810         a new string in every iteration.  Use shy groups.
18811
18812 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18813
18814         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18815         * gnus-soup.el (gnus-soup-group-brew):
18816         * gnus-msg.el (gnus-put-message):
18817         * gnus-move.el (gnus-group-move-group-to-server):
18818         * gnus-kill.el (gnus-batch-score):
18819         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18820         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18821         (gnus-group-update-group, gnus-group-read-group)
18822         (gnus-group-make-group, gnus-group-make-help-group)
18823         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18824         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18825         (gnus-group-sort-by-unread, gnus-group-catchup)
18826         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18827         (gnus-group-yank-group, gnus-group-set-info)
18828         (gnus-group-list-groups):
18829         * gnus.el (gnus-generate-new-group-name):
18830         * gnus-delay.el (gnus-delay-send-queue):
18831         * nnvirtual.el (nnvirtual-catchup-group):
18832         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18833         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18834         (gnus-group-prepare-topics, gnus-topic-check-topology):
18835         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18836         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18837         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18838         (gnus-group-make-articles-read):
18839         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18840         (gnus-group-change-level, gnus-kill-newsgroup)
18841         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18842         (gnus-get-unread-articles, gnus-make-articles-unread)
18843         (gnus-make-ascending-articles-unread): Use accessor
18844         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18845         to get group information for improved readability.
18846
18847
18848 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18849
18850         * gnus-art.el (article-decode-mime-words, article-babel)
18851         (gnus-article-highlight-signature, gnus-article-add-buttons)
18852         (gnus-signature-toggle): Use gnus-with-article-buffer.
18853
18854         * gnus-art.el (gnus-article-highlight-headers)
18855         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18856
18857         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18858         (gnus-article-set-globals, gnus-request-article-this-buffer)
18859         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18860         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18861         (gnus-mime-display-alternative): Use with-current-buffer.
18862
18863 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18864
18865         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18866         also under 80 char limit, and call gnus-error if needed.
18867         (spam-fetch-article-header): Fix - it was a
18868         buffer-local variable (gnus-newsgroup-data).
18869         (spam-find-spam): Use spam-generate-fake-headers, forget about
18870         spam-insert-fake-headers.
18871         (spam-insert-fake-headers): Remove.
18872
18873 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18874
18875         * deuglify.el (gnus-article-outlook-unwrap-lines)
18876         (gnus-outlook-rearrange-article)
18877         (gnus-outlook-repair-attribution-outlook)
18878         (gnus-outlook-repair-attribution-block)
18879         (gnus-outlook-repair-attribution-other): Remove redundant
18880         save-excursion.
18881
18882 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18883
18884         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18885         (spam-fetch-field-subject-fast)
18886         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18887         (spam-fetch-article-header): Add functions to deal with Gnus
18888         internals for fast retrieval of article header data.
18889         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18890
18891 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18892
18893         * pop3.el (pop3-md5): Remove.
18894         (pop3-apop): Replace pop3-md5 with md5.
18895
18896         * mm-bodies.el: base64 is always built-in.
18897
18898         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18899         Use with-current-buffer.
18900
18901 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * canlock.el (canlock-insert-header): Remove excessive grouping in
18904         regexp.
18905
18906         * gnus-sum.el (gnus-summary-read-document): Ditto.
18907
18908         * gnus-uu.el (gnus-uu-part-number): Ditto.
18909
18910         * html2text.el (html2text-remove-tags): Ditto.
18911         (html2text-format-tags): Ditto.
18912         (html2text-format-single-elements): Ditto.
18913
18914         * mml.el (mml-parse-1): Ditto.
18915
18916 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18917
18918         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18919
18920         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18921
18922         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18923
18924         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18925
18926 2003-11-15  Simon Josefsson  <jas@extundo.com>
18927
18928         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18929         (pgg-gpg-lookup-key): Use regexp match instead of
18930         split-string (split-string is different between emacs 21.2 and
18931         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18932
18933 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18934
18935         * gnus-art.el (gnus-mime-view-all-parts)
18936         (gnus-article-part-wrapper, gnus-article-view-part):
18937         Use with-current-buffer.
18938
18939 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18940
18941         * spam.el (spam-disable-spam-split-during-ham-respool)
18942         (spam-spamoracle-database, spam-cache-lookups)
18943         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18944         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18945         (spam-group-ham-marks, spam-group-spam-marks)
18946         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18947         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18948         also add spam-use-blackholes to the statistical checks.
18949         (spam-fetch-field-fast): Add interface to fetching fields, may
18950         become a macro.
18951         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18952         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18953         (spam-insert-fake-headers): Fake an article when needed.
18954         (spam-find-spam): Fake article when possible.
18955         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18956         (spam-check-bogofilter-headers): Use message-fetch-field instead
18957         of nnmail-fetch-field.
18958
18959 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18962
18963 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18964
18965         * spam.el (spam-split): Do not require spam-use-CHECK to be
18966         enabled if that check is passed to spam-split explicitly; also
18967         fix so 'spam doesn't get converted to spam-split-group when
18968         spam-split-symbolic-return is t.
18969         (spam-find-spam): Find registrations of the article and use those
18970         instead of re-running spam-split to find the spam/ham
18971         classification of the article.
18972         (spam-log-processing-to-registry, spam-log-registered-p)
18973         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18974         Use gnus-error instead of gnus-message.
18975         (spam-log-registration-type): Add function to determine the
18976         classification of a message based on registry entries; will
18977         return nil if both 'spam and 'ham are found.
18978         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18979         a reasonably fast local cache without the loading errors.
18980         (spam-cache-lookups): Set to t by default.
18981         (spam-find-spam): Don't try to guess spam-cache-lookups.
18982         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18983         spam-caches entry.
18984         (spam-filelist-build-cache, spam-filelist-check-cache):
18985         Fix caching of whitelist/blacklist entries.
18986         (spam-check-whitelist, spam-check-blacklist):
18987         Invoke spam-from-listed-p with a type, not a cache variable.
18988         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18989
18990 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18991
18992         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18993
18994         * nnmail.el (nnmail-split-fancy): do.
18995
18996         * mml.el (mml-parse): do.
18997
18998         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18999         (gnus-score-adaptive): do.
19000
19001 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19004         (gnus-mime-button-map): Don't set keymap parent.
19005         (gnus-button-ctan-directory-regexp): Use shy grouping.
19006         (gnus-prev-page-map): Don't set keymap parent.
19007         (gnus-prev-page-map): Remove duplicated one.
19008         (gnus-next-page-map): Don't set keymap parent.
19009         (gnus-mime-security-button-map): Ditto.
19010
19011         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19012         version number.
19013
19014         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19015
19016 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * canlock.el (canlock-sha1-function): Remove.
19019         (canlock-sha1-function-for-verify): Remove.
19020         (canlock-openssl-program): Remove.
19021         (canlock-openssl-args): Remove.
19022         (canlock-ignore-errors): Remove.
19023         (canlock-sha1-with-openssl): Remove.
19024         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19025         (canlock-verify): Don't use canlock-ignore-errors.
19026
19027         * sha1-el.el (sha1-string-external): Make it can return a string
19028         in binary form.
19029         (sha1-region-external): Ditto.
19030         (sha1-string-internal): Ditto.
19031         (sha1-region-internal): Ditto.
19032         (sha1-region): Ditto.
19033         (sha1-string): Ditto.
19034         (sha1): Ditto.
19035
19036 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19037
19038         * spam.el (spam-report-articles-gmane): New command.
19039
19040 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19041
19042         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19043
19044         * run-at-time.el (run-at-time-saved): Remove.
19045         (run-at-time): Doc fix.
19046
19047 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19048
19049         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19050         (gnus-summary-limit-map): Add it.
19051         (gnus-summary-make-menu-bar): do.
19052
19053 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19054
19055         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19056         Make attempt at some caching support (done for BBDB only now).
19057         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19058         addresses to be checked.
19059         (spam-clear-cache-BBDB): Add function, to be invoked by
19060         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19061         (spam-check-BBDB): Check and use the caches, if
19062         spam-cache-lookups is on, remove superfluous (provide).
19063
19064 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19065
19066         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19067
19068 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19069
19070         * run-at-time.el (run-at-time-saved): Move to after the definition
19071         of `run-at-time'.
19072
19073         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19074
19075 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19078         mm-w3m-local-map-property.
19079
19080         * mm-view.el (mm-w3m-mode-map): Remove.
19081         (mm-w3m-local-map-property): Remove.
19082         (mm-inline-text-html-render-with-w3m): Don't use
19083         mm-w3m-local-map-property.
19084
19085 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19086
19087         * run-at-time.el: New file.
19088
19089         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19090         under Emacs.
19091
19092         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19093         of gnus-set-text-properties.
19094
19095         * gnus-uu.el (gnus-uu-save-article): Ditto.
19096
19097         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19098
19099         * gnus-cite.el (gnus-cite-parse): Ditto.
19100
19101         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19102         of gnus-.
19103
19104         * gnus-xmas.el (run-at-time): Require run-at-time.
19105
19106         * gnus.el: Change calls to nnheader-run-at-time and
19107         password-run-at-time throughout to use run-at-time directly.
19108
19109         * password.el: Remove definition of run-at-time.
19110
19111         * nnheaderxm.el: Remove definition of run-at-time.
19112
19113 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19114
19115         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19116         in prompt.
19117
19118 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19119
19120         * messagexmas.el (message-xmas-redefine): Alias
19121         `message-make-caesar-translation-table' to
19122         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19123         version.
19124
19125         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19126         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19127         `gnus-xmas-set-text-properties'.
19128         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19129         `gnus-xmas-completing-read'.
19130         (gnus-xmas-completing-read): Removed.
19131         (gnus-xmas-open-network-stream): Removed.
19132
19133         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19134         XEmacs version.
19135
19136         * dns.el (dns-make-network-process): Use `open-network-stream'
19137         instead of `gnus-xmas-open-network-stream'.
19138
19139         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19140
19141         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19142
19143 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19144
19145         * gnus-art.el (gnus-mime-display-alternative)
19146         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19147         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19148         Don't use gnus-local-map-property.
19149
19150         * gnus-util.el (gnus-local-map-property): Remove.
19151
19152         * mm-view.el (mm-view-pkcs7-decrypt):
19153         Replace gnus-completing-read-maybe-default with completing-read.
19154
19155         * gnus-util.el (gnus-completing-read): do.
19156         (gnus-completing-read-maybe-default): Remove.
19157
19158 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19159
19160         * password.el: Only autoload `run-at-time' if not XEmacs.
19161         Only autoload the itimer functions if XEmacs.
19162
19163 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19166         XEmacsen.
19167
19168         * dgnushack.el: Autoload executable-find for XEmacs.
19169
19170 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * gnus-art.el (gnus-read-string): Remove.
19173         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19174         read-string.
19175
19176 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19177
19178         * netrc.el: Autoload password-read.
19179         (netrc): Add configuration group.
19180         (netrc-encoding-method, netrc-openssl-path):
19181         Add variables for encoding and decoding of files with symmetric
19182         ciphers.
19183         (netrc-encode): Add assistant function to encode a file with
19184         netrc-encoding-method.
19185         (netrc-parse): Add interactive parameter, added optional
19186         decoding if netrc-encoding-method is non-nil but otherwise
19187         behavior is standard.
19188         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19189         Do s/encode/encrypt/ everywhere.
19190
19191         * spam.el: Remove executable-find autoload.
19192
19193 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19194
19195         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19196
19197         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19198
19199 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * gnus-art.el (gnus-treat-ansi-sequences)
19202         (article-treat-ansi-sequences): New variable and function.
19203         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19204
19205         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19206         Use it.
19207
19208 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19209
19210         * mm-util.el (mm-quote-arg): Remove.
19211
19212         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19213         shell-quote-argument.
19214
19215         * gnus-uu.el (gnus-uu-command): do.
19216
19217         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19218
19219         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19220         with make-char.
19221
19222         * mm-util.el (mm-make-char): Remove.
19223
19224         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19225         add-minor-mode.
19226
19227         * gnus-undo.el (gnus-undo-mode): do.
19228
19229         * gnus-topic.el (gnus-topic-mode): do.
19230
19231         * gnus-sum.el (gnus-dead-summary-mode): do.
19232
19233         * gnus-start.el (gnus-slave-mode): do.
19234
19235         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19236
19237         * gnus-ml.el (gnus-mailing-list-mode): do.
19238
19239         * gnus-gl.el (gnus-grouplens-mode): do.
19240
19241         * gnus-draft.el (gnus-draft-mode): do.
19242
19243         * gnus-dired.el (gnus-dired-mode): do.
19244
19245         * gnus-ems.el (gnus-add-minor-mode): Remove.
19246
19247         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19248         Replace gnus-char-width with char-width.
19249
19250         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19258         definition.
19259         Remove Emacs 20 hash table compatibility code.
19260
19261         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19262         20 compatibility code.
19263
19264         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19265
19266         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19267
19268         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19269         Replace with point-at-{eol,bol}.
19270
19271         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19272
19273         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19274
19275         * flow-fill.el (fill-flowed-point-at-bol)
19276         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19277
19278         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19279         Replace with point-at-{eol,bol} throughout all files.
19280
19281 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * ntlm.el (ntlm-string-as-unibyte): New macro.
19284         (ntlm-build-auth-response): Use it.
19285
19286         Remove Emacs 20 stuff:
19287         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19288         (butlast, mapc, remove): Remove the compiler macros.
19289         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19290         of delq and copy-sequence.
19291         * gnus-art.el (popup-menu): Remove the compiler macro.
19292         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19293         Emacs 20.
19294
19295 2004-01-05  Simon Josefsson  <jas@extundo.com>
19296
19297         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19298         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19299         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19300         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19301         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19302         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19303         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19304         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19305         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19306         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19307         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19308         string-xor into ntlm-string-xor.
19309         Suggested by Jesper Harder <harder@myrealbox.com>.
19310
19311         * ntlm.el: Don't include poem.
19312
19313         * md4.el (print-int32, print-string-hexa): Remove.
19314         Suggested by Jesper Harder <harder@myrealbox.com>.
19315
19316         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19317
19318         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19319         probably breaks emacs with DL patch, but do we care? Is anyone
19320         still using the DL stuff?)
19321
19322         * sieve-manage.el: Use the password package.
19323         (sieve-manage-read-passwd): Remove.
19324         (sieve-manage-interactive-login): Use password.  Re-add
19325         condition-case around loop.
19326
19327         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19328         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19329         Use the password package.
19330
19331 2003-02-19  Simon Josefsson  <jas@extundo.com>
19332
19333         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19334         token.
19335
19336 2002-08-07  Simon Josefsson  <jas@extundo.com>
19337
19338         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19339         (sieve-manage-authenticators):
19340         (sieve-manage-authenticator-alist): Add some SASL mechs.
19341         (sieve-sasl-auth): New function.
19342         (sieve-manage-cram-md5-auth):
19343         (sieve-manage-plain-auth): Rewrite using SASL library.
19344         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19345         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19346         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19347         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19348
19349 2004-01-05  Simon Josefsson  <jas@extundo.com>
19350
19351         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19352         New files.
19353
19354 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19355
19356         * gnus-group.el (gnus-no-groups-message): Update.
19357
19358         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19359
19360 2003-11-09  Simon Josefsson  <jas@extundo.com>
19361
19362         * imap.el: Support for ID IMAP extension (RFC 2971).
19363         (imap-local-variables): Add imap-id.
19364         (imap-id): New variable.
19365         (imap-id): New function.
19366         (imap-parse-response): Parse untagged ID response.
19367         * nnimap.el (nnimap-id): New variable.
19368         (nnimap-open-connection): Use it.
19369
19370 2003-12-28  Simon Josefsson  <jas@extundo.com>
19371
19372         * gnus-score.el (gnus-score-edit-all-score): New.
19373         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19374
19375 2004-01-04  Simon Josefsson  <jas@extundo.com>
19376
19377         * password.el: Add.
19378
19379 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19380
19381         * dns.el (dns-query-types): Fix typo.
19382         (dns-query-types): New function.
19383         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19384         PTR and SOA replies, see RFC 1035.
19385
19386 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19387
19388         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19389
19390         * Move to Changelog.2.
19391
19392 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19393
19394         * gnus.el (gnus-version-number): Bump version.
19395
19396 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19397
19398         * gnus.el: No Gnus v0.1 is released.
19399
19400 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19401
19402         * gnus.el: No Gnus v0.0 is released.
19403
19404 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19405
19406         * gnus.el (gnus-version-number): Bump.
19407         (gnus-version): No.
19408
19409 See ChangeLog.2 for earlier changes.
19410
19411     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19412       Free Software Foundation, Inc.
19413
19414   This file is part of GNU Emacs.
19415
19416   GNU Emacs is free software: you can redistribute it and/or modify
19417   it under the terms of the GNU General Public License as published by
19418   the Free Software Foundation, either version 3 of the License, or
19419   (at your option) any later version.
19420
19421   GNU Emacs is distributed in the hope that it will be useful,
19422   but WITHOUT ANY WARRANTY; without even the implied warranty of
19423   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19424   GNU General Public License for more details.
19425
19426   You should have received a copy of the GNU General Public License
19427   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19428
19429 ;; Local Variables:
19430 ;; coding: utf-8
19431 ;; fill-column: 79
19432 ;; add-log-time-zone-rule: t
19433 ;; End: